#countdown, #countdown2{	
	width:584px;
	height:121px;
	text-align: center;
	margin: auto;
	padding: 14px 0 24px 0;
	position: absolute;
  	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
}
#countdown #tiles, #countdown2 #tiles2{
	position: relative;
	z-index: 1;
}
#countdown #tiles > span, #countdown2 #tiles2 > span{
	width: 121px;
	max-width: 121px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:72px;
	line-height:121px;
	text-align: center;
	color: #fff;
	background:url(../images/countdown-bx.png) center center no-repeat;
	margin: 0 10px;
	padding:5px 0 0 12px;
	display: inline-block;
	position: relative;
	letter-spacing:18px;
	box-sizing:border-box;	
}
#countdown #tiles > span:last-child, #countdown2 #tiles2 > span:last-child{
	background:url(../images/lastcountdown-bx.png) center center no-repeat;
}
#countdown #tiles > span:after, #countdown2 #tiles2 > span:after{
	content:"";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	top: 48%; 
	left: 0;
}
#countdown .labels, #countdown2 .labels{
	width: 100%;
	height: 25px;
	text-align: center;
	position: absolute;
	bottom: 8px;
	color:#000;
}
#countdown .labels li, #countdown2 .labels li{
	width: 120px;	
	color: #494949;	
	text-align: center;
	display: inline-block;
	font-size:16px;
	line-height:25px;
	margin:0 10px;
	text-transform:uppercase;
}
@media only screen and (max-width: 767px){
.countdownbx {height: 104px;}
#countdown, #countdown2{
	width: 380px;
	height: 72px;
	padding: 6px 0 6px 0;	
}
#countdown #tiles > span, #countdown #tiles > span:last-child,
#countdown2 #tiles2 > span, #countdown2 #tiles2 > span:last-child{
	width: 76px;
	max-width: 76px;	
	font-size:40px;
	line-height:45px;	
	margin: 0 6px;
	background-size:100%;
	letter-spacing:13px;
	padding:3px 0 0 9px;
}
#countdown .labels, #countdown2 .labels{border:0;}
#countdown .labels li, #countdown2 .labels li{
	width: 54px;		
	font-size:14px;
	line-height:18px;
	margin:16px 14px 0 14px;
}
#countdown .labels, #countdown2 .labels{
	bottom: 19px;
}
}
@media only screen and (max-width: 420px){
.countdownbx {height: 84px;}
#countdown, #countdown2{
	width: 290px;
	height: 58px;
}
#countdown #tiles > span, #countdown #tiles > span:last-child,
#countdown2 #tiles2 > span, #countdown2 #tiles2 > span:last-child{
	width: 56px;
	max-width: 56px;	
	font-size:34px;
	line-height:42px;	
	margin: 0 6px;
	letter-spacing:7px;
	padding:3px 0 0 6px;
}
#countdown .labels li, #countdown2 .labels li{
	width: 52px;		
	font-size:12px;
	line-height:18px;
	margin:24px 5px 0 5px;
}
#countdown .labels, #countdown2 .labels{
	bottom: 19px;
}
}













