

/* --------------------------- features --------------------------- */

div.features{
	width:100%;
	margin-top:60px;
	}

div.features-inner{
	width:980px;
	margin:0 auto;
	/*border:1px solid #111111;*/
	border-bottom: 1px solid #cccccc;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);
	}

div.features h2{
	text-align:center;
	padding:0px 0px 20px 0px;
	font-size:40px;
	font-weight:normal;
	color:#4c9ec9;
	}

div.features h2.experts{
	padding:80px 20px 0px 20px;
	}

div.features-img{
	width:50%;
	margin-top:0px;
	}

div.features-img-last{
	margin-top:10px;
	}

div.features-img-coach{
	width:100%;
	/*border:1px solid #dddddd;*/
	border-radius:5px;
	position:relative;
	margin-bottom:30px;
	}

div.features-img-coach img{
	position:absolute;
	left:90px;
	top:-40px;
	width:100px;
	}

div.features-img-coach p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	padding-top:0px;
	color:#666666;
	padding-left:0px;
	padding-right:20px;
	padding-bottom:10px;
	}

div.features-float-left{
	float:left;
	margin-left:;
	}

div.features-float-right{
	float:right;
	margin-right:0%;
	}


div.features-text{
	width:45%;
	margin-top:0px;
	margin-bottom:90px;
	/*border:1px solid #111111;*/
	}

div.features-text img{
	width:100%;
	
	}

div.features-text-last{
	margin-top:40px;
	}

div.features-text h4{
	padding:0px 0px 8px 0px;
	font-size:25px;
	line-height:30px;
	font-weight:normal;
	color:#4c9ec9;
	}

span.features-text{
	font-size:11px;
	color:#666666;
	line-height:20px;
	display:block;
	padding-top:14px;
	font-weight:100;
	font-style:italic;
	}

	span.features-text2{
	font-size:11px;
	color:#666666;
	line-height:20px;
	display:block;
	
	font-weight:100;
	}

@media screen and (max-width: 980px) {
	div.features-inner{
	width:100%;
	}

	div.features-float-left{
	float:none;
	margin-left:0%;
	}

	div.features-float-right{
	float:none;
	margin-right:0%;
	}

	div.features-img{
	margin:0 auto;
	margin-top:0px;
	}

	div.features{
	width:100%;
	margin-top:60px;

	}

	div.features-text{
	width:495px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:50px;
	}

	div.features h2{
	text-align:center;
	padding:80px 0px 20px 0px;
	font-size:32px;
	}

	div.features-img{
	width:90%;
	margin-left:5%;
	}
}

@media screen and (max-width: 700px) {
	div.features-text{
	width:90%;
	margin-left:5%;
	}

	div.features{
	width:100%;
	margin-top:40px;
	}
}

@media screen and (max-width: 400px) {
	div.features-img{
	width:90%;
	margin-left:5%;
	}

	div.features-img img{
	width:100%;
	}

	div.features-img-coach img{
	width:90%;
	margin-left:5%;
	left:0px;
	}
}


