@font-face {
	font-family: 'StagBook';
	src: url('../fonts/stag-boo.eot');
	src: url('../fonts/stag-boo.eot') format('embedded-opentype'),  url('../fonts/stag-boo.woff') format('woff'),  url('../fonts/stag-boo.ttf') format('truetype'),  url('../fonts/stag-boo.svg#StagBook') format('svg');
}

.countdownHolder{
	margin:0 auto;
	text-align:center;
	font-family: 'StagBook', Georgia, "Times New Roman", Times, sans-serif;
	font-size: 23px;
	font-weight:bold;
}

.position{
	display: inline-block;
	height: 28px;
	overflow: hidden;
	position: relative;
	width: 15px;
}

.digit{
	position:absolute;
	display:block;
	/*width:20px;
	background-color:#444;*/
	text-align:center;
	color:#fff;
}

.digit.static{
	
	
	
}

/**
 * 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{}

/* Colons spacing */
.countDiv{
	display:inline-block;
	width:10px;
	height:25px;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	/*width:2px;
	height:2px;
	background-color:#444;
	top:12px;*/
	content:'';
}

.countDiv:after{
	top:18px;
}