.timer-mid{
	display: inline-block;
    vertical-align: middle;
	margin:0 0 0 0;
	}
.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:70px;
	text-align: center
	}
.psgTimer_numbers>div {
	position: relative
	}
.psgTimer_numbers>div:after {
	content: ":";
    line-height: 28px;
    height: 28px;
    display: block;
    font-weight: bold;
    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: 30px;
    line-height: 30px;
    background: #000;
    border-radius: 5px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Figtree';
	}
.psgTimer_numbers>div>div:first-child {
	margin-right: 3px
	}
.psgTimer_labels>div {
	font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000;
    margin-top: 1px;
	}
.days{ display:none !important;}
@media only screen and (max-width:1021px){
.timer-mid{ margin:0 0 0 0;}
.psgTimer_numbers>div>div{ font-size:19px; width: 25px; height: 30px; line-height: 33px;}
.psgTimer_numbers>div, .psgTimer_labels>div { width: 69px; font-size: 11px; line-height: 18px;}
}

@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;}
}