/* CSS Document */
.countdown{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:60px;
	/*padding-bottom:35px;*/
    margin-top: 15px;
}
.countdown .item{
	position:relative;
	display:inline-block;
	*display:inline;
	text-align:center;
	width:65px;
	height:80px;
	line-height:89px;
	color:#FFF;
	/*background:url(img/section-under.png) no-repeat top center;*/
}
.countdown .item .over{
	position:absolute;
	display:block;
	width:67px;
	height:82px;
	top:0px;
	left:0px;
	/*background:url(img/section-over.png) no-repeat top center;*/
}
.number{
    font-size: 35px;
    background-color: #0a2e5b;
  border-radius: 12px;
width: 60px;
height: 80px;
float: left;
}
.countdown .item .title{
	position:absolute;
	display:block;
	width:56px;
	height:26px;
	left:0px;
	bottom:12px;
	background-position:center center;
	background-repeat:no-repeat;
}
/*.countdown .days .title:before{ 
    /*background-image:url(img/days_text.jpg);
width: 60px;
idth: 60px;
font-size: 14px;
color: #000000;
content: "Hours"; }*/
.countdown .hour .title:before{ 
    /*background-image:url(img/hour_text.jpg);*/
 width: 60px;
font-size: 14px;
color: #000000;
content: "Hours"; }

.countdown .mins .title:before{
 /*background-image:url(img/mins_text.jpg);*/
  width: 60px;
font-size: 14px;
color: #000000;
content: "Minutes";  }

.countdown .secs .title:before{ 
    /*background-image:url(img/secs_text.jpg);*/
     width: 60px;
font-size: 14px;
color: #000000;
content: "Seconds"; }

.days{
  display:none !important;
}











