@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
body
{
	width:100%;
	margin:0px;
	padding:0px;
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	font-weight:400;
}
.header
{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.subheader
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.footer
{
	width:100%;
	padding-top:60px;
	padding-bottom:20px;
	background-color:#f1781d;
}
.subfooter
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.headerleft
{
	width:15%;
	display:table-cell;
}
.headermid
{
	width:55%;
	display:table-cell;
}
.headerright
{
	width:30%;
	display:table-cell;
	vertical-align:top;
}
.logo
{
	width:90%;
}
.social
{
	margin:0px;
	padding:0px;
	width:auto;
	float:right;
	display:inline-block;
	
}
.social li
{
	list-style:none;
	float:left;
	margin-left:10px;
}
.soim
{
	width:31px;
}
.call
{
	height:100%;
	vertical-align:middle;
	display:inline-block;
	line-height:30px;
	color:#d1ab66;
	font-weight:700;
	
}
.menu
{
	margin:0px;
	padding:0px;
	width:auto;
	float:left;
	display:inline-block;
	padding-left:50px;
}
.menu li
{
	list-style:none;
	float:left;
	padding-left:15px;
}
.menu .fst
{
	padding-left:0px;
}
.menu li a
{
	color:#009950;
	text-decoration:none;
	font-weight:400;
}
.menu li a:hover
{
	color:#d1ab66;
}

.menu li ul
{
	display:none;
	width:120px;
}
.menu li:hover ul
{
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
}
.menu li:hover ul li
{
	display:block;
	width:100%;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#d1ab66 thin dotted;
	background-color:#093;
	text-align:center;
	margin:0px;
}
.menu li:hover ul li a
{
	color:#FFF;
}
.menu li:hover ul li:hover
{
	background-color:#d1ab66;
}


.container
{
	width:100%;
}
.subcontainer
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.table
{
	width:100%;
	display:table;
	margin:0px;
}
.artileft
{
	width:55%;
	display:table-cell;
	vertical-align:middle;
}
.artiright
{
	width:7%;
	display:table-cell;
}
.artiright
{
	width:38%;
	display:table-cell;
	text-align:left;
}
.strippara
{
	width:90%;
	margin:0px;
	color:#FFF;
	font-weight:700;
	line-height:200px;
	font-size:55px;
	text-align:right;
}
.sbpa
{
	margin:0px;
	color:#009950;
	font-weight:700;
	font-size:36px;
	text-align:left;
	padding-bottom:10px;
	margin-bottom:60px;
	border-bottom:1px solid #d1ab66;
}

.cover
{
	width:32%;
	top:120px;
	position:absolute;
	
}

.strip
{
	background-image:url(../images/isalt-bg.jpg);
	background-repeat:repeat;
}
.padtb
{
	padding-top:60px;
	padding-bottom:60px;
}
.padtbre
{
	padding-top:60px;
	padding-bottom:60px;
}
.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes tada { 
    0% {-webkit-transform: scale(1);} 
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 
    100% {-webkit-transform: scale(1) rotate(0);} 
} 
@keyframes tada { 
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
} 
.tada { 
    -webkit-animation-name: tada; 
    animation-name: tada; 
}

.salt
{
	text-align:center;
	font-size:36px;
	margin:0px;
	color:#009950;
	font-style:italic;
	font-weight:700;
}
.tip
{
	width:28%;
	display:table-cell;
	border:1px solid #d1ab66;
}
.tipsp
{
	width:8%;
	display:table-cell;
	
}
.padtp
{
	padding-top:60px;
}
.padbb
{
	padding-bottom:60px;
}
.tiptop
{
	margin:0px;
	text-align:center;
}
.tipim
{
	width:20%;
	margin-top:-35px;
}
.tiphead
{
	text-align:center;
	font-size:24px;
	font-weight:700;
	color:#000;
	margin-top:5px;
}
.tippara
{
	width:90%;
	margin:5px auto 10px auto;
	color:#7f7f7f;
	text-align:center;
}
#hom{
	background:url('../images/pickled-vegetables.jpg') 50% 0 no-repeat fixed;
}
.big-background {
    
    width:100%;
   height:600px;
   text-align:center;
  margin-bottom:0px;
}

.top
{
    width:90%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    color:White;
    font-size:55px;
    font-weight:700;
    line-height:600px;
    margin-top:0px;
    margin-bottom:0px;
}
.btnholder
{
	margin-top:15px;
	text-align:center;
	margin-bottom:20px;
}
.btnholder a
{
	text-decoration:none;
}
.btn
{
	font-family: 'Noto Sans', sans-serif;
	width:35%;
	margin-left:auto;
	margin-right:auto;
	background-color:#f1781d;
	color:#FFF;
	border:1px solid #f1781d;
	line-height:30px;
}
.btn:hover
{
	background-color:#00984e;
	border-color:#00984e;
	color:#FFF;
}
.bodr
{
	border-top:1px solid #d1ab66;
	border-bottom:1px solid #d1ab66;
}
.conhd
{
	text-align:center;
	margin:0px;
	margin-bottom:10px;
	color:#FFF;
	font-size:36px;
	font-weight:100;
}
.cont
{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}
.item
{
	width:auto;
	border:1px solid #bcbcbc;
	text-align:center;
	margin-top:20px;
	border-radius:3px;
	background-color:#FFF;
}
.txtbx
{
	width:95%;
	border:1px solid transparent;
	font-weight:100;
	font-size:14px;
	resize:none;
	line-height:25px;
	font-family: 'Noto Sans', sans-serif;
}
.txtbx:focus
{
	outline:none;
	background-color:#FFF;
}
.item1
{
	width:auto;
	text-align:center;
	margin-top:20px;
	border-radius:3px;
}
.btnok
{
	font-family: 'Noto Sans', sans-serif;
	border:1px solid #00984e;
	border-radius:3px;
	background-color:#00984e;
	width:100%;
	color:#FFF;
	padding-top:1px;
	padding-bottom:1px;
	font-size:24px;
	font-weight:100;
	cursor:pointer;
}
.btnok:focus
{
	outline:none;
}
.sechead
{
	margin:0px;
	padding:0px;
	font-size:55px;
	font-weight:700;
	color:#FFF;
}
.padtb1
{
	padding-top:40px;
	padding-bottom:40px;
}
.fam
{
	width:45%;
	display:table-cell;
	text-align:left;
	vertical-align:top;
}
.famsp
{
	width:10%;
	display:table-cell;
}
.famim
{
	width:100%;
	opacity:.9;
}
.famim:hover
{
	opacity:1;
}
.mm
{
	width:90%;
}
.fampara
{
	width:100%;
	color:#7f7f7f;
	text-align:left;
	font-size:16px;
	line-height:28px;
	margin:0px;
	padding:0px;
}
.backgold
{
	background-color:#d1ab66;
}
.four
{
	width:25%;
	display:table-cell;
	text-align:left;
	font-size:13px;
}
.four .hd
{
	text-align:left;
	font-size:18px;
	font-weight:900;
	color:#FFF;
	margin:0px;
	margin-bottom:15px;
}
.four .para
{
	width:90%;
	line-height:24px;
	color:#FFF;
}
.four ul
{
	width:90%;
	margin:0px;
	padding:0px;
}
.four ul li
{
	width:80%;
	display:block;
	padding:0px;
	padding-bottom:3px;
	border-bottom:1px dotted #ffc093;
	margin-bottom:3px;
}
.four ul li:hover
{
	border-bottom:1px solid #ffc093;
}
.four ul li a
{
	text-decoration:none;
	line-height:28px;
	color:#FFF;
}
.tbl
{
	display:table-cell;
	width:50%;
	vertical-align:middle;
}
.tpm
{
	width:100%;
	display:block;
}
.pdlf
{
	padding-left:50px;
}
.three
{
	display:table-cell;
	width:30%;
	vertical-align:top;
}
.threesp
{
	display:table-cell;
	width:5%;
	vertical-align:top;
}
.padtop
{
	padding-top:30px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.twor
{
	display:table-cell;
	width:40%;
	vertical-align:top;
}
.two1
{
	display:table-cell;
	width:55%;
	vertical-align:top;
}
.twozp
{
	display:table-cell;
	width:5%;
	vertical-align:top;
}
.htim
{
	width:100%;
}
.shd
{
	font-size:24px;
	font-weight:700;
	color:#f1781d;
	margin:0px;
	padding-bottom:15px;
	line-height:19px;
}
.spr
{
	font-size:14px;
	font-weight:400;
	margin:0px;
	margin-bottom:30px;
}
.slst
{
	padding-bottom:0px;
}
.padb
{
	padding-bottom:40px;
}
.flef
{
	display:table-cell;
	width:50%;
	vertical-align:top;
}
.frig
{
	display:table-cell;
	width:50%;
	vertical-align:top;
}
.fsty
{
    padding-top:30px;
	margin-top:30px;	
	border-top:1px solid #ea9b62;
}
.ku
{
	margin:0px;	
	color:#FFF;
	text-align:right;
	font-size:12px;
}
.kua
{
	color:#FFF;
	text-decoration:none;
	font-weight:700;
}
.kua:hover
{
	color:#000;
}
.flef ul
{
	margin:0px;
	padding:0px;
	width:auto;
	float:left;
	display:inline-block;
	
}
.flef ul li
{
	list-style:none;
	float:left;
	margin-left:10px;
}
.source
{
	margin:0px;
	margin-top:20px;
	color:#999;
	font-size:13px;
}


@media only screen and (max-width:1100px) and (min-device-width: 901px)
{
	.strippara
{
	
	line-height:150px;
}
	
}

@media only screen and (max-width:900px) and (min-device-width: 801px)
{
	.strippara
{
	
	line-height:90px;
}
.subheader,.subfooter,.subcontainer
{
	width:95%;
}
	
}

@media only screen and (max-width:800px) and (min-device-width: 200px)
{
	.artileft
	{
		display:block;
		width:100%;
	}
	.artiright
	{
		display:none;
	}
	.subheader,.subfooter,.subcontainer
{
	width:80%;
}
.strippara,.top
{
	float:left;
	text-align:center;
	line-height:70px;
}
.top
{
	vertical-align:middle;
	padding-top:250px;
}
.tip,.fam
{
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
}
.fampara
{
	width:100%;
}
.tipsp,.famsp
{
	display:none;
}
.padtbre
{
	padding-top:0px;
	padding-bottom:0px;
}
.cont
{
	width:100%;
}
.four
{
	display:block;
	width:100%;
}
.four ul
{
	width:100%
}
.four ul li
{
	width:100%;
	border:none;
}
.headerleft,.headermid,.headerright
{
	display:block;
	width:100%;
}
.headerleft,.headermid,.headerright
{
	text-align:center;
	margin-bottom:20px;
}
.logo
{
	width:40%;
}
.menu
{
	float:none;
	padding-left:0px;
}
.menu li
{
	display:block;
	width:100%;
	padding-left:0px;
	text-align:center;
	background-color:#009950;
	padding:10px 0px 10px 0px;
	margin-bottom:2px;
	margin-top:2px;
}
.menu li a
{
	font-size:16px;
	font-weight:700;
	color:#FFF;
}
.social
{
	float:none;
}
.social li a
{
	display:none;
}
.tbl
{
	display:block;
	width:100%;
}
.tpm
{
	display:none;
}
.pdlf
{
	padding-left:0px;
}
.sechead
{
	text-align:center;
	line-height:70px;
}
.three
{
	display:block;
	width:100%;
	margin-bottom:30px;
}
.threesp,.twozp
{
	display:none;
}
.padtop
{
	padding-top:0px;
}
.twor
{
	display:none;
}
.twol
{
	display:block;
	width:100%;
}
}
