@font-face {
    font-family: 'aller_lightregular';
    src: url('fonts/aller_lt-webfont.eot');
    src: url('fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_lt-webfont.woff2') format('woff2'),
         url('fonts/aller_lt-webfont.woff') format('woff'),
         url('fonts/fonts/aller_lt-webfont.ttf') format('truetype'),
         url('fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*::-webkit-input-placeholder {
    color: white;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: white;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: white;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}

body {
	background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.c-container {
	float:none!important;
	margin:0 auto;
}

.c-container .soon {
	display:block;
	height:68px;
	width:230px;
	background:url(images/comming-soon.png) no-repeat;
	margin:0 auto;
	margin-top:140px;
}

.c-container .logo img {
	display:block;
	margin:0 auto;
	margin-top:180px;
}

.greater {
float:none!important;
	margin:0 auto;
	text-align: center;
	/*border:solid 1px;*/
	/*position:fixed;*/
	width:100%;
	/*bottom:50px;*/
	font-family: aller_lightregular;
	font-style: italic;
	color:white;
	opacity:0.9;
	font-size: 17px;
	margin-top:140px;

}

.greater span {
	display:block;	
	height:10px;
	border:none;
	border-bottom: solid 1px;
	border-color: white;
	width:45px;
	margin:0 auto;
	font-family: aller_lightregular;
	font-size: 16px;
}

.c-footer {
	float:none!important;
	margin:0 auto;
	text-align: center;
	/*border:solid 1px;*/
	/*position:fixed;*/
	width:100%;
	/*bottom:50px;*/
	padding-bottom: 40px;
	margin-top:20px;
}

.c-footer p {
	font-size: 20px;
	color:white;
	font-family: aller_lightregular;
	opacity: 0.6;
	margin:0 auto!important;
}

.c-form {
	float:none!important;
	margin:0 auto;
	margin-top: 80px;
	/*border:solid 1px;*/
}

.form_notify span.container {
	display:block;
	width:373px;
	height:45px;
	background:rgba(255, 255, 255, 0.3);
	margin-bottom: 13px;
	position: relative;
	z-index: 1;
	padding:0;
}

.form_notify span.cotainer-btn {
	background:transparent!important;
	text-align: right;
}

.form_notify span.cotainer-chk {
	background:transparent!important;
	padding-left:1px;
	color:#ffffff;
	opacity:0.6;
	margin-bottom: 0!important;
	height:30px;
}

.form_notify span.keepupdated {
	background:transparent!important;
	color:#ffffff;
	opacity:0.6;
	margin-bottom: 0!important;
	height:27px;
	font-family: aller_lightregular;
	padding-left:5px;
	font-weight: bold;
	font-size: 16px;
}

.form_notify span.cotainer-chk label {
	font-weight: normal;
	vertical-align: top;
	display:inline-block;
	margin-left: 3px;
	font-family: aller_lightregular;
	font-size: 16px;
}

.form_notify input[type="text"] {
	width:373px;
	height:45px;
	background-color: transparent;
	opacity:0.6;
	font-size: 18px;
	font-family: aller_lightregular;
	padding-left:15px;
	color:#D3D3D3;
	border:0;
	position:absolute;
	z-index: 3;
}

.button_notify {
	text-transform: uppercase;
	color:white;
	background-color: #4B4B4B;
	border:0;
	padding:12px 20px 10px;
	font-family: aller_lightregular;
	opacity:0.7;
}

.button_notify:hover {
	opacity:1;
}

.msgok {
	color:white;
	display:block;
	margin:0 0 20px 35px;
}

.msgerr {
	color:red;
	display:block;
	margin:0 0 20px 35px;
}


@media (min-width:300px) and (max-width:768px) {

		.c-footer {
		margin-top:30px;
	}

}

@media (min-width:300px) and (max-width:570px) {

	.c-container .soon {
		margin-top:50px;
	}

	.c-container .logo img {
		width:100%;
		margin-top: 30px;
	}


	.form_notify span.container {
		width:100%;
	}

	.form_notify span.cotainer-btn {
		width:100%;
	}
	.form_notify input[type="text"] {
		width:100%;
	}

	#prevslide, #nextslide {
		display:none!important;
	}

	.greater {
		margin-top: 20px!important;
	}

	.form_notify span.cotainer-chk label {
		font-size: 14px!important;
	}


	.c-footer p {
		font-size: 15px;
	}
	.c-form {
		margin-top:40px;
	}
}

@media (min-height:300px) and (max-height:768px) {
	.c-container .logo img {
		margin-top:50px;
	}
	.c-form {
		margin-top:40px;
	}
	.greater {
		margin-top: 50px!important;
	}
}