﻿/* BodoniDisplay */
@font-face {
    font-family: 'BodoniDisplay';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/ufonts.com_bodoni-display-bold.eot');
    src: url('../webfonts/ufonts.com_bodoni-display-bold.eot?#iefix') format('embedded-opentype'),url('../webfonts/ufonts.com_bodoni-display-bold.woff') format('woff'),url('../webfonts/ufonts.com_bodoni-display-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'BodoniDisplay';
    font-style: normal;
    font-weight: 600;
    src: url('../webfonts/ufonts.com_bodoni-display-bold.eot');
    src: url('../webfonts/ufonts.com_bodoni-display-bold.eot?#iefix') format('embedded-opentype'),url('../webfonts/ufonts.com_bodoni-display-bold.woff') format('woff'),url('../webfonts/ufonts.com_bodoni-display-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'BodoniDisplay';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/ufonts.com_bodoni-display-bold.eot');
    src: url('../webfonts/ufonts.com_bodoni-display-bold.eot?#iefix') format('embedded-opentype'),url('../webfonts/ufonts.com_bodoni-display-bold.woff') format('woff'),url('../webfonts/ufonts.com_bodoni-display-bold.ttf') format('truetype');
}

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    visibility: hidden;
    background-color: #ecebe9;
}

@-ms-viewport {
    width: device-width;
}

.centratore {
    width: 1022px;
    position: relative;
    margin: auto;
}

.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;
}

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;
}

.pagina-titolo {
    display: block;
    font-family: 'BodoniDisplay';
    font-size: 54px;
    line-height: 50px;
    color: #ffffff;
}

.pagina-sottotitolo {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 34px;
}

.pagina-testo {
    font-size: 15px;
    line-height: 24px;
    color: #4d4b47;
}

    .pagina-testo a {
        color: #b83f51 !important;
        font-weight: 700;
        text-decoration: underline !important;
    }

    .pagina-testo img {
        max-width: 100%;
        height: auto !important;
    }

h2 {
    font-size: 23px;
    line-height: 30px;
    color: #b83f51 !important;
    font-weight: 700;
    margin: 5px 0 20px 0;
}

h3 {
    font-size: 15px;
    line-height: 25px;
    color: #b83f51 !important;
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
}

a:link,
a:visited {
    color: #000;
    outline: none;
    text-decoration: none;
}

/* Menu Principale inizio */
.menu-principale,
.menu-principale ul {
    padding: 0;
    list-style-type: none;
}

.menu-principale {
    position: absolute;
    top: 46px;
    right: -12px;
}

    .menu-principale li {
        float: left;
        margin-left: 12px;
        padding: 12px 0 30px 0;
        max-width: 162px;
        height: 40px;
        display: table;
        position: relative;
        text-align: center;
    }

#master.size-normal .menu-principale li {
    right: auto !important;
}

.menu-principale > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 9px;
    border: 3px solid #1d2d4a;
}

.menu-principale > li:hover {
    background-color: #b83f51;
}

.menu-principale li:hover ul {
    display: block;
}

.menu-principale > li.selezionato > a {
    border: 3px solid #4a5a78;
}

.menu-principale > li:hover > a,
.menu-principale > li > ul > li > a {
    border: 3px solid #b83f51 !important;
    color: #ffffff;
    font-size: 16px;
}

.menu-principale > li > ul > li > a {
    border: none !important;
}

    .menu-principale > li > ul > li > a.selezionato_liv2 {
        text-decoration: underline;
    }

.menu-principale ul {
    display: none;
    background-color: #b83f51;
    left: 0;
    position: absolute;
    top: 74px;
    padding-bottom: 30px;
    width: 245px;
}

.menu-principale li.last ul {
    left: auto;
    right: 0;
}

.menu-principale ul li {
    float: none;
    max-width: 5000px;
    padding-bottom: 0;
    padding-top: 12px;
    text-transform: uppercase;
    text-align: left;
    margin: 15px 12px;
    height: auto;
}
/* Menu Principale fine */

/* Menu Secondario inizio */
.menu-header {
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 16px;
    right: 146px;
}

    .menu-header li {
        float: left;
        padding-left: 18px;
        position: relative;
    }

        .menu-header li a {
            color: #b83f51;
            text-decoration: none;
            font-size: 14px;
            line-height: 30px;
            text-transform: uppercase;
        }

            .menu-header li a:hover,
            .menu-header li a.selezionato_liv1,
            .menu-header li a.selezionato_liv2 {
                color: #ffffff;
            }
/* 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: 'Roboto', sans-serif;
    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: #ecebe9;
    }

#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;
        }

#fascia-alta {
    width: 100%;
    height: 120px;
    position: fixed;
    background-color: #1d2d4a;
    top: 0;
    left: 0;
    z-index: 9000;
}

#fascia-menu-principale-wrapper {
    padding: 0 50px;
    position: relative;
    height: 100%;
}

#fascia-menu-principale {
    position: relative;
    height: 100%;
}

#fascia-testata {
    position: relative;
    margin-top: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

    #fascia-testata.pagina-contatti,
    #master.size-320 #fascia-testata.not-homepage.pagina-contatti {
        height: 0 !important;
    }

#master.size-320 #fascia-testata.not-homepage.pagina-contatti {
    overflow: hidden;
}

#menu-right a.button-pieno.prenota:hover {
    background-color: #1d2d4a;
}

#fascia-testata {
    height: 440px;
}

#logo {
    position: absolute;
    top: 0;
    left: 0px;
}

#box-socials {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    left: -10px;
}

    #box-socials > a {
        float: left;
        display: block;
        width: 30px;
        height: 30px;
    }

#fascia-alta .box-lingue {
    position: absolute;
    top: 16px;
    right: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #fascia-alta .box-lingue > li {
        padding-left: 18px;
        float: left;
        background-position: 0 center;
        background-image: url('../private_images/lingue-barrette.png');
        background-repeat: no-repeat;
    }

        #fascia-alta .box-lingue > li:first-child {
            background-image: none;
        }

        #fascia-alta .box-lingue > li > a {
            color: #b83f51;
            font-size: 14px;
            line-height: 30px;
            text-decoration: none !important;
            text-transform: uppercase;
        }

            #fascia-alta .box-lingue > li > a:hover,
            #fascia-alta .box-lingue > li > a.attiva {
                color: #ffffff;
            }

#fascia-testata-slogan-wrapper {
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
    z-index: 10;
}

#fascia-testata-slogan {
    display: table-cell;
    height: 470px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 31px;
    color: #ffffff;
    font-weight: 700;
}

    #fascia-testata-slogan .freccia {
        background-position: center center;
        background-image: url('../private_images/slogan-freccia.png');
        background-repeat: no-repeat;
        width: 370px;
        height: 34px;
        line-height: 34px;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
        font-size: 26px;
        color: #ffffff;
        margin-bottom: 190px;
    }

#fascia-testata.not-homepage #fascia-testata-slogan {
    height: 100%;
}

    #fascia-testata.not-homepage #fascia-testata-slogan .freccia,
    #fascia-testata.not-homepage #fascia-testata-slogan .titolo,
    #fascia-testata.not-homepage #fascia-testata-slogan .scorri {
        display: none;
    }

#fascia-testata-slogan .titolo {
    height: 190px;
    line-height: 150px;
    font-family: 'BodoniDisplay';
    font-size: 116px;
}

#fascia-testata-slogan .booking {
    display: block;
    color: #ffffff;
    margin: 0 auto;
    width: 280px;
    font-weight: 500;
    letter-spacing: 2px;
    background-image: url('../private_images/icone_funzionali/sfondi/biancoTrasparente.png');
}

#fascia-testata-slogan .scorri {
    cursor: pointer;
    margin-top: 56px;
    margin-bottom: 75px;
}

.fascia-content {
    margin-top: 66px;
}

.box-md {
    min-height: 185px;
    position: relative;
}

    .box-md.pesca {
        height: 504px;
    }

    .box-md .nota {
        position: absolute;
        left: 10px;
        bottom: 0;
        z-index: 1000;
    }

        .box-md .nota.breadcrumb {
            font-size: 12px;
            font-weight: 300;
            border-left: none;
            left: 0;
            padding-left: 0;
        }

    .box-md.pesca .nota {
        bottom: 16px;
        width: 300px;
    }

.nota {
    border-left: 12px solid #b83f51;
    padding-left: 14px;
    font-size: 13px;
    font-weight: 400;
    color: #4d4b47;
    line-height: 21px;
}

.box-md .foto {
    background-color: #ffffff;
    height: 356px;
    width: 574px;
    position: relative;
    top: 0;
    right: -62px;
    z-index: 20;
    float: right;
}

.box-md.pesca .foto {
    width: 720px;
    height: 504px;
}

.box-shadow {
    box-shadow: 0px 0px 35px -14px #000000;
    -webkit-box-shadow: 0px 0px 35px -14px #000000;
    -moz-box-shadow: 0px 0px 35px -14px #000000;
    -o-box-shadow: 0px 0px 35px -14px #000000;
}

.box-shadow-light {
    box-shadow: 0px 0px 26px -12px #000000;
    -webkit-box-shadow: 0px 0px 26px -12px #000000;
    -moz-box-shadow: 0px 0px 26px -12px #000000;
    -o-box-shadow: 0px 0px 26px -12px #000000;
}

.box-md .foto .item {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.box-md .slide-wrapper {
    position: absolute;
    top: -92px;
    left: -40px;
    background-color: #1d2d4a;
    width: 652px;
    z-index: 30;
    display: block;
    /*border-bottom:16px solid #ecebe9;*/
}

    .box-md .slide-wrapper .slide {
        padding: 54px 70px;
        display: block;
        color: #ffffff;
    }

        .box-md .slide-wrapper .slide.centered {
            text-align: left;
        }

.box-md.pesca .slide-wrapper {
    top: -150px;
}

    .box-md.pesca .slide-wrapper .slide.centered {
        text-align: center;
    }

        .box-md.pesca .slide-wrapper .slide.centered .pagina-titolo {
            line-height: 40px;
            font-size: 45px;
        }

        .box-md.pesca .slide-wrapper .slide.centered .pagina-sottotitolo {
            margin-bottom: 38px;
        }

.box-md .slide-wrapper .slide .scopri {
    display: block;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 44px;
    text-transform: uppercase;
}

.lineetta-wrapper {
    text-align: center;
}

.lineetta {
    width: 2px;
    position: relative;
    background-color: #1d2d4a;
    height: 90px;
    display: inline-block;
}

.box-md.pesca .lineetta {
    position: absolute;
    bottom: -104px;
    right: 294px;
}

.box-md.interna .lineetta {
    position: absolute;
    bottom: 50px;
    left: 285px;
    height: 1000px;
}

.box-md .block-spaziatura {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 320px;
    bottom: -16px;
    background-color: #ecebe9;
    display: block;
    z-index: -10;
}

.testo-homepage {
    margin-top: 116px;
    position: relative;
    text-align: center;
    height: 820px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

    .testo-homepage .pagina-titolo {
        font-size: 50px;
        line-height: 48px;
        color: #b83f51;
        width: 600px;
        position: relative;
        float: right;
    }

    .testo-homepage .pagina-testo {
        margin-top: 30px;
    }

.testo-homepage-secondo {
    margin-top: 95px;
    text-align: center;
}

#fascia-rotator-offerte {
    height: 450px;
    margin-bottom: 76px;
    position: relative;
}

    #fascia-rotator-offerte .centratore {
        height: 100%;
    }

    #fascia-rotator-offerte .titolo.box-offerte {
        font-size: 75px;
        line-height: 50px;
        color: #b83f51;
        font-family: 'BodoniDisplay';
        height: 110px;
        z-index: 100;
        position: relative;
        width: 400px;
    }

.button-standard {
    height: 48px;
    width: 228px;
    border: 2px solid #ecebe9;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    font-size: 19px;
    text-decoration: none !important;
    letter-spacing: 2px;
    color: #b83f51;
    display: inline-block;
    z-index: 100;
    position: relative;
}

    .button-standard.rosso {
        border: 2px solid #b83f51;
        color: #b83f51;
    }

    .button-standard:hover {
        background-color: #ecebe9 !important;
        color: #1d2d4a !important;
    }

    .button-standard.rosso:hover {
        background-color: #b83f51 !important;
        color: #ffffff !important;
    }

#menu-right .button-standard {
    margin-bottom: 40px;
    font-weight: 400;
    text-decoration: none !important;
    width: auto;
    display: block;
}

.lista-offerte {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.owl-stage-outer,
.owl-stage,
.owl-carousel .owl-item,
.rotator-generic {
    height: 100%;
}

#fascia-footer {
    background-color: #1d2d4a;
    padding-top: 40px;
    padding-bottom: 45px;
}

    #fascia-footer #footer {
        margin-left: 32px;
    }

        #fascia-footer #footer,
        #fascia-footer #footer a {
            font-size: 16px;
            color: #ffffff;
            line-height: 20px;
        }

            #fascia-footer #footer a:hover {
                text-decoration: underline;
            }

            #fascia-footer #footer .side {
                float: left;
                width: 450px;
            }

                #fascia-footer #footer .side.right {
                    width: 540px;
                }

                #fascia-footer #footer .side .parte-alta {
                    height: 140px;
                }

                    #fascia-footer #footer .side .parte-alta.tripadvisor {
                        margin-top: 20px;
                    }

                #fascia-footer #footer .side .parte-bassa strong {
                    font-family: 'BodoniDisplay';
                    font-size: 23px;
                    line-height: 30px;
                }

                #fascia-footer #footer .side .newsletter {
                    margin-top: 30px;
                }

                    #fascia-footer #footer .side .newsletter .box {
                        float: left;
                        width: 372px;
                        height: 36px;
                        background-color: #ffffff;
                        padding: 5px 10px;
                    }

                        #fascia-footer #footer .side .newsletter .box input {
                            border: 0;
                            font-family: "BodoniDisplay";
                            font-size: 20px;
                            width: 370px;
                        }

                    #fascia-footer #footer .side .newsletter .button-standard {
                        float: right;
                        height: 42px;
                        width: 136px;
                        text-align: center;
                        line-height: 42px;
                        letter-spacing: 2px;
                        display: block;
                    }
                    
                #fascia-footer #footer .side .banners {
                    display:flex;
                    align-items:center;
                    flex-wrap:wrap;
                    gap:10px;
                }

                #fascia-footer #footer .side .banners,
                #fascia-footer #footer .side .banners-addons {
                    margin-top: 54px;
                    width: 580px;
                    position: relative;
                    top: auto;
                    left: -12px;
                    white-space: nowrap;
                }

                #fascia-footer #footer .side .banners-addons {
                    position: relative;
                    width: 650px;
                    border-top: 1px solid #ffffff;
                    margin-top: 50px;
                }

                #fascia-footer #footer .side .left-banners-addons {
                    float: left;
                }

                #fascia-footer #footer .side .right-banners-addons {
                    float: right;
                    padding-top: 50px;
                }

                #fascia-footer #footer .side .banners-addons .label {
                    margin-top: 50px;
                    margin-bottom: 30px;
                    text-transform: uppercase;
                    color: #ffffff;
                    font-size: 14px;
                    font-weight: 700;
                }

                #fascia-footer #footer .side .banners-addons img {
                    margin-right: 6px;
                }

.box-blocco-info {
    position: absolute;
    top: 170px;
    left: 0;
    width: 430px;
    display: block;
}

    .box-blocco-info .titolo {
        font-family: 'BodoniDisplay';
        font-size: 30px;
        line-height: 32px;
        color: #b83f51;
        display: block;
        margin-bottom: 10px;
    }

    .box-blocco-info .data {
        font-size: 18px;
        line-height: 40px;
        color: #1d2d4a;
        display: block;
        font-weight: 700;
        margin-top: 8px;
    }

    .box-blocco-info .desc {
        font-size: 15px;
        line-height: 22px;
        color: #4d4b47;
        display: block;
        margin-bottom: 50px;
    }

.vedi-tutte {
    font-size: 20px;
    color: #b83f51 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    margin-top: 0px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none !important;
    position: absolute;
    z-index: 200;
}

.lista-offerte .scopri {
    font-size: 18px;
    color: #b83f51;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 50px;
    padding: 0 25px 0 25px;
    margin-top: 30px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none !important;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.lista-offerte .item .immagine {
    display: block;
    position: absolute;
    right: 0;
    top: 38px;
    width: 540px;
    height: 355px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prezzo-float,
.lista-offerte .item .prezzo {
    position: absolute;
    bottom: 2px;
    right: 25px;
    background-color: #ffffff;
    text-align: center;
    height: 112px;
    line-height: 112px;
    font-size: 42px;
    color: #ffffff !important;
    font-family: 'BodoniDisplay';
    padding: 0 60px;
    text-decoration: none !important;
    border: 2px solid #b83f51;
    color: #b83f51 !important;
}

.prezzo-float {
    bottom: -84px;
    right: 20px;
}

.owl-controls {
    position: absolute;
    top: 0;
    right: 0;
}

    .owl-controls .owl-dot {
        float: left;
        width: 21px;
        height: 21px;
        margin-left: 10px;
        background-color: #1d2d4a;
    }

        .owl-controls .owl-dot.active {
            background-color: #b83f51;
        }

.rotator-gallery .owl-controls {
    right: 0;
    top: -38px;
}

.contenuto {
    margin-top: 50px;
}

.pagina-testo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .pagina-testo ul li {
        line-height: 18px;
        padding: 5px 0 5px 30px;
        background-image: url('../private_images/lista-pallino.png');
        background-position: 0 center;
        background-repeat: no-repeat;
    }

.pagina-testo table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    width: 100%;
    margin-top: 10px;
}

    .pagina-testo table tr:first-child {
        background-color: #1d2d4a;
        height: 90px;
        box-shadow: 0px 0px 35px -14px #000000;
        -webkit-box-shadow: 0px 0px 35px -14px #000000;
        -moz-box-shadow: 0px 0px 35px -14px #000000;
        -o-box-shadow: 0px 0px 35px -14px #000000;
    }

    .pagina-testo table tr {
        height: 72px;
        border-bottom: 1px solid #1d2d4a;
    }

    .pagina-testo table td {
        text-align: center;
        font-size: 16px;
        color: #4d4b47;
        line-height: 30px;
    }

    .pagina-testo table tr:first-child td {
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
    }

    .pagina-testo table.details {
        width: 620px;
    }

        .pagina-testo table.details tr,
        .pagina-testo table.details tr:first-child {
            background: none !important;
            box-shadow: none;
            height: auto;
            border: none;
            padding: 2px 0;
        }

            .pagina-testo table.details tr td {
                font-size: 15px;
                color: #4d4b47;
                text-align: left;
                line-height: 20px;
                width: 49%;
            }

#menu-right {
    float: right;
    width: 316px;
    margin-left: 60px;
    margin-bottom: 60px;
}

    #menu-right .nota {
        margin-bottom: 30px;
    }

    #menu-right .documenti {
        padding: 25px;
        background-color: #b83f51;
        margin-bottom: 26px;
    }

.pagina-24358 #menu-right .documenti {
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.button-pieno,
#menu-right .documenti a {
    display: inline-block;
    margin-top: 30px;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 700;
    font-family: 'BodoniDisplay';
    height: 38px;
    line-height: 32px;
    padding-left: 54px;
    background-image: url('../private_images/documento-icona.png');
    background-position: 0 center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

a.button-pieno {
    background-color: #b83f51;
    text-align: center;
    padding: 0;
    width: 100%;
    display: block;
    background-image: none;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 26px;
}

#menu-right .documenti a:first-child {
    margin-top: 0;
}

#menu-right #guestcard {
    cursor: pointer;
    background-image: url('../private_images/guestcard.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 262px;
}

#menu-right .info-utili {
    background-color: #1d2d4a;
    padding: 25px;
}

    #menu-right .info-utili .titolo {
        font-size: 28px;
        line-height: 28px;
        color: #ffffff;
        font-family: 'BodoniDisplay';
        font-weight: 700;
        margin-bottom: 30px;
    }

    #menu-right .info-utili .info {
        font-size: 16px;
        text-transform: uppercase;
        color: #ffffff;
        line-height: 24px;
        font-weight: 300;
    }

        #menu-right .info-utili .info strong {
            font-weight: 700;
        }

.overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../private_images/icone_funzionali/sfondi/neroOpaco.png);
    background-position: 0 0;
    background-repeat: repeat;
    z-index: 900000;
    display: none;
}

    .overlay-wrapper .overlay {
        width: 500px;
        margin: 120px auto 0 auto;
        position: relative;
    }

    .overlay-wrapper#overlay-guestcard .overlay {
        background-color: #ffffff;
        padding: 0 50px;
    }

    .overlay-wrapper .overlay .chiudi {
        position: absolute;
        top: 5px;
        right: 10px;
        font-weight: 700;
        cursor: pointer;
        font-size: 18px;
        padding: 5px;
    }

.loghi {
    margin-top: 50px;
}

    .loghi img {
        margin-right: 20px;
    }

#widget-pesca {
    margin: 0 14px;
}

.listato {
    padding-top: 40px;
}

    .listato.camere {
        padding-top: 150px;
    }

        .listato.camere .pagina-sottotitolo {
            text-transform: none;
        }

    .listato .box-md {
        margin-top: 146px;
    }

        .listato .box-md:first-child {
            margin-top: 0;
        }

        .listato .box-md:nth-child(even) .slide-wrapper {
            background-color: #b83f51;
        }

    .listato.lista-offerte {
        padding-bottom: 130px;
        position: relative;
        top: auto;
        left: auto;
    }

        .listato.lista-offerte .item {
            position: relative;
            height: 355px;
            margin-bottom: 100px;
        }

            .listato.lista-offerte .item .immagine {
                top: 0;
            }

            .listato.lista-offerte .item .prezzo {
                bottom: -54px;
            }

            .listato.lista-offerte .item .box-blocco-info {
                top: 0;
            }

            .listato.lista-offerte .item.dispari .prezzo {
                right: 507px;
            }

            .listato.lista-offerte .item.dispari .box-blocco-info {
                left: auto;
                right: 0;
            }

            .listato.lista-offerte .item.dispari .immagine {
                left: 0;
                right: auto;
            }

            .listato.lista-offerte .item.dispari .scopri {
                left: 590px;
            }

.fascia-form-wrapper {
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.fascia-form {
    width: 1050px;
    position: relative;
}

.fascia-form-wrapper > h2 {
    margin-bottom: 40px;
}

.boxForm .itemForm {
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    border: 3px solid #1d2d4a;
    height: 40px;
    padding: 0 16px;
    width: 285px;
    position: relative;
    overflow: hidden;
}

.boxForm.versioneContratta .labelForm {
    left: 16px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #4d4b47;
    font-weight: 300;
}

.boxForm.versioneContratta .inputForm,
.boxForm.versioneContratta .textareaForm {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #4d4b47;
    font-weight: 300;
}

.boxForm .button-pieno {
    font-size: 20px;
    width: 330px;
    margin-right: 40px;
    float: right;
    margin-top: 0;
}

.boxForm .itemForm.itemTextarea {
    width: 971px;
    height: 120px;
    margin-bottom: 40px;
}

    .boxForm .itemForm.itemTextarea textarea {
        width: 100%;
        height: 100%;
        line-height: 20px;
        margin: 9px 0;
    }

.boxForm .itemForm.itemChb {
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    font-size: 15px;
    color: #4d4b47;
    font-weight: 300;
}

#fascia-mappa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #ecebe9;
}

#canvas-google-maps {
    width: 100%;
    height: 100%;
}

#icon-menu-mobile {
    display: none;
    position: absolute;
    top: 20px;
    right: 8px;
    width: 50px;
    height: 50px;
    background-image: url('../private_images/icon-mobile-menu.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

    #icon-menu-mobile.selected {
        background-image: url('../private_images/icon-mobile-menu-close.png');
    }

#master.size-320 .menu-header,
#master.size-320 .menu-principale {
    display: none;
}

#master.size-320 #fascia-alta {
    position: relative;
    height: 90px;
}

#master.size-320 #fascia-testata {
    margin-top: 0;
    height: 500px !important;
}

#master.size-320 #fascia-testata-slogan .freccia {
    /*display:none;*/
    width: 95% !important;
    background-size: 98% !important;
    font-size: 23px !important;
}

#master.size-320 #fascia-testata-slogan .titolo {
    font-size: 50px;
    line-height: 50px;
    height: 150px;
    width: 240px;
    margin: 0 auto;
}

#master.size-320 #fascia-testata-slogan .booking {
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

#master.size-320 #fascia-testata-slogan .scorri {
    display: none;
}

#master.size-320 #fascia-menu-principale-wrapper {
    padding: 0;
}

#master.size-320 #logo {
    left: 10px;
    top: 6px;
}

    #master.size-320 #logo img {
        width: 90px;
    }

#master.size-320 #fascia-alta .box-lingue {
    height: 30px;
    left: 200px;
    right: auto;
    top: 34px;
    width: 46px;
    z-index: 2000;
    background-image: url('../private_images/icon-mobile-freccia.png');
    background-position: right 8px;
    background-repeat: no-repeat;
}

    #master.size-320 #fascia-alta .box-lingue > li {
        padding-left: 0px;
        background-image: none;
        width: 100%;
        text-align: left;
        display: none;
        width: 100%;
        cursor: pointer;
    }

        #master.size-320 #fascia-alta .box-lingue > li.attiva {
            display: block;
        }

        #master.size-320 #fascia-alta .box-lingue > li > a {
            font-size: 15px;
            display: block;
            line-height: 25px;
            width: 24px;
            background-color: #1d2d4a;
            padding-left: 4px;
        }

#master.size-320 #box-socials {
    margin: 20px 0 0 0;
    left: -4px;
}

#master.size-320 #fascia-testata.not-homepage {
    height: 300px !important;
}

#master.size-320 #icon-menu-mobile {
    display: block;
}

#master.size-320 .fascia-content {
    margin-top: 30px;
}

#master.size-320 .centratore {
    width: auto;
    margin: 0 16px;
}

#master.size-320 .box-md {
    height: auto;
    min-height: 0;
}

    #master.size-320 .box-md .nota,
    #master.size-320 .box-md .foto,
    #master.size-320 .box-md .slide-wrapper {
        position: relative;
        width: auto;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        float: none;
    }

    #master.size-320 .box-md .nota {
        font-size: 13px;
        line-height: 18px;
        display: none;
    }
    
    #master.size-320 .box-md .nota.breadcrumb {
        display: block;
    }
    #master.size-320 .box-md .foto {
        height: 200px !important;
        margin-top: 30px;
    }

    #master.size-320 .box-md .slide-wrapper {
        margin-top: 30px;
    }

        #master.size-320 .box-md .slide-wrapper .slide {
            padding: 16px;
        }

#master.size-320 .lineetta {
    display: none;
}

#master.size-320 .box-md.pesca .slide-wrapper .slide img {
    width: 100%;
    margin-top: 8px;
}

#master.size-320 .pagina-titolo {
    font-size: 26px;
    line-height: 26px;
    text-align: left;
}

#master.size-320 .box-md.pesca .pagina-titolo {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

#master.size-320 .pagina-sottotitolo {
    margin: 16px 0;
    font-size: 14px;
    line-height: 16px;
}

#master.size-320 .box-md .slide-wrapper .slide .scopri {
    margin-top: 20px;
}

#master.size-320 .testo-homepage {
    margin-top: 50px;
    height: 600px;
}

    #master.size-320 .testo-homepage .pagina-titolo {
        float: none;
        width: auto;
        right: auto;
    }

#master.size-320 .pagina-testo {
    text-align: left;
    font-size: 13px;
    line-height: 22px;
}

#master.size-320 .testo-homepage-secondo {
    margin-top: 30px;
}

#master.size-320 h2 {
    font-size: 18px;
    line-height: 20px;
}

#master.size-320 #fascia-footer #footer {
    margin-left: 0;
}

    #master.size-320 #fascia-footer #footer .side .parte-alta.tripadvisor {
        position: relative;
        overflow: hidden;
        height: auto;
        margin-bottom: 20px;
    }

        #master.size-320 #fascia-footer #footer .side .parte-alta.tripadvisor #iframe-tripadvisor {
            position: relative;
            left: -8px;
        }

    #master.size-320 #fascia-footer #footer .side {
        float: none;
        width: auto;
    }

        #master.size-320 #fascia-footer #footer .side .newsletter .box,
        #master.size-320 #fascia-footer #footer .side .newsletter .box input {
            width: auto;
        }

        #master.size-320 #fascia-footer #footer .side .banners,
        #master.size-320 #fascia-footer #footer .side .banners-addons {
            left: 0;
            text-align: center;
            width: auto;
            white-space: normal;
            margin-bottom: 30px;
        }

        #master.size-320 #fascia-footer #footer .side .banners-addons {
            width: auto;
        }

        #master.size-320 #fascia-footer #footer .side .left-banners-addons,
        #master.size-320 #fascia-footer #footer .side .right-banners-addons {
            float: none;
        }

        #master.size-320 #fascia-footer #footer .side .right-banners-addons {
            padding-top: 30px;
        }

        #master.size-320 #fascia-footer #footer .side .banners-addons .label {
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 12px;
        }

    #master.size-320 #fascia-footer #footer,
    #master.size-320 #fascia-footer #footer a {
        font-size: 13px;
        line-height: 16px;
        float: none;
    }

        #master.size-320 #fascia-footer #footer .side .parte-bassa strong {
            font-size: 18px;
        }

        #master.size-320 #fascia-footer #footer .side .newsletter .box {
            float: none;
        }

        #master.size-320 #fascia-footer #footer .side .newsletter .button-standard {
            width: auto;
            height: 30px;
            line-height: 30px;
            margin-top: 16px;
        }

        #master.size-320 #fascia-footer #footer .side .parte-alta {
            height: 100px;
        }

            #master.size-320 #fascia-footer #footer .side .parte-alta > img {
                width: 120px;
            }

#master.size-320 #fascia-footer {
    padding: 30px 0;
}

#master.size-320 #fascia-rotator-offerte {
    height: auto;
    margin-bottom: 30px;
}

#master.size-320 .lista-offerte {
    margin-top: 20px;
    position: relative;
    left: auto;
}

#master.size-320 #fascia-rotator-offerte .titolo.box-offerte {
    width: auto;
    font-size: 30px;
    height: 60px;
}

#slider-canali-wrapper {
    height: 224px;
    position: relative;
    left: 0;
    top: -78px;
}

#slider-canali {
    margin: auto;
    height: 380px;
    position: relative;
    overflow: hidden;
}

#rotator-canali {
    left: 0;
    position: absolute;
    top: 78px;
    width: 100%;
}

    #rotator-canali .owl-controls {
        display: none;
    }

    #rotator-canali .owl-stage-outer {
        overflow: visible;
    }

    #rotator-canali .item {
        height: 100%;
        display: block;
    }

        #rotator-canali .item span {
            display: block;
        }

    #rotator-canali .item {
        position: relative;
        width: 100%;
        height: 100%;
    }

        #rotator-canali .item .link {
            position: absolute;
            display: block;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

            #rotator-canali .item .link .mask {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(29, 45, 74, 0.8) none repeat scroll 0 0;
            }

                #rotator-canali .item .link .mask.dispari {
                    background: rgba(184, 63, 81, 0.7) none repeat scroll 0 0;
                }

            #rotator-canali .item .link.stato-1 {
                width: 100%;
                height: 224px;
                z-index: 10;
                left: 0;
                top: 0;
            }

            #rotator-canali .item .link.stato-2 {
                width: 150%;
                height: 296px;
                z-index: 20;
                top: -42px;
                left: -25%;
            }

            #rotator-canali .item .link.stato-3 {
                width: 200%;
                height: 380px;
                z-index: 30;
                top: -78px;
                left: -50%;
            }

            #rotator-canali .item .link .wrapper {
                position: relative;
            }

            #rotator-canali .item .link.stato-1 .wrapper {
                margin: 25px;
                /*height:174px;*/
            }

            #rotator-canali .item .link.stato-2 .wrapper {
                margin: 28px;
                /*height:240px;*/
            }

            #rotator-canali .item .link.stato-3 .wrapper {
                margin: 42px;
                /*height:296px;*/
            }

            #rotator-canali .item .link .wrapper .titolo {
                color: #ffffff;
                font-family: 'BodoniDisplay';
                font-weight: 700;
                max-width: 45%;
            }

            #rotator-canali .item .link.stato-1 .wrapper .titolo {
                font-size: 24px;
                line-height: 26px;
            }

            #rotator-canali .item .link.stato-2 .wrapper .titolo {
                font-size: 30px;
                line-height: 34px;
            }

            #rotator-canali .item .link.stato-3 .wrapper .titolo {
                font-size: 50px;
                line-height: 48px;
                max-width: 80%;
            }

#master.size-320 #rotator-canali .item .link .wrapper .titolo {
    font-size: 26px;
    max-width: 70%;
}

#rotator-canali .item .link .button-standard {
    border: 2px solid #ecebe9;
    position: absolute;
    color: #ecebe9;
}

#rotator-canali .item .link .arrow {
    cursor: pointer;
    position: absolute;
    display: none;
    top: 44%;
    width: 47px;
}

#master.size-320 #rotator-canali .item .link .arrow {
    display: none;
}

#rotator-canali .item .link.stato-3 .arrow {
    display: block;
}

    #rotator-canali .item .link.stato-3 .arrow.prev {
        left: -24px;
    }

    #rotator-canali .item .link.stato-3 .arrow.next {
        right: -24px;
    }

#rotator-canali .item .link.stato-1 .button-standard {
    height: 30px;
    line-height: 30px;
    width: 100px;
    font-size: 13px;
    left: 25px;
    bottom: 25px;
}

#rotator-canali .item .link.stato-2 .button-standard {
    height: 40px;
    line-height: 40px;
    width: 130px;
    font-size: 16px;
    left: 28px;
    bottom: 28px;
}

#rotator-canali .item .link.stato-3 .button-standard {
    height: 48px;
    line-height: 48px;
    width: 170px;
    font-size: 22px;
    left: 42px;
    bottom: 42px;
}

.transition-normal {
    -webkit-transition: all 0.60s linear;
    -moz-transition: all 0.60s linear;
    -ms-transition: all 0.60s linear;
    -o-transition: all 0.60s linear;
    transition: all 0.60s linear;
}

#master.size-320 .lista-offerte .box-blocco-info,
#master.size-320 .lista-offerte .item .prezzo,
#master.size-320 .lista-offerte .item .immagine {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

#master.size-320 .owl-controls {
    display: none;
}

#master.size-320 .button-starndard {
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
}

#master.size-320 .lista-offerte .box-blocco-info {
    width: 100%;
}

#master.size-320 .box-blocco-info .titolo {
    font-size: 20px;
    line-height: 24px;
}

#master.size-320 .box-blocco-info .data {
    font-size: 13px;
    line-height: 26px;
}

#master.size-320 .lista-offerte .item .desc {
    margin-bottom: 12px;
}

#master.size-320 .lista-offerte .item .immagine {
    height: 200px;
    width: 100%;
}

#master.size-320 .lista-offerte .scopri,
#master.size-320 .listato.appartamenti .button-standard.scopri {
    margin-bottom: 13px;
    margin-top: 10px;
    font-size: 15px;
    position: relative;
    left: auto;
    bottom: auto;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    display: block;
    width: auto;
}

#master.size-320 .lista-offerte .item .prezzo {
    display: block;
    height: auto;
    line-height: 40px;
    font-size: 18px;
    margin-top: 0px;
}

#master.size-320 .menu-principale {
    /*display:block;*/
    top: 90px;
    right: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #master.size-320 .menu-principale > li {
        float: none;
        padding: 0;
        padding-left: 16px;
        border-top: 1px solid #1d2d4a;
        display: block;
        width: auto;
        margin: 0;
        max-width: none;
        height: auto;
        background-color: #b83f51;
        position: relative;
        top: 0;
        right: -100%;
    }

        #master.size-320 .menu-principale > li:first-child {
            border: none;
        }

        #master.size-320 .menu-principale > li > a {
            border: none !important;
            padding: 0;
            line-height: 50px;
            text-transform: uppercase;
            display: block;
            text-align: left;
        }

        #master.size-320 .menu-principale > li > ul {
            position: relative;
            left: auto;
            top: auto;
            right: auto;
            bottom: auto;
            padding-bottom: 10px;
            display: none;
        }

            #master.size-320 .menu-principale > li > ul > li {
                border: none;
                padding-top: 0;
                height: auto;
                margin: 0 0 0 12px;
            }

                #master.size-320 .menu-principale > li > ul > li > a {
                    text-transform: none;
                    height: 30px;
                    line-height: 34px;
                    color: #ffffff;
                    font-size: 14px;
                }

    #master.size-320 .menu-principale .menu-principale_liv2.selezionato {
        display: block;
        padding-top: 0;
    }

#master.size-320 #menu-right {
    margin-bottom: 0;
    float: none;
    margin: 0;
    width: 100%;
}

#master.size-320 .box-md .block-spaziatura {
    display: none;
}

#master.size-320 #sito-breadcrumb {
    font-size: 12px;
    line-height: 14px;
}

#master.size-320 .contenuto {
    margin-top: 30px;
}

#master.size-320 .listato.camere {
    padding-top: 10px;
}

    #master.size-320 .listato.camere .box-md .slide-wrapper {
        margin-top: 0;
    }

    #master.size-320 .listato.camere .box-md {
        margin-top: 30px;
    }

#master.size-320 #menu-right .info-utili .info {
    font-size: 13px;
    line-height: 16px;
}

#master.size-320 #menu-right .documenti {
    padding: 10px;
}

    #master.size-320 #menu-right .documenti a {
        font-size: 14px;
    }

#master.size-320 #widget-pesca {
    width: 290px;
    margin: auto;
    margin-bottom: 40px;
}

#master.size-320 .loghi {
    width: 240px;
    margin: 30px auto 0;
}

    #master.size-320 .loghi img {
        width: 70px;
        margin-right: 5px;
    }

#master.size-320 #menu-right #guestcard {
    margin-bottom: 40px;
}

#master.size-320 .listato.lista-offerte {
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
}

    #master.size-320 .listato.lista-offerte .item {
        padding-top: 30px;
    }

        #master.size-320 .listato.lista-offerte .item:first-child {
            padding-top: 0;
        }

#master.size-320 .pagina-testo table.details {
    width: 100%;
}

#master.size-320 .fascia-form {
    width: 100%;
}

#master.size-320 #fascia-rotator-offerte .button-standard.vedi-tutte {
    letter-spacing: 0;
    position: absolute;
    right: 0;
    top: 11px;
    width: 112px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

#master.size-320 .boxForm .itemForm {
    float: none;
    margin-right: 0;
    width: auto;
}

    #master.size-320 .boxForm .itemForm.itemChb {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 4px;
    }

#master.size-320 .boxForm .button-pieno,
#master.size-320 a.button-pieno {
    margin-right: 0;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

#master.size-320 .boxForm .itemForm.itemTextarea {
    margin-bottom: 20px;
}

#master.size-320 .prezzo-float {
    width: 100%;
    right: 0;
    bottom: -40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
}

#master.size-320 #menu-right .button-standard {
    margin-bottom: 20px;
}

#master.size-320 a.button-pieno {
    margin-bottom: 24px;
}

#master.size-320 .menu-principale > li > ul > li > a.selezionato_liv2 {
    text-decoration: none;
    color: #1d2d4a;
}

#master.size-320 #box-socials > a {
    width: 20px;
    float: left !important;
}

    #master.size-320 #box-socials > a img {
        width: 100%;
    }

#master.size-320 .boxForm .button-pieno {
    float: none;
    width: auto;
}

#master.size-320 .listato.lista-offerte .item {
    height: auto;
    margin-bottom: 0;
}

#master.size-320 .box-md .foto {
    height: auto;
}

    #master.size-320 .box-md .foto img {
        width: 100% !important;
    }

.archie-share-this {
    margin-top: 40px;
}

    .archie-share-this .testo {
        font-weight: 700;
        margin-bottom: 6px;
    }

.pulsante-richiedi-info-ancora {
    margin-top: 20px;
}

    .pulsante-richiedi-info-ancora .button-standard {
        width: 300px;
    }

    .pulsante-richiedi-info-ancora a {
        text-decoration: none !important;
    }

#master.size-320 .pulsante-richiedi-info-ancora a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}

#button-booking-fixed,
#button-booking-fixed-richiedi-info {
    position: fixed;
    top: 0;
    right: 600px;
    display: block;
    z-index: 10000;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: auto;
    background-color: #b83f51 !important;
    color: #ffffff !important;
}

#button-booking-fixed-richiedi-info {
    background-color: #1d2d4a !important;
    border-color: #1d2d4a;
    display: none;
}

#master.size-320 #button-booking-fixed,
#master.size-320 #button-booking-fixed-richiedi-info {
    right: 0;
    width: 50%;
    bottom: 0;
    top: auto;
    padding: 0;
    font-size: 11px;
}

#master.size-320 #button-booking-fixed-richiedi-info {
    display: block;
    right: auto;
    left: 0;
}

#booking-widget-kosmosol {
    position: relative;
}

.icon-calendar {
    position: absolute;
    top: -5px;
    right: -7px;
    cursor: pointer;
}

.verifica-disponibilita {
    z-index: 1;
    width: 319px !important;
}

#booking-widget-kosmosol .inputForm {
    font-weight: 700;
    color: #1d2d4a;
}

#archie-widget-privacy {
    position: fixed !important;
}

.rotator {
    width: 100%;
    height: 100%;
    z-index: 100;
}

#rotator-testata {
    position: absolute;
    z-index: 9;
}

    #rotator-testata .owl-controls {
        display: none;
    }

.rotator.owl-carousel .owl-stage-outer,
.rotator.owl-carousel .owl-stage,
.rotator.owl-carousel .owl-item,
.rotator.owl-carousel .owl-item .item,
.rotator .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .rotator.owl-carousel .owl-item .item,
    .rotator .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

#master.size-320 #rotator-testata .alignator-wrapper {
    /*display:none;*/
}

#rotator-testata .alignator-wrapper {
    display: table;
    height: 100%;
    text-align: center;
    position: relative;
    width: 100%;
}

    #rotator-testata .alignator-wrapper .alignator {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

#master.size-320 #rotator-testata .alignator-wrapper .alignator .titolo {
    font-size: 40px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 50px;
}

#rotator-testata .alignator-wrapper .alignator .titolo {
    font-family: "BodoniDisplay";
    font-size: 116px;
    height: 380px;
    line-height: 150px;
    color: #ffffff;
}

.listato.appartamenti .button-standard.scopri {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 400px;
}

.box-md .slide-wrapper.neve {
    background-image: url('../private_images/neve.png');
    background-position: center center;
    background-repeat: no-repeat;
}

    .box-md .slide-wrapper.neve .slide {
        height: 369px;
        padding: 54px 20px !important;
    }

    .box-md .slide-wrapper.neve .pagina-titolo {
        margin-top: 90px;
        margin-bottom: 100px;
        text-transform: uppercase;
    }

#master.size-320 .box-md .slide-wrapper.neve {
    background-size: cover;
}

    #master.size-320 .box-md .slide-wrapper.neve .slide {
        height: 100px;
    }

    #master.size-320 .box-md .slide-wrapper.neve .pagina-titolo {
        margin: auto;
        font-size: 22px;
        line-height: 26px;
    }

.banner-tesla img {
    height: 35px;
    top: -11px;
    position: relative;
}

.whatsapp {
    line-height: 64px;
    padding-left: 56px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background-image: url('../private_images/whatsapp.png');
    background-position: 0 center;
    background-repeat: no-repeat;
    margin: 5px 0;
}

#master.size-320 .whatsapp {
    line-height: 48px;
    background-size: auto 50%;
    padding-left: 35px;
    font-size: 13px;
}

#ga-prenota-online {
    background-color: #ffffff !important;
    color: #1d2d4a !important;
    opacity: 1;
    background-image: none !important;
}

    #ga-prenota-online:hover {
        background-color: #b83f51 !important;
        border: 2px solid #b83f51;
        color: #ffffff !important;
    }

#iframe-tripadvisor {
    width: 320px;
    height: 110px;
}

#trustyou-wdiget {
    position: absolute;
    top: 18px;
    right: 0;
    height: 90px;
    padding: 10px;
}

#box-holiday-check {
    position: absolute;
    top: -20px;
    right: 0;
}

#master.size-320 {
    overflow: hidden;
}

    #master.size-320 #box-holiday-check {
        position: relative;
        top: auto;
        right: auto;
    }

#rotator-offerte .button-standard.rosso {
    background-color: #b83f51;
    color: #ffffff !important;
}

    #rotator-offerte .button-standard.rosso:hover {
        background-color: #ffffff !important;
        color: #b83f51 !important;
    }

#master.size-320 #trustyou-wdiget {
    position: relative;
    height: 90px;
    right: auto;
    left: 0;
    top: 0;
}

#master.size-320 #menu-right .nota {
    display: none;
}

#master.size-320 .foto.box-shadow {
    /*display:none;*/
}

#master.size-320 .menu-header,
#master.size-320 .menu-principale {
    display: block;
    top: auto;
    right: auto;
    width: 100%;
    position: relative;
}

    #master.size-320 .menu-principale > li {
        position: relative;
        top: 0;
        right: 0;
    }

#master.size-320 #container-menu-principale {
    position: absolute;
    top: 90px;
    right: -100%;
    width: 100%;
    background-color: #b83f51;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

    #master.size-320 #container-menu-principale.open {
        right: 0;
    }

#master.size-320 .menu-header {
    padding-top: 20px;
    padding-left: 18px;
    margin-bottom: 25px;
}

    #master.size-320 .menu-header li {
        border-left: 1px solid #ffffff;
        display: block;
        float: none;
    }

        #master.size-320 .menu-header li a:link,
        #master.size-320 .menu-header li a:visited {
            color: #ffffff;
            height: 11px;
            line-height: 25px;
            font-size: 11px;
        }

/* banner prenotazione */
#container-banner-prenotazione {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 25;
}

#banner-prenotazione {
    position: absolute;
    bottom: 0;
    right: -62px;
    background-color: rgba(236, 235, 233, 0.70);
    box-sizing: border-box;
    padding: 19px 35px 15px;
    width: 700px;
    overflow: hidden;
}

    #banner-prenotazione .container-titolo {
        position: relative;
        padding-right: 50px;
        cursor: pointer;
    }

#master[data-is-homepage='si'] #banner-prenotazione .container-titolo {
    cursor: default;
}

#master.size-320[data-is-homepage='si'] #banner-prenotazione .container-titolo {
    cursor: pointer;
}

#banner-prenotazione .container-titolo img {
    position: absolute;
    right: 0;
    top: calc(50% + 3px);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#banner-prenotazione.open .container-titolo img {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

#master[data-is-homepage='si'] #banner-prenotazione .container-titolo img {
    display: none;
}

#master.size-320[data-is-homepage='si'] #banner-prenotazione .container-titolo img {
    display: block;
}

#banner-prenotazione .pagina-titolo {
    color: #B83F51;
    font-size: 43px;
}

#banner-prenotazione .container-desc {
    opacity: 0;
    max-height: 70px;
    position: relative;
    z-index: -1;
    -webkit-transition: all .5s ease-out, z-index .5s step-end;
    transition: all .5s ease-out, z-index .5s step-end;
}

#master[data-is-homepage='no'] #banner-prenotazione .container-desc {
    max-height: 12px;
}

#banner-prenotazione.open .container-desc,
#master[data-is-homepage='no'] #banner-prenotazione.open .container-desc,
#master.size-normal[data-is-homepage='si'] #banner-prenotazione .container-desc {
    opacity: 1;
    max-height: 600px;
    z-index: 1;
    -webkit-transition: all .5s ease-out, z-index .5s step-start;
    transition: all .5s ease-out, z-index .5s step-start;
}

#banner-prenotazione .desc {
    font-size: 15px;
    line-height: 27px;
    color: #4D4B47;
    padding-left: 15px;
    position: relative;
    margin-top: 10px;
}

    #banner-prenotazione .desc:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 7px;
        background-color: #B83F51;
    }

#banner-prenotazione .container-button {
    text-align: right;
    margin-top: 34px;
}

#master[data-is-homepage='no'] #banner-prenotazione .container-button {
    margin-top: 0;
}

#banner-prenotazione .button:link,
#banner-prenotazione .button:visited {
    display: inline-block;
    padding: 5px 15px;
    background-color: #B83F51;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    border: 2px solid #b83f51;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#banner-prenotazione .button:hover {
    color: #B83F51;
    background-color: #ffffff;
}

#master.size-320 #banner-prenotazione {
    right: 0;
    padding: 12px 15px;
    width: 100%;
}

    #master.size-320 #banner-prenotazione .container-titolo {
        padding-right: 35px;
    }

    #master.size-320 #banner-prenotazione .pagina-titolo {
        font-size: 22px;
        line-height: 22px;
    }

    #master.size-320 #banner-prenotazione .container-titolo img {
        width: 28px;
    }

    #master.size-320 #banner-prenotazione .desc {
        font-size: 14px;
        line-height: 20px;
        padding-left: 12px;
        margin-top: 8px;
    }

        #master.size-320 #banner-prenotazione .desc:before {
            width: 5px;
        }

    #master.size-320 #banner-prenotazione .container-button {
        margin-top: 8px;
    }

    #master.size-320 #banner-prenotazione .button:link,
    #master.size-320 #banner-prenotazione .button:visited {
        display: inline-block;
        padding: 4px 10px;
        font-size: 16px;
        border: 2px solid #b83f51;
    }

    #master.size-320 #banner-prenotazione .container-desc {
        max-height: 0;
    }

    #master.size-320 #banner-prenotazione.open .container-desc,
    #master.size-320[data-is-homepage='no'] #banner-prenotazione.open .container-desc,
    #master.size-320[data-is-homepage='si'] #banner-prenotazione.open .container-desc {
        max-height: 500px;
    }
/***********************/
#sito-breadcrumb {
    list-style:none;
    display: flex;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}
#sito-breadcrumb li:before {
    content:'>';
    padding:0 5px 0 5px;
}
#sito-breadcrumb li:first-child:before {
    display:none;
}
#fascia-footer #footer .parte-alta.tripadvisor {
    display:flex;
    height: auto;
    margin-bottom:20px;
}
#fascia-footer #footer .tripadvisor-links-list {
    width:100%;
    font-family: 'BodoniDisplay';
    font-size: 23px;
    line-height: 30px;
}                        
#fascia-footer #footer .tripadvisor-links-list ul {
    margin:10px 0 0 0;
    padding:0;
    list-style:none;
    font-family: 'Roboto', sans-serif;
}
#fascia-footer #footer .tripadvisor-links-list li a:link,
#fascia-footer #footer .tripadvisor-links-list li a:visited {
    padding:5px 0 5px 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-decoration:none;
}
#fascia-footer #footer .tripadvisor-links-list li a:hover {
    color: #b83f51;
}
#fascia-footer #footer .tripadvisor-links-list li a:after {
    content:'>';
    margin-left:8px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}
#fascia-footer #footer .tripadvisor-links-list li a:hover:after  {
    color: #b83f51;
}
#fascia-footer #footer #trustyou-wdiget {
    position:relative;
    top: auto;
    right: auto;
    height: auto;
    padding: 0;
}
@media (max-width:900px) {
    #fascia-footer #footer .parte-alta.tripadvisor {
        display:block;
    }
    #fascia-footer #footer .parte-alta.tripadvisor > div:first-child {
        margin-bottom:20px;
    }
                        
}