@charset "utf-8";
/* CSS Document */

@import url(jquery.bxslider.css);
@import url(font-awesome.min.css);
@import url(bootstrap.css);
@import url(slicknav.css);
@import url(jquery-ui.css);
@import url(../fonts/stylesheet.css);

html,body{
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'gotham_bookregular';
}

p{
	font-size:14px;
	line-height:22px;
}

a{
	text-decoration:none;
	color:#09904b;
}

a:hover{
	text-decoration:none;
	color:#000;
}

ul,ol{
	/*list-style:none;*/
	margin:0;
	padding:0;
}

.l{
	float:left;
}

.r{
	float:right;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.rows,.cols2,.cols3,.cols4,.cols5,.cols6{
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-right:-5px;
}

.cols2{
	width:50%;
}

.cols3{
	width:33%;
}

.cols4{
	width:25%;
}

.cols5{
	width:20%;
}

.cols-lg-3,.cols-lg-4,.cols-lg-6{
	width:40%;
	display:inline-block;
	vertical-align:top;
}

.cols-lg-3{
	width:32%;
}

.cols-lg-6{
	width:60%;
}

header,footer,nav,content,section,.mainSlider {
	float:left;
	width:100%;
}

header .medSos{
	text-align:right;
	margin-top:16px;
}

header .medSos a{
	display:inline-block;
	color:#fff;
	padding:10px;
	background:#ccc;
	width:36px;
	height:36px;
	border:solid thin #ccc;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

header .medSos a:hover{
	background:#fff;
	color:#333;
}

content.activity .row > div > .media{
	border-bottom:dotted thin #ccc;
	margin-bottom:20px;
}

content.about .media{
	border:solid thin #ccc;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
}

section.product{
	background:#f6faeb;
}

section.product table tr th{
	text-align:center;
}

section.product .row > div a{
	display:block;
	padding:10px;
}

section.principle .clearer{
	margin:60px 0; 
}

.wrapper{
	width:992px;
	margin:0 auto;
	clear:both;
}

.clearer{
	width:100%;
	margin:20px 0;
	float:left;
}

.team {
	overflow:hidden;
}

.team img{
	transition:transform 0.5s;
}

.team img:hover{
	transform:scale(1.2,1.2);
	cursor:pointer;
}

.team .col-md-3 {
	padding:0;
	overflow:hidden;
	position:relative;
}

.team .col-md-3 h4{
	position:absolute;
	width:100%;
	float:left;
	left:0;
	bottom:20px;
	background:url(../images/blank.png)repeat;
	padding:10px 0;
}

.servIcon{
	background:#fcbf06;
	display: inline-block;
    padding: 10px;
    width: 120px;
    height: 120px;
}

.servIcon i{
	line-height: 100px;
    color: #fff;
}

.services h3{
	padding-bottom:10px;
}

.services h3:after,.product h1:after,h1.catTitle:after{
	/*border-bottom: solid thin #ccc;
    font-weight: 700;
    clear: both;
    content: "";
    width: 40%;
    margin: 10px auto 0;
    display: block;*/
}

.product h1:after,h1.catTitle:after{
	width:20%;
}

.services .box{
	margin-bottom:20px;
	padding:0;
	margin-right:15px;
}

.services .box:nth-child(3n+3){
	margin-right:0;
}

.product .productList .col-md-3{
	padding:0;
}

.contact .clearer{
	padding:50px 0;
}

.col-md-4:nth-child(2) .servIcon{
	background:#65d8d6;
}

.col-md-4:nth-child(3) .servIcon{
	background:#b3d334;
}

header .logo img{
	/*width:70%;*/
}

nav {
	background:#a3cd3a;
}

nav ul li{
	display:inline-block;
	position:relative;
}

nav ul li a{
	padding:10px;
	display:block;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
}

nav ul li a:hover,.active{
	background:#09904b;
	color:#fff;
}

.slicknav_menu{
	display:none;
}

.innerPage{
	margin-top:101px;
}

section.footer{
	background:#bfe2d0;
	color:#7a7a7a;
	/*background:#65d8d6;*/
}

section.footer h3{
	margin-top:0;
}

section.footer a{
	color:#333;
}

section.footer a:hover{
	color:#65d8d6;
}

section.footer ul li a{
	padding:10px 0;
	border-bottom:dotted thin #333;
	display:block;
}

section.footer .clearer{
	margin:60px 0;
}

.bigTitle {
	border-top:solid thin #ccc;
	border-bottom:solid thin #ccc;
	padding:20px 0;
	margin:20px 0;
}

.bigImage{
	width:100%;
	margin-bottom:20px;
}

footer{
	background:#09904b;
	color:#fff;
}

footer p{
	margin:0;
}

.ui-state-active,#accordion .ui-state-active{
	background:#09904b;
	border:solid thin #057039;
}

.list-group-item.active{
	background:#09904b;
	border-color: #d6e9c6;
	color: #fff;
}

#accordion h3{
	text-transform:inherit;
}

p.anchor {
	color:#09904b;
	font-size:18px;
}

@media screen and (max-width:768px){
	.wrapper{
		max-width:768px;
		width:100%;
	}
	
	.logo,header .medSos{
		text-align:center;
	}
	
	.slicknav_menu{
		display:block;
		position: relative;
    	z-index: 2;
	}
	
	.mainMenu{
		display:none;
	}
	
	.cols5{
		width:90%;
	}
	
	section.product .clearer{
		text-align:center;
	}
	
	section.footer .col-md-3{
		margin-bottom:20px;
	}
	
	.services .box{
		margin-right:-5px;
	}
	
	.cols-lg-3{
		width:50%;
		padding:0 15px;
	}
	
	.team img {
		width:100%;
	}
	
	.services .box:nth-child(3n+3){
		margin-right:-5px;
	}
	
	header{
		top:54px;
	}
	
	.ui-accordion .ui-accordion-content{
		padding: 1em 0.5em;
	}
	
	.about .media{
		margin-bottom:15px;
	}
	
}

@media screen and (max-width:480px){
	header .logo img{
		width:70%;
	}
	
	.product h1:after,h1.catTitle:after{
		width:70%;
	}
	
	.team .col-md-3{
		padding:10px;
	}
	
	.cols-lg-3{
		width:100%;
	}
	
	.services .box{
		padding:10px;
	}
	
	.table tr td{
		font-size:14px;
	}
	
	.media-left,.media-body{
		float:left;
		width:100%;
	}
	
	.media-left{
		padding:0;
	}
	
	.media-left img{
		max-width:100%;
	}
	
}

@media (min-width: 1200px){
	.container {
    	width: 990px;
	}
}