.countdownHolder{
	width:283px;
	font: 20px/1 "Source Sans Pro", Arial, sans-serif;
	text-align:center;
	letter-spacing:-5px;
	white-space: nowrap;
	height: 40px;
    margin-top: 7px;
}

.position{
	display: inline-block;
	overflow1: hidden;
	position: relative;
	height: 36px;
    width: 28px;
}

.digit{
	position: absolute;
    display: block;
    width: 25px;
    height: 32px;
    background: url(../../img/bg-ctd.png) no-repeat 0 0;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

.digit.static{
	box-shadow1:1px 1px 1px rgba(4, 4, 4, 0.35);
        padding-top: 6px;
}

/**
 * Р’С‹ РјРѕР¶РµС‚Рµ РёСЃРїРѕР»СЊР·РѕРІР°С‚СЊ РґР°РЅРЅС‹Рµ РєР»Р°СЃСЃС‹ РґР»СЏ СЃРєСЂС‹С‚РёСЏ
 * С‡Р°СЃС‚РµР№ СЃС‡РµС‚С‡РёРєР°, РєРѕС‚РѕСЂС‹Рµ РЅРµ РЅСѓР¶РЅС‹.
 * display:none !important; 
 */

.countDays{}
.countDiv0{}
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	height:1.4em;
	position:relative;
	width: 10px;
	margin-top: 10px;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow1:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
	background-color: #c1b7b1;
	width: 4px;
	height: 4px;
}

.countDiv:after{
	top:0.9em;
}