@charset "utf-8";
/* CSS Document */


.uc_border_top_counter * { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.uc_border_top_counter .uc_border_top_counter_col{ width:100%; text-align: center; clear:both; overflow:hidden;}


.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box{
	background:#fff;
	float:left;
	width: 22%; 
	margin: 0 1.5%;
	position:relative;
	padding:58px 0 62px;
	box-shadow:0 5px 15px #f1f1f1;
}
.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box i{
	display:block;
	font-size:25px;
	line-height:31px;
	font-family: "FontAwesome";
}
.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box h2{
	font-size:70px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}
.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box span{
	line-height: 31px; 
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	display:inline-block;
	text-transform:uppercase;
}


@media screen and (max-width: 800px) {
	.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box h2{ font-size:60px;}
	.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box{ padding:38px 0;}
}
@media screen and (max-width: 639px) {
	.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box h2{ font-size:46px;}
	.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box{ padding:30px 0;}
}
@media screen and (max-width: 500px) {
	.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box h2{ font-size:38px;}
	.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box{ padding:25px 0;}
}
@media screen and (max-width: 413px) {
	.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box h2{ font-size:30px;}
	.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box span{ font-size:12px;}
	.uc_border_top_counter .uc_border_top_counter_col .uc_counter_box{ padding:20px 0;}
}












