.countdownHolder{
	width:280px;
	margin:0 auto;
	font-size: 30px; font-family: 'PTSansBold'; line-height: 1;
	text-align:center;
	letter-spacing:-10px;
	[if Opera] letter-spacing:-7px;
}

/*html:first-child .countdownHolder {letter-spacing:-7px;}*/

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 21px;
	text-align: center;
}

.digit{
	position: absolute;
	display: block;
	width: .8em;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
	padding-top: 13px;
	text-shadow: 0 1px 3px rgba(100,100,100,0.5);
}

/**
 * Вы можете использовать данные классы для скрытия
 * частей счетчика, которые не нужны.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:none;
	width:16px;
	height:1.6em;
	position:relative;
}

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

.countDiv:after{
	top:0.9em;
}



.count_wrap {
	position: relative; margin: 0 9px 10px;
	vertical-align: top; display: inline-block;
    white-space: nowrap;
}
.count_wrap:after {
	content: ''; display: block;
	position: absolute; top: 50%; left: -2px; right: 1px; margin-top: -3px;
	border-top: 1px solid #C4D84B;
	border-bottom: 1px solid #E2EE97;
	opacity: .5;
}

.count_wrap:before {
	content: 'ДНЕЙ'; display: inline;
	position: absolute; top: 100%; left: 0; right: 0; /*margin-top: -2px;*/
	font-size: 10px; color: #fff; letter-spacing: normal;
	font-family: 'OpenSansRegular';
	text-shadow: 1px 1px 1px rgba(100,100,100,0.8);
}
.count_wrap.countHours:before {content: 'ЧАСОВ'}
.count_wrap.countMinutes:before {content: 'МИНУТ';}
.count_wrap.countSeconds:before {content: 'СЕКУНД';}

.timer_wr .count_wrap:before {color: #585858; text-shadow: none;}

.lay {
	height: 51px;
	width: 51px;
	position: absolute;
	top: 0;
	left: -2px;
	background: #C4D84B;
	box-shadow: 0 2px 3px rgba(144,144,144,0.5),
	0 -2px 3px rgba(144,144,144,0.5) inset;
	border-radius: 2px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(100,100,100,0.5);
}