.inner-container p,
.inner-container li,
.inner-container p strong,
.inner-container li strong{
    font-size:16px;
}
#newsletter-form form.inline-newsletter-4dem-form.light.newsletter-form .checkbox-field label{
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#newsletter-form form.newsletter-form .checkbox-field label a {
    margin-left:4px;
    color: #fff !important;
}
#newsletter-form form.newsletter-form #inline-FormButton_Subscribe{
    background:#42B5EB;
    color:#fff;
    border-radius: 10px !important;
}
.ap_container_center_col{
    max-width: 790px;
    width: 100%;
    margin: auto;
}

.container #bookingexpert {
    margin-bottom: 85px;
}
.separator{
    display:block;
    width:100%;
    min-height:10px;
}
.sep_20{
    height:20px;
}
.sep_30{
    height:30px;
}
.sep_40{
    height:40px;
}
.sep_50{
    height:50px;
}

.ap_text-center{
    text-align:center;
}

.container .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border:0;
    background: transparent;
}
.container .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a{
    background: transparent;
}
.container .wpml-ls-legacy-list-horizontal a {
    padding: 0px 10px;
}
.container .top-nav-text a {
    line-height: 120%;
    color:#5c5c5c !important;
}
.container .top-nav-text span,
.container .top-nav-text p{
    color:#5c5c5c !important;
}

.top-nav-text .wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover>a, .top-nav-text .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:focus {
    background-color: transparent;
}
.top-nav-text .wpml-ls-statics-shortcode_actions a:hover, .top-nav-text .wpml-ls-statics-shortcode_actions a:focus {
    background-color: transparent;
}
.top-nav-text .wpml-ls-statics-shortcode_actions a {
    background-color: transparent;
}

#menu-menu-principale-en .prenota-open-button {
    background-color: #CCD7DF;
}
.navbar-nav .menu-book {
    background-color: #CCD7DF;
}
#menu-menu-principale-en .prenota-open-button a {
    color: #333;
}
.navbar-nav .menu-book a {
    color: #333;
}

.top-nav-text .wpml-ls-current-language{
    font-family: "Open Sans";
    font-weight:700;
}


.container > .row > section.page-title.left{
    display: none;
}
/* NEW BOOKING STYLE*/
body.noScroll, html.noScroll{
    overflow: hidden;
}
body.noScroll{
    position: fixed;
}
body .mtr-panel {
    background: #1c4d6f;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0px 0px #000;
    padding: 20px;
    height: auto;
    display: flex;
}
body .mtr-panel .mtr-item.sel .borderSel {
    display: none;
}
body .mtr-panel .mtr-item {
    max-width: 250px;
    width: 100%;
    border-right: none;
    margin-right: 35px;
}
body div.mtr-item div.mtr-input div {
    margin-right: 35px;
}
body .mtr-panel .mtr-item .txt {
    height: 37px;
    padding: 2px 12px;
    margin-top: 0;
    font-size: 15px;
    max-width: 205px;
}
body .mtr-panel .mtr-item .mtr-label {
    color: #fff;
    font-size: 15px;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
body div.mtr-item div.mtr-input div {
    margin-right: 0;
}

body .mtr-panel .mtr-item.mtr-cta .btnGray, body .mtr-panel .mtr-item.mtr-cta .btnOrange {
    padding: 0 15px;
    display: flex;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
}

#booking-wrap.sticky {
    position: fixed;
    bottom: 0;
    width: 100vw;
    left: auto;
    right: -150vw;
    -webkit-transition: right ease-in 0.3s;
    -o-transition: right ease-in 0.3s;
    transition: right ease-in 0.3s;
    margin: 0;
    z-index: 2050;
    max-width: 1140px;
}
#booking-wrap.sticky.ap_inview {
    opacity: 1;
    right: 0;
}
body .panHead a.btnBlue.btnSel {
    display: none;
}

body .panAction a.btnIcs {
    display: none;
}

/* BOOKING OPENER */

#booking_opener {
    position: fixed;
    background-color: #fff;
    right: 10px;
    bottom: -200px;
    z-index: 1000;
    cursor: pointer;
    transition: bottom ease 0.3s;
    box-shadow: 2px 4px 18px #000;
    border-radius: 7px;
}
#booking_opener .btn {
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    width: 164px;
    word-wrap: normal;
    white-space: normal;
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
    background: #1b4d6f;
}
#booking_opener .btn:hover {
    opacity: 0.9;
}
#booking_opener.ap_inview {
    bottom: 10px;
}

#booking-wrap  .ap_close:before, #booking-wrap  .ap_close:after{
    background-color: #fff;
    height:22px;
}
#footer-wrapper, .main-wrapper #ifMotore.ap_inview{
    margin:0;
}
#booking-wrap.ap_inview .ap_close {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#booking-wrap .ap_close {
    display: none;
    position: absolute;
    right: 10px;
    top: 12px;
}
.ap_close{
    width: 32px;
    height: 32px;
    background: transparent;
    padding:0;
    position: relative;
    z-index:300;
}
.ap_close:hover {
    opacity: 1;
}
.ap_close:before, .ap_close:after {
    position: absolute;
    left: 15px;
    content:'';
    height: 33px;
    width: 2px;
    top:0;
}
.ap_close:before {
    transform: rotate(45deg);
}
.ap_close:after {
    transform: rotate(-45deg);
}

#booking-wrap.ap_inview .dropdDownCont {
    top: auto;
    bottom: 45px;
    z-index: 999;
}

/*RESPONSIVE*/

/*SM*/
@media (max-width: 767px){
    body .mtr-panel {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        border-radius: 0;
    }

    body .mtr-item {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    body .mtr-panel .mtr-item.mtr-itemData, body .mtr-panel .mtr-item.mtr-itemApt, body .mtr-panel .mtr-item.mtr-itemPax {
        border: none;
        max-width: 100%;
        width: 100%;
    }
    body .mtr-panel .mtr-item .txt {
        width: 100%;
        max-width: 100%;
    }
    body .mtr-panel .mtr-item.mtr-cta {
        max-width: 100%;
    }

    #booking_opener.ap_inview {
        width: 100%;
        margin: 0;
        right: 0;
        bottom: 0;
    }
    #booking_opener .btn {
        width: 100%;
        border-radius: 0px;
        text-align: center;
    }
    #booking_row.sticky {
        bottom: auto;
        overflow-y: scroll;
        top: 0;
    }
    #ifMotore, #motore {
        height: 100%;
    }
    #listaCamere {
        position: fixed;
        height: 100%;
        overflow-y: scroll;
    }
    #booking-wrap.ap_inview .dropdDownCont {
        bottom: 0;
        top: 0;
        border-radius: 0px;
    }
    #paxCont .paxCamereEta {
        padding: 15px;
    }
    #camerePaxContent .row.clear {
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
}

/*MD*/

@media only screen and (max-width: 960px){
    body .mtr-panel .mtr-item.mtr-itemData, body .mtr-panel .mtr-item.mtr-itemApt, body mtr-item mtr-itemPax {
        width: 100%;
    }
}

body .flatpickr-day.hidden {
    display: block !important;
}