/**
 * 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=Montserrat:300,400,500,600,700,800,900');*/
/*font-family: 'Montserrat', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,500,600,700,800,900');


/* @import url('https://fonts.googleapis.com/css?family=Muli');*/
/* font-family: 'Muli', sans-serif; */

@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.float { float: left; }

.wide.odd { background-color: #1f74bc; }

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

.wide.ciano { background-color: #cbdbea; }

.wide.ciano-dark { background-color: #5794cb; }


.wide.green { background-color: #8dc63f; }


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

.border-top { border-top: 1px solid #b3b9bd; padding-top: 1em; }

.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: 14px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #5079c3;
    margin: 0px 0px;
}

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

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

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

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

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

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

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

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

p, ul { 
    font-family: 'Prompt', sans-serif;
    font-size: 1em;
    color: #5079c3;
    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: #5079c3;
}

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: 'Prompt', sans-serif; }
.fsecond { 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: #cbdbea; text-decoration: none; }

a:hover, a:focus, li a:hover { color: #8dc63f; outline: none; }

a:active, li a:active, a.active, li a.active { color: #8dc63f;  }

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

.evidenza { color: #b6fb04; }
.blu { color: #5079c3; }
.gray { color: #b3b9bd; }
.green { color: #8dc63f; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #5079c3; }

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 { 
    font-family: 'Prompt', sans-serif; 
    font-weight: 400;
    font-size: 0.9em;
    border: none;
    border-radius: 0;
    padding: 0.4em 1em;
    transition: all 0.25s ease-in-out 0s;
}

.btn:active, .btn.active { box-shadow: none; }

.btn:active, .btn.active {background-color: #b3b9bd!important; }

.btn-default, .button-default  { background-color: #8ac246!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: #b3b9bd!important; color: #FFFFFF!important; }

.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: #b3b9bd!important; color: #FFFFFF!important; }

.btn-default .icon-radius,
.button-default .icon-radius { background-color: #005c31!important; }

/*.btn-default:hover .icon-radius,*/
/*.button-default:hover .icon-radius { background-color: #8ac246!important; }*/


.btn-primary, .button-primary  { background-color: #1F74BC!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: #b3b9bd!important; color: #FFFFFF!important; text-decoration: none; }

.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: #b3b9bd!important; background-color: #8ac246!important; color: #FFFFFF!important; }

/*.btn-primary .icon-radius,*/
/*.button-primary .icon-radius { background-color: #8ac246!important; }*/

/*.btn-primary:hover .icon-radius,*/
/*.button-primary:hover .icon-radius { background-color: #005c31!important; }*/

.btn-green, .button-primary  { background-color: #559102!important; color: #FFFFFF!important;   }

.btn-green:hover, 
.btn-green:focus, 
.btn-green.focus, 
.btn-green:active,
.button-green:hover, 
.button-green:focus, 
.button-green.focus, 
.button-green:active { background-color: #b3b9bd!important; color: #FFFFFF!important; text-decoration: none; }

.btn-green:active:hover, 
.btn-green.active:hover, 
.open > .dropdown-toggle.btn-green:hover, 
.btn-green:active:focus, 
.btn-green.active:focus, 
.open > .dropdown-toggle.btn-green:focus, 
.btn-green.focus:active, 
.btn-green.active.focus, 
.open > .dropdown-toggle.btn-green.focus,
.button-green:active:hover, 
.button-green.active:hover, 
.open > .dropdown-toggle.button-green:hover, 
.button-green:active:focus, 
.button-green.active:focus, 
.open > .dropdown-toggle.button-green:focus, 
.button-green.focus:active, 
.button-green.active.focus, 
.open > .dropdown-toggle.button-green.focus {  background-color: #b3b9bd!important; background-color: #8ac246!important; color: #FFFFFF!important; }


.btn-blue, .button-primary  { background-color: #1f74bc!important; color: #FFFFFF!important;   }

.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue.focus, 
.btn-blue:active,
.button-blue:hover, 
.button-blue:focus, 
.button-blue.focus, 
.button-blue:active { background-color: #b3b9bd!important; color: #FFFFFF!important; text-decoration: none; }

.btn-blue:active:hover, 
.btn-blue.active:hover, 
.open > .dropdown-toggle.btn-blue:hover, 
.btn-blue:active:focus, 
.btn-blue.active:focus, 
.open > .dropdown-toggle.btn-blue:focus, 
.btn-blue.focus:active, 
.btn-blue.active.focus, 
.open > .dropdown-toggle.btn-blue.focus,
.button-blue:active:hover, 
.button-blue.active:hover, 
.open > .dropdown-toggle.button-blue:hover, 
.button-blue:active:focus, 
.button-blue.active:focus, 
.open > .dropdown-toggle.button-blue:focus, 
.button-blue.focus:active, 
.button-blue.active.focus, 
.open > .dropdown-toggle.button-blue.focus {  background-color: #b3b9bd!important; background-color: #8ac246!important; color: #FFFFFF!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) */
}

#block-iubenda-integration-privacy-policy { display: none; }


/* HEADER */

.header .row-full { background: #1f74bc url("../images/bg_head.jpg") scroll no-repeat top center / cover; height: 37em; }
.header .row.padding-top { padding-top: 11em; }

.header h2 { color: #FFFFFF; font-size: 2.1em; font-weight: 400; line-height: 1; } 
.header h2 .big { font-size: 1.2em; font-weight: 700; }
.header h3 { font-family: 'Roboto Condensed', sans-serif; font-size: 2.1em; font-weight: 700; padding-top: 1em; } 


/* OFFERTA-KIT */

/*.offerta-kit .offerta-kit-collapse-accordion { min-height: 15em; }*/

/*.offerta-kit .head-collapse { text-align: center; position: absolute; bottom: 0; left: 0; }*/



.offerta-kit .head-collapse p { font-size: 1em; line-height: 1.2 ; margin: 0; }
.offerta-kit .head-collapse .title { color: #8dc63f; font-weight: 700; }
.offerta-kit .head-collapse .subtitle {}
.offerta-kit .head-collapse a:hover { text-decoration: none; cursor: pointer; opacity: 0.8; }
.offerta-kit .head-collapse a p.icon { color: #8dc63f; }
.offerta-kit .head-collapse p.icon { font-size: 2em; }

.offerta-kit .head-collapse.active .title { color: #b3b9bd; }
.offerta-kit .head-collapse.active .subtitle { color: #b3b9bd; }
.offerta-kit .head-collapse.active .miniatura { opacity: 0.5; }
.offerta-kit .head-collapse.active a p.icon { color: #b3b9bd; }


.offerta-kit .head-collapse { text-align: center; width: 20%; padding: 0.5em; padding-top: 0; z-index: 1; }

.offerta-kit-collapse-accordion .grid-flex {  height: 16em; }

.offerta-kit .collapse-offerta-uno,
.offerta-kit .collapse-offerta-cinque { top: -15em; }

.offerta-kit .collapse-offerta-due,
.offerta-kit .collapse-offerta-quattro { top: -10em; }

.offerta-kit .collapse-offerta-tre { top: -5em; }


.offerta-kit .body-collapse p { margin-bottom: 1em; }
.offerta-kit .body-collapse .title { font-weight: 700; margin-bottom: 1em; margin-top: 0; }
.offerta-kit .body-collapse .biblio { font-weight: 300; }


.offerta-kit .offerta h4 { font-size: 1.3em; line-height: 1; }


/* VANTAGGI */

.vantaggi .panel-heading { padding-left: 0; padding-right: 0; }
.vantaggi .head-collapse .tondoh { position: absolute; top: 0; left: 0; }

.vantaggi .head-collapse.active .tondoh,
.vantaggi .head-collapse:hover .tondoh { display: none; }

.vantaggi .head-collapse a:hover { text-decoration: none; cursor: pointer; }
.vantaggi .head-collapse a p { color: #FFFFFF; font-weight: 700; font-size: 1.1em; }

.vantaggi .head-collapse.active,
.vantaggi .head-collapse a:hover p { color: #a8e114; }

.vantaggi .body-collapse p,
.vantaggi .body-collapse li { color: #FFFFFF; font-size: 0.9em; }


/* CHI */
.chi p { font-size: 1.1em; margin-bottom: 1em; }

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

/* FOOTER-FIRST */

.footer-first a { color: #FFFFFF; }
.footer-first a:hover { color: #8dc63f; }

.footer-first strong { font-weight: 700; }

.footer-first .icon { padding-top: 0.5em; }

/*  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: 'Prompt', 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: 'Prompt', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 5px;
    font-size: 1em;
    position: relative;
    color: #5079c3;
    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 #b3b9bd;
    background:  none no-repeat scroll 0 0 #FFFFFF;
    display: inline;
    float: left;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0.5em;
    position: relative;
/*    padding: 0.7em 0.5em;*/
    height: auto;
    color: #5079c3;
    border-radius: 0;
    box-shadow: none;

}

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Prompt', 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: 0.9em;
    color: #5079c3;
    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: #5079c3; }*/

/*.webform-component .form-type-checkbox .control-label strong,*/
/*.webform-component .form-type-radio .control-label strong { */
/*    display: block; */
/*    clear: right; */
/*    color: #5079c3; */
/*    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: #b3b9bd;  color: #5079c3; }
.webform-component .form-control::-webkit-input-placeholder { color: #b3b9bd; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: #b3b9bd; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: #b3b9bd; } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: #b3b9bd; } /* Firefox 18- */

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


.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--avviso { width: 50%; }

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

.webform-component--trattamento-dati h4,
.webform-component--trattamento-dati p { font-size: 0.8em!important; }


.webform-component.webform-component--campi { 
/*    width: 50%;*/
/*    text-align: left;*/
/*    margin-top: 1em;*/
/*    position: absolute;*/
/*    bottom: 5.5em;*/
/*    left: 15px;*/
    width: 100%;
    text-align: left;
    margin-top: 1em;
    position: relative;
    bottom: unset;
    left: unset;
 }

.webform-component-markup .campi { 
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.2;
    color: #5079c3;
    text-align: left;
}


/*.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: #b3b9bd; }


.webform-component.privacy { margin: 0; }

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

.webform-component.privacy label { font-size: 0.8em; line-height: 1.1; }

.webform-component.privacy label strong { font-weight: 700;  }
.webform-component.privacy label a { color: #5079c3; text-decoration: underline; }
.webform-component.privacy label a:hover { color: #8dc63f; }

/*.webform-component.privacy label strong { */
/*    display: block;*/
/*    font-weight: 400;*/
/*    font-size: 1.2em;*/
/*    clear: both;*/
/*    font-style: normal;*/
/*}*/

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

.webform-client-form .form-actions .form-submit { 
    background: #8dc63f none scroll no-repeat top center;
    border: 0px solid #b3b9bd;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    width: auto;
    font-size: 1.1em;
    line-height: 1;
    margin: 0;
    padding: 0.4em 2em;
    text-shadow: none;
    box-shadow: none;
    text-transform: lowercase;
    font-variant: small-caps;
/*    text-transform: uppercase;*/
    transition: all 0.25s ease-in-out 0s;


    background-color: #8dc63f!important;

}

.webform-client-form .form-actions .form-submit:hover { background-color: #1f74bc!important; }


/* BOX-FORN */

.box-form .webform-client-form .form-actions { 
    margin-top: 1em;
    clear: both;
    text-align: center;
    width: 100%; 
}

.box-form .webform-component-markup { width: 100%; padding: 0 15px; }

.box-form .webform-component--trattamento-dati h4,
.box-form .webform-component--trattamento-dati p { font-size: 0.8em; }

.box-form .webform-component.webform-component--campi { 
    width: 100%;
    text-align: left;
    margin-top: 1em;
    position: relative;
    bottom: unset;
    left: unset;
 }


/* BOX-PRIVACY */
.box-privacy .logo img { max-width: 50%; }
.box-privacy a { color: #5079c3; text-decoration: underline; }
.box-privacy a:hover { color: #b3b9bd; }
.box-privacy h4 { font-size: 1em; line-height: 1.2; }
.box-privacy p { font-size: 0.9em; line-height: 1.2; }

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

    }

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

        body { font-size: 16px; }
    }

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

    }

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

    }

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

        /* HEADER */
        .header .row-full { height: 30em; }
        .header .row.padding-top { padding-top: 9em; }
        .header h2 { font-size: 1.8em; } 
        .header h3 {  font-size: 1.9em; }

        /* OFFERTA-KIT */
        .offerta-kit .collapse-offerta-uno,
        .offerta-kit .collapse-offerta-cinque { top: -13em; }
        .offerta-kit .collapse-offerta-due,
        .offerta-kit .collapse-offerta-quattro { top: -8em; }
        .offerta-kit .collapse-offerta-tre { top: -5em; }

        .offerta-kit .body-collapse .title {  margin-bottom: 0.5em; font-size: 1.5em; }
        .offerta-kit .body-collapse p {  font-size: 0.9em; }

        /* VANTAGGI */
        .vantaggi .head-collapse a p { font-size: 1em; }

        /* CHI */
        .chi p { font-size: 0.95em; }

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

        /*FOOTER-FIRST*/
        .footer-first  h5 { font-size: 1em; }

    }

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

    }

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

        /* HEADER */
        .header .row-full { height: 23em; }
        .header .row.padding-top { padding-top: 6em; }
        .header h2 { font-size: 1.6em; } 
        .header h3 {  font-size: 1.8em; }

        /* OFFERTA-KIT */
        .offerta-kit .head-collapse { padding: 4px; }
        .offerta-kit .collapse-offerta-uno,
        .offerta-kit .collapse-offerta-cinque { top: -13em; }
        .offerta-kit .collapse-offerta-due,
        .offerta-kit .collapse-offerta-quattro { top: -8em; }
        .offerta-kit .collapse-offerta-tre { top: -5em; }

        .offerta-kit .body-collapse .title {  margin-bottom: 0.5em; font-size: 1.4em; }
        .offerta-kit .body-collapse p { font-size: 0.9em; }

        .offerta-kit .offerta h4 { font-size: 1.2em; }
        .offerta-kit .offerta p { font-size: 0.9em; }

        /* VANTAGGI */
        .vantaggi .head-collapse a p { font-size: 0.85em; }

        /* CHI */
        .chi h3 { font-size: 1.5em; }
        .chi p { font-size: 0.9em; }

        /*CONTATTI*/
        .contatti h3.title { font-size: 1.3em; }
        .contatti h4 { font-size: 1.3em; }

        /*FOOTER-FIRST*/
        .footer-first  h5 { font-size: 1em; }

        /*  WEBFORM  */
        .webform-component-markup .campi { font-size: 1em; }
        .webform-component.privacy label { font-size: 1.1em; }

    }

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

        /* HEADER */
/*        .header .row-full { background-size: contain; height: auto; }*/
        .header .row-full { background: none; background-color: #1f74bc; height: auto; }
        .header .row.padding-top { padding-top: 0em; }
        .header h2 { font-size: 1.6em; } 
        .header h3 { font-size: 1.6em; padding-top: 0.5em; }

        /* OFFERTA-KIT */

        .offerta-kit .head-collapse.visible-xs { position: relative; top: unset; left: unset; width: 100%; }
        .offerta-kit .head-collapse.visible-xs .miniatura img { max-width: 50%; margin-bottom: 1em; }
        .offerta-kit .head-collapse.visible-xs p { font-size: 1.4em;  }
        .offerta-kit .head-collapse.visible-xs p.icon { font-size: 3em; }

        .offerta-kit .body-collapse p { font-size: 1.2em; }

        .offerta-kit .offerta h4 { font-size: 1.5em; }
        .offerta-kit .offerta p { font-size: 1em; }

        /* VANTAGGI */
        .vantaggi .head-collapse .tondo img { max-width: 80%; }
        .vantaggi .head-collapse a p { font-size: 1.5em; }
        .vantaggi .body-collapse p, .vantaggi .body-collapse li { font-size: 1.2em; }

        /* FASCIA-BUTTON */
        .fascia-button {  padding-bottom: 1em;  padding-top: 1em; }
        .fascia-button .btn { width: 100%; margin: 0.4em 0; font-size: 1.2em; }

        /* CHI */
        .chi .tondo img { max-width: 80%; }
        .chi h3 { padding-bottom: 0em; }
        .chi p { font-size: 1.2em; }

        /*CONTATTI*/
        .contatti h3.title { font-size: 1.5em; padding-bottom: 0em; }
        .contatti h4 { font-size: 1.3em; }

        /*FOOTER-FIRST*/
        .footer-first .icon { max-width: 20%; margin-bottom: 1em; }
        .footer-first  h5 { font-size: 1.2em; }

        /*  WEBFORM  */
        .webform-component-markup .campi { font-size: 0.8em; }
        .webform-component.privacy label { font-size: 0.95em; }

    }

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

