/**
 * 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=Ubuntu:300,400,500,700');

/* SYSTEM */

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

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

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

.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-vertical2 { padding-bottom: 2em; padding-top: 2em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.padding-top { padding-top: 1em; }
.padding-bottom { padding-bottom: 1em; }
.padding-top2 { padding-top: 2em; }
.padding-bottom2 { padding-bottom: 2em; }
.nopadding-top { padding-top: 0;}
.nopadding-bottom { padding-bottom: 0;}
.margin-top { margin-top: 1em; }
.margin-bottom { margin-bottom: 1em; }
.nomargin { margin: 0; }
.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 #bfbfbf;
  margin: 50px 0 20px;*/
}

/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 #FFFFFF;
    font: 18px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #000000;
    margin: 0px 0px;
}

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

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

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

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

h3, .h3 { font-weight: 300; font-size: 1.5em; 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, .h6 { font-size: 0.8em; line-height: 1.2; }

p, ul { 
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: #000000;
    line-height: 1.3;
    font-weight: 300;
    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.2em; list-style: outside none none;  }
ul.list-bullet li { display: block; margin-bottom: 0; line-height: 1.4; }
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: #FFFFFF;
}

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; }


/* STYLE */

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

.cover img,
.img-cover { width: 100%; height: 50vw; height: 100%; object-fit: cover; object-position: 50% 50%;  /*object-position: left center;*/ object-position: center top; }

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

a:hover, a:focus, li a:hover { color: #6A7477; outline: none; }

a:active, li a:active, a.active, li a.active { color: #6A7477;  }

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

.evidenza { color: #c81f3e; }
.gray { color: #6A7477; }
.gray-light { color: #d6d7d7; }
.gray-dark { color: #696f75; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #000000; }

.bglgray { background-color: #F2F2F4; }
.bgdgray { background-color: #d6d7d7; }

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; }

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

.alert {
    z-index: 1050;
    position: relative;
    margin-top: 4em;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;

    background: #FFFFFF;

}
.scroll-to-top:focus, .scroll-to-top:hover { color: #FFFFFF; }
.scroll-to-top:hover { background: #c81f3e; }
.scroll-to-top i, .scroll-to-top span { font-weight: 300; color: #FFFFFF; }


/*BUTTON*/

.btn { 
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    border: 1px solid #c81f3e;
    border-radius: 0px;
    padding: 0.6em 0.8em 0.6em;
    transition: all 0.25s ease-in-out 0s;
    color: #c81f3e;
    background: transparent none no-repeat scroll 0 0;
    line-height: 1;
    text-shadow: none;
/*    text-transform: uppercase;*/
    width: 100%;
    text-align: center;
}

.btn-auto { width: auto; padding: 0.6em 1em 0.6em; }

.btn:hover,
.btn:focus { background-color: #c81f3e; color: #FFFFFF; border-color: #c81f3e; }


.btn-primary, .button-primary  { background-color: #c81f3e; 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 { border-color: #696f75; background-color: #696f75; color: #c81f3e; }

.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 { border-color: #696f75; background-color: #696f75; color: #c81f3e; }


/* NAVBAR-DEFAULT */
.shape-chiudi3:before { font-weight: 700; }

body.admin-menu .navbar-fixed-top { top: 29px; margin-top: 2em; }

.navbar-default {
    background: transparent url("../images/alpha-white.png") scroll repeat top center;
    border: none;
}
.navbar-default .row-full { background-color: #c8133d; }
.navbar-default .navbar-toggle { border: none; padding: 17px 0 0; margin: 17px 0 0; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: none; }

.navbar-default .navbar-toggle .icon { color: #c81f3e; }
.navbar-default .navbar-toggle:hover .icon,
.navbar-default .navbar-toggle:focus .icon { color: #6A7477; }

.navbar-brand {
    height: auto;
    padding: 15px 0px;
    margin: 0 !important;
}

.navbar-default .navbar-nav > li { font-family: 'Ubuntu', sans-serif; font-size: 1.2em; font-weight: 300; color: #FFFFFF; text-align: center; margin: 10px 0; }
.navbar-default .navbar-nav > li > a { color: #FFFFFF; padding-top: 15px; padding-bottom: 7px; }

.navbar-default .navbar-nav > li > a: hover { color: #6A7477; }

/*A CHI*/
.achi .counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 35%;
    font-size: 2em;
    color: #c81f3e;
}

/*ORGANIZZAZIONE*/
.org .text-big { padding-top: 5em; }
.org .text-big p { padding-top: 1em; }


.org .corsi-tab .panel-heading { padding: 0; height: 14em; }
.org .corsi-tab .panel-heading .box { padding: 0; height: 100%; padding-top: 5em; }
.org .corsi-tab .panel-heading .cover { position: absolute; top: 0; left: 0; z-index: 2; margin: 0; height: 100%; display: none; }
.org .corsi-tab .panel-heading .cover.show { display: block !important; }

.org .corsi-tab .panel-heading h3 { color: #c81f3e; margin-bottom: 1.5em; }
.org .corsi-tab .panel-heading .btn-collapse:hover { text-decoration: none; cursor: pointer; }
.org .corsi-tab .panel-heading .btn-collapse .link { color: #c81f3e; margin: 0; }
.org .corsi-tab .panel-heading .btn-collapse:hover .link { color: #696f75; }

.org .corsi-tab .body-collapse.wide { float: left; border-bottom: 1px solid #696f75; margin-bottom: 1em; }
.org .corsi-tab .body-collapse .btn-close { position: absolute; float: right; right: 0; top: -0.5em; }
.org .corsi-tab .body-collapse .btn-close:hover { cursor: pointer; }

.org .corsi-tab .body-collapse .box-info { padding: 0 8px; }
.org .corsi-tab .body-collapse .box-info .caption { background-color: #c81f3e; padding: 15px; margin-bottom: 20px; height: 14em; }
.org .corsi-tab .body-collapse .caption p,
.org .corsi-tab .body-collapse .caption ul { font-size: 0.8em; color: #FFFFFF; }

.org .corsi-tab .body-collapse .box-icon { padding: 0 8px; }
.org .corsi-tab .body-collapse .box-icon .caption { background-color: #c81f3e; padding: 15px; text-align: center;  }
.org .corsi-tab .body-collapse .caption h3 { color: #FFFFFF; font-weight: 400; margin-bottom: 0; }
.org .corsi-tab .body-collapse .box-icon h5 { margin-top: 1em; }

.org .corsi-tab #collapse-fcorsi .tasti  { position: relative; top: 11em; right: -15px; }
.org .corsi-tab #collapse-pcorsi .tasti  { position: relative; top: 4em; right: -15px; }


/*OPENDAYS*/
.opendays .absolute { position: absolute; top: 30%; left: 0;}

/*VIDEO*/
.video .grid h3 { padding: 0.2em 15px; }
.video .fancybox-media:hover { filter: saturate(50%); }

/*CONTATTI*/
.contatti h3 { font-size: 1.4em; }

/*FOOTER-FIRST*/
.footer-first p { font-size: 0.9em; line-height: 1.4; }

/*  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: 'Ubuntu', sans-serif;
    display: inline;
    float: left;
    margin: 1em 0px 0.5em;
    position: relative;
    font-weight: 300;
}

.webform-component label,
.webform-component .description {
    font-family: 'Ubuntu', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 0.5em;
    font-size: 1em;
    position: relative;
    color: #c81f3e;
    font-weight: 400;
    width: 100%;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
    border: 0px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background:  none no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    font-size: 0.9em;
    font-weight: 300;
    margin: 0;
    position: relative;
    padding: 0.2em 0.5em;
    height: auto;
    color: #000000;
    border-radius: 0;
    box-shadow: none;
}

.webform-component textarea { resize: none; }

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

.webform-component.option-big .form-type-checkbox .control-label,
.webform-component.option-big .form-type-radio .control-label { font-size: 1.2em; }

.webform-component.col-padding { margin: 0.5em 0px; }

.webform-component .form-type-checkbox .control-label strong,
.webform-component .form-type-radio .control-label strong { 
    display: block; 
    clear: right; 
    color: #000000; 
    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: 50%;
}


.webform-component.custom .form-type-checkbox,
.webform-component.custom .form-type-radio { width: 10%; position: relative; }


.webform-component.custom.color label { font-weight: 400; font-size: 0.9em; }

.webform-component.custom.full label { 
/*    font-size: 1em;*/
/*    font-family: 'Ubuntu', sans-serif;*/
/*    color: #6c6e6e; */
}

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

.webform-component.custom .form-type-checkbox img,
.webform-component.custom .form-type-radio img { 
    background-color: #FFFFFF;
}


.webform-component.custom .form-type-checkbox input,
.webform-component.custom .form-type-radio input { 
    position: absolute; 
    z-index:-1000; 
    left:-1000px; 
    left:0px; 
    top: auto;
    clip: rect(0 0 0 0);
    overflow: hidden;  
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0; 
    border:0;
}

.webform-component.custom .form-type-checkbox label,
.webform-component.custom .form-type-checkbox .description,
.webform-component.custom .form-type-radio label,
.webform-component.custom .form-type-radio .description { 

}

.webform-component.custom .form-required { display: none; }


.webform-component .form-control { color: #000000; }
.webform-component .form-control::-webkit-input-placeholder { color: #a19f9f; text-transform: uppercase; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: #a19f9f; text-transform: uppercase; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: #a19f9f; text-transform: uppercase; } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: #a19f9f; text-transform: uppercase; } /* 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 { width: 100%; margin-top: 0; padding: 0 15px; }

.webform-component.webform-component--col-sx--etichetta { padding-top: 0.5em; }

.webform-component.webform-component-markup h3 { font-weight: 300; }

.webform-component-markup .campi { font-size: 0.8em; margin: 1em 0 0; }

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

.webform-component.privacy { margin: 0; }
.webform-component.privacy a {color: #c81f3e; }


.webform-component.privacy .control-label {  font-size: 0.8em; line-height: 1.2; font-weight: 300; color: #000000; }


.webform-client-form .form-actions { 
    position: relative;
    text-align: right;
    margin: 0;
    padding-top: 0em;
}

.webform-client-form .form-actions .webform-previous { display: none; }

.webform-client-form .form-actions .form-submit { 
    background: transparent none no-repeat scroll 0 0;
    border: 0px solid #c81f3e;
    border-radius: 0;
    color: #c81f3e !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.4em !important;
    line-height: 1;
    margin: 0 !important;
    padding:0 !important;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    position: relative;
    top: 2em;
    z-index: 1;
}

.webform-client-form .form-actions .form-submit i.icon { font-size: 60%; position: relative; top: -5px; }

/*.webform-submit.button-primary {*/
/*    font-family: 'Ubuntu', sans-serif; */
/*    border: none;*/
/*    transition: all 0.25s ease-in-out 0s;*/
/*    line-height: 1;*/
/*    text-shadow: none;*/
/*    width: auto;*/
/*    text-align: center;*/
/*    font-weight: 700 !important;*/
/*    font-size: 1em !important;*/
/*    border-radius: 50px !important;*/
/*    padding: 0.5em 1.5em !important;*/
/*    background: transparent none no-repeat scroll 0 0;*/
/*    background-color: transparent !important;*/
/*    color: #c81f3e !important;*/
/*    margin-top: 1em !important;*/
/*}*/

.webform-submit.button-primary:hover,
.webform-client-form .form-actions .form-submit:hover { color: #6A7477; opacity: 0.7; }


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

        .navbar-fixed-top .navbar-collapse, 
        .navbar-fixed-bottom .navbar-collapse { max-height: none !important; }

        .navbar-header { float: none; }
        .navbar-left,.navbar-right { float: none !important; }
        .navbar-toggle { display: block; }
        .navbar-collapse { border: none; border-top: 0px solid transparent; box-shadow: none; }
        .navbar-fixed-top { top: 0; border-width: 0 0 1px; border: none; }
        .navbar-collapse.collapse { display: none !important; }
        .navbar-nav { /*float: none!important; margin-top: 7.5px; */ }
        .navbar-nav > li { float: none; }
        .navbar-nav > li > a { /* padding-top: 10px; padding-bottom: 10px; */ }
        .collapse.in { display: block !important; }

    }

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

        body { font-size: 19px; }
    }

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

        body { font-size: 20px; }

    }

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

        body { font-size: 21px; }

    }

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

        body { font-size: 22px; }

    }


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


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

        h1, .h1 { font-size: 2.7em; } 
        h2, .h2 { font-size: 2.3em;  } 
        h3, .h3 { font-size: 1.25em;  } 
        h4, .h4 { font-size: 1.1em;  }
        h5, .h5 { font-size: 0.8em; }
        h6, .h6 { font-size: 0.7em;  }
        p, ul { font-size: 0.9em;  }
        .btn {  font-size: 0.8em; }

    }

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

        /* NAVBAR-DEFAULT */
        .navbar-default .navbar-nav > li { font-size: 1.1em;  margin: 0px 0; }

        /*ORGANIZZAZIONE*/
        .org .corsi-tab .panel-heading { height: 9em; }
        .org .corsi-tab .panel-heading .box { padding-top: 2em; }

        /*OPENDAYS*/
        .card__text { font-size: 0.75em; height: 9em; }
/*        .opendays .card__text.custom1 { height: 2em; }*/
/*        .opendays .card__text.custom2 { height: 2em;}*/
/*        .opendays .card__text.custom3 { height: 4em; }*/

        /*WEBFORM*/
        .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; }
        .webform-component label, .webform-component .description { font-size: 0.8em; }
        .webform-client-form .form-actions .form-submit { font-size: 1.15em!important; top: 1.5em; }

    }

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

    }

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

        h1, .h1 { font-size: 2.5em; } 
        h2, .h2 { font-size: 2em;  } 
        h3, .h3 { font-size: 1em;  } 
        h4, .h4 { font-size: 0.9em;  }
        h5, .h5 { font-size: 0.75em; }
        h6, .h6 { font-size: 0.65em;  }
        p, ul { font-size: 0.85em;  }
        .btn {  font-size: 0.65em; }

        /* NAVBAR-DEFAULT */
        .navbar-default .navbar-nav > li { font-size: 1em;  margin: 0px 0; }

        /*A CHI*/
        .achi .counter { font-size: 1.5em; }

        /*ORGANIZZAZIONE*/
        .org .corsi-tab .panel-heading { height: 9em; }
        .org .corsi-tab .panel-heading .box { padding-top: 2em; }
        .org .corsi-tab .body-collapse .box-info .caption { height: auto; margin-bottom: 15px; }

        /*OPENDAYS*/
        .opendays .absolute { top: 20%; }
        .card__front .card__text img { max-width: 70%; }
        .card__text { font-size: 0.65em; height: 11em; }
/*        .opendays .card__text.custom1 { height: 2em; }*/
/*        .opendays .card__text.custom2 { height: 2em;}*/
/*        .opendays .card__text.custom3 { height: 4em; }*/

        /*WEBFORM*/
        .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; }
        .webform-component label, .webform-component .description { font-size: 0.8em; }
        .webform-client-form .form-actions .form-submit { font-size: 1.15em!important; top: 1.5em; }

    }

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

        h1, .h1 { font-size: 2.5em; } 
        h2, .h2 { font-size: 1.8em;  } 
        h3, .h3 { font-size: 1.2em;  } 
        h4, .h4 { font-size: 0.1.1em;  }
        h5, .h5 { font-size: 0.85em; }
        h6, .h6 { font-size: 0.75em;  }
        p, ul { font-size: 1em;  }
        .btn { font-size: 1em; margin-bottom: 1em; }

        br { display: none; }

        /* NAVBAR-DEFAULT */
        .navbar .logo img { max-width: 50%; }
        .navbar-default .navbar-toggle { padding: 10px 0 0; margin: 10px 0 0; padding-right: 15px; }
        .navbar-default .navbar-nav > li { font-size: 1em;  margin: 0px 0; }

        /*HEADER*/
        .header { margin-top: 2em; }

        /*A CHI*/
        .achi .counter { font-size: 2.2em; }

        /*ORGANIZZAZIONE*/
        .org .text-big { padding-top: 0; }
        .org .corsi-tab .panel-heading { height: 8em; }
        .org .corsi-tab .panel-heading .box {  padding-top: 1em; }

        .org .corsi-tab .body-collapse .box-info {  padding: 8px 0; }
        .org .corsi-tab .body-collapse .box-info .caption { height: auto; }
        .org .corsi-tab #collapse-fcorsi .tasti { position: relative; top: 0; right: 0; text-align: center; margin-top: 1em; }


        .org .corsi-tab .body-collapse .box-icon { padding: 0 0px; }
        .org .corsi-tab .body-collapse .box-icon h5 { padding: 0 8px; }

        .org .corsi-tab #collapse-pcorsi .tasti .text-right { text-align: center; }
        .org .corsi-tab #collapse-pcorsi .tasti { position: relative; top: 0; right: 0; margin-top: 1em; }

        /*ISCRIZIONE*/
        .iscrizione .padding-vertical2 { padding-top: 1em; padding-bottom: 1em; }
        .iscrizione h2 { margin-top: 1em; }

        /*OPENDAYS*/
        .opendays .absolute { position: relative; top: 0; }
        .opendays .absolute h2, .opendays .absolute h3 { color: #c81f3e; }
        .opendays .absolute h2 {  margin-top: 1em; }
        .opendays .absolute h3 {  margin-bottom: 1em; }

        .opendays .grid {
            margin: 0;
            padding: 0;
            width: 100vw;
            left: 0;
            position: relative;
            margin-left: -15px;
        }
        .card { height: 12em; }
        .card__front .card__text img { max-width: 70%; }
        .card__text { font-size: 0.9em; height: 7em; }
        .opendays .card__text.custom1 { height: 0em; }
        .opendays .card__text.custom2 { height: 0em;}
        .opendays .card__text.custom3 { height: 2em; }

        /*VIDEO*/
        .video h3 { text-align: center; }
        .video .videos { margin-top: 0.5em; }

        /*CONTATTI*/
        .contatti.padding-top2 {padding-top: 0; }
        .contatti h2 { font-size: 2em; }

        /*WEBFORM*/
        .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; }
        .webform-component label, .webform-component .description { font-size: 0.8em; }
        .webform-client-form .form-actions { text-align: center; padding-top: 1em; padding-bottom: 1em; }
        .webform-client-form .form-actions .form-submit { top: 0; }

        /*FOOTER-FIRST*/
        .footer-first .row2 .col-xs-12 { margin-top: 1em; }


    }

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

