.countdownHolder {
    width: 450px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: -15px;
    font-weight: 100;
    font-size: 60px;
    position: absolute;
    top: 340px;
    left: 50%;
    margin-left: -225px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 40px;
}

.digit{
	position:absolute;
	display:block;
	background-color:transparent;
	text-align:center;
	color:#202020;
	font-weight: 100;
}

.digit.static{
	

}

span.countSeconds .position span {
    color: #0DB9D7 !important;
}

/**
 * Вы можете использовать данные классы для скрытия
 * частей счетчика, которые не нужны.
 */

.countDays{ display:none !important; }
.countDiv0{ display:none !important; }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#202020;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	content:'';
}

.countDiv:after{
	top:0.9em;
}