/* CSS Document */

.countdown-container {
	background: #fff;
    height: 20rem;
    position: relative;
    display: flex;
    justify-content: center;
}
.locationBox {
	z-index: 99;
    position: absolute;
    top: 10rem;
}
.timer-box {

}
.timer-box .header {
	font-size:36px;
	color: #333;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
/** Countdown */
#countdown {
	height:auto;
	margin: 20px auto;
	display: inline-block;
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
.countdown-pc .dash {
	width: 127px;
	height: 125px;
	background: transparent url(../assets/images/t-box.jpg) 0 0 no-repeat;
	margin: 0 10px;
	position: relative;
}

.countdown-pc .dash .digit {
	font-size: 70px;
	font-weight: bold;
	float: left;
	width: 45px;
	text-align: center;
	font-family: Arial;
	color: #2f2e2e;
	position: relative;
	margin: 10px 0 0 13px;
	padding-top:12px;
}

.countdown-pc .dash .digit div {
	line-height: 1;
}

.countdown-pc .dash_title {
	position: absolute;
	display: block;
	bottom: -10px;
	text-align:center;
	font-weight:bold;
	width:127px;
	font-size: 16px;
	color: #2f2e2e;
}
.countdown-pc .liveTitle {
	font-size: 2.375rem;
}
.social-link {
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 4.0rem;
}
.social-link .btn-custom {
	padding: 0.425rem 2.0rem;
	background-color: #e9ecef;
    color: #555656;
}
.live-lookBack {
	display: none;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
	height: 110px;
	background-color: rgba(51, 51, 51, 0.55);
	z-index: 99;
}
.live-lookBack .container {
    color: #fff;
	line-height: 110px;
}
.live-lookBack .live-title {
	display: inline-block;
    font-size: 36px;
}
.live-lookBack .live-btn {
	border: none;
    background: #fff;
    padding: 4.5px 15px;
    border-radius: 2px;
	float: right;
    position: relative;
    top: 45px;
}
.live-lookBack .live-close {
	position: absolute;
	right: 5px;
	top: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 765px) {

	
	.locationBox {
		top: 23rem;
	}
	.timer-box .header {
		font-size: 4.85rem;
	}
	#countdown {
		height:auto;
		margin: 0;
		margin-top: 5rem;
		display: flex;
	}
	.countdown-mobile .dash {
		flex-grow: 1;
		height: 4rem;
		display: flex;
		justify-content: center;
		position: relative;
	}
	
	.countdown-mobile .dash .digit {
		text-align: center;
		font-family: Arial;
		color: #2f2e2e;
		font-size: 3.5rem;
		font-weight: bold;
		float: left;
		display: inline-block;
		margin: 0;
	}
	
	.countdown-mobile .dash .digit div {
		line-height: 1;
	}
	
	.countdown-mobile .dash_title {
		width: 100%;
		line-height: 1;
		text-align:center;
		position: absolute;
		bottom: -2.5rem;
		font-weight:bold;
		font-size: 2.5rem;
		color: #2f2e2e;
	}
	.countdown-mobile .liveTitle {
		font-size: 4.375rem;
		padding-top: 4rem;
	}
	.social-link {
		margin-top: 8rem;
		display: flex;
    	justify-content: center;
	}
	.live-lookBack .container {
		padding: 0 28px;
	}
	.live-mobile {
		font-size: 20px!important;
		line-height: 25px;
		position: relative;
    	top: 18px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
    
}
@media only screen and (min-width: 320px) and (max-width: 430px) {
    .social-link button {
		font-size: 2rem;
	}
	.live-mobile {
		font-size: 10px!important;
	}
}
/* @media only screen and (min-width: 375px) and (max-width: 413px) {
    
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
    
} */