/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/* CSS Document */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');

/* SYSTEM */

.wide {
    margin: 0 -9999px;
    padding: 0px 9999px;
    position: relative;
    background-color: #FFFFFF;
}

.wide.odd { background-color: #7abcae; }

.wide.even { background-color: #f8f7f2; }

.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.nopadding-top { padding-top: 0;}

.table { margin: 0; padding: 1em 0; }

.grid-flex {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

#page { 
    overflow: hidden;
/*  background-color: #003c84;
	-webkit-appearance: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  box-shadow: 5px 5px 20px #666666;
  margin: 50px 0 20px;*/
}

/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 #FFFFFF;
    font: 22px/1.2 Helvetica,Arial,sans-serif;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-weight: 300;
    color: #545454;
    margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p { 
    font-family: Helvetica,Arial,sans-serif;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #13534d;
    line-height: 1.2;
}

h1, .h1 { font-weight: 300; font-size: 2.5em; line-height: 1; }

h1.title, .h1.title { font-weight: 300; font-size: 5em; line-height: 1; }

h2, .h2 { font-weight: 300; font-size: 2em; line-height: 1.1; }

h3, .h3 { font-weight: 300; font-size: 1.5em; line-height: 1.2; }

h4, .h4 { font-size: 1em; line-height: 1.2; }

h5, .h5 { font-size: 0.8em; line-height: 1.2; }

p, ul { 
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #545454;
    line-height: 1.3;
    font-weight: 300;
    margin-top: 0px;
}

ul.bullet { padding-left: 20px; }
ul.bullet li {  list-style: outside url("../images/bullet.png") disc; }
ul.list-unstyled {  list-style: outside none none; padding-left: 2em; }

p.big { font-size: 1.3em; }

.normal { font-weight: 300!important; }
.medium { font-weight: 400!important; }


/* STYLE */

a, img { border: 0 none; outline : none; }

a:link, a:visited, li a:link, li a:visited {  color: #13534d; text-decoration: none; border: 0 none; outline : none; }

a:hover, a:focus, li a:hover { color: #0a5d55; }

a:active, li a:active, a.active, li a.active { color: #0a5d55;  }

.marker, .form-required, .request { color: #13534d; }

.evidenza { color: #13534d; }
.white { color: #FFFFFF; }
.gray { color: #888a8c; }
.black { color: #545454; }
.red { color: #9e1130;}
 
strong,b { font-weight: 700; }

span.sup { font-size: 70%; position: relative; top: -0.5em; }

sub { font-size: 70%; position: relative; top: 2px; }

.btn { border: none; padding: 0.6em 1em 0.8em; }

.btn {
    background: #13534d url("../images/arrow.png") no-repeat scroll 95% center;
    border: medium none;
    border-radius: 6px;
    color: #fff !important;
    font-size: 40px;
    line-height: 1;
    margin: 0;
    padding: 12px 40px 2px 20px;
}

.btn:hover { opacity: 0.9; }

/*  HEADER  */

.header .content { height: 390px; }

.header .logo_aio { position: absolute; right: 0;  top: -20px; }

.header .logo_aioprot { position: absolute; right: 250px; top: 10px; }

.header .head_ombrello { position: relative; left: -240px; top: -25px; }

.header h1 { font-weight: 700; color: #FFF; font-size: 60px; }

.header h2 { font-weight: 400; font-size: 50px;  margin-top: 160px; }

.header p { font-weight: 400; font-size: 24px; color: #13534d; line-height: 1.5; }


/* TABS */

.nav-tabs.nav-justified { padding: 50px 0; }

.nav-tabs.nav-justified > li > a {
    background: transparent url("../images/tondooff2.png") no-repeat scroll top center;
    height: 300px;
    border: 0;
    border-radius: 0;
    color: #FFF;
/*    min-width: 286px;*/
 }

.nav-tabs.nav-justified > li.chi a { background-image: url("../images/tondooff1.png"); }
.nav-tabs.nav-justified > li.formula a { background-image: url("../images/tondooff3.png"); }

.nav-tabs.nav-justified > li > a h4 {
    font-size: 30px;
    font-weight: 400;
    color: #FFF;
    position: relative;
    top: 110px;
    line-height: 1;
    background: transparent url("../images/icon_frecciadown.png") no-repeat scroll bottom center;
    padding-bottom: 50px;
}

.nav-tabs.nav-justified > li.doppio > a h4 { top: 80px; }


.nav-tabs.nav-justified > li:hover a h4,
.nav-tabs.nav-justified > li.active a h4 {
    color: #9e1130;
    background-image: url("../images/icon_frecciadown2.png");
    padding-bottom: 180px;
} 

.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > .active > a, 
.nav-tabs.nav-justified > .active > a:hover, 
.nav-tabs.nav-justified > .active > a:focus {
    color: #9e1130;
    font-weight: 400;
    background: none;
    border: 0 none;
    color: #9e1130;
}

.nav-tabs.nav-justified > li:hover a,
.nav-tabs.nav-justified > li.active a {
    background: transparent url("../images/tondoon.png") no-repeat scroll top center!important;
}

.nav-tabs.nav-justified > li > a:hover h4,
.nav-tabs.nav-justified > .active > a h4, 
.nav-tabs.nav-justified > .active > a:hover h4, 
.nav-tabs.nav-justified > .active > a:focus h4 {
    color: #9e1130;
    font-weight: 400;
}

.tabs .tab-content .content { padding: 1em 30px; }

.tabs .tab-content .border { 
    border-top: 1px solid #000; 
    border-bottom: 1px solid #000;
}

.tabs .tab-content .border-bottom {  border-bottom: 1px solid #000; }

.tabs .tab-content h3 { font-weight: 500; font-size: 25px; color: #545454; }

.tabs .tab-content p, 
.tabs .tab-content li { font-weight: 300; font-size: 20px; }

.tabs .tab-content .tabella { padding: 10px 0 20px; }
.tabs .tab-content .tabella .title { font-weight: 700; }
.tabs .tab-content .tabella .rows { padding: 5px 0; display: flex; }
.tabs .tab-content .tabella .strong { font-weight: 700; }
.tabs .tab-content .tabella .odd { background-color: #e6e5e3; }
.tabs .tab-content .tabella .even { background-color: transparent; }

/* CONTATTI */

.contatti h4 { font-weight: 700; }

.download h6 { font-weight: 400; }

.download h6.off { color: #545454; }

.download a { font-weight: 400; opacity: 0.9; }

.download a:hover { opacity: 1; }


/* FOOTER */

.footer.first { 
    background: #1A6F68 url("../images/bg_footer.jpg") repeat-x scroll bottom center;
    border: medium none;
    margin-top: 10px;
}

.footer.first .border { border-left: 1px solid #FFF; border-right: 1px solid #FFF;  }

.footer.first h4 { color: #FFF; font-weight: 700; font-size: 24px; }

.footer.first h5 { color: #FFF; font-weight: 400; font-size: 30px; }

.footer.first h6 { color: #fff; font-size: 20px; font-weight: 400; margin-top: 30px; }

.footer.first p { color: #fff; font-size: 16px; font-weight: 400; margin-top: 10px; }

.footer.first a { color: #FFF;  text-decoration: underline; }

.footer.first a:hover { color: #DBECE5; }

/*  WEBFORM  */

.webform-client-form p,
.webform-client-form label { }

.webform-component,
.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-component label,
.webform-component .description
.webform-client-form .form-actions {
    font-family: "Roboto Slab",Arial,Helvetica, sans-serif;
    display: inline;
    float: left;
    margin: 0.6em 0px 0em;
    position: relative;
}

.webform-component label,
.webform-component .description {
    font-family: "Roboto Slab",Arial,Helvetica, sans-serif;
    display: inline;
    float: left;
    margin: 0 0 5px;
    font-size: 1em;
    position: relative;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea {
    border: 1px solid #9d9fa1;
    border: none;
    border-bottom: 1px solid #545454;
    background: none;
    display: inline;
    float: left;
    font-size: 14px;
    margin: 0;
    position: relative;
    padding: 0.2em 0.5em;
    height: auto;
    color: #545454;
}

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: "Roboto Slab",Arial,Helvetica, sans-serif;
    margin-bottom: 0;
    margin-top: 5px;
    width: 50%;
    float: left;
}

.webform-component .form-type-checkbox label,
.webform-component .form-type-checkbox .description,
.webform-component .form-type-radio label,
.webform-component .form-type-radio .description {
    font-size: 1em;
    color: #545454;
    font-weight: 300;
    line-height: 1.2;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
}

.webform-component .form-type-checkbox input,
.webform-component .form-type-radio input {
    margin: 0.2em 0;
    margin-left: -25px;
}

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    width: 100%;
}


.webform-component .form-control { color: #545454; }
.webform-component .form-control::-webkit-input-placeholder { color: #545454; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: #545454; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: #545454; } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: #545454; } /* Firefox 18- */

.webform-client-form fieldset { background: none; border: none; box-shadow: none; margin: 0; }
.webform-client-form .panel-body { padding: 0; }

.webform-component.webform-component-markup h3 { font-size: 38px; color: #545454; }

.webform-component.webform-component-markup a { text-decoration: underline; }

.webform-component.webform-component--head { width: 100%; padding: 0px 20px 10px; margin: 0; }

.webform-component--footer { padding: 10px 20px; width: 100%; margin: 0; }

.webform-component--footer p { color: #13534d; }

.webform-component--footer a:hover { color: #545454; }

.webform-component.privacy label { font-size: 0.8em; font-size: 12px; margin-left: 10px; }

.webform-client-form .form-actions { 
/*    position: absolute;*/
/*    right: 94px;*/
/*    top: 158px;*/
/*    width: 20%;*/
}

.webform-client-form .form-actions .form-submit { 
    background: #A11434 url("../images/bg_send.jpg") repeat-x scroll top center;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 13px 30px;
    text-shadow: none;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: -163px;
    width: auto;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

.img-responsive { display: inline-block; }


    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 300px) {

        body { font-size: 8px; }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

        body { font-size: 12px; }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

        body { font-size: 16px; }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

        body { font-size: 18px; }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

        body { font-size: 20px; }

    }


    /*==========  Non-Mobile First Method  ==========*/


    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Laptop MD*/
    @media (min-width: 992px) and (max-width: 1199px) { 

    }

    /* Medium Devices, Desktops MD*/
    @media only screen and (max-width : 992px) {

    }

    /* Portrait tablets and small desktops */
    @media (min-width: 768px) and (max-width: 991px) {

    }

    /* Small Devices, Tablets SM*/
    @media only screen and (max-width : 767px) {

    }

    /* Mobile Large, Extra Small Devices, Phones XS*/ 
    @media only screen and (max-width : 480px) {

    }

    /* Mobile Medium, iPhone Retina */ 
    @media only screen and (max-width : 375px) {


    }

    /* Mobile Small, Custom iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {  }


@media (max-width: @screen-xs-max) {  }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {  }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {  }
@media (min-width: @screen-lg-min) {  }

