.counter-group{margin:0px auto;display:inline-block;}
.counter-group:before,
.counter-group:after{content:" ";display:table;}
.counter-group:after{clear:both;}
.counter-block{float:left;margin-right:15px;}
.counter-block .counter{position:relative;width:35px;height:17px;overflow:hidden;font-family:'Open Sans', sans-serif;}
.counter-block .counter .number{padding:2px 4px;border-radius:5px;background-color:#fdfdfd;color:#FC361D;position:absolute;font-size:13px;font-weight:bold;line-height:13px;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:52px;}
/*.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;}
.counter-block .counter-caption{font-size:10px;}