.countdownHolder{
	margin:0 auto;
	text-align:center;
	letter-spacing:-3px;
	display: inline-block;
	margin-right: 0 !important;
	font-family: Arial,Helvetica,sans-serif;
	box-shadow: none !important;
}
#countdown:hover {
    margin-right: 0px !important;
    box-shadow: none !important;
}
.position{
	display: inline-block;
	height: 15px;
	overflow: visible;
	position: relative;
	width: 10px;
	margin-top: 0px;
}

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

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

.countDays{  display:none !important; }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}
.countText{
	letter-spacing: 0px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 5px;
}


.countDiv{
	display:inline-block;
	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;
}

@media (max-width: 770px) {
	#countdown{
		display: none !important;
	}
}
