html{width: 100%; overflow-x: hidden;}
body{
	width: 100%;
	background: url(../images/bg.png) center center repeat;
	font-size: 14px;
	overflow-x: hidden;
	color: #000;
}


/*Common Style*/
li{
	list-style-type: none;
}
.clearfix:after{
	clear: both;
	content:'';
	display: block;
}
.bold{
	font-weight: bold;
}
.center{
	display: block;
	margin: 0 auto;
	float: none;
}
.red{
	color: red;
}
.spacer-2{display: block; margin-bottom: 20px !important;}
.spacer-3{display: block; margin-bottom: 30px !important;}
.spacer-4{display: block; margin-bottom: 4% !important;}
.spacer-6{display: block; margin-bottom: 6% !important;}
a{
	color: rgba(100, 183, 255, 1);
	outline: none !important;
}
a:hover, a:focus {
    color: rgba(6, 140, 255, 1);
    text-decoration: underline;
}
.img-left{
	float: left;
	margin: 0 2% 2% 0;
}
.italic{font-style: italic;}



/*Header Style*/
header{
	width: 100% !important;
	border-top: 5px solid #005405;
	position: relative;
}
.header-top{
	width: 100%;
	background: #fff;
	z-index: 1000;
	padding: 10px 0;
}
.header-top .pull-right{
	width: 50%;
	text-align: right;
	padding: 0;
	margin-top: 24px;
}/*
.header-top .social{
	width: 240px !important;
	margin-top: 10px;
}*/
.topcontact{
	font-size: 1.78em;
}
.topcontact a{
	color: #000;
	text-decoration: none !important;
}
.social a:hover{
	text-decoration: none !important;
	opacity: .8;
}
.social{
	display: inline-block;
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #eee;
}
	.fa-facebook-square{
		color: #3d5aa0;
	}
	.fa-youtube-square{
		color: #fe0000;
	}
.logo{
	position: relative;
	z-index: 2000;
	display: block;
	width: 320px;
	max-width: 100%;
}
.logo img{
	width: 100%;
}

.header-bottom .container-fluid{
	padding: 0;
}
.rslides, .rslides li{
	width: 100%;
	padding: 0 !important;
	margin-bottom: 0 !important;
} 
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides .caption{
	background: url(../images/bg-01.png) center center repeat;
	position: absolute;
	width: 90%;
	margin: 0 5% 0;
	bottom: 15%;
	padding: 1% 2% .5% 2%;
}
.caption h2{
	color: #043A0B;
	font-family: 'arvobold', serif;
	font-size: 1.78em;
	margin: 0 0 10px;
	margin: 0 0 10px;
}
 .header-bottom{
	position: relative;
 }
  
/*Navigation*/
.navbar{
	background: url(../images/bg-nav.jpg) center center repeat-x;
	background-size: auto 100%;
	margin-bottom: 0;
	min-height: inherit;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.navbar .container .pull-right{
	width: 100%;
}
.navbar-inverse{
	border: 0;
	z-index: 1000;
	width: 100%;
}
.navbar-inverse .navbar-brand, 
.navbar-inverse .navbar-nav > li > a{
	color: #FFF;
}
.navbar-inverse .navbar-nav > li:hover,
.navbar-inverse .navbar-brand:focus, 
.navbar-inverse .navbar-nav > li:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
	background: url(../images/bg-nav01.jpg) center center repeat-x;
	background-size: auto 100%;
	color: #fff;
}
.navbar-nav{
	background: url(../images/border.jpg) right center repeat-y;
	width: 100%;
	margin: 0 0 0 0!important;
}
.navbar-nav > li {
	background: url(../images/border.jpg) left center repeat-y;
    position: relative;
    display: block;
    width: 16.66%;
    text-align: center;
}
.navbar-nav > li > a{
	width: 100%;
	display: block;
	padding: 18px 0;
	text-transform: uppercase;
	line-height: 1.2em;
}
.navbar-collapse{
	padding: 0 !important;
}
.dropdown-menu{
	min-width: 228px;
	background: #043B0B;
	padding: 0;
	border: 0;
	z-index: 5000;
}
.navbar-nav>li>.dropdown-menu{
	margin-top:-1px;
}
.dropdown-menu>li>a,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
	color: #fff;
	padding: 8px 20px;
}
.dropdown-menu > li > a:hover{
	background: #022807 !important;
	color: #fff !important;
}
.navbar-brand{
	display: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border: none;}


/*Promo Banner*/
.promo_banner{
	background: #024A07;
	color: #fff;
	font-size: 2em;
	padding: 20px;
}
.promo_banner span{
	color: #C27E01;
}
.promo_banner strong{
	font-family: 'open_sansregular', sans-serif;
}


/*Page Style*/
.main {
	display: block;
	margin: 0 auto;
}
.main .col-sm-12{
	display: block;
	margin: 0 auto;
	float: none !important;
}
.main .col-sm-8{
	padding: 0 1%;
}
.main .container{
	padding: 30px 0;
}
h1.page-header, h2.page-header{
	border-bottom: 4px solid #024A07;
	color: #000;
	font-family: 'open_sansextrabold', san-serif;
	font-size: 1.43em;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0 0 20px;
}
h2{
	color: #278C22;
	font-size: 1.23em;
	font-family: 'open_sansextrabold', san-serif;
	line-height: 25px;
}
h3{
	color: #666;
	font-size: 1.14em;
	font-weight: bold;
	margin-bottom: 5px;
}


/*Sidebar*/
#sidebar{
	margin: 0;
	width: 30%;
	padding: 0 1%;
}
#sidebar h4{
	border-bottom: 4px solid #024A07;
	color: #000;
	font-family: 'open_sansextrabold', san-serif;
	font-size: 1.43em;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0 0 20px;
}
.news{
	padding: 0;
}
.news li{
	padding-bottom: 15px;
}
.news-date{
	width: auto;
	background: #666666;
	color: #fff;
	display: inline-block;
	font-style: italic;
	padding: 3px 5px;
	margin-bottom: 3px;
}
.news-content, .sb-content{
	width: 100%;
	background: #fff;
	padding: 3%;
}
.news-content p{
	font-size: .92em;
	margin: 8px 0 0 0;
}
.info p{
	display: block;
	margin: 0 0 8px;
}
.info i{color: #444;}
.info a{color: #111; text-decoration: underline;}
.info p span{
	display: block;
	margin-left: 25px;
}
.text-danger ul{
	padding: 0;
	font-style: italic;
	font-size: 13px;
}

/*Subpages*/
.btn{
	background: #024A07;
	color: #fff;
	font-weight: bold;
	padding: 10px 2%;
}
.btn:hover, .btn:focus, .btn.focus{
	background: #003003;
	color: #fff;
}f
.areas{
	padding-left: 20px;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.bullet{
	padding-left: 20px;
}
.bullet li{
	list-style-type: disc;
	padding: 5px 0;
}
#contactForm{
	width: 100%;
	padding: 0 2%;
}
#sidebar .social{
	border: 0;
	padding:2% !important;
}
#sidebar .social .fa{
	font-size: 40px;
}


#cart{
	margin-right: -15px !important;
}

@media screen and (max-width: 892px){
	.text-right{padding: 0;}
	.shop-cart{display: block; margin-right: 0; clear: both;}
	#cart{display: block; clear: both; margin-right: -10px; width: 200px; float: right;}
}

.ytwrap-outer{
	background: url(../images/bg-nav.jpg) center center repeat-x;
	background-size: auto 100%;
	padding: 8px;
}
.ytwrap {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	border: 8px solid #04390b;
}
.ytwrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Footer */
footer{
	position: relative;
}
.totop{
	color: #278C22 !important; 
	background: #eee;
	font-size: 30px; 
	position: fixed;
	bottom: 20px; 
	right: 20px;
	padding: 0px 15px 15px;
	opacity: .95;
	z-index: 5000;
	text-align:center;
	display: none;
	text-decoration: none !important;
}
.totop span{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: -10px;
}
.totop:hover{
	opacity: .8;
}

.footer-top{
	background: #fff;
	border-top: 4px solid #005405;
	padding: 20px 0;
}
.footer-top .col-sm-3{
	min-height: 180px;
	padding: 5px 2%;
	border-left: 1px solid #DDDDDD;
}
.footer-top h5{
	font-family: 'open_sansextrabold', san-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer-top .logo{
	width: auto;
	max-width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	margin-top: 10px;
}
.footer-top ul{
	padding-left: 20px;
}
.footer-top ul li a{
	display: inline-block;
	color: #000;
	margin: 2px 0;
	font-size: 12px;
}
.footer-top .info{
	margin-top: 15px;
}
.logo1 img{
	width: auto;
	max-width: 100%;
	padding: 4% 0;
}
.footer-bottom {
	background: #001A01;
	color: #fff;
    padding: 25px 0 20px 0;
}
.footer-bottom  a{
	color: #fff;
	text-decoration: underline;
}

/*Products*/
.product{
	background: rgba(255,255,255, 0.8);
	border-top: 4px solid #ddd;
	padding: 15px 0;
}
.product-pg{
	background: rgba(255,255,255, 0.8);
	padding: 15px 0;
	margin: 0 5px;
}
.product .col-sm-3 img, .product-pg .col-sm-3 img{
	max-width: 100%;
}
.product h3, .product-pg h3{
	margin: 5px 0 10px;
	font-size: 1.4em;
}
h3 a, .product-pg h3{
	color: #299524;
	text-decoration: none;
}
h3 a:hover{color: #299524;}
.price{
	background: #eee;
	display: inline-block;
	font-size: 1.23em;
	padding: 10px 15px;
}
form{
	display: inline-block;
}
.bc{
	background: #eee;
	padding: 1%;
}
.bc a{text-decoration: none !important;}
.description{
	margin: 15px 0 0 ;
}
.description h2{
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
.description strong{
	background: #FFFF73;
	display: inline-block;
	padding: 1% 2%;
	text-transform: uppercase;
}
.product-pg .col-sm-3{
	text-align: center;
}
.caption01{
	color: #888;
	display: inline-block;
	margin: 5px 0 0 0;
	font-style: italic;
}



/* Blog */
.bloglist{
	background: rgba(230, 230, 230, 0.8);
	padding: 2%;
}
.bloglist h2{
	margin-top: 0;
}
.max100{
	max-width: 100%;
}
.breadcrumbs{
	background: #eee;
	padding: 10px;
	font-size: .95em;
	font-weight: 300;
}
.breadcrumbs a{
	color: #278C22;
	position: relative;
	padding-right: 25px;
}
.breadcrumbs a:after{
	content: "\f0da";
    font-family: FontAwesome;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 0;
}