/* Countdown timer
========================================================================== */

.countdown--large {
	margin: 0;
	color: #fff602;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.618;
}

.countdown--large .num {
	display: inline-block;
	margin: 0 .2em;
/*	padding: .10em .13em .10em .25em; */

/*
	border-radius: 6px;
	background: #777;
	background: -webkit-linear-gradient       (top, #777 0%, #444 100%);
	background:         linear-gradient( to bottom, #777 0%, #444 100%);
*/
	color: #fff602;
	vertical-align: -2px;
	text-align: center;
/*	text-shadow: 0 -1px 1px #000;*/
	letter-spacing: 3px;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}

@media screen and (max-width:640px){
.countdown--large {
	margin: 0;
	color: #fff602;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.618;
}

.countdown--large .num {
	display: inline-block;
	margin: 0 .2em;
/*	padding: .10em .13em .10em .25em; */

/*
	border-radius: 6px;
	background: #777;
	background: -webkit-linear-gradient       (top, #777 0%, #444 100%);
	background:         linear-gradient( to bottom, #777 0%, #444 100%);
*/
	color: #fff602;
	vertical-align: -2px;
	text-align: center;
/*	text-shadow: 0 -1px 1px #000;*/
	letter-spacing: 3px;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
}


@media screen and (max-width:480px){
.countdown--large {
	margin: 0;
	color: #fff602;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.618;
}

.countdown--large .num {
	display: inline-block;
	margin: 0 .2em;
/*	padding: .10em .13em .10em .25em; */

/*
	border-radius: 6px;
	background: #777;
	background: -webkit-linear-gradient       (top, #777 0%, #444 100%);
	background:         linear-gradient( to bottom, #777 0%, #444 100%);
*/
	color: #fff602;
	vertical-align: -2px;
	text-align: center;
/*	text-shadow: 0 -1px 1px #000;*/
	letter-spacing: 3px;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
}