.countdownHolder{
	width: 280px;
	height: 68px;
	margin: 10px auto 0 auto;
	font: 24px/1.8 "Century Gothic", Verdana, Helvetica;
	text-align:center;
	letter-spacing: 0;
}

.countdownHolder h2 {
	color: #046da1;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px 0;
}

.position{
	display: inline-block;
	height: 1.8em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#046da1;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static {

	background: #046da1;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0ODZjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAzNWI4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA0NmRhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzVjODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #0486c7 0%, #035b87 50%, #046da1 50%, #035c88 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0486c7), color-stop(50%,#035b87), color-stop(50%,#046da1), color-stop(100%,#035c88));
background: -webkit-linear-gradient(top, #0486c7 0%,#035b87 50%,#046da1 50%,#035c88 100%);
background: -o-linear-gradient(top, #0486c7 0%,#035b87 50%,#046da1 50%,#035c88 100%);
background: -ms-linear-gradient(top, #0486c7 0%,#035b87 50%,#046da1 50%,#035c88 100%);
background: linear-gradient(to bottom, #0486c7 0%,#035b87 50%,#046da1 50%,#035c88 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0486c7', endColorstr='#035c88',GradientType=0 );
	/*
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
	*/
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.8em;
	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;
	content:'';
}

.countDiv:after{
	top:0.9em;
}




.c_days,
.c_hours,
.c_min,
.c_sec {
	display: table-cell;
	width: 58px;
	text-align: center;
}


.space {
	display: table-cell;
	width: 15px;
}