.timer-mid{
	display: inline-block;
    vertical-align: middle;
	margin:50px 0 0 0;
	border:2px solid #fff;
	border-radius:10px;
	padding:20px 40px;
	}
.timer-mid h3{
	font-size:22px;
	line-height:22px;
	color:#fff000;
	text-align:center;
	}
.timer-mid h3 span{
	background: #011D45;
    display: inline-block;
    vertical-align: top;
    margin: -34px auto 0px;
    padding: 0 10px;
}
.psgTimer {
	/*display: table;
	margin: -10px auto 0 auto;*/
	font-size: 0;
	}
.psgTimer_numbers>div, .psgTimer_labels>div {
	display: inline-block;
	font-size: 0;
	width: 62px;
	text-align: center
	}
.psgTimer_numbers>div {
	position: relative
	}
.psgTimer_numbers>div:after {
	content: ":";
	line-height: 20px;
	height: 50px;
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -3.5px;
	}
.psgTimer_numbers>div:last-child:after {
	content: none
	}
.psgTimer_numbers>div>div {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 23px;
    line-height: 23px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    color: #000;
	}
.psgTimer_numbers>div>div:first-child {
	margin-right: 3px
	}
.psgTimer_labels>div {
	font-size: 9px;
	line-height: 9px;
	color: #fff;
	margin-top:5px;
	}

@media only screen and (max-width:767px){
.psgTimer{width:210px;}
.psgTimer_numbers>div>div{width:24px; height:24px; font-size:17px; line-height:22px;}
.psgTimer_numbers>div, .psgTimer_labels>div{width:68px;}
.psgTimer_numbers>div:after{line-height:15px; font-size:15px; right: -2px; top:3px;}
}