/**
 * 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:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');


/* SYSTEM */

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

.wide.odd { background-color: #f2f8ed; }

.wide.even { background-color: #049c9d; }

.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-vertical2 { padding-bottom: 2em; padding-top: 2em; }
.padding-vertical3 { padding-bottom: 3em; padding-top: 3em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.padding-top { padding-top: 1em; }
.padding-bottom { padding-bottom: 1em; }
.nopadding-top { padding-top: 0;}
.nopadding-bottom { padding-bottom: 0;}
.margin-top { margin-top: 1em; }
.margin-bottom { margin-bottom: 1em; }
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

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

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

.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

#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: 15px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #3b3937;
    margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p { 
    font-family: Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #089d9e;
    line-height: 1.2;
}

h1, .h1 { font-weight: 400; font-size: 1.8em; line-height: 1; }

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

h2, .h2 { font-weight: 400; font-size: 1.6em; line-height: 1.1; }

h3, .h3 { font-weight: 400; font-size: 1.4em; line-height: 1.2; }

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

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

h6, .h7 { font-size: 0.7em; line-height: 1.2; }

p, ul { 
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #3b3937;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 0px;
}

ul.bullet-image {  list-style: outside url("../images/arrow.png") none; padding-left: 3em; }
ul.list-unstyled {  list-style: outside none none; padding-left: 2em; }
ul.list-bullet { padding-left: 1.5em; list-style: outside none none;  }
ul.list-bullet li { display: block; margin-bottom: 0.3em; }
ul.list-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    float: left;
    margin-top: 4px;
    margin-left: -1.1em;
    color: #3b3937;
}

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

.thin { font-weight: 100!important; }
.extra-light { font-weight: 200!important; }
.light { font-weight: 300!important; }
.normal { font-weight: 400!important; }
.medium { font-weight: 500!important; }
.semi-bold { font-weight: 600!important; }
.bold { font-weight: 700!important; }
.extra-bold { font-weight: 800!important; }
.ultra-bold { font-weight: 900!important; }

.fprimary { font-family: 'Roboto', sans-serif; }
.fsecondary { font-family: 'Roboto Condensed', sans-serif; }

/* STYLE */

a, img { border: 0 none; transition: all 0.25s ease-in-out 0s; }

a:link, a:visited, li a:link, li a:visited {  color: #1e943a; text-decoration: none; }

a:hover, a:focus, li a:hover { color: #045f60; outline: none; }

a:active, li a:active, a.active, li a.active { color: #045f60;  }

.marker, .form-required, .request { color: #089d9e; }

.evidenza { color: #1e943a; }
.lgreen { color: #9cd8d8; }
.green { color: #089d9e; }
.dgreen { color: #045f60;}
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #3b3937; }

.bggreen { background-color: #049c9d; }
.bgdwhite { background-color: #f2f8ed; }

.border { border-top: 2px solid #d7d7d7; border-bottom: 2px solid #d7d7d7; }

strong,b { font-weight: 700; }

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

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

.btn { 
    font-family: 'Roboto', sans-serif;
    border: none;
    padding: 0.6em 1em 0.8em;
    font-weight: 400;
    background-color: #089d9e;
    color: #FFFFFF;
    transition: all 0.25s ease-in-out 0s;
    text-transform: uppercase;
    box-shadow: none;
    line-height: 1;
    border-radius: 0;
}


/*.btn { */
/*    border: none;*/
/*    padding: 0.6em 1em 0.8em;*/
/*    transition: all 0.25s ease-in-out 0s;*/
/*    font-size: 0.9em;*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    box-shadow: 0px 5px 20px #535353;*/
/*    text-transform: uppercase;*/
/*    border: 2px solid transparent;*/
/*}*/

.btn-default, .button-default  { 
    background: #089d9e none scroll no-repeat top center;
    border: 0px solid #3b3937;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: auto;
    font-size: 1.5em;
    line-height: 1;
    margin: 0;
    padding: 0.5em 3em 0.5em 1em;
    text-shadow: none;
    box-shadow: none;
    text-transform: lowercase;
    font-variant: small-caps;
 
    background: #089d9e url("../images/icon-arrow.png") scroll no-repeat 90% center / auto;
    background-color: #089d9e!important;
    color: #FFFFFF!important; 
}

.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active,
.button-default:hover, 
.button-default:focus, 
.button-default.focus, 
.button-default:active { background-color: #1e943a!important; border-color: transparent; }

.btn-default:active:hover, 
.btn-default.active:hover, 
.open > .dropdown-toggle.btn-default:hover, 
.btn-default:active:focus, 
.btn-default.active:focus, 
.open > .dropdown-toggle.btn-default:focus, 
.btn-default.focus:active, 
.btn-default.active.focus, 
.open > .dropdown-toggle.btn-default.focus,
.button-default:active:hover, 
.button-default.active:hover, 
.open > .dropdown-toggle.button-default:hover, 
.button-default:active:focus, 
.button-default.active:focus, 
.open > .dropdown-toggle.button-default:focus, 
.button-default.focus:active, 
.button-default.active.focus, 
.open > .dropdown-toggle.button-default.focus { background-color: #1e943a!important; }


.btn-primary, .button-primary  { 
    background: #089d9e none scroll no-repeat top center;
    border: 0px solid #3b3937;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: auto;
    font-size: 1.5em;
    line-height: 1;
    margin: 0;
    padding: 0.5em 3em 0.5em 1em;
    text-shadow: none;
    box-shadow: none;
    text-transform: lowercase;
    font-variant: small-caps;
 
    background: #089d9e url("../images/icon-arrow.png") scroll no-repeat 90% center / auto;
    background-color: #089d9e!important;
    color: #FFFFFF!important; 
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active,
.button-primary:hover, 
.button-primary:focus, 
.button-primary.focus, 
.button-primary:active { background-color: #1e943a!important; border-color: transparent; }

.btn-primary:active:hover, 
.btn-primary.active:hover, 
.open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, 
.btn-primary.active:focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.btn-primary.focus:active, 
.btn-primary.active.focus, 
.open > .dropdown-toggle.btn-primary.focus,
.button-primary:active:hover, 
.button-primary.active:hover, 
.open > .dropdown-toggle.button-primary:hover, 
.button-primary:active:focus, 
.button-primary.active:focus, 
.open > .dropdown-toggle.button-primary:focus, 
.button-primary.focus:active, 
.button-primary.active.focus, 
.open > .dropdown-toggle.button-primary.focus { background-color: #1e943a!important; }

.gradient-hor { 
    background: #FFF; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #FFF, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFF, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFF, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFF , #000); /* Standard syntax (must be last) */
}

.fascia { margin-bottom: 4em; padding-bottom: 4em; padding-top: 4em; }
.fascia .stella { position: absolute; z-index: 1; top: -2.5em; right: 2em; }

/*HEADER*/

.header .head { 
    background: #FFFFFF url("../images/header-fbg.jpg") scroll repeat-x center top;
    height: 35em;
}

.header .head .strillo h1 { font-size: 4em; line-height: 1; margin: 1.2em 0 0.5em;}
.header .head .strillo h2 { font-size: 2em; line-height: 1.2; margin: 0; }
.header .head .stella-big { position: relative; z-index: 1; top: 7em; left: 2em; }
.header .head .stella-big img { max-width: 120%; }

.header .miba { padding-top: 6em; padding-bottom: 3em; }

.header .miba h3 { font-size: 3em; }
.header .miba h4 { font-size: 1.5em; }


/*COMPILA*/

    /*TOP*/
    .compila .top.fascia { margin-bottom: 5em; padding-bottom: 3em; padding-top: 2em; }
    .compila .top.fascia .stella { position: absolute; z-index: 1; top: 5.2em; right: 0; }

    .compila .top h1 { font-size: 2em; margin-bottom: 0.5em;}
    .compila .top h2 { font-size: 2em; margin-bottom: 2em; }
    .compila .top h3 { font-size: 2.5em; }

    /*CORSI*/
    .corsi .item-corso.even { background-color: #FFFFFF; }
    .corsi .item-corso.odd { background-color: #fbfef8; }

    .corsi .item-corso .col-teaser { padding-left: 0; }

    .corsi .item-corso .col-number,
    .corsi .item-corso .col-info { padding: 0; }

    .corsi .item-corso .col-info { background-color: #f0f5eb; }

    .corsi .item-corso .number { font-size: 8em; font-weight: 700; color: #9bd7d8; line-height: 1; margin: 0; }
    .corsi .item-corso .ctitle { margin-bottom: 1em; }
    .corsi .item-corso .csubtitle { margin-bottom: 1em; }
    .corsi .item-corso .cdate { margin: 0; }
    .corsi .item-corso .cteaser { font-size: 0.9em; margin: 1em 0; }
    .corsi .item-corso .coption { margin: 0; font-weight: 700; font-size: 0.9em; }
    .corsi .item-corso .cdate.listday { margin: 0; margin-bottom: 1em; font-weight: 700; font-size: 1em;  }

    .corsi .item-corso .cbody p,
    .corsi .item-corso .cbody li { font-size: 0.9em; }
    .corsi .item-corso .cbody ul { padding-left: 1em; }
    .corsi .item-corso .cbody h4 { margin: 1em 0; font-size: 1em; }

    .corsi .item-corso .cinfo { padding-bottom: 1em;  }



/*RICHIESTA*/

.corso .corso-name .number { font-size: 3em; font-weight: 700; color: #049c9d; margin-bottom: 0.5em; }
.corso .corso-name h1 { margin-bottom: 1em; font-weight: 300; }
.corso .corso-name h2 { margin-bottom: 1em; }
.corso .corso-name h3 { font-weight: 300; }

.corso .corso-option .coption { font-size: 1em; color: #3b3937; line-height: 1.4; }
.corso .corso-option .coption strong { color: #089d9e; }

.corso .corso-title h3 { font-size: 1.2em; color: #3b3937; font-weight: 300; }
.corso .corso-title h3 strong { font-weight: 500; font-variant: small-caps; text-transform: lowercase; }
.corso .corso-title h3 br {display: none;}

/*FOOTER-PRE*/

.footer-pre { border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; } 


/*FOOTER-SECOND*/

.footer-second p,
.footer-second a,
.footer-second h4 { color: #FFFFFF; }

.footer-second a:hover, .footer-second a:focus { color: #3b3937; }

.footer-second .enfasi { color: #FFFFFF; margin-top: 1.6em; font-weight: 700; margin-bottom: 0; }

/*  WEBFORM  */
.webform-client-form p,
.webform-client-form label { }

.webform-component,
.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset,
.webform-component label,
.webform-component .description
.webform-client-form .form-actions {
    font-family: 'Roboto', sans-serif;
    display: inline;
    float: left;
    margin: 0.5em 0px 0.2em;
    position: relative;
    font-weight: 400;
}

.webform-component label,
.webform-component .description {
    font-family: 'Roboto', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 5px;
    font-size: 1em;
    position: relative;
    color: #3b3937;
    font-weight: 400;
    width: 100%;
    font-size: 0.9em;
    text-transform: lowercase;
    font-variant: small-caps;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
    border: 1px solid #3b3937;
    background:  none no-repeat scroll 0 0 #FFFFFF;
    display: inline;
    float: left;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0.5em;
    position: relative;
/*    padding: 0.7em 0.5em;*/
    height: auto;
    color: #8d8b8a;
    border-radius: 0;
    box-shadow: none;

    text-transform: lowercase;
    font-variant: small-caps;

}

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Roboto', 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: #3b3937;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
}

.webform-component .form-type-checkbox .control-label,
.webform-component .form-type-radio .control-label { color: #3b3937; }

.webform-component .form-type-checkbox .control-label strong,
.webform-component .form-type-radio .control-label strong { 
    display: block; 
    clear: right; 
    color: #3b3937; 
    font-weight: 400; 
    margin-left: 5px;
}

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

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    width: 100%;
    width: 33%;
/*    width: 20%;*/
/*    width: 25%;*/
}

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

.webform-component .form-control:focus {
  border-color: #8d8b8a;
  -webkit-box-shadow: inset 0 1px 1px #8d8b8a, 0 0 8px #8d8b8a;
  box-shadow: inset 0 1px 1px #8d8b8a, 0 0 8px #8d8b8a;
}


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

.webform-component--categoria .control-label.element-invisible {
    display: block !important;
    position: relative !important;
    float: left;
    overflow: visible;
}


.webform-component.webform-component-markup { width: 50%; padding: 0 15px; }

.webform-component.webform-component--avviso { width: 50%; }

.webform-component.webform-component--campi { width: 66%; text-align: right; margin-top: 1em; }

.webform-component-markup .campi {  font-size: 0.7em; font-weight: 500; line-height: 1.2; color: #3b3937; text-align: right; }




/*.webform-component.fdata .form-type-select select { width: 33%; }*/


.webform-component.fdata .form-type-select {
    padding: 0 0.2em 0 0;
    display: block;
    position: relative;
    float: left;
    width: 33%;
    margin: 0;
}

.webform-component.fdata .form-type-select:last-child { padding: 0; width: 34%; }

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

.webform-component.fcheck { z-index: 2; /*height: 4em;*/  }

.webform-component.fcheck .control-label { font-size: 0.85em; font-weight: 500; line-height: 1.2; color: #8d8b8a; }

.webform-client-form .form-actions { 
    margin-top: 1em;
    clear: unset;
    text-align: right;
    width: 50%; 
}

.webform-client-form .form-actions .form-submit { 
    background: #089d9e none scroll no-repeat top center;
    border: 0px solid #3b3937;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: auto;
    font-size: 1.5em;
    line-height: 1;
    margin: 0;
    padding: 0.5em 4em;
    text-shadow: none;
    box-shadow: none;
    text-transform: lowercase;
    font-variant: small-caps;
/*    text-transform: uppercase;*/

}

.webform-client-form .form-actions .form-submit:hover { }




/*==================================================
=            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: 15px; }

    }

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

        body { font-size: 17px; }
    }

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

        body { font-size: 18px; }

    }

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

        body { font-size: 19px; }

    }

    /* 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) { 

        h1, .h1 { font-size: 1.5em; }

        .fascia .stella { top: -3em; }

        /*HEADER*/
        .header .head { background-position: center -7em; height: 30em; }

        .header .head .strillo h1 { font-size: 3.5em; }
        .header .head .strillo h2 { font-size: 1.5em; }
        .header .head .stella-big { top: 6em; left: 0; }
        .header .head .stella-big img { max-width: 110%; }

        /*COMPILA*/

            /*CORSI*/
            .corsi .item-corso .cdate { font-size: 1.1em; }
 

        /*RICHIESTA*/
        .corso .corso-option .coption { font-size: 0.9em; }


    }

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

    }

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


        .fascia { padding-bottom: 3em; padding-top: 3em; }
        .fascia .stella { top: 0.3em; right: -7em; }
        .fascia .stella img { max-width: 60%; }


        /*HEADER*/
        .header .head { background-position: center -11em; height: 26em; }

        .header .head .strillo h1 { font-size: 3em; }
        .header .head .strillo h2 { font-size: 1.5em; }
        .header .head .stella-big { top: 8em; left: -2em; }
        .header .head .stella-big img { max-width: 125%; }

        .header .miba h3 { font-size: 2.5em; }

        /*COMPILA*/

            /*CORSI*/
            .corsi .item-corso .number { font-size: 6em; }
            .corsi .item-corso .cdate {  margin: 0; font-size: 1em; }
            .corsi .item-corso .cteaser { font-size: 0.8em; }
            .corsi .item-corso .cbody p, .corsi .item-corso .cbody li { font-size: 0.8em; }

            .corsi .item-corso .coption { font-size: 0.8em; }

        /*RICHIESTA*/
        .corso .corso-option .coption { font-size: 0.9em; }

        /*FOOTER-PRE*/
        .footer-pre h4 { font-size: 1em;}

        /*FOOTER-FIRST*/
        .footer-first P { font-size: 0.9em; }

        /*FOOTER-SECOND*/
        .footer-second h4 { font-size: 1em;}
        .footer-second p { font-size: 0.8em; }
        .footer-second .enfasi { margin-top: 1.8em; font-size: 1.2em; }

        /*  WEBFORM  */
        .webform-component.webform-component--avviso { width: 100%; }
        .webform-component.webform-component--avviso p { /*margin-top: 1em;*/  font-size: 0.9em; }
        .webform-client-form .form-actions { text-align: center;  width: 100%; }


    }

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

        h1.title, .h1.title { font-size: 2em; text-align: center; }
        .fascia { margin-bottom: 0em; padding-bottom: 2em; padding-top: 2em; }

        /*HEADER*/
        .header .head { background-position: center -20em; height: 21em; }

        .header .head .strillo h1 { font-size: 2.5em; margin-top: 1em; }
        .header .head .strillo h2 { font-size: 1.2em; }

        .header .miba { padding-top: 2em; padding-bottom: 2em; }
        .header .miba h3 { font-size: 2em; }
        .header .miba h4 { font-size: 1.3em; }
        .header .miba h4 br { display: none; }


        /*COMPILA*/

            /*TOP*/
            .compila .top.fascia { margin-bottom: 0em; padding-bottom: 2em; padding-top: 2em; }
            .compila .top h1 { font-size: 1.5em; }
            .compila .top h1 strong { clear: both; position: relative; display: block; }
            .compila .top h2 { font-size: 1.5em; margin-bottom: 1em; }
            .compila .top h3 { font-size: 2em; }

            /*CORSI*/
            .corsi .item-corso { padding-top: 2em; padding-bottom: 0em; }
            .corsi .item-corso .col-info { margin-top: 1em; }

            .corsi .item-corso .number { font-size: 6em; text-align: center; }


        /*RICHIESTA*/
        .corso .corso-name .number { margin-bottom: 0; }
        .corso .corso-name h1 { font-size: 1.5em; line-height: 1.2; }
        .corso .corso-name h1 br { display: none; }
        .corso .corso-name h2 { font-size: 1.3em; }

        .corso .corso-option .coption { font-size: 0.9em; margin-bottom: 0; }


        /*FOOTER-PRE*/
        .footer-pre h4 br { display: none; }

        /*FOOTER-FIRST*/
        .footer-first P { font-size: 0.8em; }

        /*  WEBFORM  */
        .webform-component label, .webform-component .description { font-size: 1em;  }
        .webform-component .form-type-checkbox, .webform-component .form-type-radio { width: 100%; }
        .webform-component .form-type-checkbox .control-label, 
        .webform-component .form-type-radio .control-label { font-size: 1.2em; }
        .webform-component.webform-component--avviso { width: 100%; }
        .webform-component.webform-component--avviso p { margin-top: 1em;  font-size: 0.9em; }
        .webform-component.fcheck { height: auto; }

        .webform-client-form .form-actions { text-align: center;  width: 100%; }

    }

    /* 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) {

        /*HEADER*/
        .header .head { background-position: center -16em; }

    }

/* 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) {  }

