body,
html {
	font-family: 'Play', sans-serif;
	color: rgba(255, 255, 255, 0.9);
	background: none;
}

.full {
	background: url(../img/bgcopy.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: black;
}

a,
a:hover {
	color: #fff;
	text-decoration: none;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #b5adaa;
	z-index: 99999;
	height: 100%;
}

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}

.logo {
	font-size: 66px;
	font-weight: 700;
	color: #f8f8ff;
	letter-spacing: -1px;
}

.logo i {
	font-size: 42px;
}

.coming-soon {
	padding-top: 130px;
	margin: 0 auto;
}

.coming-soon h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.4em;
	padding: 80px 0 120px 0;
}

.coming-soon p {
	font-size: 18px;
	color: #F8F8FF;
}

.coming-soon .counter {
	margin: 0 0 60px 0;
}

.counter .days-wrapper,
.counter .hours-wrapper,
.counter .minutes-wrapper,
.counter .seconds-wrapper {
	display: inline-block;
	margin: 0 60px 60px 0;
	font-size: 18px;
	text-align: center;
	color: #F8F8FF;
}

.counter .days,
.counter .hours,
.counter .minutes,
.counter .seconds {
	font-size: 100px;
	line-height: 120px;
	color: rgba(255, 255, 255, 0.9);
}

.social {
	margin-top: 80px;
	margin-bottom: 60px;

}

.social a {
	color: #fff;
	font-size: 28px;
	display: inline-block;
	margin: 0 40px 0 0;
}

.social a:hover {
	color: #9CC6F4;
}

.copyright {
	font-size: 14px;
	margin: 20px 0 10px 0;
	color: #F8F8FF
}

.copyright a {
	color: rgba(255, 255, 255, 0.7);
}

.copyright a: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;
	}
}
