.stats{ 
	background: #cde49f;
	background: -moz-linear-gradient(top, #ffffff 0%, #cde49f 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#cde49f 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#cde49f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cde49f',GradientType=0 );
}
.stats .clr{
	clear:both;
}
.stats .head{
	margin:0 -15px;
	color:#00b6ad;
	padding-bottom:25px;
	margin-bottom:25px;
	position:relative;
}
.stats .head .unit{ 
	float:left;
	width:19.999999%;
	padding:0 15px;
}
.stats .head .texts{
	font-size:30px;
}
.stats .head .numbers{
	font-size:50px;
	font-weight:bold;
}
.stats .head .bar{
	height:3px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.stats .head .bar .line{
	height:3px;
	width:0%;
	background:#156a66;
}
.stats .head .bar .circle{
	width:21px;
	height:21px;
	background:#FFF;
	border:2px solid #156a66;
	border-radius:50%;
	position:absolute;
	top:-9px;
	left:0;
	display:none;
}
.stats .head .bar .circle.circle-show{
	display:block;
}
.stats .head .bar .circle.circle-1{
	left:9.25%;
}
.stats .head .bar .circle.circle-2{
	left:29.25%;
}
.stats .head .bar .circle.circle-3{
	left:49.25%;
}
.stats .head .bar .circle.circle-4{
	left:69.25%;
}
.stats .head .bar .circle.circle-5{
	left:89.25%;
}
.stats .body{
	margin:0 -15px;
}
.stats .body .unit{ 
	float:left;
	width:19.999999%;
	padding:0 15px;
}
.stats .body .unit .mhead{
	display:none;
} 
.stats .body .unit .mcircle{
	display:none;
} 

@media only screen and (max-width: 768px) {
	.stats{
		margin-top:26px;
	}
    .stats .head{
    	display:none;
    }
    .stats .head .unit{ 
		float:none;
		width:100%;
		padding:0 15px;
	}
	.stats .unit .inner{ 
		float:left;
		margin-top:-11px;
	} 
	.stats .body{
		width:90%;
		max-width:400px;
		margin:0 auto;
	}
	.stats .body .unit{ 
		text-align:left;
		float:none;
		width:100%;
		padding:0 0 50px 10%;
		position:relative;
		border-left:3px solid #156a66;
	}
	.stats .body .unit.last{
		border-left:0;
	} 
	.stats .body .unit .mhead{
		display:block;
		color:#00b6ad;
	} 
	.stats .body .unit .mhead .texts{
		font-size:30px;
	}
	.stats .body .unit .mhead .numbers{
		font-size:50px;
	}
	.stats .body .unit .mcircle{
		position:absolute;
		display:inline-block;
		top:0;
		left:-12px;
		width:21px;
		height:21px;
		background:#FFF;
		border:2px solid #156a66;
		border-radius:50%;
	} 
	.stats .mclr{
		clear:both;
	}
}






