.countdownHolder{
	width:;
	margin:0 auto;
	font-size: 5em;
	font-weight: 700;
	text-align:center;
	letter-spacing:-3em;
}

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

.digit{
	position:absolute;
	display:block;
	width: 50px;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	
}

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


.countDiv{
	display:inline-block;
	width:50px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:10px;
	height:10px;
	background-color:#fff;
	border-radius:50%;
	left:50%;
	margin-left:-5px;
	top:0.6em;
	content:'';
}

.countDiv:after{
	top:0.9em;
}