/* CSS Document */
@charset "utf-8";
/* Reset.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ""; content: none;}
.clearfix:before, .clearfix:after {content: ""; display: table; }
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
html {overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
* {margin:0; padding:0;border:none;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.clear {clear:both; width:100%;height:0; margin:0;padding:0;border:none;}

/*** Struttura ***/
body {width:100%;height:auto;font-family: 'Open Sans', sans-serif;font-size:18px;background-color:rgba(0,84,137,0.2);}

#container {width:100%;max-width:720px;margin:0 auto;padding:30px 15px;}
/* logo */
.logo {width:100%;max-width:240px;margin:0 auto;}
.logo img {width:100%; height:auto;}
/* div */
.divisorio {overflow:hidden; width:100%;padding:20px 0 30px 0;}
.title-under {display:block;background:#001C48;height:1px;width:100%;}
.title-under:after {content:'';display:block;width:100%;max-width:50%;background:inherit;height:4px;margin:6px auto;}

/* abstract */
.abstract {width:100%;margin:0 0 20px 0;text-align:center;}
.abstract p {margin:0 0 14px 0; line-height: 22px;color:rgba(0,84,137,1);font-weight:500;}
.abstract h1 {margin:0 0 6px 0;font-size:30px; line-height:30px; font-weight:800; text-transform:uppercase;color:rgba(170,126,27,1.00);}
.abstract h2 {margin:0 0 16px 0;font-size:22px; line-height:22px; font-weight:700;color:rgba(0,84,137,1);}

/* info */
.info {margin:0 0 10px 0;}
/* form */
form 						{overflow:hidden;width:100%;}
fieldset div 		{position:relative;float:left;width:48%;margin:0 10px 12px 0;background-color:#fff; border:rgba(0,84,137,0.4) solid 1px;}
fieldset input, fieldset select, fieldset textarea {width:100%;padding:12px 10px;font-size:16px;background: transparent;}
select {-webkit-appearance:none;-moz-appearance:none;appearance:none;}
input:focus, select:focus, textarea:focus {box-sizing: border-box; outline:none;}
fieldset .servizi {display:none;}
.select {color:#888;background:#fff url(/img/select-arrow.png) no-repeat 97% 50%;}
fieldset #campi-obbligatori {background:none;border:none;}
fieldset #campi-obbligatori label {font-size:13px;color:#001C48;}
fieldset #privacy_box	{width:100%;margin:0 0 10px 0;padding:0 8px 8px 8px;font-size:12px;line-height:16px;background:none;color:#001C48;border:none;}
fieldset #privacy_box input {width:15px;height:15px;padding:4px 0 0 0;}
fieldset #privacy_box strong {font-size:12px; font-weight:700;}
fieldset #privacy_box span {display:inline-table;}
fieldset #variabili {display:none;background:none;}
#invia { width:100%; max-width:240px;margin:0 auto;}
#invia2 {margin:0;border:none;}
.item {float:none;border:none;background:none;}
.item .jqconferma {display:block;width:100%;margin:0;font-family: 'Montserrat', sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;color:#FFF;background-color:#224771;cursor:pointer;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;}
.item:hover .jqconferma:hover {background-color:#393;transition: all 0.3s}
#nome-errore,#cognome-errore,#telefono-errore,#email-errore,#provincia-errore{display:none;}
.error {position:absolute;bottom:0;left:0;margin:0!important;padding:2px!important;font-size:10px!important; line-height:9px!important;background-color:rgba(192,8,31,05);color:#FFFFFF;}

.frequenza {display:none;}
/* validazione html5 */
input:focus, select:focus {border:#c4c4c4 solid 1px;}
input, select, input:required, select:required {border:#c4c4c4 solid 1px;}
input:required:focus:invalid, select:required:focus:invalid {border:#F00 solid 1px;}
input:required:valid, select:required:valid {border:#0C0 solid 1px;}

/** footer **/
.footer {width:100%;}
.footer p {font-size:14px;text-align:center;color:rgba(0,84,137,1)}
/** VARIE **/
.intero {display:inline-block;}
.maroon {color: rgba(170,126,27,1.00);}
@media (max-width: 560px) {
fieldset div 		{width:100%;margin:0 0 12px 0;}




}












