/**
 * 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=Fira+Sans:200,300,400,500,600,700,800,900');

/* SYSTEM */

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

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

.wide.even { background-color: #1863a2; }

.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; }
.margin-top2 { margin-top: 2em; }
.margin-bottom2 { margin-bottom: 2em; }
.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 #666666;
  margin: 50px 0 20px;*/
}

/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 #FFFFFF;
    font: 17px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #6d6e71;
    margin: 0px 0px;
}

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

h1, .h1 { font-weight: 300; font-size: 2.65em; line-height: 1; } /*56*/

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

h2, .h2 { font-weight: 300; font-size: 2.3em; line-height: 1.5; } /*48*/

h3, .h3 { font-weight: 300; font-size: 1.9em; line-height: 1.2; } /*40*/

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

h4.title, .h4.title { font-size: 1.65em; line-height: 1.4; } /*34*/

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

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

p, ul { 
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    color: #6d6e71;
    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: #005573;
}

p.big { font-size: 1.2em; }
p.step { padding-bottom: 1em; }


.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: 'Fira Sans', 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: #1863a2; text-decoration: none; }

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

a:active, li a:active, a.active, li a.active { color: #124889;  }


a.negative { color: #FFF; }
a.negative:hover, a.negative:focus { color: #12498A; }


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

.evidenza { color: #124889; }
.ciano { color: #2392ca; }
.blu { color: #124889; }
.gray { color: #a8aaab; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #6d6e71; }


.bggray { background-color: #f3f3f3; }
.bgdgray { background-color: #878889; }
.bgblue { background-color: #1863a2; }
.bglblue { background-color: #2392ca; }
.bgdblue { background-color: #12498a; }

strong,b { font-weight: 700; }

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

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

sup { top: -.3em; }

.btn { border: none; padding: 0.6em 1em 0.8em; transition: all 0.25s ease-in-out 0s;  }

.btn,
.webform-client-form .form-actions .form-submit { 
    border:0px solid #49acd8; 
    -webkit-border-radius: 50px; 
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 1em;
    font-family: 'Fira Sans', sans-serif;
    padding: 1em 2.5em; 
    text-decoration:none; 
    display:inline-block; 
    color: #FFFFFF!important;
    background-color: #77C1E2; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#77C1E2), to(#2A9ED4)); 
    background-image: -webkit-linear-gradient(top, #77C1E2, #2A9ED4); 
    background-image: -moz-linear-gradient(top, #77C1E2, #2A9ED4); 
    background-image: -ms-linear-gradient(top, #77C1E2, #2A9ED4); 
    background-image: -o-linear-gradient(top, #77C1E2, #2A9ED4); 
    background-image: linear-gradient(to bottom, #77C1E2, #2A9ED4);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#77C1E2, endColorstr=#2A9ED4);
}

.btn:hover,
.webform-client-form .form-actions .form-submit:hover { 
    border:0px solid #2b98c8; 
    background-color: #2A9ED4; 
    color: #FFFFFF!important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2A9ED4), to(#77C1E2)); 
    background-image: -webkit-linear-gradient(top, #2A9ED4, #77C1E2);
    background-image: -moz-linear-gradient(top, #2A9ED4, #77C1E2); 
    background-image: -ms-linear-gradient(top, #2A9ED4, #77C1E2);
    background-image: -o-linear-gradient(top, #2A9ED4, #77C1E2); 
    background-image: linear-gradient(to bottom, #2A9ED4, #77C1E2);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2A9ED4, endColorstr=#77C1E2);
    opacity: 0.8; 
}

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

.gradient-hor50 { 
    background: #f3f3f3;
    background: -moz-linear-gradient(left, #f3f3f3 0%, #f3f3f3 50%, #1863a2 50%, #1863a2 100%);
    background: -webkit-linear-gradient(left, #f3f3f3 0%,#f3f3f3 50%,#1863a2 50%,#1863a2 100%);
    background: linear-gradient(to right, #f3f3f3 0%,#f3f3f3 50%,#1863a2 50%,#1863a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#1863a2',GradientType=1 );
}

.gradient-ver { 
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #00a0e0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#00a0e0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#00a0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00a0e0',GradientType=0 );
}

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

.absolute { position: absolute; top: 0; left: 0; }

.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: #124889; }
.scroll-to-top i, .scroll-to-top span { font-weight: 300; color: #FFFFFF; }


/*HEADER*/
.header .row1 { background: transparent url("../images/head_top.png") scroll no-repeat top center / cover; min-height: 22em; }
.header .row3 { background: transparent url("../images/head_bottom.png") scroll no-repeat top center / cover; min-height: 7em;}

.header .row1 h1 { font-size: 3.8em; line-height: 1; padding: 0.4em 0; }
.header .row1 h1 span { font-size: 0.7em; }
.header .row1 h4 { }

/*TECH*/
.tech .row1 { background: transparent url("../images/tech_fascia.jpg") scroll no-repeat top center / cover; min-height: 20em; }
.tech .row1 { background: transparent url("../images/tech_fascia_small.jpg") scroll no-repeat top center / cover; min-height: 10em; }
.tech .wide .padding { padding: 2em 2em; }

/*ESPLOSO*/
.esploso .popup { position: absolute; top: -0.5em; left: 0; }
.esploso .caption { position: absolute; top: 0; left: 0; }

.esploso .caption1 { top: 6%; left: 33%; }
.esploso .caption2 { top: 19%; left: 73%; }
.esploso .caption3 { top: 72%; left: 72%; }
.esploso .caption4 { top: 86%; left: 36% }
.esploso .caption5 { top: 70%; left: 0%; }
.esploso .caption6 { top: 18%; left: 0%; }

/*ADV*/
.adv .row2 h4.title { font-size: 1.4em;  }
.adv .row2 .padding-custom { padding-top: 2.5em; }
.adv .row3 .col { padding: 1em 1.5em 2em; }
.adv .row3 h4.title { margin-bottom: 0.5em; }

/*CONTENT*/
.sondaggio .row1 { background: transparent url("../images/fascia.png") scroll no-repeat top center / cover; min-height: 10em; }


/*ABOUT*/
.about .row1 { background: #F3F3F3 url("../images/fascia.png") scroll no-repeat top center / cover; min-height: 10em; }

/*BIBLIO*/

.biblio .bibliografia li {
    color: #6d6e71;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1.3;
    margin-top: 0.5em;
}

/*FOOTER-FIRST*/
.footer { display: none; }

.footer-first p {  }

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

.webform-component-select { margin-bottom: 0.5em; }

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

.webform-component .description { }

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

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Fira Sans', 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: #6d6e71;
    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: #6d6e71; 
    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: 'Fira Sans', 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: #6d6e71; }
.webform-component .form-control::-webkit-input-placeholder { color: #8e8c89; text-transform: uppercase; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: #8e8c89; text-transform: uppercase; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: #8e8c89; text-transform: uppercase; } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: #8e8c89; 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: 400; }

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

.webform-component.privacy { margin: 0; }
.webform-component.privacy a { text-decoration: none; }


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


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

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

.webform-client-form .form-actions .form-submit { 
    width: auto;
    z-index: 1;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.webform-component-markup.webform-component--sondaggio-desc,
.webform-component-markup.webform-component--modulo-desc { padding: 0.5em 30px; text-align: right; /*width: 50%; float: right; margin-left: 50%; */ }

/*.webform-component.webform-component-file.webform-component--upload--upload-pdf button,*/
#edit-submitted-upload-upload-pdf-upload-button,
#edit-submitted-upload-upload-pdf-upload-button--1,
#edit-submitted-upload-upload-pdf-upload-button--2,
#edit-submitted-upload-upload-pdf-upload-button--3,
#edit-submitted-upload-upload-pdf-upload-button--4,
#edit-submitted-upload-upload-pdf-upload-button--5,
#edit-submitted-upload-upload-pdf-upload-button--6,
#edit-submitted-upload-upload-pdf-upload-button--7,
#edit-submitted-upload-upload-pdf-upload-button--8,
#edit-submitted-upload-upload-pdf-upload-button--9,
#edit-submitted-upload-upload-pdf-upload-button--10,
#edit-submitted-upload-upload-pdf-upload-button--11,
#edit-submitted-upload-upload-pdf-upload-button--12,
#edit-submitted-upload-upload-pdf-upload-button--13,
#edit-submitted-upload-upload-pdf-upload-button--14,
#edit-submitted-upload-upload-pdf-upload-button--15,
#edit-submitted-upload-upload-pdf-upload-button--16,
#edit-submitted-upload-upload-pdf-upload-button--17,
#edit-submitted-upload-upload-pdf-upload-button--18,
#edit-submitted-upload-upload-pdf-upload-button--19,
#edit-submitted-upload-upload-pdf-upload-button--20 { font-size: 1rem; }

#edit-submitted-upload-upload-pdf-remove-button,
#edit-submitted-upload-upload-pdf-remove-button--1,
#edit-submitted-upload-upload-pdf-remove-button--2,
#edit-submitted-upload-upload-pdf-remove-button--3,
#edit-submitted-upload-upload-pdf-remove-button--4,
#edit-submitted-upload-upload-pdf-remove-button--5,
#edit-submitted-upload-upload-pdf-remove-button--6,
#edit-submitted-upload-upload-pdf-remove-button--7,
#edit-submitted-upload-upload-pdf-remove-button--8,
#edit-submitted-upload-upload-pdf-remove-button--9,
#edit-submitted-upload-upload-pdf-remove-button--10,
#edit-submitted-upload-upload-pdf-remove-button--11,
#edit-submitted-upload-upload-pdf-remove-button--12,
#edit-submitted-upload-upload-pdf-remove-button--13,
#edit-submitted-upload-upload-pdf-remove-button--14,
#edit-submitted-upload-upload-pdf-remove-button--15,
#edit-submitted-upload-upload-pdf-remove-button--16,
#edit-submitted-upload-upload-pdf-remove-button--17,
#edit-submitted-upload-upload-pdf-remove-button--18,
#edit-submitted-upload-upload-pdf-remove-button--19,
#edit-submitted-upload-upload-pdf-remove-button--20 { font-size: 1rem; }


.form-type-managed-file.error { color: #a94442 !important; }



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

    }

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

        body { font-size: 18px; }
    }

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

        body { font-size: 19px; }

    }

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

        body { font-size: 20px; }

        /*DIFFERENZA*/
        .differenza .step { padding: 0; }
        .differenza .step h5 { padding: 0 15px; }

    }

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

        body { font-size: 21px; }

    }

    @media only screen and (min-width : 2000px) {

        .header .row1 { min-height: 25em; }

    }




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

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

        /*HEADER*/
        .header .row1 { min-height: 19em; }
        .header .row3 { min-height: 6em; }

    }

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

    }


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

        h1, .h1 { font-size: 2.45em; } 
        h2, .h2 { font-size: 2.1em;  } 
        h3, .h3 { font-size: 1.7em; }
        h4.title, .h4.title { font-size: 1.45em }
        h4, .h4 { font-size: 1.1em; }
        h5, .h5 { font-size: 0.8em; }
        h6, .h6 { font-size: 0.7em; }

        /*HEADER*/
        .header .row1 h1 { font-size: 3.6em; }

        /*TECH*/
        .tech .row1 { min-height: 10em; }

        /*SONDAGGIO*/
        .sondaggio .row1 {  min-height: 9em; }

        /*ABOUT*/
        .about .row1 { min-height: 12em; }

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

        /*  WEBFORM  */
        .webform-component label, .webform-component .description { font-size: 0.9em; }

    }

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

        /*ESPLOSO*/
        .esploso .caption h5 { font-size: 0.7em; }
        .esploso .caption1 { top: 3%; }
        .esploso .caption2 { top: 18%; left: 70%; }
        .esploso .caption3 { left: 70%; }

    }

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

        h2, .h2 { font-size: 2em;  } 

        /*TECH*/
        .tech .wide .padding { padding: 2em 1em; }

        /*ESPLOSO*/
        .esploso .caption p { font-size: 0.85em; }
        .esploso .caption h5 { font-size: 0.7em; }
        .esploso .caption1 { top: 3%; }
        .esploso .caption2 { top: 18%; left: 63%; }
        .esploso .caption3 { left: 60%; }
        .esploso .caption4 { left: 30%; }
        .esploso .caption5 { top: 72%; }

        /*ADV*/
        .adv .bottone { text-align: center; }
        .adv .cranio { max-width: 35%; position: relative;  margin-top: 1em; }
/*        .adv .col1 .text-center { text-align: left; }*/

        .adv .row2 h4.title { text-align: center; }
        .adv .row2 .padding-custom { padding-top: 0em; }
        .adv .row.row3.wide {
            padding: 0;
            margin: 0;
            width: 100vw;
            margin-left: -50vw;
            left: 50%;
        }

        /*  WEBFORM  */
        .webform-component label, .webform-component .description { font-size: 0.75em; }
    }


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

        img.visible-sm { display: inline-block!important; }

    }

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

        img.visible-xs { display: inline-block!important; }

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

        .xs-fascia.row1 { 
            background: none;
            min-height: auto;
            padding: 2em 15px;
            background: #259bd2;
            background: -moz-linear-gradient(left, #259bd2 0%, #114a8a 100%);
            background: -webkit-linear-gradient(left, #259bd2 0%,#114a8a 100%);
            background: linear-gradient(to right, #259bd2 0%,#114a8a 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#259bd2', endColorstr='#114a8a',GradientType=1 );
        }

        .xs-fascia.row1 h2 { margin: 0; line-height: 1.2; }

        /*TOP*/
        .top .logo { text-align: center;}

        /*HEADER*/
        .header .xs-fascia.row1 { padding: 1em; }
        .header .row1 h1 { font-size: 2.5em; }
        .header .row1 h4 { font-size: 1.2em; }
        .header .row2 h3 { padding: 15px 15px; font-size: 1.2em; }
        .header .row3 { min-height: 3em; }

        /*DIFFERENZA*/
        .differenza .row1 {  padding: 1em 0; }
        .differenza h3 { font-size: 1.4em;}

        /*TECH*/
        .tech .wide.gradient-hor50 {
            background: none;
            padding: 0;
            margin: 0;
            width: 100vw;
            margin-left: -50vw;
            left: 50%;
        }
        .tech .wide .row-odd { background-color: #F3F3F3;}
        .tech .wide .row-even { background-color: #1863a2; }

        /*ESPLOSO*/
        .esploso .popup { display: none; }
        .esploso .caption { text-align: center; position: relative; top: unset; left: unset; margin-bottom: 1em; }
        .esploso .caption1 { margin-top: 2em; }

    }

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

