@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@media print {
    #header, #footer, #nav, .hide_print {
        display: none !important;
    }
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    min-height: 100vh;
    background-color: #d8caa133;
    min-width: 320px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
    color: #000;
}

@media all and (min-width: 768px) {
    body {
        color: #142333;
    }
}

.container, .container-sm {
    width: 100%;
}

.container-sm {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 850px) {
    .container, .container-sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1024px) {
    .container, .container-sm {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1320px) {
    .container {
        width: 1280px;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .container-sm {
        width: 1200px;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1380px;
    }

    .container-sm {
        width: 1280px;
    }
}

@media (min-width: 1620px) {
    .container {
        width: 1480px;
    }

    .container-sm {
        width: 1380px;
    }
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

@media all and (min-width: 768px) {
    a {
        color: #142333;
    }
}

a:hover {
    color: #222;
    text-decoration: none;
}

label {
    font-weight: normal;
}

.ctBody, .ctNoMargine, .ct {
    background-color: #fff;
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
}

.ctBody {
    padding-bottom: 80px;
    padding-top: 50px;
}

.ctNoMargine {
    padding-right: 0;
    padding-left: 0;
}

a.link {
    color: #24bcaf;
    font-weight: normal;
}

    a.link:hover {
        color: #24bcaf;
        font-weight: 700;
    }

.clearFl {
    clear: both;
}

.speciali {
    border: solid 1px #e1e8ee;
    background-color: #fff;
    margin: 5px 0;
    padding: 20px;
}

.pn_white {
    background-color: #fff;
    margin: 25px;
    padding: 15px;
    border-radius: 15px
}

.pac-container {
    z-index: 1051 !important;
}

.numContatore {
    font-size: 200%;
}

@media (max-width: 767px) {
    .speciali {
        padding: 5px;
    }
}

@media (min-width: 768px) {
    .speciali.chi {
        margin: 0;
    }
}

@media (min-width: 990px) {
    .speciali.chi {
        margin: 0 5px;
    }
}

.bigImage {
    height: 40%;
    height: 40vh;
    position: relative;
    z-index: 100;
    min-height: 380px;
}

    .bigImage.ChiSiamo {
        background: #293988;
        background: url(../../img/3-foto-bambini-vacanze.png) no-repeat center,#fff;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 55%;
    }

@media (max-width: 991px) {
    .bigImage.ChiSiamo {
        background-size: cover;
    }
}

@media all and (max-width: 767px) {
    .bigImage {
        min-height: 390px;
    }
}

.bigImage .logo {
    float: left;
    position: relative;
    width: 15%;
    min-width: 70px;
    max-width: 120px;
    z-index: 150;
}

.bigImage .owl-wrapper-outer, .bigImage .owl-wrapper, .bigImage .owl-item {
    height: 100%;
}

.bigImage .owl-carousel {
    height: 100%;
    position: absolute;
    top: 0;
}

    .bigImage .owl-carousel .owl-item > div {
        height: 100%;
        padding: 3%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

@media (max-width: 767px) and (orientation:landscape) {
    .bigImage .owl-carousel .owl-item > div {
        padding: 1px 10px;
    }
}

.topIndex {
    position: absolute;
    bottom: 5%;
    left: 5%;
    max-width: 90%;
}

@media (min-width: 767px) {
    .topIndex {
        left: 10%;
        max-width: 80%;
        bottom: 15%;
    }
}

.ClaimHome {
    font-size: 220%;
    text-shadow: 1px 1px 1px #000000;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.5em;
}

.ClaimHome_sub {
    font-size: 120%;
    text-shadow: 1px 1px 1px #000000;
    font-weight: bold;
    color: #ffffff;
    margin: 0 auto 10px auto;
    line-height: 1.5em;
}

@media (min-width: 767px) {
    .ClaimHome {
        font-size: 300%;
    }
}

.claimNew, h2.claimNew_sub {
    vertical-align: top;
    text-align: left;
    position: relative;
    font-size: 240%;
    margin-bottom: 40px;
    display: block;
    line-height: 1.5em;
}

@media all and (max-width: 767px) {
    .claimNew {
        font-size: 200%;
    }

    h2 .claimNew {
        font-size: 150%;
        font-weight: 700;
        margin: 10px auto;
    }

    .row > h2 {
        margin: 10px !important;
    }
}

.logoI4K {
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 150;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    border-radius: 100%;
}

    .logoI4K img {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 100%;
    }

.redd {
    color: red;
    font-weight: bolder;
}
/*HotelDet*/
.bigVideo {
    overflow: hidden;
    height: 50vh;
}

.bt_gallery {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.dettHotel {
    display: inline-block;
}


@media all and (min-width: 1200px) {
    .bigVideo {
        border-radius: 15px;
        margin: 15px;
    }
}

.stelle {
    color: #FCb434;
    font-size: 14px;
    margin: 20px 0
}


.divFirstPhoto {
    height: 100%;
}

.imgFirstPhoto {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.images-grid {
    display: grid;
    width: 100%;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
    gap: 8px;
}

    .images-grid > *:first-child {
        grid-column: span 2;
        grid-row: span 2;
    }

@media all and (max-width: 767px) {
    .images-grid > * {
        display: none;
    }

        .images-grid > *:first-child {
            grid-column: span 4;
            display: block;
        }
}

/*HotelDet*/
.ratio1, .ratio2_3, .ratio16_9, .ratio1_2, .ratio3_4 {
    width: 100%;
}

    .ratio1:after, .ratio2_3:after, .ratio16_9:after, .ratio1_2:after, .ratio3_4:after {
        display: block;
        content: '';
    }

    .ratio1:after {
        padding-top: 100%;
    }

    .ratio2_3:after {
        padding-top: 66.666%;
    }

    .ratio3_4:after {
        padding-top: 75%;
    }

    .ratio16_9:after {
        padding-top: 56.25%;
    }

    .ratio1_2:after {
        padding-top: 50%;
    }

.voto, .votoRec {
    font-weight: 700;
    color: #fff;
    font-size: 24Px;
    padding: 5px 10px;
}

.voto {
    display: block;
}

.cardMap {
    margin: 1px auto;
    background-color: #fff;
    width: 100px;
    text-align: center;
}

.cardMap .titolo {
    font-size: 14px;
    font-weight: 400;
}

.cardMap .citta {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 0
}

@media (min-width:768px) {
.cardMap {
    margin: 5px auto;
    width: 160px;
}

.cardMap .titolo {
    font-weight: 700;
    font-size: 16Px;
}

.cardMap .citta {
    font-size: 14px;
}
}

@media (min-width:1100px) {
.cardMap {
    margin: 10px auto;
}

.cardMap .VotoTondo {
    width: 40px;
    height: 40px;
}

.cardMap .voto {
    font-size: 20Px;
    padding: 8px 4px 4px;
}
}

.cardQ {
    margin: 0 auto 20px auto;
}

.cardFlexy {
    margin: 0 auto 20px auto;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #f0f2ff;
    overflow: hidden;
}

    .cardFlexy:hover,
    .cardQ .cardImg:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        z-index: 55;
    }

.mini .cardFlexy {
    min-width: 230px;
}

.cardFlexy summary {
    height: 120px;
    overflow: hidden;
    padding: 5px 10px 10px;
}

.mini .cardFlexy summary {
    height: 90px;
}

.cardFlexy figure, .cardFlexy picture, .cardFlexy .cardImg {
    position: relative;
    margin: 0;
    width: 100%;
}

.cardFlexy .cardImg {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    max-height: 300px;
}

.cardQ .cardImg {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 15px;
    max-height: 300px;
}

    .cardQ .cardImg img,
    .cardFlexy .cardImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    figure h2, picture h2, figure h3, figure .h3_inalto, .cardFlexy h2 {
        width: 100%;
        padding: 6px 10px;
        margin: 0;
        background-color: rgba(0,40,80,.5);
        color: #eee;
        font-size: 110%;
        position: absolute;
        top: 0;
        text-align: center;
    }

.cardFlexy h3,
.cardQ h3 {
    line-height: 1.8em;
    font-size: 100%;
    width: 100%;
}

.cardQ h3 {
    padding: 8px 5px;
    margin: 1px;
}

.cardFlexy h3 {
    padding: 12px 10px;
    text-align: center;
    margin: 5px;
}

.cardImg h3 {
    margin: 0;
    position: absolute;
    bottom: 0;
}

.cardQ .nomeHotel, .cardFlexy .nomeHotel {
    text-transform: capitalize;
    font-weight: bold;
}

.cardFlexy .nomeCitta,
.cardQ .nomeCitta {
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 0.05em;
}

.cardDesc h2 {
    font-size: 16px;
    margin: 6px auto;
}

.cardDesc .cardShad {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px 5px #fff;
    padding: 5px;
}

.CardO {
    transform-origin: top;
    cursor: pointer;
    box-sizing: content-box;
    display: inline-block;
    width: 100%;
    padding: 0;
    background-color: #fff;
    margin: 15px 5px;
    overflow: hidden;
    border-radius: 15px;
}

.CardOrizz {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    background-color: #fff;
    margin: 15px auto;
    align-items: flex-end;
}

@media(max-width: 767px) {
    .CardO .hotelImg
    .CardOrizz .hotelImg {
        padding-left: 0;
        padding-right: 0;
    }

    .CardO {
        margin: 5px 0;
    }
}

a:first-of-type .CardO {
    border-top: 0;
}

.CardO figure {
    position: relative;
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
}

@media (min-width:600px) {
    .CardO figure {
        float: left;
        aspect-ratio: 1/1;
        border-radius: 15px;
    }
}

.CardOrizz figure {
    position: relative;
    float: left;
    width: 45%;
    border-radius: 15px;
    overflow: hidden;
}

.CardO figure .offerte {
    position: absolute;
    color: #fff;
    top: 5px;
    right: 2px;
    font-size: 11px;
    transform: rotate(-45deg);
    text-align: center;
}

.CardO figure:before {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    padding: 5px 20px;
    font-weight: 700;
}

.CardO figure.top:before {
    content: "GOLD";
    background-color: #FCb434;
}

.CardO figure.smart:before {
    content: "SILVER";
    background-color: #FCb434;
}

.CardO figure.light:before {
    content: "BRONZE";
    background-color: #FCb434;
}

.CardO .stars {
    margin: 5px 0 -5px;
    color: gold;
    font-size: 14px;
}

.CardO picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.CardOrizz section {
    padding: 0 12px;
    width: 65%
}

.CardO section {
    padding: 20px 12px;
    position: relative;
    display: block;
    overflow: hidden;
}

    .CardO section h3 {
        margin: 0;
        font-size: 70%;
        text-transform: uppercase;
    }

.CardOrizz section h2 {
    line-height: 1.5em;
    font-size: 20px;
}

.CardO section h2 {
    margin: 5px 0 10px 0;
    line-height: 1.5em;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 2px #24bcaf00;
}

.CardO:hover section h2 {
    border-bottom: solid 2px #24bcaf;
}

@media(min-width: 600px) {
    .CardO figure {
        width: 33%;
    }

    .row {
        padding: 10px 0;
    }
}

@media(min-width: 1200px) {
    .CardO figure,
    .CardO figure.top {
        width: 280px;
    }

        .CardO figure.smart {
            width: 250px;
        }

        .CardO figure.base, .CardO figure.light {
            width: 220px;
        }

        .CardO figure.free {
            width: 200px;
        }

    .CardO section, .CardOrizz section {
        padding: 0 24px;
    }

    .CardO section {
        margin: 20px 0;
    }
}

.TagLogo, .CardO figure .TagLogo {
    position: absolute;
    width: 60px;
    top: 10px;
    right: 15px;
    border-radius: 50%;
    padding: 3px;
    background-color: rgb(255,255,255);
    border: 1px solid #00408a;
}

@media(min-width: 500px) and (max-width: 991px) {
    .TagLogo, .CardO figure .TagLogo {
        display: none;
    }
}

@media (min-width: 992px) {
    .TagLogo, .CardO figure .TagLogo {
        padding: 5px;
        width: 80px;
        top: 15px;
    }
}

.Tag4kids, .TagRec {
    position: absolute;
    height: 50px;
    right: 0;
    width: 68px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    transition: ease-in,ease-in,.3s;
    background-color: rgba(255,255,255,0.8);
}

.TagInterno {
    width: 156px;
    height: 50px;
    position: absolute;
}

    .TagInterno .ScrittaNoVis {
        float: right;
        width: 80px;
        text-align: center;
        font-size: 12px;
        padding-top: 10px;
    }

.Tag4kids:hover, .TagRec:hover {
    width: 156px;
    transition: ease-in,ease-in,.3s;
}

.TagRec .ScrittaVis {
    text-align: center;
    width: 68px;
}

.TagRec .voto {
    font-weight: 700;
    font-size: 22Px;
    padding: 5px 0 0 0;
    line-height: 1;
}

.TagRec .rec {
    font-size: 9.6Px;
    line-height: 1;
}

.TagOfferta {
    position: absolute;
    top: 30px;
    left: 8%;
    background-color: transparent;
    color: #ef7273;
}

.Tag4kids {
    bottom: 60px;
    background-color: #fff;
    background-image: url(//img.its4kids.it/png/img/logo.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.TagRec {
    bottom: 10px;
    background-color: #24bcaf;
    color: #fff;
}

.colonnaMagazine, .colonnaOfferte, .colonnaRecensioni {
    padding: 10px;
    text-align: center;
}

.colonnaMagazine {
    margin-bottom: 20px;
}

@media (max-width: 990px) and (min-width:768px) {
    .cardFlexy figure {
        height: 200px;
    }

    .cardDesc h2 {
        font-size: 16px;
    }
}

@media (min-width: 600px) and (max-width:767px) {

    .colonnaMagazine, .colonnaOfferte, .colonnaRecensioni {
        width: 50%;
    }

    .sp_LV .cardFlexy {
        width: 45%;
        margin: 20px 2%;
        display: inline-block;
    }
}

.bigImage header, .dotMenu .owl-pagination {
    box-sizing: content-box;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 35px;
    position: relative;
}

.Ricerca {
    position: relative;
    z-index: 50;
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
}

#ricercabox {
    min-height: 50px;
    width: 100%;
}

@media (max-width: 767px) {
    .bigImage header, .dotMenu .owl-pagination, .bigImage .owl-carousel .owl-item h2 {
        padding: 0 20px;
    }
}

@media (max-width: 479px) {
    .bigImage header, .dotMenu .owl-pagination, .bigImage .owl-carousel .owl-item h2 {
        padding: 0 5px;
    }

    h2 {
        font-size: 20px;
    }
}

#divFiltri, #divMain, .imgOfferta {
    width: 100%;
    display: block;
}

#divFiltri {
    float: left;
    margin: 20px auto;
}

#divServizi, #divSpeciali, #divOfferte, #divStrutture, #divAttivita {
    display: none;
    z-index: 100;
    width: 100%;
}

#divSpeciali, #divOfferte {
    background-color: #f5f8f8;
    padding-left: 15px;
    margin: -30px 0 30px;
}

#divAttivita {
    z-index: 101;
}

@media (max-width: 1199px) {
    #divAttivita, #divServizi, #divStrutture {
        display: none;
        position: absolute;
        background-color: #fff;
        color: #3B5998;
        box-shadow: 0 1px 4px rgba(32,32,32,.15);
        border: solid 1px #e1e8ee;
    }
}

@media (max-width: 425px) {
    .div_Offerte {
        margin-top: 10px;
    }
}

.div_Offerte tr td > div {
    height: 420px;
}

@media (max-width: 1200px) {
    .div_Offerte tr td > div {
        height: auto;
    }
}

@media (max-width: 992px) {
    #divFiltri {
        float: none;
    }
}

@media (min-width: 1200px) {
    #divFiltri {
        max-width: 250px;
        float: right;
        margin-right: -33%;
    }

    #divMain {
        margin-left: 15px;
        width: 850px;
        float: left;
    }



    #divAttivita, #divServizi, #divStrutture {
        display: block;
        position: relative;
    }
}

#div_foto {
    opacity: 1;
    display: block;
}

    #div_foto > .owl-wrapper-outer, #div_foto .owl-wrapper, #div_foto .owl-item, #div_foto .bigFoto {
        height: 100%;
    }



@media (max-width: 992px) {
    #div_foto {
        height: 380px;
    }
}

@media (max-width: 767px) {
    #div_foto {
        height: 320px;
    }
}

.item .tondo {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.guideDropMenu.dropdown, .esploraDropMenu.dropdown, .offerteDropMenu.dropdown {
    position: relative;
}

.guide.Drop, .esplora.Drop, .offerte.Drop {
    position: absolute;
    width: 100%;
    color: #24bcaf;
    background-color: #fff;
    border: 1px #ddd solid;
    box-shadow: 1px 2px 3px #a9a9a9;
    padding: 5px 0;
}

    .guide.Drop > ul, .esplora.Drop > ul, .offerte.Drop > ul {
        list-style-type: none;
    }

        .guide.Drop > ul li, .esplora.Drop > ul li, .offerte.Drop > ul li {
            padding: 6px 10px;
        }

            .guide.Drop > ul li:hover, .esplora.Drop > ul li:hover, .offerte.Drop > ul li:hover {
                background-color: #eee;
                cursor: pointer;
            }

.loggedUser {
    cursor: pointer;
    margin-top: 10px;
    z-index: 201;
}

.dropdown-menu.navbarMob {
    width: 100%;
    padding: 20px 0 30px;
}

    .dropdown-menu.navbarMob li {
        font-size: 18px;
        padding: 10px 0;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #eee;
    }

.adx {
    position: absolute;
    right: 15px;
}



@media (max-width: 992px) {
    .loggedUser {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    ul.nav.navbar-nav {
        text-align: center;
    }

    .fa-caret-down.dropdown-toggle {
        color: #24bcaf;
    }

    .guide.Drop > ul li, .esplora.Drop > ul li {
        text-align: center;
    }

        .guide.Drop > ul li:hover, .esplora.Drop > ul li:hover {
            background-color: #fff;
            cursor: pointer;
        }

    .loggedUser {
        margin-top: 0;
        position: absolute;
        right: 10%;
    }
}

@media (min-width: 992px) {
    .dropdown-menu.navbarMob {
        display: none !important;
    }
}

.myHeader {
    min-width: 100%;
    z-index: 200;
    color: #fff;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color: transparent;
    background: linear-gradient(180deg, #203756c4, rgba(0, 0, 0, 0))
}

    .myHeader.active {
        color: #222;
        background: none;
        height: 45px;
        background-color: #fff;
        border-bottom: solid 1px #eee;
    }

#mainContent.active {
    margin-top: 40px;
}

.navbar-nav > li > a {
    display: block;
    line-height: 2em;
    padding: 0 .7em 4px;
    text-decoration: none;
    letter-spacing: 1px;
}


.headVoceMenu {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

@media (min-width: 768px) {
    .headVoceMenu {
        border-bottom: 2px solid transparent;
    }

    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        border-bottom: 2px solid #fff;
        background-color: inherit;
        color: #fff;
    }

    .active .headVoceMenu:hover {
        background-color: inherit;
        font-weight: bold;
        color: #222;
    }
}


.active .headVoceMenu {
    color: #222;
    font-weight: normal;
}


#header {
    min-width: 100%;
    background-color: #24bcaf;
    z-index: 200;
    color: #fff;
    position: fixed;
    top: 0;
}

@media (max-width: 767px) {
    #header {
        position: relative;
        top: 0;
    }

    .MyFiltro_item {
        width: 95%;
    }
}


#headContent {
    margin: 0 auto;
    height: 41px;
    padding-left: 0;
    padding-right: 0;
}

div.headLeft {
    float: left;
    text-align: left;
}

div.headRight {
    height: inherit;
    text-align: right;
    float: right;
}

.headClaim {
    vertical-align: middle;
    font-size: 20px;
    padding: 12px 0;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0,32,64,.2);
    font-weight: bold;
}

.IscrizioneNLFooter {
    border: none;
    font-weight: 800;
    transition: background-color .3s;
    min-width: fit-content;
}

    .IscrizioneNLFooter:hover {
        cursor: pointer;
        color: #fff;
        background-color: #f89938;
    }

.TitH2 {
    margin: 40px auto;
    color: #24bcaf;
    font-weight: 700;
    letter-spacing: .08em;
    display: block;
    text-align: center;
    font-size: 24px;
}

    .TitH2 i {
        display: inline;
        padding-right: 10px;
    }

@media (min-width: 768px) {
    .TitH2 {
        font-size: 32px;
    }
}

.pe-7s-close {
    color: #ef7273 font-weight: bold;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    border-radius: 100px;
}

    .pe-7s-close:hover {
        color: #fff;
        background: #ef7273
    }

.avviso {
    color: #1F364D;
    position: absolute;
    right: 0;
    box-shadow: 0 6px 5px 0 rgba(102,102,102,0.5);
    top: 100%;
    padding: 12px 6px;
}

@media (min-width: 768px) and (max-width: 992px) {
    #headContent.container {
        width: 100%;
        margin: 0;
    }
}

@media all and (max-width: 767px) {
    .IscrizioneNLFooter {
        max-width: 180px;
        display: block;
        margin: 0 auto;
    }

    .sezioni .row .TitH2 {
        text-align: center;
        border: solid 2px #24bcaf;
        margin: 2% 5%;
        border-radius: 100px;
        background-color: transparent;
        padding: 10px;
        letter-spacing: 0;
    }

        .sezioni .row .TitH2:hover {
            background-color: #E5F2FF;
        }

    .avviso {
        color: #1F364D;
        padding: 12px 6px;
        position: relative;
        box-shadow: none;
        top: 10px;
        left: auto;
        text-align: center;
    }

    #loginMenu.avviso {
        position: absolute;
        top: 37px;
        right: -55px;
    }
}

.popupSocialMob {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 35px;
}

.socialMobRow {
    height: fit-content;
    padding: 20px;
}

.closePP {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.2);
    padding: 5px 25px;
}

.titPagina {
    margin: 20px 0;
    font-size: 200%;
    color: #ef7273 /*pink*/;
    font-weight: 700;
    font-stretch: expanded;
    text-transform: uppercase;
    /
}

.titPagina2 {
    text-align: center;
    margin: 15px 0 30px 0;
}

@media (min-width: 991px) {
    .titPagina {
        margin: 40px 0 15px;
    }

    .titPagina2 {
        margin: 20px 0 50px;
    }
}

.TitH3 {
    font-size: 130%;
    margin: 15px 0;
    color: #24bcaf; /*cyan*/
    font-weight: 700;
    letter-spacing: 2px;
}

.TitH3_sub {
    line-height: 1.5em;
    margin-bottom: 15px;
}

@media all and (min-width: 992px) {
    .TitH3 {
        font-size: 150%;
        margin: 20px 0;
    }
}

.card {
    border: solid 1px #d1d8de;
    background-color: #fff;
    position: relative;
}

    .card:hover {
        box-shadow: 4px 4px 7px rgba(15,15,15,0.2);
        text-decoration: none;
    }

.cardDesc {
    width: 100%;
    position: relative;
    z-index: 50;
    text-align: left;
    padding: 5px;
    height: 80px;
    color: #888;
    overflow-wrap: normal;
    overflow: hidden;
}

.card:hover .cardRetro {
    padding-top: 30px;
    height: 250px;
}

.cell {
    display: table-cell;
}

@media all and (max-width: 767px) {
    .centra_sm {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .filtriEle .bt_ghost {
        img-blue-sm width: 100%;
    }
}

@media all and (min-width: 768px) {
    .right_md {
        text-align: right;
    }
}

.img-ico {
    width: 32px;
    margin: 5px 0;
    padding: 0;
    aspect-ratio: 1/1;
    display: block;
}

.txt-ico {
    font-size: 80%;
    display: block;
    max-width: 80%;
}

.tbl-ico {
    display: inline-block;
    width: 30.5%;
    vertical-align: top;
}

@media all and (min-width: 500px) {
    .img-ico, .txt-ico {
        display: inline-grid;
    }

    .txt-ico {
        display: inline-grid;
    }

    .tbl-ico {
        width: 32.0%;
    }
}

.breadcrumbs, .index, .tag {
    display: block;
    padding-top: 4px;
    text-align: left;
    line-height: 1;
}

@media (max-width: 767px) {
    .navbar-toggle {
        padding: 5px 9px;
        border: 1px solid #fff;
        border-radius: 0;
        margin: 6px 8px;
    }

    .navbar-nav > li > a {
        height: 50px;
        text-align: center;
    }

    .nav.navbar-nav {
        border-bottom: 1px solid #eee;
    }

        .nav.navbar-nav li {
            margin: 15px 0;
            padding: 5px 0;
        }

            .nav.navbar-nav li span.fa {
                display: inline-block;
                margin-right: 10px;
            }
}

@media (min-width: 768px) and (max-width:1199px) {
    .navbar-nav > li > a {
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 2px;
    }

    .navbar-header .navbar-brand .fa-home {
        bottom: 0;
    }
}

.breadcrumbs > li {
    display: inline-block;
    background: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAC6CAMAAADbAu42AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZENDFDQTQyMTNBMzExRTQ4RjYzRDgxNzJENTA1OTQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZENDFDQTQzMTNBMzExRTQ4RjYzRDgxNzJENTA1OTQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkQ0MUNBNDAxM0EzMTFFNDhGNjNEODE3MkQ1MDU5NDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkQ0MUNBNDExM0EzMTFFNDhGNjNEODE3MkQ1MDU5NDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4nxGgYAAAAn1BMVEX+///h8P/////+/v/9/v/7/f/5/P/g8P/j8f/8/f/z+f/i8f/r9f/1+v/t9v/k8f/x+P/i8P/f7//l8v/6/P/y+P/k8v/p9P/q9P/o9P/8/v/6/f/g7//3+//2+v/n8//s9f/0+v/v9//o8//s9v/m8//w9//y+f/m8v/4+//2+//q9f/4/P/0+f/u9//e7//w+P/u9v/e7v/d7v////+WkH3PAAAANXRSTlP/////////////////////////////////////////////////////////////////////AHy10AoAAARTSURBVHjalNnrerI6EAXgJJzEAyqeEPDUaq1aP9vu3P+17YnWVoTArP5/n/VkTaowCvcrjlKN/AlnIqc9BRHtz4NtiBFnMBwtFUS0/yqh0xAxMUeMUEz+5WLE+ZSjBUb0xyqOXIw4b8GUX9qVaH8V8Eu7EWcgR0cFEYqR7NJ+CFLaD6HZBP9cjDhv8n2BEZpNzoz5Je5LwCztl+iPHfOm/RG6Au8LBRE6jWSd5oFwS3sgFMOazSNxX+TugBF9WAUvLkZoNozTFIg6vMfNsykQismbZ1MkdAVk42meCKe0J6IPzTHPhBHzTPRi1zSbEnH/NcWUiFqM8vqYEqGYeHdQENGL9/rSKgjdtNUBIybmzcEIlbbyMaLqY6qITinmAyPqOArsMZVEu1G8+8AIXQH55kKESsutp7EQTTGfDkbcr+DVxwiVZouxEZ1G0hJjJSZm4ECEYvLqm2YnajkNKmdjJ+YKVMbUENts6ohlNnVELUfDitLqiA4jOfcxQjEVs6klOt3m5Zh6onr9ckw9oSsQl0prIHo5lQOBETfK52OM0E0bThyI6HArZz5GRG/aKcY0Eh2ug9kYI2Y2hZhmQjHfhdIY5BojIGKuwONpOIRiHkvjkOtsxhi5zkZApDgbHhGb/nAvIKLD7mWWYURsWr8xTKLTdXyP4RLVa3X2DkRMackYI1Raqy0gor1ucMowIs6tzjWGTygmTjyMiHbnOhuAmCtgYhCiNi1TGkJMaUmGESqNYiBCMfLkYURMOv0jRsyr5wEj/mschRBxPmV/qQQa4kIl/yyfEOLPc7MUEliI2QkJJERGIfYvRiHXpaBATnLbCQr+SWT/tnkU/JDLNoU+lOgk0yX2aTmmmaTYx/ik87tDZZLxTP6uUAU/BPtKGs+CtYd9vU7uM2GT8fx7HUJf4mIybD2snDkkm8XbFHogMZ9Ej3ttwZrJX10sIvad/kZAJEuCroc9ju6HxZBmks0u3RB66DUz2SiIZEm8DqEHeLFv9Z9/a2gg4+e6Golot57qaiRZIksh9YQeDvpnAREvicshtYQGf3vQ4RMveR58E6G6ngffRLKKmdQTE3IWEPFOsjLETkxIW0DEO8UnD1qq0OA71SFW4iXflhAboZN02goi3ql6JnZir8tKzANhBi3ubo+dEAm7eZJphKj7CwGfeN3/Ek8jhE4ybAuIeN385GmEiHO/7iRVhGZSU1cVMa9pewGRcJ3Xh5TJhl45BUTC7vcs0wihd6fCaoNBzItgphFCddXPpExoJrOxRkhxrcEipY1TMymuaDgk3V4YIY/EzGQgIBKu4zkj5IFQXcOJgEi4lpyTPBBVWgM2knAbzHwNkeW0M3Ag4ka8uv7IdQssIJKuL6+8k9wJ1SWZJ7kTqot7kh+iepXb+TpSvZyvJcspEHIlZib8kCs5AnXdSBrxZ3Ijajm1/p5lIWEUQCFaWH4xqSPO53AOhRA5r9pQiP5fgAEAj0vYn7NZnloAAAAASUVORK5CYII=);
    background-position: 100% -30px;
    background-size: 25px 93px;
    background-repeat: no-repeat;
    padding: 0 18px 0 8px;
    font-size: 12pt;
    font-weight: 400;
    color: #24bcaf;
}

.breadcrumbs > :last-child {
    background: none;
    padding: 6px 8px;
}

.index > li {
    display: inline-block;
    align-items: center;
    padding: 6px;
    border-right: 1px solid #def;
    font-weight: 400;
    color: #24bcaf;
}

.tag > li {
    display: inline-block;
    padding: 5px;
    font-size: .9em;
    font-weight: 400;
    color: #24bcaf;
}

/*OfferteCat*/

.tgOfferta > li {
    display: block;
    font-weight: bold;
    background-color: #24bcaf;
    color: #fff;
    font-size: small;
    margin: 20px 0;
    padding: 7px 15px;
    border-radius: 8px 0 0 8px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.esclusiva {
    position: absolute;
    text-transform: uppercase;
    top: 18px;
    FONT-SIZE: 9.5px;
    left: 14px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 767px) {
    .flex {
        flex-direction: column-reverse;
    }
}
/*Fine OfferteCat*/


.breadcrumbs > li > a, .index > li > a, .tag > li > a {
    border-bottom: 2px solid transparent;
}

.breadcrumbs > li:hover > a, .index > li:hover > a, .tag > li:hover > a {
    border-bottom: 2px solid #24bcaf;
}

div.voto {
    text-align: center;
    font-family: Century Gothic,Arial,Sans-Serif;
    font-size: 28px;
    font-weight: 700;
    color: #3674b3;
}

div.votoGray {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
    width: 80px;
    height: 26px;
    background-color: #ddd;
}

div.votoColor {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    width: 50px;
    height: 26px;
    background-color: #27C227;
}

#divFiltri > :last-child {
    margin: 5px 0 10px;
}

.divDataPage {
    padding: 15px 0;
}

@media (min-width: 768px) {
    .divDataPage {
        position: relative;
    }
}

.filtro_item, .filtro_item label {
    font-size: 13px;
    font-weight: 400;
}

.tondo_ct {
    margin: 40px;
    display: inline-block
}

.tondo {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 10px auto;
    overflow: hidden;
}

tondo_sm {
    width: 80px;
    height: 80px;
}

.white_border {
    border: 6px solid #fff;
}

@media all and (min-width: 768px) {
    .tondo {
        width: 110px;
        height: 110px;
    }

    .tondo_sm {
        width: 90px;
        height: 90px;
    }
}

a .tondo:hover {
    position: relative;
    top: -2px;
}

.tondo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tondo_sub {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.Tit_Up {
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.TitoloH2, .TitoloH3, .TitoloSx, .TitoloSx_sm {
    font-size: 1.5em;
    font-weight: 700;
    margin: 2em 0 1em;
    color: #24bcaf;
    display: block;
}

.TitoloH3 {
    font-size: 1.2em;
    margin: 1em 0;
}

.TitoloSx {
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.mg40 {
    margin: 40px 0;
}

.TitoloSx a {
    color: #24bcaf;
}

.TitoloSx_sm {
    text-transform: uppercase;
    font-size: 1em;
    margin: 1.3em 0 .9em;
    display: block;
}

.Tit {
    font-weight: 700;
    text-transform: capitalize;
}

.NomeHotel {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.contattaFooter {
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    color: #FCb434;
    font-weight: 700;
    padding: 10px 20px;
    z-index: 500;
    left: 0;
}

@media all and (max-width: 767px) {
    .contattaSmall, .offerteSmall {
        padding: 6px 18px;
        vertical-align: middle;
        text-align: center;
        margin-left: 0;
        width: 50%;
        float: left;
    }

    .contattaSmall {
        border-right: none;
    }

    .offerteSmall {
        background-color: #fff;
        border: 1px solid #DC7129;
        border-left: none;
        font-size: 120%;
    }
}

.row.intestazione {
    margin: 20px auto;
}

@media all and (min-width: 1200px) {
    .row.intestazione {
        margin-bottom: -60px;
    }
}

.myLegend {
    display: none;
    width: 80%;
    max-width: 400px;
    z-index: 5;
    padding: 5px;
    background: #fff;
    position: absolute;
    transform: translateY(-100%);
}

.myLegend {
    background: #DC7129;
    color: #fff;
}

.Legend, #mapLegend {
    color: #DC7129;
    cursor: pointer;
}

.note {
    font-size: small;
    font-weight: 400;
    color: gray;
}

.divSx {
    width: 150px;
    display: table-cell;
    vertical-align: top;
}

.azzurrobold {
    color: #24bcaf;
    font-weight: 700;
}

@media all and (min-width: 768px) {
    .azzurrobold {
        color: #24bcaf;
    }
}

a.azzurrobold:active, a.azzurrobold:link, a.azzurrobold:visited, a.azzurrobold:hover {
    color: #24bcaf;
    font-weight: 700;
}

li.bg-gray {
    background-color: #F7F8F9;
}

.bigFoto {
    text-align: center;
    vertical-align: top;
    position: relative;
}

    .bigFoto > .bigFotoImg {
        z-index: 5;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

@media all and (max-width: 767px) {
    .bigFoto > .bigFotoImg {
        max-height: 325px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .bigFoto > .bigFotoImg {
        max-height: 390px;
    }
}

.bigFoto > .bigFotoLbl {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 10px;
    background-color: Rgba(240,240,240,0.5);
    background: -moz-linear-gradient(left,rgba(240,240,240,0.9) 0%,rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(left,rgba(240,240,240,0.9) 0%,rgba(255,255,255,0.5) 100%);
    background: -o-linear-gradient(left,rgba(240,240,240,0.9) 0%,rgba(255,255,255,0.5) 100%);
    background: -ms-linear-gradient(left,rgba(240,240,240,0.9) 0%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to right,rgba(240,240,240,0.9) 0%,rgba(255,255,255,0.5) 100%);
}

#commentiTbl {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 20px 0 30px;
}

.telefono {
    padding: 5px 0;
    white-space: nowrap;
    display: block;
}

input.text-L {
    width: 250px;
}

input.text-XL {
    width: 350px;
}

.text-M {
    width: 150px;
}

input.text-MS {
    width: 100px;
}

input.text-S {
    width: 60px;
}

input.text-XS {
    width: 40px;
}

.ckbox > label {
    display: inline;
    font-weight: 400;
}

.spec p, .spec li {
    line-height: 1.7em;
    font-size: 1.1em;
    padding: 5px 0;
    text-align: justify;
}

.spec li {
    margin-left: 40px;
    padding: 10px 0;
}

.spec .blocco {
    padding: 28px 20px;
    background-color: #24caaf1c;
    font-size: 1.00em;
    line-height: 2em;
    border: solid 1px #24caaf;
    border-radius: 15px;
}

.spec h2, .h2_sottolineato {
    border-bottom: 2px solid #24bcaf;
    margin: 25px auto 15px auto;
    padding: 0;
    color: #24bcaf;
    font-size: 1.4em;
    font-weight: 700;
}

.spec h3 {
    margin: 25px auto 10px auto;
    color: #24bcaf;
    font-size: 1.2em;
    font-weight: 700;
}

.spec h4 {
    font-weight: 700;
    font-size: 1.1em;
    margin: 10px auto 5px auto;
}

.spec .indirizzo {
    text-align: left;
    font-size: 16px;
    display: block;
}

.spec a {
    color: #24bcaf;
    font-weight: 700;
}

    .spec a:hover {
        color: #24bcaf;
        text-decoration: underline;
    }

.spec img {
    width: 100%;
    display: block;
    border-radius: 15px;
    margin: 40px auto 15px;
}

h2.specTit1 {
    font-size: initial;
    margin: 50px 0 20px 0;
    text-transform: uppercase;
}

.specTit2 {
    font-size: 1.4em;
    margin: -15px 0 20px;
}

.edit.btn {
    position: absolute;
    top: 10px;
    right: 50px;
}

@media (min-width: 768px) {
    .pad-laterale {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media(max-width: 767px) {
    specTit {
        font-size: 28px;
    }
}

p.commentDesc {
    padding: 2px 0 4px;
    margin: 0;
    text-align: justify;
}

p.commentOK, p.commentNO, p.commentBimbi {
    margin: 0;
    padding: 2px 0 4px 28px;
    text-align: justify;
    background-position-y: 4px;
}

p.commentOK {
    color: #257125;
    background-image: url(../../img/good.png);
    background-repeat: no-repeat;
}

p.commentNO {
    color: #AD2A65;
    background-image: url(../../img/bad.png);
    background-repeat: no-repeat;
}

p.commentBimbi {
    color: #2e6399;
    background-image: url(../../img/bimbi2.png);
    background-repeat: no-repeat;
}

.colServ {
    padding: 15px 0 25px 0;
}

    .colServ .list-group-item {
        border: none;
        padding: 5px 0;
        border: 0;
    }

@media (min-width: 500px) {
    .colServ {
        column-count: 2;
        column-gap: 30px;
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
    }
}

.col2 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

@media (min-width: 768px) {
    .col4 {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}

@media (min-width: 1000px) {
    .colServ {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }

    .col4 {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }
}

@media (max-width: 767px) {
    .specTit2 {
        font-size: 18px;
    }
}

.autore {
    display: block;
    font-style: italic;
    margin: -15px 0 15px;
    font-family: Cambria,Cochin,Georgia,Times,Times New Roman,serif;
}

.edit.ImgFoto {
    width: 100px;
}

.box_grigio, .box_grigio_home {
    background-color: rgba(0,0,255,0.1);
    max-width: 600px;
    border-radius: 0;
}

.box_grigio_home {
    max-width: 750px;
    background: none;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.77),0 0 5px rgba(0,0,0,0.5);
}

@media all and (min-width: 768px) {
    .box_grigio, .box_grigio_home {
        padding: 50px;
    }
}

input[type=file] {
    display: inline;
}

.fade {
    display: none;
}

    .fade.in {
        display: block;
    }

ul.left {
    bottom: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#footer {
    background-color: #24bcaf;
    position: relative;
    bottom: 0;
    width: 100%;
}

    #footer > nav {
        margin: 0;
    }

        #footer > nav .dropdown-toggle {
            text-align: center;
            border: solid 2px #fff;
            margin: 5% 15%;
            border-radius: 100px;
            color: #fff;
            background-color: transparent;
        }

            #footer > nav .dropdown-toggle:hover {
                background-color: rgba(255,255,255,0.3);
            }

        #footer > nav .dropdown-menu a {
            color: #fff;
            text-align: center;
        }

.footerlink {
    color: #fff;
    font-size: .9em;
    display: block;
    padding: .7em 0;
}

@media all and (min-width: 768px) {
    .footerlink {
        font-size: .8em;
        padding: .3em 0;
    }
}

.footerlink:hover, .footerlink:active {
    font-weight: bolder;
    color: #fff;
}

.footerlink:focus {
    color: #fff;
}

.capogruppo, .capogruppolink {
    padding: 10px 0;
    color: #fff;
}

.capogruppo {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 10px;
}

.sociallink {
    color: #fafafa;
    letter-spacing: .5em;
}

    .sociallink:hover {
        color: #fff;
    }

.imgvoto {
    opacity: 1;
}

ul.votoStyle {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
}

.votoStyle li {
    float: left;
    margin: 0;
    list-style: none;
}

.votoStyle > li {
    position: relative;
    display: inline-block;
    float: right;
    opacity: .45;
}

    .votoStyle > li:hover, .votoStyle > li:hover ~ li {
        opacity: 1;
    }

.popup_cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #eee;
    padding: 10px 50px;
    z-index: 200;
}

@media(max-width: 425px) {
    .popup_cookies {
        bottom: 50px;
    }
}

}

.bordergray {
    border: solid 1px #d1d8de;
    background-color: #fff;
    margin: 5px 0;
    text-align: center;
}

.txtInputLogin {
    position: relative;
    bottom: -18px;
    width: 200px;
}

.asteriscoErrore {
    font-size: 30px;
    position: relative;
    left: 5px;
    top: 5px;
}

.velonero {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

@media (max-width: 767px) {
    #divFiltri {
        margin: auto;
    }
}

.capitalize, .mynome {
    text-transform: capitalize;
}

.btLogin div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.btn .caret {
    margin-left: 120px;
    margin-top: -50px;
}

div.headRight .dropdown-menu {
    left: initial;
    right: 0;
}

.dropdown-menu > li > p {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap;
}

#mainContent #ricercabox .container {
    /*    padding-top: 5px;
*/
}

.initial {
    display: initial;
}

div.headRight .dropdown-menu {
    right: 0;
}

}

@media (max-width: 400px) {
    .btLogin {
        width: 50px;
    }

    .btn .caret {
        margin-left: 50px;
    }

    .headRight .dropdown-menu {
        left: 0;
    }
}

.btn.focus {
    color: #fff;
    text-decoration: none;
}

.navbar-brand fa:hover {
    color: #24bcaf;
}

.btn-group, .btn-group-vertical {
    padding-bottom: 0;
}

.anchor {
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
}

.btn .caret {
    margin-top: -50px;
}

@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1200px;
    }
}

.modal-dialog .modal-content .modal-body tbody tr td label {
    display: inline;
}

.owl-item table tbody tr td {
    text-align: left;
    font-size: 16px;
}

.owl-theme .owl-controls {
    margin-top: -35px;
}

    .owl-theme .owl-controls .owl-page span {
        background: #eee;
    }

@media (max-width: 413px) {
    .owl-item table tbody tr td {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    #myNavbar {
        position: absolute;
        z-index: 105;
        background-color: #fff;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .navbar-nav > li:nth-child(7) > a:hover {
        border-bottom: none;
    }
}

@media (max-width:488px) {
    .cardFlexy.templateStyle, .templateStyle {
        width: 100%;
    }

        .templateStyle.speciali {
            margin: 0 auto;
            display: block;
            text-align: center;
        }
}

div .btn-group .btn-default {
    color: gray;
}



.sx {
    text-align: left;
}

.just {
    margin: 0;
    text-align: justify;
}

@media (min-width:447px) {
    .dx {
        margin: 5px 20px;
        width: 160px;
        float: left;
    }

    .contatta {
        display: table-cell;
        vertical-align: middle;
        padding: 6px 10px;
        font-size: 18px;
    }
}

@media (max-width:446px) {
    .dx {
        margin: 1%;
        width: 40%;
        float: left;
        max-width: 250px;
    }

    .bt_orange a {
        padding: 5px;
        font-size: 15px;
    }

    .contatta {
        display: table-cell;
        vertical-align: middle;
        padding: 6px 10px;
        font-size: 15px;
    }
}

@media (max-width: 630px) {
    .dx.scriviRecensione {
        float: none;
        clear: both;
        width: 60%;
        margin: 0 auto;
        max-width: 250px;
    }

        .dx.scriviRecensione > a > div {
            padding-left: 10%;
        }
}

.btn-group-sm > .btn, .btn-sm {
    padding: 2px 5px;
}

.fb-like {
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .commFB > div {
        padding: 0;
        max-width: 930px;
    }
}

.ctApp, .ctAppHotel {
    padding: 30px 0 80px;
}

.ctApp {
    padding-top: 0;
}

    .ctApp .goBack {
        float: right;
        width: auto;
        margin-right: 0;
    }

    .ctApp table {
        width: 95%;
        margin: 10px;
    }

    .ctApp .row {
        margin: 0;
    }

        .ctApp .row.where, .ctApp .row.infoApp, .ctApp .row.contattiApp, .ctApp .row.altroApp, .ctApp .row.pulsantiApp {
            margin-top: 30px;
            position: relative;
        }

            .ctApp .row.pulsantiApp > div {
                margin: 20px 50%;
                width: 100%;
            }

            .ctApp .row.where .coords {
                width: 100%;
                position: relative;
            }

    .ctApp .dataApp > div {
        margin-top: 5px;
    }

    .ctApp .shareApp {
        position: fixed;
        top: 15%;
        margin: 10px 5px;
        z-index: 200;
    }

@media (max-width: 990px) {
    .ctApp .shareApp {
        right: 3.5%;
    }
}

@media (max-width: 991px) {
    .ctApp .row.where .coords.dataApp {
        top: 25px;
    }
}

@media (min-width: 992px) {
    .ctApp .row.where .coords .nomeRiga.lat {
        margin-left: 8.333333333%;
    }
}

.nomeRiga {
    text-align: right;
    white-space: nowrap;
}

.row .nomeRiga, .row .txtRiga {
    margin: 0 0 15px;
}

@media (max-width: 990px) {
    .nomeRiga, .txtRiga {
        margin: 5px 0;
    }

        .nomeRiga.addressApp, .nomeRiga.statoApp, .dataApp, .nomeRiga.cellApp {
            clear: both;
        }
}

@media (max-width: 535px) {
    .ctApp .goBack {
        width: auto;
    }
}

.textApp {
    width: 100%;
    height: 1.5em;
    outline: none;
}

    .textApp.provincia, .textApp.rilevanza {
        width: 35px;
    }

    .textApp.descrApp {
        height: 10em;
        width: 100%;
    }

.dataApp {
    margin-top: 2px;
    position: relative;
}

    .dataApp .dataDa, .dataApp .dataA, .dataApp .orarioDa, .dataApp .orarioA {
        text-align: right;
        padding-right: 15px;
        margin-bottom: 3px;
    }

    .dataApp .col-md-3 {
        padding-left: 5px;
    }



.titleApp, .bold {
    font-weight: bolder;
}

.textAppHotel {
    padding: 5px;
    border-radius: 15px;
    border-width: 1.5px;
    width: 100%;
    outline: none;
    box-shadow: 0 1px 2px rgba(180,180,180,0.5) inset;
}

.where .textAppHotel:active, .where .textAppHotel:hover {
    box-shadow: 0 0 20px rgba(77,166,255,0.25);
}

.where .textAppHotel:focus {
    box-shadow: 0 0 20px rgba(77,166,255,0.4);
}

.infoApp .textAppHotel:active, .infoApp .textAppHotel:hover {
    box-shadow: 0 0 20px rgba(248,153,56,0.25);
}

.infoApp .textAppHotel:focus {
    box-shadow: 0 0 20px rgba(248,153,56,0.4);
}

.ctAppHotel table {
    width: 95%;
}

.ctAppHotel .row {
    margin-bottom: 3px;
}

    .ctAppHotel .row.where, .ctAppHotel .row.infoApp, .ctAppHotel .row.contattiApp, .ctAppHotel .row.altroApp, .ctAppHotel .row.pulsantiApp {
        margin-top: 30px;
    }

.ctApp .row .cyan_txt h1 {
    font-size: 2.5em;
    margin-top: 10px;
}

.ctApp .row div i, .fa.goToAppUpd {
    height: 42px;
    color: #24bcaf;
    border-radius: 100%;
    box-shadow: 0 4px 6px rgba(50,50,50,0.4);
    display: inline-block;
}

    .ctApp .row div i:hover, .ctApp .row div i:active, .fa.goToAppUpd:hover {
        color: rgba(248,153,56,1);
        box-shadow: 0 8px 11px rgba(50,50,50,0.55);
        margin: 0 0 10px;
    }

    .ctApp .row div i.favoriteIco {
        box-shadow: none;
        color: #ef509d;
    }

i.favoriteIco:hover {
    cursor: pointer;
}

.ctApp .row div i.favoriteIco:active {
    bottom: -3px;
}

.row .goToAppEle {
    display: inline-block;
    padding-left: 4.16%;
    float: left;
    width: 8.333333%;
}

@media (max-width: 990px) {
    .row .goToAppEle {
        padding-left: 2%;
    }
}

.provinciaApp {
    text-transform: uppercase;
}

.AppContatti ul {
    margin-left: 8.33333333%;
}

.AppContatti li {
    padding-top: 7px;
    padding-bottom: 15px;
}

    .AppContatti li span:first-child {
        font-style: italic;
    }

@media (max-width: 767px) {
    .AppContatti ul {
        margin-left: 0;
    }
}

.container > .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    height: 30px;
    padding-top: 5px;
}

.whiteBorder {
    border-color: #fff;
}

.bt_lilghost {
    margin-bottom: 5px;
    border-radius: 0;
    padding: 3px 7px;
    font-size: 15px;
}

.ctBlog .bt_lilghost {
    display: block;
    float: left;
    min-width: 50px;
    margin-bottom: 20px;
    padding: 3px 30px;
}

    .ctBlog .bt_lilghost.elenco {
        border-right: 0;
        margin-left: 75%;
    }

    .ctBlog .bt_lilghost.elencoIns {
        float: right;
    }

    .ctBlog .bt_lilghost.insert {
        border-left: 0;
    }

    .ctBlog .bt_lilghost.update {
        border-left: none;
        border-right: none;
    }

    .ctBlog .bt_lilghost.look {
        border-left: none;
    }

    .ctBlog .bt_lilghost.img {
        position: absolute;
        bottom: -48px;
        right: 95px;
        padding: 3px 7px;
    }

    .ctBlog .bt_lilghost.pdf {
        position: absolute;
        bottom: -48px;
        right: 15px;
        padding: 3px 7px;
    }

@media (max-width: 1200px) {
    .ctBlog .bt_lilghost.elenco {
        margin-left: 70%;
    }

    .ctBlog .bt_lilghost.img {
        bottom: -48px;
        right: 15px;
    }

    .ctBlog .bt_lilghost.pdf {
        bottom: -80px;
        right: 15px;
    }
}

@media (max-width: 992px) {
    .ctBlog .bt_lilghost.elenco {
        margin-left: 66%;
    }

    .ctBlog .bt_lilghost.img {
        top: 0;
        right: -75px;
        bottom: auto;
        width: 91px;
    }

    .ctBlog .bt_lilghost.pdf {
        top: 32px;
        right: -75px;
        bottom: auto;
        width: 91px;
    }
}

@media (max-width: 646px) {
    .ctBlog .bt_lilghost.elenco {
        margin-left: 40%;
    }
}

.ordiniRiep .bt_ghost.bt_lilghost {
    background-color: #fff;
}

    .ordiniRiep .bt_ghost.bt_lilghost:hover {
        background-color: #d67a3c;
    }


@media (max-width: 646px) {
    #linkOfferte.dx {
        width: 80%;
    }
}

.toolTxt {
    display: none;
    min-width: 180px;
    width: 45%;
    color: #fff;
    border-radius: 3px;
    left: 2px;
    opacity: 1;
    font-size: 13px;
    padding: 5px 10px;
    text-align: justify;
    position: absolute;
    top: 5px;
    transform: translateY(-100%);
    margin: 0 5px;
    float: left;
    box-shadow: 0 -1px 3px darkgrey;
}

    .toolTxt#tool-paste {
        left: 50%;
    }

    .toolTxt > .fa {
        position: absolute;
        bottom: -16px;
        left: 33%;
    }

#header .collapse.navbar-collapse > ul > li > a {
    color: #fff;
    display: inline;
    background-color: #24bcaf;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

    #header .collapse.navbar-collapse > ul > li > a:hover {
        background-color: #24bcaf;
        border-bottom: 2px solid #fff;
    }

.newMenu {
    position: absolute;
    padding-top: 10px;
}

    .newMenu .nav.navbar-nav {
        padding-left: 55px;
    }


@media (max-width: 767px) {
    .collapse.navbar-collapse ul li a {
        color: #24bcaf;
        background: #fff;
        font-size: 18px;
    }

    .collapse.navbar-collapse > ul > li > a:hover {
        background: #fff;
    }

    .newMenu {
        position: absolute;
        padding: 46px 0 0;
        width: 100%;
    }

        .newMenu .nav.navbar-nav {
            padding-left: 0;
        }
}


.bt_ghost_white.logBtn {
    border-width: 1px;
    padding: 5.5px 15px;
    font-weight: 700;
    margin-top: 6px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .bt_ghost_white.logBtn {
        margin-right: 2px;
    }
}


@media all and (min-width:1200px) {
    .giornali {
        min-height: 100px;
    }
}

@media (max-width: 1199px) {
    .giornali {
        min-height: 100px;
    }
}

@media all and (max-width: 991px) {
    .giornali {
        min-height: 120px;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .giornali {
        min-height: 220px;
    }
}

@media (min-width: 400px) and (max-width: 599px) {
    .giornali {
        min-height: 180px;
    }
}

@media (max-width: 767px) {
    .project {
        padding: 5px 5%;
    }

    .premioSp {
        margin-bottom: 15px;
    }
}

@media (max-width:1200px) {
    #divFiltri h2.pink_txt {
        display: none;
    }
}

.tabella_hr {
    border-top: 2px solid #FCb434;
    border-bottom: 2px solid #FCb434;
    margin: 5px auto;
    padding-left: 5px;
    font-weight: bold
}

.tabella_r {
    border-bottom: 1px solid #ddd;
    margin: 5px 0;
    font-size: small;
}

@media (max-width: 767px) {
    .tabella_r .col-xs-1, .tabella_r .col-xs-2, .tabella_r .col-xs-3, .tabella_r .col-xs-4, .tabella_r .col-xs-5, .tabella_r .col-xs-6,
    .tabella_r .col-xs-7 .tabella_r .col-xs-8 .tabella_r .col-xs-9 .tabella_r .col-xs-10 .tabella_r .col-xs-11 .tabella_r .col-xs-12 {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (min-width: 768px) {
    .tabella_hr {
        margin: 15px auto;
        padding-left: 15px;
    }

    .tabella_r {
        border-bottom: 1px solid #ddd;
        margin: 5px;
        font-size: medium;
    }
}

.panel.panel-default {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-color: #ddd;
}

.panel-collapse.collapse > table {
    margin-bottom: 15px;
}

.sezioni {
    padding-top: 18px;
    padding-bottom: 13px;
    overflow: hidden;
}

@media (min-width: 1199px) {
    .sezioni {
        padding-top: 25px;
        padding-bottom: 15px;
    }
}

.sezioni .TitSezione {
    font-size: 130%;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

    .sezioni .TitSezione + p {
        margin-bottom: 20px;
    }

.mb-100 {
    margin-bottom: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.btHome {
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 1.5em;
    padding: 5px;
    margin: 0 5px;
    position: relative;
}

.loginArea > div {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.tagHome {
    width: 100%;
    background-color: #fff;
    padding: 0;
    transition: all .2s;
    background-position: center;
    background-size: cover;
    position: relative;
    bottom: 0;
    border-radius: 15px;
    overflow: hidden;
}

    .tagHome:hover {
        cursor: pointer;
        padding: 0;
    }

    .tagHome img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lblTagHome {
    color: #fff;
    position: absolute;
    font-size: 1.1em;
    padding: 40px 10px 10px 10px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), #002850cf);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #002850cf);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #002850cf);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), #002850cf);
    text-shadow: 1px 1px #002850;
}

.legenda {
    position: absolute;
    top: 30px;
    right: 0;
    width: 20%;
    background-color: #fffbce;
    border: 1px solid #24bcaf;
    padding: 8px;
}

    .legenda.blog {
        top: 150px;
        right: 5%;
        font-size: .88em;
        min-width: 305px;
    }

.imgUrl {
    width: 100%;
}

.row.coverApp {
    margin-bottom: 25px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.mapApp {
    height: 240px;
    min-width: 240px;
    margin-bottom: 40px;
    clear: both;
}

    .mapApp .mapAppUpd {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
    }

@media (max-width: 991px) {
    .ctApp .legenda, .legenda.blog {
        display: none;
    }
}

@media (min-width: 992px) {
    .mapApp {
        height: 360px;
    }
}

.TitH3.Eventi {
    text-align: left;
    margin-left: 8.3333333333%;
    margin-right: 8.33333333333%;
    border-bottom: 2px solid;
    font-size: 24px;
}

.NLiscrizione {
    color: #fff;
}

.NLiscrizione, .NLPopup {
    text-align: center;
    width: 100%;
    padding: 12px;
    background: rgba(73,155,234,1);
    background: -moz-radial-gradient(center,ellipse cover, #24bcaf 0%, #2894c6 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#24bcaf),color-stop(100%,#2894c6 ));
    background: -webkit-radial-gradient(center,ellipse cover,#24bcaf 0%,#2894c6 100%);
    background: -o-radial-gradient(center,ellipse cover,#24bcaf 0%,#2894c6 100%);
    background: -ms-radial-gradient(center,ellipse cover, #24bcaf 0%,#2894c6 100%);
    background: radial-gradient(ellipse at center,#24bcaf 0%,#2894c6 100%);
}

    .NLiscrizione h2 {
        margin-top: 12px;
    }

    .NLiscrizione .btn.bt_ghost {
        border-color: #fff;
        color: #fff;
        margin: -5px auto 18px;
    }

        .NLiscrizione .btn.bt_ghost:hover {
            border-color: #FCb434;
        }

    .NLiscrizione .NLtxt {
        width: 100%;
        padding-left: 4px;
        color: #434343;
    }

    .NLiscrizione .link {
        font-weight: 700;
    }

    .NLiscrizione a.link {
        color: #fff;
    }

@media (max-width: 767px) {
    .NLiscrizione {
        border-radius: 0;
    }
}

.blogTxT {
    height: 350px;
    width: 100%;
    padding: 3px 5px;
}

@media (min-width: 768px) {

    .col-xs-4.subscriptionNL {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .H1Titolo {
        font-size: 24px;
    }

    .premioSp {
        min-height: 150px;
        padding-top: 2%;
    }
}

.mese {
    border-bottom: 1px solid;
    margin-top: 15px;
    color: #24bcaf;
}

.bt_C2A {
    padding: 20px;
    border-right: 1px solid #c5c6ca;
    border-left: 1px solid #c5c6ca;
}

.prize {
    color: #306194;
    font-size: 40px;
    margin: 0;
}

.prize_iva {
    font-size: 14px;
    padding: 20px;
    color: #306194;
    text-transform: uppercase;
}

.panel1, .panel4 {
    font-size: 15px;
    height: 33px;
    color: #306194;
    padding: 0 4px;
}

.panel2, .panel3 {
    text-align: center;
    color: #306194;
    border-right: 1px solid #c5c6ca;
    border-left: 1px solid #c5c6ca;
    padding: 6px;
    vertical-align: top;
}

.panel1, .panel3 {
    background-color: #f5fbff;
}

.listArticoli {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #4da6ff;
}

.showMore {
    text-align: center;
    color: #FCb434;
    font-size: 32px;
}

    .showMore i:hover {
        cursor: pointer;
    }

.shown {
    height: auto;
    overflow: auto;
    border-bottom: none;
}

.taglist {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 56;
    color: #fff;
    background-color: rgba(0,40,80,.5);
    width: 100%;
}

.bt_bonifico {
    height: 28px;
    border-radius: 15px;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid transparent;
    background-color: orange;
    width: 120px;
    color: #00008b;
    font-weight: 700;
    -webkit-box-shadow: 1px 2px 2px 2px #aaa;
    -moz-box-shadow: 1px 2px 2px 2px #aaa;
    box-shadow: 1px 2px 2px 2px #aaa;
}

.infoUserNL {
    margin: 0 auto;
    color: #306194;
    text-align: left;
    font-size: 14px;
    padding: 10px;
}

    .infoUserNL .checkbox, .infoUserNL .btn.btn-default, .infoUserLP .checkbox, .infoUserLP .btn.btn-default {
        margin: 15px;
    }

.infoUserLP {
    margin: 0 auto;
    color: #306194;
    text-align: left;
    font-size: 14px;
}

.panelTitolo {
    color: #306194;
    width: 470px;
    padding: 10px;
    position: relative;
    margin: 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 15px;
}

.height100 {
    height: 100px;
    padding-left: 0;
}

@media all and (max-width: 768px) {
    .height100 {
        height: auto;
    }
}

h1.titNL {
    font-size: 36px;
    color: #24bcaf;
    text-transform: uppercase;
}

@media all and (min-width: 768px) {
    h1.titNL {
        font-size: 42px;
    }

    .ctBody.ctNL .form-control.email, .ctBody.ctNL .form-control.name,
    .ctBody.ctNL .form-control.surname, .ctBody.ctLP .form-control.email,
    .ctBody.ctLP .form-control.name, .ctBody.ctLP .form-control.surname {
        border-width: 2px;
        border-style: inset;
        border-color: initial;
    }
}

.mnu {
    padding: 5px 5%;
    border-radius: 2px;
    transition: all .22s;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.1;
    background-color: rgba(58,166,216,0.8);
    border: 1px solid #24bcaf;
    color: #fff;
    box-shadow: 0 0 2px;
}

    .mnu:hover {
        cursor: pointer;
        background-color: #24bcaf;
        color: #fff;
        padding-left: 8%;
    }

.subMenu:hover {
    cursor: pointer;
}

.subMenu a {
    font-size: 14px;
    color: #1F364D;
    margin-left: 5px;
}

    .subMenu a:hover {
        font-weight: 700;
    }



.showLat {
    display: none;
}

@media (max-width: 767px) {
    .showLat {
        display: block;
        float: left;
        position: absolute;
        right: 0;
        top: 90px;
        border: 1px solid #24bcaf;
        border-right: none;
        border-radius: 2px 0 0 2px;
        background-color: #fff;
        padding: 5px 10px;
        color: #24bcaf;
    }

        .showLat:hover {
            background: #ddd;
            cursor: pointer;
        }
}

.lock {
    border-bottom: 2px solid transparent;
    margin-top: 0;
    width: 26px;
    padding-top: 1px;
}

.centrodx {
    text-align: right;
}

@media (max-width: 767px) {
    .centrodx {
        text-align: center;
    }
}

.btAdm {
    border: 1px solid #24bcaf;
    color: #24bcaf;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    position: relative;
    bottom: 0;
    transition: all .225s;
}

    .btAdm:hover {
        background-color: #24bcaf;
        cursor: pointer;
        color: #fff;
        position: relative;
        bottom: 3px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }

.gradLine {
    background: linear-gradient(to right,rgba(255,255,255,0) 10%,#24bcaf 50%,rgba(255,255,255,0) 90%);
    height: 1px;
    width: 90%;
    margin: 20px 0;
}

@media (max-width:991px) {
    .gradLine {
        display: none;
    }
}

.superTitolo {
    font-size: 20px;
    font-style: italic;
}

.subTitolo {
    font-size: 20px;
}

.colTitolo {
    padding: 20px 0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.divPrezzi {
    margin: 5px auto;
}

    .divPrezzi .colTit {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 24px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .divPrezzi .colFine {
        padding: 20px;
    }

@media (min-width: 912px) {
    .divPrezzi .colTit, .divPrezzi .colFine, .divPrezzi .colMd {
        min-height: 240px;
    }

    .divPrezzi .colMd1 {
        min-height: 140px;
    }

    .divPrezzi .colTit {
        padding-top: 50px;
    }
}

#toggleOff.TitH2_sm, #toggleOff2.TitH2_sm {
    position: absolute;
    top: 100%;
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}


.divImage {
    overflow: hidden;
    max-height: 40%;
    max-height: 40vh;
    position: relative;
}

.ImgCategoria {
    width: 100%;
    height: 400px;
    object-fit: cover;
    vertical-align: central;
}

.order {
    padding: 0 25px;
    font-size: 15px;
}

    .order:nth-of-type(21) {
        margin-top: 5px;
    }

    .order:last-of-type {
        margin-bottom: 5px;
    }

.descGruppo {
    display: none;
    margin: 5px 0 3px 5px;
    font-size: small;
    font-weight: 700;
    font-style: italic;
    color: #888;
    cursor: default;
}

.displayMap {
    display: none;
    height: 70%;
    width: 70%;
    position: fixed;
    z-index: 250;
    top: 15%;
    left: 15%;
    box-shadow: 0 0 4px 1px #999;
}

    .displayMap > .fa-times {
        position: absolute;
        top: 0;
        right: 5px;
        font-size: 20px;
        color: #c50000;
        padding: 5px 15px;
        border-radius: 0 0 4px 4px;
        background-color: #fefefe;
        z-index: 251;
        border: 1px solid #ddd;
        border-top: none;
    }

        .displayMap > .fa-times:hover {
            cursor: pointer;
            background-color: #c50000;
            color: #fff;
            border-color: #a00000;
        }

.pe-7s-close.closeMapCat {
    position: absolute;
    top: -22px;
    right: -22px;
    color: #c50000;
    padding: 5px;
    border-radius: 100px;
    background-color: #fefefe;
    z-index: 251;
    border: 1px solid #ddd;
    border-top: none;
}

    .pe-7s-close.closeMapCat:hover {
        cursor: pointer;
        background-color: #f89938;
        color: #fff;
        border-color: #f89938;
        opacity: 1;
    }

.myMapCat {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 250;
    top: 0;
    background-color: #fff;
}


@media (max-width: 767px) {
    .order {
        font-size: 18px;
        padding: 2px 8px;
    }

    .descGruppo {
        font-size: 15px;
    }

    .displayMap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

        .displayMap > .fa-times {
            font-size: 32px;
        }

    .pe-7s-close.closeMapCat {
        top: 5px;
        right: 5px;
    }
}

@media (min-width: 768px) {
    .displayMap {
        max-height: 70%;
    }
}



.overCat {
    margin-bottom: 15px;
    display: flex;
    z-index: 5;
    padding-bottom: 10px;
}

.cardCat {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
}

    .cardCat .TagInterno {
        position: relative;
    }

        .cardCat .TagInterno .voto {
            padding: 8px;
            text-align: center;
            background-color: #00de20;
            font-size: 18px;
            position: absolute;
            top: 5px;
            left: 5px;
            border-radius: 100%;
            min-width: 41px;
            z-index: 198;
        }

        .cardCat .TagInterno .fromFam {
            position: absolute;
            left: 27px;
            top: 5px;
            background-color: #0abf24;
            border: 1px solid #00de20;
            padding: 8px 0;
            border-radius: 0 100px 100px 0;
            z-index: 197;
            height: 41px;
            overflow: hidden;
            width: 0;
        }

.modalData {
    width: 100vmin;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ccc;
    z-index: 250;
    background-color: #fff;
    padding: 20px;
    display: none;
}

    .modalData .divServizi {
        margin-top: 0;
    }

        .modalData .divServizi .img-ico {
            width: 24px;
        }

    .modalData h2.TitoloH2 {
        margin: 1em 0 0;
    }

.mod {
    border: 1px solid #f93;
    color: #f93;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

    .mod:hover {
        background-color: #f93;
        color: #fff;
        font-weight: 700;
        transition: all .23s;
    }

.modalData .descrizione img {
    display: none;
}

.linkShow {
    padding: 4px 40px;
    background-color: #fff;
    border: 1px solid;
}

    .linkShow:hover {
        background-color: #f93;
        border-color: #f93;
        color: #fff;
        font-weight: 700;
    }


.contactAll {
    position: fixed;
    width: 50%;
    left: 25%;
    top: 5px;
    z-index: 201;
}

    .contactAll .modal-dialog {
        margin: 0;
    }

    .contactAll .modal-content.mobile {
        border-radius: 0;
    }

@media (max-width: 767px) {
    .NomeHotel {
        font-size: 21px;
        padding: 10px 0;
        line-height: 1.5;
    }

    .stars {
        margin-top: 20px;
    }



    .modalData {
        top: 0;
    }

    .overCat {
        margin: 10px 0;
    }

    .col-xs-12.X {
        padding: 0;
        height: 35%;
    }

    .mod {
        padding: 5px;
        min-width: fit-content;
    }

    .modalData .container-fluid {
        padding: 0;
    }

    .modalData .container-fluid {
        height: 100%;
    }

    .contactAll {
        width: 100%;
        top: 0;
        left: 0;
        z-index: 200;
    }

        .contactAll p, .contactAll label {
            font-size: 85%;
        }

        .contactAll .form-group, .contactAll p {
            margin-bottom: 5px;
        }

        .contactAll .modal-body {
            overflow-y: scroll;
        }
}




.ctBody .divDataPage .pageList, .ctBody .divDataPage .pageList.disabled {
    padding: 5px 12px;
    font-size: 14px;
    border-color: #fff;
    margin: 0;
}

.bt.bt_ghost.bg-orange.white_txt.bt_top {
    margin: 3px auto;
    width: fit-content;
    cursor: pointer;
    display: inline-block;
    padding: 5.5px 15px;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767px) {
    .ctBody .divDataPage .pageList, .ctBody .divDataPage .pageList.disabled {
        padding: 5px 6px;
        font-size: 12px;
    }

    .ctBody .divDataPage > span {
        margin-left: -15px;
        margin-right: -15px;
    }

    .bt.bt_ghost.bg-orange.white_txt.bt_top {
        width: 48%;
        margin: 3px .5%;
    }
}

@keyframes MoveUpDown {
    0% {
        top: 0;
    }

    20% {
        top: 10px;
    }

    70% {
        top: -10px;
    }

    100% {
        top: 0;
    }
}


.newBlueButton {
    padding: 7px 0 7px 10px;
    transition: all .22s;
}

.newBlueButtonOff {
    color: gray;
}

.newBlueButtonSel {
    padding: 7px 0 7px 40px;
    background-color: #236094;
    font-weight: 700;
}

.pointer {
    position: relative;
}

    .pointer:after {
        content: "";
        position: absolute;
        left: 100%;
        bottom: -2px;
        width: 0;
        height: 100%;
        border-left: 20px solid #236094;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }



.advSearchTit {
    cursor: pointer;
    padding: 10px 2px;
    border-top: 1px solid #ddd;
    display: block;
}

.cServizi {
    column-count: 2;
}

    .cServizi .modalDivContent {
        break-inside: avoid-column;
        -webkit-column-break-inside: avoid-column;
        -moz-column-break-inside: avoid-column;
        -o-column-break-inside: avoid-column;
    }

@media (max-width: 767px) {
    .cServizi {
        column-count: 1;
    }
}

.memoScadenza {
    line-height: 3em;
    text-align: center;
    padding-bottom: 15px;
}

.sub {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 1000%;
    background-color: #F7F8F9;
    padding: 20px 10px;
    list-style: none;
    border: 1px solid #bbb;
    border-top: none;
    border-left: 1px solid #ddd;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.16s, opacity 0.16s linear;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sub {
        width: 500%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sub {
        width: 700%;
    }
}

.newDD:hover .sub {
    /*transform: translateX(0);*/
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.catListTop {
    position: fixed;
    width: 100%;
    z-index: 120;
    border-bottom: 1px solid #ddd;
}

.catList a {
    text-decoration: none;
    font-weight: normal;
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #222;
    border-bottom: 2px solid transparent;
    padding: 3px 0 3px 10px;
}

    .catList a:hover {
        border-bottom: 2px solid #24bcaf;
    }

.catList span {
    color: #24bcaf;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 5px 0;
    padding-left: 0;
}

/* Fine NEW NAVBAR */

/*Contatti HotelCat e HotelList*/

.contatti p {
    font-weight: bold;
    padding: 1px 5px;
    margin: 0;
}

.contatti span {
    font-size: small;
    font-weight: lighter;
    color: #ccc;
}

.contattiPanel {
    margin-bottom: 20px;
    position: relative;
}

#contattiList.collapse[aria-expanded="false"] {
    display: block;
    height: 40px !important;
    overflow: hidden;
}

#contattiList.collapsing[aria-expanded="false"] {
    height: 40px !important;
}
/*FINE Contatti HotelCat e HotelList*/
/*Per form richiesta*/
.labelnumero, .labeltxt {
    display: inline-block;
    padding: 1px 3px;
    width: 70px;
}

.labelnumero {
    margin: 5px;
    width: 35px;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
}

.btPiuMeno {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    font-weight: bold;
}

/*FINE Per form richiesta*/

/*HotelList HotelCat*/

.mask {
    position: relative;
    z-index: 150;
}

.menuLato {
    border: 1px solid #ddd;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    padding: 15px 10px;
    margin: 20px auto;
    border-radius: 8px;
    border: 1px solid #eee;
    z-index: 1000;
}

    .menuLato > .fa-times {
        display: none;
    }

    .menuLato h2 {
        text-transform: uppercase;
        font-size: 1em;
        margin: 0.5em auto 0.9em;
        display: block;
        text-align: center;
        color: #ef7273
    }

.frm_ctrl_xs {
    width: 70px;
    margin: auto 2%;
    display: inline;
    text-align: right
}

.form-control {
    border-radius: 25px;
}


    .form-control.richiesta {
        height: 100px;
    }

    .form-control.form_date {
        max-width: 125px;
    }

    .form-control.form_big {
        height: 50px;
        padding: 12px 24px;
    }

@media (max-width: 767px) {
    .mask {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .menuLato {
        display: none;
        position: fixed;
        box-shadow: 0 0 0 10000px rgba(0,0,0,0.5);
        width: 100%;
        top: 0;
        left: 0;
    }

        .menuLato > .fa-times {
            display: block;
            position: absolute;
            top: 0;
            right: 5px;
            color: #c50000;
            padding: 5px 15px;
            border-radius: 0 0 4px 4px;
            cursor: pointer;
            font-size: 22px;
            border: 1px solid #ddd;
            border-top: none;
        }

            .menuLato > .fa-times:hover {
                cursor: pointer;
                background-color: #c50000;
                color: #fff;
                border-color: #a00000;
            }
}
/*Trattamenti*/
.trat-ico {
    display: inline-block;
    width: 32px;
    margin: 5px -1px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    background-color: #3FD93F;
    color: white;
    font-weight: bold;
}

.tooltip.top .tooltip-inner {
    background-color: #3fd93f;
    color: white;
    font-weight: bold;
    margin-left: 35%;
    width: 100%;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #3fd93f;
}

/*FINE HotelList HotelCat*
/*index ricerca*/
.barraricerca {
    display: block;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    left: 0;
    background-color: #fafafa;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .barraricerca {
        position: relative;
        margin-top: -50px;
        padding: 0;
        background-color: #fafafa82;
    }
}
/*fine index ricerca*/

.filtro_tit {
    background-color: #ef7273;
    color: #fff;
    font-size: medium;
    display: inline-block;
    margin: 10px;
    padding: 8px 20px;
    border-radius: 25px;
}


.btn, .input-sm, .dropdown-menu, .btn-group-sm > .btn {
    border-radius: 0;
}

.bt, .bt_sm {
    background-color: rgba(227,123,53,0);
    font-weight: bold;
    transition: background-color 0.3s, border-color 0.3s;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
}

.bt {
    font-size: 18px;
    margin: 10px auto;
    padding: 7px 22px;
}

.bt_sm {
    font-size: 14px;
    margin: 5px auto;
    padding: 5px 22px;
}

.bt_grey, a.bt_grey:visited {
    border: solid 2px #999;
    color: #777;
    margin-right: 5px;
    cursor: pointer;
}

.bt_cyan, a.bt_cyan:visited {
    border: solid 2px #24bcaf;
    color: #fff;
    padding: 1px;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 6px auto;
    color: #24bcaf;
    background-color: #fff;
}

@media (min-width: 768px) {
    a.bt_cyan, .bt_cyan, a.bt_cyan:visited {
        width: 100%;
    }
}

.bt_cyan:hover, a.bt_cyan:hover {
    color: #fff;
    background-color: #24bcaf;
}

.bt_cyan .badge {
    background-color: #24bcaf;
    color: #fff;
    vertical-align: text-top;
    margin-left: 5px;
    float: right;
}

.bt_pink, a.bt_pink,
.bt_pink:visited, a.bt_pink:visited {
    border: 2px solid #ef7273;
    background-color: #ef7273;
    color: #ffffff;
}

    a.bt_pink:hover, a.bt_pink:active,
    a.bt_pink:focus, .bt_pink:hover,
    .bt_pink:active, .bt_pink:focus {
        color: #ffffff;
        background-color: #eb4244;
        border-color: #eb4244;
    }

.bt_orange, a.bt_orange,
a.bt_orange:hover, a.bt_orange:active,
.bt_orange:hover, .bt_orange:active,
.bt_orange:visited, a.bt_orange:visited,
a.bt_orange_big, a.bt_orange_big:visited,
.bt_orange_big, .bt_orange_big:visited {
    background-color: #FCb434;
    border: 2px solid #FCb434;
    color: #fff;
}

a.bt_bianco, a.bt_bianco:visited,
.bt_bianco, .bt_bianco:visited {
    border: 2px solid Rgba(240,240,240,0.7);
    text-shadow: 1px 1px 1px rgba(0,32,64,0.8);
    background-color: Rgba(220,220,220,0.3);
}

.bt_disabilitato, a.bt_disabilitato {
    border: 2px solid #ddd;
    background-color: #eee;
    color: #ddd;
}

a.bt_bianco:hover, a.bt_bianco:active, a.bt_bianco:link,
.bt_bianco:hover, .bt_bianco:active, .bt_bianco:link {
    color: #FFFFFF;
}

.bt_ghost_orange {
    background-color: rgba(0,0,0,0);
    color: #DC7129;
    border: 2px solid #DC7129;
    transition: background-color 0.3s;
}

    .bt_ghost_orange:hover, .bt_ghost_orange:active,
    a.bt_ghost_orange:hover, a.bt_ghost_orange:active {
        color: #FFFFFF;
        background-color: #DC7129;
        border-color: #DC7129;
    }

.bt_ghost_green, .bt_ghost_cyan {
    background-color: rgba(0,0,0,0);
    color: #24bcaf;
    border: 2px solid #24bcaf;
    transition: background-color 0.3s;
}

    .bt_ghost_green:hover, .bt_ghost_green:active,
    a.bt_ghost_green:hover, a.bt_ghost_green:active,
    .bt_ghost_cyan:hover, ..bt_ghost_cyan:active,
    a..bt_ghost_cyan:hover, a..bt_ghost_cyan:active {
        color: #FFFFFF;
        background-color: #24bcaf;
        border-color: #24bcaf;
    }


.bt_ghost {
    background-color: rgba(0,0,0,0);
    color: #ef7273;
    border: 2px solid #ef7273;
    transition: background-color 0.3s;
}

.bt_ghost_white {
    background-color: rgba(0,0,0,0);
    color: #fff;
    border: 2px solid #fff;
}

    .bt_ghost_white:hover, .bt_ghost_white:active,
    a.bt_ghost_white:hover, a.bt_ghost_white:active,
    .bt_ghost:hover, .bt_ghost:active,
    a.bt_ghost:hover, a.bt_ghost:active {
        color: #FFFFFF;
        background-color: #E91E63;
        border-color: #E91E63;
    }

.bt_ghost a {
    color: #E91E63;
}

.bt_ghost:hover a {
    color: white;
}

.bt_big, .bt_big:visited,
a.bt_orange_big, a.bt_orange_big:visited,
.bt_orange_big, .bt_orange_big:visited {
    padding: 18px 30px;
    font-size: 120%;
}



@media (max-width: 767px) {
    .bt_big, .bt_big:visited,
    a.bt_orange_big, a.bt_orange_big:visited,
    .bt_orange_big, .bt_orange_big:visited {
        padding: 15px;
    }

    .bt {
        padding: 5px 22px;
    }
}

.pn {
    padding: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
    /*border: 1px solid #dfd1a7; sabbia*/
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .pn {
        padding: 40px;
    }
}

.pn-cyan {
    /*border: 1px solid #24bcaf; cyan*/
    background-color: #ffffff;
}

.pn-fucsia {
    /*border: 1px solid #ef7273; fucsia*/
    background-color: #ffffff;
}


.green, .green a {
    background-color: rgba(62,179,62,.1);
    color: #3d663d;
}

    .green h2 {
        color: #3eb33e;
    }

.blue, .blue a {
    background-color: rgba(76,146,217,.1);
    color: #3d5266;
}

    .blue h2 {
        color: #4c92d9;
    }



.gray {
    color: #7d7d7d;
}

.white_txt {
    color: #fff;
}

.green_txt {
    color: #27C227;
}

.orange_txt {
    color: #FCb434;
}

    .orange_txt:hover {
        color: #DC7129;
    }

.cyan_txt {
    color: #24bcaf;
}

.pink_txt {
    color: #ef7273
}

    .pink_txt:hover {
        color: #ef7273
    }

.blue_txt {
    color: #333;
}

    .blue_txt:hover {
        color: #333;
    }

.black_txt {
    color: #222;
}

.bg-white {
    background-color: #fff;
}

.bg-pink, .fucsia, .fucsia a {
    background-color: #ef7273;
    color: #fff;
}


    .bg-pink:hover {
        background-color: #ef7273
    }

.bg-pink-lite {
    background-color: rgba(299,108, 115, 0.2);
}


.bg-cyan, .bg-green {
    background-color: #24bcaf;
}

    .bg-cyan:hover, .bg-green:hover {
        background-color: #24bcaf;
    }

.bg-cyan-lite {
    background-color: #24bcaf33;
}

.bg-orange {
    background-color: #FCb434;
}

    .bg-orange:hover {
        background-color: #FCb434;
    }

.orange, .orange a {
    background-color: rgba(248,153,56,.1);
    color: #66523d;
}

    .orange h2 {
        color: #FCb434;
    }



.bg-orange-lite {
    background-color: #FCb43433;
}

.bg-gray, .bg-gray-azzurro, .bg-beige, .bg-grayLight, .bg-sand-lite {
    background-color: #d8caa133;
}


.bg-grigetto {
    border-top: solid 1px #d8caa1;
    border-bottom: solid 1px #d8caa1;
}

    .bg-grigetto.azzurrobold.centered {
        padding: 12px;
        font-size: large;
        margin-top: 20px;
    }

.bg-cyan > .container > .btn-group {
    padding-bottom: 10px;
    margin-top: 10px;
}


.bluebold {
    color: #2070c0;
    font-weight: 700;
}

.grigio-orange {
    color: #b4b4dc;
}

    .grigio-orange:hover {
        color: #FCb434;
    }

.maiuscolo {
    text-transform: uppercase;
    font-weight: 700;
}

.centered {
    text-align: center;
    vertical-align: middle;
}

.bt_login {
    padding: 0;
    background-color: transparent;
}

    .bt_login:hover, .bt_login:active, .bt_login:focus, .bt_login.on {
        font-weight: 700;
    }

        .bt_login.on.adm {
            border-radius: 100px;
            width: 33px;
            height: 33px;
            margin-top: 6px;
        }

.bt_login_ico {
    float: right;
}

.adm .active {
    margin-top: -9px;
}

.bt_login_txt {
    float: left;
    margin: 4px 0;
    font-size: 95%;
}

@media (min-width: 1200px) {
    .large {
        display: inline;
    }

    .medium {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .large {
        display: none;
    }

    .medium {
        display: inline;
    }
}

@media (max-width: 992px) {
    .adm.bt_login {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .bt_login_ico {
        padding: 0;
    }

    .bt_login_txt {
        display: none;
    }
}

.ratio1_1, .ratio2_1, .ratio4_5, .ratio4_11 {
    position: relative;
    width: 100%; /* desired width */
}

    .ratio1_1:before, .ratio2_1:before, .ratio4_5:before, .ratio4_11:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .ratio2_1:before {
        padding-top: 50%;
    }

    .ratio4_5:before {
        padding-top: 80%;
    }

    .ratio4_11:before {
        padding-top: 37%;
    }

@media (max-width: 767px) {
    .col-xs-nopadd {
        padding-left: 0;
        padding-right: 0;
    }

    .rett_sm:before {
        padding-top: 160px;
    }
}

.rt_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.col-xs-offset-right-12 {
    margin-right: 100%;
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
    margin-right: 75%;
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
    margin-right: 25%;
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
    margin-right: 0;
}


@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-left-12 {
        margin-left: 100%;
    }

    .col-lg-offset-left-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-left-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-left-9 {
        margin-left: 75%;
    }

    .col-lg-offset-left-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-left-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-left-6 {
        margin-left: 50%;
    }

    .col-lg-offset-left-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-left-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-left-3 {
        margin-left: 25%;
    }

    .col-lg-offset-left-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-left-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }

    .col-lg-offset-right-12 {
        margin-right: 100%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-right-3 {
        margin-right: 25%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}

.table > tbody > tr > .tdTop {
    border: 0;
    padding-bottom: 0
}

.rett {
    padding: 6px 6px;
    margin: 5px 3px 5px 0px;
    color: #777;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #24bcaf;
}

.tripBox {
    border: solid 1px #d1d8de;
    background-color: white;
    padding: 0;
    min-width: 138px;
    margin: 0 5px;
    display: inline-table;
}

.ltbread a {
    font-size: small;
}

    .ltbread a:hover {
        text-decoration: none;
        font-weight: bold
    }

@media (max-width: 767px) {
.scrollCat {
    overflow-x: auto;
    white-space: nowrap;
}

.scrollCat .linkCat {
    display: inline-block;
    float: none;
}
}

.checkBox input[type=checkbox] {
    display: none;
    width: 20px;
    height: 20px;
}

.checkBox label {
    display: inline;
    float: left;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    text-indent: 28px;
    padding-top: 0px;
}

    .checkBox label:first-of-type {
        margin-top: 10px;
    }

.checkBox input[type=checkbox] + label {
    display: block;
    width: 1em;
    height: 1em;
    border: 0.0625em solid #24bcaf;
    border-radius: 1px;
    background: #e2f3ff;
    vertical-align: middle;
    line-height: 1em;
    margin-bottom: 5px;
    margin-left: 15px;
    position: relative;
}

.checkBox input[type=checkbox]:checked + label::before {
    content: "\2714";
    color: #24bcaf;
    height: 1em;
    line-height: 1em;
    width: 1em;
    font-weight: 900;
    font-size: 25px;
    text-indent: -5px;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: -25px;
    margin-top: -9px;
}

.sticky-bar {
    position: sticky;
    top: 41px; /*navbar*/
    z-index: 100;
    background-color: #efd4a3;
}

    .sticky-bar ul {
        margin-left: 90px;
    }

    .sticky-bar .titPagina
    {margin:20px auto;}

    .vediContatti {
        border-top: solid 1px #ddd;
        position: absolute;
        width: 100%;
    }

    .vediContatti .arrowDown {
        margin-left: auto;
        margin-right: auto;
        background-color: #FCb434;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        margin-top: -14px;
        text-align: center;
        padding-top: 2px;
    }

    .vediContatti .arrowDown {
        color: #ffffff;
    }

#liOfferte a {
    color: white;
    font-weight: bold;
}

    #liOfferte a:hover {
        background-color: #ef7273
    }

@media (max-width: 767px) {
    .sticky-bar ul {
        margin-left: 30px;
        white-space: nowrap;
        overflow-x: auto;
    }

    .sticky-bar li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .sticky-bar li a {
            padding: 3px;
        }
}

.CatLista {
    background-color: #fff;
}

@media (min-width:768px) {
    .CatLista {
        margin: 20px auto;
    }

    .collapsePanel {
        display: none;
    }
}

/*sovrascrive bootstrap*/

.list-group-item {
    background-color: transparent;
}


/*fine sovrascrive bootstrap*/

.w100 {
    width: 100%;
}

.w90 {
    width: 90%;
}

.w60 {
    width: 60%;
}

.W150 {
    width: 150px;
}

.W250 {
    width: 250px;
}

.Dblock {
    display: block;
}

.Dline {
    display: inline-block;
}

.Dnone, .hidden {
    display: none;
}

@media all and (max-width: 767px) {
    .hide_sm, .hide_xs {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .hide_sml {
        display: none;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .hide_md {
        display: none;
    }
}

@media all and (min-width: 1200px) {
    .hide_lg {
        display: none;
    }
}

.amz {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.freccia {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
    transition: opacity 200ms ease-out;
    margin: 0 0 -4px 4px;
    height: 25px;
    padding: 3px;
    border-radius: 100%;
}

    .freccia:hover {
        background-color: #e0e0e0;
    }
