body{
	background: url('../images/light_noise.png');
	color: #333333;
	font-family: 'Open Sans', sans-serif;
}
h1{
	font-size: 45px;
	font-family: 'Open Sans Semibold', sans-serif;
}
h2{
	font-size: 30px;
	font-family: 'Open Sans Bold', sans-serif;
}
hr{
	border:1px solid #dedede;
	border-bottom: 0;
}
p{
	line-height: 24px;
	text-align: justify;
}
div[class^="col-md-"]{
	padding: 0;
}
.container-wrapper{
	background: #fff;
	border-radius: 20px;
	margin: 70px auto 0;
	padding: 60px 50px;
}
.header h1{
	border-bottom: 1px solid #dedede;
	margin-bottom: 25px;
	padding-bottom: 40px;
}
.col-statement .col-md-3{
	margin-top: 30px;
}
.col-statement h2{
	color: #5ba11c;
}
.col-services{
	margin-bottom: 40px;
}
.col-services-list h2{
	color: #5ba11c;
	font-family: 'Open Sans', sans-serif;
	line-height: 45px;
	margin: 40px 0;
}
.col-services-list h2 span{
	background: #5ba11c;
	border-radius: 40px;
	color: #fff;
	margin-right: 20px;
	padding: 7px 19px;
}
.col-services-list ul li{
	float: left;
	width: 207px;
	margin-bottom: 20px;
}
.footer{
	color: #5d5d5d;
	font-size: 12px;
	line-height: 21px;
	margin: 20px auto 30px;
	padding: 0;
}


/*----- MEDIA QUERIES -------*/
@media (min-width: 320px) and (max-width: 600px) {
	.footer p{
		float: left !important;
	}
}
