

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 25%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 0;
	margin-bottom:0;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 100%; margin: 0 auto; clear:both; text-align:center; color: #070802;}
.counter { padding: 10% 0 8% 0; }
.count-title { font-size: 66px; font-weight: normal;  margin-top: 30px; margin-bottom: 0;  }
.count-text { font-size: 12px; font-weight: normal; margin-top: 30px; color:#666666; line-height:20px;}
.fa-2x { font-size: 12px; margin: 0 auto 8% auto;  display: table;}

@media screen and (min-width:1125px) and (max-width:1279px) {
.count-title { font-size: 60px;}
}

@media screen and (min-width:1024px) and (max-width:1125px) {
.count-title { font-size: 55px; font-weight: normal;  margin-top: 30px; margin-bottom: 0;  }
}

@media screen and (min-width:980px) and (max-width:1023px) {	
.count-title { font-size: 50px; font-weight: normal;  margin-top: 30px; margin-bottom: 0;  }
}

@media screen and (min-width:384px) and (max-width:979px) {	
.count-title { font-size: 30px; font-weight: normal;  margin-top: 30px; margin-bottom: 0;  }
}

@media screen and (max-width:383px) {
.count-title { font-size: 20px; font-weight: normal;  margin-top: 30px; margin-bottom: 0;  }
}