.counter-holder {
   /* padding: 15px 0;
    border-bottom: dotted 1px #dddddd;*/
    text-align: center;
}

.counter-holder span {
    position: relative;
    display: inline-block;
    /*vertical-align: top;
    line-height: 38px;*/
	vertical-align:middle;
	line-height:85px;
}

.counter .digit {
   /* background: #111111;
    background: #444444;
    border-radius: 3px;
    color: white;
    width: 24px;
    height: 38px;
    margin: 0 1px;*/
	width:50px;
	height:85px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.counter-holder hr {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

@media all and (max-width:768px){
	.counter-holder span{line-height:70px;}
	.counter .digit{width:26px; height:70px;}
}

@media all and (max-width:480px){
	.counter-holder span{line-height:45px;}
	.counter .digit{width:21px; height:45px;}
	.m_counter .digit{width:11px; height:45px;}
}