
/* --------------------------------------
   Countdown Timer
   -------------------------------------- */

#countdown {
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	
}

#countdown-stamp {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 88;
}

#countdown h1 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 800;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.40);
	text-transform: none;
	
}

#countdown h2 {
	font-size: 20px;
	line-height: 38px;
	font-weight: 800;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.40);
	text-transform: none;
	
}

#countdown h3 {
	font-size: 20px;
	line-height: 24px;
	
}


#countdown h4 {
	font-size: 16px;
	line-height: 18px;
	
}


#countdown .bgBox {
	padding: 10px;
	margin: 10px 0px 20px 0px;
	background: #12365A;
	text-transform: uppercase;
    display: inline-block;
    border-radius: 8px;

}

#countdown .countdown-number {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

#countdown .countdown-title {
	font-size: 20px;
	line-height: 40px;
	text-align: center;	
	color: #fff;
	margin-bottom: 10px;
}

#countdown hr {
	border: 0;
	height: 1px;
    background: #fff;
	margin: 5px 0;

}


@media (max-width: 780px) {

#countdown .bgBox {
	margin: 10px 0px 10px 0px;
	

}
	
#countdown h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 800;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.40);
	text-transform: none;
	
}

#countdown h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 800;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.40);
	text-transform: none;
	
}

#countdown h3 {
	font-size: 20px;
	line-height: 24px;
	
}


#countdown h4 {
	font-size: 16px;
	line-height: 18px;
	
}	
	
#countdown .countdown-number {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 4px;
	
}

#countdown .countdown-title {
	font-size: 10px;
	line-height: 19px;
}
	
	
}
	
@media (min-width: 1200px) {

#countdown .bgBox {
	margin: 10px 2px 15px 2px;
    border-radius: 8px;

}
	
	
#countdown h1 {
	font-size: 40px;
	line-height: 54px;
	font-weight: 800;
	color: #FFF;
	margin: 10px 0px 40px 0px;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.40);
	text-transform: none;
	
}

#countdown h2 {
	font-size: 38px;
	line-height: 54px;
	font-weight: 800;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.40);
	text-transform: none;
	
}

#countdown h3 {
	font-size: 30px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	
}


#countdown h4 {
	font-size: 12px;
	line-height: 18px;
	
}		
	
	
#countdown .countdown-number {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 0px;
	
}

#countdown .countdown-title {
	font-size: 14px;
	line-height: 30px;
}
	
	
}