.counter-block .counter-caption {
	font: 400 17px/30px 'Rajdhani';
	text-transform:uppercase;
	margin:0 10px;
}
.counter-caption  {
	float:left;
	font: 400 18px/30px 'Rajdhani';
	color:#fff;
	text-transform:uppercase;
	margin-right:10px;
}
.counter-group {
  margin: 5px auto -5px auto;
  display: inline-block;
}
.counter-group:before {
	content:"\f017";
	display:inline-block;
	margin-right:10px;
	font-family:'FontAwesome';
	font-size:20px;
	color:#fff;
	float: left;
	line-height: 30px;
}

.counter-group:after {
  clear: both;
}
.counter-block {
  float: left;
  margin-right: 10px;
  width:35px;
}
.counter-block .counter {
  position: relative;
  height: 30px;
  overflow: hidden;
  font-weight: 700;
  font-family: 'Open Sans Condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
}
.counter-block .counter .number {
  padding: 2%;
  width: 45%;
  height: 30px;
  background-color:#fff;  
  color:#172f80;
  position: absolute;
  font: 700 25px/30px 'Rajdhani';
  top: -10000px;
}
.counter-block .counter .number.tens {
  left: 0;
}
.counter-block .counter .number.units {
  left: 50%;
}
.counter-block .counter .number.hundreds {
  display: none;
}
.counter-block .counter .number.show {
  top: 0;
  z-index: 2;
}
.counter-block .counter .number.hidden-down {
  top: 100%;
}
.counter-block .counter .number.hidden-up {
  top: -100%;
  z-index: 100;
}
.counter-block .counter.with-hundreds {
  width: 100px;
}
.counter-block .counter.with-hundreds .number {
  width: 30.66%;
}
.counter-block .counter.with-hundreds .number.tens {
  left: 33.33%;
}
.counter-block .counter.with-hundreds .number.units {
  left: 66.66%;
}
.counter-block .counter.with-hundreds .number.hundreds {
  display: block;
  left: 0;
}
@media (max-width: 992px) {
  .counter-group {
    margin: 10px auto;
  }
  .counter-block {
    margin-right: 10px;
	width:35px;
  }
  .counter-block .counter {
    
    height: 30px;
    overflow: hidden;
    font-weight: 700;
  }
  .counter-block .counter .number {
    font-size: 30px;
    line-height: 30px;
  }
  .counter-block .counter.with-hundreds {
    width: 180px;
  }
  .counter-block .counter-caption {
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .counter-group {
    margin: 0 auto;
  }
  .counter-block {
    margin-right: 8px;
    width: 20px;
    position: relative;
  }
  .counter-block .counter {
    height: 30px;
  }
  .counter-block .counter .number {
    font-size: 30px;
    line-height: 30px;
  }
  .counter-block .counter.with-hundreds {
    width: 144px;
  }
  .counter-block .counter-caption {
    font-size: 85%;
  }
  .counter-caption  {
	/* position:absolute; */
	bottom: 0px;
	left: 0;
	font: 400 18px/30px 'Rajdhani';
	color:#fff;
	text-transform:uppercase;
	margin-right:10px;
}
}
@media (max-width: 480px) {
  .counter-block .counter {
    /* width: 61px; */
    /* height: 52px; */
  }
  .counter-block .counter .number {
    font-size: 25px;
    line-height: 30px;
  }
  .counter-block .counter.with-hundreds {
    width: 91px;
  }
  .counter-block .counter-caption {
    font-size: 70%;
  }
}
