@charset "utf-8";
/*  Web design www.uaustudio.com Milano */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:1.3em;
	color:#444;
	max-width:1200px;
	margin:auto;
	background:url(img/bgr.png) repeat-y;
	background-size:contain;
}
.main:after, .boxes:after {
  content: "";
  display: table;
  clear: both;}
#top {
	background:url(img/top.jpg) no-repeat;
	background-size:contain;
	display: inline-block;
	width:100%;
	position: relative;
}
#top:after {
  padding-top: 29.5%;
  display: block;
  content: '';
}
#top .logo {
	position:absolute;
	top:6%;
	left:4%;
	width:30%;}
#top .parti {
	position:absolute;
	bottom:4%;
	left:4%;
	width:53%;}
	
.boxes {
	width:54%;
	float:left;
	padding-bottom:4%;
	}

.box {
	background:#cf450f;
	margin:7% 0 0 8%;
	color:#FFFFFF;
	float:left
	}

.items {
	width:64%;
	float:left;}
.item {
	background:url(img/arrow.png) no-repeat left;
	padding:5% 6%;}
.item.uno {
	color:#ffe799;
	background: none;}
.box img {
	float:right;
	width:36%;}
.button {
	float:right;
	background:#FFFFFF;
	padding:5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#cf450f;
	margin:0 5% 3%;
	border:0;
	font-size:15px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;}


.box.due {
	background:#8c1f1b;}
.due .items {
	float:right;}
.due .item {
	background:url(img/arrow2.png) no-repeat right;}
.due .item.uno {
	background:none;}
.due .button {
	color:#8c1f1b;}

.box.due img {
	float:left}

.form {
	float:right;
	width:34%;
	padding:2.5%;
	background:#FFFFFF;
	margin:-4% 2% 4% 0;
	z-index:100;
	position:relative;
	box-shadow:rgba(0,0,0,0.30) -5px 5px 10px}
form { border-top: dashed 1px #cf450f; margin:20px 0; padding:20px 0;}
h1 { color:#cf450f; margin:0 0 20px; font-size:2em}
h2 { color:#cf450f; margin:20px 0 5px; font-size:1.5em}
h4 { color:#cf450f; margin-bottom:5px; font-size:1.2em}
label { display:block; font-weight:bold; font-size:0.9em;}
input[type=text],input[type=email] { width:96%; border:dashed 1px #cf450f; padding:6px; font-size:1.1em; margin-top:5px; }
.mc-field-group { margin:0 0 20px;} 
li label { display:inline; font-weight:normal; }
.form .button {
	color:#FFF;
	background:#cf450f;
	text-transform:none;
	float:left;
	margin:15px 0;
	cursor:pointer;
}
.privacy{
	font-size:12px;
	}
.privacy a{
	color: #222;
	}

 #foot {
	background:url(img/foot.jpg);
	background-size:cover;
	height:50px;}

#mc_embed_signup .clear {clear:both;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}

@media only screen and (max-width: 800px) {
.boxes {
    float: none;
    padding-bottom: 4%;
    width: 100%;
}
.box {
    margin: 4% 4% 0;
}
.form {
	float:none;
	width:87%;
	margin:4%;}
}

@media only screen and (max-width: 600px) {
#top {background-size:cover}
#top::after {padding-top: 35.4%;}
#top .logo {width:39%;}
#top .parti {width:72%;}
}