

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.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: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 100%; margin: 15px auto; position: relative;}
.counter { background-color: #f2f3f4; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 25px; font-weight: bold;  margin-top: 0; margin-bottom: 0; text-align: center; }
.count-text { font-size: 20px; font-weight: bold;  margin-top: 6px; margin-bottom: 0; text-align: center; color:#2e7c9d}
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }
@media screen and (max-width: 840px){.count-text { font-size: 12px; font-weight: bold;  margin-top: 6px; margin-bottom: 0; text-align: center; color:#2e7c9d}}