	
**********************************************************************************/

/* ---------- LAYOUT ---------- */
.container {
	width: 100%;
	height: 224px;
	text-align: center;
	margin: 0 auto;

}
.timer-area {
	background: transparent;
	text-align: center;
	padding-top: 3.5em;
	margin-bottom: 0.5em;
	padding-left: 255px;
	visibility: visible;
	z-index: 2;
	position: absolute;
}
.timer-area h1 {
	color: #fff;
}
/* ---------- TIMER ---------- */
ul#countdown li {
	display: inline-block;
	width: 104px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/timer-piece.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
}
ul#countdown li span {
	font-size: 4em;
	font-weight: bold;
	color: #FFF;
	height: 70px;
	line-height: 80px;
	position: relative;
	padding-bottom: 0px;
}
ul#countdown li span::before {
  content: '';
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	padding-left: 15px;
	line-height: normal;
	font-weight: bold;
}
