﻿body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    height: 100%;
    position: relative;
}

@-ms-viewport {
    width: device-width;
}

.form-offerte .item-form.eta-bambini .errore {
    color: red;
    position: absolute;
    font-size: 10px;
    top: -2px;
    left: 91px;
}

#archie-widget-social-share {
    color: #000000 !important;
    margin-bottom: 15px;
}

.centratore {
    max-width: 1225px;
    position: relative;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.check-hotel .chiudi {
    background-image: url("../private_images/icone_funzionali/chiudiHotel.png");
    display: block;
    height: 16px;
    position: absolute;
    right: 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 10px;
    width: 16px;
}

.esse {
    vertical-align: top;
}

.check-hotel .btn-chiudi {
    display: none;
}

#little-booking .titolo.no-hover .chiudi {
    background-image: url("../private_images/icone_funzionali/chiudiHotel.png");
    display: block;
    height: 16px;
    position: absolute;
    right: 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 10px;
    width: 16px;
}

#little-booking .titolo .chiudi {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clear-after:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

div.spazioStandardClear {
    height: 24px;
}

.livllo1 {
    z-index: 10;
}

.livllo2 {
    z-index: 20;
}

.livllo3 {
    z-index: 30;
}

.livllo4 {
    z-index: 40;
}

.relativeFix {
    position: relative;
    height: 0;
}

.notainformativaHire {
    text-decoration: underline;
    cursor: pointer;
}

a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

h2 {
    color: #0082A4;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #232323;
}

ul {
    padding: 0 0 0 20px; /*20px di padding left per gl'elenghi inseriti dall'utente (bisogna controllarle i 20px nel menu)*/
    margin: 0;
}

h1 /* dare solo attributi come colore e forma del testo, niente margini o padding */ {
    color: #444;
    font-size: 30px;
}

    h1.pagina-titolo {
        color: #0082A4;
        font-size: 60px;
        line-height: 60px;
        font-family: 'Delius', cursive;
        margin-bottom: 27px;
        padding-right: 180px;
    }

.pagina-testo {
    font-size: 18px;
    line-height: 26px;
    color: #232323;
    margin-bottom: 38px;
}

    .pagina-testo a:link,
    .pagina-testo a:visited {
        color: #0082A4;
        text-decoration: underline;
    }

    .pagina-testo a:hover {
        text-decoration: none;
    }

.home-page .testo a:hover {
    text-decoration: none !important;
}

.home-page .testo a:link,
.home-page .testo a:visited {
    color: #0082A4;
    text-decoration: underline;
}

.pagina-testo h2 /* dare solo attributi come colore e forma del testo, niente margini o padding */ {
    color: #0082A4;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 17px;
}

h3 /* dare solo attributi come colore e forma del testo, niente margini o padding */ {
    color: #888;
    font-size: 20px;
}

a:link,
a:visited {
    color: #000;
    outline: none;
    text-decoration: none;
}

/* Menu Principale inizio */
.menu-principale {
    padding: 0; /* controllo  */
    list-style-type: none;
    max-width: 1225px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

    .menu-principale li:hover .menu-principale_liv2 {
        max-height: 800px;
    }

.menu-principale_liv2 {
    box-sizing: border-box;
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out 0.3s;
    -webkit-transition: max-height 1s ease-in-out 0.3s;
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 75px;
    left: 0px;
    background-image: inherit;
    padding-left: 0px;
    z-index: 3;
    text-align: center;
}

    .menu-principale_liv2 > li {
        display: inline-block !important;
        vertical-align: top;
        margin-left: 55px;
    }

        .menu-principale_liv2 > li:first-child {
            margin-left: 0px;
        }

        .menu-principale_liv2 > li a:link,
        .menu-principale_liv2 > li a:visited {
            display: block !important;
            background-image: inherit !important;
            font-size: 16px;
            line-height: 16px;
            padding-top: 20px;
            padding-bottom: 20px;
            text-transform: uppercase;
        }

        .menu-principale_liv2 > li a:hover,
        .menu-principale_liv2 > li a.selezionato_liv2 {
            color: #000000 !important;
        }

#tendina_25184 {
    display: none;
}

/* orizzontale
.menu-principale li
{
    float:left;
}
*/

/* verticale */
.menu-principale > li {
    width: calc( 98% / 6 );
    height: 75px;
    background-position: 0 0;
    background-repeat: repeat;
    float: left;
    display: table;
}

    .menu-principale > li a:link,
    .menu-principale > li a:visited {
        display: table-cell;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        vertical-align: middle;
        color: #ffffff;
        text-align: center;
    }

.menu-principale li a .txt-mini {
    background-image: inherit;
    color: #212121;
    display: block;
    font-family: 'Delius', cursive;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 17px;
    margin-top: 10px;
}

.menu-principale li a.selezionato_liv1 {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    z-index: 5;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.menu-principale li.selezionato .menu-principale_liv2 {
    max-height: 800px;
}

.menu-principale > li > a {
    transition: all .2s ease-in-out;
    padding-left: 15px;
    padding-right: 15px;
}

.menu-principale > li:hover > a {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    z-index: 5;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.menu-principale li:hover .menu-principale_liv2 {
}
/* Menu Principale fine */

/* Menu Secondario inizio */
.menu-secondario {
    padding: 0; /* controllo  */
    list-style-type: none;
    padding-top: 26px;
}

    /* orizzontale
.menu-secondario li
{
    float:left;
}
*/

    /* verticale */
    .menu-secondario li {
        float: left;
        margin-left: 20px;
    }

        .menu-secondario li:first-child {
            margin-left: 0px;
        }

        .menu-secondario li a:link,
        .menu-secondario li a:visited {
            color: #0082A4;
            text-decoration: none;
            font-size: 13px;
            line-height: 14px;
            display: block;
        }

#content-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 20;
    background-color: #ffffff;
}

.menu-secondario li a:hover,
.menu-secondario li a.selezionato_liv1,
.menu-secondario li a.selezionato_liv2 {
    text-decoration: underline !important;
}
/* Menu Secondario fine */

/* boxForm standard */
.itemForm {
    position: relative; /* non togleire il relative */
    margin-bottom: 20px;
    font-size: 14px;
    color: #777;
}

.inputForm,
.textareaForm {
    width: 200px;
    font-family: Arial; /* per controllare la differenza di font tra input e textarea */
    font-size: 14px; /* per controllare la differenza di font tra input e textarea */
    color: #777; /* per controllare la differenza di font tra input e textarea */
    outline: none;
}

.labelForm,
.inputForm {
    height: 20px;
    line-height: 20px;
}

.labelForm {
    display: inline-block;
    width: 100px;
}

.itemTextarea .labelForm {
    vertical-align: top;
}

a.cmdGeneral {
    background-color: Blue;
    color: #777;
    display: block;
    width: 100px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    transition: background-color 800ms ease-out;
    -moz-transition: background-color 800ms ease-out; /* Firefox 4 */
    -webkit-transition: background-color 800ms ease-out; /* Safari and Chrome */
    -o-transition: background-color 800ms ease-out; /* Opera */
}

    a.cmdGeneral:hover {
        background-color: Fuchsia;
    }

/* boxForm contratto */
.boxForm.versioneContratta .labelForm {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.boxForm.versioneContratta .inputForm,
.boxForm.versioneContratta .textareaForm {
    position: relative;
    background-color: Transparent;
    border: solid 0px Transparent;
    background-image: url('../private_images/icone_funzionali/pixel-fix-ie-sfondo-trasparenza.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 20;
}

    .boxForm.versioneContratta .inputForm.focused,
    .boxForm.versioneContratta .textareaForm.focused {
        background-color: #fff;
    }

#modulo-social {
    position: relative;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

#breadcrumb {
    font-size: 12px;
    color: #3e3e3e;
}

    #breadcrumb a {
        text-transform: lowercase;
        font-size: 12px;
        color: #3e3e3e;
        margin-right: 3px;
        margin-left: 3px;
    }

        #breadcrumb a:hover, #breadcrumb a.last {
            text-decoration: underline;
        }

#menu-header {
    max-width: 1225px;
    background-color: #ffffff;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
}

    #menu-header .logo {
        display: block;
        float: left;
        height: 65px;
        max-width: 190px;
        position: relative;
        width: 20%;
        margin-left: 15px;
    }

        #menu-header .logo img {
            top: 50%;
            transform: translate(0px, -50%);
            -webkit-transform: translate(0px, -50%);
            -moz-transform: translate(0px, -50%);
            position: absolute;
        }

    #menu-header .menu-secondario {
        float: right;
    }

ul.box-lingue {
    float: right;
    padding-top: 26px;
}

    ul.box-lingue li {
        display: block;
        float: left;
        margin-left: 20px;
    }

        ul.box-lingue li a:link,
        ul.box-lingue li a:visited,
        ul.box-lingue li a:hover {
            color: #0082A4;
            display: block;
            font-size: 13px;
            line-height: 14px;
            text-decoration: none;
        }

.logo-trentino {
    float: right;
    margin-top: 23px;
    margin-left: 16px;
}

#menu-principale-content {
    height: 75px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

    #menu-principale-content .sinistra {
        top: 0px;
        left: 0px;
        width: 50%;
        height: 75px;
        background-color: #00539F;
        position: absolute;
        z-index: -1;
    }

    #menu-principale-content .destra {
        top: 0px;
        right: 0px;
        width: 50%;
        height: 75px;
        background-color: #83B81A;
        z-index: -1;
        position: absolute;
    }

#testata {
    width: 100%;
    height: 615px;
    padding-top: 140px;
}

    #testata .rotator-testata {
        height: 615px;
    }

        #testata .rotator-testata .item-testata {
            height: 615px;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
        }

            #testata .rotator-testata .item-testata .content-desc-testata {
                position: absolute;
                left: 50%;
                width: 440px;
                top: 50%;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                text-align: center;
            }

                #testata .rotator-testata .item-testata .content-desc-testata .titolo {
                    font-size: 60px;
                    line-height: 60px;
                    font-family: 'Delius', cursive;
                    color: #ffffff;
                    margin-bottom: 13px;
                }

                #testata .rotator-testata .item-testata .content-desc-testata .desc {
                    font-size: 18px;
                    line-height: 18px;
                    color: #ffffff;
                    text-transform: uppercase;
                }

                #testata .rotator-testata .item-testata .content-desc-testata a:link,
                #testata .rotator-testata .item-testata .content-desc-testata a:visited {
                    display: inline-block;
                    height: 49px;
                    line-height: 49px;
                    padding-left: 18px;
                    padding-right: 18px;
                    background-color: #ffffff;
                    color: #0082A4;
                    font-family: 'Delius', cursive;
                    font-size: 30px;
                    margin-top: 26px;
                }

                #testata .rotator-testata .item-testata .content-desc-testata a:hover {
                    color: #ffffff;
                    background-color: #0082A4;
                }

    #testata .owl-dots {
        position: absolute;
        right: 170px;
        top: 50%;
        transform: translate(-50%,0%);
        -webkit-transform: translate(-50%,0%);
        -moz-transform: translate(-50%,0%);
        text-align: center;
    }

    #testata .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        height: 18px;
        width: 18px;
        margin-right: 7px;
        background-image: url('../private_images/owl/no-select-dot.png');
        background-position: 0 0;
        background-repeat: no-repeat;
    }

#box-fondo .owl-nav {
    display: none;
}

#testata .owl-carousel .owl-dots .owl-dot.active {
    background-image: url('../private_images/owl/select-dot.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

#little-booking .titolo {
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Delius', cursive;
    padding-bottom: 18px;
    padding-top: 18px;
    cursor: pointer;
}

    #little-booking .titolo.no-hover:hover {
        line-height: 40px;
        border: 0px;
        background-color: transparent;
        color: #ffffff;
    }

    #little-booking .titolo:hover {
        line-height: 38px;
        border: 1px solid #0082A4;
        background-color: #ffffff;
        color: #0082A4;
    }

#little-booking.fixed {
    position: fixed;
    top: 140px;
    left: 0px;
    max-height:calc(100vh - 140px);
    overflow:auto;
}

.check-hotel.fixed {
    position: fixed;
    top: 140px;
    left: 350px;
}

#little-booking {
    width: 319px;
    position: absolute;
    top: 305px;
    background-color: #0082A4;
    left: 0px;
    z-index: 100;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

    #little-booking .content-little-booking {
        padding: 0px 42px 0px 42px;
        transition: max-height 0.50s ease-out 0s;
        -webkit-transition: max-height 0.50s ease-out 0s;
        -moz-transition: max-height 0.50s ease-out 0s;
        max-height: 900px;
        overflow: hidden;
    }

        #little-booking .content-little-booking.chiuso {
            max-height: 0px;
        }

    #little-booking .big {
        width: 100%;
        height: 41px;
        margin-bottom: 7px;
        position: relative;
    }

    #little-booking .mini {
        width: calc( ( 100% - 7px ) / 2 );
        float: left;
        height: 35px;
        margin-bottom: 7px;
        position: relative;
    }

        #little-booking .mini.margine {
            margin-right: 7px;
        }

        #little-booking .mini.eta {
            display: none;
        }

    #little-booking input {
        width: 100%;
        line-height: 100%;
        height: 100%;
        font-size: 14px;
        color: #818181;
        font-family: 'Open Sans', sans-serif;
        padding-left: 14px;
        box-sizing: border-box;
        border: 0px;
    }

/* Webkit */
input::-webkit-input-placeholder {
    text-transform: uppercase;
}

/* Firefox 4-18 */
input:-moz-placeholder {
    text-transform: uppercase;
}

/* Firefox 19+ */
input::-moz-placeholder {
    text-transform: uppercase;
}

/* IE10+ */
input:-ms-input-placeholder {
    text-transform: uppercase;
}

#little-booking a.btn-richiesta:link,
#little-booking a.btn-richiesta:visited {
    display: block;
    font-size: 25px;
    line-height: 41px;
    text-align: center;
    background-color: #ffffff;
    color: #0082A4;
    text-decoration: none;
    font-family: 'Delius', cursive;
    margin-top: 10px;
    margin-bottom: 42px;
}

#little-booking a.btn-richiesta:hover {
    line-height: 39px;
    border: 1px solid #ffffff;
    background-color: #0082A4;
    color: #ffffff;
}

#little-booking .arrivo {
    background-image: url('../private_images/icone_funzionali/calendar.jpg');
    background-position: 95% 45%;
    background-repeat: no-repeat;
}

#little-booking .partenza {
    background-image: url('../private_images/icone_funzionali/calendar.jpg');
    background-position: 95% 45%;
    background-repeat: no-repeat;
}

#little-booking .errore {
    position: absolute;
    color: red;
    top: 5px;
    left: 5px;
}

.home-page h1 {
    font-size: 60px;
    line-height: 60px;
    color: #0082A4;
    margin-top: 70px;
    margin-bottom: 30px;
    font-family: 'Delius', cursive;
    text-align: center;
}

.home-page .testo {
    font-size: 18px;
    line-height: 26px;
    color: #232323;
    text-align: center;
    margin-bottom: 69px;
}

#content-offerte {
    max-width: 1225px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    #content-offerte .rotator.owl-carousel {
        height: 392px;
        display: block;
        overflow: hidden;
    }

    #content-offerte .item-offerta {
        width: calc( 50% - 16px );
        height: 373px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        position: relative;
        float: left;
        margin: 8px;
        margin-bottom: 18px;
    }

        #content-offerte .item-offerta a:hover:after {
            opacity: 1;
        }

        #content-offerte .item-offerta a:after {
            content: '\A';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0,0,0,0.6);
            opacity: 0;
            transition: all 1s;
            -webkit-transition: all 1s;
            z-index: 10;
        }

    #content-offerte .owl-item .item-offerta {
        width: auto;
        float: none;
    }

    #content-offerte .item-offerta img {
        position: absolute;
        object-fit: cover;
        z-index: 1;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    #content-offerte .item-offerta .hotel {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%,0%);
        -webkit-transform: translate(-50%,0%);
        -moz-transform: translate(-50%,0%);
        background-color: #ffffff;
        z-index: 3;
        display: inline-block;
        width: 85%;
    }

        #content-offerte .item-offerta .hotel .info-uno {
            font-size: 25px;
            display: inline-block;
            line-height: 28px;
            color: #0082A4;
            font-family: 'Delius', cursive;
            padding-left: 29px;
            text-transform: capitalize;
            padding-right: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            width: 63%;
            vertical-align: middle;
            box-sizing: border-box;
        }

        #content-offerte .item-offerta .hotel .info-due {
            display: inline-block;
            padding-right: 29px;
            width: 35%;
            vertical-align: middle;
            box-sizing: border-box;
            text-align: right;
        }

            #content-offerte .item-offerta .hotel .info-due img {
                width: auto;
                position: relative;
                display: inline-block;
            }

    #content-offerte .item-offerta .titolo {
        position: absolute;
        top: 95px;
        left: 50%;
        width: 80%;
        transform: translate(-50%,0%);
        -webkit-transform: translate(-50%,0%);
        -moz-transform: translate(-50%,0%);
        color: #ffffff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        z-index: 3;
        line-height: 30px;
        text-shadow: 2px 2px 3px #333;
    }

    #content-offerte .item-offerta .content-info {
        float: right;
        display: block;
        height: 100%;
        width: 50%;
        background-image: url('../private_images/icone_funzionali/sfondi/neroOpaco.png');
        background-position: 0 0;
        background-repeat: repeat;
        font-size: 12px;
        line-height: 13px;
        color: #ffffff;
        z-index: 2;
        position: relative;
    }

.box-sotto-menu.bambini .item .content-info:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

#content-offerte .item-offerta .content-info .data {
    display: block;
    margin-top: 175px;
    text-transform: uppercase;
    margin-left: 26px;
    margin-right: 26px;
}

#content-offerte .item-offerta .content-info .desc {
    display: block;
    margin-left: 26px;
    margin-right: 26px;
    margin-bottom: 15px;
}

#content-offerte .item-offerta .content-info .prezzo {
    display: block;
    margin-left: 26px;
    margin-right: 26px;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 30px;
    font-family: 'Delius', cursive;
    ;
}

#content-offerte .item-offerta .content-info .scopri {
    display: block;
    text-align: left;
    margin-left: 26px;
    margin-right: 26px;
}

    #content-offerte .item-offerta .content-info .scopri span {
        display: inline-block;
        font-size: 18px;
        line-height: 30px;
        background-color: #ffffff;
        color: #0082A4;
        font-family: 'Delius', cursive;
        ;
        padding-left: 22px;
        padding-right: 22px;
    }

#fascia-txt-img .sx {
    width: 33%;
    height: 364px;
    position: relative;
    float: left;
    overflow: hidden;
}

    #fascia-txt-img .sx img {
        height: 100%;
        left: 0;
        object-fit: cover;
        width: 100%;
    }

#fascia-txt-img .dx {
    width: 67%;
    height: 364px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 57px;
    background-color: #35b0aa;
    float: left;
    color: #ffffff;
}

#fascia-txt-img {
    width: 100%;
    height: 364px;
    padding-bottom: 8px;
    background-image: url('../private_images/linea.jpg');
    background-position: bottom center;
    background-repeat: repeat-x;
}

    #fascia-txt-img .dx .titolo {
        font-size: 40px;
        line-height: 40px;
        font-family: 'Delius', cursive;
        ;
        margin-bottom: 33px;
        color: #ffffff;
        text-transform: capitalize;
    }

        #fascia-txt-img .dx .titolo h3 {
            font-size: 40px;
            line-height: 40px;
            font-family: 'Delius', cursive;
            ;
            margin-bottom: 33px;
            text-transform: lowercase;
            color: #ffffff;
        }

            #fascia-txt-img .dx .titolo h3:first-letter {
                text-transform: uppercase;
            }

    #fascia-txt-img .dx .testo a:link,
    #fascia-txt-img .dx .testo a:visited {
        color: #0082A4;
        text-decoration: underline;
    }

    #fascia-txt-img .dx .testo a:hover {
        text-decoration: none;
    }

    #fascia-txt-img .dx .testo {
        font-size: 18px;
        line-height: 28px;
    }

        #fascia-txt-img .dx .testo strong {
            font-weight: bold;
        }

#content-offerte .cmd-scopri {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 30px;
}

#content-lingue {
    display: none;
}

#content-offerte .cmd-scopri a:link,
#content-offerte .cmd-scopri a:visited {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    font-size: 25px;
    color: #ffffff;
    background-color: #116bab;
    font-family: 'Delius', cursive;
    ;
}

#content-offerte .cmd-scopri a:hover {
    color: #116bab;
    border: 1px solid #116bab;
    line-height: 38px;
    background-color: #ffffff;
}

#fascia-hotel .item-hotel .up {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#fascia-hotel .item-hotel .down {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;
    position: absolute;
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #07a8a0;
    text-align: center;
    z-index: 2;
    background-image: url('../private_images/icone_funzionali/sfondi/neroOpaco.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-color: transparent;
}

    #fascia-hotel .item-hotel .down .centra {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        #fascia-hotel .item-hotel .down .centra .scopri {
            color: #ffffff;
            background-color: #0082A4;
            display: inline-block;
            height: 83px;
            line-height: 83px;
            padding-left: 50px;
            padding-right: 50px;
            font-family: 'Delius', cursive;
            ;
            font-size: 50px;
        }

#fascia-hotel .item-hotel:hover .down {
    opacity: 1;
}

#fascia-hotel .item-hotel .hotel {
    bottom: 49px;
    left: 50%;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    width: 75%;
    position: absolute;
    background-image: url('../private_images/icone_funzionali/sfondi/biancoOpaco.png');
    background-repeat: repeat;
}

    #fascia-hotel .item-hotel .hotel .info-uno {
        box-sizing: border-box;
        color: #0082A4;
        display: inline-block;
        font-family: 'Delius', cursive;
        font-size: 25px;
        line-height: 28px;
        padding: 5px 20px 5px 29px;
        text-transform: capitalize;
        vertical-align: middle;
        width: 56%;
    }

    #fascia-hotel .item-hotel .hotel .info-due {
        box-sizing: border-box;
        display: inline-block;
        padding-right: 29px;
        text-align: right;
        vertical-align: middle;
        width: 42%;
    }

        #fascia-hotel .item-hotel .hotel .info-due img {
            width: auto;
            position: relative;
            display: inline-block;
            left: auto;
            top: auto;
            min-width: 0px;
            min-height: 0px;
            transform: none;
        }

#fascia-hotel {
    margin-top: 74px;
    margin-bottom: 74px;
}

    #fascia-hotel .item-hotel {
        width: calc( 50% - 14px );
        margin-right: 28px;
        height: 397px;
        position: relative;
        overflow: hidden;
        float: left;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        margin-bottom: 28px;
    }

        #fascia-hotel .item-hotel img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            right: 0px;
        }

    #fascia-hotel .titolo {
        font-size: 40px;
        line-height: 40px;
        margin-top: 70px;
        font-weight: lighter;
        margin-bottom: 30px;
        text-align: center;
        text-transform: uppercase;
        color: #0082A4;
    }

    #fascia-hotel .cmd-hotel .fasci-hotel-link:link, #fascia-hotel .cmd-hotel .fasci-hotel-link:visited {
        background-color: #0082A4;
        color: #ffffff;
        display: inline-block;
        font-family: 'Delius', cursive;
        font-size: 25px;
        line-height: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #fascia-hotel .cmd-hotel .fasci-hotel-link:hover {
        color: #0082A4;
        border: 1px solid #0082A4;
        background-color: #ffffff;
        line-height: 38px;
    }

.cmd-hotel {
    text-align: center;
}

#fascia-accessi-veloci {
    width: 100%;
    background-color: #83B81A;
    padding-top: 7px;
    background-image: url('../private_images/linea.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    padding-bottom: 8px;
}

    #fascia-accessi-veloci .titolo {
        font-size: 40px;
        line-height: 40px;
        color: #00539F;
        font-weight: lighter;
        text-align: center;
        margin-top: 64px;
        margin-bottom: 64px;
        text-transform: uppercase;
    }

    #fascia-accessi-veloci .item-veloci {
        float: left;
        width: calc( 100% / 3 );
        height: 364px;
        position: relative;
        overflow: hidden;
    }

    #fascia-accessi-veloci figure {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        #fascia-accessi-veloci figure.effect-chico img {
            transform: scale(1.12);
            transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
            object-fit: cover;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
        }

        #fascia-accessi-veloci figure.effect-chico:hover img {
            opacity: 0.5;
            transform: scale(1);
        }

        #fascia-accessi-veloci figure.effect-chico:hover:after {
            background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
            content: "\a ";
            height: 100%;
            left: 0;
            opacity: 1;
            position: absolute;
            top: 0;
            width: 100%;
        }

        #fascia-accessi-veloci figure.effect-chico figcaption::before {
            border: 3px solid #0082A4;
            bottom: 54px;
            content: "";
            left: 61px;
            position: absolute;
            right: 61px;
            top: 54px;
            transform: scale(1.1);
        }

        #fascia-accessi-veloci figure.effect-chico figcaption:before {
            opacity: 0;
            transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        }

figure.effect-chico p {
    opacity: 1;
}

#fascia-accessi-veloci figure.effect-chico p {
    width: 70%;
    transform: scale(1.5);
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 10;
}

    #fascia-accessi-veloci figure.effect-chico p .su {
        width: 42px;
        height: 3px;
        background-color: #ffffff;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    #fascia-accessi-veloci figure.effect-chico p .giu {
        width: 42px;
        height: 3px;
        background-color: #ffffff;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

#fascia-accessi-veloci figure.effect-chico:hover figcaption:before, figure.effect-chico:hover p {
    opacity: 1;
    transform: scale(1);
}

#fascia-accessi-veloci figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

    #fascia-accessi-veloci figure figcaption, #fascia-accessi-veloci figure figcaption > a {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        text-shadow: 2px 2px 3px #333;
        width: 100%;
        z-index: 10;
    }

#box-fondo .item-box .titolo {
    font-size: 30px;
    line-height: 30px;
    font-family: 'Delius', cursive;
    margin-bottom: 30px;
}

#box-fondo .item-box .img {
    height: 123px;
    margin-bottom: 30px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

#box-fondo .item-box .descrizione {
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

#box-fondo .item-box {
    height: 400px;
    width: 100%;
    float: left;
    position: relative;
}

    #box-fondo .item-box .content-box {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        width: 75%;
        text-align: center;
    }

#fascia-newsletter {
    width: 100%;
    background-color: #0082A4;
    padding-bottom: 38px;
    background-image: url('../private_images/linea.jpg');
    background-repeat: repeat-x;
    background-position: bottom center;
    text-align: center;
    padding-top: 84px;
}

    #fascia-newsletter .titolo {
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        font-weight: lighter;
        margin-bottom: 56px;
        text-transform: uppercase;
    }

    #fascia-newsletter a {
        width: 53px;
        height: 53px;
        display: inline-block;
        background-image: url('../private_images/icone_funzionali/frecciaNewsletter.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        vertical-align: top;
        margin-left: -3px;
    }

    #fascia-newsletter input {
        display: inline-block;
        height: 53px;
        border: 0px;
        background-color: #ffffff;
        width: 420px;
        line-height: 53px;
        padding-left: 17px;
        box-sizing: border-box;
        vertical-align: top;
    }

    #fascia-newsletter .content-input {
        margin-bottom: 75px;
    }

#footer .mod1 {
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    display: block;
    text-transform: uppercase;
    margin-top: 79px;
}

#footer .mod2 {
    font-size: 26px;
    line-height: 20px;
    color: #0082A4;
    font-family: 'Delius', cursive;
    display: block;
}

#footer .mod3 {
    font-size: 16px;
    line-height: 16px;
    color: #828282;
    margin-top: 79px;
}

#footer .mod4 {
    margin-top: 80px;
    font-size: 12px;
    line-height: 12px;
    color: #828282;
}

#footer > div > div {
    float: left;
    width: calc( 100% / 4 );
    margin-bottom: 50px;
}

#footer {
    padding-bottom: 20px;
    padding-top:20px;
    background-image: url('../private_images/linea.jpg');
    background-repeat: repeat-x;
    background-position: bottom center;
}

.logo-footer {
    margin-top: 62px;
}

#testataInterna {
    width: 100%;
    height: 387px;
    padding-top: 140px;
}

    #testataInterna .rotator-testata {
        height: 387px;
    }

        #testataInterna .rotator-testata .item-testata {
            height: 387px;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
        }

#gallery a {
    width: calc( 100% / 3 );
    height: 363px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}

#gallery .owl-item a {
    width: 100%;
}

#gallery a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

#sito-breadcrumb {
    margin-top: 60px;
    margin-bottom: 60px;
}

    #sito-breadcrumb a:link,
    #sito-breadcrumb a:visited {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        color: #555555;
        text-decoration: none;
    }

    #sito-breadcrumb a:hover {
        text-decoration: none;
        color: #83B81A;
    }

.centratore-interna {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans',sans-serif;
}

#lista-strutture .item-struttura {
    width: calc( ( 100% - 25px ) / 2 );
    float: left;
    margin-right: 25px;
    position: relative;
    height: 397px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin-bottom: 25px;
}

    #lista-strutture .item-struttura .content-img {
        width: 100%;
        height: 266px;
        position: relative;
        overflow: hidden;
    }

        #lista-strutture .item-struttura .content-img.owl-carousel {
            display: block;
        }

        #lista-strutture .item-struttura .content-img .img {
            height: 266px;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            #lista-strutture .item-struttura .content-img .img img {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    #lista-strutture .item-struttura a.scopri:link,
    #lista-strutture .item-struttura a.scopri:visited {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        height: 38px;
        display: inline-block;
        line-height: 38px;
        padding-left: 40px;
        padding-right: 40px;
        font-family: 'Delius', cursive;
        color: #ffffff;
        font-size: 25px;
        z-index: 10;
        background-color: #0082A4;
    }

    #lista-strutture .item-struttura a.scopri:hover {
        line-height: 38px;
        height: 38px;
        color: #0082A4;
        background-color: #ffffff !important;
    }

#lista-strutture .content-freccie {
    position: relative;
    height: 0px;
}

    #lista-strutture .content-freccie .next {
        width: 31px;
        height: 52px;
        position: absolute;
        top: -161px;
        right: 37px;
        background-image: url('../private_images/icone_funzionali/next.png');
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        background-position: center center;
        z-index: 10;
    }

    #lista-strutture .content-freccie .prev {
        width: 31px;
        height: 52px;
        top: -161px;
        left: 37px;
        position: absolute;
        background-image: url('../private_images/icone_funzionali/prev.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        z-index: 10;
    }

#lista-strutture .item-struttura .hotel {
    position: absolute;
    left: 50%;
    bottom: 129px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    width: 80%;
    z-index: 10;
}

    #lista-strutture .item-struttura .hotel .titolo {
        box-sizing: border-box;
        color: #ffffff;
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        line-height: 20px;
        padding: 5px 20px 5px 29px;
        text-transform: uppercase;
        font-weight: bold;
        width: 59%;
    }

    #lista-strutture .item-struttura .hotel .stelle {
        box-sizing: border-box;
        display: inline-block;
        width: 39%;
        padding-right: 29px;
        text-align: right;
        vertical-align: middle;
    }

        #lista-strutture .item-struttura .hotel .stelle img {
            display: inline-block;
            position: relative;
            width: auto;
        }

#lista-strutture .item-struttura .content-info .sx {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    width: 58%;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
}

    #lista-strutture .item-struttura .content-info .sx img {
        margin-right: 20px;
        margin-top: 18px;
        display: inline-block;
        vertical-align: middle;
    }

#lista-strutture .item-struttura .content-info .dx {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    width: 41%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

#lista-strutture .item-struttura .content-info {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 131px;
}

    #lista-strutture .item-struttura .content-info .sx a:link,
    #lista-strutture .item-struttura .content-info .sx a:hover,
    #lista-strutture .item-struttura .content-info .sx a:visited {
        color: #ffffff;
        font-style: italic;
        font-weight: bold;
    }

    #lista-strutture .item-struttura .content-info .dx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
    /*
#lista-strutture .item-struttura .content-info .dx a:link,
#lista-strutture .item-struttura .content-info .dx a:visited{
    display:inline-block;
    height:39px;
    line-height:39px;
    color:#ffffff;
    font-family: 'Delius', cursive;
    font-size:25px;
    padding-left:20px;
    padding-right:20px;
    background-color:#0082A4;
}

    #lista-strutture .item-struttura .content-info .dx a:hover{
    color:#0082A4;
    height:39px;
    line-height:39px;
    background-color:#ffffff;
}
*/

    #lista-strutture .item-struttura .content-info .dx span {
        display: inline-block;
        height: 39px;
        line-height: 39px;
        color: #ffffff;
        font-family: 'Delius', cursive;
        font-size: 25px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #0082A4;
    }

    #lista-strutture .item-struttura .content-info:hover .dx span {
        color: #0082A4;
        height: 39px;
        line-height: 39px;
        background-color: #ffffff;
    }

#content-fascia-offerte {
    width: 100%;
    background-color: #35b0aa;
    padding-top: 76px;
    padding-bottom: 32px;
}

    #content-fascia-offerte .titoletto {
        color: #ffffff !important;
    }

.box-sotto-menu .item {
    width: calc( 100% / 4 );
    height: 394px;
    position: relative;
    overflow: hidden;
    float: left;
}

#content-offerte .titoletto {
    color: #0082A4;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 17px;
    text-align: center;
    font-weight: lighter;
    text-transform: uppercase;
}

.box-sotto-menu.bambini .item {
    width: calc( ( 100% - 15px ) / 2 );
    height: 394px;
    position: relative;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .box-sotto-menu.bambini .item .content-info {
        background-color: #fbc52b;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        width: 50%;
        height: 100%;
        position: relative;
        float: left;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .box-sotto-menu.bambini .item .immagine img {
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .box-sotto-menu.bambini .item .immagine {
        float: left;
        width: 50%;
        position: relative;
        height: 100%;
    }

.box-sotto-menu .item .content-info .titolo {
    color: #ffffff;
    font-size: 60px;
    line-height: 50px;
    width: 80%;
    text-align: center;
    font-family: 'Delius', cursive;
}

.box-sotto-menu .item .content-info {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
}

    .box-sotto-menu .item .content-info:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.6);
        opacity: 0;
        transition: all 1s;
        -webkit-transition: all 1s;
        z-index: 20;
    }

    .box-sotto-menu .item .content-info:hover:after {
        opacity: 1;
    }

    .box-sotto-menu .item .content-info:hover {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        z-index: 5;
    }

.box-sotto-menu .item .centra {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    position: absolute;
    text-align: center;
    width: 80%;
    z-index: 19;
}

.menu-principale_liv3 {
    display: none;
}

.box-sotto-menu .item .content-info .scopri {
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding-left: 27px;
    padding-right: 27px;
    background-color: #ffffff;
    font-size: 30px;
    font-family: 'Delius', cursive;
    color: #0082A4;
    margin-top: 30px;
}

.box-sotto-menu {
    padding-bottom: 8px;
    width: 100%;
    background-image: url('../private_images/linea.jpg');
    background-position: bottom center;
    background-repeat: repeat-x;
}

.fascia-alta-struttura a.torna-hotel:link,
.fascia-alta-struttura a.torna-hotel:hover,
.fascia-alta-struttura a.torna-hotel:visited {
    top: 87px;
    right: 0px;
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    color: #555555;
    font-style: italic;
}

.fascia-alta-struttura .indirizzo-hotel {
    font-size: 18px;
    margin-top: 20px;
    line-height: 26px;
    color: #232323;
}

    .fascia-alta-struttura .indirizzo-hotel a:link,
    .fascia-alta-struttura .indirizzo-hotel a:visited,
    .fascia-alta-struttura .indirizzo-hotel a:hover {
        font-style: italic;
        font-weight: bold;
        color: #232323;
    }

/*.fascia-alta-struttura .booking{
    float:right;
    text-align:right;
}*/

.fascia-alta-struttura .booking a:first-child:link,
.fascia-alta-struttura .booking a:first-child:hover,
.fascia-alta-struttura .booking a:first-child:visited {
    background-color: #0082A4;
}

.fascia-alta-struttura .booking a:link,
.fascia-alta-struttura .booking a:hover,
.fascia-alta-struttura .booking a:visited {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
    width: 225px;
    text-align: center;
    margin-right: 20px;
    line-height: 62px;
    background-color: #83b81a;
    color: #ffffff;
    font-family: 'Delius', cursive;
}

.fascia-bassa-struttura .booking a:first-child:link,
.fascia-bassa-struttura .booking a:first-child:hover,
.fascia-bassa-struttura .booking a:first-child:visited {
    background-color: #0082A4;
}

.fascia-bassa-struttura .booking a:link,
.fascia-bassa-struttura .booking a:hover,
.fascia-bassa-struttura .booking a:visited {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
    width: 225px;
    text-align: center;
    margin-right: 20px;
    line-height: 62px;
    background-color: #83B81A;
    color: #ffffff;
    font-family: 'Delius', cursive;
}

.fascia-alta-struttura #principale {
    float: left;
    width: calc( ( 100% - 25px ) / 2 );
    margin-right: 25px;
    height: 397px;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.fascia-alta-struttura #gallery {
    float: left;
    width: calc( ( 100% - 25px ) / 2 );
    height: 397px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.fascia-alta-struttura #principale img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fascia-alta-struttura #gallery a {
    width: 100%;
    height: 397px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}

    .fascia-alta-struttura #gallery a img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.fascia-bassa-struttura .titolo-trip {
    margin-top: 53px;
    margin-bottom: 53px;
    font-size: 40px;
    line-height: 40px;
    color: #0082A4;
    font-family: 'Delius', cursive;
}

.fascia-bassa-struttura .recensione > div,
.fascia-bassa-struttura .recensione > div > div {
    width: 100% !important;
}

.fascia-bassa-struttura #accordion .item .titoletto {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    line-height: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 72px;
    position: relative;
    font-family: 'Delius', cursive;
}

    .fascia-bassa-struttura #accordion .item .titoletto:after {
        background-image: url("../private_images/icone_funzionali/accordion.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        content: "";
        height: 17px;
        position: absolute;
        right: 72px;
        top: 23px;
        transition: all 0.8s linear 0s;
        width: 28px;
    }

    .fascia-bassa-struttura #accordion .item .titoletto.aperto-titoletto:after {
        transform: rotate(180deg);
    }

.fascia-bassa-struttura #accordion .item .desc-area {
    box-sizing: border-box;
    color: #232323;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 26px;
    padding-left: 21px;
    padding-right: 21px;
    overflow: hidden;
}

    .fascia-bassa-struttura #accordion .item .desc-area ul {
        list-style-type: none;
        padding-left: 0;
    }

    .fascia-bassa-struttura #accordion .item .desc-area h2 {
        margin-top: 35px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 20px;
        font-size: 20px;
    }

.fascia-bassa-struttura #accordion {
    margin-top: 56px;
    margin-bottom: 75px;
}

#content-fascia-offerte-hotel .cmd-scopri {
    display: none;
}

#content-fascia-offerte-hotel {
    background-color: #35b0aa;
    padding-bottom: 84px;
    padding-top: 68px;
    width: 100%;
    background-image: url('../private_images/linea.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    margin-top: 59px;
}

.fascia-bassa-struttura #accordion table {
    width: 100%;
    line-height: 16px;
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .fascia-bassa-struttura #accordion table tr:first-child td {
        text-transform: uppercase;
    }

    .fascia-bassa-struttura #accordion table tr:nth-child(odd) td {
        background-color: #ffffff;
    }

    .fascia-bassa-struttura #accordion table tr:nth-child(even) td {
        background-color: #ececec;
    }

    .fascia-bassa-struttura #accordion table tr td {
        height: auto !important;
        padding-bottom: 10px;
        padding-top: 10px;
        width: auto !important;
    }

        .fascia-bassa-struttura #accordion table tr td:first-child {
            padding-left: 25px;
        }

        .fascia-bassa-struttura #accordion table tr td:last-child {
            padding-right: 25px;
        }

.fascia-bassa-struttura #accordion #mappa {
    height: 350px;
    width: 100%;
}

.fascia-alta-offerta a.torna-offerta:link,
.fascia-alta-offerta a.torna-offerta:hover,
.fascia-alta-offerta a.torna-offerta:visited {
    top: 4px;
    right: 0px;
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    color: #555555;
    font-style: italic;
}

.fascia-alta-offerta .content-info-offerte {
    float: left;
    width: calc( ( 100% - 25px ) / 2 );
    margin-top: 50px;
}

    .fascia-alta-offerta .content-info-offerte .data {
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
        color: #232323;
        display: block;
    }

    .fascia-alta-offerta .content-info-offerte .hotel-associato {
        font-size: 20px;
        line-height: 30px;
        color: #232323;
        display: block;
    }

    .fascia-alta-offerta .content-info-offerte .partire-da {
        color: #83B81A;
        font-size: 40px;
        line-height: 40px;
        font-family: 'Delius', cursive;
        margin-top: 30px;
        display: block;
    }

.fascia-alta-offerta .booking a:link,
.fascia-alta-offerta .booking a:hover,
.fascia-alta-offerta .booking a:visited {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    font-size: 40px;
    padding-left: 55px;
    padding-right: 55px;
    line-height: 62px;
    background-color: #0082A4;
    color: #ffffff;
    font-family: 'Delius', cursive;
}

.fascia-alta-offerta .booking {
    float: none;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fascia-alta-offerta #principale {
    float: left;
    width: calc( ( 100% - 25px ) / 2 );
    margin-right: 25px;
    height: 397px;
    position: relative;
    margin-top: 50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.fascia-alta-offerta #gallery {
    float: left;
    width: calc( ( 100% - 25px ) / 2 );
    height: 397px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.fascia-alta-offerta #principale img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fascia-alta-offerta #gallery a {
    width: calc( 100% / 3 );
    height: calc( 100% / 2 );
    display: block;
    float: left;
    position: relative;
    height: 198px;
}

    .fascia-alta-offerta #gallery a img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.fascia-alta-offerta .descrizione {
    font-size: 16px;
    line-height: 26px;
    color: #232323;
    margin-top: 59px;
    margin-bottom: 36px;
}

    .fascia-alta-offerta .descrizione ul {
        padding-left: 0px;
        list-style-type: none;
    }

        .fascia-alta-offerta .descrizione ul li {
            padding-left: 36px;
            background-image: url('../private_images/icone_funzionali/punto-lista.png');
            background-position: left center;
            background-repeat: no-repeat;
        }

.fascia-alta-offerta a.vai-hotel:link,
.fascia-alta-offerta a.vai-hotel:hover,
.fascia-alta-offerta a.vai-hotel:visited {
    margin-top: 38px;
    margin-bottom: 55px;
    display: inline-block;
    line-height: 39px;
    height: 39px;
    font-size: 25px;
    background-color: #116bab;
    padding-left: 21px;
    padding-right: 21px;
    color: #ffffff;
    font-family: 'Delius', cursive;
}

.centratore-interna a.vai-hotel:link,
.centratore-interna a.vai-hotel:hover,
.centratore-interna a.vai-hotel:visited {
    margin-top: 36px;
    display: inline-block;
    line-height: 39px;
    height: 39px;
    font-size: 25px;
    background-color: #116bab;
    padding-left: 21px;
    padding-right: 21px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Delius', cursive;
}

.form-offerte .item-form {
    width: calc( ( 100% - 50px ) / 2 );
    margin-bottom: 20px;
    margin-right: 50px;
    float: left;
    font-size: 0px;
    position: relative;
}

    .form-offerte .item-form.no-margine {
        margin-right: 0px;
    }

.form-offerte .item-form-big {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    font-size: 0px;
    position: relative;
}

.form-offerte .titolo {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 26px;
    color: #ffffff;
    font-family: 'Delius', cursive;
}

.form-offerte .item-form span {
    width: 105px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
}

.form-offerte .item-form .errore {
    color: red;
    position: absolute;
    font-size: 10px;
    top: 5px;
    left: 110px;
}

.form-offerte .item-form input,
.form-offerte .item-form select {
    display: inline-block;
    width: calc( 100% - 105px );
    vertical-align: middle;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    border: 0px;
    background-color: #ffffff;
    height: 53px;
    line-height: 53px;
    font-size: 15px;
    color: #828282;
}
.form-offerte .item-form select {
   -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 1.25EM;
    appearance: none;
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.5EM 1EM;
    background-position: right center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}
.form-offerte .item-form select::-ms-expand {
    display: none;
}

.form-offerte .item-form-text-area textarea {
    display: inline-block;
    width: calc( 100% - 105px );
    vertical-align: middle;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
    border: 0px;
    background-color: #ffffff;
    height: 100%;
    line-height: 16px;
    font-size: 15px;
    color: #828282;
}

.form-offerte .item-form-text-area {
    width: 100%;
    height: 106px;
    position: relative;
    font-size: 0px;
}

    .form-offerte .item-form-text-area span {
        width: 105px;
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
        vertical-align: top;
        color: #ffffff;
        text-transform: uppercase;
    }

.form-offerte .item-form .tendina:after {
    background-image: url("../private_images/icone_funzionali/freccia.jpg");
    content: "";
    display: block;
    height: 53px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 0;
    width: 53px;
}

.form-offerte .item-form .tendina {
    display: inline-block;
    width: calc( 100% - 105px );
    vertical-align: middle;
    box-sizing: border-box;
    border: 0px;
    background-color: #ffffff;
    height: 53px;
    line-height: 53px;
    font-size: 15px;
    color: #828282;
}

    .form-offerte .item-form .tendina select {
        display: inline-block;
        width: 100%;
        padding: 0 0 0 10px;
        box-sizing: border-box;
        border: 0px;
        background-color: #ffffff;
        height: 53px;
        line-height: 53px;
        font-size: 15px;
        color: #828282;
    }

.form-offerte {
    background-color: #35b0aa;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../private_images/linea.jpg");
    background-position: center top;
    background-repeat: repeat-x;
}

    .form-offerte .struttura-selezionata {
        margin-top: 20px;
        font-size: 16px;
        width: calc( ( 100% - 50px ) / 2 );
        margin-right: 50px;
        float: left;
        margin-bottom: 29px;
    }

    .form-offerte .riferimento-offerta {
        margin-top: 20px;
        font-size: 16px;
        margin-top: 20px;
        color: #ffffff;
        width: calc( ( 100% - 50px ) / 2 );
        float: left;
        margin-bottom: 29px;
    }

        .form-offerte .struttura-selezionata .titoletto,
        .form-offerte .riferimento-offerta .titoletto {
            font-size: 16px;
            line-height: 16px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .form-offerte .struttura-selezionata .testo,
        .form-offerte .riferimento-offerta .testo {
            font-family: 'Delius', cursive;
            font-size: 30px;
            line-height: 30px;
            color: #ffffff;
        }

    .form-offerte .aggiunta {
        text-align: right;
        color: #ffffff !important;
        margin-bottom: 20px;
    }

        .form-offerte .aggiunta a:link,
        .form-offerte .aggiunta a:visited,
        .form-offerte .aggiunta a:hover {
            display: inline-block;
            line-height: 26px;
            font-size: 16px;
            color: #000000;
            padding-right: 44px;
            background-image: url('../private_images/icone_funzionali/add.png');
            background-position: right center;
            background-size: contain;
            background-repeat: no-repeat;
        }

    .form-offerte .privacy-content {
        font-size: 20px;
        line-height: 26px;
        color: #ffffff;
        float: left;
        margin-top: 47px;
    }

        .form-offerte .privacy-content label {
            margin-left: 40px;
        }

    .form-offerte .cmd-content {
        float: right;
        margin-top: 30px;
    }

        .form-offerte .cmd-content a:link, .form-offerte .cmd-content a:hover, .form-offerte .cmd-content a:visited {
            background-color: #0082A4;
            color: #ffffff;
            display: inline-block;
            font-family: 'Delius', cursive;
            font-size: 30px;
            height: 62px;
            line-height: 62px;
            padding-left: 55px;
            padding-right: 55px;
        }

.margine-offerte {
    margin-bottom: 50px;
}

.titoletto-camere {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Delius', cursive;
    margin-bottom: 34px;
}

.form-offerte .camere .titoletto {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.check-newsletter {
    margin-top: 37px;
    margin-bottom: 20px;
}

    .check-newsletter label {
        font-size: 26px;
        color: #ffffff;
        font-family: 'Delius', cursive;
        margin-left: 40px;
    }

.content-check .item-chb {
    float: left;
    margin-bottom: 20px;
    width: 380px;
    height: 40px;
}

    .content-check .item-chb label {
        margin-left: 87px;
        color: #ffffff;
        font-size: 16px;
        line-height: 40px;
    }

#mappaInfo {
    height: 656px;
    width: 100%;
    z-index:1;
}

.filtri .titolo {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
    color: #0082A4;
    font-family: 'Delius', cursive;
}

.filtri {
    margin-bottom: 59px;
    position: relative;
    z-index: 11;
}

    .filtri .label {
        vertical-align: middle;
        display: inline-block;
        margin-left: 40px;
        margin-right: 16px;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .filtri .calendario {
        width: 163px;
        height: 53px;
        line-height: 53px;
        background-color: #f2f2f2;
        border: 0px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        padding-left: 17px;
        font-size: 16px;
        background-repeat: no-repeat;
        color: #232323;
        background-image: url('../private_images/icone_funzionali/calendarioOff.png');
        background-position: 118px center;
    }

    .filtri .filtra {
        display: inline-block;
        padding-left: 28px;
        padding-right: 27px;
        font-family: 'Delius', cursive;
        color: #ffffff;
        height: 53px;
        line-height: 53px;
        font-size: 30px;
        vertical-align: middle;
        margin-left: 35px;
        background-color: #0082A4;
    }

        .filtri .filtra:hover {
            color: #0082A4;
            background-color: #ffffff;
            height: 51px;
            border: 1px solid #0082A4;
            line-height: 51px;
        }

#content-servizi .item {
    width: calc( ( 100% - 95px ) / 2 );
    float: left;
    margin-right: 95px;
    margin-bottom: 50px;
}

    #content-servizi .item img {
        max-height: 110px;
    }

    #content-servizi .item .titolo {
        margin-top: 48px;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    #content-servizi .item .desc {
        font-size: 16px;
        line-height: 30px;
        color: #232323;
    }

        #content-servizi .item .desc ul {
            padding-left: 0px;
            list-style-type: none;
        }

            #content-servizi .item .desc ul li {
                padding-left: 36px;
                background-image: url('../private_images/icone_funzionali/punto-lista.png');
                background-position: left center;
                background-repeat: no-repeat;
            }

#lista-strutture .item-struttura .content-info .dx a.trip:link,
#lista-strutture .item-struttura .content-info .dx a.trip:hover,
#lista-strutture .item-struttura .content-info .dx a.trip:visited {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    height: auto;
    border: 0px;
    line-height: normal;
    padding: 0px;
}

#fascia-mobile {
    display: none;
}

.sfondo {
    display: none;
}

#box-fondo {
    height: 400px;
    overflow: hidden;
}

.desc-area.servizi ul.gruppo-servizi {
    float: left;
    width: 50%;
    list-style-type: none;
    padding: 0;
}

.desc-area.servizi ul li.gruppo-titolo {
    background-image: none;
    color: #404040;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 40px;
    padding-left: 0;
    text-transform: uppercase;
}

.desc-area.servizi ul li {
    background-image: url("../private_images/elenco-puntato.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 30px;
}

.infoBox {
    width: 279px;
}

    .infoBox > img {
        margin: 36px 7px 2px !important;
        z-index: 10;
    }

    .infoBox .fumetto {
        background-image: url('../private_images/infobox/finaleFumetto.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        height: 30px;
    }

    .infoBox .content-fumetto {
        position: relative;
        padding: 25px;
        width: 100%;
        box-sizing: border-box;
        background-color: #0082A4;
    }

    .infoBox .titolo {
        font-family: 'Delius', cursive;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px;
        color: #ffffff;
    }

.pagina-titolo .stelle {
    display: inline-block;
    margin-top: 15px;
}

.infoBox .stelle {
    margin-bottom: 15px;
    margin-top: 15px;
}

.infoBox .ind {
    font-size: 14px;
    color: #ffffff;
    line-height: 15px;
}

.infoBox .content-fumetto a:link,
.infoBox .content-fumetto a:visited,
.infoBox .content-fumetto a:hover {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-style: italic;
}

.freccia-mappa {
    display: none;
}

.form-offerte .item-form-text-area {
    font-size: 0;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

    .form-offerte .item-form-text-area span {
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        vertical-align: middle;
        width: 105px;
    }

    .form-offerte .item-form-text-area input {
        background-color: #ffffff;
        border: 0 none;
        box-sizing: border-box;
        color: #828282;
        display: inline-block;
        font-size: 15px;
        height: 100px;
        line-height: 16px;
        padding-left: 10px;
        padding-top: 10px;
        vertical-align: middle;
        width: calc(100% - 105px);
    }

    .form-offerte .item-form-text-area .errore {
        color: red;
        position: absolute;
        font-size: 10px;
        top: 5px;
        left: 110px;
    }

.check-hotel .item {
    float: left;
    width: 50%;
    color: #ffffff;
    margin-bottom: 17px;
    cursor: pointer;
}

    .check-hotel .item.locked {
        opacity: .4;
    }

    .check-hotel .item .content {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        width: calc( 100% - 70px );
    }

    .check-hotel .item .check {
        width: 24px;
        height: 24px;
        margin-right: 15px;
        overflow: hidden;
        background-image: url('../private_images/click.jpg');
        background-position: 0 0;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: top;
    }

    .check-hotel .item.click .check {
        background-image: url('../private_images/click.jpg');
        background-position: 0 -24px;
        background-repeat: no-repeat;
    }

    .check-hotel .item .content .luogo {
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
    }

.check-hotel {
    max-width: 900px;
    padding: 36px;
    background-color: #83b81a;
    position: absolute;
    top: 305px;
    z-index: 11;
    left: 350px;
    display: none;
    width: calc( 100% - 480px );
}

    .check-hotel .titolo {
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        font-family: 'Delius', cursive;
        margin-bottom: 25px;
    }

    .check-hotel .sotto-titolo {
        font-size: 14px;
        line-height: 14px;
        color: #ffffff;
        margin-bottom: 28px;
    }

#little-booking .big #btnStrutture {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding-left: 14px;
    font-size: 14px;
    font-style: italic;
    color: #0082A4;
    line-height: 41px;
    background-image: url('../private_images/selectHotel.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}

#little-booking .lst-hotel {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-style: italic;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 9px;
}

.form-offerte .item-form.eta-bambini input {
    width: calc( ( 100% - 123px ) / 10 );
    display: none;
    margin-right: 2px;
}
.form-offerte .item-form.eta-bambini input:last-child {
    margin-right: 0;
}

    .form-offerte .item-form.eta-bambini input.margin-top {
        margin-top: 2px;
    }

.form-offerte .item-form.eta-bambini span {
    display: none;
}

.form-offerte .selezionati {
    color: #ffffff;
    margin-bottom: 20px;
}

.form-offerte .titoletto {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}

.testo-seo {
    width: 100%;
    position: relative;
}

    .testo-seo .sx {
        width: 51%;
        height: 394px;
        position: relative;
        float: left;
        padding-left: 250px;
        box-sizing: border-box;
        padding-right: 110px;
        color: #ffffff;
        font-size: 16px;
        background-color: #116bab;
        line-height: 30px;
    }

    .testo-seo .dx {
        width: 49%;
        height: 394px;
        position: relative;
        float: left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .testo-seo .sx .centra {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        position: absolute;
        width: 70%;
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        z-index: 10;
    }

        .testo-seo .sx .centra h2 {
            font-family: 'Delius', cursive;
            font-size: 60px;
            line-height: 50px;
            color: #ffffff;
            margin-bottom: 40px;
            text-transform: capitalize;
            width: 100%;
            text-align: left;
        }

        .testo-seo .sx .centra ul {
            padding-left: 0px;
            text-align: left;
            width: 100%;
            list-style: inside;
        }

.pagina-testo ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    padding: 0;
    counter-reset: li-counter;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 100px; /* Chrome, Safari, Opera */
    -moz-column-gap: 100px; /* Firefox */
    column-gap: 100px;
}

    .pagina-testo ol li {
        position: relative;
        font-size: 16px;
        line-height: 30px;
        color: #232323;
        padding-left: 50px;
        margin-bottom: 47px;
    }

    .pagina-testo ol > li:before {
        position: absolute;
        left: 0px;
        color: #0082A4;
        font-size: 50px;
        font-family: 'Delius', cursive;
        line-height: 50px;
        right: 0px;
        content: counter(li-counter);
        counter-increment: li-counter;
    }

#gallery .freccie {
    height: 0px;
    position: relative;
}

    #gallery .freccie .next {
        position: absolute;
        right: 36px;
        top: -227px;
        z-index: 10;
        height: 52px;
        width: 31px;
        cursor: pointer;
    }

    #gallery .freccie .prev {
        position: absolute;
        left: 36px;
        top: -227px;
        z-index: 10;
        height: 52px;
        width: 31px;
        cursor: pointer;
    }

#gallery .titolo {
    background-color: #ffffff;
    color: #0082A4;
    display: inline-block;
    font-family: 'Delius', cursive;
    font-size: 25px;
    height: 38px;
    left: 50%;
    line-height: 38px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0px);
    z-index: 10;
}

#archie-widget-privacy {
    position: fixed !important;
    z-index: 30 !important;
}

.fascia-bassa-struttura #accordion .item .desc-area .ui-corner-all,
.fascia-bassa-struttura #accordion .item .desc-area .ui-corner-bottom,
.fascia-bassa-struttura #accordion .item .desc-area .ui-corner-right,
.fascia-bassa-struttura #accordion .item .desc-area .ui-corner-br {
    border-bottom-right-radius: 0;
}

.fascia-bassa-struttura #accordion .item .desc-area .ui-corner-all,
.fascia-bassa-struttura #accordion .item .desc-area .ui-corner-bottom,
.fascia-bassa-struttura #accordion .item .desc-area .ui-corner-left,
.fascia-bassa-struttura #accordion .item .desc-area .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.fascia-bassa-struttura #accordion .item .desc-area .ui-widget-content {
    border: 0px;
}

#accordion-esperienze .item .titoletto {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    line-height: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 72px;
    position: relative;
    font-family: 'Delius', cursive;
}

    #accordion-esperienze .item .titoletto:after {
        background-image: url("../private_images/icone_funzionali/accordion.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        content: "";
        height: 17px;
        position: absolute;
        right: 72px;
        top: 23px;
        transition: all 0.8s linear 0s;
        width: 28px;
    }

    #accordion-esperienze .item .titoletto.aperto-titoletto:after {
        transform: rotate(180deg);
    }

#accordion-esperienze .item .desc-area {
    box-sizing: border-box;
    color: #232323;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 26px;
    padding-left: 21px;
    padding-right: 21px;
    overflow: hidden;
}

    #accordion-esperienze .item .desc-area ul {
        list-style-type: none;
        padding-left: 0;
    }

#accordion-esperienze a {
    height: 250px;
}

#accordion-esperienze .gallery-esperienze {
    height: 250px;
    position: relative;
    margin-top: 26px;
    overflow: hidden;
}

#accordion-esperienze .item .desc-area h2 {
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    font-size: 20px;
}

#accordion-esperienze {
    margin-top: 56px;
    margin-bottom: 75px;
}

.mostra {
    display: inline-block !important;
}

.sel {
    width: 250px;
    height: 40px;
    position: relative;
    border: 1px solid #0082A4;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    z-index: 18;
    background-image: url('../private_images/arrow_tendina.png');
    background-position: calc( 100% - 10px ) center;
    background-repeat: no-repeat;
}

.label-sel {
    line-height: 40px;
    padding-left: 15px;
    font-weight: bold;
}

.oppure {
    display: inline-block;
    text-decoration: underline;
    color: #0082A4;
    margin-left: 13px;
    vertical-align: middle;
    display: none;
    cursor: pointer;
}

.sel .content-item {
    max-height: 0px;
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    top: 40px;
    background-color: #ffffff;
    width: 100%;
    left: 0px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

    .sel .content-item a:link,
    .sel .content-item a:hover,
    .sel .content-item a:visited {
        font-size: 15px;
        padding-left: 30px;
        display: block;
        line-height: 16px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 10px;
        text-decoration: none;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url('../private_images/icone_funzionali/checkbox-unchecked.png');
    }

    .sel .content-item a.click {
        background-image: url('../private_images/icone_funzionali/checkbox-checked.png');
    }

    .sel .content-item.aperto {
        max-height: 1000px;
    }

a.ricerca-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-family: 'Delius', cursive;
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #0082A4;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 20px;
}


.loading,
.loading-page{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: url('../private_images/icone_funzionali/sfondi/biancoOpaco.png');
    background-position: 0 0;
    background-repeat: repeat;
    z-index: 1000;
}
.loading-page{
    display:none;
}

    .loading .image,
    .loading-page .image{
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-image: url('../private_images/loading.gif');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50px auto;
    }

.filtri select {
    margin: 0px;
    padding-left: 24px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 49px;
    color: #a4a4a4;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #0082A4;
    margin-left: 25px;
    vertical-align: middle;
    height: 51px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.sel.offer .label-sel {
    line-height: 51px !important;
    padding-left: 15px;
    font-weight: bold;
}

.sel.offer .content-item {
    top: 53px;
}

.sel.offer {
    margin-bottom: 0px;
    margin-left: 15px;
    height: 51px;
    line-height: 51px;
    z-index: 50;
}

.filtri .tendina:after {
    content: "";
    right: 5px;
    top: -13px;
    position: absolute;
    pointer-events: none;
    height: 49px;
    width: 40px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-image: url('../private_images/arrow_tendina.png');
    background-position: center center;
}

.filtri .tendina {
    position: relative;
}

.icona-fb {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

#box-banner img {
    width: 500px
}

#box-banner-wrapper {
    position: absolute;
    top: 195px;
    right: 40px;
    z-index: 100001
}

    #box-banner-wrapper.closed {
        opacity: 0
    }

    #box-banner-wrapper #box-tripadvisor {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 10
    }

    #box-banner-wrapper .close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
        cursor: pointer;
        height: 30px
    }

.pnl-strutture-alternative {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    float: none !important;
    margin-top: 0 !important;
}

    .pnl-strutture-alternative > div {
        margin: 5px;
        width: calc(33.33% - 10px);
    }



/* breadcrumb strutturata */
#breadcrumb-structureddata {
    list-style-type: none;

    padding: 0;
    border: none;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 60px;
}

#breadcrumb-structureddata li {
    position: relative;
    display: inline-block;
}

#breadcrumb-structureddata,
#breadcrumb-structureddata a {
    font-size: 12px;
    line-height: 16px;
    color: #292929;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#breadcrumb-structureddata a {
margin: 0 0px;
}

#breadcrumb-structureddata a:hover,
#breadcrumb-structureddata .last a {
    position: relative;
}
.archimede-privacy-policy a:link,
.archimede-privacy-policy a:visited {
    display:block;
    font-size: 16px;
    line-height: 16px;
    color: #828282;
}
.links-footer {
    display:flex !important;
    justify-content: center;
    float: none !important;
    width: auto !important;
}
    
    .links-footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }
        
        .links-footer ul li {
            font-size: 16px;
            font-weight: 300;
        }
            
            .links-footer ul li:first-child:before {
                display: none;
            }

            .links-footer ul li a {
                font-size: 16px;
                font-weight: 300;
            }

@media (min-width:991.98px) {
    .links-footer ul li {
        display: inline-block;
    }

        .links-footer ul li:before {
            content: '|';
            font-size: 16px;
            padding: 0 0.5rem;
        }
}