
.timer-grid {
	overflow: hidden;
	display: inline-block;
}
.timer-grid .box-time-date {
	background: #d93f25;
	font-size: 8px;
	color: #ffffff;
	min-width: 37px;
	min-height: 36px;
	width: 35px;
	text-align: center;
	margin-top: 7px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 4px;
	/* border: 1px #e8e8e8 solid; */
	display: inline-block;
	margin: 0 1px;
	line-height: 17px;
	/* padding: 0px 3px; */
}
.timer-grid .box-time-date span {
	display: block;
	font-size: 13px;
	color: #ffffff;
	margin-top: 3px;
	line-height: 15px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
