@import url("fonts.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* JASON SCROLL TESTS 
.iframeclass::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.iframeclass::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.iframeclass {overflow: -moz-scrollbars-vertical;}
*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline:none;
}



.iframeclass::-webkit-scrollbar {
    width:10px;
}

.iframeclass::-webkit-scrollbar-track {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.02);
}

.iframeclass::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.3);
}

.iframeclass::-webkit-scrollbar-thumb:hover {
    background:rgba(0,0,0,0.3);
}

.iframeclass::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.3);
}


/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.clear {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a {
	color:#1a6420;
	text-decoration:none;
}
a:hover {
	color:#114d16;
}
address {
	font-style:normal;
}

/* 1.2 Common Tages */
.see-more {
	background:url(../../../_images2/bg_button2.png) no-repeat left top;
	text-transform:uppercase;
	display:block;
	width:113px;
	height:21px;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:5px 0 0 0;
	position:relative;
	z-index:100;
}
.see-more:hover {
	background-position:left bottom;
	color:#fff;
}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background:#43723c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
}


/* header */
.white-wrap {
	background:#fff;
	width:100%;
}
.white-wrap-bottom {
	background:url(../../../_images2/bg_white_wrap_bottom.png) repeat-x left top;
	width:100%;
	height:15px;
	margin-bottom:-15px;
	position:relative;
	z-index:1;
}

/* header */
.header {
	background: #FFFFFF;
	width:100%;
	position:relative;
	height:65px;
	z-index:9;
	border-top: 3px solid #004d1f;
}
.header .box {
	position:relative;
	z-index:1;
	width:1020px;
}
.header .top-link {
	width:100%;
	float:left;
}
.header .top-link ul {
	float:right;
}
.header .top-link li {
	line-height:24px;
	font-size:20px;
	float:left;
	padding-top:9px;
}
.header .top-link li.order {
	text-transform:uppercase;
	line-height:42px;
	font-size:16px;
	padding-top:0;
	margin-left:8px;
}
.header .top-link li.order a {
	background:#d10c0c;
	display:inline-block;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:0 0 10px 10px;
	behavior:url(PIE.htc);
	position:relative;
	padding:0 20px 0 18px;
	color:#fff;
}
.header .top-link li.order a:hover {
	background:#9c0707;
}

/* logo */
.logo {
	width:151px;
	height:149px;
	position:absolute;
	left:30px;
	top:7px;
	z-index:99;
}

/* navigation */
.navigation {
	margin-left: 300px;
	height:64px;
	float:left;
	
	
}
.navigation-in {
	background:#fff;
	width:100%;
	height:60px;
	
}
.navigation ul {
	float:right;
	height:64px;
}
.navigation li {
	text-transform:uppercase;
	height:61px;
	font-size:14px;
	float:left;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	
	
	
}
.navigation li a {
	display:inline-block;
	font-family: 'PT Sans', sans-serif;
	color:#448e11;
	padding-top: 24px;
	padding-bottom: 27px;
	padding-right: 10px;
	padding-left: 10px;
}


.navigation li a:hover {
	color: #d4ef4d; 
	background: #004d20;

}

.navigation li .navActive:hover {
	color:#91a333;
	border: none;

}




.navigationActive a{
	margin-top: 22px;
	
}


.order {
	text-transform:uppercase;
	font-size:14px;
	padding-top:24px;
	padding-left: 12px;
	padding-right: 12px;
	
	height:41px;
	float: left;
	
	background:#d10c0c;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
}

.order:hover {
	background:#9c0707;
	
	color:#FFF;
}



.login {
	text-transform:uppercase;
	font-size:14px;
	padding-top:24px;
	padding-left: 12px;
	padding-right: 12px;
	
	height:41px;
	float: left;
	
	background:#004d20;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
}

.login:hover {
	background:#003617;
	color: #FFF;
}


.login2 {
	text-transform:uppercase;
	font-size:14px;
	padding-top:24px;
	padding-left: 12px;
	padding-right: 12px;
	
	height:41px;
	float: left;
	
	background: #abc13d;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
}

.login2:hover {
	background: #8ba606;
	color: #FFF;
}




/* showcase */
.showcase {
	width:100%;
	
	
}

/* slider */
.slider {
	width:100%;
}

.slider .caption {
	width:500px;
	position:absolute;
	left:0;
	top:0;
	padding-top:90px;
}
.slider .caption h2 {
	text-transform:uppercase;
	line-height:29px;
	font-size:31px;
	color:#fff;
	letter-spacing:-3px;
	padding:0 0 21px 54px;
}
.slider .caption span {
	display:block;
	font-size:20px;
	letter-spacing:-2px;
}
.slider .caption .learn-more {
	background:url(../../../_images2/bg_button.png) left top;
	text-transform:uppercase;
	display:block;
	line-height:45px;
	text-align:center;
	font-size:19px;
	width:154px;
	height:45px;
	color:#fff;
	margin-left:170px;
}
.slider .caption .learn-more:hover {
	background-position:left bottom;
}


/* container */
.container {
	width:100%;
	position:relative;
	z-index:1;
}
.leaf {
	width:161px;
	height:101px;
	position:absolute;
	left:-80px;
	bottom:-30px;
	z-index:10;
}
.container .box {
	position:relative;
	z-index:2;
}

/* banner */
.banner {
	width:630px;
	float:left;
	padding-top:22px;
	margin-bottom:24px;
}
.banner-in {
	border:#dbdbdb 3px solid;
	width:284px;
	height:166px;
	float:left;
	position:relative;
	z-index:1;
	margin-right:25px;
}
.banner a {
	background:url(../../../_images2/bg_banner_a.png) repeat;
	text-transform:uppercase;
	font-size:27px;
	width:284px;
	display:block;
	line-height:43px;
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
}
.banner span {
	background:url(../../../_images2/bg_arrow2.png) no-repeat right center;
	display:block;
	padding-left:16px;
}
.banner a:hover {
	color:#dedede;
}

/* twitter */
.twitter {
	background:#fff;
	border:#1a6420 3px solid;
	width:283px;
	float:left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(PIE.htc);
	position:absolute;
	right:0;
	top:22px;
	padding:6px 0 28px 0;
	z-index:9;
}
.twitter.hp {
	height:318px;
	top:-209px;
}
.twitter-bird {
	width:113px;
	height:102px;
	position:absolute;
	left:124px;
	bottom:-95px;
	z-index:20;
}
.twitter .see-more {
	margin:6px 0 0 86px;
	position:relative;
	z-index:100;
}
.twitter .bottom-arrow {
	background:url(../../../_images2/bg_bottom_arrow.png) no-repeat left top;
	width:27px;
	height:23px;
	position:absolute;
	left:92px;
	bottom:-23px;
}
.twitter h3 {
	text-transform:uppercase;
	font-weight:normal;
	line-height:48px;
	font-size:24px;
	color:#266510;
	padding:0 0 0 30px;
}
.twitter li {
	padding-bottom:21px;
}
.twitter p {
	line-height:14px;
	color:#000;
	padding:0 38px 0 30px;
}
.twitter p a {
	color:#266510;
}
.twitter p a:hover {
	color:#1f560c;
}
.twitter strong {
	text-align:right;
	display:block;
	color:#000;
	padding-right:34px;
}

/* news */
.news {
	background:url(../../../_images2/bg_news.jpg) repeat center top;
	width:100%;
	color:#4e4e4e;
	padding:12px 0 38px 0;

}
.news .box {
	position:relative;
	z-index:1;
}
.news a {
	color:#266510;
}
.news .leaf {
	bottom:-38px;
}
.news a:hover {
	color:#124e17;
}
.news .col1 {
	width:315px;
	float:left;
}
.news h3 {
	text-transform:uppercase;
	font-weight:normal;
	line-height:51px;
	font-size:30px;
	color:#266510;
	padding-bottom:4px;
}
.news h4 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	color:#266510;
	padding-bottom:6px;
}
.news h4 img {
	float:left;
	margin-right:4px;
}


.news2 h4 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	color:#266510;
	padding-bottom:6px;
}
.news2 h4 img {
	float:left;
	margin-right:4px;
}


.news .gray {
	display:block;
	font-size:10px;
	line-height:12px;
	color:#7d7d7d;
	padding:0 0 6px 26px;
}
.news p {
	line-height:14px;
	padding:0 40px 22px 26px;
}
.news .twitter.hp p {
	padding:0 38px 0 30px;
}
.news .see-more {
	color:#fff;
	margin-left:244px;
}
.news .twitter.hp .see-more {
	margin:6px 0 0 86px;
}
.news .see-more:hover {
	color:#fff;
}

/* footer */
.footer {
	width:100%;
	color:#fff;
	padding-bottom:13px;
}
.footer .shadow {
	background:url(../../../_images2/bg_footer_shadow.png) no-repeat center top;
	width:100%;
	height:22px;
	position:relative;
	left:0;
	top:-26px;
	z-index:12;
	margin-bottom:-26px;
}
.footer a {
	color:#abc13c;
}
.footer a:hover {
	color:#abc13c;
}

/* footer-top */
.footer-top {
	/*background:#080808 url(../../../_images2/bg_footer_top.jpg) no-repeat center top;*/
	background: #000000;
	border-top:#abc13c 4px solid;
	width:100%;
	padding-bottom:68px;
}
.footer-top .col1 {
	border-right:#fff 1px solid;
	width:302px;
	float:left;
	min-height:205px;
	padding-top:3px;
	margin-top:45px;
}
.footer-top h5 {
	text-transform:uppercase;
	font-weight:normal;
	line-height:30px;
	font-size:30px;
	padding-bottom:11px;
	margin-top:-9px;
	font-family: 'PT Sans', 'sans-serif';
	font-weight: normal;
}
.footer-top p {
	font-weight:bold;
	line-height:14px;
	padding:0 35px 10px 0;
}
.footer-top .gap {
	padding:0 0 18px 25px;
}
.footer-top span {
	line-height:14px;
	display:block;
	padding-left:31px;
}
.footer-top .first {
	text-transform:uppercase;
}

/* search */
.search {
	width:100%;
	float:left;
	padding-bottom:35px;
}
.search h5 {
	word-spacing:1px;
	font-size:24px;
	padding:0 0 6px 29px;
}
.search .input {
	background: #FFF;
	border:#abc13c 2px solid;
	width:200px;
	height:32px;
	font-size:16px;
	color:#4c7b60;
	float:left;
	line-height:32px;
	padding:0 10px 0 18px;
	margin-left:30px;
}
.search .button3 {
	background:url(../../../_images2/bg_button3.png) no-repeat left top #abc13c;
	width:33px;
	height:36px;
	border:none;
	cursor:pointer;
	float:left;
	
}
.search .button3:hover {
	
}
.footer-top .col1.last {
	border-right:none;
}

/* social */
.social {
	width:100%;
	float:left;
}
.social h5 {
	font-size:20px;
	padding:0 0 5px 30px;
}
.social ul {
	padding-left:30px;
}
.social li {
	width:39px;
	height:39px;
	float:left;
	margin-right:12px;
}

/*
.social li a {
	background:url(../../../_images2/bg_social.png) no-repeat left top;
	text-indent:-9999px;
	display:block;
	height:39px;
}
.social li.facebook a {
	background-position:left top;
}
.social li.facebook a:hover {
	background-position:left bottom;
}
.social li.twitter2 a {
	background-position:right top;
}
.social li.twitter2 a:hover {
	background-position:right bottom;
}
*/

/* footer-bottom */
.footer-bottom {
	background:url(../../../_images2/bg_footer_bottom.png) repeat-x left top;
	width:100%;
	margin-top:-48px;
	padding-top:48px;
}
.footer-bottom ul {
	text-align:center;
}
.footer-bottom li {
	background:url(../../../_images2/bg_footer_divider.png) no-repeat left center;
	display:inline;
	padding:0 14px 0 15px;
}
.footer-bottom li:first-child {
	background:none;
	padding-left:0;
}
.footer-bottom li a {
	color:#fff;
}
.footer-bottom li a:hover {
	color:#d0d0d0;
}
.footer-bottom ul.last {
	font-size:9px;
	padding-top:12px;
	padding-left:0;
	text-align:center;
}
.footer-bottom ul.last li {
	color:#fefefe;
	display:inline;
	float:none;
	padding:0 8px;
}
.footer-bottom ul.last li a {
	color:#fefefe;
}
.footer-bottom ul.last li a:hover {
	color:#d7d7d7;
}

/* inner page *//* inner page */
.navigation.second li a:hover, .navigation.second li a.active {
	background:url(../../../_images2/bg_arrow3.png) no-repeat center bottom;
	color:#1a6420;
}
.shopping-cart {
	background:url(../../../_images2/header_notext.jpg) no-repeat center top;
	background-color: #799139;
	width:100%;
	height:252px;
	position:relative;
}
.shopping-cart-in {
	background:url(../../../_images2/bg_shopping_cart_in.png) repeat-x left bottom;
	width:100%;
	height:15px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
}
.shopping-cart ul {
	float:right;
}
.shopping-cart li {
	background:url(../../../_images2/bg_shopping_cart_divider.png) no-repeat right 7px;
	line-height:24px;
	font-size:16px;
	float:left;
	padding:0 24px;
	color:#574227;
	margin-top:19px;
}
.shopping-cart .cart {
	background:url(../../../_images2/bg_cart.png) no-repeat right 3px;
	padding-right:34px;
}
.shopping-cart li a {
	color:#574227;
}
.shopping-cart li a:hover {
	color:#3d2e1a;
}
.shopping-cart li.login {
	background:none;
	height:47px;
	margin:10px 0 0 2px;
	padding-right:0;
	position:relative;
	z-index:2;
}
.shopping-cart li.login a {
	background:#89cc20;
	text-transform:uppercase;
	display:inline-block;
	font-size:16px;
	height:40px;
	color:#fff;
	padding:7px 20px 0 18px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 0 0;
	behavior:url(PIE.htc);
	position:relative;
}
.shopping-cart li.login a:hover {
	background:#74b116;
}

/* leftcol */
.leftcol {
	width:600px;
	float:left;
	margin-top: 10px;
	margin-left: 45px;
	
}

.leftcolProducts {
	width:900px;
	float:left;
	margin-top: 10px;
	margin-left: 45px;
	
}


.leftcol h1 {	
	text-transform:uppercase;
	font-size: 24px;
	font-weight: bold;
}

.leftcol p {	
	margin-bottom: 15px;
	line-height: 22px;
	font-size: 17px;
	font-family: 'latolight';
}

.leftcol td {	
	margin-bottom: 15px;
	line-height: 22px;
	font-size: 17px;
	font-family: 'latolight';
}

.leftcol h2 {	
	font-family: 'latoregular';
	color: #448e11;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 24px;
}

/* leftcol_shop */
.leftcol_shop {
	width:920px;
	float:left;
	margin-top: 70px;
}

.leftcol_shop h1 {	
	text-transform:uppercase;
	font-size: 24px;
	font-weight: bold;
}

.leftcol_shop h2 {	
	text-transform:uppercase;
	font-size: 18px;
	font-weight: bold;
}


.leftcol_shop p {	
	margin-bottom: 15px;
	line-height: 20px;
}



/* product-list */
.product-list {
	width:100%;
	float:left;
	padding:30px 0 70px 0;
}
.product-list .leaf {
	bottom:0;
}
.product-list h2 {
	background:url(../../../_images2/bg_heading.png) no-repeat left top;
	text-transform:uppercase;
	line-height:118px;
	width:643px;
	font-size:95px;
	margin:0 0 27px -8px;
	color:#fff;
	padding-left:55px;
}
.product-list ul {
	padding-left:1px;
}
.product-list li {
	border:#dbdbdb 3px solid;
	width:184px;
	float:left;
	min-height:248px;
	margin:0 0 26px 30px;
}
.product-list h3 {
	background:#89cc20;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	color:#fff;
	line-height:24px;
	height:28px;
}
.product-list .imgb {
	width:100%;
	height:178px;
}
.product-list span {
	background:#89cc20;
	display:block;
	height:42px;
}
.product-list .cart2 {
	background:url(../../../_images2/bg_cart2.png) no-repeat left top;
	text-align:right;
	display:inline-block;
	line-height:28px;
	color:#fff;
	font-size:29px;
	height:31px;
	float:left;
	padding-left:40px;
	margin:6px 39px 0 26px;
}
.product-list .search-ico {
	background:url(../../../_images2/bg_search.png) no-repeat left top;
	text-indent:-9999px;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin-top:7px;
}

.box {
	width:1020px;
	margin:0 auto;
}


/* rightcol */
.rightcol {
	width:300px;
	float:left;
	padding-top:7px;
	margin-left: 24px;
}
.rightcol .twitter {
	width:100%;
	position:relative;
	padding-bottom:32px;
}
.rightcol .twitter .twitter-bird {
	width:58px;
	height:53px;
	left:162px;
	bottom:-7px;
}
.rightcol .twitter h3 {
	padding-left:23px;
}
.rightcol .twitter p {
	padding-left:23px;
	padding-right:20px;
}
.rightcol .twitter .see-more {
	margin-left:54px;
}

/* testimonial */
.testimonial {
	width:100%;
	padding-bottom:8px;
}
.testimonial .blockquote {
	background:url(../../../_images2/bg_blockquote_top.png) no-repeat 16px top;
	width:100%;
	padding-top:2px;
	margin-bottom:24px;
}
.testimonial .blockquote-in {
	background:url(../../../_images2/bg_blockquote_bottom.png) no-repeat 178px bottom;
	width:100%;
}
.testimonial .blockquote p {
	padding:0 40px 6px 37px;
}
.testimonial .see-more {
	margin-top:14px;
}

/* product2 */

/* product-detail */
.product-detail {
	width:646px;
	padding:34px 23px 0 21px;
	color:#574227;
	position:relative;
}
.product-detail .leaf {
	bottom:-81px;
	z-index:99;
}
.product-detail .thumbnail {
	float:left;
	margin-right:24px;
	position:relative;
	z-index:3;
}
.product-detail a.magnifier {
	width:17px;
	height:17px;
	position:absolute;
	right:12px;
	bottom:10px;
	z-index:6;
}

/* product-detail-right */
.product-detail-right {
	width:370px;
	float:left;
}

.product-detail-right p {
	font-family: 'latolight';
	font-size: 17px;
	color: #000000;
	line-height: 20px;
}


	
.product-detail h3 {
	padding-bottom:8px;
	margin-top:-2px;
	font-size:25px;
	color:#649267;
	text-transform:uppercase;
}
.product-detail h4 {
	padding-bottom:9px;
	font-size:20px;
	color:#000;
}
.product-detail-right p {
	font-family: 'latolight';
	font-size: 15px;
	color: #4e4e4e;
	line-height: 18px;
}


.product-detail .row {
	border-bottom:1px solid #89cc20;
	width:100%;
	float:left;
	padding-bottom:15px;
	margin-bottom:17px;
}
.product-detail .select {
	background:#89cc20;
	border:none;
	width:134px;
	height:23px;
	float:left;
	padding:2px 5px;
	font-size:14px;
	color:#fff;
}
.product-detail span {
	float:left;
	padding:0 20px;
	font-size:16px;
	color:#649368;
	line-height:23px;
}
.product-detail label {
	float:left;
	padding-right:5px;
	font-size:16px;
	color:#000;
	line-height:23px;
}
.product-detail .input {
	background:#fff;
	border:1px solid #abda62;
	width:20px;
	height:23px;
	float:left;
	padding:0 5px;
	margin-right:22px;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:23px;
}
.product-detail .button {
	background:url(../../../_images2/bg_button4.png) no-repeat right top #89cc20;
	border:none;
	width:98px;
	height:23px;
	float:left;
	text-align:left;
	font-size:14px;
	color:#fff;
	line-height:23px;
	cursor:pointer;
}
.product-detail .button:hover {
	background-color:#70ac12;
}
.social-like {
	width:100%;
	margin-bottom:24px;
}
.social-like li {
	float:left;
	margin-right:25px;
}

/* Tab */
.tab {
	width:100%;
	margin-bottom:80px;
}
.tab-nav {
	width:100%;
	height:28px;
}
.tab-nav li {
	
	width: 22%;
	float:left;
	text-align:center;
	font-size:20px;
	line-height:28px;
}
.tab-nav li a {
	background:#dde6b1;
	border-top:2px solid #abc13d;
	display:block;
	
	color:#5b8b2f;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	position:relative;
	z-index:2;
	padding: 12px;
	padding-left: 15px;
	padding-right: 15px;
}
.tab-nav li a:hover, .tab-nav li.active a {
	background:#abc13d;
	border-bottom:none;
	color:#5b8b2f;
	position:relative;
	z-index:6;
}
.tab-content {
	background:#fff;
	width:550px;
	float:left;
	padding:22px 20px 10px 0px;
	-moz-border-radius:0 8px 8px 8px;
	-webkit-border-radius:0 8px 8px 8px;
	border-radius:0 8px 8px 8px;
	behavior:url(PIE.htc);
	position:relative;
	z-index:3;
}


.tab-content::-webkit-scrollbar {
    -webkit-appearance: none;
}

.tab-content::-webkit-scrollbar:vertical {
    width: 11px;
}

.tab-content::-webkit-scrollbar:horizontal {
    height: 11px;
}

.tab-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.tab-content::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 




.entry {
	width:100%;
	font-size:12px;
	color:#574227;
	font-family: "latolight";
	font-size: 15px;
	color: #4e4e4e;
}
.entry p {
	padding:0 0 0 0;
	line-height:18px;
	font-family: "latolight";
	font-size: 15px;
	color: #4e4e4e;
}

.entry p span {
	padding:0 0 0 0;
	line-height:18px;
	font-family: "latolight";
	font-size: 15px;
	color: #4e4e4e;
}

/* fonts *//* fonts */
.header .top-link li, .slider .caption .learn-more, .banner a, .twitter h3, .see-more, .news h3, .news .gray, .news p, .footer-top h5, .footer-top span, .shopping-cart .login, .product-list h3, .product-list .cart2, .product-detail h3, .product-detail h4, .product-detail .select, .product-detail span, .product-detail .button, .tab-nav li, .entry p, .product-detail p {
	font-family: 'latoregular';
	font-weight: normal;
}
.search input {
	font-family: 'latolight';
}
.footer-top p, .twitter p, .twitter strong, .news h4, .news p, .footer-top span, .shopping-cart li {
	font-family: 'latobold';
	font-weight: normal;
}
.navigation, .slider .caption h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.footer-bottom li {
	font-family:Helvatic, Verdana, Geneva, sans-serif;
	font-weight:normal;
}


.shippingHeader {
	color: #FFFFFF;
	background: #89cc20;
	padding: 5px;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
}

#level1 {
	width: 932px ;
    margin-left: auto ;
    margin-right: auto ;
}


#box1 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#box2 {
	float: left;
	
	
	background: url(/_images2/box2.jpg);
	width: 299px;
	height: 291px;
	font-family: 'latolight';
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	line-height: 22px;

}


#box2_fr {
	float: left;
	background: url(/_images2/box2_fr.jpg);
	width: 299px;
	height: 291px;
	font-family: 'latolight';
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	line-height: 22px;

}



#box3 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	width: 299px;
	height: 287px;
	font-family: 'latolight';
	font-size: 16px;
	color: #3d3d3d;
	font-weight: normal;
	position: relative;
	z-index: 100;
}

#box3 h1 {
	font-size: 25px;
	color: #266510;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: 'PT Sans', 'sans-serif;
}


#boxTwitter {
	float: left;
	margin-right: 10px;
	width: 293px;
	height: 287px;
	font-family: 'latolight';
	font-size: 16px;
	color: #4e4e4e;
	font-weight: normal;
	position: relative;
	z-index: 100;
}

#boxTwitter h1 {
	font-size: 26px;
	color: #266510;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-family: 'PT Sans', 'sans-serif;
}

.bigTwitter2 {
	position: absolute;
	top: 200px;
	left: 220px;
	z-index: -100;
}



.tweetDisplay {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 210px;
	font-family: 'latolight';
	line-height: 21px;
}

.bigTwitter {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: -100;
}

.highlight {
	
	
}

.smallgreen {
	width: 20%;
	color: #abc13d;
	size: 4px;
}


#box4 {
	float: left;
	
	width: 1216px;
	height: 149px;
	line-height:40px;
	position: relative;
}




.thumb { position:relative; width:300px; height:292px; } 
.thumb .product1_overlay { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product1_overlay { opacity:0.8;  } 
.product1_overlay { position:absolute; top:0; left:0; width:300px; height:292px; background:#195b23; opacity:0; } 
.thumb .product1_details { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product1_details { opacity:1.0; } 
.product1_details { position: absolute; bottom: 0; opacity:0; } 


.thumb .product2_overlay { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product2_overlay { opacity:0.8; } 
.product2_overlay { position:absolute; top:0; left:0; width:300px; height:292px; background:#195b23; opacity:0; } 
.thumb .product2_details { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product2_details { opacity:1.0; } 
.product2_details { position: absolute; bottom: 0; opacity:0; } 


.thumb .product3_overlay { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product3_overlay { opacity:0.8; } 
.product3_overlay { position:absolute; top:0; left:0; width:300px; height:292px; background:#195b23; opacity:0; } 
.thumb .product3_details { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product3_details { opacity:1.0; } 
.product3_details { position: absolute; bottom: 0; opacity:0; } 

.thumb .product4_overlay { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product4_overlay { opacity:0.8; } 
.product4_overlay { position:absolute; top:0; left:0; width:300px; height:292px; background:#195b23; opacity:0; } 
.thumb .product4_details { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product4_details { opacity:1.0; } 
.product4_details { position: absolute; bottom: 0; opacity:0; } 


.thumb .product5_overlay { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product5_overlay { opacity:0.8; } 
.product5_overlay { position:absolute; top:0; left:0; width:300px; height:292px; background:#195b23; opacity:0; } 
.thumb .product5_details { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product5_details { opacity:1.0; } 
.product5_details { position: absolute; bottom: 0; opacity:0; } 



.thumb .product6_overlay { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product6_overlay { opacity:0.8; } 
.product6_overlay { position:absolute; top:0; left:0; width:300px; height:292px; background:#195b23; opacity:0; } 
.thumb .product6_details { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product6_details { opacity:1.0; } 
.product6_details { position: absolute; bottom: 0; opacity:0; } 



.thumb .product7_overlay { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product7_overlay { opacity:0.8; } 
.product7_overlay { position:absolute; top:0; left:0; width:300px; height:292px; background:#195b23; opacity:0; } 
.thumb .product7_details { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product7_details { opacity:1.0; } 
.product7_details { position: absolute; bottom: 0; opacity:0; } 

.thumb .product8_overlay { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product8_overlay { opacity:0.8; } 
.product8_overlay { position:absolute; top:0; left:0; width:300px; height:292px; background:#195b23; opacity:0; } 
.thumb .product8_details { transition:opacity 1s; -webkit-transition:opacity 1s; } 
.thumb:hover .product8_details { opacity:1.0; } 
.product8_details { position: absolute; bottom: 0; opacity:0; } 




.boxBuy { display: none; position:relative; width:256px; height:248px; border: 2px solid #2f6223; padding: 20px; } 

.boxBuy .select {
	background:#557e4b;
	border:none;
	width:170px;
	height:33px;
	float:left;
	padding:2px 5px;
	font-family: 'latolight';
	font-size:18px;
	color:#fff;
}
.boxBuy span {
	float:left;
	font-family: 'latolight';
	font-size:22px;
	color:#4e4e4e;
	line-height:23px;
	background: #FFFFFF;
	text-align: left;
}
.boxBuy label {
	float:left;
	padding-right:5px;
	font-family: 'latolight';
	font-size:18px;
	color:#4e4e4e;
	line-height:23px;
}
.boxBuy .input {
	background:#fff;
	border:1px solid #2f6223;
	width:30px;
	height:23px;
	float:left;
	padding:0 5px;
	margin-right:22px;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:23px;
}
.boxBuy .button {
	background: #557e4b;
	border:none;
	width:170px;
	height:40px;
	float:left;
	text-align:center;
	font-family: 'latolight';
	font-size:22px;
	color:#fff;
	line-height:23px;
	cursor:pointer;
}
.boxBuy .button:hover {
	background-color:#70ac12;
}


.product_share { position: absolute; width: 275px; height: 53px; background: url('../../../_images2/share.jpg'); bottom: 0; } 



.boxBuy2 { position:relative; width:276px; height:288px; margin-top: 60px; } 

.boxBuy2 .select {
	background:#557e4b;
	border:none;
	width:170px;
	height:33px;
	float:left;
	padding:2px 5px;
	font-family: 'latolight';
	font-size:18px;
	color:#fff;
}
.boxBuy2 span {
	float:left;
	font-family: 'latolight';
	font-size:22px;
	color:#4e4e4e;
	line-height:23px;
	background: #FFFFFF;
	text-align: left;
}
.boxBuy2 label {
	float:left;
	padding-right:5px;
	font-family: 'latolight';
	font-size:18px;
	color:#4e4e4e;
	line-height:23px;
}
.boxBuy2 .input {
	background:#fff;
	border:1px solid #2f6223;
	width:30px;
	height:23px;
	float:left;
	padding:0 5px;
	margin-right:22px;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:23px;
}
.boxBuy2 .button {
	background: #557e4b;
	border:none;
	width:170px;
	height:40px;
	float:left;
	text-align:center;
	font-family: 'latolight';
	font-size:22px;
	color:#fff;
	line-height:23px;
	cursor:pointer;
}
.boxBuy2 .button:hover {
	background-color:#70ac12;
}


.product_share2 { position: absolute; width: 305px; height: 53px; background: url('../../../_images2/share.jpg'); background-size: 100%; bottom: 0; } 




.logoBuy {
	vertical-align: middle;
	margin-bottom: 146px;
	margin-left: 20px;
}

.buySearch {
	position: absolute;
	top: 110px;
	left: 777px;
	z-index: 400;
}

.lineRule {
	border: 0;
 	width: 100%;
	color: #acacac;
	background-color: #acacac;
	height: 1px;

}

.buyTitle {
	font-family: 'PT Sans';
	font-size:22px;
	color: #000;
	font-weight: bold;

}

.insta{
    width:calc(100% / 6);
    display:inline-block;
}

.jspTrack {
    background: #dde6b1 !important;
}

.jspDrag {
    background: #abc13d !important;
}


/* Questionaire form */
/*
body{
  margin      : 0;
  padding     : 1.5em;
  font-family : Georgia,Utopia,Charter,serif;
}
*/

.tq-container, .tq-container p {
	    font-family: 'latolight';
}

.tq-container .example{
  margin-bottom : 1.5em;
}

.tq-container input[type=checkbox]:not(old),
.tq-container input[type=radio   ]:not(old){
  width     : 0;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.tq-container input[type=checkbox]:not(old) + label,
.tq-container input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : 0;
  line-height  : 28px;
  color: #4e4e4e;
  font-size: 20px;
  text-indent: -35px;
}

.tq-container input[type=checkbox]:not(old) + label > span,
.tq-container input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(95,134,73);
  border-radius    : 0.50em;
  background       : rgb(255,255,255);
  /*background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));*/
  vertical-align   : bottom;
}

.tq-container input[type=checkbox]:not(old):checked + label > span,
.tq-container input[type=radio   ]:not(old):checked + label > span{
  /*background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));*/
  background       : rgb(171,193,61);
}

.tq-container input[type=checkbox]:not(old):checked + label > span:before{
  content     : '\2713';
  display     : block;
  width       : 1em;
  color       : rgb(255,255,255);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : normal;
  text-indent: 0;
}

.tq-container input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}

.tq-container input[type=text], .tq-container input[type=email] {
	border: 1px solid #557e4b;
	height: 33px;
	width: 322px;
	font-size: 17px;
	color: #b4b4b4;
	padding: 0 0 0 20px;
	display: block;
	margin: 0 0 15px 0;
}
.tq-container input[type=number] {
	border: 1px solid #557e4b;
	height: 33px;
	font-size: 17px;
	color: #b4b4b4;
	text-align: center;
}
.smlDate {
	width:57px;
}
.lrgDate {
	width: 78px;
}
.storeName {
	margin: 0 !important;
}
.tq-container p {
	font-size: 20px;
	color: #4e4e4e;
	padding: 10px 0;
	margin: 0 0 0 0;
	line-height: 28px;
}
.tq-container p.sub-title {
	color: #448e11;
	font-size: 20px;
	margin: 0 0 5px 0;
}
.tq-row {
	padding: 10px 0;
}
.tq-row div {
	margin-left: 35px;
}
.tq-break {
	border: 1px solid #448e11;
	margin: 20px 0;
}
.qsub {
	border: none;
	padding: 10px 40px;
	background: #2e6d48;
	color: #fff;
	font-size: 24px;
	margin-top: 40px;
}
