#timer-ban{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
    background: #D1C2B2;
    padding: 20px;
    margin-top: 0px;
}
.timer-title{
	color: #fff;
	font-size: 24px;
    line-height: 28px;
    margin-right: 20px;
    text-transform: uppercase;
}
.timer-title span{
	display: block;
    font-weight: bold;
}
.time_special {
	overflow: hidden;
	display: inline-block;
}
.time_special .box-time-date {
	background: transparent;
	font-size: 12px;
	color: #ffffff;
	min-width: 48px;
	min-height: 48px;
	text-align: center;
	margin-top: 0px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	display: inline-block;
	padding-right:20px;
	position: relative;
}
.time_special .box-time-date span {
	display: block;
	font-size: 42px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 10px;
}
.time_special .box-time-date:after{
	font-size: 42px;
	content: ":";
	position: absolute;
	right: 1px;
	top: 5px;
}
.time_special .box-time-date:last-child:after{
	content: none;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
@media(max-width: 767px){
	#timer-ban{
	    padding: 10px;
	}
	.timer-title{
		font-size: 12px;
	    line-height: 18px;
	    margin-right: 10px;
	}
	.time_special .box-time-date {
		padding-right:10px;
	}
	.time_special .box-time-date span {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.time_special .box-time-date:after{
		font-size: 18px;
		right: 1px;
		top: 5px;
	}
	.time_special .box-time-date {
		font-size: 8px;
	}
}