/*GLOBAL*/
* {
	margin: 0;
}
html, body {
	height:100%;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #656565;
	background-color:#000;
    opacity: 1;
    transition: 1.2s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
a, img {
    border:none;
	outline:0 !important;
	display:block;
}
.back-to-top {
	display:block;
	position: fixed;
	top:82%;
	right: 6%;
	display: none;
	width: 35px;
	height: 20px;
	z-index:9999;
}
#top-wrap {
	display:inline-block;
	position:relative;
	float:left;
	width: 100%;
	height: 50px;
	margin:0;
	z-index:9999;
}
#logo {
	position:relative;
	float:left;
	width: 200px;
	height: auto;
	margin:10px 0 0 0;
	z-index:9999;
}
#logo img{
	max-width: 100%;
}
#language-wrap {
	position:relative;
	float:right;
	width: 200px;
	height: 40px;
}
#it {
	display:inline-block;
	position:relative;
	float:right;
	width: 40px;
	height: 40px;
	margin:5px 0 0 0;
}
#en {
	display:inline-block;
	position:relative;
	float:right;
	width: 40px;
	height: 40px;
	margin:5px 0 0 10px;
}

#main-index {
	position: relative;
	float: left;
	width: 1200px;
	height: 800px;
	margin: 0 auto 30px auto;
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#main-index img{
	max-width: 100%;
}	
.main-index-title {
	position: relative;
	width: 100%;
	height:auto;font-family: 'Orbitron', sans-serif;
	font-weight:500;
	font-size:50px;
	color: #c1272d;
	text-align:center;
	margin: 24% 0 0 0;
	text-transform: uppercase;
}		
.main-index-text {
	position: relative;
	width: 60%;
	height:auto;
	font-family: 'Orbitron', sans-serif;
	font-weight:400;
	font-size:20px;
	color: #fff;
	text-align:center;
	padding: 20% 20% 50px 20%;
	text-transform: uppercase;
}		
#main-image {
	position: relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 0 auto 30px auto;
}
#main-image img{
	max-width: 100%;
}	
#main-text-wrap {
	position: relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 0 auto 40px auto;
	background-color:#fff;
}
#main-text {
	position: relative;
	width: 94%;
	height:auto;font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	font-size:20px;
	color: #666;
	text-align:center;
	padding: 20px 3% 20px 3%;
	text-transform: uppercase;
}
#message-text {
	position: relative;
	float:left;
	width: 94%;
	height:auto;font-family: 'Open Sans Condensed', sans-serif;
	font-weight:500;
	font-size:30px;
	color: #fff;
	text-align:center;
	padding: 100px 3% 20px 3%;
	text-transform: uppercase;
}
#index-parallax {
	position: relative;
	float:left;
	width: 100%;
	height:auto;
}
#footer {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 20px auto 10px auto;
}
#footer-logo {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin:10px 0 10px -5px;
	z-index:9999;
}
#footer-logo img{
	max-width: 100%;
}
.contact {
	position: relative;
	float:left;
	width: 30%;
	height:auto;
	height:auto;font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	font-size:20px;
	color: #fff;
	text-align:left;
	padding: 15px 0 50px 0px;
	text-transform: uppercase;
}
.form {
	position: relative;
	float:right;
	width: 60%;
	height:auto;
	margin: 30px 0px 50px 0;
}
.request-01 {
	display:inline-block;
	position: relative;
	float:left;
	width: 47%;
	height:50px;
	height:auto;font-family: 'Orbitron', sans-serif;
	font-weight:400;
	font-size:20px;
	text-align:left;
	margin: 0;
	text-transform: uppercase;
	border-radius:5px;
	border:0;
	padding: 10px 0 10px 1%;
	text-transform: uppercase;
}
.request-02 {
	display:inline-block;
	position: relative;
	float:right;
	width: 47%;
	height:50px;
	height:auto;font-family: 'Orbitron', sans-serif;
	font-weight:400;
	font-size:20px;
	text-align:left;
	margin: 0;
	text-transform: uppercase;
	border-radius:5px;
	border:0;
	padding: 10px 0 10px 1%;
	text-transform: uppercase;
}
.request-03 {
	position: relative;
	float:left;
	width: 99%;
	height:400px;
	height:auto;font-family: 'Orbitron', sans-serif;
	font-weight:400;
	font-size:20px;
	text-align:left;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	border-radius:5px;
	border:0;	
	padding: 3% 0 3% 1%;
	text-transform: uppercase;
}
input[type=submit] {
	position: relative;
	float:none;
	width: 50%;
	height:auto;
	height:auto;
	font-family: 'Orbitron', sans-serif;
	font-weight:400;
	font-size:20px;
	background-color:#fff;
	color: #666;
	text-align:center;
	margin: 20px 25% 0 25%;
	text-transform: uppercase;
	border-radius:5px;
	border:0;	
	padding: 10px 0 10px 0;
	text-transform: uppercase;
}
.strap {
	position: relative;
	float:left;
	width: 100%;
	height:auto;font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	font-size:12px;
	color: #fff;
	text-align:center;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
.desktop{
	display:block !important;
}
.mobile{
	display:none !important;
}