﻿.countdownHolder{
	margin:0 auto;
	font: 20px/1.3 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	border-radius:0.2em;
	text-align:center;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
}

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

.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:#000;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.3em;
	content:'';
}

.countDiv:after{
	top:0.9em;
}
.timer {
    float:left;
    font-size:13px;
    font-weight:normal;
}
.left_timer {
    float:right;
    font-size:25px;
}
.countdown {
    float:left;
    margin-left:5px;
    padding-right: 10px;
    height: 28px;
}
.timer_cont {
    float:right;
    clear:left;
    width:238px;
    position:relative;
}
.timer[rel="1"] {
    margin-left:146px;
}
.timer[rel="2"] {
    margin-left:36px;
}
.timer[rel="3"] {
    margin-left:23px;
}
.timer[rel="4"] {
	margin-left:13px;
}