
.timer-grid {
	overflow: hidden;
	display: inline-block;
}
.timer-grid .box-time-date {
	background: #E74552;
	font-size: 9px;
	color: #fff;
	min-width: 48px;
	min-height: 48px;
	text-align: center;
	margin-top: 7px;border-radius:3px;
	font-weight: 700;
	text-transform: uppercase;
	 
	border: 1px #E74552 solid;
	display: inline-block;
	margin-right:5px;
}
.timer-grid .box-time-date:hover {
	background: #9BCC5C;
	font-size: 9px;
	color: #fff;
	min-width: 48px;
	min-height: 48px;
	text-align: center;
	margin-top: 7px;border-radius:3px;
	font-weight: 700;
	text-transform: uppercase;
	 
	border: 1px #9BCC5C solid;
	display: inline-block;
	margin-right:5px;
}
.timer-grid .box-time-date span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 6px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
