*{
	margin:0;
	padding:0;
	outline:none;
	list-style:none;
	text-decoration:none;
	font-family:'Lato', Arial, sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
*:before,
*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.centerAlign{
	width:1170px;
	margin:0 auto;
}
fieldset{outline:none; border:none;}
.dRow{width:100%; overflow:hidden; margin-bottom:10px;}
.dRow .dCol1, .dRow .dCol2, .dRow .dCol3, .dRow .dCol4, .dRow .dCol5,
.dRow .dCol6, .dRow .dCol7, .dRow .dCol8, .dRow .dCol9, .dRow .dCol10{
	float:left;
	padding-left:5px;
	padding-right:5px;
}

.dRow .dCol1{width:10%;}
.dRow .dCol2{width:20%;}
.dRow .dCol3{width:30%;}
.dRow .dCol4{width:40%;}
.dRow .dCol5{width:50%;}
.dRow .dCol6{width:60%;}
.dRow .dCol7{width:70%;}
.dRow .dCol8{width:80%;}
.dRow .dCol9{width:90%;}
.dRow .dCol10{width:100%;}
.dRow .padLr{padding-left:10px; padding-right:10px;}
.dRow .padTb{padding-top:10px; padding-bottom:10px;}
.dRow .pLft, .pLft{float:left;}
.dRow .pRgt, .pRgt{float:right;}
.dBtn{
	width:100%;
	display:block;
	background:#354b60;
	color:#fff;
	text-transform:uppercase;
	border:none;
	outline:none;
	cursor:pointer;
	font-size: 16px;
	line-height: 22px;
	padding: 12px 0;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	-webkit-transition:color ease 0.5s, background-color ease 0.5s,border-color ease 0.5s;
	-moz-transition:color ease 0.5s,background-color ease 0.5s,border-color ease 0.5s;
	transition:color ease 0.5s,background-color ease 0.5s,border-color ease 0.5s;
}
.dBtn.dInlnBtn{
	width:auto;
	padding-left:35px;
	padding-right:35px;
	display:inline-block;
	margin-left:11px;
}
.dBtn:hover{ background-color:#2d8ccc; }
.grnCol{background-color:#2cc990;}
.grnCol:hover{background-color:#15af77;}

.vAlignBot > div{
	float:none !important;
	display:inline-block;
	vertical-align:bottom;
	margin:0 -1px;
}
label{
	font-size:15px;
	color:#787679;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
label strong{
	font-weight:600;
}
.tCent{
	text-align:center;	
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="date"]{
	width:100%;
	background-color:#fff;
	border:2px solid #8c9899;
	font-size:15px;
	color:#787679;
	line-height:22px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	-webkit-transition:color ease 0.5s, background-color ease 0.5s,border-color ease 0.5s;
	-moz-transition:color ease 0.5s,background-color ease 0.5s,border-color ease 0.5s;
	transition:color ease 0.5s,background-color ease 0.5s,border-color ease 0.5s;
}

select{
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
	height:42px;
	line-height:36px;	
	padding-top:0;
	padding-bottom:0;
	background-image:url('../images/ddArrow.jpg');
	background-position:97% 50%;
	background-repeat:no-repeat;
}
select option{
	padding:5px 10px;
}
textarea{
	height:100px;
	resize:none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color:#8c9899;}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder{color:#8c9899;}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder{color:#8c9899;}

.srchFieldWrap input[type="text"]:-moz-placeholder{color:#8c9899;}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus{
	border-color:#2d8ccc;
}

.font-bsciprt-mt,
.font-bsciprt-mt *{font-family:'Brush Script MT',Arial;}
.font-lcida-csole,
.font-lcida-csole *{font-family:'Lucida Console',Arial;}
.font-capriola,
.font-capriola *{font-family:'Brush Script MT',Arial;}
.font-script-mt-bld,
.font-script-mt-bld *{font-family:'Brush Script MT',Arial;}

.hdrTopRspnsv{display:none;}
.respHeaderWrap{
	display:none;
	width:100%;
	background:#2980b9;
	padding:10px 0;
	z-index:1500;
	position:relative;
}
.rspLogo{
	display:block;
	width:120px;
	float:left;
}
.rspLogo img{
	display:block;
	width:100%;
}
.respHeadLinkIcn{
	float:right;
	position:relative;
    margin-top: 8px;
}
.respHeadLinkIcn > .hdrTpTgleNv{
	display: block;
	float: left;
	margin-right: 13px;
}
.respHeadLinkIcn > .hdrTpTgleNv > a {
	width: 36px;
	height: 36px;
	display: block;
	background-position:center;
	background-repeat:no-repeat;
	-moz-background-size:90% auto;
	-webkit-background-size:90% auto;
	background-size:90% auto;
}
.respHeadLinkIcn .hdrTpTgleNv.rspUsrIcn > a { background-position:center 4%; }
.respHeadLinkIcn .hdrTpTgleNv.rspHrtIcn > a { background-image:url("../images/respFavIcn.svg"); }
.respHeadLinkIcn .hdrTpTgleNv.rspCartusrIcn > a { background-image:url("../images/prodCartIcnHvr.svg"); }
.respHeadLinkIcn .hdrTpTgleNv.rspCartusrIcn > a, .respHeadLinkIcn .hdrTpTgleNv.rspHrtIcn > a {
	position:relative;
}
.respHeadLinkIcn .rspCartusrIcn > a .respCrtItmNum,
.respHeadLinkIcn .rspHrtIcn > a .respCrtItmNum {
    position: absolute;
    color: #ffffff;
    font-size: 11px;
    right: -10px;
    width: 25px;
    height: 25px;
    font-weight: 600;
    font-style: normal;
    top: -6px;
    line-height: 25px;
    padding-right: 2px;
    text-align: center;
    background-color: #e74c3c;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.respHeadLinkIcn .hdrTpTgleNv.rspCartusrIcn > a {
	-webkit-background-size:98% auto;
	-moz-background-size:98% auto;
	background-size:98% auto;
}
.rspNavIcn {
	width:36px;
	height:36px;
	margin-left: 25px;
	display:block;
	float:left;
	cursor:pointer;
	background:url("../images/respMenuIcon.png") center center no-repeat;
}
.headerMainWrapper{
	width:100%;
	display:table;
}
.headerTopWrap{
	border-bottom:1px solid #ecf0f1;
	display:table;
	padding-top: 17px;
	padding-bottom: 5px;
	width:100%;
	position:relative;
	z-index:5000000;
}
.hdTxt{
	float:left;
	text-transform:uppercase;
	font-size:14px;
	color:#555555;
	font-weight:600;
	line-height:20px;
}
.headTopLinks{
	float:right;
}
.headTopLinks > a{
	float:left;
	display:block;
	font-size:12px;
	color:#555555;
	padding:0 10px;
	line-height:26px;
	border-right:1px solid #ecf0f1;
	position:relative;
	font-weight:600;
}
.headTopLinks .hdrTpTgleNv:last-child > a{
	border-right:none;
	margin-right:5px;
}
.headTopLinks .hdrTpTgleNv {
	float:left;
	color:#555555;
	font-size:12px;
	line-height:26px;
}
.headTopLinks .hdrTpTgleNv > a {
	display:block;
	width:100%;
	border-right:1px solid #ecf0f1;
	padding:0 10px;
	position:relative;
}
.hdrTpTgleNv .hdrCartWrap {
    width: 340px;
    right: 0;
    top: 100%;
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-transition:-webkit-transform ease 0.5s, opacity ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
	transition-delay: 0.5s !important;
}
.headTopLinks .hdrTpTgleNv a:hover + .hdrCartWrap,
.respHeadLinkIcn > .hdrTpTgleNv a:hover + .hdrCartWrap {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}
.htIcn{
	display:block;
	width:30px;
	height:26px;
	background-position: center;
	background-repeat:no-repeat;
	-webkit-background-size:90% auto;
	background-size:90% auto;
}
.hrtIcon{ background-image:url(../images/favIcn.svg); }
.bsktIcon{
	background-image:url(../images/prodCartIcn.svg);
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.bsktNum{
	position:absolute;
	left: 26px;
    bottom: 10px;
	border-radius:500px;
	width:23px;
	height:23px;
	background-color:#e74c3c;
	color:#fff;
	font-size:12px;
	font-weight:600;
	text-align:center;
	line-height:23px;	
}
.hdrTopToggles{
	position:absolute;
	right:0;
	top:100%;
	width: 340px;
}
.hdrTopToggles > div{
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-transition:-webkit-transform ease 0.5s, opacity ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.hdrTopToggles > div.actTogl{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}
.hdrCartWrap{
	border:1px solid #ecf0f1;
	border-bottom:3px solid #2980b9;
	background:#fff;
	padding:20px;
	position:absolute;
	top:0;
	width:100%;
	-webkit-transition:-webkit-transform ease 0.5s, opacity ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.hdrCartWrap li{
	overflow:hidden;
	padding:15px 0;
	border-bottom:1px solid #ecf0f1;
}
.hdrCartWrap li:hover{
	background-color:#f6f6f6;
}
.hdrCartWrap .hdrCartPrdImg{
	width:35%;	
	float:left;
	display:block;	
}
.hdrCartWrap .hdrCartPrdImg img{
	display:block;
	width:100%;
}
.hdrCartPrdInf{
	width:62%;
	float:right;
}
.hdrCartPrdInf a{
	font-size:15px;
	font-weight:600;
	line-height:20px;
	margin-bottom:10px;
	color:#333333;
	display:block;
}
.hdrCartPrdInf a:hover{
	color:#2280bb;
}
.hdrCrtPrce{
	font-size:16px;
	font-weight:bolder;
	color:#e74c3c;
	margin-bottom:10px;
	display:block;
}
.hdrCartPrdInf p{
	display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    color: #555;
}
.hdrCartPrdInf p strong{
	display:block;
	clear:both;
	font-weight:normal;
}
.hdrGTotal{
	padding:20px 15px;
	width:100%;
	overflow:hidden;
}
.hdrGTotal span{
	float:left;
	color:#333333;
	text-transform:uppercase;
	font-size:16px;
	font-weight:900;
}
.hdrGTotal strong{
	float:right;
	color:#e74c3c;
	text-transform:uppercase;
	font-size:16px;
	font-weight:900;
}
.hdrCartWrap .dBtn{
	margin:0;
	background-color:#2280bb;
	padding:7px 0;
	font-size:15px; 
}
.hdrCartWrap .dBtn:hover{
	background-color:#333333;
}
.headerLogoWrap{
	margin-top:20px;
}
.logoBlock{
	float:left;
	width:161px;
	display:block;
}
.logoBlock img{
	width:100%;
	display:block;
}
.promoBlocksHeadWrap{
	display:block;
	float:right;
	width:80%;
}
.promoBlocksHeadWrap .promoBlocks{
	float:right;
	margin-top:10px;
}
.promoBlocks li{
	float:left;
	margin-left:55px;
}
.promoBlocks li i{
	display:inline-block;
	width:52px;
	height:52px;
	vertical-align:middle;
	margin-right:20px;
	background:url('../images/promoCodBlckImgHead.jpg') top center no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	border-radius:500px;
}
.promInfBlck{
	vertical-align:middle;
	display:inline-block;
}
.promInfBlck strong{
	display:block;
	font-size:18px;
	color:#32ad5c;
}
.promInfBlck span{
	font-size:14px;
	color:#686859;
	letter-spacing:0.5px;
}
.promoBlocks .grnPromo i{background-position:0 0;}
.promoBlocks .redPromo i{background-position:0 50%;}
.promoBlocks .bluPromo i{background-position:0 100%;}

.grnTxt,
.grnPromo .promInfBlck strong{color:#85ab00;}
.redTxt,
.redPromo .promInfBlck strong{color:#e74c3c;}
.bluTxt,
.bluPromo .promInfBlck strong{color:#2980b9;}
.mainNavContainer{
	background-color:#1b1e1a;
	border-bottom:3px solid #2980b8;
	display:table;
	width:100%;
	margin-top:20px;
}
.mainNavContainer .centerAlign{
	display:table;
	position:relative;
	z-index:50000;
}
.mainNavContainer .centerAlign > ul > li{
	float:left;
}
.mainNavContainer .centerAlign > ul > li > a{
	font-size: 15px;
	color: #ffffff;
	padding: 0 17px;
	line-height: 50px;
	height: 50px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.mainNavContainer .centerAlign > ul > li:hover > a{
	color:#2d8ccc;
}
.mainNavContainer .centerAlign > ul > li:first-child > a{
	padding-left:0;
}
.hasJumboMenu > a{
	position:relative;
}
.hasJumboMenu > a:before{
	width:0;
	height:0;
	content:'';
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom: 8px solid #2980b8;
	position:absolute;
	left:50%;
	margin-left:-4px;
	bottom:0;
	-webkit-transition:-webkit-transform ease 0.5s,opacity ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:50% 100%;
	transform-origin:50% 100%;
}
.hasJumboMenu .jumboMenuWrap{
	padding:15px 25px;
	position:absolute;
	left:0;
	background:#fff;
	top:100%;
	border-bottom:4px solid #2a80b8;
	margin-top:3px;
	width:100%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:-webkit-transform 0.5s ease, -webkit-opacity 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:translateY(10px) scaleY(0.95);
	-moz-transform:translateY(10px) scaleY(0.95);
	transform:translateY(10px) scaleY(0.95);

	-webkit-transform-origin:50% 100%;
	transform-origin:50% 100%;
}
.hasJumboMenu:hover .jumboMenuWrap{
	visibility:visible;
	opacity:1;	
	-webkit-transform:translateY(0px) scaleY(1);
	-moz-transform:translateY(0px) scaleY(1);
	transform:translateY(0px) scaleY(1);
}
.hasJumboMenu:hover > a:before{
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
}
.subMenBlck{
	overflow:hidden;
}
.subMenBlck li{
	width:25%;
	float:left;
	padding:0 5px;
	min-height:210px;
	margin:15px 0;
}
.col5Men li{width:20%;}
.col6Men li{width:16.66%;}
.col7Men li{width:14.28%;}
.col8Men li{width:12.50%;}
.subMenBlck h3{
    border-bottom: 1px solid #2980b9;
    margin-bottom: 10px;
    font-weight: 700;
	padding-bottom:6px;
	color:#2980b9;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	text-transform:uppercase;
}
.subMenBlck h3 a{font-family:Arial, Helvetica, sans-serif;}
.clRed{color:#e74c3c !important;}
.subMenBlck .clRed{border-bottom-color:#e74c3c;}
.subMenBnr{
	width:100%;
	display:block;
	padding-right:10px;
}
.subMenBnr img{
	display:block;
	width:100%;
}
.subMenBnr p{
	background:#003a63;
	color:#fff;
	font-size:12px;
	font-weight:600;
	line-height:18px;
	padding:10px 0px 10px 10px;
}
.subMenBnr p span{
	color:#e74c3c;
}
.subLinkBlock{
	display:block;
}
/*
.subLinkBlock a{
	font-size:13px;
	color:#787679;
	margin-bottom:8px;
	clear:both;
	display:block;
}
*/
.subLinkBlock1{
	font-size:12px;
	color:#787679;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:6px;
	clear:both;
	display:block;
}
.subLinkBlock a:hover{color:#2980b9;}
.jumMenLogWrap{
	display:block;
	text-align:center;
	margin-top:20px;
}
.viewMap{
	display:block !important;	
	}
.jumMenLogWrap img{
	display:inline-block;
	vertical-align:middle;
	height: 45px;
    margin: 0 7px;
}
.viewMoreBtn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2980b9;
	font-weight:normal;
	text-decoration:underline;
	margin-top:15px;
}
.srchFieldWrap{
	float:right;
	margin-top:6px;
	position:relative;
	z-index: 1;
}
.srchFieldWrap input[type="text"]{
	background:#fff;
	margin:2px 0 0 0;
	border:none;
	font-size:14px;
	line-height:17px;
	padding:9px 25px 9px 18px;
	width:322px;
	font-weight:600;
	border-radius:3px;
	display:block;
	color:#333333;
}
.srchFieldWrap input[type="text"]::-webkit-input-placeholder{color:#333333;}
.srchFieldWrap input[type="text"]::-moz-placeholder{color:#333333;}
.srchFieldWrap input[type="text"]:-ms-input-placeholder{color:#333333;}
.srchFieldWrap input[type="text"]:-moz-placeholder{color:#333333;}

.srchFieldWrap input[type="button"],
.srchFieldWrap input[type="submit"]{
	background:url('../images/srchIcon.png') center center no-repeat;
	border:none;
	position:absolute;
	right:8px;
	cursor:pointer;
	top:8px;
	width:24px;
	height:24px;
}
/*.hmeSliderWrap{
	width:100%;
	overflow:hidden;
	height:610px;
	background:url('../images/hmeSlide.jpg') bottom center no-repeat;
}*/
.hmeSliderWrap{
	width:100%;
	overflow:hidden;
}
.hmeSliderWrap img{
	display:block;
	width:100%;
}

.hmeBdyWrap{
	padding-top:45px;
	padding-bottom:55px;
	background:#ecf0f1;
}
.hmePromoBigWrap .promoBlocks{
	width:100%;
	overflow:hidden;
}
.hmePromoBigWrap .promoBlocks li{
	width:32.8%;
	float:left;
	margin-left:0;
	background-color:#ccc;
	padding:10px 20px;
}
.hmePromoBigWrap .promoBlocks li:nth-child(2n){
	margin:0 0.8%;
}
.hmePromoBigWrap .promoBlocks li i{
	width:70px;
	height:70px;
	background-image:url('../images/promoCodBlocksImg.jpg');
	background-color:#fff;
}
.hmePromoBigWrap .promoBlocks li.grnPromo{background-color:#32ad5c;}
.hmePromoBigWrap .promoBlocks li.redPromo{background-color:#e74c3c;}
.hmePromoBigWrap .promoBlocks li.bluPromo{background-color:#2980b9;}
.hmePromoBigWrap .promoBlocks strong{
	font-size:23px;
	font-weight:bold;
	color:#fff;
}
.hmePromoBigWrap .promoBlocks span{
	font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    padding-top: 5px;
    letter-spacing: 0.5px;
}
.scialCntrBlck .promInfBlck strong{font-size:19px;}
.scialCntrBlck .promInfBlck span{font-size:14px;}
.scialCntrBlck .promInfBlck span em{font-style:normal;}
.scialCntrBlck li{position:relative;}
.scialCntrBlck li:hover{opacity:0.9}
.scialCntrBlck li a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}
.hmePromoBigWrap .scialCntrBlck li i{
	background-image:url('../images/socialBlockSprites.jpg');
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.hmePromoBigWrap .scialCntrBlck li.sclBlckFb i{background-position:0 0;}
.hmePromoBigWrap .scialCntrBlck li.sclBlckTwt i{background-position:0 50%;}
.hmePromoBigWrap .scialCntrBlck li.sclBlckGplus i{background-position:0 100%;}

.hmePromoBigWrap .scialCntrBlck li.sclBlckFb{background-color:#4a6ea8;}
.hmePromoBigWrap .scialCntrBlck li.sclBlckTwt{background-color:#27d4ea;}
.hmePromoBigWrap .scialCntrBlck li.sclBlckGplus{background-color:#e46145;}
.hmeGridWrap{
	display:block;
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.hmeGridWrap a{
	display:block;
	position:relative;
	margin-bottom:5px;
}
.hmeGridWrap img{
	display:block;
	width:100%;
}
.hmeGridWrap span{
	position:absolute;
	bottom:50px;
	width:230px;
	padding:14px 0 14px 20px;
	left:0;
	background:#d14233;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:18px;
}
.hmeGridLeft{	
	width:46.15%;
	float:left;
}
.hmeGridRight{
	float:right;
	width:53.2%;
}
.hmeGridRight span{
	right:0;
	left:auto;
}
.hmeGridRight .ylwLbl{background-color:#f3c500;}
.hmeGridRight .grnLbl{background-color:#31ac5b;}
.hmeGridRight .purpLbl{background-color:#8b46b0;}
.hmeNewsContainer{
	margin-top:20px;
	overflow: hidden;
}
.hmeCelebWrap{
	width:69%;
	float:left;
	position:relative;
}
.hmeCelebWrap img{
	width:100%;
	display:block;
}
.plyIcn{
	position:absolute;
	width:100px;
	height:100px;
	display:block;
	right:21%;
	top:50%;
	border-radius:500px;
	margin-top:-53px;
	background:url('../images/playIcon.png') 60% 50% no-repeat rgba(255,255,255,0.5);
	border:3px solid rgba(167,167,167,0.48);
	-webkit-transition:background-color ease 0.5s, border ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.plyIcn:hover{
	background-color:rgba(255,255,255,0.43);
	border:3px solid rgba(167,167,167,1);
}
.latNwsWrap{
	width:30%;
	float:right;
}
.hmeCelebInfCont{
	display:block;
	position:absolute;
	left:0;
	top:0;
	background-color:#181f29;
	height:100%;
	width:41%;
	text-align:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.hmeCelebInfBlck{
	padding:0 25px;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);		
}
.hmeCelebInfBlck h4{
	display:block;
	background-color:#f4a62a;
	color:#181f28;
	font-size:30px;
	font-weight:900;
	line-height:35px;
	padding:7px 0;
	text-align:center;
	margin-bottom:46px;
}
.hmeCelebInfBlck p{
	font-size:17px;
	color:#ffffff;
	line-height:26px;
	display:block;
}
.hmeCelebInfBlck a{
	display:table;
	text-align:center;
	font-size:25px;
	font-weight:900;
	background-color:#f4a62a;
	color:#181f28;
	line-height:30px;
	border-radius:15px;
	padding:6px 0 9px 0;
	width:186px;
	margin:65px auto 0 auto;
}
.latNwsWrap h2{
	background:#181f29;
	display:block;
	color:#7ba824;
	font-size:20px;
	line-height:24px;
	padding:13px 30px;
	font-weight:normal;
}
.latNwsBdy{
	background:#fff;
	padding:3px 30px 15px 30px;
}
.latNwsBdy li{
	border-bottom:1px solid #ccc;
	padding-top:15px;
	padding-bottom:6px;
	overflow:hidden;
}
.latNwsBdy li h4{
	font-size:13px;
	color:#333333;
}
.latNwsBdy li span{
	font-size:11px;
	color:#7ba824;
	line-height:14px;
	margin-top:2px;
	margin-bottom:4px;
	display:block;
}
.latNwsBdy li p{
	color:#787679;
	font-size:12px;
	line-height:18px;
}
.latNwsBdy li a{
	float:right;
	clear:both;
	font-size:10px;
	color:#fff;
	background-color:#7ba824;
	padding:2px 10px 4px 10px;
	border-radius:150px;
	margin-top:-13px;
}
.latNwsBdy li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border:none;
}
.footerContainer{
	background-color:#2280bb;
	border-top:3px solid #49a2df;
	padding-top:60px;
	padding-bottom:70px;
	overflow:hidden;
	clear: both;
}
.footLinks{
	width:21%;
	float:left;
	margin-right:5%;
}
.footLinks:last-child{
	margin-right:0;
}
.footLinks h3{
	font-size:18px;
	font-weight:600;
	color:#fff;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #549ecf;
}
.fPhno,
.footLinks > p,
.footLinks ul li{
	font-size:14px;
	line-height:20px;
	color:#fff;
	margin-bottom:8px;
}
.footLinks ul li a{
	color:#fff;	
}
.footAdrs p {
	font-size:14px;
	color:#fff;
	line-height:28px;
	margin-bottom:30px;
}
.fPhno{
	clear:both;
	display:block;
}
.fPhno strong{
	font-weight:normal;
	width:80px;
	display:inline-block;
    min-height: 5px;
}
.ftrCpyrghtWrap{
	overflow:hidden;
	background:#fff;
	padding:15px 0;
}
.ftrCpyrghtWrap > div > p{
	display:block;
	float:left;
	margin-top: 20px;
	color:#333333;
	font-size:14px;
}
.ftrCpyrghtWrap > div > p a{
	color:#333333;	
}
.ftrCpyrghtWrap > div > p a:hover{
	color:#49a2df;
}
.ftrCpyrghtWrap > div > p:nth-last-of-type(1){
	float:right;
}
.ftrLogoWrap{
	float:left;
	margin-left:50px;
}
.ftrLogoWrap img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}
.ftrLogoWrap .croyDonLogoFtr{
	margin-left:80px;
}
.innrBdyContainer{
	background:#ecf0f1;
	padding:35px 0;
}
.breadCrumbCont{
	margin-bottom:20px;
}
.brdCrmbBckBtn{
	font-size:14px;
	line-height:16px;
	color:#fff;
	background-color:#8c9899;
	border-radius:5px;
	padding:6px 15px;
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
}
.brdCrmbBckBtn:hover{background-color:#7ba824;}
.breadCrumbCont ul{
	display:inline-block;
	vertical-align:middle;
}
.breadCrumbCont ul li{
	display:block;
	float:left;
}
.breadCrumbCont ul li a{
	display:block;
	font-size:14px;
	line-height:16px;
	padding:6px 25px 6px 15px;
	background:url('../images/breadArrow.png') right center no-repeat #fff;
	color:#a0a0a0;
}
.breadCrumbCont ul li a:hover{
	color:#5a5a5a;
}
.breadCrumbCont ul li:last-child a{
	background-image:url('../images/breadArrow-lst.png');
	color:#5a5a5a;
}
.inrPgTitleWrap{
	width:100%;
	padding:10px 25px;
	background:#fff;
    display: table;
}
.inrPgTitleWrap h2{
	font-size:21px;
	font-weight:normal;
	float:left;
	color:#787679;
	margin-top:55px;
}
.inrPgTitleWrap img{
	float:right;
	height:auto !important;
	max-width:70px !important;
}
.inrBodyWrap{
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}
.inrSideWrap{
	padding:25px;
	background:#fff;
	width:25%;
	float:left;
}
.inrMainBodyWrap{
	width:73%;
	float:right;
}
.sidLnkBlck{
	display:block;
}
.sidLnkBlck h3{
	display:block;
	font-size:16px;
	color:#79a524;
	font-weight:600;
	border-bottom:1px solid #dedfe1;
	padding:8px 5px 9px 5px;
	cursor:pointer;
}
.sidLnkBlck ul li a{
	font-size:13px;
	display:block;
	color:#787679;
	border-bottom:1px solid #dedfe1;
	padding:8px 15px 8px 25px;
}
.sidLnkBlck ul li a:hover{
	background-color:#7ba824;
	color:#fff;
}
.sidLnkBlck ul{
	display:none;
	margin-bottom:20px;
}
.sidLnkBlck ul.sidAct{
	display:block;
}
.sidLnkBlck h3:hover{
	background-color:#f9f9f9;	
}
img.a.sidBnr,
a.sidBnr{
	display:block;
	width:100%;
	margin-top:30px;
}
a.sidBnr img{
	display:block;
	width:100%;
}
.inrBodyBlock{
	padding:25px;
	background:#fff;
	margin-bottom:30px;
}
.linHead{
	margin-bottom:14px;
	padding-bottom:13px;
	font-size:18px;
	font-weight:600;
	color:#787679;
	position:relative;
	border-bottom:1px solid #dedfe1;
}
.linHead:before{
	background:#7ca825;
	content:'';
	width:50px;
	height:3px;
	left:0;
	bottom:-2px;
	position:absolute;
}
.descReviewTabContainer{
	display:block;
	overflow:hidden;
	margin-bottom:30px;
}
.descReviewTabHead{
	clear:both;
	overflow:hidden;
}
.descReviewTabBody{
	padding:25px;
	background:#fff;
}
.descRvwTabNav{
	float:left;
}
.descRvwBtnWrap{
	float:right;
	margin-top:3px;
	margin-right:15px;
}
.descRvwBtnWrap > a{
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	color:#787679;
}
.descRvwBtnWrap > i{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	height:20px;
	width:1px;
	background:#ccc;
}
.descRvwTabNav a{
	display:block;
	float:left;
	padding:8px 25px;
	background:#f7f7f7;
	font-size:15px;
	color:#8c8c8c;
	margin-right:5px;
	border-bottom:1px solid #e9e9e9;
}
.descRvwTabNav a.dscRcwAct{
	font-weight:600;
	border-bottom:1px solid #fff;
	background:#fff;
}
.viewRvws img{
	display:inline-block;
	vertical-align:middle;
	margin-top:-2px;
}
.wrRevws{
	background:url('../images/commIcon.png') left center no-repeat;
	padding-left:30px;
	padding-top:1px;
	padding-bottom:2px;
}
.descRvwBtnWrap > a:hover,
.descRvwTabNav a.dscRcwAct,
.descRvwTabNav a:hover{
	color:#000;
}
.descReviewTabBody .drTabBlock{
	display:none;
}
.drTabBlock p{
	font-size:14px;
	line-height:22px;
	margin-bottom:20px;
	color:#787679;
}
.drTabBlock ul{
	font-size:14px;
	margin-bottom:20px;
}
.drTabBlock ul li{
	list-style:disc outside;
	margin-left:18px;
}
.drTabBlock ul li,
.drTabBlock ul li a{
	color:#787679;
	line-height:22px;
}
.drTabBlock p a,
.drTabBlock ul li a{
	color:#333333;
}
.descReviewTabBody .drTabBlock:nth-child(1){
	display:block;
}
.custImgBox{
	position:relative;
	cursor:pointer;
	display:inline-block;
}
.custImgBox input{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	opacity:0;
	cursor:pointer;
}
.custImgBox span:before{
	content:'';
	width:22px;
	height:22px;	
	background:url('../images/checkMark.png') center center no-repeat #7ba824;
	-webkit-background-size:10px;
	background-size:10px;
	border-radius:500px;
	position:absolute;
	left:5px;
	bottom:5px;
	display:none;
}
.custImgBox input:checked + span:before{
	display:block;
}
.custImgBox span,
.custImgBox img{
	display:block;
}
.psChckBox{
	text-align:right;
	margin-top:60px;
}
.psChckBox img{
	display:block;
	width:100%;
}
.labChckBoxWrap{
	display:block;
	clear:both;
}
.labChckBoxWrap li{
	clear:both;
}
.labChckBoxWrap li input{
	display:none;
}
.labChkBx{
	display:inline-block;
	cursor:pointer
}
.fntStripBlck span,
.labChkBx:after{
	content:'Select';
	width:100px;
	text-align:center;
	padding:3px 10px;
	color:#787679;
	font-size:14px;
	margin-left:30px;
	background-color:#ececec;
	display:inline-block;
    vertical-align: middle;
}
.labChkBx span {
	display: inline-block;
    vertical-align: middle;
    padding: 11px 15px 11px 10px;
    background-color: #5fa1b6;
    width: 160px;
    font-size: 14px;
    color: #fff;
}
.labChkBx strong { font-weight:normal; }
.labChckBoxWrap li input:checked + .labChkBx:after{
	content:'Selected';
	background-color:#ea6153;
	color:#fff;
}
.labChkBx span i{
	font-style:normal;
	float:right;
}
.inpBtnSbs .dCol3{
	margin-left:9%;
}
.selFontStyleBlocks{
	background:#f0f0e1;
	padding:20px;
	margin:40px 0 30px 0;
}
.selFontStyleBlocks p{
	color:#787679;
	margin-bottom:10px;
}
.selFontStyleBlocks input[type="radio"],
.selFontStyleBlocks input[type="checkbox"]{
	display:none;
}
.selFontStyleBlocks label{
	display:block;
	cursor:pointer;
}
.selFontStyleBlocks label span {
	display:block;
	background:#fff;
	padding:15px 10px;
	border:1px solid #ccc;
	text-align:center;	
	font-size:15px;
}
.selFontStyleBlocks .dCol4{
	padding:0 5.1%;
}
.selFontStyleBlocks label i {
	display:table;
	font-style:normal;
	font-size:15px;
	margin-top:5px;
	text-align:center;
	padding:7px 15px 7px 15px;
	background:#fff;
	text-transform:uppercase;
	margin:10px auto 0 auto;
}
.selFontStyleBlocks input[type="radio"]:checked + label i,
.selFontStyleBlocks input[type="checkbox"]:checked  + label i{
	background-color:#ea6153;
	color:#fff;
}
.prdListWrap ul{
	overflow:hidden;
}
.prdListWrap li {
    width: 31%;
    float: left;
    margin-right: 3.3%;
	background:#fff;
	text-align:center;
	position:relative;
	overflow:hidden;
	z-index:1;
	-webkit-transition:background ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.prdListWrap li:nth-child(3n+3){
	margin-right:0;
}
.prdListWrap li:hover .frntWrap,
.prdListWrap li:hover{
	background:#ecf0f1;
}
.prdListWrap li img{
	display:block;
	margin:0 auto 10px auto;
	max-width:100%;
}
.prdOnSale{
	width: 124px;
	background-color: #eb453e;
	color: #fff;
	padding: 7px 0;
	position: absolute;
	right: -33px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
	font-size: 14px;
}
.prdLabel{
	position:absolute;
	left:0;
	top:40%;
	opacity:0;
	-webkit-transform:translateY(10px);
	transform:translateY(10px);
	width:100%;
	padding:7px 0;
	color:#fff;
	font-size:14px;
	font-weight:600;
	background-color:rgba(235,69,62,0.7);
	text-transform:uppercase;
	-webkit-transition:-webkit-transform ease 0.5s, opacity ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.prdGrn .prdLabel{background-color:rgba(121,166,36,0.7);}
.prdBlu .prdLabel{background-color:rgba(41,128,185,0.7);}
.prdListNme{
	height:50px;
	font-size:14px;
	margin-bottom:5px;
	line-height:17px;
	font-weight:600;
	color:#2b2a32;
	display:block;
	-webkit-transition:color ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
a.prdListNme:hover{
	color:#2980b8;
}
.prdPrice{
	font-size:23px;
}
.prdPrice span{
	font-size:70%;
	margin-right:2px;
	text-decoration:line-through;
	vertical-align:middle;
	display:inline-block;
	color:#aaaaaa;
}
.prdPrice strong{
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	color:#e74c3c;	
}
.prdActnBtns{
	display:block;
	text-align:center;
	width:100%;
	margin-top:15px;
}
.prdActnBtns a {
	width:36px;
	height:36px;
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	background:url('../images/prdListIcons.png') top left no-repeat #fff;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	border-radius:500px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.8);
	transform:scale(0.8);
	-webkit-transition:-webkit-transform ease 0.5s,opacity ease 0.5s;
	-moz-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.prdListWrap li:hover .prdActnBtns a{
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.prdListWrap li:hover .prdLabel{
	opacity:1;
	-webkit-transform:translate(0);
	transform:translate(0);
}
.prdActnBtns a.prdCrtIcn{
	background-image:url("../images/prodCartIcn.svg");
	background-position:center;
	-moz-background-size:65% auto;
	-webkit-background-size:65% auto;
	background-size:65% auto;
}
.prdActnBtns a.prdDetIcn{
	background-image:url("../images/infoIcn.svg");
	background-position:center;
	-moz-background-size:65% auto;
	-webkit-background-size:65% auto;
	background-size:65% auto;
}
.prdActnBtns a.prdHrtIcn{
	background-image:url("../images/favPinkIcn.svg");
	background-position:center;
	-moz-background-size:65% auto;
	-webkit-background-size:65% auto;
	background-size:65% auto;
}

.prdActnBtns a.prdDetIcn:hover{background-color:#79a624;}
.prdActnBtns a.prdHrtIcn:hover{background-color:#ff7373;}
.prdActnBtns a.prdCrtIcn:hover{background-color:#2980b9;}
.prdActnBtns a.prdHrtIcn:hover{ background-image:url(../images/respFavIcn.svg); }
.prdActnBtns a.prdDetIcn:hover{ background-image:url(../images/infoIcnHvr.svg); }
.prdActnBtns a.prdCrtIcn:hover{ background-image:url(../images/prodCartIcnHvr.svg); }

/* .prdActnBtns a:hover{background-image:url('../images/prdListIconsHvr.png');}*/

.frntWrap{
	background: #fff;
   overflow: hidden;
	width:100%;
	padding:20px 30px;
	position:relative;
	z-index: 1000;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s ease-in-out, padding .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.backWrap{
	width:100%;
	height:100%;
	background:#ecf0f1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s ease-in-out, padding .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.prdListWrap li.flipped .backWrap{
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
	z-index: 1000;
}
.prdListWrap li.flipped .frntWrap{
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	z-index: 900;
}
.prdBckInf{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
}
.prdBckInf select{
	width:70%;
	margin:15px auto;
}
.prdBckInf > span{
	font-size:18px;
	margin-bottom:30px;
	display:block;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}
.prdBckInf > .dBtn{
	margin-top:25px;
}
.prdBckInf > .prdPrice{
	padding-top:15px;
}
.ftrProdListCtrls{
	border-top:1px solid #ccc;
	margin-top:20px;
	padding-top:15px;
	display: table;
    width: 100%;
}
.selectric-vwProdList,
.vwProdList{
	width:130px;
	background-position-x:94%;
}
.ftrProdListCtrls .selectric-vwProdList,
.ftrProdListCtrls .vwProdList{
	float:left;
	font-size:13px;
	line-height:38px;
	height:38px;
}
.selectric-srtByPricList,
.srtByPricList{
	width:180px;
	font-size:13px;
	line-height:33px;
	height:38px;
}
.ftrProdListCtrls .selectric-srtByPricList,
.ftrProdListCtrls .srtByPricList{
	float:right;
}
.ftrProdListCtrls .pagerMainWrap{
	float:left;
	margin-left: 120px;
	margin-top: 5px;
}
.pagerMainWrap a{
	font-size: 12px;
	color: #555555;
	background: #f2f2f2;
	border: 1px solid #8c9899;
	display: block;
	float: left;
	font-weight: 600;
	margin: 0 2px;
	line-height: 14px;
	padding: 5px 9px;
}
.pagerMainWrap a.disMenu{
	opacity:0.5;
	pointer-events:none;
}
.pagerMainWrap a:hover,
.pagerMainWrap a.actMenu{
	background-color:#8c9899;
	color:#fff;
}
.prdListWrap{
	clear:both;
}
.hdrProdListCtrls{
	clear:both;
	float:right;
	margin-top:-60px;
	position:relative;
	z-index:15;
}
.hdrProdListCtrls .vwProdList,
.hdrProdListCtrls .srtByPricList{
	float:left;
	margin-left:10px;
    height: 29px;
    line-height: 24px;
	border-width:1px;
    font-size: 12px;	
	-webkit-background-size:10px auto;
	background-size:10px auto;
}
.prdBckClse{
	color:#990000;
	font-size:12px;
	cursor:pointer;
}
.prdBckClse:hover{
	color:#333;
}
.hdrProdListCtrls .selectric-vwProdList,
.hdrProdListCtrls .selectric-srtByPricList{
	float:left;
	margin-left:10px;
}
.hdrProdListCtrls .selectric-vwProdList,
.hdrProdListCtrls .vwProdList{
	width: 100px;
}
.hdrProdListCtrls .selectric-srtByPricList,
.hdrProdListCtrls .srtByPricList{
	width:150px;
}

.hdrProdListCtrls .pagerMainWrap{
    float: left;
    margin-top: 4px;
}
.hdrProdListCtrls{
	margin-top:-56px;
}
.prodDetailWrap{
	width:100%;
	overflow:hidden;
	margin-bottom:35px;
	
}
.prdSlidWrap{
	width:42.5%;
	background:#fff;
	padding:25px;
	float:left;
	padding-bottom:99999px;
	margin-bottom:-99988px;
	
}
.prodDetailInfoWrap{
	background:#fff;
	padding:20px 25px 25px 25px;
	width:56%;
	float:right;
	padding-bottom:99999px;
	margin-bottom:-99988px;
	
}
.prdSlidWrap .lSSlideWrapper{
	border:1px solid #eeeeee;
	padding:15px 0;
	margin-bottom:20px;
}
.prdSlidWrap .lSSlideWrapper img{
	display:block;
	margin:0 auto;
	max-width:80%;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover{
	border-radius:0 !important;
}
.prdSlidWrap .lSSlideOuter .lSPager.lSGallery li a{
	border:1px solid #eeeeee;
	padding:5px;
	display:block;
}
.prdSlidWrap .lSSlideOuter .lSPager.lSGallery li.active a{
	border-color:#757575;
}
.prdSlidWrap .lSAction > a {
    opacity: .2;
}
.prodDetailInfoWrap h1 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
}
.prodDetailInfoWrap .prdPrice {
    border-bottom: 1px solid #dedfe1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.prdSpecsDetail {
    padding-bottom: 0px;
    margin-bottom: 14px;
	border-bottom:1px solid #dedfe1;
}
.prdSpecsDetail p{
	font-size:14px;
	line-height:22px;
	color:#787679;
	margin-bottom:15px;
}
.prdSpecsDetail ul{
	margin-bottom:28px;
}
.prdSpecsDetail li{
	font-size:14px;
	line-height:22px;
	color:#787679;
	margin-bottom:5px;
}
.prdSpecsDetail li a{	
	text-decoration:underline;
	color:#787679;
}
.prdSpecsDetail li a:hover{	
	color:#333;
}
.selctColorWrap{
	display:block;
	text-align:left;
}
.selColLabel{
	display:block;
	font-size:15px;
	color:#787679;
}
.selColLabel span{
	color:#00468c;
	font-weight:600;
}
.selColCircWrap{
	display:table;
	margin-top:7px;
}
.selColCircWrap li{
	float:left;
	position:relative;
	cursor:pointer;
}
.selColCircWrap li span{
	width:28px;
	height:28px;
	background-color:#ccc;
	margin-right:13px;
	display:block;
	border-radius:500px;
	position:relative;
}
.selColCircWrap li span:before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	border-radius:500px;
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
	left:0;
	top:0;
	display:none;
	border:1px solid #fff;
	pointer-events:none;
}
.selColCircWrap li input{
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	cursor:pointer;
	opacity:0;
	width:100%;
	height:100%;
}
.selColCircWrap li input:checked + span:before{
	border-color:#ccc !important;
	display:block;
}
.prdDtlSelCol .selctColorWrap{
	float:left;
	width:80%;
}
.prdDtlSelCol .sGuideLightBox{
	float:right;
	padding:5px 12px;
	text-align:center;
	background:#f4a62a;
	color:#fff;
	font-size:12px;
	-webkit-transition: background-color .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.prdDtlSelCol .sGuideLightBox:hover{
	background-color:#e69718;
}
.prdDtlSelCol{
	display:table;
	width:100%;
}
.prdDetailFrmWrap{
	overflow:hidden;
	margin-top:9px;
}
.prdDetailFrmSelc{
	width:100%;
	overflow:hidden;
}
.prdDetailFrmSelc select{
	width:49%;
	float:left;
	margin-right:2%;
}
.prdDetailFrmSelc select:last-child{
	margin-right:0;
}
.prdDetlBtn .dBtn{
	width:69%;
	float:right;
	margin:0;
	font-size: 15px;
	padding: 10px 0;
}

.prdDetlBtn .prdDetFavBtn{
	width:29%;
	float:left;
	margin-right:1%;
	background:url(../images/respFavIcn.svg) no-repeat 85% 55% #ea6153;
	background-size:22px auto;
	padding-right:35px;
}
.prdDetlBtn .prdDetFavBtn:hover{
	background-color:#d54739;
}
.recentProdWrap .prdListWrap li {
    width: 18.35%;
    margin-right: 2%;
}
.recentProdWrap .prdListWrap li:nth-child(5){
	margin-right:0;
}
.recentProdWrap .frntWrap{
	padding:10px;
}
.recentProdWrap .prdListWrap li{
    background: #ecf0f1;
}
.recentProdWrap .prdListNme {
    height: 35px;
}
.recentProdWrap .prdPrice {
    font-size: 16px;
}
.recentProdWrap .prdActnBtns a{
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.recentProdWrap .prdActnBtns a {
    width: 28px;
    height: 28px;
    margin: 0 3px;
}
.recentProdWrap .prdBckInf > span {
	font-size: 14px;
	margin-bottom: 8px;
}
.recentProdWrap .prdBckInf select {
    margin: 10px auto;
    height: 38px;
    line-height: 36px;
	font-size:14px;
}
.recentProdWrap .prdBckInf > .prdPrice {
    padding-top: 5px;
}
.recentProdWrap .prdBckInf .dBtn {
    font-size: 13px;
    padding: 6px 0;
    margin-top: 15px;
}
.recentProdWrap .prdListWrap li img {
    margin-bottom:5px;
    max-width: 80%;
}
.recentProdWrap .prdActnBtns {
    margin-top: 10px;
}

.contPageContainer .inrPgTitleWrap{
	padding-bottom:0;
}
.contPageContainer .inrPgTitleWrap h2{
	display:block;
	margin-top:50px;
	margin-bottom:0;
	float:none;
}
.contInfBlockWrap{
	overflow:hidden;
}
.contInfBlck{
	width:48.5%;
	float:left;
}
.contInfBlck:last-child{
	float:right;
}
.contPageContainer .inrBodyBlock img{
	display:block;
	width:100%;
}
.contInfWrap{
	margin-top:30px;
	display:block;
	background-color:#e0e4cc;
	padding:25px;
	height:180px;
}
.contInfWrap h4{
	margin-bottom:10px;
	font-size:18px;
}
.contPhEmWebWrap li,
.contInfWrap p{
	line-height: 25px;
    font-size: 15px;
	color:#333333;
}
.contPhEmWebWrap{
	display:block;
}
.contPhEmWebWrap li{
	display:block;
	margin:13px 0;
}
.contPhEmWebWrap li i{
	display:block;
	width:30px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	margin-top:-3px;
	background:url('../images/contInfIcon.png') top left no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.contPhEmWebWrap li.phIcn i{background-position:0 0;}
.contPhEmWebWrap li.mailIcn i{background-position:0 50%;}
.contPhEmWebWrap li.webIcn i{background-position:0 100%;}
.contPhEmWebWrap li a{color:#333333;}
.contPhEmWebWrap li a:hover{text-decoration:underline;}

.contMainInfoBlck{
	text-align:center;
	display:block;
	padding-bottom:10px;
}
.contMainInfoBlck h2{
	text-align:left;
	margin-bottom:45px;
}
.contMainInfoBlck p{
	margin-bottom:35px;
	font-size: 14px;
	line-height: 22px;
	color: #787679;
}
.contMainInfoBlck h3{
	font-size: 16px;
	line-height: 22px;
	margin-bottom:25px;
	color:#787679;
}
.bNmeLable{
	float:right;
	display:block;
	margin:0 auto;
	padding:13px 30px;
	font-size:26px;
	font-weight:900;
	color:#fff;
	background-color:#222222;
}
.fontStripCheckbox{
	margin-top:30px;
}
.fontStripCheckbox .fntStripChkbox{
	margin-top:20px;
}
.fntStripChkbox{
	width:100%;
}
.fntStripChkbox input{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
.fntStripChkbox li{
	margin:0 0 15px 0;
	display:block;
	position:relative;
	cursor:pointer;
}
.fntStripBlck .fntStrip{
	display:inline-block;
	width:60%;
	padding:10px 30px;
	color:#787679;
	background-color:#fafafa;
	border:2px solid #8c9899;
	text-align:center;
	vertical-align:middle;
	line-height:20px;
	font-size:20px;
}
.fntStripBlck span{
	content:'';
	padding:6px 15px;
	margin-left:33px;
}
.fntStripChkbox input:checked + .fntStripBlck span{
	background-color: #ea6153;
	color: #fff;
}
.fntStripBlck .fntStrpStyl1{
    font-family: 'Microsoft Sans Serif';
	text-transform:uppercase;
}
.fntStripBlck .fntStrpStyl2{
    font-family: 'Microsoft Sans Serif';
}
.fntStripBlck .fntStrpStyl3{
    font-family: "Times New Roman", Times, serif;
}
.fntStripBlck .fntStrpStyl4{
    font-family:'Script MT Bold', sans-serif;
}
.fntStripBlck .fntStrpStyl5{
    font-family:'Arial', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.fntStripBlck .fntStrpStyl6{
    font-family:'Lucida Console';
}
.entWovenOnField{
	margin-top:40px;
}
.entWovenOnField .dCol4,
.entWovenOnField .dCol3{
	padding-left:3%;
}
.loginCentWrap{
	width:700px;
	margin:0 auto;
}
.loginCentWrap h2{
	font-size:20px;
	color:#fff;
	padding:18px 20px;
	font-weight:normal;
	background:#354b60;
	display:block;
}
.loginMainBlock fieldset{
	position:relative;
	display:inline-block;
	width:100%;
}
.loginMainBlock input[type="text"],
.loginMainBlock input[type="password"]{
	border:1px solid #dddddd;
	color:#999999;
}
.loginMainBlock input[type="text"]:focus,
.loginMainBlock input[type="password"]:focus{
	border-color:#2d8ccc;
}
.inpIcn{
    position: absolute;
    right: 1px;
    bottom: 11px;
    width: 42px;
    height: 42px;
	border-left:1px solid #dddddd;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:90% auto;
	background-size:90% auto;
}
.inpMailIcn{ background-image:url(../images/mailIcn.svg); }
.inpPassIcn{ background-image:url(../images/pwdIcn.svg); }
.loginMainBlock input[type="text"]:focus + .inpIcn,
.loginMainBlock input[type="password"]:focus + .inpIcn{
	border-color:#2d8ccc;
}
.loginMainBlock input[type="text"]:focus + .inpIcn {
	background-image:url(../images/mailIcnHvr.svg);
}
.loginMainBlock input[type="password"]:focus + .inpIcn {
	background-image:url(../images/pwdIcnHvr.svg);
}
.sUpBlock{text-align:center;}
.sUpBlock .dBtn{
	font-size:13px;
	padding:8px 25px;
	margin-bottom:0;
}
.loginMainBlock{
	margin-top:60px;
}
.loginMainBlock .inrBodyBlock {
    margin-bottom: 50px;
	-webkit-box-shadow:5px 5px 6px 0 rgba(0,0,0,0.1);
	box-shadow:5px 5px 6px 0 rgba(0,0,0,0.1);
}
.logFrmBtnWrp{
	display:table;
	width:100%;
	margin-top:30px;
	color:#787679;
}
.logFrmBtnWrp .custChkbox{
	float:left;
	margin-right:30px;
}
.custChkbox{
	display:block;
	position:relative;
	cursor:pointer;
}
.custChkbox input{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
	opacity:0;
}
.custChk{
	font-size:13px;
	line-height:20px;
	color:#999999;
}
.custChk i{
	display:inline-block;
	vertical-align:top;
	background:url('../images/custCheckBoxSprites.png') top center no-repeat;
	margin-right:3px;
	width:20px;
	height:20px;	
}
.custChkbox input:checked + .custChk i{
	background-position:0 100%;
}
.custChkbox input:hover + .custChk,
.custChk:hover{
	color:#333333;
}
.logTxtForPass{
	float:left;
	font-size:13px;
	line-height:22px;
	font-weight:600;
	color:#d90000;
}
.logTxtForPass:hover{color:#000;}
.logFrmBtnWrp .dBtn{
	float:right;
	margin:-10px 0 0 0;
	padding:8px 25px;
	font-size:13px;
	background-color:#85ab00;
	border:1px solid #6c8a01;
}
.logFrmBtnWrp .dBtn:hover{
	background-color:#6c8a01;
}
.lblRadi1{
	margin-bottom:50px;
	margin-top:40px;
}
.lblRadi1 > label{
	display:block;
	margin-top: 20px;
	padding: 0 55px;
}
.lblRadi1 > div{
	font-size:15px;
	color:#787679;
	display:table;
	margin: 20px auto 0 auto;
	padding: 12px 12px;
	border-radius:5px;
	border:1px solid #cccccc;
}
.scoutsGrid{
	/*position:relative;*/
	width:100%;
}
/*.sgGrdBlck{
	position:absolute;
}*/
.sgGrdBlck a{
	display:block;	
}
.sgGrdBlck img,
.sgGrdBlck a img{
	display:block;
	width:100%;
}
/*.sGrid1{
	top:0;
	left:0;
	width:31%;
}
.sGrid2{
	top:0;
	width:36.9%;
	left:32%;
}
.sGrid3{
	top:235px;
	width:68.9%;
	left:0;
}
.sGrid4 {
    top: 435px;
    left: 0;
    width: 34%;
}
.sGrid5 {
    top: 435px;
    left: 35.1%;
    width: 33.8%;
}
.sGrid6 {
    right: 0;
    top: 0;
    width: 30.1%;
}*/
.filtBlock{
	display:block;
	margin-bottom:30px;
}
.filtBlock h2{
	font-size:16px;
	color:#545454;
	margin-bottom:8px;
}
.filtBlock ul{
	border:1px solid #c8c8c8;
	padding:5px 10px 10px 10px;
	height:220px;
	overflow:auto;
}
.filtBlock ul li{
	position:relative;
}
.filtBlock ul li a{
	display:block;
	padding:8px 20px 8px 12px;
	font-size:14px;
	color:#006699;
	border-bottom:1px solid #e2e2e2;
}
.filtBlock ul li:nth-child(even) a{
}
.filtBlock ul li input[type="checkbox"],
.filtBlock ul li input[type="radio"]{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
	opacity:0;	
}
.filtBlock ul li input[type="checkbox"]:checked + a,
.filtBlock ul li input[type="radio"]:checked + a{
	background:#f7f7f7;
}
.filtNum{
	float:right;
	display:block;
	color:#333;
}
.filtBlock ul li a:hover{
	color:#990000;
}
.filtBlock ul li a i{
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
	margin-top:-2px;
	width:16px;
	height:16px;
	border:1px solid #f1f1f1;
	background:#ccc;
}
.schlMainWrap > .dRow > .dCol7{
	width:75%;
}
.schoolBannerWrap{
	display:block;
	width:100%;
	border:1px solid #dedfe1;
	position:relative;
}
.schoolBannerWrap img{
	display:block;
	width:100%;
}
.schoolBannerWrap a{
	position:absolute;
	left:0;
	bottom:20px;
	background-color:#7ca626;
	padding:13px 25px 13px 15px;
	font-size:16px;
	font-weight:500;
	font-style:italic;
	color:#fff;
	-webkit-text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
.schlSrcWrap{
	margin-bottom:50px;
	display:block;
}
.schlSrcWrap {
	position:relative;
}
.schlSrcWrap input[type="text"]{
	border-width:1px;
	margin:0;
}
.schlSrcWrap input[type="button"],
.schlSrcWrap input[type="reset"]{
	position:absolute;
	width: 40px;
    height: 40px;
    right: 2px;
    top: 2px;
	cursor:pointer;
	border:none;
	background:url('../images/srchIconWhte.png') center center no-repeat #7ba824;
}
.losContainer{
	margin-top:40px;
	display:block;
}
.losContainer .dRow{
	margin-bottom:50px;
}
.losContainer .dCol3{
	margin-right:2%;
	width:32%;
}
.losContainer .dCol3:last-child{
	margin-right:0;
}
.losContainer h3{
	font-size:24px;
	color:#7ba824;
	display:block;
	margin-bottom:15px;
	font-weight:600;
}
.losLinks{
	display:block;
}
.losLinks a{
	display:block;
	font-size:13px;
	margin-bottom:12px;
	color:#787679;
}
.losLinks a:hover{
	color:#7ba824;
}
.schListSidebar{
	display:block;
}
.schListSidebar a{
	display:block;
	margin-bottom:35px;
}
.schListSidebar a img{
	display:block;
	width:100%;
}
.isoGridWrp .grid-item {
    width: 25%;
	padding:0 5px;
    position: relative;
    margin-bottom: 10px;
	display:block;
	float:left;
}
.isoGridWrp .grid-item a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.isoGridWrp .grid-item a:before {
	position:absolute;
	content:'';
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
    background:#000000;
    opacity: 0;
	-moz-transform: translate3d(0,50%,0);
	-ms-transform: translate3d(0,50%,0);
	-o-transform: translate3d(0,50%,0);
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.isoGridWrp .grid-item a:hover:before {
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity:0.3;
}
.isoGridWrp a img{
	display:block;
	width:100%;
}
.isoGridWrp #grid{
	width:100%;
	position:relative;
	display:block;
}
.isoGridWrp .grd1{width:25%;}
.isoGridWrp .grd2{width:50%;}
.isoGridWrp .grd3{width:25%;}
.isoGridWrp .grd4{width:50%;}
.ftrCpyrghtWrap > div > p.respCopyRight { display:none; }
.ftrSocialMedia {
	display:none;
	width:auto;
	margin:15px auto 0;
	clear:both;
	overflow:hidden;
}
.ftrSocialMedia a {
	float:left;
	width:48px;
	height:48px;
	background:url("../images/ftrSclIcons.png") center top no-repeat;
	display:none;
}
.ftrSocialMedia a.fbIcon { background-position:center top; }
.ftrSocialMedia a.gglIcon { background-position:center -48px; }
.ftrSocialMedia a.twIcon { background-position:center -96px; }
.ftrSocialMedia a.ytIcon { background-position:center -144px; }
.schlSrcWrap input[type="text"] { padding:10px 50px 10px 10px; }

.respSideNavBtn {
	width:100%;
	float:none;
	clear:both;
	color:#ffffff;
	font-size:15px;
	line-height:16px;
	background:#f4a62a;
	text-align:center;
	padding:13px 0;
	position:relative;
	margin-bottom:15px;
	display:none;
	text-transform:uppercase;
}
.respSideNavBtn i {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:100%;
	background:#1dabb8 url("../images/sideNavIcon.png") center center no-repeat;
	-moz-background-size:60% auto;
	-webkit-background-size:60% auto;
	background-size:60% auto;
}
.respSideNavBtn1 {
	width:100%;
	float:none;
	clear:both;
	color:#ffffff;
	font-size:15px;
	line-height:16px;
	background:#f4a62a;
	text-align:center;
	padding:13px 0;
	position:relative;
	margin-bottom:15px;
	display:none;
	text-transform:uppercase;
}
.respSideNavBtn1 i {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:100%;
	background:#1dabb8 url("../images/user.svg") center center no-repeat;
	-moz-background-size:60% auto;
	-webkit-background-size:60% auto;
	background-size:60% auto;
}

.respSideNavSource, .respFilterNav { display:none;}
.respFltrMenu i { background-image:url(../images/prodFltrIcon.png); background-color:#6f9c14; }
#prod-filter ul ul .sidr-class-filtNum {
	padding:0;
	float:right;
}
.sidr-inner > ul > li > a {
	font-weight:600;
}
#prod-filter .sidr-inner > ul ul > li { line-height:30px; font-size:12px; }
#prod-filter .sidr-inner > ul ul > li > a > i {
	float:left;
	width:15px;
	height:15px;
	margin:7px 10px 0 0;
}
#prod-filter.sidr {
    background: #f8f8f8;
    color: #333;
    box-shadow: 0 0 5px 5px #ebebeb inset;
}
#prod-filter.sidr ul {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
}
#prod-filter.sidr ul li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
}
#prod-filter.sidr ul li a, #prod-filter.sidr ul li span {
    color: #333;
}
#prod-filter.sidr ul li ul li a, #prod-filter.sidr ul li ul li span {
    color: rgba(51,51,51,0.8);
}
#prod-filter.sidr ul li:hover, #prod-filter.sidr ul li.active, #prod-filter.sidr ul li.sidr-class-active {
    border-top: 0;
}
#prod-filter.sidr ul li ul { border-bottom: 0; }
#prod-filter.sidr ul li ul li:last-child { border-bottom: 0; }
#prod-filter.sidr ul li:hover>a, #prod-filter.sidr ul li:hover>span, #prod-filter.sidr ul li.active>a, #prod-filter.sidr ul li.active>span, #prod-filter.sidr ul li.sidr-class-active>a, #prod-filter.sidr ul li.sidr-class-active>span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}
.lSSlideWrapper {
	
}
.sUpBlock .dBtn { background-color:#0085b2; }
.sUpBlock .dBtn:hover { background-color:#354b60; }
.respFltrMenu {
	background-color:#84bd12;
}
.respTabTitle {
	font-weight: 600;
	padding: 12px 15px;
	color: #787679;
	border-bottom:3px solid #ecf0f1;
	margin-bottom:15px;
	background: #fff;
	font-size: 13px;
	position:relative;
	display:none;
}
.dBtn.viewMapBtn {
	margin-bottom:0;
	margin-top:20px;
	background:#6c8784;
	display:none;
}
label.custLabel {
	padding:10px 15px;
	background:#85ab00;
	color:#ffffff;
	margin-top: 15px;
	margin-bottom:0;
}
label.custLabel small { clear:both; display:block; margin-top:4px; }
.custMulRegSel {
	border: 1px solid #dddddd;
	color: #999999;
}
.noTopMar {
	margin-top:0;
}
select[multiple] { 
    min-height:200px;
	background-image:none;
}
.floatingRadioBtn .custChkbox {
	float:left;
	margin-right:25px;
}
.dBtn.redBtn { background:#e74c3c; }
#hdrWishList { border-bottom-color:#e74c3c; }
.msgBox {
	margin-bottom:5px;
}
.msgBox p {
	font-size: 15px;
    color: #787679;
    padding: 10px 15px 10px 50px;
    background: url(../images/formValMsg.png) 10px -5px no-repeat;
    background-size: 34px auto;
}
.msgBox p.warnMsg {
    background-color: #fff3da;
    color: #dca634;
	background-position:10px 50%;
}

.msgBox p.failMsg {
    background-color: #ffe8e8;
    color: #ce6565;
    background-position: 11px 94%;
}

.msgBox p.sucMsg {
    background-color: #e3f4d6;
    color: #1fa963;
	background-position:11px 5%;
}
.marTop10 { margin-top:10px; }
.calendarIcn {
	background-image:url(../images/calendarIcn.png);
	background-position:center 2px;
}
.loginMainBlock input[type="text"]:focus + .calendarIcn { background-image:url(../images/calendarIcn.png); background-position:center 50%; }
.fltTxt {
	font-size: 13px;
    line-height: 20px;
	display:inline-block;
}
.fltTxt2 {
	font-size: 13px;
    line-height: 20px;
	margin-left:-24px;
}
.floatingRadioBtn .custChk { color:#999999; }
.custSidebar2 ul li a {
	padding-left:5px;
	font-size:15px;
	color:#787679;
}
.fltrBlk {
	border:1px solid #eeeeee;
	padding:8px 10px;
	background:#fafafa;
	overflow:hidden;
	margin-bottom:15px;
}
.fltrBlk fieldset {
	float:left;
	width:23.5%;
	margin-right:2.7%;
	position:relative;
}
.fltrBlk .fltrSearBtn {
	float:right;
	width:21%;
	padding:9px 0;
}
.fltrBlk input {
	margin-top:0;
	margin-bottom:0;
}
.fltrBlk fieldset input {
	border-color:#eeeeee;
	padding:7px 10px;
	border-width:1px;
}
.fltrBlk fieldset input:focus, .fltrBlk fieldset .orderHisInp:focus { border:1px solid #2d8ccc; }
.fltrBlk fieldset i {
    width: 38px;
    height: 38px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	background-position:center 95%;
}
.fltrBlk .icnField input {
	padding-right:35px;
}
.fltrBlk fieldset input:focus + i { background-position:center 50%; }
.custTable table {
	width:100%;
	text-align:left;
	border-collapse:collapse;
}
.custTable table tr th, .custTable table tr td {
	padding:12px 15px;
	font-size:13px;
	border:0 none;
	color:#787679;
	border-bottom:1px solid #dedfe1;
	background:none;
}
.custTable table tr th {
	font-size:15px;
	font-weight:600;
	color:#787679;
	background:#eeeeee;
	border-bottom:2px solid #8c9899;
}
.custTable table tr:nth-of-type(2n+1) { background:#ffffff; }
.custTable table tr:nth-of-type(2n) { background:#fafafa; }
.custTable table tr:hover { background:#f3f3f3; }
.inrPgCntContainer  { margin-top: 20px; clear:both; overflow:hidden; }
.inrPgLftContent {
	float:left;
	width:73%;
}
.inrPgSidebar {
	float:right;
	width:25%;
	background:#ffffff;
}
.inrContentBlock .newsTitle {
	font-size:21px;
	font-weight:600;
	color:#787679;
	text-transform:uppercase;
}
.inrContentBlock {
	padding: 25px;
	background:#ffffff;
}
.newsDateBlk {
	font-size:13px;
	color:#7ba824;
	font-weight:600;
}
.inrSaperator {
	height:1px;
	width:100%;
	margin:10px 0 25px 0px;
	background:#dedfe1;
	position:relative;
}
.inrSaperator i {
	width:50px;
	height:3px;
	display:block;
	background:#7ca825;
	position:absolute;
	top:-1.5px;
}
.inrContentBlock img {
	display:block;
	width:100%;
	margin-bottom:30px;
}
.inrContentBlock p {
	font-size:14px;
	color:#787679;
	line-height:22px;
	margin-bottom:20px;
}
.inrContentBlock p > a {
	color:#787679;
}
.inrContentBlock ul li > a { color:#787679; }
.inrPgSidebar .sidebarTitle {
	font-size:20px;
	padding:13px 15px;
	background:#181f29;
	color:#7ba824;
	font-weight:600;
}
.sideNewsList {
	padding:20px 15px;
	list-style:outside none;
}
.sideNewsList li {
	display:block;
	padding-bottom:11px;
	margin-bottom:11px;
	border-bottom:1px solid #dedfe1;
}
.sideNewsList li .sideNsTitle {
	font-size:13px;
	color:#333333;
	text-transform:uppercase;
}
.sideNewsList li .sideNsTitle a {
	color:#333333;
	-moz-transition:color 0.3s ease;
	-webkit-transition:color 0.3s ease;
	-ms-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}
.sideNewsList li .sideNsTitle a:hover { color:#7ba824; }
.sidebarNsDtBlk {
	font-size:12px;
	color:#7ba824;
	margin-top:2px;
	display:block;
	font-weight:600;
}
.sideNewsList li:nth-last-of-type(1) {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.newsListContainer {
	display:block;
	list-style:outside none;
}
.newsListContainer li {
	display:block;
	overflow:hidden;
	background:#ffffff;
	padding:20px;
	margin-bottom:20px;
}
.newsListContainer li .newsListTitle {
	font-size:18px;
	color:#787679;
}
.newsListDate {
	display:block;
	font-size:13px;
	font-weight:600;
	color:#7ca825;
	margin-top:2px;
}
.nsListSaperator {
	display:block;
	width:100%;
	height:1px;
	background:#dedfe1;
	padding:0 20px;
	margin:7px 0px 15px -20px;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
.nsLsVwMrBtn {
	float:right;
	color:#7ca825;
	font-size:13px;
	font-weight:600;
	-moz-transition:color 0.3s ease;
	-webkit-transition:color 0.3s ease;
	-ms-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}
.nsLsVwMrBtn:hover {
	color:#000000;
}
.newsListContainer li p {
	font-size:14px;
	line-height:21px;
	color:#787679;
}
.orderDetailContainer {
	padding-top:10px;
	padding-bottom:60px;
	display:block;
	clear:both;
	overflow:hidden;
}
.ordrInfoInrBlock {
	width:50%;
	float:left;
}
.ordrDtlBlk {
	float:left;
	width:45%;
	margin-right:10%;
}
.ordrDtlBlk h4 {
	font-size:16px;
	color:#787679;
	font-weight:600;
	padding-bottom:7px;
	margin-bottom:12px;
	border-bottom:1px solid #dedfe1;
}
.ordrDtlBlk p {
	color:#787679;
	font-size:13px;
	line-height:22px;
}
.ordrDtlBlk p strong { font-weight:600; }
.ordrDtlBlk:nth-of-type(2n) { margin-right:0; }
.marTop20 { margin-top:20px; }
.ordrInfoBlk {
	float:right;
	width:40%;
}
.blkList {
	border:1px solid #dedfe1;
	list-style:outside none;
	display:block;
}
.blkList li {
	display:block;
	overflow:hidden;
	font-size:13px;
}
.blkList li strong, .blkList li span {
	display:block;
	float:left;
	width:50%;
	padding:15px 15px 0;
	color:#787679;
}
.blkList li strong {
	background:#fafafa;
	font-weight:600;
}
.blkList li:nth-last-of-type(1) strong, .blkList li:nth-last-of-type(1) span { padding-bottom:15px;  }
.custTable.ordrListInfo { overflow:hidden; }
.custTable.ordrListInfo table { margin-bottom:30px; }
.custTable.ordrListInfo tr th {
	text-align:center;
}
.custTable.ordrListInfo tr td {
	padding-top:30px;
	text-align:center;
	padding-bottom:30px;
}
.custTable.ordrListInfo tr td strong {
	display:block;
	font-size:14px;
	margin-bottom:10px;
}
.custTable.ordrListInfo tr td:nth-of-type(1),
.custTable.ordrListInfo tr th:nth-of-type(1) {
	text-align:left;
}
.shpInfoBlk {
	float:left;
	width:52%;
}
.paymentBlk {
	float:right;
	width:37%;
}
.checkoutWrap {
	background:#ffffff;
	padding:25px;
}
.checkoutWrap h1 {
	font-size:18px;
	color:#787679;
	margin-bottom:7px;
}
.ttlBnthSubTtl {
	font-size:13px;
	color:#666666;
	display:block;
	margin-bottom:20px;
}
.ttlBnthSubTtl strong { font-weight:bold; }
.checkOutList .chkoThmbImg {
	display:inline-block;
    width: 70px;
	vertical-align:top;
	max-width:100%;
	margin-right:40px;
}
.chkOutProd {
	display:inline-block;
	vertical-align:top;
}
.chkOutProd .removeBtn {
	padding:3px 7px;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	clear:both;
	display:block;
	float:left;
	font-weight:600;
	background:#ed1b0c;
}
.chkOutProd h3 {
	margin-bottom:10px;
	font-size:14px;
	font-weight:600;
}
.chkOutProd span {
	clear:both;
	float:left;
	margin-bottom:20px;
}
.custTable.checkOutList table { margin-bottom:30px; }
.custTable.checkOutList tr th {
	text-align:center;
}
.custTable.checkOutList tr td {
	padding-top:60px;
	text-align:center;
	padding-bottom:60px;
	background:#ffffff;
}
.custTable.checkOutList tr td:nth-of-type(1),
.custTable.checkOutList tr th:nth-of-type(1) {
	text-align:left;
}
.custTable.checkOutList select {
	width:70px;
	margin:0 auto;
	background-position:84% 50%;
	text-align:center;
}
.chkOutPymntBlk {
	float:left;
	width:60%;
	display:block;
}
.chkOutFinalStepBlk {
	display:block;
	overflow:hidden;
}
.chkOutPymntBlk input[type="text"],
.chkOutPymntBlk textarea {
	border:1px solid #e3e3e3;
	background:#f6f8f8;
	padding:8px 10px;
}
.chkOutPymntBlk textarea { height:70px; }
.chkOutPymntBlk input[type="text"] {
	float:left;
	display:block;
	width:60%;
}
.chkOutPymntBlk fieldset {
	margin-bottom:10px;
	width:50%;
}
.chkOutPymntBlk .chkAplyBtn {
	float:right;
	display:block;
	width:39%;
	padding: 9px 0;
	background:#f4a62a;
}
.chkOutPymntBlk .chkAplyBtn:hover { background-color:#333333; }
.pyMthdLinks { padding-top:10px; }
.pyMthdLinks a {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.pyMthdLinks a img {
	display:block;
	width:100%;
	max-width:100%;
}
.chkOutDlvyBlk {
	float:right;
	width:30%;
}
.chkOutPymntInfo {
	float:right;
	display:block;
	margin-bottom:25px;
}
.chkOutPymntInfo li {
	display:block;
	padding:10px;
	text-align:right;
	font-size:13px;
	color:#787679;
}
.chkOutPymntInfo li strong {
	float:left;
	display:block;
	margin-right:25px;
}
.chkOutPymntInfo li:nth-last-of-type(1) {
	font-weight:bold;
	font-size:18px;
	color:#666666;
	border:2px solid #ff9900;
}
.chkOutPymntInfo li:nth-last-of-type(1) span {
	font-family:Aria,sans-serif;
	color:#333333;
}
.chkOutDlvyBlk .dBtn {
	padding:10px 0;
	font-weight:600;
	font-size:18px;
}
.accIcon i {
	background-image:url(../images/myAccIcon.png);	
}
.custTable.ordrHistoryList table tr td:nth-of-type(1) { color:#7ca825; font-weight:600; }
.custTableView { margin-bottom:30px; }
.custTableView .custTblTitle {
	display:block;
	list-style:none;
}
.custTableView .custTblTitle {
	border-bottom: 2px solid #8c9899;
	background: #eeeeee;
}
.custTableView, .custTblList {
	clear:both;
	overflow:hidden;
	width:100%;
	display:block;
}
.custTableView li {
	display:block;
	width:100%;
	overflow:hidden;
}
.custTableView .custTblTitle h6 {
	font-size: 15px;
	display:block;
	overflow:hidden;
    font-weight: 600;
    color: #787679;
	display:inline-block;
	vertical-align:middle;
	padding:12px 15px;
}
.custTblList {
	clear:both;
	width:100%;
	display:block;
}
.custTblList li .col {
	display:inline-block;
	vertical-align:middle;
	padding:12px 15px;
}
.custTblTitle li .col-1, .custTblList li .col-1 {
	width:66%;
}
.custTblTitle li .col-2, .custTblList li .col-2 {
	width:12%;
	text-align:center;
}
.custTblTitle li .col-3, .custTblList li .col-3 {
	width:12%;
	text-align:center;
}
.custTblTitle li .col-4, .custTblList li .col-4 {
	width:8%;
	text-align:center;
}
.custTblList li .col-3, .custTblList li .col-4 { font-size:14px; }
.custTblList li {
	border-bottom: 1px solid #dedfe1;
}
.prodThmbImg {
	float:left;
	width:70px;
	margin-right:40px;
}
.shpProdInfo {
	float:left;
}
.custTblList {
	font-size:13px;
	color: #787679;
}
.custTblList li .col-1 {
	padding:60px 15px;
}
.shpProdInfo h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
	color:#787679;
}
.shpProdInfo h3 a { color:#787679; }
.shpProdInfo span {
    clear: both;
	display:block;
    margin-bottom: 20px;
}
.shpProdInfo .removeBtn {
    padding: 5px 7px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
	line-height:12px;
    clear: both;
    display: block;
    float: left;
    font-weight: 600;
    background: #ed1b0c;
}
.chkOutProdList select {
	background-position:85% 50%;
	width:70px;
	margin:0 auto;
}
.threeGridIsotop .grid-item {
	padding: 0 5px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    float: left;
}
.threeGridIsotop .grd1, .threeGridIsotop .grd2 {
	width:33.33%;
}
.threeGridIsotop .grd3 {
	width:66.5%;
}
.threeGridIsotop .grid-item img {
	width:100%;
	display:block;
}
.selectSchl {
	margin-bottom:0;
	margin-top:20px;
}
.accNavLink { display:none; }

.flyProd {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	position: absolute;
	z-index: 9999;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	background-position:center;
	opacity:0;
	z-index:20000;
	visibility:hidden;
}/*
.hdrTopToggles > div:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: -35px;
    left: 0;
    height: 35px;
}*/
.shopStepsContainer .msgBox { padding:0 0 10px; clear:both; }
.shopStepsContainer h1 {
	display:inline-block;
	font-size:24px;
	padding-top:12px;
	color:#7ca825;
}
.shopSteps {
	float:right;
	display:block;
	overflow:hidden;
	padding-bottom:20px;
}
.shopSteps span {
	float: left;
    display: block;
    padding: 36px 20px 0 20px;
 	text-align:center;
    font-size: 14px;
    color: #989898;
    background: url(../images/shopStepsIcn.png) center -8px no-repeat;
	border-left:1px solid #e0e0e0;
}
.shopSteps span:nth-of-type(1) { border-left:0; margin-left:0; }
.shopSteps span.adrsIcn { background-position:center 11%; }
.shopSteps span.payInfoIcn { background-position:center 57%; }
.shopSteps span.sucPayIcn { background-position:center 105%; }
.shopSteps span.active {
	background-image:url(../images/shopStepsIcnHvr.png);
	color:#2B81B9;
}
.dRow .dCol2-5 {
	width:25%;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
}
.dRow .dCol3-3 {
	width:33.33%;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
}
.shopStepsContainer .dRow { margin-bottom:0; }
.shopStepsContainer .billAdrBtn {
    float: right;
    padding: 8px 25px;
    font-size: 13px;
	margin-right:5px;
    background-color: #85ab00;
    border: 1px solid #6c8a01;
}
.shopStepsContainer .billAdrBtn:hover { background-color:#6c8a01; }
.shopStepsContainer .checkoutWrap {
	display:inline-block;
	width:100%;
}
.shopStepsContainer .dRow input[type="text"], .shopStepsContainer .dRow select {
	margin-top:6px;
	margin-bottom:6px;
    border: 1px solid #dddddd;
    color: #999999;
}
.shopStepsContainer .dRow input[type="text"]:focus, .shopStepsContainer .dRow select:focus {
	border-color:#2d8ccc;
}
.billAdrsInfo { padding-bottom:25px; }
.billAdrsInfo .ordrDtlBlk p strong{
	min-width:150px;
	float:left;
	display:block;
}
.billAdrsInfo .ordrInfoInrBlock {
	width:100%;
}
.saperator {
	background:#2B81B9;
	height:1px;
	width:100%;
	display:block;
	clear:both;
	margin:20px 0;
}
.chkOutDlvyBlk .billAdrBtn {
	clear:both;
	margin:0;
}
.chkOutDlvyBlk .ordrDtlBlk { clear:both; }
.chkOutPymntBlk .pyMthdLinks { clear:both; padding-top:25px; }
.formReadOnlyField p {
	font-size:15px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	color:#999999;
}
.formReadOnlyField p strong { color:#585858; }
.chkOutPymntBlk.billAdrsInfo .ordrDtlBlk { width:100%; margin-right:0; }
.respText { display:none; }
.billAddressPage .floatingCheckbox label, .billAddressPage .floatingCheckbox .custChkbox {
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	line-height:42px;
}
.billAddressPage .floatingCheckbox label {
	margin-top:6px;
	margin-bottom:6px;
}
.hdrProdListCtrls.fixto-fixed { padding-top:83px; }
.reviewList {
	list-style:outside none;
}
.reviewList li {
	display:block;
	margin-left:0;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #dedfe1;
}
.drTabBlock .reviewList li { margin-left:0; } 
.reviewList li h5 {
	font-size:16px;
	margin-bottom:7px;
	overflow:hidden;
}
.reviewList li h5 strong {
	font-weight:600;
}
.reviewList li h5 span {
	clear:both;
	float:left;
	font-weight:normal;
	font-size:13px;
}
.reviewList li .reviewRate {
	float:right;
	font-size:16px;
	font-style:normal;
}
.reviewList li p { clear:both; margin-bottom:0; }
.reviewList li:nth-last-of-type(1) {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0 none;
}
.sgGrdBlck a:before, .threeGridIsotop .grid-item a:before, .hmeGridWrap a:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0;
    -moz-transform: translate3d(0,50%,0);
    -ms-transform: translate3d(0,50%,0);
    -o-transform: translate3d(0,50%,0);
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hmeGridWrap a:before { z-index:1; }
.sgGrdBlck a:hover:before, .threeGridIsotop .grid-item a:hover:before, .hmeGridWrap a:hover:before {
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0.3;
}
.sgGrdBlck a,.hmeGridWrap a { position:relative; overflow:hidden; }
.threeGridIsotop .grid-item a { overflow:hidden; position:relative; display:block; } 
.fixedSidebar {
	display:none;
	position:fixed;
	z-index:50000;
	right:0;
	top:50%;
	height:auto;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	height:365px;
}
.opnTime i,
.sidSclMda a i {
	width:36px;
	height:36px;
	left:4px;
	top:4px;
	display:inline-block;
	vertical-align:middle;
	background:url(../images/fixSideIcns.png) center top no-repeat;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	position:absolute;
}
.opnTime,
.sidSclMda a {
	display:block;
	margin:2px 0;
	float:right;
	padding:4px 0 4px 45px;
	overflow:hidden;
	color:#ffffff;
	line-height:34px;
	position:relative;
	width:150px;
	clear:both;
	max-width:45px;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.sidSclMda a.fbIcn { background-color:#4A6EA8; }
.sidSclMda a.gglIcn { background-color:#E36044; }
.sidSclMda a.twIcn { background-color:#32DEF4; }
.sidSclMda a.ytIcn { background-color:#E44941; }
.sidSclMda a.gglIcn i { background-position:center 26%; }
.sidSclMda a.twIcn i { background-position:center 51%; }
.sidSclMda a.ytIcn i { background-position:center 75%; }
.opnTime span,
.sidSclMda a span {
	display:block;
	float:left;
	white-space: nowrap;
}
.mapBnr span {
	font-size:15px;
	color:#2980B9;
	font-weight:600;
	display:inline-block;
	width:106px;
	vertical-align:top;
	-webkit-transform-origin:52px 52px;
	transform-origin:52px 52px;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	position:absolute;
	text-align:center;
}
.mapBnr {
	padding:2px 0px 2px 8px;
	background:#ffffff;
	height:110px;
	margin:4px 0;
	display:block;
	line-height:25px;
	max-width:45px;
	clear:both;
	float:right;
	position:relative;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.mapBnr img {
	display:inline-block;
	height:100%;
	margin-left:40px;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.opnTime {
	background-color:#4497ce;
	width:250px;
	font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.opnTime i{
	background-position:0 100%;
}
.sidSclMda a:hover{
	max-width:200px;
}
.opnTime:hover{
	max-width:250px;	
}
.opnTime small{
	display: block;
	font-size: 85%;
	line-height: 16px;
	font-weight: normal;
}
.mapBnr:hover{
	max-width:200px;
}
.mapBnr:hover img{
	margin-left:30px;
}


/* Old Site Fixed Sidebar */
.socialMediaContainer{
	position:fixed;
	right:0;
	top:233px;
	
	z-index: 5500542;
}
.socialMediaContainer ul li{
	margin-bottom:1px;
	overflow:hidden;
}
.socialMediaContainer ul li a{
	font-size:20px;
	line-height:40px;
	max-width:0;
	height:40px;
	font-weight:normal;
	text-transform:capitalize;
	display:block;
	color:#fff;
	padding-left:40px;
	line-height:40px;
	float:right;
	overflow:hidden;
	background:url('../images/socialMediaSprite.png') 0 0 no-repeat #E44941;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.socialMediaContainer ul li a:hover{
	max-width:243px;
	padding:0 35px 0 50px;
}

.socialMediaContainer ul li a.facebook{
	background-position:0 -40px;
	background-color:#496DA8;
}
.socialMediaContainer ul li a.gplus{
	background-position:0 -80px;
	background-color:#E36044;
}
.socialMediaContainer ul li a.twitter{
	background-position:0 -120px;
	background-color:#32DEF4;
}
.socialMediaContainer ul li a.pinterest{
	background-position:0 -160px;
	background-color:#D53935;
}
.socialMediaContainer ul li a.findusBtn1{
	background-position:0 -200px;
	background-color:#fff; height:128px;
}
.socialMediaContainer ul li a.time1{
	background-position:0 -348px;
	background-color:#0085B2;
}
.findusBtn{
	clear:both;
	float:right;
}
.side-sticky{
	top:545px;
}
.contInfBlckContact{
	width:40%;
	float:left;
}
.mapBlkContact{
	width:57%;
	}
.headerTopLinkM{
font-size:11px; color:#fff; padding:0 10px; line-height:26px; font-weight:600;	
}
/* Old Site Fixed Sidebar */
.fancybox-lock .fancybox-overlay{ z-index:10000000; }
.inputD{background-color: #ecf0f1 !important;
    border: 1px solid #dddddd !important;}
	.fromtxt{color:#aaaaaa; font-size:70%;}

.verAlgnJumboMenu .subMenBlck{
	float:left;
	width:20%;
}
.verAlgnJumboMenu .subMenBlck li{
	width:100%;
	min-height:0;
	display:block;
}
.verAlgnJumboMenu .jumMenLogWrap{
	width:100%;
	clear:both;
}
.verAlgnJumboMenu.col5Men  .subMenBlck{width:20%;}
.verAlgnJumboMenu.col6Men  .subMenBlck{width: 16.66%;}
.verAlgnJumboMenu.col7Men  .subMenBlck{width:14.28%;}
.verAlgnJumboMenu.col8Men  .subMenBlck{width:12.50%;}

.singBigMenu ul li a{
	font-size: 16px;
	padding: 8px 5px;	
}
.dashStickBannerMainCont{
	overflow:hidden;
	width:100%;
	margin-bottom:30px;
}
.dashStickMainWrp{
	position:relative;
	width:49%;
	float:left;
}
.dashLoytyBnrWrp{
	width:49%;
	float:right;
	position:relative;
	display:block;
}
.dashStickMainWrp > img,
.dashLoytyBnrWrp img{
	display:block;
	width:100%;
}
.dashStickList{
	position:absolute;
	top:15px;
	left:0;
	width:100%;
	padding:0 5px;
}
.dashStickImg{
	position:relative;
	float:left;
	width:20%;
	padding:0 13px;
	margin-bottom:15px;
}
.dashStickImg img{
	display:block;
	width:100%;
}
.dashStickNote{
	position:absolute;
	bottom:13px;
	width:100%;
	left:0;
	color:#fff;
	line-height:16px;
	font-size:12px;
	padding:0 20px;
}
.dashStickImg .usedStickMark{
	position:absolute;
	left:50%;
	top:50%;
	margin-top: -15px;
	margin-left: -15px;
	z-index:1;
	width: 30px;
}
.coupSticker{
	position:relative;
	width:100%;
	display:block;
}
.coupSticker img{
	display:block;
	width:100%;
}
.coupSticker span{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #d1d1d1;
	line-height: 12px;
	position:absolute;
	left:0;
	top:13px;
	width:100%;
}
.dashLoyInfWrp{
	right:25px;
	top:30px;
	position:absolute;
	text-align:right;
}
.dashLoyAmt{
	display:block;
	font-size:64px;
	font-weight:bold;
	text-shadow:3px 3px 2px rgba(0,0,0,0.4);
	color:#ffc33c;
}
.loyrewTxt1{
	font-size:19px;
	color:#fff;
	display:block;
	padding-bottom:5px;
}
.loyrewTxt2{
	font-size:13px;
	color:#fff;
}
.socialMediaContainer ul li a:hover {
   
    height: auto;
max-width:300px;
}