body{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url('../images/bg.jpg');
	position: relative;
  	background-attachment: fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
 	-o-background-size: cover;
  	background-position: center center;
  	bottom: 0;
  	left: 0;
  	top: 0;
    font-family: 'Open Sans', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
}

.text-content{
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	width: 400px;
	float: right;
	position: relative;
}

.text-content-wrap{
	margin: 0;
	position: absolute;
	text-align: center;
	top: 55%;
	width: 100%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.text-content-wrap h1{
	color: #CE6219;
	font-family: 'Shadows Into Light', cursive;
	font-size: 52px;
	font-weight: 900;
	letter-spacing: 1px;
	padding-right: 0;
	text-transform: uppercase;
}

.text-content-wrap h3.title-site{
	color: #9A9B9E;
	font-size: 30px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	word-spacing: 14px;
	font-weight: 700;
	margin-bottom: 0;
}

.text-content-wrap h3.title-c-soon{
	color: #fff;
	font-size: 30px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	word-spacing: 10px;
	font-weight: 700;
	margin-bottom: 0;
}

.text-content-wrap h4{
	color: #9A9B9E;
	font-size: 21px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	word-spacing: 4px;
	font-weight: 700;
}

.text-content-wrap h2{
	color: #42444A;
	font-family: "Anton",sans-serif;
	font-size: 34px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	word-spacing: 16px;
	margin-bottom: 0;
}

.text-content-wrap h2.ip-mobile{
	display: none;
}

.text-content-wrap h6{
	color: #6F7075;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.text-content-wrap a{
	margin: 0 auto;
	width: 244px;
	display: block;
	overflow: hidden;
}

.text-content-wrap a img{
	width: 100%;
}

.text-content-wrap a img.shadow{
	display: block;
}

.text-content-wrap a img.clear{
	display: none;
}

.text-content-wrap a:hover img.shadow, .text-content-wrap a:focus img.shadow{
	display: none;
}

.text-content-wrap a:hover img.clear, .text-content-wrap a:focus img.clear{
	display: block;
}

.mobile-clock{
	display: none;
}

.des-clock{
	float: right;
	height: 100vh;
	position: relative;
	width: 300px;
}

.des-clock .mobileHide {
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
