.logo_wrap img {
    width: 100%;
}
.ui-datepicker .ui-datepicker-calendar td.date-range-selected a {
    background-color: #052c4d !important;
}
.ui-datepicker .ui-datepicker-calendar td.date-range-selected a {
    border-color: #586d88 !important;
}

.menu_contacts a:hover {
    color: #6e85af;
}
#map_homepage {
    width: 100%;
    height: 650px;
}

#cookie_law_banner {
    display: none !important;
}

.caption_box .caption .caption_title , .caption_box .caption .caption_subtitle{
    font-family: "Garamond", serif !important;
    line-height: 150% !important;
}
.single_room_price{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.single_room_price .price_box {
    display: inline-block;
    padding: 0 20px;

}

.single_room_price .price_box .price {
    font-size: 1.5em;
}

@media(max-width: 992px){
    #map_homepage {
        height: 450px;
    }

    .single_room_price{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .single_room_price .price_box{
        margin-top: 1.5em;
    }

    /*.caption_box .caption .caption_title:first-line {
        word-spacing: 9999px;
        -webkit-word-spacing:9999px;
        -moz-word-spacing:9999px;
    }*/
    .menu > li.active {
        background-color: unset !important;
    }
    .menu > li.current-menu-ancestor.active > a {
        background-color: #adb7c5;
        width: 100%;
    }
    .menu .current-menu-ancestor .sub-menu li.current-menu-item.active {
    /*.menu > li.current-menu-item.active {*/
        background-color: #adb7c5;
    }
}