
.time_special {
	overflow: hidden;
	display: inline-block;
	border: 1px #e8e8e8 solid;
	width: 85%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	    margin: 0 auto;
}
.time_special .box-time-date {
	background: #fbfbfb;
	font-size: 9px;
	color: #808080;
	/* min-width: 24%; */
	/* min-height: 48px; */
	text-align: center;
	/* margin-top: 7px; */
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	/* border: 1px #e8e8e8 solid; */
	/* display: inline-block; */
	/* margin-right: 5px; */
	width: calc(100% / 4 - 0.01px);
}
.time_special .box-time-date span {
	display: block;
	font-size: 12px;
	color: #303841;
	margin-top: 5px;
	/* font-weight: 400; */
	line-height: 1;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
