.timer-mid{
	display: inline-block;
    vertical-align: middle;
	}
.timer-mid h3{
	font-size:20px;
	line-height:22px;
	color:#2d2d2d;
	text-align:center;
	}
.psgTimer {
	display: table;
	margin: 0 auto 0 auto;
	font-size: 0;
	}
.psgTimer_numbers>div, .psgTimer_labels>div {
	display: inline-block;
	font-size: 0;
	width:74px;
	text-align: center
	}
.psgTimer_numbers>div {
	position: relative
	}
.psgTimer_numbers>div:after {
	content: ":";
    line-height: 28px;
    height: 28px;
    display: block;
    font-weight: 400;
    font-size: 23px;
    color: #000;
    position: absolute;
    top: 0;
    right: -3px;
	}
.psgTimer_numbers>div:last-child:after {
	content: none
	}
.psgTimer_numbers>div>div {
   	display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 34px;
    line-height: 34px;
    background: #000;
    border-radius: 5px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: bold;
	}
.psgTimer_numbers>div>div:first-child {
	margin-right: 3px
	}
.psgTimer_labels>div {
	font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000;
    margin-top: 3px;
	}
.days{ display:none !important;}


@media only screen and (max-width:767px){
	.timer-mid{transform:none; margin:0 0 0 0;}
	.timer-mid h3{ font-size:16px; line-height:18px;}
	.psgTimer_labels>div{ font-size:9px; line-height:10px;}
	.psgTimer_numbers>div>div{ width: 18px; height: 23px; font-size: 15px; line-height: 23px; border-radius: 3px;}
	.psgTimer_numbers>div:after{ line-height:22px; font-size: 14px; right:-2px;}
	.psgTimer_numbers>div, .psgTimer_labels>div{ width:47px;}
}