
#countdown{
	margin-top:10px;
}
/*----------------------------
	Main Section
-----------------------------*/

.cta {
	padding: 8px 15px;
	margin-right: 15px;
	margin-top: 6px;	
}

/* COUNTDOWN CSS */
.countdownHolder{
	position:relative;
	float:left;
	font: 25px/1.5 'MaruFoPro',sans-serif;
	margin:0px auto;
}

.position{
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 33px;
	height:65px;
}

.digit{
	position:relative;
	display:inline-block;
	width:30px;
	float:left;
	background-color:#212323;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
	 -moz-border-radius:0.2em; 
	 -webkit-border-radius:0.2em; 
	 -khtml-border-radius:0.2em; 
	 border-radius:0.2em;
	 
	
}


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

.countDiv{
	display:inline-block;
	float:left;
	height:65px;
	position:relative;
	padding-right: 5px;
}

.countDays{
	float:left;
}
.countHours{
	float:left;
}
.countMinutes{
	float:left;
}
.countSeconds{
	float:left;
}
