*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	outline:none;
	font-family:'Work Sans', sans-serif;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
@font-face {
	font-family: 'Tellural';
		src:  url('fonts/Tellural.ttf.woff') format('woff'),
		url('fonts/Tellural.ttf.svg#Tellural') format('svg'),
		url('fonts/Tellural.ttf.eot'),
		url('fonts/Tellural.eot?#iefix') format('embedded-opentype'); 
	font-weight: normal;
	font-style: normal;
}
fieldset{border:none;}
::-moz-selection{color: #fff; background: #999;}
::selection{color: #fff; background: #999;}
.centerAlign{width:1000px; margin:0 auto;}
h1,h2,h3,h4,h5,h6,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{font-family:'Work Sans', sans-serif;}
.secPadT{padding-top:100px;}
.secPadB{padding-bottom:100px;}
input[type="submit"],input[type="reset"],input[type="button"]{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ms-appearance:none;appearance:none;}
a{
	-webkit-transition:color ease 0.4s,border-color ease 0.4s,background-color ease 0.4s;
	transition:color ease 0.4s,border-color ease 0.4s,background-color ease 0.4s;
}
.headMainCont{
	position:fixed;
	left:0;
	top:9%;
	width:100%;
	z-index:52;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.smlFixMenu .headMainCont{top:5%;}
.headMenIcnWrp{
	width:11%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
.menOpen .menLins,
.menLins{
	cursor:pointer;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:70px;
	padding:5px 10px;
	transition:all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.menLins span{
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	transition:all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.menLins:hover span:nth-child(2){margin:11px 0;}
.menLins:hover{width:76px;}
.menOpen .menLins span:nth-child(2),
.menLins span:nth-child(2){margin:7px 0;}
.menOpen .menLins span:nth-child(1){
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}
.menOpen .menLins span:nth-child(2){
	-webkit-transform: translate3d(0, 0, 0) scale(0, 1);
	transform: translate3d(0, 0, 0) scale(0, 1);
}
.menOpen .menLins span:nth-child(3){
	-webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
	transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.headNavMainWrp{
	position:fixed;
	width:100%;
	height:100vh;
	left:0;
	top:0;
	z-index:51;
}
.headBlackBgWrp{
	z-index: 0;
	background-color:rgba(36, 31, 31, 0.4);
}
.headNavBlckOlay{
	width:11%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-color:#1f1a1a;
}
.headNavSubmenuWrap,
.headNavListWrap{
	width:50%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#241f1f;	
}
.headNavSubmenuWrap{
	background-color:#e0372e;	
}
.headNavPad{
    padding-left: 14%;
    padding-top: 12%;
}
.mainNavList li{
	display:block;
}
.mainNavList li a{
	display:inline-block;
	font-size: 18px;
	color:#fff;
	padding:5px 10px;
	margin-left:-10px;
	font-weight:normal;
	font-style:italic;
	line-height: 25px;
	font-family:'Tellural', sans-serif;
	letter-spacing:0.5px;
}
.mainNavList li.bigMenuItem > a{
	letter-spacing:1.5px;
	font-size: 50px;
	line-height: 58px;
}
.mainNavList .bigMenuItem:nth-of-type(3){margin-bottom:30px;}
.mainNavList li a:hover,
.mainNavList li.active a{color:#e0372e;}
.subInrMenu{padding-left:20px;}
.subInrMenu li a{opacity:0.7;}
.subInrMenu li a:hover{opacity:1; color:#fff;}
.subInrMenu li a svg{
	display:inline-block;
	vertical-align:middle;
	margin-right:4px;
	width:30px;
}
.subInrMenu li a svg path{fill:#fff;}
.mainNavList {
    height: 100%;
   overflow: auto;
}
.headNavMainWrp{
	visibility:hidden;
	opacity:0;
	transition:all ease 0.3s 0.2s;
}
.headNavSubmenuWrap li a svg{
	width:40px;
	height:40px;
	display:inline-block;
	vertical-align:middle;
}
.headNavSubmenuWrap li a svg path{
	fill:#fff;
}
.headNavSubmenuWrap li a{
	font-size:24px;
	line-height:34px;
	margin-bottom:5px;
	font-weight:normal;
}
.goBackButtn{
	width:50px;
	margin-bottom:40px;
	margin-top:30px;
	display:block;
	padding:5px 10px;
	margin-left:-10px;
	cursor:pointer;
}
.goBackButtn svg{
	display:block;
	width:100%;
}
.headNavSubmenuWrap,
.headNavBlckOlay,
.headNavListWrap{
	transform:translateX(-100%);
	transition:all ease 0.3s;
}
.menOpen{overflow:hidden;}
.menOpen .headNavMainWrp{
	opacity:1;
	visibility:visible;
	transition-delay:0s;
}
.menOpen .headNavBlckOlay{
	transform:translateX(0%);
	transition-delay:0s;
}
.menOpen .headNavListWrap{
	transform:translateX(0%);
	transition-delay:0.1s;	
}
.menOpen.showSub .headNavListWrap{
	transform:translateX(-100%);
	transition-delay:0s;	
}
.showSub .headNavSubmenuWrap{
	transform:translateX(0%);
	transition-delay:0.1s;	
}
.headLogMainWrp{
	width:20%;
	padding-left: 3%;
	display:inline-block;
	vertical-align:middle;
}
.headLogMainWrp a{
	display:block;
	width:160px;	
}
.headLogMainWrp a svg,
.headLogMainWrp a img{
	display:block;
	width:100%;
}
.mainNavList{
	display: block;
	position: relative;
	width: 100%;
}
.mainNavList > li:last-child{
	padding-bottom:50px;
}
.lavalamp-object{
	position:absolute;
	width: 12px !important;
	background-color: #e0372e;
	left: -11%;
	margin-left:3px;
}
.hmeVidBgMainCont{
	position:relative;
	width:100%;
	height:650px;
	overflow:hidden;
	z-index:0;
	background-color:#464646;
}
.hmeVidBgWrp{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;	
	overflow:hidden;
	-webkit-mix-blend-mode: overlay;
	-moz-mix-blend-mode: overlay;
	mix-blend-mode: overlay;
}
.hmeVidBgWrp:before{
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	z-index:2;
}
.hmeVidBgWrp video{
	position:absolute;
	left:0;
	top:-8%;
	width:100%;
	height:116%;
	z-index:1;
}
.hmeVidInfoWrp{
	width:80%;
	top:40%;
	left:12%;
	position:absolute;
	z-index:1;
}
.hmeVidTtle{
	font-weight:bold;
	font-size: 10vh;
	line-height: 10vh;
	color:#fff;
	display:block;
	margin-bottom:20px;
}
.hmeVidDesc{
	font-size: 2.2vh;
	line-height: 3.4vh;
	color:#e6e6e6;
	max-width:600px;
}
.headTolfre{
	position:absolute;
	right:10%;
	top:11%;
	z-index:50;
	color:#fff;
}
.headTolfre i{
	display:inline-block;
	vertical-align:middle;
	width:34px;
	height:34px;
	margin-right:10px;
	background:url('../images/phoneIcon.svg') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.headTolfre span{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.headTolfre span strong{
	display:block;
	font-size:18px;
	font-weight:600;
}
.hmeContMainBodyWrap{
	background-color:#363636;
	display:table;
	width:100%;
	position:relative;
	z-index:5;
}
.hmeContRowLeft{
	width:50%;
	float:left;
}
.hmeContRowRight{
	width:50%;
	float:right;
}
.hmeContBlckWrp{
	width:100%;
	position:relative;
	background-color:#000;
	overflow:hidden;
}
.strch{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.hmeContBlckImg{
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.5;
	background-position:center center;
	z-index:0;
}
.hmeContBlckInf{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:100%;
	text-align:center;
	z-index:1;
}
.hmeBlckTtle{
	font-size:7vh;
	color:#fff;
}
.hmeBlckDesc{
	margin:20px auto 0 auto;
	max-width:60%;
}
.hmeBlckDesc p{
	font-size: 2.2vh;
	line-height: 3.2vh;
	color:#fff;
}
.hmeBlckDefBtn{
	font-size:13px;
	color:#fff;
	background-color:rgba(255,255,255,0.1);
	padding:15px 40px;
	border-radius:100px;
	display:inline-block;
	box-shadow:0 5px 15px 0px rgba(0,0,0,0.5);
	margin-top:80px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.filled,
.hmeBlckDefBtn:hover{
	background-color:#e0372e;
}
.hmeProdBlockWrp{
	display:table;
	width:100%;
	margin-top:-35px;
	position:relative;
	z-index:1;
}
.hmeProdBlockWrp > li{
	width:50%;
	float:left;
}
.hmeProdBlockWrp > li:nth-child(2){
	margin-top:25px;
}
.hmePrdBlck{
	width:100%;
	display:block;
	position:relative;
	height:500px;
	height:75vh;
	background-color:#b92b24;
}
.hmePrdBlckImgWrp{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
}
.hmePrdBlckImgSlider{
	width:100%;
	display:block;
}
.hmePrdBlckImgSlider img{
	width:160px;
	margin:0 auto;
	display:block;
	-webkit-transition:all ease 0.7s;
	transition:all ease 0.7s;
}
.hmeWidePrdBlck .hmePrdBlckImgSlider img{
	width: 70%;
}
.hmePrdBlck:hover .hmePrdBlckImgSlider img{
	-webkit-transform:scale(1.05) translateY(-20px);
	transform:scale(1.05) translateY(-20px);
}
.hmePrdBlckImgWrp h2{
	font-size: 5vh;
	color: #fff;
	display:block;
	padding-left: 0;
	margin-bottom: 80px;
	margin-bottom:10vh;
	font-style:italic;
	text-align:center;
	font-weight:normal;	
}
@media screen and (min-width:1000px){
.hmePrdSmlRow .hmePrdBlck{
	height: 70vh;
}
.hmePrdSmlRow .hmePrdBlckImgWrp h2{
	margin-bottom: 8vh;
}
.hmePrdSmlRow .hmePrdBlckImgSlidNav{
	margin-top: 3vh;
}
}
.hmePrdBlckImgSlidNav{
	text-align:center;
	display:block;
	margin-top:80px;
	margin-top:10vh;
}
.hmePrdBlckImgSlidNav li{
	display:inline-block;
	vertical-align:middle;
	color:rgba(255,255,255,0.5);
	line-height:14px;
	font-size:15px;
}
.hmePrdBlckImgSlidNav li:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:5px;
	height:1px;
	background-color:#fff;
	margin:0 12px 0 8px;
}
.hmePrdBlckImgSlidNav li:nth-child(1):before{display:none;}
.hmePrdBlckImgSlidNav li.actv{
	color:#fff;
}
.hmePatternFiller{
	width:100%;
	display:block;
	clear:both;
	height:450px;
	height:90vh;
	background:url('../images/hmePatternFiller.jpg') no-repeat 0 0 #ff715a;
	position:relative;
	z-index:0;	
	margin-top:-400px;
}
.ftrMainSecCont{
	overflow:hidden;
	width:100%;
	background:#363636;
	padding-top:30px;
	position:relative;
	z-index:1;
}
.ftrTopLeftWrp{
	float:left;
}
.ftrTopMainCont{
	display:table;
	width:100%;
}
.ftrTopMainCont .centerAlign{
	position:relative;
	display:table;
}
.ftrTopRightWrp{
	float:right;
	margin-top:40px;
}
.ftrTolfreNum{
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	display:block;
	margin-bottom:80px;
	text-transform:uppercase;
}
.ftrTolfreNum span{
	display:block;
	font-size:36px;
	color:#848383;
	font-weight:700;
}
.ftrLinksWrp{
	display:table;
	width:100%;
}
.ftrLinksWrp ul{
	float:left;
	margin-right:100px;
}
.ftrLinksWrp ul li{
	display:block;
	margin-bottom:7px;
}
.ftrLinksWrp ul li a{
	font-size:14px;
	color:#999999;
	text-transform:uppercase;
}
.ftrLogoBlck{
	display:block;
	text-align:center;
	width:250px;
}
.ftrLogoBlck img{
	width:180px;
	display:inline-block;
	margin-bottom:15px;
}
.ftrLogoBlck p{
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
	color:#999999;
}
.ftrLogoBlck p:after{
	display: block;
	width: 1px;
	content: '';
	height: 30px;
	background: #fff;
	margin: 19px auto;
}
.ftrLogoBlck a{
	font-size:14px;
	color:#999999;
	display:inline-block;
}
.ftrCpyRghtWrp{
	padding:30px 0;
	border-top:1px solid #585858;
	margin-top:100px;
}
.ftrCpyRghtWrp .centerAlign{
	display:table;
}
.ftrCpyRghtWrp .centerAlign p{
	display:inline-block;
	vertical-align:middle;
	width:50%;
	margin:0 -2px;
	font-size:15px;
	line-height:20px;
	text-transform:uppercase;
	color:#6f6f6f;
}
.ftrCpyRghtWrp .centerAlign p a{color:#a2a2a2;}
.ftrCpyRghtWrp .centerAlign p:last-child{
	text-align:right;
}
.ftrLogoBlck a:hover,
.ftrCpyRghtWrp .centerAlign p a:hover,
.ftrLinksWrp ul li a:hover{
	color:#fff;
}
.returnTopBtn,
.returnTopBtn *{
	-webkit-transition:all linear 0.3s;
	transition:all linear 0.3s;
}
.returnTopBtn{
	position: absolute;
	left: 105%;
	bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #ccc;
	white-space: nowrap;
	transform: rotate(-90deg);
	letter-spacing: 2px;
	line-height: 28px;
	display: block;
	backface-visibility:hidden;
}
.returnTopBtn svg{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	width:20px;
	margin-top:-2px;
}
.returnTopBtn svg path{
	fill:#ccc;
}
.returnTopBtn:hover svg{transform:translateX(5px);}
.returnTopBtn:hover svg path{fill:#fff;}
.returnTopBtn:hover{color:#fff;}
.inrPageBody{
	background:#241e1e;
}
.inrPageBody .headNavBlckOlay,
.inrPageBody .headMenIcnWrp{width:10%;}
.inrPageBody .lavalamp-object{left:-10%;}
.inrPageBody .headNavPad{padding-left: 13%;}
.inrPageBody .headLogMainWrp{padding-left:2%;}
.gridLayout{
	position:fixed;
	z-index:0;
}
.gridLayout .grid{
	position:absolute;
	top:0;
	bottom:0;
	width:10%;
	border-right:1px solid #4a4a4a;
}
.mar-t-1{margin-top:50px;}
.mar-t-2{margin-top:70px;}
.mar-t-3{margin-top:100px;}
.inrPageBody .ftrMainSecCont{padding-top: 110px;}
.gridLayout .grid:nth-child(1){left:0;}
.gridLayout .grid:nth-child(2){left:10%;}
.gridLayout .grid:nth-child(3){left:20%;}
.gridLayout .grid:nth-child(4){left:30%;}
.gridLayout .grid:nth-child(5){left:40%;}
.gridLayout .grid:nth-child(6){left:50%;}
.gridLayout .grid:nth-child(7){left:60%;}
.gridLayout .grid:nth-child(8){left:70%;}
.gridLayout .grid:nth-child(9){left:80%;}
.gridLayout .grid:nth-child(10){left:90%;}
.gridCentAlign{
	width:80%;
	margin:0 auto;
}
.whyFlavImgBlck{
	display:inline-block;
	vertical-align:top;
	width:20%;
	padding:0 10px;
	margin-right:-4px;
}
.inrPgeContentBody{
	position:relative;
	padding-bottom:100px;
	z-index:1;
}
.inrPgeBnnrWrap{
	position:relative;
	height:82vh;
	width:100%;
	margin-bottom:100px;
}
.inrBnrBgWrp{
	width:70%;
	right:0;
	top:0;
	height:100%;
	background-color:#000;
	position:absolute;	
}
.inrBnrBgWrp .strch{
	background:url('../images/inrBanrImg.jpg') 0 0 no-repeat;
	background-size:cover;
	opacity:0.8;	
}
.inrPgeBnnrWrap .gridCentAlign{
	position:absolute;
	top:56%;
	left:10%;
}
.grdCentAlign{
	width:80%;
	margin:0 auto;
}
.inrBnrTtle{
	font-size: 14vh;
	display: block;
	color: #fff;
	font-weight: 800;
	line-height: 14vh;
}
.inrBnrLine{
	position:absolute;
	top:120%;
	height:160px;
	width:1px;
	background-color:#fff;
	left:7%;
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
.prodInrMainRowWrp{
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:90px 0 50px 0;
	position:relative;
}
.prdRowInfoWrap{
	display:block;
	margin-bottom:0;
	width:50%;
	margin-left:20%;
	padding-left:25px;
	text-align:left;
	overflow:hidden;
}
.gridFlot{overflow:hidden;}
.gridFlot > div{float:left;}
.grdOfset-05{margin-left:5%;}
.grdOfset-1{margin-left:10%;}
.grdOfset-2{margin-left:20%;}
.grdOfset-3{margin-left:30%;}
.grdOfset-4{margin-left:40%;}
.grdOfset-5{margin-left:50%;}
.grdOfset-6{margin-left:60%;}
.grdOfset-7{margin-left:70%;}
.grdOfset-8{margin-left:80%;}
.grdOfset-9{margin-left:90%;}

.gridWid-1{width:10%}
.gridWid-2{width:20%;}
.gridWid-3{width:30%;}
.gridWid-4{width:40%;}
.gridWid-5{width:50%;}
.gridWid-6{width:60%;}
.gridWid-7{width:70%;}
.gridWid-8{width:80%;}
.gridWid-9{width:90%;}
.gridWid-10{width:100%;}

.prdRowMainTtle,
.prdRowInfoWrap h1{
	font-size:7vh;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.3vw;
	font-weight:800;
	display:block;
	margin-bottom:10px;
}
.prdRowInfoWrap p{
	font-size:16px;
	color:#949494;
	line-height:22px;
}
.prdGridBlockWrap{
	display:inline-block;
	vertical-align:top;	
	width:33.33%;
	margin:50px -2px 0 -3px;
	padding:0 3.3vw;
	position: relative;
    z-index: 1;
}
.prdGridBlockWrap:nth-child(even){
	margin-top:80px;
}
.prdGridBlockWrap img{
	display:block;
	width:70%;
	margin:0 auto;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.prdGridBlockWrap.prdInrWidePrdBlck img{
	width: 80%;
}
.prdGridBlockWrap:hover img{
	transform:scale(0.95) translateY(-10px);
}
.prdGrdInfoWrp{
	background-color: #e0372e;
	width: 100%;
	height: 27vh;
	padding: 14.5vh 30px 0 30px;
	display: block;
	position: relative;
	z-index: -1;
	margin-top: -13vh;
	perspective: 200px;
	perspective-origin: 50% 0;
}
@media screen and (min-width:769px){
	.prdInrWidePrdBlck .prdGrdInfoWrp{
		margin-top: -10vh;
	}
}
.prdGrdInfoWrp h2{
	font-size:2.8vh;
	color:#fff;
	font-weight:normal;
	display:block;
	margin-bottom:5px;
}
.prdGrdAvailSizes{
	font-size:14px;
	color:#fff;
	display:block;
	transform:translateY(-10px);
	opacity:0;
	transition:all ease 0.5s;
}
.prdGridBlockWrap:hover .prdGrdAvailSizes{
	transform:translateY(0px);
	opacity:1;
}
.nutFactBtn{
	position:absolute;
	left:0;
	top:100%;
	background-color:inherit;
	width:100%;
	text-transform:uppercase;
	padding:13px 0;
	color:#fff;
	font-size:14px;
	z-index:0;
	opacity:0;
	transform: rotateX(-50deg);
	transform-origin: 50% 0%;
	-webkit-transition:transform ease 0.5s, opacity ease 0.1s;
	transition:transform ease 0.5s , opacity ease 0.1s;
	transition-delay:0.0s, 0.2s;
}
.prdGridBlockWrap:hover .nutFactBtn{
	opacity:1;
	transform: rotateX(0deg);
	transition-delay:0.05s;
}
.nutFactBtn:before{
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	opacity:0.2;
	position:absolute;
	z-index:-1;
}
.prdRowIconsWrap{
	z-index:-1;
}
.prdFltImg{
	position:absolute;
	z-index:0;
	background:url('../images/peanut-butter-row-sprites.png') 50% 0 no-repeat;
	background-size:100% auto;
}
.peanutFloatImgs .prdFltImg{
	width:130px;
	height:130px;
}
.peanutFloatImgs .peanut-1{
	left: 15%;
	bottom: 23%;
	background-position-y:0;
}
.peanutFloatImgs .peanut-2{
	right: 1%;
	top: 31%;
	background-position-y:12.5%;
}
.peanutFloatImgs .peanut-3{
	right: 15%;
    bottom: 25%;
	background-position-y:25%;
}
.peanutFloatImgs .peanut-4{
	left:5%;
	top:30%;
	background-position-y:37.5%;
}
.peanutFloatImgs .peanut-5{
	right: 7%;
	bottom: 5%;
	background-position-y:50%;
}
.peanutFloatImgs .peanut-6{
	left: 2%;
	bottom: 33%;
	background-position-y:62.5%;
}
.peanutFloatImgs .peanut-7{
	left: 32%;
	top: 27%;
	background-position-y:75%;
}
.peanutFloatImgs .peanut-8{
	right: 4%;
	top: 58%;
	background-position-y:87.5%;
}
.peanutFloatImgs .peanut-9{
	right: 11%;
	top: 8%;
	background-position-y:100%;
}
.jamSprdFloatImgs .prdFltImg{
	background-image:url('../images/mix-jam-spread-row-sprites.png');
	width:100px;
	height:100px;
}
.jamSprdFloatImgs .jamSprd-1{
	left: 15%;
	top: 35%;
	background-position-y:0%;
}
.jamSprdFloatImgs .jamSprd-2{
	left: 2%;
	top: 46%;
	background-position-y:11.11%;
}
.jamSprdFloatImgs .jamSprd-3{
	right: 8%;
	top: 50%;
	background-position-y:22.22%;
}
.jamSprdFloatImgs .jamSprd-4{
	right: 21%;
	top: 26%;
	background-position-y:33.33%;
}
.jamSprdFloatImgs .jamSprd-5{
	left: 44%;
	bottom: 37%;
	background-position-y:44.44%;
}
.jamSprdFloatImgs .jamSprd-6{
	right: 16%;
	bottom: 4%;
	background-position-y:55.55%;
}
.jamSprdFloatImgs .jamSprd-7{
	right: 1%;
	bottom: 51%;
	background-position-y:66.66%;
}
.jamSprdFloatImgs .jamSprd-8{
	right: 1%;
	bottom: 9%;
	background-position-y:77.77%;
}
.jamSprdFloatImgs .jamSprd-9{
	left: 21%;
	bottom: 6%;
	background-position-y:88.88%;
}
.jamSprdFloatImgs .jamSprd-10{
	display:none;
	left: 0;
	top: 0;
	background-position-y:100%;
}
.jamSprdFloatImgs .jamSprd-11,
.jamSprdFloatImgs .jamSprd-12,
.jamSprdFloatImgs .jamSprd-13{
	width:160px;
	height:160px;
	background-image:url('../images/mix-jam-spread-row-sprites-2.png');
}
.jamSprdFloatImgs .jamSprd-11{
	background-position:0 0;
	left: 3%;
	top: 5%;
}
.jamSprdFloatImgs .jamSprd-12{
	background-position:0 50%;
	right: -2%;
	top: 0%;
}
.jamSprdFloatImgs .jamSprd-13{
	background-position:0 100%;
	left: 3%;
	bottom: 8%;
}
.exoNutFloatImgs .prdFltImg{
	background-image:url('../images/exotic-nut-row-sprites.png');
	width:80px;
	height:80px;
}
.exoNutFloatImgs .exoNut-1{
	background-position:0 0;
	right: 2%;
	top: 15%;
}
.exoNutFloatImgs .exoNut-2{
	background-position:0 11.11%;
	left: 36%;
	top: 35%;
}
.exoNutFloatImgs .exoNut-3{
	background-position:0 22.22%;
	left: 5%;
	top: 49%;
}
.exoNutFloatImgs .exoNut-4{
	background-position:0 33.33%;
	right: 1%;
	bottom: 25%;
}
.exoNutFloatImgs .exoNut-5{
	background-position:0 44.44%;
	left: 1%;
	top: 14%;
}
.exoNutFloatImgs .exoNut-6{
	background-position:0 55.55%;
	right: 34%;
	bottom: 5%;
}
.exoNutFloatImgs .exoNut-7{
	background-position:0 66.66%;
	left: 2%;
	bottom: 13%;
}
.exoNutFloatImgs .exoNut-8{
	background-position:0 77.77%;
	right: 7%;
	top: 40%;
}
.exoNutFloatImgs .exoNut-9{
	background-position:0 88.88%;
	right: 5%;
	bottom: 3%;
}
.exoNutFloatImgs .exoNut-10{background-position:0 100%; display:none;}
.pasteFloatImgs .prdFltImg{
	background-image:url('../images/paste-garlic-sprite.png');
	width:60px;
	height:60px;
}
.pasteFloatImgs .psteImg-1{
	background-position:0 0;
	right: 5%;
	top: 53%;
}
.pasteFloatImgs .psteImg-2{
	background-position:0 20%;
	right: 10%;
	bottom: 9%;
}
.pasteFloatImgs .psteImg-3{
	background-position:0 40%;
	left: 17%;
	bottom: 30%;
}
.pasteFloatImgs .psteImg-4{
	background-position:0 60%;
	left: 8%;
	bottom: 17%;
}
.pasteFloatImgs .psteImg-5{
	background-position:0 80%;
	right: 20%;
	top: 30%;
}
.pasteFloatImgs .psteImg-6{
	background-position:0 100%;
	right: 18%;
	bottom: 33%;
}
.pasteFloatImgs .psteImg-7,
.pasteFloatImgs .psteImg-8{
	background-image:url('../images/paste-ginger-sprite.png');
	width:150px;
	height:150px;
}
.pasteFloatImgs .psteImg-7{
	background-position:0 0;
	left: 94%;
	top:20%;
}
.pasteFloatImgs .psteImg-8{
	background-position:0 100%;
	left: 6%;
	top: 36%;
}
.wfrBsctFloatImgs .prdFltImg{
	background-image:url('../images/wb-row-sprites.png');
	width:100px;
	height:100px;
}
.wfrBsctFloatImgs .wfrBsct-1{
	background-position: 0 0;
	left: 22%;
	top: 74%;

}
.wfrBsctFloatImgs .wfrBsct-2{
	background-position: 0 16.66%;
    left: 17%;
    top: 13%;

}
.wfrBsctFloatImgs .wfrBsct-3{
	background-position: 0 32.32%;
    left: 58%;
    top: 55%;

}
.wfrBsctFloatImgs .wfrBsct-4{
	background-position: 0 49.98%;
	right: 29%;
	bottom: 13%;

}
.wfrBsctFloatImgs .wfrBsct-5{
	background-position: 0 66.64%;
    right: 7%;
    top: 38%;
    width: 140px;
    height: 140px;

}
.wfrBsctFloatImgs .wfrBsct-6{
	background-position: 0 83.30%;
	right: 2%;
	top: 58%;

}
.wfrBsctFloatImgs .wfrBsct-7{
	left: 8%;
	top: 48%;
	background-position: 0 100%;

}
.bnrMarg{
	margin-top:50px;
}
.contUsMainSec{
	display:block;
	overflow:hidden;
}
.secTtle{
	font-size:32px;
	letter-spacing:2px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;
	display:block;
}
.smlTtle{
	display:block;
	font-size:14px;
	letter-spacing:2px;
	color:#AAAAAA;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:5px;
}
.secDesc{
	display:block;
}
.blgDetInfWrp li,
.carerDetMainWrp .secDesc ul li,
.secDesc p{
	font-size:16px;
	display:block;
	line-height:24px;
	color:#AAAAAA;
}
.whtTxt{color:#fff;}
.secDesc p a{
	color:#fff;
	text-decoration:underline;
}
.secTtle2{
	font-size:22px;
	font-weight:600;
	letter-spacing:1px;
	color:#fff;
	margin-bottom:5px;
}
.contInfoBlock{
	padding-left:30px;
	display:block;
	margin-top:50px;
	position:relative;
}
.corpInfoWrp .secDesc,
.contInfoBlock .secDesc{
	max-width:350px;
}
.contInfoBlock svg{
	position:absolute;
	right:103%;
	top:0;
	z-index:0;
	width:60px;
}
.corpInfoWrp svg path,
.contInfoBlock svg path{fill:#fff;}
.contInfSml{
	margin-top:50px;
	margin-bottom:0;
}
.corpInfoWrp{
	background-color:#e0372e;
	padding:75px 80px 55px 80px;
	margin-top:240px;
}
.corpInfoWrp svg{
	width:50px;
	display:block;
	margin-bottom:20px;
}
.corpInfoWrp .secDesc p{
	color:#ffe5e5;
}
.contTolFre{
	font-size:18px;
	font-weight:normal;
	color:#fff;
	margin-top:70px;
	display:block;
}
.contTolFre strong{
	letter-spacing:1px;
	font-weight:600;
}
.vertLineSep{
	display:block;
	width:2px;
	height:30px;
	margin:15px 3px 0 3px;
	background-color:#fff;
}
.contFormMainWrp{
	padding-left:30px;
	padding-right:30px;
}
.contFormWrp{
	display:block;
	width:100%;
	margin-top:50px;
	position:relative;
}
.contErrMsg{
	position:absolute;
	right:0;
	bottom:110%;
	max-width:40%;
}
.contErrMsg > div{
	display:none;
	font-size: 12px;
	padding: 12px 18px;
	background-color: rgba(224, 55, 46, 0.8);
	margin: 8px 0;
	color: #fff;
	text-transform: uppercase;
}
.contErrMsg > .sucMsg{
	background-color:rgba(57,132,48,0.9);
}
.contFormWrp fieldset{
	display:block;
	margin-bottom:30px;
	padding-top:20px;
	position:relative;
}
.contFormWrp fieldset label{
	display:block;
	font-size:13px;
	color:#7f7f7f;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
	position:absolute;
	top:0;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.contFormWrp fieldset .inpt{
	width:100%;
	display:block;
	border:none;
	background-color:#aaa;
	color:#a7a7a7;
	font-size:15px;
	padding:12px 18px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	background-color:#454040;
}
.contFormWrp fieldset .inpt:focus{
	color:#fff;
}
.contFormWrp fieldset select.inpt{
	background-image:url('../images/down-arrow.svg');
	background-repeat:no-repeat;
	background-position: 95% 50%;
	background-size:16px auto;
}
.contFormWrp fieldset .inpt:focus + label{
	color:#fff;
}
.contFormWrp fieldset textarea.inpt{
	resize:none;
	height:130px;
}
.contRow{
	overflow:hidden;
}
.twoCol fieldset{
	float:left;
	width:50%;
}
.twoCol fieldset:nth-child(odd){padding-right:15px;}
.twoCol fieldset:nth-child(even){padding-left:15px;}
.threCol fieldset{
	float:left;
	width:33.33%;
}
.disShipFrm .contRow{margin-left:-15px; margin-right:-15px;}
.disShipFrm .contRow fieldset{
	padding-left:15px;
	padding-right:15px;
}
.capSubWrp{
	overflow:hidden;
	width:100%;
}
.capWrp{
	float:left;
}
.contSubBtn{
	float:right;
	padding:15px 30px;
	border:none;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	font-weight:500;
	cursor:pointer;
	margin-top:10px;
	font-size:16px;
	background-color:#e0372e;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.contSubBtn:hover{background-color:#fff; color:#e0372e;}

.blgListImg{
	 width:100%;
	 height:430px;
	 display:block;
	 background:url('../images/hmePatternFiller.jpg') 50% 50% no-repeat;
	 background-size:cover;
	 position:relative;
}
.blgListImg:before{
	content:'';
	width:100%;
	height:50%;
	position:absolute;
	left:0;
	bottom:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.ourBlogListWrap{
	overflow:hidden;
	width:100%;
}
.ourBlogListWrap li{
	width:50%;
	padding:0 30px 0 45px;
	margin-top:50px;
	float:left;
}
.ourBlogListWrap li:nth-child(even){
	margin-top:100px;
}
.ourBlogListWrap li a{
	position:relative;
	width: 100%;
	display: block;
}
.ourBlogListWrap li a h2{
	position:absolute;
	left: 10%;
	width: 70%;
	bottom: 8%;
	max-width:220px;
	display: block;
	font-size: 22px;
	font-weight:lighter;
	color:#fff;
}
.blgDate{
	position:absolute;
	right:102%;
	bottom:15px;
	width:20px;
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
	letter-spacing:2px;
	white-space:nowrap;
	color:#AFAFAF;
	transform:rotate(-90deg);
}
.blgDetMainWrp{
	margin:0 auto;
	float:none;
	max-width:1300px;
	overflow:hidden;
}
.blgDetMainWrp .blgListImg{
	width:38%;
	height:500px;
	float:left;
}
.blgDetInfWrp{
	float:right;
	width:56%;
	padding-right:15px;
	padding-top:25px;
}
.blgDetInfWrp .secTtle{
	text-transform:none;
}
.secDesc p{margin-bottom:10px;}
.blgDetInfWrp .secDesc p{
	margin-bottom:20px;
}
.blgDetInfWrp li{
	margin-left:15px;
	margin-bottom:5px;
	display:list-item;
	list-style:disc;
}
.oHiden{overflow:hidden;}
.carerListMainWrp li{
	display:block;
	position:relative;
	overflow:hidden;
	padding-right:25%;
	margin-top:120px;
}
.carerListMainWrp .secTtle{
	margin-bottom:5px;
}
.carerListMainWrp .secTtle a{
	color:#fff;
	text-transform:none;
}
.carerListMainWrp .secTtle a:hover{text-decoration:underline;}
.carLstEmpType{
	font-size:14px;
	text-transform:uppercase;
	color:#ccc;
	margin-bottom:15px;
}
.carerListMainWrp .contSubBtn{
	float:left;
	clear:both;
	margin-top:25px;
}
.carLstOpning{
	position:absolute;
	right:0;
	top:40px;
	text-align:center;
	color:#9B9B9B;
}
.carLstOpning strong{
	font-size:50px;
	display:block;
	font-weight:lighter;
}
.carerDetMainWrp{
	display:inline-block;
	vertical-align:top;
	width:49%;
}
.carerDetInfMainWrp{
	display:inline-block;
	width:49%;
	margin-left:6%;
	vertical-align:top;
	padding:70px 0 70px 60px;
	margin-top:50px;
	position:relative;
	z-index:1;
	margin-right:-5%;
}
.carerDetInfMainWrp:before{
	background-color:#e0372e;
	content:'';
	width:1000px;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	z-index:-1;
}
.carerDetInfMainWrp svg{
	position:absolute;
	left:60px;
	bottom:95%;
	width:110px;
}
.carerDetInfMainWrp svg path{fill:#e0372e;}
.carerDetInfMainWrp h4{
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	letter-spacing:2px;
	margin-bottom:20px;
}
.jobDetMainWrp li{
	display:block;
	margin-bottom:13px;
	font-size:15px;
	color:#fff;
}
.jobDetMainWrp li span{
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
.carerDetMainWrp .secDesc ul{
	display:block;
	margin-top:30px;
}
.carerDetMainWrp .secDesc ul li{
	margin-bottom:8px;
	padding-left:30px;
	position:relative;
}
.carerDetMainWrp .secDesc ul li:before{
	content:'';
	background:url('../images/arwRght.png') 0 0 no-repeat;
	background-size:100%;
	width:20px;
	height:20px;
	position:absolute;
	top:8px;
	left:0;
	opacity:0.7;
}
.carerDetMainWrp .secDesc h5,
.carerDetMainWrp .secDesc h4,
.carerDetMainWrp .secDesc h3,
.carerDetMainWrp .secDesc h2,
.carerDetMainWrp .secDesc h1{
	margin-top:30px;
	color:#fff;
	font-weight:600;
	font-size:18px;
}
.carerDetMainWrp .secDesc h2{font-size:20px;}
.carerDetMainWrp .secDesc h1{font-size:22px;}
.carerDetMainWrp .secDesc h5 + ul,
.carerDetMainWrp .secDesc h4 + ul,
.carerDetMainWrp .secDesc h3 + ul,
.carerDetMainWrp .secDesc h2 + ul,
.carerDetMainWrp .secDesc h1 + ul{
	margin-top:10px;
}
.cAlign2{width:1100px;}
.aplyNwBtn{
	background-color:#fff;
	color:#e0372e;
	font-size:15px;
	padding:25px 55px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
}
.aplyNwBtn:hover{
	background-color:#d02c24;
	color:#fff;
}
.carerDetInfMainWrp .aplyNwBtn{
	position:absolute;
	left:0;
	top:100%;
}
.centTxt{text-align:center;}
.carerDetFrm{
	margin:0 auto 0 auto;
	width:70%;	
	display:none;
}
.carerDetFrm .contFormWrp{
	margin-top:30px;	
}
.spliLbl{
	
}
.spliLbl{
	display:block;
	position:relative;
	z-index:1;
	margin-top: 40px;
	margin-bottom:20px;
}
.spliLbl span{
	display:inline-block;
	font-size:18px;
	letter-spacing:2px;
	font-weight:bold;
	color:#fff;
	padding:0 15px 0 0;
	background:#241e1e;
	text-transform:uppercase;
}
.spliLbl:before{
	z-index:-1;
	position:absolute;
	left:0;
	top:50%;
	margin-top:1px;
	content:'';
	border-bottom:1px dotted #9A9A9A;
	width:100%;
}
.disShipFrm .agreStatemNt{
	padding:0;
	margin-top:10px;
	margin-bottom:50px;
}
.agreStatemNt .agreChkBx{
	position:absolute;
	left: 30px;
	top: 20px;
}
.agreStatemNt .fldSet{
	font-size: 15px;
	line-height: 24px;
	color: #bdbdbd;
	border: 1px dotted #a5a5a5;
	padding: 13px 50px 13px 50px;
	width: 100%;
}
.agreStatemNt .fldSet input {
    border-top: none;
    border-left: none;
    border-right: none;
	color:#fff;
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin: 0 5px;
    width: 100px;
    padding: 0;
    background: none;
    border-bottom: 1px solid #c7c7c7;
}
.nutFactBtnSplit{
	padding:0;
	overflow:hidden;
}
.nutFactBtnSplit a{
	width:50%;
	float:left;
	text-align:center;
	color:#fff;
	padding:15px 0;
	display:block;
}
.nutFactBtnSplit a:nth-child(2){
	border-left:1px solid rgba(255,255,255,0.30);
}
.reuseSvg svg{display:none;}
.fancybox-slider-wrap .nutFacStoreLinks,
.nutFacStoreLinks{
	background-color:#fff;
	width:auto;
	padding:60px 80px;
	text-align:center;
	border-radius:10px;
	overflow: visible;
}
body .nutFacStoreLinks{
	visibility:hidden;
	opacity:0;
	-webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.efctTopBtmOp .nutFacStoreLinks{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	transition-delay:0.2s;
}
.nutFacStoreLinks .fancybox-close-small{
	border-radius:0;
	top: -15px;
	right: -15px;
}
.nutFacStoreLinks a{
	display:inline-block;
	vertical-align:top;
	width: 150px;
	margin: 0 20px;
	text-align:center;
}
.nutFacStoreLinks a svg{
	width:100%;
	border: 1px solid #e6e5e5;
	padding: 12px;
	border-radius:10px;
	margin:0 auto;
	display:block;
	transition:all ease 0.3s;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.40);
}
.nutFacStoreLinks a img{
	display: block;
	width: 100%;
}
.bonvilleLinks a{
	margin: 0 30px;
	vertical-align: middle;
}
.nutFacStoreLinks{display:none;}
.nutFacStoreLinks a span{
	display: block;
	font-size: 14px;
	font-weight: lighter;
	margin-top: 10px;
	color: #9A9A9A;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition:all ease 0.3s;
}
.nutFacStoreLinks a:hover svg{
	transform:translateY(-10px);
	box-shadow: 0 15px 25px -15px rgba(0,0,0,0.40);
}
.nutFacStoreLinks a:hover span{color:#e0372e;}
.nutFacTtle{
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	color:#e0372e;
}
.nutFacTtle:after{
	content:'';
	display:block;
	margin:20px auto 30px auto;
	width:50px;
	height:3px;
	background-color:#A7A7A7;
}
.nutBtnInline{
	padding:15px 0;
	text-align:center;
}
.nutBtnInline span{
	display:inline-block;
	vertical-align:middle;
}
.nutBtnInline a{
	display:inline-block;
	vertical-align:middle;
	background-color:#fff;
	width:32px;
	margin:0 6px;
	border-radius:5px;
	transition:all ease 0.5s;
}
.nutBtnInline a svg{
	display:block;
	width:100%;
}
.nutBtnInline a:hover{
	transform:scale(1.3);
}
.faqMainCont{
	overflow:hidden;
}
.faqMainCont li{
	border-bottom:1px solid #444;
	padding-bottom:30px;
	margin-bottom:30px;
	padding-right:30px;
	padding-left:100px;
	position:relative;
}
.faqQue{
	font-size:26px;
	color:#fff;
	display:block;
	margin-bottom:5px;
	font-weight:600;
}
.faqNum{
	position: absolute;
	left: 20px;
	top: -5px;
	font-size: 46px;
	color: #4a4a4a;
	font-weight: 600;
}
.whyFlavImgBlckList{
	display:block;
	margin-top:150px;
}
.whyFlavImgBlckList li{
	margin-bottom:80px;
}
.whyFlavImgBlck img{
	display:block;
	width:100%;
}
.whyFlvTtle{
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#fff;
	margin-top:15px;
	max-width:300px;
}
.abtSplitMainWrap{
	width:96%;
	display:block;
	margin:0 auto;
}
.abtSecDataWrp,
.abtCerSecWrp{
	width:50%;
	display:inline-block;
	vertical-align:top;
	margin:0 -2px;
	padding:60px 55px;
}
.abtCerSecWrp{
	background-color:#e0372e;
	padding-right:0 !important;
}
.abtSecDataWrp{
	background-color:#393939;
	margin-top:90px;
}
.abtCertWrp{
	display:block;
	width:100%;
}
.abtCertWrp:before{
	content:'';
	width:1px;
	height:80px;
	margin:25px 0 25px 1px;
	display:block;
	background-color:#fff;
}
.abtCertWrp a{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.abtCertWrp a img{
	display:block;
	height:56px;
}
.abtCerSecWrp .secTtle{
	font-size:36px;
	line-height:48px;
}
.abtSecDataWrp .smlTtle{
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
}
.abtSecDataWrp .secDesc p{text-align:justify; margin-bottom:20px;}
.abtSecDataWrp .secDesc p:last-child{margin-bottom:0;} 
.visMinMainCont{
	text-align:center;
	width:100%;
	display:block;
}
.visMisTxt{
	margin-top:10px;
	color: #fff;
	line-height: 46px;
	font-size: 42px;
	font-weight: normal;
	font-family: 'Great Vibes','Work Sans',sans-serif;
	letter-spacing: 3px;
}
.abtCountList{
	width:100%;
	display:table;
}
.abtCountList li{
	width:10%;
	float:left;
	background-color:#393939;
	height:150px;
	position:relative;
}
.abtCntBlck{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	padding:0 20px;
}
.abtCntNum{
	color:rgba(255,255,255,0.8);
	font-size:14px;
}
.abtCntNum span{
	font-size:22px;
	color:#fff;
}
.abtCountList li:nth-child(2){background-color:#5b5b5b; margin-top:30px;}
.abtCountList li:nth-child(3){margin-top:-10px;}
.abtCountList li:nth-child(4){background-color:#e0382f; margin-top:20px;}
.abtCountList li:nth-child(5){background-color:#4c4c4c; margin-top:60px;}
.abtCntTxt{
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	color:rgba(255,255,255,0.8);
	margin-top:5px;
}
.legInfCont h2{
	font-size:18px;
	color:#fff;
	font-weight:500;
	padding-top:25px;
	padding-bottom:5px;
}
.ftrMckWrp img{
	display:inline-block;
	vertical-align:middle;
	width:58%;
}
.ftrMckWrp{
	width:500px;
}
.ftrBrchMckLnk{
	display:inline-block;
	vertical-align:middle;
	width:37%;
	margin-left:3%;
	position:relative;
}
.ftrBrchMckLnk:before{
	content:'';
	position:absolute;
	width:100px;
	right:110%;
	top:12%;
	height:1px;
	background-color:#fff;
}
.ftrBrchMckLnk a{
	font-size: 18px;
	letter-spacing: 3px;
	text-transform:uppercase;
	color:#fff;
}
.ftrBrchMckLnk a:hover{text-decoration:underline;}
.ftrBrchMckLnk a strong{font-size:150%;}
.ftrBrchDesc{
	font-size: 12px;
	text-transform: uppercase;
	color: #ccc;
	letter-spacing: 1px;
	margin-top: 7px;
	line-height: 16px;
}
.hideActBtn .nutFactBtn{display:none;}