.countdownHolder{
	width:450px;
	margin:0 auto;
	font: 40px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
	color: #413005;
	width: 470px !important;
	height: 77px !important;
}

.position {
    float: left;
    overflow: hidden;
    position: relative;
    width: 0.4em;
    left:27%;
    height: 50px;
    margin-top: -10px;
}

.digit{
	text-align:center;
	color: #413005;
	font-weight: bold;
	font-size: 26px;
}

.digit.static{

}

.booknow-sunsation{
position: absolute;
right: 311px;
margin-top: 5px;
display: none;
}



/**
 * 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:none;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#ffffff;
	left:50%;
	margin-left:-3px;
	top:0.5em;
}

.countdownHolder{
	display: inline-block;
height: 1.5em;
}

.countdownHolder span.countDays,
.countdownHolder span.countHours,
.countdownHolder span.countMinutes,
.countdownHolder span.countSeconds{
border-right:1px solid #ffffff;
padding: 0px;
height: 60px;
display: inline-block;
}

.countdownHolder span.countSeconds{
	border-right: 0 !important;
}

.countame {
width: 100%;
float: left;
line-height: 11px;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: bold;
margin-top:0px;
}
.countdownHolder span.position,
.countdownHolder span.digit{
border:none;
}



.countDiv:after{
	top:0.9em;
}