
/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter{
	position:relative;
	color:#ffffff;
	background-color:#ff2e3d;   
	background-attachment: fixed;
}

.fact-counter .auto-container{
	position:relative;
	z-index:1;
}

.fact-counter .column{
	position:relative;
	text-align:center;	
}

.fact-counter .count-outer{
	position:relative;
	font-size:42px;
	font-weight:700;
}

.fact-counter .column .line{
	position:relative;
	width:50px;
	height:2px;
	background:#cccccc;
	margin:30px auto;	
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
}
