body {
	background:#CECECE;
	margin:0;
}

@media (min-width:1200px) {
.header {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	display:block;
	height:auto;
}
.header img {width:100%;}
.aboutus {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	display:block;
	height:270px;
	background:url('../img/about-us.png');
	background-repeat:no-repeat;
  background-size:1200px 270px;
  border-bottom:1px solid #969AA5;
}
.aboutus img {width:100%;}
.middle {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	display:block;
	height:942px;
	background:url('../img/middle.jpg');
	background-repeat:no-repeat;
  background-size:1200px 942px;
}
.middle img {width:100%;}
.bottom {
	width:100%;
	max-width:1200px;
	height:318px;
	margin:0 auto;
	display:block;
	background-image:url('../img/bottom.png');
	background-repeat:no-repeat;
	background-size:100% 318px;
}
.bottom img {width:100%;}
.box1 {
	float:left;
	display:block;
	width:58%;
}
.box2 {
	float:left;
	display:block;
	width:32%;
	padding-right:10%;
	padding-top:60px;
}
.box1b {
	float:left;
	display:block;
	width:50%;
}
.box2b {
	float:left;
	display:block;
	width:50%;
	padding-top:60px;
}
.box3 {
	float:left;
	display:block;
	width:50%;
}
.box4 {
	float:left;
	display:block;
	width:36%;
	padding-right:7%;
	padding-left:7%;
	padding-top:100px;
}
.box5 {
	float:left;
	display:block;
	width:70%;
}
.box6 {
	float:left;
	display:block;
	width:26%;
	padding-right:2%;
	padding-left:2%;
}
.testo {
	color:#838389;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
}
.testo a {color:#F2444D; text-decoration:none;}
.testo a:hover {color:#000;}
.testo .evidenzia {color:#F2444D; text-decoration:none;}
.contacts {
	color:#F7F7F5;
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	font-weight:bold;
	line-height:40px;
}
.indirizzi1 {
	color:#F7F7F5;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:30px;
}
.indirizzi1 a {color:#F7F7F5; text-decoration:none; margin-right:80px;}
.indirizzi1 a:hover {color:#fff;}
.indirizzi2 {
	color:#F7F7F5;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:30px;
}
.indirizzi2 a {color:#F7F7F5; text-decoration:none;}
.indirizzi2 a:hover {color:#fff;}
.footer {
	background:#EFEFEF;
	width:100%;
	max-width:1200px;
	height:70px;
	margin:0 auto;
	display:block;
}
.logo {
	width:100px;
	height:auto;
	margin-left:25px;
	margin-top:20px;
	margin-right:30px;
	float:left;
}
.testo-footer1 {
	color:#1A253C;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	float:left;
	margin-top:32px;
}
.testo-footer2 {
	color:#8B8B8B;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	float:left;
	margin-top:32px;
}
.testo-footer3 {
	color:#1A253C;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	margin-top:32px;
	float:right;
}
.testo-footer3 a {color:#1A253C; text-decoration:none;}
.testo-footer3 a:hover {color:#000;}
/* FORM */
.tab-form {
	width:100%;
	margin-top:290px;
	margin-left:60px;
	max-width:450px;
}
.form-input1 {
	width:100%;
	margin-bottom:30px;
	border:0;
	padding:20px 30px;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	background:#EFEFEF;
	border-radius:30px;
}
.form-input2 {
	width:100%;
	margin-bottom:30px;
	border:0;
	padding:20px 30px;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	background:#EFEFEF;
	border-radius:30px;
}
.form-button {
	width:100%;
	border:0;
	text-align:center;
	background:#04142D;
	padding:20px 30px;
	color:#EFEFEF;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	border-radius:30px;
	cursor:pointer;
}
.contactFrm {
	position:absolute;
	width:50%;
	background:#04142D;
	text-align:center;
	max-width:1200px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin:0 auto;
	left:25%;
	top:100px;
	opacity:0.8;
}
/* /FORM */
}

@media (max-width:1199px) {
.header {
	width:100%;
	margin:0 auto;
	display:block;
	height:auto;
}
.header img {width:100%;}
.aboutus {
	width:100%;
	display:block;
	height:50%;
	background-color:#EFEFEF;
	background-image:url('../img/about-us.png');
	background-repeat:no-repeat;
  background-size:100% auto;
  background-position:0 50%;
  border-bottom:1px solid #969AA5;
}
.aboutus img {width:100%;}
.middle {
	width:100%;
	display:table;
	height:40%;
	background-color:#F2444D;
	background-image:url('../img/middle.jpg');
	background-repeat:no-repeat;
  background-size:100% auto;
 /* background-position:0 50%;*/
}
.middle img {width:100%;}
.bottom {
	width:100%;
	display:table;
	background-image:url('../img/bottom.png');
	background-repeat:no-repeat;
	background-size:100% auto;
}
.bottom img {width:100%;}
.box1 {
	float:left;
	display:block;
	width:58%;
}
.box2 {
	float:left;
	display:block;
	width:37%;
	padding-right:5%;
	padding-top:60px;
}
.box1b {
	float:left;
	display:block;
	width:50%;
}
.box2b {
	float:left;
	display:block;
	width:50%;
	padding-top:60px;
}
.box3 {
	float:left;
	display:block;
	width:50%;
}
.box4 {
	float:left;
	display:block;
	width:44%;
	padding-right:3%;
	padding-left:3%;
	padding-top:20px;
}
.box4 br {height:10px;}
.box5 {
	display:inline-block;
	width:100%;
}
.box6 {
	display:inline-block;
	width:100%;
}
.testo {
	color:#838389;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:16px;
}
.testo a {color:#F2444D; text-decoration:none;}
.testo a:hover {color:#000;}
.contacts {
	color:#F7F7F5;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	line-height:32px;
}
.indirizzi1 {
	color:#F7F7F5;
	font-family: 'Roboto', sans-serif;
	font-size:10px;
	line-height:20px;
	display:inline-block;
}
.indirizzi1 a {color:#F7F7F5; text-decoration:none; margin-right:15px;}
.indirizzi1 a:hover {color:#fff;}
.indirizzi2 {
	color:#F7F7F5;
	font-family: 'Roboto', sans-serif;
	font-size:10px;
	line-height:20px;
	display:inline-block;
}
.indirizzi2 a {color:#F7F7F5; text-decoration:none;}
.indirizzi2 a:hover {color:#fff;}
.footer {
	background:#EFEFEF;
	width:100%;
	height:150px;
	margin:0 auto;
	display:block;
}
.logo {
	width:60px;
	height:auto;
	margin-left:15px;
	margin-top:25px;
	margin-right:30px;
	float:left;
}
.testo-footer1 {
	color:#1A253C;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	float:left;
	margin-top:20px;
	margin-left:15px;
}
.testo-footer2 {
	color:#8B8B8B;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	float:left;
	margin-top:15px;
	margin-left:15px;
}
.testo-footer3 {
	color:#1A253C;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	margin-top:15px;
	float:left;
	margin-left:15px;
}
.testo-footer3 a {color:#1A253C; text-decoration:none;}
.testo-footer3 a:hover {color:#000;}
/* FORM */
.tab-form {
	width:100%;
	margin-top:70px;
	margin-left:20px;
	max-width:230px;
}
.form-input1 {
	width:80%;
	margin-bottom:10px;
	border:0;
	padding:8px 16px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	background:#EFEFEF;
	border-radius:30px;
}
.form-input2 {
	width:80%;
	margin-bottom:30px;
	border:0;
	padding:12px 16px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	background:#EFEFEF;
	border-radius:30px;
}
.form-button {
	width:80%;
	border:0;
	text-align:center;
	background:#04142D;
	padding:8px 16px;
	color:#EFEFEF;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	border-radius:30px;
	cursor:pointer;
}
.contactFrm {
	position:absolute;
	width:50%;
	background:#04142D;
	text-align:center;
	max-width:1200px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin:0 auto;
	left:25%;
	top:100px;
	padding:0 20px;
	opacity:0.8;
}
/* /FORM */
}