﻿.clear{
    clear:both;
}

body * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

@font-face {
    font-family: AdellePE;
    src: url(/Fonts/Adelle-Regular.otf);
}

@font-face {
    font-family: Rosabelia;
    src: url(/Fonts/ROSABELIA_SLDT.otf);
}

.fullPaddedDiv{
    max-width:1920px;
    width:100%;
    box-sizing:border-box;
    padding: 0 40px;
    margin:auto;
}

#AD_PRIVACY{
    font-size:14px;
}

.header {
    max-width: 1920px;
    width: 100%;
    box-sizing:border-box;
    padding: 15px 40px;
    margin: auto;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 9999;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .header.f-nav {
        -webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.45);
        -moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.45);
        box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.45);
    }

.dummyHeader{
    height:95px;
    display:block;
    width:100%;
}

.headerImgContainer{
    float: left;
    max-width: 360px;
    width:75%;
    height:65px;
    text-align:left;
}

.headerImgContainer img{
    height: 100%;
}

.headerLinkContainer{
    padding-top:12.5px;
    box-sizing:border-box;
    height:40px;
    float: right;
}

.headerLink, .headerBtnPrenota, .headerLingue{
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 20px;
    cursor:default;
}

.headerLink {
    color: #132028;
    background-color: #ffffff;
}

.headerBtnPrenota {
    background-color: #B38B83;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .headerBtnPrenota:hover {
        background-color: #c49d95;
    }

.headerLingue {
    background-color: #EAC368;
}

.headerLingue a{
    color:white;
    text-decoration:none;
}

.headerLink, .headerBtnPrenota{
    cursor: pointer;
}

.headerBtnPrenota, .headerLingue{
    color: #ffffff;
}

.headerMiniContatti {
    position:absolute;
    top:5.5px;
    right:40px;
    color: #707070;
    font-size: 15px;
}

    .headerMiniContatti span{
        margin: 0 10px;
    }

.menuButtonContainer {
    position:absolute;
    right:30px;
    top:40px;
}

    .menuButtonContainer a {
        cursor: pointer;
        text-decoration: none;
    }

.menuIcon {
    width: 30px;
    height: 22px;
    position: absolute;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
    right: 10px;
    display:none;
}

    .menuIcon.menufixed {
        position: fixed;
    }

    .menuIcon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #393939;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

.menuIcon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.menuIcon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.menuIcon span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

    .menuIcon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 0px;
        background: #393939 !important;
    }

    .menuIcon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
        background: #393939 !important;
    }

    .menuIcon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 18px;
        left: 0px;
        background: #393939 !important;
    }

.menuMobile{
    background-color: #fff;
    box-sizing:border-box;
    width:100%;
    font-size:19px;
    height: calc(100% - 95px);
    position:fixed;
    top:95px;
    z-index: 9999;
    display:none;
}

.linkMobileContainer{
    width:100%;
    height:290px;
    position:absolute;
    top:-70px;
    bottom:0;
    margin:auto;
}

.linkMenuMobile {
    color: #0C1115;
    display: block;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 30px auto;
    text-transform: uppercase;
    cursor: pointer;
}

    .linkMenuMobile.lang {
        background-color: #EAC368;
    }

    .linkMenuMobile .lingua {
        display: inline-block;
        text-decoration: none;
        margin-right:-4px;
        padding: 20px 0;
        width: 16%;
        color: #0C1115;
        font-weight:500;
    }

.topSlideshow {
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}

.topSlider, .topSlide{
    height: 700px;
}

.topSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

    .topSlider .slick-prev{
        left: 10px;
        z-index:70;
    }

    .topSlider .slick-next {
        right: 10px;
        z-index: 70;
    }

.slideShowText {
    position: absolute;
    bottom: 140px;
    color: white;
    width: 100%;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: 400;
    font-family: 'AdellePE', serif;
    text-shadow: 2px 2px 4px rgba(71, 71, 71, 0.91);
}

    .slideShowText b{
        font-family: Ubuntu, sans-serif;
        font-weight: bold;
    }

    .slideShowText .yellow {
        color: #EAC368;
    }

    .slideShowText .italic{
        font-style: italic;
    }

.squaresContainer{
    width:100%;
    position:absolute;
    bottom:-110px;
    max-width: 800px;
    left:0;
    right:0;
    margin:auto;
}

.square {
    background-color: white;
    width: calc(33% - 20px);
    float: left;
    margin-right: 10px;
    margin-left:10px;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.2);
    text-align:center;
    position:relative;
}

.squareIn {
    max-width: 90%;
    max-height: 60%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.squareIn img {
    max-height:70px;
    display:inline-block !important;
}

.square:after {
    content: '';
    display:block;
    padding-bottom: 80%;
}

.squareText {
    color: #A7A7A7;
    font-weight:400;
    font-size:16px;
    margin-top:20px;
}

    .squareText b {
        color: #393939;
        font-weight:600;
        font-family: 'AdellePE', serif;
    }

.welcomeDiv {
    width: 100%;
    height: 650px;
    position: relative;
    background-color: #EBEBEB;
}

.welcomeSx{
    float:left;
    width:50%;
    position:relative;
    height:100%;
    box-sizing:border-box;
    
}

    .welcomeSx img {
        width:100%;
        position:absolute;
        z-index: 50;
        vertical-align:middle;
        line-height:0;
        font-size:0;
    }

.welcomeSxUnder {
    width: 70%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
}

.welcomeDx {
    float: left;
    width: 50%;
    box-sizing: border-box;
    background-color: #EBEBEB;
    padding: 0 100px;
    text-align: center;
    right: 0;
}

    .welcomeDx b {
        font-size: 35px;
        font-weight: 600;
        color: #B38B83;
        text-transform: uppercase;
        display:inline-block;
        margin-bottom:20px;
    }

    .welcomeDx img{
        height: 65px;
    }

    .welcomeDx p {
        font-size: 15px;
        color: #132028;
        margin: 40px 0;
        text-align:justify;
        line-height:22px;
    }

    .welcomeDx a {
        display: inline-block;
        background-color: #EAC368;
        border-radius: 20px;
        color: white;
        text-transform: uppercase;
        padding: 20px 30px;
        cursor: pointer;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        .welcomeDx a:hover {
            background-color: #eccb7e;
        }

.appartamenti {
    width: 100%;
}

.apartmentList{
    width:100%;
    max-width:1600px;
    margin:auto;
    margin: 60px auto 40px auto;
}

.apartmentSelector {
    display: block;
    box-sizing: border-box;
    width: 25%;
    text-align:center;
    border: 1px solid white;
    padding:50px 0;
    transition:0.2s;
    cursor: pointer;
    float:left;
}

    .apartmentSelector:hover {
        border: 1px solid rgba(112, 112, 112, 0.5);
    }

    .apartmentSelector.active {
        border: 1px solid #707070;
    }

        .apartmentSelector.active:hover {
            border: 1px solid #707070;
        }

    .apartmentSelector b{
        font-size:28px;
        color: black;
        font-family:'AdellePE', serif;
        font-weight:400;
    }

    .apartmentSelector span {
        display:inline-block;
        margin-top: 20px;
        color: #B38B83;
        font-weight:bold;
        font-size: 15px;
    }

        .apartmentSelector span span {
            color: #707070;
            font-weight: 400;
            font-size: 16px;
            margin: 0 10px;
        }

.apartmentSelect{
    width:100%;
    text-align:center;
    display:none;
    margin-top: 40px;
    background-color: #EBEBEB;
    padding: 40px 20px 0;
    box-sizing:border-box;
}

.selectApt {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 12px 15px;
    border: 1px solid #D8D8D8;
    color: #666666;
    border-radius: 10px;
    font-family: 'Ubuntu', sans-serif;
    -webkit-appearance: none;
    background-image: url(/Gfx/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center right 10px;
    background-color: white;
    font-weight: 600;
}

.apartmentOverviewList{
    width:100%;
}

.apartmentOverview {
    width: 100%;
    background-color: #EBEBEB;
    position:relative;
    margin-bottom:40px;
    display:none;
}

.apo1 {
    display: block;
}

.appartamentoSx{
    width:50%;
    padding:100px 80px;
    box-sizing:border-box;
    float:left;
    text-align:center;
}

    .appartamentoSx b {
        font-size: 28px;
        color: black;
        font-family: 'AdellePE', serif;
        font-weight: 400;
    }

    .appartamentoSx span {
        display: inline-block;
        margin-top: 20px;
        color: #B38B83;
        font-weight: bold;
        font-size: 16px;
    }

        .appartamentoSx span span {
            color: #707070;
            font-weight: 400;
            font-size: 16px;
            margin: 0 10px;
        }

    .appartamentoSx p {
        font-size: 15px;
        color: #132028;
        margin: 40px 0;
        text-align: center;
        line-height: 22px;
    }

    .appartamentoSx a {
        display: inline-block;
        color: white;
        background-color: #B38B83;
        padding: 20px 30px;
        border-radius: 20px;
        cursor: pointer;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        .appartamentoSx a:hover {
            background-color: #c49d95;
        }

.appartamentoDx {
    width: 50%;
    /*padding: 100px 0;*/
    box-sizing: border-box;
    float: right;
    position:relative;
}

    .appartamentoDx img {
        max-height: calc(100% - 80px);
        max-width: calc(100% - 80px);
    }

.serviziFull {
    width: 100%;
    background-color: #EAC368;
    padding:80px 80px;
    box-sizing: border-box;
    margin-bottom: 40px;
    position:relative;
}

.serviziTitle{
    color: white;
    font-family: Rosabelia;
    font-size:160px;
    margin-bottom: 60px;
}

.serviziSubtitle{
    color: white;
}

.serviziWhite {
    height: 100%;
    width: 760px;
    position: absolute;
    top: 0;
    right: 7%;
    background-color: white;
}

    .serviziWhite .serviziSliderOut {
        z-index: 60;
        height: 240px;
    }

    .serviziWhite .serviziSlider {
        z-index: 60;
        height: 240px;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .serviziSlider .squareOut{
        width:33.3%;
    }

    .serviziWhite .yL {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #EAC368;
        width: 5%;
        z-index:50;
    }

    .serviziWhite .yR {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background-color: #EAC368;
        width: 5%;
        z-index: 50;
    }

    .serviziWhite .square {
        width: calc(100% - 20px);
        margin: auto 10px;
        z-index: 60;
    }

.serviziWhite .slick-slide {
    z-index: 60;
    padding: 20px 0;
}

.estateInverno{
    width: 100%;
    margin-bottom: 40px;
}

    .estateInverno .inverno {
        width: 50%;
        box-sizing: border-box;
        float: left;
        position: relative;
        background: linear-gradient(rgba(255,255,255,0) 35%, black 100%),url('/Gfx/inverno.jpg'), no-repeat;
        background-size: cover;
    }

        .estateInverno .inverno:after{
            content: '';
            padding-bottom:100%;
            display:block;
        }

    .estateInverno .estate {
        width: 50%;
        box-sizing: border-box;
        float: right;
        position: relative;
        background: linear-gradient(rgba(255,255,255,0) 35%, black 100%), url('/Gfx/estate.jpg'), no-repeat;
        background-size: cover;
    }

        .estateInverno .estate:after {
            content: '';
            padding-bottom: 100%;
            display: block;
        }

.estateText {
    position: absolute;
    display:inline-block;
    bottom: 60px;
    right: 60px;
    margin: auto;
    width:70%;
    text-align:right;
}

.invernoText {
    position: absolute;
    display: inline-block;
    bottom: 60px;
    left: 60px;
    margin: auto;
    width:70%;
}

.separatoreM {
    margin:25px 0;
    width: 90px;
    height: 3px;
    background-color: #B38B83;
    display:inline-block;
}

.separatoreG {
    margin: 25px 0;
    width: 90px;
    height: 3px;
    background-color: #EAC368;
    display: inline-block;
}

.estateText b, .invernoText b {
    font-size: 28px;
    color: white;
    font-family: 'AdellePE', serif;
    font-weight: 400;
    text-shadow: 2px 2px 4px rgba(71, 71, 71, 0.91);
}

.estateText p, .invernoText p {
    font-size: 15px;
    color: white;
    margin: 40px 0;
    text-align: left;
    line-height: 22px;
    margin-top:0;
}

.estateText p{
    text-align:right;
}

.mappaContattiFull {
    width: 100%;
    position: relative;
    height: 700px;
}

.mappa {
    width: 85%;
    height: 700px;
    background-color: #f2f1f1;
    z-index: 30;
}

    .mappa * {
        z-index: 30;
    }

.doveSiamo {
    position: absolute;
    right: 0;
    width: 30%;
    background-color: #B38B83;
    z-index: 9998;
    min-width:480px;
}

    .doveSiamo:after{
        display:block;
        content:'';
        padding-bottom:80%;
    }

.doveSiamoText{
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    width:70%;
    color:white;
    text-align:center;
}

    .doveSiamoText .dove{
        font-family:'AdellePE', serif;
        font-size:40px;
    }

    .doveSiamoText .contatti {
        color: #EAC368;
        font-size: 25px;
        text-transform: uppercase;
    }

    .doveSiamoText p {
        font-size: 14px;
        margin: 30px 0;
        line-height: 22px;
    }

    .doveSiamoText .listaNumeri{
        text-align: left;
        margin-top:30px;
    }

    .doveSiamoText b {
        color: #EAC368;
    }

.disponibilita {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    margin:auto;
    margin-top:60px;
}

.disponibilitaTitle{
    font-family: 'AdellePE',serif;
    font-size:40px;
}

.disponibilitaSubtitle {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 20px;
    color: #4B4B4B;
    font-weight:300;
}

.disponibilita50 {
    margin-top: 20px;
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0 3px;
}

.disponibilita100 {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 3px;
}

.disponibilita30 {
    margin-top: 20px;
    width: 30%;
    box-sizing: border-box;
    float: left;
    padding: 0 3px;
}

.disponibilita20 {
    margin-top: 20px;
    width: 20%;
    box-sizing: border-box;
    float: left;
    padding: 0 3px;
}

.disponibilita input[type=text], .disponibilita input[type=email], .disponibilita input[type=number], .disponibilita select, .disponibilita textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 15px;
    border: 1px solid #D8D8D8;
    color: #666666;
    border-radius: 10px;
    font-family: 'Ubuntu', sans-serif;
    -webkit-appearance: none;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .disponibilita input[type=text]:focus, .disponibilita input[type=email]:focus, .disponibilita input[type=number]:focus, .disponibilita select:focus, .disponibilita textarea:focus {
        -webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.2);
    }

    .disponibilita textarea {
        resize: none;
    }

    .data {
        background-image: url(/Gfx/calendario.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center right 10px;
    }

.disponibilita select{
    background-image: url(/Gfx/chevron-down.svg);
    background-repeat:no-repeat;
    background-size: 14px;
    background-position: center right 10px;
}

.informativa {
    margin-top:30px;
    color:#7B7B7B;
    font-size:12px;
}

.informativaText {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #EBEBEB;
    border-radius: 10px;
}

    .informativaText b, .informativaText strong {
        font-size: 15px;
        color: #0C1115;
        font-weight: 500;
    }

    .informativa input[type=checkbox] {
        margin: 0;
        padding: 0;
        vertical-align: bottom;
    }

    .informativa span[class=cbPrivacy]{
        display:inline-block;
        margin-bottom: 5px;
    }

    .informativa label{
        margin-left: 5px;
        position:relative;
        vertical-align:baseline;
    }

.btnContainer{
    text-align:right;
}

.btnInvia {
    margin-top: 30px;
    display: inline-block;
    background-color: #EAC368;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
    padding: 20px 30px;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .btnInvia:hover {
        background-color: #eccb7e;
    }

.error {
    color: #eb4335;
    font-weight: 600;
    font-size: 13px;
    padding-left: 8px;
}

.footer {
    width: 100%;
    box-sizing: border-box;
    background-color: #EBEBEB;
    padding: 15px 40px 10px;
    text-align: center;
    color: #585858;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 40px;
}

.footer span{
    margin: 0 10px;
}

.footer .spanB{
    display:none;
    height:6px;
}

.footer img{
    width: 100px;
    vertical-align:middle;
    position:relative;
    top:-1px;
}

    .footer a {
        color: #585858;
        text-decoration:none;
        transition:0.2s;
    }

        .footer a:hover {
            color: #EAC368;
        }

.bannerCookie {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 96%;
    background: linear-gradient(#EBEBEB, #FFFFFF);
    padding: 8px 2%;
    z-index: 9999 !important;
    font-size: 12px;
    -webkit-text-size-adjust: none;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    vertical-align:middle;
}

    .bannerCookie a {
        font-weight: bold;
    }

.bannerCookieClose {
    background-color: #333;
    padding: 5px;
    border-radius: 3px;
    color: #fff !important;
    margin-left: 20px;
    display: inline-block;
    text-decoration: none;
    vertical-align: baseline;
}

.richiestaInviata {
    width: 92%;
    margin: 40px auto;
    font-size: 15px;
    color: rgb(19, 32, 40);
    text-align: center;
    line-height: 22px;
    max-width:600px;
}

    .richiestaInviata span {
        font-size: 30px;
        color: #B38B83;
        font-weight:500;
        line-height: 37px;
    }
