.timer-box {
    text-align: center;
    margin-bottom: 25px;
	width:100%;
}
.timer-tx{
	font-size:30px;
	line-height:40px;
	text-transform:uppercase;
	font-family: 'Outfit';
	font-weight:bold;
	margin-bottom:8px;
	color:#fff;
	letter-spacing:0.5px;
}
.timer-mid{
	display: inline-block;
    vertical-align: middle;
	margin:25px 0 0 30px;
	}
.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:140px;
	text-align: center
	}
.psgTimer_numbers>div {
	position: relative
	}
.psgTimer_numbers>div:after {
	content: ":";
	line-height: 62px;
	height:65px;
	display: block;
	font-weight: bold;
	font-size:30px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -4px
	}
.psgTimer_numbers>div:last-child:after {
	content: none
	}
.psgTimer_numbers>div>div {
	display: inline-block;
	vertical-align: top;
	width:55px;
	height:70px;
	line-height:75px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	border-radius: 5px;
	font-size:50px;
	font-weight:bold;
	text-align: center;
	color: #fff;
	font-family: 'Outfit';
	border:1px solid #fff;
	background: rgb(245,181,63);
	background: -moz-linear-gradient(0deg, rgba(245,181,63,1) 0%, rgba(240,87,48,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(245,181,63,1) 0%, rgba(240,87,48,1) 100%);
	background: linear-gradient(0deg, rgba(245,181,63,1) 0%, rgba(240,87,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5b53f",endColorstr="#f05730",GradientType=1);
	}
.psgTimer_numbers>div>div:first-child {
	margin-right: 5px
	}
.psgTimer_labels>div {
	font-family: 'Outfit';
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing:0.5px;
	}
@media only screen and (max-width:1021px){
.timer-mid{ margin:10px 0 0 5px;}
.psgTimer_numbers>div>div{ font-size:30px; width: 35px; height: 44px; line-height: 42px;}
.psgTimer_numbers>div, .psgTimer_labels>div { width:100px; font-size: 13px; line-height: 28px;}
.psgTimer_numbers>div:after{height:35px; line-height:35px;}
}

@media only screen and (max-width:767px){
.timer-box{margin-bottom:0;}
.timer-mid{transform:none; margin:10px 0 0 0;}
.timer-mid h3{ font-size:16px; line-height:18px;}
.timer-tx{font-size:20px; line-height:30px;}
.psgTimer_labels>div{ font-size:12px; line-height:20px;}
.psgTimer_numbers>div>div{ width:32px; height:36px; font-size:24px; line-height:36px; border-radius: 2px;}
.psgTimer_numbers>div:after{ line-height:26px; font-weight:normal;}
.psgTimer_numbers>div, .psgTimer_labels>div{ width:84px;}
}