/*
{
    ------------------
    volantinofacile.it
    ------------------

    Main stylesheet.
    Loaded for every page.
    Containes rules for the skeleton.
}
*/

@font-face {
    font-family: 'FontAwesome';
    src: url('/vf/fonts/fontawesome/fontawesome-webfont.eot');
    src: url('/vf/fonts/fontawesome/fontawesome-webfont.eot') format('embedded-opentype'), url('/vf/fonts/fontawesome/fontawesome-webfont.woff') format('woff2'), url('/vf/fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('/vf/fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('/vf/fonts/fontawesome/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

html {
    font-family: open-sans-a;
    font-size: 16px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: none;
    overflow: hidden;
    background-image: url(/vf/img/vf-logo-a.svg);
    background-position: 50% 45vh;
    background-repeat: no-repeat;
    background-size: 100px;
    height: 100vh;
    /*background-position: 50% 50%;
    background-image: none;*/
}

*, *::before, *::after {
    box-sizing: inherit;
    margin-top: 0;
}

body {
    overflow-anchor: none;
    width: 100%;
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    transition: opacity 0.5s ease-in-out;
    overflow: auto;
    font-size: 16px;
    background-color: #efefef;
    position: relative;
    display: flex 0 1 auto;
    flex-direction: column;
    height: 100vh;
}

body>footer {
    background: none;
    position: relative;
    /*
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        */
}

body>footer>canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-filter: drop-shadow(16px 16px 20px black);
    background: none;
}

body>footer>p small {
    opacity: .25;
}

body>.site-wrapper {
    flex: 1;
    background: none;
}

body>.site-wrapper>main {
    margin-bottom: 1em;
    /* unused for now */
    transition: opacity 0.25s ease-in-out;
    /*background: white;*/
    background: none;
}

input, button {
    font-family: inherit;
    font-size: inherit;
}

*:last-child {
    margin-bottom: 0;
}


/*
{
    -----------------------
    Search form begins here
    -----------------------
}
*/

form.cerca {
    position: relative;
    width: 100%;
    /*border-radius: 3px;*/
    background: none;
    /*rgba(0,0,0,0.015625);*/
    /*display: flex;*/
    /*
    outline: 1px solid #222;
    background: red;
    padding: 0;
    */
    /* Questo non posso farlo se voglio mostrare autocomplete... */
    /*overflow: hidden;*/
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 512px;
    margin-right: auto;
    margin: 0 auto 0 auto;
}

div.cerca>div {
    position: relative;
    background: rgb(246, 246, 246);
    /*rgba(0,0,0,0.03125); /*#eee;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    width: 100%;
}

div.cerca button {
    border: none;
    background: none;
    background-color: #c31e16;
    position: relative;
    display: block;
    width: 2em;
    height: 2.2em;
    padding: 8px;
    font-size: 21px;
    color: white;
}

div.cerca button img {
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
}

form.cerca button:focus, form.cerca input:focus {
    outline: none;
    /*border-top-color:rgb(174,18,30);
    border-bottom-color:rgb(174,18,30);*/
    /*border-top: 1px solid rgb(174,18,30);
    border-bottom: 1px solid rgb(174,18,30);*/
    box-shadow: 0 0 3px rgb(174, 18, 30);
    /*-webkit-filter: drop-shadow(0 0 3px rgb(174,18,30));*/
}

form.cerca button:active {
    background: rgb(174, 18, 30);
}

form.cerca button:active>img {
    -webkit-filter: grayscale(1) contrast(10) invert(100%);
}

form.cerca section {
    display: none;
    position: absolute;
    width: 100%;
    height: 100px;
    background: rgb(246, 246, 246);
    /*rgba(0,0,0,0.03125);*/
    z-index: 999;
    left: 0;
    top: 100%;
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .5em 1em;
    border-radius: 3px 3px 3px 3px;
}

form.cerca:hover>section, form.cerca:focus>section, form.cerca input:focus~section {
    display: block;
}

.autocomplete-item img {
    vertical-align: middle;
    max-height: 34px;
}

@media only screen and (min-width: 320px) and (max-width:554px) {
    .fancybox-wrap {
        width: 250px !important;
    }
    .fancybox-desktop {
        width: 250px !important;
    }
    .fancybox-type-inline {
        width: 250px !important;
    }
    .fancybox-opened {
        width: 250px !important;
    }
    #salvaprovincia {
        width: 250px !important;
    }
    #salvaprovincia .content {
        width: 220px !important;
    }
    .descrip {
        font-size: 14px;
        text-align: center;
        width: 210px;
    }
    .center {
        display: block;
        text-align: center;
        margin-top: -10px;
        width: 220px;
    }
}

svg * {
    outline: none;
}

div.fade {
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 1;
}

.inline {
    display: inline-block;
}


/* BOXING */

.boxed {
    padding: 1em;
    border: 1px solid lightgray;
    border-radius: .5em;
    background: #fff;
    margin-top: 0;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px 0px rgba(127, 127, 127, .5);
}

.site-wrapper {
    position: relative;
    background: rgba(255, 255, 255, 0.96875);
    border-radius: 3px;
    width: 100%;
    min-width: 320px;
    max-width: 1150px;
    margin: 0 auto;
}

.site-wrapper>* {
    padding: 0;
    position: relative;
}


/* Layering */

.site-wrapper {
    z-index: 1;
}

.title {
    padding: 5px;
    background-color: #fff;
    text-align: center;
}

.title h1 {
    font-size: 1.5em;
    padding: 0 !important;
    margin-bottom: 5px !important;
}

.title h1 img {
    max-height: 40px;
    width: auto;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
}

.sepa5 {
    clear: both;
    height: 5px;
}

.sepa10 {
    clear: both;
    height: 10px;
}

.sepa20 {
    clear: both;
    height: 20px;
}

.sepa30 {
    clear: both;
    height: 30px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.mr0 {
    margin: 0 !important;
}

.mrR10 {
    margin-right: 10px;
}

.mrR20 {
    margin-right: 20px;
}

.mrR30 {
    margin-right: 30px;
}


/* attualmente usato solo per il pulsante sfoglia in pv */

.btn-red {
    background-color: #c31e16;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px;
}

.btn-red:hover {
    background-color: #a9160f;
    color: #fff;
    box-shadow: 0 0 1px #666;
}

.btn-blue {
    background-color: #3b8ad1;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px;
}

.btn-green {
    background-color: #088A29;
    border-radius: 3px;
    color: #fff;
    padding: 6px 20px;
}

.btn-blue:hover {
    background-color: #177bc6;
    color: #fff;
    box-shadow: 0 0 1px #666;
}

.btn-white {
    background-color: #fff;
    border-radius: 3px;
    color: #333;
    text-transform: uppercase;
    padding: 6px 20px;
}

.btn-white:hover {
    background-color: #333;
    color: #fff;
    box-shadow: 0 0 1px #666;
}

.box-white, .box-white-noborder, .box-white-no-border {
    background-color: #fff;
    padding: 16px 10px;
    box-shadow: 0 0 2px #ddd;
    text-align: left;
    margin-bottom: 4px;
}

.box-white-brleft {
    border-left: 3px solid #c31e16;
}

.box-grey {
    background-color: #f3f3f3;
    margin-bottom: 20px;
    padding: 16px 18px;
    box-shadow: 0 0 2px #bbb;
    border-top: 3px solid #c31e16;
}

.box-grey-search {
    background-color: #c6c6c5;
    margin-bottom: 4px;
    box-shadow: 0 0 2px #bbb;
}

.box-red {
    background-color: #c31e16;
    color: #fff;
    margin-bottom: 20px;
    padding: 16px 18px;
    box-shadow: 0 0 2px #ddd;
}

.twitter-typeahead {
    width: 100%;
}

.typeahead, .tt-query, .tt-hint {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 30px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion div {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    text-align: center;
}

.search_input_cp {
    display: table;
    width: 100%;
    position: relative;
}

.search_input_cp input, .search_input_cp .btn {
    display: table-cell;
}

.search_input_cp input {
    padding: 5px;
    border: 1px solid #d4d4d4;
    border-right: none !important;
    font-size: 14px;
    height: 34px;
    width: 100%;
}

.search_input_cp.search_input_cp_offertehome input:focus {
    outline: none;
    box-shadow: 0 0 3px rgb(174, 18, 30) !important;
}

.search_input_cp.search_input_cp_offertehome input {
    /*text-align: center;*/
    height: 50px;
    border-radius: 5px;
    background: #eee;
}

.search_input_cp input::placeholder {
    color: #888;
}

.search_input_cp .btn {
    margin-left: 4px;
    width: 32px;
    height: 34px;
    padding: 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search_input_cp.search_input_cp_offertehome .btn {
    width: 42px !important;
}

.search_input_cp .btn img {
    height: 29px;
    width: 29px;
    padding: 5px;
}

#smartbanner {
    background-color: #c31e16 !important;
    text-shadow: none !important;
}

#smartbanner .sb-icon {
    background-color: #fff !important;
}

#smartbanner .sb-info strong {
    font-size: 14px !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 2px;
}

#smartbanner .sb-info, #smartbanner .sb-info strong {
    color: #fff !important;
    text-shadow: none !important;
}

#smartbanner .sb-button {
    top: 16px !important;
}

#smartbanner .sb-button span {
    background-color: #fff !important;
    color: #c31e16 !important;
    background-image: none !important;
    padding: 2px 10px !important;
    text-shadow: none !important;
}

@media all and (min-width:768px) {
    .search_input_cp.search_input_cp_offertehome input {
        font-size: 18px !important;
    }
}

.banner-gpt {
    text-align: center;
}

.noborder {
    border: none !important;
}

div.box-wrapper {
    display: inline-block;
    width: 23%;
    margin: 10px 0.5%;
    vertical-align: top;
    box-shadow: 0 0 2px #aaa;
}

div.box-wrapper div.box {
    display: block;
    background-color: rgba(255, 255, 255, 0.55);
    width: 100%;
    height: 250px;
}

div.box-wrapper img {
    margin-top: 25px;
    width: 160px;
    max-width: 100%;
}

div.box-wrapper img[src$="confronta-prezzi.png"] {
    margin-top: 35px;
}

div.box-wrapper>div:last-child {
    padding: 5px;
    font-size: 14px;
}

div.box>a>div {
    height: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
}

div.box-wrapper>div>a {
    display: block;
    text-decoration: none;
    font-size: 20px;
}

#scrollup {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background-image: url('/vf/img/scrollup.png');
    background-color: #c31e16;
    background-size: 70% auto;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    color: #333;
}

.breadcrumb {
    font-size: 13px;
    background-color: transparent;
    width: 94%;
    border-radius: 0;
    border-top: 1px solid #e9e9e9;
    padding-bottom: 0;
}

.breadcrumb a {
    color: #444;
    cursor: pointer;
}

@media all and (max-width: 1024px) {
    div.box-wrapper {
        width: 48%;
        height: 350px;
    }
}

@media all and (max-width: 960px) {
    .title h1 {
        font-size: 0.9em !important;
    }
}

@media all and (max-width: 767px) {
    .breadcrumb.breadcrumb-nomobile {
        display: none;
    }
}


/* Let the autocomplete get over */

.site-wrapper>header {
    z-index: 2;
}

.site-wrapper>nav {
    z-index: 0;
}

.site-wrapper>main {
    z-index: 1;
}

.site-wrapper>footer {
    z-index: 3;
}


/* Necessary? */

.wrap {
    /*outline: 1px dotted #222;*/
    height: 100%;
    width: 100%;
    position: relative;
}

.site-wrapper>#header {
    padding: 0 !important;
}

.site-wrapper>header>.wrap {
    width: 100%;
    height: auto;
    position: relative;
}

.site-wrapper>header>.wrap>* {
    vertical-align: top;
}

.logo-wrapper {
    padding: 10px;
    left: 0;
    top: 10px;
    width: 90px;
    position: absolute;
}

.logo-wrapper img {}

.logo-mobile, .logo-mobile-2 {
    display: none;
}

.logoname {
    float: left;
    margin-left: 100px;
    margin-top: 20px;
}

.logoname img, .logoname svg {
    width: 188px;
    margin-top: 3px;
}

section.logo-wrapper a:focus, section.logoname a:focus {
    outline: none;
}

section.icons {
    display: inline-block;
    float: right;
}

section.icons>* {
    height: 100%;
    padding: 0;
    text-align: center;
    font-size: 0.875rem;
}

section.icons a#avvisa, section.icons a#app {
    text-decoration: none;
    position: relative;
    vertical-align: top;
    display: block;
    float: right;
    right: 20px;
    color: #9c9b9b;
    background: none;
    width: 65px;
}

section.icons a#avvisa i {
    margin: 25px 8px 7px 8px;
    font-size: 26px;
}

section.icons a#app i {
    margin: 18px 8px 0 8px;
    font-size: 40px;
}

section.icons img {
    height: 35px;
    display: block;
    margin: 0.25em auto 0 auto;
    pointer-events: none;
    backface-visibility: hidden;
    transition: transform .125s ease-in-out;
    transform: scale(0.9);
    background: none;
    margin-top: 15px;
}

section.icons span {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    font-weight: 300;
    background: none;
    font-size: 13px;
}

section.icons a:hover, section.icons a:focus {
    outline: none;
    color: rgb(174, 18, 30);
}

section.icons a:hover img, section.icons a:focus img {
    /*-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));*/
    transform: scale(1);
}

section.icons .map-bg {
    background-image: url(/vf/img/location-dialog-map.png);
    background-size: 130%;
    height: 80px;
    width: 154px;
    float: right;
    height: 80px;
    width: 154px;
    float: right;
}

section.icons #cambia {
    display: block;
    height: 75px;
    text-align: center;
    padding-top: 24px;
    font-weight: 700;
    color: #c11319;
    font-size: 1.1em;
    line-height: 1em;
    margin-left: 20px;
    width: 110px;
    vertical-align: middle;
    text-decoration: none;
}

section.icons .cambia_pv {
    width: 30px;
    height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 1.1em;
    padding: 3px;
    border-radius: 3px;
    margin-top: 14px;
    margin-right: 10px;
    display: block;
}

section.icons #cambia-provincia {
    position: absolute;
    float: right;
    top: 2px;
    right: 20px;
    z-index: 999;
    width: 220px;
    height: 80px;
    border-radius: 4px;
    background-color: #eee;
    padding: 15px 10px 15px 10px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-color: #75aedf;
}

section.icons .imposta_pv {
    background-image: url("/vf/img/marker-vf.png");
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    width: 30px;
    height: 45px;
    margin-top: 14px;
    display: block;
}

section.icons #cambia-provincia select {
    font-size: 17px;
}

section.vetrina-pv {
    text-align: center;
    max-width: 814px;
    margin: 50px 0 30px 0;
    padding: 20px 0 30px 0;
    border-top: 3px solid rgb(174, 18, 30);
    border-bottom: 3px solid rgb(174, 18, 30);
}

.modal-veditutto .modal-dialog {
    margin-top: 20% !important;
}

.modal-veditutto-top .modal-dialog {
    margin-top: 10% !important;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-search-null {
    margin: 100px auto;
    text-align: center;
}

.modal-search-null .modal-header {
    border-bottom: none;
}

.modal-search-null .modal-footer {
    border-top: none;
    text-align: center !important;
}

.modal-search-null .modal-footer button {
    position: absolute;
    bottom: -15px;
    left: 50%;
    background-color: #c31e16;
    color: #fff;
    border: 3px solid #fff;
    height: 42px;
    width: 42px !important;
    margin-left: -20px;
    padding: 0;
    border-radius: 50%;
    display: block;
}

.modal-search-null .modal-content {
    position: relative;
}

.modal-search-null .modal-content #search_icon_null {
    background-color: #5AA1CC;
    color: #fff;
    border: 5px solid #fff;
    position: absolute;
    top: -40px;
    left: 50%;
    height: 100px;
    width: 100px;
    display: block;
    margin-left: -50px;
    border-radius: 50%;
    padding: 20px;
    font-size: 34px;
}

div#myModal {
    color: black;
}

.modal-search-null h4 {
    padding-top: 50px;
}

@media all and (max-width: 500px) {
    .modal-veditutto .modal-dialog {
        margin-top: 40% !important;
    }
    .modal-veditutto-top .modal-dialog {
        margin-top: 30% !important;
    }
}

.close-modal-bootstrap {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #111;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    display: block;
    ;
    font-weight: bold;
    text-align: center;
    box-shadow: 1px 1px 2px #111;
    font-size: 18px;
}

#salvaprovincia {
    width: 300px;
}

#salvaprovincia .sl {
    width: 40px;
}

#salvaprovincia .title {
    margin: 0;
    padding: 0 0 10px 0px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

#salvaprovincia .content {
    display: block;
    position: relative;
    padding-bottom: 17px;
}

#salvaprovincia .content .desc {
    z-index: 99;
    bottom: 0;
    position: absolute;
    padding: 10px;
    margin: 0 0 4px 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 17px;
    opacity: 0;
    transition: opacity ease-in-out 0.5s;
}

#salvaprovincia .descrip {
    font-size: 17px;
    text-align: center;
}

#salvaprovincia .content:hover .desc {
    opacity: 1;
}

#salvaprovincia .next, #salvaprovincia .prev, #salvaprovincia .close {
    display: block;
    text-decoration: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #858585;
}

#salvaprovincia .prev {
    float: left;
}

#salvaprovincia .next, #salvaprovincia .close {
    float: right;
}

#salvaprovincia .clear {
    display: block;
    clear: both;
}

#salvaprovincia .close {
    float: right;
    width: 45px;
    margin-top: -9px;
    margin-right: -13px;
    display: block;
    cursor: pointer;
}

#salvaprovincia .exp {
    width: 130px;
}

#salvaprovincia .center {
    display: block;
    text-align: center;
    margin-top: -10px;
}

.search-wrap {
    display: inline-block;
    margin: 18px 0 0 0;
    margin: 1rem 0 1rem 0rem;
    width: 36%;
}

.cerca {
    max-width: 600px;
    margin: 0 auto;
    background: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

iframe[name="google_conversion_frame"] {
    display: none;
}

p.cookies {
    display: none;
}


/* Also use as a generic base style for every input? */

.cerca input {
    width: 100%;
    height: 48px;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    padding: 0 40px 0 8px;
    font-size: 15px;
    border: none;
    background: #eee;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.cerca input:focus {
    outline: none;
    box-shadow: 0px 0px 2px 2px rgba(174, 18, 30, .5);
    border: 1px solid #ae121e;
}

.cerca button {
    position: absolute;
    right: 0;
    top: 1px;
    width: 2.7em;
    height: 2.7em;
    border: none;
    border-radius: 0 4px 4px 0;
    background: #ccc;
    font-family: inherit;
    font-size: inherit;
}

.cerca button:hover, .cerca button:focus {
    outline: none;
}

.cerca input: valid:focus~.autocomplete {
    display: block;
}

.slider-handle {
    background-color: #c31e16 !important;
    background-image: -webkit-linear-gradient(top, #c31e16 0%, #ae2119 100%) !important;
    background-image: -o-linear-gradient(top, #c31e16 0%, #ae2119 100%) !important;
    background-image: linear-gradient(to bottom, #c31e16 0%, #ae2119 100%) !important;
}

.slider-track {
    background-color: #ececec !important;
    background-image: -webkit-linear-gradient(top, #ececec 0%, #dbdbdb 100%) !important;
    background-image: -o-linear-gradient(top, #ececec 0%, #dbdbdb 100%) !important;
    background-image: linear-gradient(to bottom, #ececec 0%, #dbdbdb 100%) !important;
}

.slider-selection {
    background-color: #c6c6c5 !important;
    background-image: -webkit-linear-gradient(top, #b5b5b4 0%, #a4a4a3 100%) !important;
    background-image: -o-linear-gradient(top, #b6b5b4 0%, #a4a4a3 100%) !important;
    background-image: linear-gradient(to bottom, #b6b5b4 0%, #a4a4a3 100%) !important;
}


/*!FIX-ME: class name proposal: .search-autocomplete */

.autocomplete {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    background: #eee;
    border-radius: 6px;
    margin-top: 14px;
    z-index: 999;
    text-align: left;
    box-shadow: 0 0 2px #666;
}

.autocomplete::before {
    content: '';
    width: 0;
    height: 0;
    border: 12px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border-bottom-color: #eee;
}

.autocomplete ul {
    list-style: none;
    padding: 0;
    margin: 0.5em 0;
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.autocomplete li {
    padding: 0.5em 1em;
}

.autocomplete.empty {
    display: none !important;
}

.autocomplete li {
    cursor: pointer;
}

.autocomplete li:hover {
    background: white;
}

.autocomplete li.error {
    text-align: center;
    color: rgb(174, 18, 30);
    pointer-events: none;
}

.autocomplete li a {
    color: #222;
    text-decoration: none;
    /* Temporary non-fix. Must be edited in the database. */
    text-transform: none;
    display: block;
}

#header {
    background-color: #fff;
    margin-bottom: 4px;
}

#searchclear, #searchclear_body, #searchclear_body_mobile {
    position: absolute;
    right: 55px;
    top: 0;
    bottom: 0;
    height: 18px;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    color: #ccc;
}


/** Fix menu dropdown */

@media all and (min-width: 1000px) and (max-width: 1060px) {
    #new-desktop-menu .dropdown-menu {
        width: 730px;
        left: 47px;
    }
    #new-desktop-menu .dropdown-menu li {
        min-width: 110px;
    }
}

@media all and (min-width: 1061px) and (max-width: 1110px) {
    #new-desktop-menu .dropdown-menu {
        width: 780px;
    }
}

@media all and (min-width: 1111px) and (max-width: 1189px) {
    #new-desktop-menu .dropdown-menu {
        width: 800px;
    }
}


/** Fix menu dropdown */

#new-desktop-menu .dropdown-menu .separator {
    margin-top: 7px;
}

.close-menu {
    position: absolute;
    top: 13px;
    right: 13px;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    color: #c31e16;
    font-size: 16px;
    cursor: pointer;
    line-height: 18px;
    text-align: center;
}

.close-menu:hover {
    text-decoration: none !important;
}

.li-prezzi-sconti {
    margin: 0;
    border-top: none !important;
    margin-top: 2px;
}

.li-prezzi-sconti a {
    background-color: #e34840;
    color: white !important;
    border-radius: 3px;
    padding: 4px 9px 3px 9px !important;
    line-height: 20px !important;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase !important;
}

.hover {
    background-color: #fff !important;
    color: #c31e16 !important;
}

#nav {
    border-top: 1px solid #E8E8E8;
    color: #c31e16;
    padding: 0!important;
    display: block;
    text-align: center;
    margin-left: 96px;
    height: 44px;
    min-width: 720px;
    left: -100%;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: open-sans-b;
    letter-spacing: -0.45px;
}

#new-desktop-menu>ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    height: 40px;
    width: 100%;
    line-height: 40px;
    margin: auto 0;
    position: relative;
}

#new-desktop-menu>ul>li {
    display: inline;
    float: left;
    list-style-type: none;
    padding: 0 12px;
    /*margin: 0 0 0 4px;*/
}

#new-desktop-menu .separator {
    float: left;
    margin-top: 10px;
    height: 27px;
    border-right: 1px dotted white;
}

#new-desktop-menu>ul>li>a {
    color: #c31e16;
    list-style-type: none;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
}

#new-desktop-menu>ul>li:hover {
    background-color: #f5f5f5;
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-family: open-sans-b;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #c31e16;
    white-space: nowrap
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

#new-desktop-menu .dropdown {
    float: left;
    border: none;
    line-height: 40px;
}

#new-desktop-menu .dropdown:hover {
    background-color: #f5f5f5;
}

#new-desktop-menu .dropdown button {
    background-color: transparent!important;
    padding: 0 11px 2px;
    line-height: 16px;
    border: 0!important;
    text-transform: uppercase;
    font-weight: bold;
}

#new-desktop-menu .dropdown:hover button {
    color: #c31e16;
}

#new-desktop-menu .dropdown button .caret {
    margin-left: 3px;
}

#new-desktop-menu .dropdown button:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}

#new-desktop-menu .dropdown-menu {
    margin: -3px 0 0!important;
    border-radius: 0!important;
    left: 7px;
    top: 3px;
    color: #c31e16 !important;
    min-width: 280px!important;
    text-align: right!important;
    padding: 0!important;
    width: 875px;
}

#new-desktop-menu .dropdown-menu .separator {
    display: inline-block;
}

#new-desktop-menu .dropdown-menu li {
    display: inline-block;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    font-size: 16px;
    font-family: 'open-sans-b';
}

.hor-divider {
    position: absolute;
    width: 300%;
    left: -100%;
    background-color: #c31e16;
    height: 3px;
    margin: 0 0 40px 0;
}


/* iPad Portrait */

@media screen and (min-device-width: 481px) and (orientation:portrait) {
    #new-desktop-menu>ul>li>ul>li>a {
        display: block;
        font-size: 14px;
    }
}


/* iPad Landscape */

@media screen and (min-device-width: 481px) and (orientation:landscape) {
    #new-desktop-menu>ul>li>ul>li>a {
        font-size: 14px;
    }
}

#new-desktop-menu a[href="#"] {
    font-weight: bold;
    text-transform: uppercase;
}

#new-mobile-menu {
    display: none;
    z-index: 20;
    font-size: 15px;
}

#new-mobile-menu ul {
    z-index: 20;
}

#menu-1 {
    z-index: 1000;
}

#menu-1 ul {
    border-top: 3px solid #c31e16;
    border-bottom: 1px solid #c31e16;
}

#new-mobile-menu a[href="/"], #menu-1 a[href="/"] {
    background-image: url('/vf/img/menu-mobile/black/evidenza.png');
    background-repeat: no-repeat;
    background-position: 6px 10px;
    background-size: 24px 24px;
    list-style-type: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
}

#new-mobile-menu a[href="/"], #menu-1 #nonav, #menu-1 a[href$="volantini-anteprima"] {
    background-image: url('/vf/img/menu-mobile/black/volantini.png');
    background-repeat: no-repeat;
    background-position: 6px 5px;
    background-size: 24px 24px;
    list-style-type: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
    padding: 8px 10px 8px 35px;
}

#new-mobile-menu a[href$="-prezzi"], #menu-1 a[href$="-prezzi"] {
    background-image: url('/vf/img/menu-mobile/black/confronta-prezzi.png');
    background-repeat: no-repeat;
    background-position: 6px 10px;
    background-size: 24px 24px;
    list-style-type: none;
}

#new-mobile-menu a[href="buoni-sconto"], #menu-1 a[href$="buoni-sconto"] {
    background-image: url('/vf/img/menu-mobile/black/buoni_sconto.png');
    background-repeat: no-repeat;
    background-position: 6px 10px;
    background-size: 24px 24px;
    list-style-type: none;
}

#new-mobile-menu a[href="codici-sconto"], #menu-1 a[href$="codici-sconto"] {
    background-image: url('/vf/img/menu-desktop/black/codici-sconto.png');
    background-repeat: no-repeat;
    background-position: 6px 10px;
    background-size: 24px 24px;
    list-style-type: none;
}

#new-mobile-menu a[href="offerte-sconti"], #menu-1 a[href$="offerte-sconti"] {
    background-image: url('/vf/img/menu-desktop/black/offerte-sconti.png');
    background-repeat: no-repeat;
    background-position: 6px 10px;
    background-size: 24px 24px;
    list-style-type: none;
}

#new-mobile-menu a[href$="app"], #menu-1 a[href$="app"], #new-mobile-menu a[href="https://volantinofacile.onelink.me/l57X/uvhdg475"], #menu-1 a[href="https://volantinofacile.onelink.me/l57X/uvhdg475"] {
    background-image: url('/vf/img/app-black.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 24px 24px;
    list-style-type: none;
}

#new-mobile-menu a[href$="avvisami"], #menu-1 a[href$="avvisami"] {
    background-image: url('/vf/img/menu-mobile/black/avvisami.png');
    background-repeat: no-repeat;
    background-position: 6px 10px;
    background-size: 24px 24px;
    list-style-type: none;
}

#new-mobile-menu a[href$="news.volantinofacile.it"], #menu-1 a[href$="news.volantinofacile.it"] {
    background-image: url('/vf/img/menu-mobile/black/blog.png');
    background-repeat: no-repeat;
    background-position: 6px 10px;
    background-size: 24px 24px;
    list-style-type: none;
}

#open-mobile, #st-trigger-effects {
    margin-top: 8px;
    display: none;
    float: left;
    line-height: 15px;
    position: relative;
    z-index: 10;
    text-align: center;
}

#open-mobile>div, #st-trigger-effects>div {
    cursor: pointer;
}

.geo-alert {
    height: auto;
    font-size: 11px;
    display: block;
}

.geo-alert-box:hover {
    color: #fff;
    text-decoration: none;
    background-color: #177bc6;
}

.geo-alert-box {
    position: relative;
    display: block;
    text-align: center;
    height: auto;
    color: #fff;
    background-color: #3b8ad1;
    background-image: url('/vf/img/target.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.geo-alert-close {
    background-color: #fff;
    color: #3b8ad1;
    position: absolute;
    display: block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    cursor: pointer;
}

.geo-alert-title {
    text-transform: uppercase;
    font-weight: bold;
}

.geo-alert-text {
    font-weight: 300;
    line-height: 12px;
}

@media all and (min-width: 1000px) {
    .geo-alert {
        position: absolute;
        top: 70px;
        right: 15px;
        width: 190px;
        box-shadow: 0 0 2px #000;
    }
    .geo-alert-box {
        padding: 8px 25px 10px 45px;
        background-position: 10px 13px;
        background-repeat: no-repeat;
    }
    .geo-alert-close {
        top: -7px;
        right: -7px;
        box-shadow: 0 0 2px #000;
    }
    .geo-alert-box:before {
        content: '';
        position: absolute;
        top: -10px;
        right: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 12px 20px;
        border-color: transparent transparent #3b8ad1 transparent;
    }
    .geo-alert-box:hover:before {
        border-color: transparent transparent #177bc6 transparent;
    }
}

@media all and (max-width: 999px) {
    .geo-alert {
        position: relative;
        width: 100%;
        font-size: 12px;
    }
    .geo-alert-box {
        padding: 10px 25px;
        background-position: 20px center;
    }
    .geo-alert-close {
        top: 10px;
        right: 20px;
        height: 24px;
        width: 24px;
        line-height: 24px;
        font-size: 16px;
    }
}

.vaiapv {
    font-family: inherit;
    font-size: 90%;
    padding: 0.3em 1em;
    border: none rgba(0, 0, 0, 0);
    background-color: rgb(0, 120, 231);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

#footer {
    background-color: #444;
    color: #fff;
    padding: 40px 0 50px 0;
}

#footer .wrap {
    /*max-width: 1152px;*/
    margin: 0 auto;
    text-align: center;
    padding: 1em 0;
    color: #fff;
}

#footer .wrap .copyright {
    font-size: 12px;
}

#footer a:hover {
    color: #c31e16;
}

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        height: 100%;
    }
}*/

main {
    height: auto;
    margin-bottom: 3em;
}

@media all and (max-width:992px) {
    main {
        margin-top: 4px;
    }
}

.download_app {
    font-family: open-sans-a;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: center;
}

.download_app img {
    width: 90%;
    margin: 1em auto 0 auto;
    display: block;
    max-width: 256px;
    transition: all .25s ease-in-out;
}

a.tos {
    background: white;
    padding: 0 1em;
    border-radius: 1em;
    text-decoration: none;
    color: rgb(174, 18, 30);
}

a.tos2 {
    color: #eee;
}

vf-contatti, a.contatti {
    display: inline-block;
    color: white;
    padding: 0.125em 0.375em;
    border-radius: 4px;
    font-size: 1.125em;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}

vf-contatti>span, a.contatti>span {
    background: white;
    display: inline-block;
    width: 19px;
    height: 14px;
    position: relative;
    margin-right: 0.25em;
    overflow: hidden;
}

vf-contatti>span::before, a.contatti>span::before {
    content: '';
    background: #686868;
    width: 19px;
    height: 19px;
    position: absolute;
    transform: rotateZ(45deg) translate(-8px, -8px);
    top: 0;
    left: 0;
}

vf-contatti>span::after, a.contatti>span::after {
    content: '';
    background: white;
    width: 19px;
    height: 19px;
    position: absolute;
    transform: rotateZ(45deg) translate(-10px, -10px);
    top: 0;
    left: 0;
}

a.contact {
    width: 100px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

a.contact img {
    width: 100%;
}



vf-share {
    display: inline-block;
    vertical-align: middle;
}

vf-share a {
    color: #fff;
}

vf-share.a>div>div>p {
    display: none;
}

vf-share.b>div>div>a {
    vertical-align: top;
}

div.btns {
    margin: 5px auto;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    max-width: 500px;
}


/* Fix sticky footer (to be tested cross-browser)*/


/* Everything. side wide (per ora) */

.title {
    margin: 0 0 4px 0;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    min-height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    font-weight: normal;
}

.title h1 {
    font-size: 1.5em;
    margin-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    line-height: 1.5em;
}

.wrap .title h1 em {
    font-style: normal;
    font-weight: normal;
}

main header {
    margin-bottom: 1rem;
}

a.back-to-top {
    text-decoration: none;
    position: fixed;
    bottom: 1em;
    left: 1em;
    transition: transform .25s ease-in-out;
    /*transform: translateY(150%);*/
    transform: translate(0, 150%);
    z-index: 999999;
}

a.back-to-top.active {
    /*transform: translateY(0);*/
    transform: translate(0, 0);
}

.col-footer-terms {
    border-top: 2px solid #ccc;
    text-align: center;
    padding: 20px 30px;
}

.col-footer-brand p {
    margin-bottom: 0;
}

.col-footer-menu, .col-footer-city {
    border-left: 1px solid #6f6f6e;
}

.col-footer-city a {
    color: #fff;
}

.col-footer-city a:hover {
    text-decoration: none;
}

.link-footer-ico {
    display: inline-block;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.link-footer-ico .fa {
    margin-right: 5px;
    line-height: 27px;
    width: 20px;
    text-align: center;
}

.link-footer-ico span, .link-footer-ico .fa {
    vertical-align: middle;
    display: inline-block;
}

.link-footer-ico:hover {
    text-decoration: none !important;
}

.fa-commenting {
    font-size: 21px !important;
}

.fa-briefcase {
    font-size: 23px !important;
}

.addthis_horizontal_follow_toolbox, .addthis_sharing_toolbox {
    display: inline-block;
    vertical-align: middle;
}

.at-follow-tbx-element .at300b, .at-follow-tbx-element .at300m {
    margin: 0 2px 3px !important;
}

@media all and (max-width: 767px) {
    .col-footer-menu, .col-footer-city {
        border-top: 1px solid #6f6f6e;
        border-left: none !important;
        padding-top: 15px;
        margin-top: 15px;
    }
    .col-footer-terms {
        text-align: left;
    }
}

#at-cv-toaster.at-cv-with-image .at-cv-image-filter {
    opacity: 0.1 !important;
}

.pad-tb20-lr50 {
    padding: 20px 50px;
}

#menu-1 a:hover {
    background-color: #dadada;
    color: #888;
}

.vedi-altri-volantini {
    text-align: center;
}

.vedi-altri-volantini button {
    width: 98%;
    background-color: #c31e16;
    padding: 13px 0;
    border: none!important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700!important;
    color: white;
    outline: none;
}

@media (min-width: 768px) {

    .group-column-5 {
        padding: 0 12.5px 0 13px;
    }
    .group-column-5 .col-sm-3 {
        width: 20%;
        padding-left: 2px;
        padding-right: 2px;
    }
}
    

@media only screen and (min-width: 320px) and (max-width:500px) {
    #new-desktop-menu a[href$="-prezzi"] {
        color: black;
        padding: 0 0 0 30px;
        background-image: url('/vf/img/menu-desktop/black/confronta_prezzi.png');
        background-repeat: no-repeat;
        background-position: 5px 11px;
        background-size: 20px auto;
        list-style-type: none;
    }
    #header {
        margin-bottom: 4px;
    }
    #new-mobile-menu {
        text-align: center;
        display: inline-block !important;
        float: left;
        margin-top: 5px;
    }
    #new-mobile-menu ul {
        text-align: left;
        list-style: none;
        position: absolute;
        top: 2px;
        left: 5px;
        z-index: 10000;
        padding: 0;
        width: 60%;
    }
    #new-mobile-menu ul .first-child, #menu-1 .first-child {
        background-color: #ebebeb;
        display: block;
        width: 100%;
        font-size: 16px !important;
    }
    #new-mobile-menu ul .first-level, #menu-1 .first-level {
        background-color: #ebebeb;
        display: block;
        width: 100%;
        font-size: 15px !important;
    }
    #new-mobile-menu ul .sub {
        background-color: whitesmoke;
        display: block;
        padding: 5px 40px;
        width: 100%;
        border-top: 1px dotted lightgray;
        font-size: 15px !important;
    }
    #new-mobile-menu ul li:hover {
        font-weight: bold;
    }
    #new-mobile-menu ul li a {
        color: black;
        text-decoration: none;
    }
    #open-mobile, #st-trigger-effects {
        display: inline;
        margin-top: 10px;
        margin-left: 10px;
    }
    #open-mobile img, #st-trigger-effects img {
        width: 23px !important;
    }
    #nav {
        display: none;
    }
    #avvisa, #app {
        display: none !important;
    }
    #testo-cambia {
        display: none;
    }
    .site-wrapper>#header {
        padding: 0;
    }
    aside.icons {
        width: 130px;
        height: 40px;
        max-width: 65%;
        float: right;
        margin-right: 40px;
    }
    nav ul {
        font-size: 15px;
        line-height: 1.5em;
    }
    nav li:first-child {
        display: block;
    }
    nav li:nth-child(2) {
        margin-top: 0;
    }
    nav li#nonav {
        margin-left: 0;
    }
    nav li:not(:first-child) {}
    nav.expanded li:not(:first-child) {
        display: block;
    }
    nav .v-spacer {
        display: none;
    }
    nav ul {
        display: block;
    }
    #nav {
        padding: 0.28em;
        font-size: 0.775rem;
    }
    #avvisa {
        margin-left: -40px;
        margin-top: -10px;
    }
    .cerca {
        max-width: 100%;
    }
    .imposta_pv {
        background-color: rgb(193, 19, 25);
        text-align: center;
        color: #ffffff;
        font-size: 0.70em;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 3px;
        width: 75px;
        margin-left: 8px;
        margin-top: 7px;
        display: block;
    }
    section.icons #cambia {
        display: block;
        width: 75px;
        height: 50px;
        text-align: center;
        padding-top: 16px;
        font-weight: bold;
        color: rgb(193, 19, 25);
        font-size: .72em;
        line-height: 1.1em;
        margin-left: 12px;
    }
    section.icons #cambia-provincia {
        float: right;
        margin-top: 12px;
        display: none;
        z-index: 999;
        width: 300px;
        height: 135px;
        border-radius: 4px;
        background-color: #eee;
        padding: 30px 10px 30px 10px;
        font-size: 1em;
        font-weight: bold;
        text-decoration: none;
        border-width: 2px;
        border-style: solid;
        border-color: #75aedf;
        position: absolute;
        top: 50px;
        right: 0px;
    }
    section.icons .cambia_pv {
        background-color: rgb(193, 19, 25);
        text-align: center;
        color: #ffffff;
        font-size: 0.86em;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 3px;
        width: 75px;
        margin-left: 8px;
        margin-top: 5px;
        display: block;
    }
    main header {
        margin-bottom: 0;
    }
    main.home {
        padding-top: 0 !important;
        padding-left: 0 !important;
    }
    .cerca input {
        height: 40px;
    }

    .cerca button {
        height: 40px !important;
        padding: 0 !important;
        top: 0;
    }
    #nav {
        display: none;
    }
    .logo-wrapper {
        position: absolute;
        top: 8px;
        left: 49%;
        margin-left: -90px !important;
        width: 160px;
        padding: 0;
    }
    .logo-desk, .logoname, logo-mobile {
        display: none;
    }
    .logo-mobile-2 {
        display: block;
    }
    .logo-mobile {
        height: 40px;
        width: 80px;
        background-image: url("/vf/img/logomobile-small.png");
        background-repeat: no-repeat;
    }
    .logo-mobile-2 img, .logo-mobile-2 svg {
        width: 100%;
    }
    section.icons .map-bg {
        background-position: left center;
        width: 86px;
        height: 52px;
        padding: 0 5px;
        overflow: hidden;
    }
    section.icons #cambia {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 20px;
        display: block;
        width: 55px;
        height: 30px;
        text-align: center;
        padding-top: 22px;
        font-weight: bold;
        color: rgb(193, 19, 25);
        font-size: .72em;
        line-height: 1.1em;
    }
    .search-wrap {
        margin-top: 3px;
        margin-bottom: 10px;
        width: 100%;
        padding: 0 8px;
    }
    .apps-link {
        margin-left: 10px;
    }
    .az-link {
        margin-left: 15px;
    }
    .box-slider-postit {
        padding: 5px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 700px) {
    .cerca {
        max-width: 100%;
    }
    #open-mobile, #st-trigger-effects {
        display: inline;
        margin-top: 20px;
        margin-left: 10px;
    }
    #new-mobile-menu {
        text-align: center;
        display: inline-block !important;
        float: left;
        margin-top: 5px;
    }
    #new-mobile-menu ul {
        text-align: left;
        list-style: none;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 10000;
    }
    #new-mobile-menu ul {
        width: 95%;
    }
    #new-mobile-menu ul .first-child, #menu-1 .first-child {
        background-color: #ebebeb;
        display: block;
        width: 100%;
    }
    #new-mobile-menu ul .first-level, #menu-1 .first-level {
        background-color: #ebebeb;
        display: block;
        width: 100%;
        border-top: 1px solid gray;
    }
    #new-mobile-menu ul .sub {
        background-color: whitesmoke;
        display: block;
        padding: 3px 40px;
        width: 100%;
        font-size: 14px !important;
    }
    #new-mobile-menu ul li:hover {
        font-weight: bold;
    }
    #new-mobile-menu ul li a {
        color: black;
        text-decoration: none;
    }
    #nav {
        display: none;
    }
    .logo-wrapper {
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -120px !important;
        width: 160px;
        padding: 0;
    }
    .logo-desk, .logoname {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
    section.icons .map-bg {
        width: 95px;
        padding: 5px 20px;
    }
    section.icons #cambia {
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        width: 50px;
        height: 45px;
        text-align: center;
        font-weight: bold;
        color: rgb(193, 19, 25);
        font-size: .72em;
        line-height: 1.1em;
        margin-left: 18px;
    }
    #avvisa, #app {
        display: none !important;
    }
    #testo-cambia {
        display: none;
    }
    .search-wrap {
        margin: 0;
        width: 100%;
        padding: 5px 8px;
    }
    .cerca {
        max-width: 100%;
    }
    .cerca button {
        height: 2.2em;
    }
    h1.logo img, h1.logo svg {
        width: 75%;
        display: block;
        transition: transform 0.125s ease-in-out;
        backface-visibility: hidden;
    }
    section.logo img, section.logo svg {
        width: 60%;
        display: block;
        transition: transform 0.125s ease-in-out;
        backface-visibility: hidden;
    }
    nav .extended {
        display: none;
    }
    nav .ws {
        display: initial;
    }
    nav li {
        white-space: initial;
    }
    /*aside.icons {
        width: 300px;
        height: 80px;
        max-width: 65%;
        float: right;
        margin-right: 40px;
    }*/
    .logo-wrapper img, .logo-wrapper svg {
        width: 220px;
    }
}

@media only screen and (min-width: 701px) and (max-width:800px) {
    #header {
        margin-bottom: 0;
    }
    .logo-wrapper {
        width: 35px;
        height: 35px;
        text-align: center;
        margin-left: 10px;
        position: relative;
        float: left;
    }
    .logo-wrapper img, .logo-wrapper svg {
        width: 35px;
        height: 35px;
    }
    .logoname {
        margin-left: 10px;
        margin-top: 15px;
    }
    .search-wrap {
        margin: 0 0 0 0;
        width: 100%;
    }
    .cerca {
        max-width: 100%;
    }
    #open-mobile, #st-trigger-effects {
        display: inline;
        margin-top: 20px;
        margin-left: 10px;
    }
    #new-mobile-menu {
        text-align: center;
        display: inline-block !important;
        float: left;
        margin-top: 5px;
    }
    #new-mobile-menu ul {
        text-align: left;
        list-style: none;
        position: absolute;
        top: 50px;
        left: -40px;
        z-index: 10000;
    }
    #new-mobile-menu ul {
        width: 90%;
    }
    #new-mobile-menu ul .first-child, #menu-1 .first-child {
        background-color: #ebebeb;
        display: block;
        width: 100%;
    }
    #new-mobile-menu ul .first-level, #menu-1 .first-level {
        background-color: #ebebeb;
        display: block;
        width: 100%;
        border-top: 1px solid gray;
    }
    #new-mobile-menu ul .sub {
        background-color: whitesmoke;
        display: block;
        padding: 3px 40px;
        width: 100%;
        font-size: 14px !important;
    }
    #new-mobile-menu ul li:hover {
        font-weight: bold;
    }
    #new-mobile-menu ul li a {
        color: black;
        text-decoration: none;
    }
    #nav {
        display: none;
    }
    #testo-cambia {
        /*display: none;*/
    }
    #avvisa {
        display: none;
    }
    nav .extended {
        display: none;
    }
    nav .ws {
        display: initial;
    }
    nav li {
        white-space: initial;
    }
    nav {
        background-color: rgb(255, 255, 255);
        margin-top: 15px;
    }
    .logo-wrapper {
        width: 35px;
        height: 35px;
        text-align: center;
        margin-left: 10px;
        position: relative;
        float: left;
    }
    .logo-wrapper img, .logo-wrapper svg {
        width: 35px;
        height: 35px;
    }
    .logoname {
        margin-left: 10px;
        margin-top: 15px;
    }
    .search-wrap {
        margin: 0;
        width: 100%;
        padding: 5px 8px;
    }
    .cerca {
        max-width: 100%;
    }
    .cerca button {
        height: 2.2em;
    }
    #new-desktop-menu a {
        background-position: 20px 9px !important;
    }
}

@media only screen and (min-width: 801px) and (max-width:1024px) {
    #header {
        margin-bottom: 0;
    }
    #open-mobile, #st-trigger-effects {
        display: inline;
        margin-top: 20px;
        margin-left: 10px;
    }
    #new-mobile-menu {
        text-align: center;
        display: inline-block !important;
        float: left;
        margin-top: 5px;
        font-size: 15px;
    }
    #new-mobile-menu ul {
        text-align: left;
        list-style: none;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 10000;
    }
    #new-mobile-menu ul {
        width: 90%;
    }
    #new-mobile-menu ul .first-child, #menu-1 .first-child {
        background-color: #ebebeb;
        display: block;
        width: 100%;
    }
    #new-mobile-menu ul .first-level, #menu-1 .first-level {
        background-color: #ebebeb;
        display: block;
        width: 100%;
        border-top: 1px solid gray;
    }
    #new-mobile-menu ul .sub {
        background-color: whitesmoke;
        display: block;
        padding: 3px 40px;
        width: 100%;
        font-size: 14px !important;
    }
    #new-mobile-menu ul li:hover {
        font-weight: bold;
    }
    #new-mobile-menu ul li a {
        color: black;
        text-decoration: none;
    }
    #nav {
        display: none;
    }
    #testo-cambia {
        /*display: none;*/
    }
    nav .extended {
        display: none;
    }
    nav .ws {
        display: initial;
    }
    nav li {
        white-space: initial;
    }
    .logo-wrapper {
        width: 35px;
        height: 35px;
        text-align: center;
        margin-left: 10px;
        position: relative;
        float: left;
    }
    .logo-wrapper img, .logo-wrapper svg {
        width: 35px;
        height: 35px;
    }
    .logoname {
        margin-left: 10px;
        margin-top: 15px;
    }
    .search-wrap {
        margin: 0;
        width: 100%;
        padding: 5px 8px;
    }
    .cerca {
        max-width: 100%;
    }
}


/** Fix menu extended

@media all and (min-width: 1000px) and (max-width: 1060px) {
    #new-desktop-menu>ul>li {
        padding: 0 10px !important;
    }
    #new-desktop-menu>ul>li>a, #new-desktop-menu .dropdown-menu li, #new-desktop-menu .dropdown button {
        font-size: 14px;
    }
    #new-desktop-menu>ul>li.li-prezzi-sconti {
        padding: 0 0 0 14px !important;
    }
}

@media all and (min-width: 1061px) and (max-width: 1110px) {
    #new-desktop-menu>ul>li {
        padding: 0 14px !important;
    }
    #new-desktop-menu>ul>li>a, #new-desktop-menu .dropdown-menu li, #new-desktop-menu .dropdown button {
        font-size: 14px;
    }
    #new-desktop-menu>ul>li.li-prezzi-sconti {
        padding: 0 0 0 14px !important;
    }
}

@media all and (min-width: 1111px) and (max-width: 1189px) {
    #new-desktop-menu>ul>li {
        padding: 0 13px !important;
    }
    #new-desktop-menu>ul>li>a, #new-desktop-menu .dropdown-menu li, #new-desktop-menu .dropdown button {
        font-size: 15px;
    }
    #new-desktop-menu>ul>li.li-prezzi-sconti {
        padding: 0 0 0 14px !important;
    }
}


/** End Fix menu extended */

@media only screen and (min-width: 980px) and (max-width: 1089px) {
    #new-desktop-menu>ul>li {
        padding: 0 5px;
    }
    #new-mobile-menu {
        display: none !important;
    }
    nav li {
        white-space: initial;
    }
    .search-wrap {
        margin: 1rem 0 1rem 0rem;
        width: 36%;
    }
}

@media only screen and (min-width: 1090px) and (max-width: 1189px) {
    #new-desktop-menu>ul>li {
        padding: 0 9px;
    }
    #new-mobile-menu {
        display: none !important;
    }
    nav li {
        white-space: initial;
    }
    .search-wrap {
        margin: 1rem 0 1rem 0rem;
        width: 36%;
    }
}

@media only screen and (max-width: 1280px) {
    nav li {
        white-space: initial;
    }
}


/** Menu mobile st-container **/

.buttonwhite {
    border: none !important;
    background-color: transparent;
}

.st-container, .st-menu-open .st-pusher, .st-content {
    height: 100%;
}

.st-menu-open .st-pusher {
    position: fixed !important;
    top: 0;
    right: 0;
}

.st-content {
    overflow-y: scroll;
    background: #f3efe0;
}

.st-content, .st-content-inner {
    position: relative;
}

.st-container {
    position: relative;
    overflow: hidden;
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.45);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 2;
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: calc(100% - 80px);
    max-width: 320px;
    max-height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.st-menu-open .st-menu {
    box-shadow: 3px 0 5px #888;
}

.st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}


/* content style */

.st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    overflow-y: auto;
    height: 100%;
}

.st-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.st-menu ul li a {
    display: block;
    padding: 8px 10px 8px 35px;
    outline: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
    color: #333;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.st-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: #ccc;
    text-decoration: none;
}


/* Individual effects */


/* Effect 1: Slide in on top */

.st-effect-1.st-menu {
    visibility: visible;
    left: -100%;
    overflow-y: auto;
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
    visibility: visible;
    left: 0;
}

.st-effect-1.st-menu::after {
    display: none;
}


/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */

.no-csstransforms3d .st-pusher, .no-js .st-pusher {
    padding-left: 300px;
}

.hide {
    display: none;
}


/** comuni **/

section.comuni, .alphabet {
    font-size: 0;
}

section.comuni article {
    line-height: 27px;
    display: table;
    padding: 0;
    text-align: center;
}

.alphabet h2, .comuni h2 {
    font-family: open-sans-b;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

section.comuni a {
    border: 0.5px solid #ddd;
    color: #777;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 !important;
    font-size: 15px;
}

a.link-alphabet {
    border: 0.5px solid #ddd;
    color: #777;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
}

@media all and (max-width: 960px) {
    .comuni h1 img {
        max-height: 30px;
        max-width: 100px;
        height: auto;
        width: auto;
    }
    .comuni a {
        font-size: 13px;
    }
}


/** end comuni **/

.comuni a:hover, .comuni a:active, .comuni a:focus, .alphabet a:hover, .alphabet a:active, .alphabet a:focus, .alphabet a.selected {
    color: #c31e16;
    text-decoration: none;
    border: 0.5px solid #c31e16;
}

#migliora-posizione .modal-header h4 {
    font-size: 20px;
}

#migliora-posizione .modal-header h4 img {
    display: inline-block;
    width: 27px;
    max-height: 40px;
    font-size: 1rem;
    vertical-align: middle;
    margin-right: 5px;
}

#migliora-posizione .modal-body {
    background-image: url('/vf/img/map-trovami.png');
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: none;
}

#migliora-posizione .input-location {
    width: 290px;
    margin: 0 auto 8px auto;
    display: flex;
    float: none;
}

#migliora-posizione .input-location .form-control {
    display: inline-block;
}

@media only screen and (max-width: 360px) {
    #migliora-posizione .input-location .form-control {
        max-width: 230px;
        display: inline-block;
    }
}

#migliora-posizione .input-location .form-control::placeholder {
    color: #444;
}

#migliora-posizione .input-location .input-group-btn {
    width: 36px;
}

#migliora-posizione .input-location .input-group-btn .btn {
    background-color: #c31e16;
    color: #fff;
}

#migliora-posizione .input-location .input-group-btn .btn:hover {
    background-color: #a9160f;
}

.localize {
    position: relative;
}

.localize, .localize:active, .localize:focus {
    outline: none !important;
}

.ajax-loader {
    position: absolute;
    right: -41px;
    top: -1px;
}

.iframescroll {
    overflow: scroll;
    width: 100%;
    border-left: 1px solid #C6C6C5;
    border-right: 1px solid #C6C6C5;
    border-bottom: 1px solid #C6C6C5;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
}

.iframescroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    background-color: #eee;
}

.iframescroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#cookieChoiceInfo {
    position: fixed;
    width: 100%;
    background-color: #222;
    color: #fff;
    margin: 0px;
    left: 0px;
    bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 1000;
    text-align: center;
}

#google_pedestal_container, .google-auto-placed {
    display: none;
}

#ogy-header-ad-slot {
    display: none;
}

header.ogy-header-ad-slot {
    top: 0 !important;
}

#ot-sdk-btn {
    background: none;
    border: 0px none !important;
    color: #eee !important;
    padding: 0 !important;
    font-size: inherit !important;
}

#ot-sdk-btn:hover {
    background: none !important;
    color: #c31e16 !important;
    text-decoration: underline;
}

    