/* DEFAULTS */
*,*:before,*:after{
	box-sizing:border-box;
}

body{
	padding: 0;
	font-family: Lato, sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 28px;
}

*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #8CC83F;
}

.wrapper{
	float: left;
	width: 100%;
}

.center{
	margin: 0 auto;
	width: 1000px;
}

.header_menu{
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
}

#banner{
	background: url("../images/banner.png") no-repeat;
	float: left;
	width: 100%;
}

#logo{
	float: left;
	margin-top: 10px;
}

.menu{
	float: right;
}

.menu ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu ul li a {
	float: left;
	padding: 30px;
	font-size: 15px;
	color: #fff;
}

.menu ul li a:hover, .menu ul li a.active, .menu ul li a:active {
	color: #9fba79;
}

.bannerText{
	float: left;
	padding: 23% 0;
	text-align: center;
	width: 100%;
}

.bannerText span{
	float: left;
	padding: 1%;
	color: #fff;
	font-size: 24px;
	width: 98%;
}

.blogs{
	float: left;
	width: 100%;
}

.blog{
	float: left;
	width: 20%;
	margin: 20px 2.5%;
	padding:10px;
	border:2px solid #fff;
	text-align: center;
}

.blog img{
	max-width:100%;
}

.blog:hover{
	border:2px solid #ccc;
}
/*
.blog:first-child{
	padding-left: 0;
}

.blog:last-child{
	padding-right: 0;
}
*/
.b_title{
	float: left;
	font-size: 20px;
	color: #9fba79;
	padding: 0 21%;
	margin-top: 10px;
}

.b_text{
	float: left;
	font-size: 16px;
	margin-top: 10px;
	color:#555;
}

#footerBanner{
	background: url("../images/footer.png") no-repeat;
	float: left;
	width: 100%;
	text-align: center;
}

#footerBannerText{
	float: left;
	padding: 7.4% 0;
	width: 100%;
}

#footerBannerText span{
	float: left;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 24px;
	padding: 12px;
}


h1{
	color: #9fba79;
	font-size: 40px;
	margin: 20px 0;
}

h2{
	color: #9fba79;
	font-size: 30px;
	margin-bottom: 20px;
}

p{
	margin-bottom: 20px;
}

.title{
	float: left;
	margin: 20px 0;
}

.text{
	float: left;
	margin-bottom: 20px;
}

#footerText span:nth-child(2){
	float: left;
}

#footerText span:nth-child(3){
	float: left;
	margin-top: 10px;
}

#footer{
	float: left;
	width: 100%;
	background-color: #2b2b2b;
	color: #fff;
	text-align: center;
	padding: 1%;
	margin-top: 30px;
	font-size: 16px;
}

#footer span a{
	color: #fff;
}

#footer span a:hover{
	text-decoration: underline;
}
