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

/* SYSTEM */

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

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

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

.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 { 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: 20px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Jura', sans-serif;
    font-weight: 400;
    color: #646567;
    margin: 0px 0px;
}

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

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

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

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

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

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

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

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

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

p.piccolo { font-size: 0.85em; }

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.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: 'Jura', sans-serif; }
.fsecondary { font-family: 'Play', sans-serif; }

hr { border-top: 3px solid #4fc3f7; width: 40%; }

/* 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: #0078ff; text-decoration: none; }

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

a:active, li a:active, a.active, li a.active { color: #00a5e2;  }

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

.evidenza { color: #0078ff; }
.ciano { color: #00a5e2; }
.ciano-dark { color: #0078ff; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #646567; }
.text-light { color: #666666; }


.bgodd { background-color: #eceff1; }

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: 'Jura', sans-serif; 
    font-weight: 600;
    font-size: 0.7em;
    border: none;
    border-radius: 50px;
    padding: 0.8em 1.5em;
    transition: all 0.25s ease-in-out 0s;
    color: #FFFFFF;
    background: #0078ff none no-repeat scroll 0 0;
    line-height: 1;
    text-shadow: none;
/*    text-transform: uppercase;*/
    width: auto;
    text-align: center;

}

.btn:hover, .btn:focus, .btn:active { }

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


.btn-default, .button-default  { background-color: #0078ff!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: #00a5e2!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: #00a5e2!important; color: #FFFFFF!important; }


.btn-primary, .button-primary  { background-color: transparent!important; color: #0078ff!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: transparent!important; color: #00a5e2!important; }

.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: transparent!important; color: #00a5e2!important; }

.icon { 
    font-weight: 700;
    font-size: 1em;
    padding: 0.6em 0.5em 0.5em;
    transition: all 0.25s ease-in-out 0s;
    color: #FFFFFF;
    background: #0078ff none no-repeat scroll 0 0;
/*    line-height: 1;*/
    text-shadow: none;
    text-align: center;
}
.icon:hover { color: #00a5e2; }

.icon-black {    color: #000000;  }
.icon-black:hover { color: #FFFFFF; }

.icon-round { border-radius: 50px; margin: 0.5em 0; }

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

/* TOP */
.top .tasto { text-align: right; margin-right: 1em; margin-top: 5px; }

/* HEADER */
.header .gradient  {
    background: #2c91fe;
    background: -moz-linear-gradient(top, #2c91fe 0%, #74cbf7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #2c91fe), color-stop(100%, #74cbf7));
    background: -webkit-linear-gradient(top, #2c91fe 0%, #74cbf7 100%);
    background: -o-linear-gradient(top, #2c91fe 0%, #74cbf7 100%);
    background: -ms-linear-gradient(top, #2c91fe 0%, #74cbf7 100%);
    background: linear-gradient(to bottom, #2c91fe 0%, #74cbf7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c91fe', endColorstr='#74cbf7', GradientType=0 );

    width: 100vw;
    height: 73rem;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.header .gocce {
    background: #FFFFFF url("../images/header_big_goccia.png") no-repeat scroll top center / cover; 
    background-size: contain;
}
.header .gocce .alpha { padding-left: 9em; }
.header .gocce .omega { padding-right: 9em; text-align: right; }

.header .strillo { position: absolute; top: 10%; left: 0; padding: 0 4em; z-index: 3; }
.header .strillo h3 { font-size: 1.3em; }

/* QUALITA */
.qualita .row1  { background: #000000 url("../images/bg_batteri.png") no-repeat scroll top center / cover; }

.qualita .cornice { border: 2px solid #FFFFFF; text-align: center; padding: 2em; margin: 2em 0; }

/* DISPOSITIVO */
.dispositivo .etichetta h6 { font-family: 'Play', sans-serif; font-size: 0.75em; }
.dispositivo .etichetta.alpha { text-align: right; }
.dispositivo .etichetta.omega { text-align: left; }

.dispositivo .etichetta { position: absolute; top: 0; left: 0; z-index: 1; padding: 0 0px; }

.dispositivo .etichetta1,
.dispositivo .etichetta2 { top: 1em; left: 4em; }

.dispositivo .etichetta2 { left: auto; right: 4em; }

.dispositivo .etichetta3,
.dispositivo .etichetta4 { top: 5em; left: 3em; }

.dispositivo .etichetta4 { left: auto; right: 3em; }

.dispositivo .etichetta5,
.dispositivo .etichetta6 { top: 11em; left: 2.5em; }

.dispositivo .etichetta6 { left: auto; right: 2.5em; }

.dispositivo .etichetta7,
.dispositivo .etichetta8 { top: 17em; left: 4em; }

.dispositivo .etichetta8 { left: auto; right: 4em; }

/* CERTIFICAZIONI */
.certificazioni .logo { padding: 0; }

/* AGIFT */
.agift .row1 { background: #000000 url("../images/fascia_amazon_gift.png") no-repeat scroll top center / cover; }

/* SONDAGGIO */
.sondaggio .card_agift { position: absolute; top: -1em; left: 0; }

/* FOOTER-FIRST */
.footer-first h1,
.footer-first h2,
.footer-first h3,
.footer-first h4,
.footer-first h5,
.footer-first h6,
.footer-first p,
.footer-first a { font-family: 'Play', sans-serif; color: #FFFFFF; }

.footer-first a:hover { color: #00a5e2; }

.footer-first .flogo { position: relative;  left: -10px; }

.footer-first h3 { font-size: 1em; margin-bottom: 0; margin-top: 1em; }
.footer-first h4 { font-size: 0.85em; margin-top: 2em; margin-bottom: 0; }
.footer-first p { font-size: 0.7em; margin: 0; }
.footer-first .anagrafica p strong { margin: 1em 0; display: block; }
.footer-first h6 { font-size: 0.55em; }

.footer-first .nverde { text-align: right; }
.footer-first .nverde img { margin-top: 1em; margin-bottom: 2em; }


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

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

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
    border: 0px solid #666666;
    border-bottom: 1px solid #666666;
    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: #4d4c4c;
    border-radius: 0;
    box-shadow: none;
}

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Jura', 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: #4d4c4c;
    font-weight: 300;
    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: #4d4c4c; 
    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: 20%;
}


.webform-component.custom label { 
    color: #4d4c4c;
    font-weight: 400; 
    width: 100%;
    font-size: 0.85em;
    margin: 0.2em 0 0;
}

.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: 'Jura', 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.highlight img,
.webform-component.custom .form-type-radio.highlight img { 
    background-color: #dd0465;
}

.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: #4d4c4c; }
.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-markup .wide { border-bottom: 1px solid #4d4c4c; margin-bottom: 1em; }

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

.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 .control-label {  font-size: 0.8em; line-height: 1.2; font-weight: 300; color: #4d4c4c; }


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

.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 #26aa99;
    border-radius: 0;
    color: #dd0465;
    font-family: 'Jura', sans-serif;
    font-size: 1em;
    line-height: 1;
    margin: 0;
    padding:0;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 400;
    width: auto;
}

.webform-submit.button-primary {
    font-family: 'Jura', 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: 600 !important;
    font-size: 1em !important;
    border-radius: 50px !important;
    padding: 0.5em 1.5em !important;
    background: #0078ff none no-repeat scroll 0 0;
    background-color: #0078ff !important;
    color: #FFFFFF !important;
    margin-top: 1em !important;
}

.webform-submit.button-primary:hover,
.webform-client-form .form-actions .form-submit:hover .icon { background-color: #00a5e2!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: 20px; }

    }

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

        body { font-size: 21px; }
    }

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

        body { font-size: 22px; }

    }

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

        body { font-size: 23px; }

    }

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

        body { font-size: 24px; }

    }


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

        .header .strillo { padding: 0 1em; }

    }





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


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

        /* HEADER */
        .header .gocce .alpha { padding-left: 6em; }
        .header .gocce .omega { padding-right: 6em; }

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

    }

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

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

        /* HEADER */
        .header .strillo { top: 8%; padding: 0 6em; }
        .header .strillo h1.title { font-size: 2.5em; }
        .header .strillo h3 { 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) {

        h1, .h1 { font-size: 1.8em; }
        h2, .h2 { font-size: 1.5em; }
        h3, .h3 { font-size: 1.2em; }

        .carousel-control.left { left: -1em!important; }
        .carousel-control.right { right: -1em!important; }

        /* HEADER */
        .header .strillo { top: 6%; padding: 0px 5em; }
        .header .strillo h1.title { font-size: 2em; }
        .header .strillo h3 { font-size: 0.8em; }

        .header .gocce .omega { padding-right: 0; text-align: center;  margin-top: 3em; }
        .header .gocce .alpha { padding-left: 0; text-align: center; }

        /* DISPOSITIVO */
        .dispositivo .etichetta1,
        .dispositivo .etichetta2 { top: 1em; left: 0em; }

        .dispositivo .etichetta2 { left: auto; right: 0em; }

        .dispositivo .etichetta3,
        .dispositivo .etichetta4 { top: 5em; left: 1em; }

        .dispositivo .etichetta4 { left: auto; right: 1em; }

        .dispositivo .etichetta5,
        .dispositivo .etichetta6 { top: 11em; left: 1em; }

        .dispositivo .etichetta6 { left: auto; right: 1em; }

        .dispositivo .etichetta7,
        .dispositivo .etichetta8 { top: 17em; left: 0em; }

        .dispositivo .etichetta8 { left: auto; right: 0em; }

        /* SONDAGGIO */
        .sondaggio .card_agift img { max-width: 70%; }

        /* FOOTER-FIRST */
        .footer-first h4 { text-align: right;  margin-top: 1.5em; }

    }

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

        h1, .h1 { font-size: 1.8em; }
        h2, .h2 { font-size: 1.5em; }
        h3, .h3 { font-size: 1.2em; }

        p.piccolo { font-size: 0.9em; }



        .carousel-control.left { left: -0.5em!important; }
        .carousel-control.right { right: -0.5em!important; }

        /* TOP */
        .top .logo { text-align: center; }
        .top .tasto { text-align: center; margin-right: 0; margin-top: 1em; }

        /* HEADER */
        .header .bubbles { padding: 0; }

        /* HEADER */
        .header .strillo { position: relative; top: 0; left: 0; padding: 0 15px; }
        .header .strillo h1.title { font-size: 2em; line-height: 1; color: #00a5e2; text-align: center; margin-top: 0.5em; }
        .header .strillo h3 { font-size: 1.3em; color: #646567; text-align: center; }
        .header .strillo br { display: none; }

        .header .gocce { background: none; }
        .header .gocce .omega,
        .header .gocce .alpha { padding: 0 15px; text-align: center; }

        /* AGIFT */
/*        .agift .row1 { background: none; }*/
        .agift .padding-top.margin-top {  }
        .agift .white {   font-size: 1em; }

        /* CERTIFICAZIONI */
        .certificazioni .row1 {
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            display: flex;
        }
        .certificazioni .row1 .loghi { order: 2; }
        .certificazioni .row1 .didascalia { order: 1; }


        /* SONDAGGIO */
        .sondaggio h1.padding-top {  padding-top: 0; }
        .sondaggio .card_agift { position: relative; text-align: center; top: -5px; }
        .sondaggio .card_agift img { max-width: 70% }

        /* DISPOSITIVO */
        .dispositivo .etichetta {
            position: relative;
            top: 0!important;
            left: 0!important;
            right: auto !important;
            text-align: center !important;
            padding: 0.2em 0px 0;
        }
        .dispositivo .etichetta h6 { font-size: 0.85em; }

        /* FOOTER-FIRST */
        .footer-first .logo,
        .footer-first .anagrafica,
        .footer-first .nverde {  text-align: center; }
        .footer-first .nverde img { margin-bottom: 0em; }

        /*  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: 1em; }

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

        .webform-component .form-type-radio input {  margin-top: 5px; }

        .webform-component.privacy .form-type-checkbox, 
        .webform-component.privacy .form-type-radio { margin-left: 0; }

    }

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

