@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #61902c;
}
html, body {
	width:100%;
}
body {
	background: #EBEBEB !important; 
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
#header {
	position: relative;
	width: 100%;
	height: 100px;
	top: 0px;
	z-index: 190;
	background-color:#FFF;
}
nav {
	top: 50px;
	position: absolute !important;
	z-index: 200;
	width: 100%;
	padding:5px 0;
	border-bottom: 3px solid #CCC !important;
}
.inner p {
	color:#FFF !important;
}
footer {
	bottom: 0;
	position: relative;
	z-index: 100;
	border-top: 3px solid #CCC;
	width: 100%;
	background: none repeat scroll 0 0 #FFF;
	padding-top: 10px;
	color: #61902c;
	min-height: 60px;
}
footer .copy {
	margin-top: 10px;
	text-align: center;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	z-index: 1000 !important;
	position: relative;
	top:10px;
	margin:0 !important;
}
h1 a {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 318px;
	height: 80px;
	text-indent: -9999px;
}
h2 {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
	margin-bottom: 20px;
	line-height: 1.2;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background-color: #61902c;
	font-weight: normal;
	color: #fff !important;
}
h3 {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #61902c !important;
}
.box {
    background-color:#FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 20px;
	margin:10px 0;
	color:#333;
}
.separator {
	background:#0471d7;	
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
.btn {
	background:#919294 !important;
	color:#FFF !important;
}
.btn:hover {
	background:#666 !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.txt_c {
	text-align:center;
}
.p40-0{
	padding:40px 0 !important;
}
.h10 {
	height:10px;
}
.h20 {
	height:20px;
}
.ul1 {
	margin: 0 0 10px 25px;
	list-style:decimal;
	color:#FFF;
	line-height:2;
}
.products {
	margin-bottom:15px;
}
.products h3 {
	margin-top:15px !important;
}
.products h3 a {
	padding:12px;
	display:block;
	background-color:#909193;
	color:#FFF !important;
	font-size:26px;
	text-align:left !important;
	
}
.products h3 a:hover {
	background-color:#80b638;
}
.products-thmp {
	width:80px;
	float:left;
	margin:0 20px;
}
.products img {
	width:100%;
	height:auto;
	padding:5px;
	background-color:#61902c;
}
.products img:hover {
	background-color:#80b638;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media (max-width: 1020px) {
.products h3 a {
    font-size: 18px;
    padding: 15px;
}
}
@media (max-width: 768px) {
#header {
	height: 140px;
}
nav {
	top: 85px;
	background-color:#FFF;
}
#header .container {
	background: none;
}
}
@media (max-width: 360px) {
.products-thmp {
    float: none;
    margin: 0  auto;
}
.products {
	background-color:#EBEBEB;
	padding:10px;
}
h1 a {
	background-image: url(images/logosm.jpg);
	width: 250px;
	height: 63px;
}
}