@media screen and (max-width: 1024px) {

#logo {
	position:relative;
	float:left;
	width: 100px;
	height: auto;
	margin:10px 0 0 0;
	z-index:9999;
}
#logo img{
	max-width: 100%;
}	
#language-wrap {
	position:relative;
	float:right;
	width: 100px;
	height: 40px;
	margin:0 auto 20px auto;
}
#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;
}

.back-to-top {
	display:none!important;
}
#main-index {
	position: relative;
	float: left;
	width: 100%;
	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%;
}			
}
@media screen and (max-width: 850px) {

#top-wrap {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin:10px 0 20px 0;
	z-index:9999;
}
#logo {
	position:relative;
	float:none;
	width: 200px;
	height: auto;
	margin:10px auto 20px auto;
	z-index:9999;
	text-align:center;
}
#logo img{
	max-width: 100%;
}	
#language-wrap {
	position:relative;
	float:none;
	width: 90px;
	height: 40px;
	margin:10px auto 20px auto;
}
#it {
	display:inline-block;
	position:relative;
	float:left;
	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-image {
	position: relative;
	float:left;
	width: 100%;
	height:auto;
	margin: 0 auto 30px auto;
}
#main-image img{
	max-width: 100%;
}	
#main-text {
	position: relative;
	float:left;
	width: 94%;
	height:auto;font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	font-size:20px;
	color: #666;
	text-align:left;
	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: 20px 3% 20px 3%;
	text-transform: uppercase;
}
#footer-logo {
	position:relative;
	float:none;
	width: 200px;
	height: auto;
	margin:10px auto 10px auto;
	z-index:9999;
}
#footer-logo img{
	max-width: 100%;
}
.contact {
	position: relative;
	float:left;
	width: 100%;
	height:auto;
	height:auto;font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	font-size:30px;
	color: #fff;
	text-align:center;
	padding: 20px 0 20px 0;
	text-transform: uppercase;
}
.form {
	position: relative;
	float:right;
	width: 100%;
	height:auto;
	margin: 20px 0 20px 0;
}
.request-01 {
	display:inline-block;
	position: relative;
	float:none;
	width: 90%;
	height:auto;
	height:auto;font-family: 'Orbitron', sans-serif;
	font-weight:400;
	font-size:20px;
	text-align:left;
	margin: 0 5% 10px 5%;
	text-transform: uppercase;
	border-radius:5px;
	border:0;
	padding: 10px 0 10px 1%;
	text-transform: uppercase;
}
.request-02 {
	display:inline-block;
	position: relative;
	float:none;
	width: 90%;
	height:auto;
	height:auto;font-family: 'Orbitron', sans-serif;
	font-weight:400;
	font-size:20px;
	text-align:left;
	margin: 10px 5% 10px 5%;
	text-transform: uppercase;
	border-radius:5px;
	border:0;
	padding: 0 0 0 1%;
	text-transform: uppercase;
}
.request-03 {
	position: relative;
	float:none;
	width: 90%;
	height:400px;
	height:auto;
	font-family: 'Orbitron', sans-serif;
	font-weight:400;
	font-size:20px;
	color: #fff;
	text-align:left;
	margin: 20px 5% 0 5%;
	text-transform: uppercase;
	border-radius:5px;
	border:0;	
	padding: 3% 0 3% 1%;
	text-transform: uppercase;
}
input[type=submit] {
	position: relative;
	float:left;
	width: 90%;
	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 5% 20px 5%;
	text-transform: uppercase;
	border-radius:5px;
	border:0;	
	padding: 10px 0 10px 0;
	text-transform: uppercase;
}
.strap {
	position: relative;
	float:none;
	width: 90%;
	height:auto;font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	font-size:20px;
	color: #fff;
	text-align:center;
	padding: 20px 0 0 0;
	margin: 20px 5% 0 5%;
	text-transform: uppercase;
}
}