body, html {
	font-family: 'Overpass', sans-serif;
	color: rgba(255,255,255,0.5);
	font-weight: 100;
	background: none;
}
.full {
	background: url(../img/bg1.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a, a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.coming-soon {
	padding-top: 50px;
	margin: 0 auto;
	text-align: center;
}
.coming-soon h2 {
	color: rgba(255,255,255,0.9);
	font-size: 80px;
	font-weight: 700;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}
.coming-soon .tleft {
	font-size: 16px;
	letter-spacing: 5px;
	margin-top: 50px;
}
.coming-soon p {
	font-size: 20px;
	margin-top: -20px;
}
.social {
	margin-top: 80px;
	margin-bottom: 30px;
}
.social i {
	color: #e2142d;
	font-size: 24px;
	display: inline-block;
	padding: 0 20px;
	transition: all 0.3s linear;
}
.social i:hover {
	color: #fff;
}


@media (max-width: 979px) {
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	width: 140px;
	height: 120px;
	margin: 7px;
	padding-top: 20px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 60px;
	line-height: 70px;
}
}
