div.header{
	width:100%;
	background: #ffffff;
  	/*background: linear-gradient(180deg, #4c9ec9 50%, #b9dce5 100%);*/
	
	/*background-image:url(images/banner.png);
	background-repeat:repeat;
	background-position: top center;*/
	}





div.slogan{
	width:980px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:60px;
	border:1px solid #dddddd;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
	border-radius:4px;
	}


div.slogan-inner{
	width:100%;
	}

div.slogan-inner h1.banner{
	text-align:center;
	padding:20px 0px 0px 0px;
	font-size:48px;
	line-height:54px;
	font-weight:normal;
	color:#111111;
	}

div.slogan-inner span.h1-fat{
	font-weight:bold;
	font-style:italic;
	}

div.slogan-inner p.slogan{
	text-align:center;
	padding:12px 0px 12px 0px;
	color:#111111;
	font-size:12px;
	font-weight:100;
	font-family:verdana;
	}

div.slogan div.slogan-inner div.pic{
  	padding-top:5px;
  	margin-left:5px;
	}

div.contact-link{
	width:230px;
	margin:0 auto;
	margin-bottom:70px;
	}

div.contact-link a{
	text-align:center;
	font-size:22px;
	font-weight:bold;
	padding:14px 55px 14px 55px;
	color:#111111;
	margin:0px auto;
	background: #f7b62f;
  	background: linear-gradient(180deg, #b5eb8b 50%, #92db59 100%);
	border:1px solid #7abc47;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}


@media screen and (max-width: 770px) {
	div.header{
		width:100%;
		
		}

	div.slogan{
		width:90%;
		margin:0 auto;
		}

	div.slogan-inner h1.banner{
		font-size:30px;
		line-height:32px;
		padding-bottom:15px;
		padding:20px 0px 0px 0px;
		}

	div.slogan-inner p.slogan{
		font-size:18px;
		line-height:26px;"
		text-align:left;
		font-weight:normal;
		padding:30px 0px 20px 0px;
		}

	div.contact-link{
		width:200px;
		padding-bottom:50px;
		margin-bottom:0px;
		}

	div.contact-link a{
		font-size:18px;
		font-weight:normal;
		padding:10px 50px 10px 50px;
		border-radius:16px;
		}

}

/* --------------------------- features --------------------------- */

div.features{
	width:100%;
	margin-top:30px;
	}

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-last{
	margin-top:10px;
	}

div.features-img-coach{
	width:100%;
	/*border:1px solid #dddddd;*/
	border-radius:5px;
	position:relative;
	margin-bottom:20px;
	}

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:right;
	margin-left:;
	}

div.features-float-right{
	float:left;
	margin-right:0%;
	}


div.features-text{
	width:50%;
	margin-top:0px;
	margin-bottom:90px;
	/*border:1px solid #111111;*/
	}

div.features-img{
	width:42%;
	margin-top:0px;
	}













	

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%;
	padding-bottom:60px;
	}

	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-text{
	width:495px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
	}

	div.features h2{
	text-align:center;
	padding:80px 0px 20px 0px;
	font-size:32px;
	}
}

@media screen and (max-width: 700px) {
	div.features-text{
	width:94%;
	margin-left:3%;
	}

	div.features-img{
	width:94%;
	margin-left:3%;
	}
}

@media screen and (max-width: 400px) {
	div.features-img{
	width:90%;
	margin-left:5%;
	}

	div.features-text{
	width:90%;
	margin-left:5%;
	}

	div.features-img img{
	width:100%;
	}

	div.features-img-coach img{
	width:40%;
	margin-left:30%;
	left:0px;
	}
}


/* ------------------------- customers -------------------------- */

div.customers{
	width:100%;
	background-image:url(images/background.png);
	background-repeat:repeat;
	background-position: top center;
	margin-top:60px;
	}

div.customers-inner{
	width:980px;
	margin:0px auto;
	position:relative;
	}

div.customers-inner h2{
	text-align:center;
	color:#000000;
	font-size:40px;
	line-height:24px;
	font-weight:100;
	padding:110px 20px 60px 20px;
	}

div.customers-box{
	width:900px;
	margin:0 auto;
	padding-bottom:130px;
	}

div.customers-box-text{
	width:390px;
	float:left;
	border-radius:0px 10px 10px 0px;
	background:#ffffff;
	min-height:450px;
	}

div.customers-box-photo{
	width:494px;
	float:left;
	border-radius:10px 0px 0px 10px;
	}

div.customers-box-photo img{
	border-radius:10px 0px 0px 10px;
	}

p.customers-name{
	font-size:24px;
	line-height:26px;
	padding:50px 30px 0px 30px;
	color:#4c9ec9;
	}

p.customers-quote{
	font-size:22px;
	line-height:26px;
	padding:10px 30px 30px 30px;
	}


@media screen and (max-width: 980px) {
	div.customers-inner{
	width:100%;
	}

	div.customers-inner h2{
	font-size:34px;
	line-height:36px;
	padding:80px 0px 50px 0px;
	}

	div.customers-box{
	width:100%;
	padding-bottom:80px;
	}

	div.customers-box-text{
	width:400px;
	float:none;
	border-radius:10px;
	margin:0 auto;
	min-height:340px;
	}

	div.customers-box-photo{
	float:none;
	margin:0 auto;
	width:400px;
	
	}

	div.customers-box-photo img{
	border-radius:10px;
	width:400px;
	}

	p.customers-name{
	font-size:22px;
	line-height:24px;
	padding:30px 30px 0px 30px;
	color:#4c9ec9;
	}

	p.customers-quote{
	font-size:20px;
	line-height:24px;
	padding:10px 30px 30px 30px;
	}
}


@media screen and (max-width: 500px) {

	div.customers-box-text{
	width:90%;
	float:none;
	margin:0 auto;
	}

	div.customers-box-photo{
	float:none;
	margin:0 auto;
	width:90%;
	}

	div.customers-box-photo img{
	width:100%;
	}

	p.customers-name{
	font-size:22px;
	line-height:24px;
	padding:30px 20px 0px 20px;
	color:#4c9ec9;
	}

	p.customers-quote{
	font-size:18px;
	line-height:21px;
	padding:10px 20px 20px 20px;
	}
}

/*----------------------- test-kaia -----------------------*/

div.test-kaia{
	width:100%;
	background:#4c9ec9;
	margin-top:40px;
	text-align:center;
	padding-bottom:30px;
	font-size:20px;
	color:#ffffff;
	background: #a177ff;
  	background: linear-gradient(180deg, #4c9ec9 30%, #b9dce5 100%);
}

div.test-kaia h2{
	font-size:40px;
	padding:70px 20px 20px 20px;
}

div.test-kaia p{
	font-size:20px;
	padding:0px 20px 40px 20px;
}

@media screen and (max-width: 600px) {

	div.test-kaia h2{
	font-size:30px;
	padding:70px 20px 20px 20px;
	}
}

.clearfix:before,
.clearfix:after
{
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}




