@charset "utf-8";
*/
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: 'FoundationBold';
    src: url('../_asset/_css/_fonts/FoundationSans-Bold-webfont.eot');
    src: url('../_asset/_css/_fonts/FoundationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_asset/_css/_fonts/FoundationSans-Bold-webfont.woff') format('woff'),
         url('../_asset/_css/_fonts/FoundationSans-Bold-webfont.ttf') format('truetype'),
         url('../_asset/_css/_fonts/FoundationSans-Bold-webfont.svg#FoundationBold') format('svg');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
    font-family: 'FoundationRoman';
    src: url('../_asset/_css/_fonts/FoundationSans-Roman-webfont.eot');
    src: url('../_asset/_css/_fonts/FoundationSans-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_asset/_css/_fonts/FoundationSans-Roman-webfont.woff') format('woff'),
         url('../_asset/_css/_fonts/FoundationSans-Roman-webfont.ttf') format('truetype'),
         url('../_asset/_css/_fonts/FoundationSans-Roman-webfont.svg#FoundationRoman') format('svg');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
    font-family: 'FoundationItalic';
    src: url('../_asset/_css/_fonts/FoundationSans-Italic-webfont.eot');
    src: url('../_asset/_css/_fonts/FoundationSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_asset/_css/_fonts/FoundationSans-Italic-webfont.woff') format('woff'),
         url('../_asset/_css/_fonts/FoundationSans-Italic-webfont.ttf') format('truetype'),
         url('../_asset/_css/_fonts/FoundationSans-Italic-webfont.svg#FoundationItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {background-color: #BDC8CE;
font-family: "FoundationRoman","Trebuchet MS",Arial,Helvetica, sans-serif;}
header {height: 128px; padding-top: 15px;}
img {width: auto; max-width: 100%;}
.logoInfocar {
    text-align: right;
}
.headerWrapper {background-color: #fff;}
.headlineText {
    background-color: #1c538a;
    color: #ffffff;
    display: block;
    font-size: 26px;
    line-height: 1;
    margin: 0 !important;
    overflow: hidden;
    padding: 15px;
    text-align: center;
	font-family: "FoundationBold","Trebuchet MS",Arial,Helvetica, sans-serif;
	font-weight: 700;
}
.subheadlineText, .subheadlineTextMobile {
    background-color: #1c538a;
    color: #ffffff;
    display: block;
    font-size: 22px;
    line-height: 1;
    margin: 10px 0 !important;
    overflow: hidden;
    padding: 10px;
    text-align: center;
	font-family: "FoundationBold","Trebuchet MS",Arial,Helvetica, sans-serif;
	font-weight: 700;
}
.contentText, .contentTextMobile {margin: 20px 0; padding:0;}
.contentText ul, .contentTextMobile ul {list-style: none inside none; }
.contentText ul li, .contentTextMobile ul li {font-size: 24px; line-height: 1.1; margin: 0 0 10px 0;}
.contentText ul li:before, .contentTextMobile ul li:before  {content: ''; font-family: "Fontawesome"; margin-right: 10px; font-size: 20px; color:#1C538A; margin-left: -28px}
.visual {padding:0!important;}
.visual img {width: 100%!important;}
.mainSidebar {background-color: #D6DBDF;}
.topArrow {text-align: center; margin: 0; padding: 0 0 10px 0; display: block;}
.topArrow > img {
    vertical-align: top;
}
.contactForm {padding: 0 20px 20px 20px;}
.contactForm h2 {font-size: 24px}
.contactForm label {
    display: block;
    font-size: 16px;
    font-weight: 100;
}
.contactForm input, .contactForm textarea {
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.contactForm select {
    border: medium none;
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
	background: url(../_asset/_landing-repair/arrow-down.jpg) no-repeat;
	background-color: #fff;
	background-position: right top;
	
}
.accettazione {
    display: inline-block !important;
}
footer {
    border-top: 1px solid #e6e6e6;
    color: #333333;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
}
.checkboxOK {
    display: inline-block;
    width: auto !important;
}
.btnInvio {background-color: #1C538A; color: #ffffff; font-size: 24px; text-transform: uppercase; font-weight: 700; margin: 10px 0;}
.footer {display: block; text-align: center!important; margin: 20px 0;}
.dida {
    border: 1px dashed #ffffff;
    padding: 10px;
}
.subheadlineTextMobile, .contentTextMobile {display: none;}
@media only screen and (max-width: 991px) {
header img {max-width: 100%;}
header {height: auto; margin-bottom: 20px;}
}
@media only screen and (max-width: 767px)
{
.headlineText {
    font-size: 22px;
    padding: 10px;
}
.subheadlineTextMobile, .contentTextMobile {display: block;}
.subheadlineText, .contentText {display: none;}
}
select {
        /*for firefox*/
        -moz-appearance: none;
        /*for chrome*/
        -webkit-appearance:none;
      }

/*for IE10*/
select::-ms-expand {
    display: none;
}
