.timer-sec{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
	}
.timer-sec h3{
	font-size:18px;
	line-height:20px;
	font-weight:500;
	color:#000000;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:8px;
	}
.psgTimer {
	display: table;
	margin: 0 auto 0 auto;
	font-size: 0;
	}
.psgTimer_numbers>div, .psgTimer_labels>div {
	display: inline-block;
	font-size: 0;
	width: 75px;
	text-align: center
	}
.psgTimer_numbers>div {
	position: relative
	}
.psgTimer_numbers>div:after {
	content: ":";
	line-height: 30px;
	height: 30px;
	display: block;
	font-size: 26px;
	color: #21272C;
	position: absolute;
	top: -4px;
    right: -3px;
	}
.psgTimer_numbers>div:last-child:after {
	content: none
	}
.psgTimer_numbers>div>div {
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height:30px;
	line-height:30px;
	background: #21272C;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	border-radius: 2px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight:500;
	}
.psgTimer_numbers>div>div:first-child {
	margin-right: 5px
	}
.psgTimer_labels>div {
	padding-top: 5px !important;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #464646;
	font-weight:500;
	}
	
@media screen and (max-width: 640px) {
	
.timer-sec {margin-top: 20px;margin-bottom: 10px;}
.psgTimer_numbers>div, .psgTimer_labels>div {
	width: 74px
	}
.psgTimer_numbers>div {
	position: relative
}
.timer-sec h3{font-size: 16px;   line-height: 18px;}
.psgTimer_numbers>div:after {
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	right: -2px
}
.psgTimer_numbers>div div {
	width: 26px;
	height: 32px;
	line-height: 32px;
	font-size: 16px
}
.psgTimer_numbers>div div:first-child {
	margin-right: 2px
}
.psgTimer_labels>div {
	font-size: 10px;
	line-height: 16px
}
}
