/* CSS Document */
@font-face {
	font-family: 'DINNextLTProLight';
	src: url('../fonts/dinnextltpro-light.eot');
	src: url('../fonts/dinnextltpro-light.eot') format('embedded-opentype'),  url('../fonts/dinnextltpro-light.woff') format('woff'),  url('../fonts/dinnextltpro-light.ttf') format('truetype'),  url('../fonts/dinnextltpro-light.svg#DINNextLTProLight') format('svg');
}

*:focus{
	outline:none
}
body{
	margin:0;
	padding:0;
	background:#f6f6f6 url(../images/bg-body.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	font-family: 'DINNextLTProLight';
	color:#8f8f8f;
}
html{
  height: 100%;
}
body {
  min-height: 100%;
}
.uk-container{
	max-width:100%;
	width:600px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	height:600px;
}
.title_coming_soon{
	font-size:40px;
	color:#cb975d;
	font-family: 'DINNextLTProLight';
	margin-top:70px;
	margin-bottom:60px;
}
.block_web{
	margin:auto;
	text-align:center;
	margin-bottom:140px;
}
p{color:#cb975d;font-size:18px}
.block-input{
	background:#fff;
	padding:33px 25px;
	border:#e9e9e9 solid 1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=180, Color=#e9e9e9)";/*IE 8*/
	-moz-box-shadow: 0px 4px 0px #e9e9e9;/*FF 3.5+*/
	-webkit-box-shadow: 0px 4px 0px #e9e9e9;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0px 4px 0px #e9e9e9;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=180, Color=#e9e9e9); /*IE 5.5-7*/
	border-radius:70px;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
}
input[type='text']{
	max-width:100%;
	float:left;
	background:none;
	font-size:18px;
	height:29px;
	border:0;
	padding-left:12px;
	border-left:#cb975d solid 1px;
}
input[type='submit']{
	background:#aeaeae;
	font-size:18px;
	color:#f6f6f6;
	border:0;
	padding:5px;
	border-radius:30px;-moz-border-radius:30px;
	-moz-border-radius:30px;
	float:right;
}
input[type='submit']:hover{
	background:#cb975d;
	color:#fff;
}
footer{
	position:fixed;
	width:100%;
	text-align:center;
	background:#ffffff;
	padding:10px 0;
	bottom:0;
}


@media (max-width:370px){
	input[type='text']{
		width:100%;
		float:none
	}
	input[type='submit']{
		width:100%;
		float:none;
		margin-top:20px
	}
	.uk-container{
		height:auto;
		margin-top:40px;
	}
}
