﻿/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 *      
    <?php include $_SERVER['DOCUMENT_ROOT'] . '/partials/partial-head.php' ?>
        <?php echo '<link rel="stylesheet" href="/ru/stylesheets/screen.css?v=' . $CSSversion . '" media="screen, projection" type="text/css">' ?>  */

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic,cyrillic-ext");
@import url("bootstrap.css");
@import url("custom.css?v=44");
@import url("fonts.css");
@import url("theme.css?v=4");
@import url("iconsmind.css");
@import url("ie.css");
@import url("interface-icons.css");
@import url("magnific-popup.css");
@import url("owl.carousel.css");
@import url("socicon.css");
@import url("slick.css");
@import url("slick-theme.css?v=4");
@import url("../sass/menu.css");
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: none;
    -o-transform: translate3d(0, 0, 0);
    transform: none;
}

a:focus {
    outline: 0 !important;
}

a.igim-disable {
    color: #999999 !important;
    pointer-events: none;
}

a.igim-disable:hover {
    cursor: none !important;
}

.slick-slide {
    outline: none;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

body {
    font-size: 16px;
}

section {
    padding-bottom: unset;
    padding-top: unset;
}

.logo {
    margin-left: 0 !important;
}

.noPadding {
    padding: 0;
}

.height-auto {
    height: auto;
}

.font-bold {
    font-weight: bold;
}

.disab {
    opacity: 0.5;
}

.disab:hover h5 {
    color: black !important;
}

.nav-container {
    background-color: white;
    padding: 1em 0 1em 0;
    border-bottom: 1px solid #eceded;
    height: 5em;
}

.leftBlock img {
    display: inline-block;
    margin-bottom: 0;
    max-width: 5.375em;
    margin-top: 0.4em;
}

.leftBlock a {
    font-size: 0.8125em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-left: 3.125em;
    color: #0f113a;
}

.leftBlock span {
    font-size: 0.625em;
}

.leftBlock span img {
    max-width: 1.8em;
    height: auto;
    margin-left: .7em;
    margin-bottom: 0.5em;
}

.leftBlock .langNav {
    display: none;
}

@media screen and (max-width: 768px) {
    .leftBlock a {
        margin-left: 1.125em;
    }
    .leftBlock .langNav {
        display: none;
    }
}

.rightNav {
    text-align: right;
    height: 1.4em;
    margin-top: .9em;
}

.rightNav a {
    margin: 0 0 0 2.50em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125em;
    color: #0f113a;
}

.rightNav a span img {
    display: inline-block;
    margin: 0 0 0 0;
}

.rightNav a:hover {
    color: #c85727;
}

.rightNav .bookNav {
    max-width: 1.2em;
    margin-bottom: .4em;
    margin-left: .4em;
}

.rightNav .hamburgerNav {
    max-width: 1.5em;
    margin-bottom: .3em;
    margin-left: .4em;
}

@media screen and (max-width: 768px) {
    .rightNav {
        margin-top: 0.7em;
    }
}

.welcome {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-top: 1.6em;
    padding-bottom: 4.375em;
}

.welcome h5 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125em;
}

.welcome h5 a:hover {
    color: #c85727;
}

.welcome h4 {
    font-family: 'maison_neuemedium';
    font-style: normal;
    font-size: 1.5em;
}

.welcome h3 {
    font-family: 'maison_neuemedium';
    font-style: normal;
    font-weight: 600;
    font-size: 1.8em;
}

.welcome p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    /* font-size: 1.125em; */
    font-size: 16px;
    color: #0f113a;
    margin-bottom: 2em;
}

.welcome h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: normal;
    color: #0f113a;
    font-size: 2em;
}

.welcome .sub-information {
    font-style: italic;
    font-size: .8em;
    display: block;
    margin-bottom: 2em;
}

.welcome .btn--sm {
    padding: 0.5em 1em;
    margin-bottom: 0.625em;
}

.welcome .btn {
    font-style: normal;
    border: 2px solid;
    border-color: rgba(35, 35, 35, 0.1);
    border-width: 2px;
    font-size: 0.75em;
    /* min-width: 152px; */
    /* height: 35px; */
    align-items: center;
    display: inline-flex;
    align-content: center;
    margin-left: 0.625em;
}

.welcome .btn .btn__text {
    width: 100%;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.welcome .btn:hover {
    border-color: #c85727;
}

.welcome .active {
    border-color: #c85727 !important;
    box-shadow: none !important;
}

.welcome .cardBgTitleLeftBottomWelcome {
    position: absolute;
    z-index: 0;
    left: 0em;
    bottom: 0;
}

.welcome .cardBgTitleLeftBottomWelcome h2 {
    font-family: 'maison_neuemedium';
    font-style: normal;
    color: #f4f4f4;
    font-size: 14em;
    margin: 0;
    padding: 0;
    line-height: 0.6;
}

.welcome .cardBgTitleMiniLeftBottomWelcome {
    position: absolute;
    z-index: 0;
    left: 0em;
    bottom: 0;
}

.welcome .cardBgTitleMiniLeftBottomWelcome h2 {
    font-family: 'maison_neuemedium';
    font-style: normal;
    color: #f4f4f4;
    font-size: 8em;
    margin: 0;
    padding: 0;
    line-height: 0.6;
}

.welcome .container {
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .welcome h3 {
        line-height: initial;
    }
    .welcome .btn {
        display: block;
    }
    .welcome br {
        display: none;
    }
    .welcome .cardBgTitleLeftBottomWelcome {
        display: none;
    }
    .welcome .cardBgTitleMiniLeftBottomWelcome {
        display: none;
    }
    .welcome .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {
    h2 {
        font-size: 22.7px;
    }
    .welcome {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .welcome .btn {
        display: block;
        font-size: 12px;
        line-height: 22px;
        text-transform: none;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0;
        height: auto;
    }
    .welcome h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .welcome h2 {
        font-size: 22.7px;
    }
    .welcome h3 {
        font-size: 22.7px;
        font-weight: 600;
    }
    .welcome h4 {
        font-size: 14px;
    }
    .welcome p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .welcome .btn .btn__text {
        white-space: initial;
    }
    .welcome .sub-information {
        font-family: 'maison_neuelight';
        font-size: 12px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .welcome .btn {
        margin-bottom: 1em;
    }
}

.welcome .joyButton {
    max-width: 3em;
    margin-bottom: 0;
}

.welcome .masonry__filters ul li:not(:last-child) {
    margin: 0;
}

.welcome .masonry__filters ul li:not(:last-child) {
    margin: 0;
}

.welcome .masonry__filters ul li:not(:last-child):after {
    content: "";
    margin-left: 0;
}

.welcome .masonry__filters ul li:not(.active) {
    opacity: 1;
}

.card-1,
.card-2 {
    margin-bottom: 0;
}

.roomsCardBottom {
    background-color: #fff;
}

.roomsCardBottom .container {
    padding-top: 5em;
}

.roomsCardBottom .card__body {
    background: #f4f4f4;
}

.roomsCardBottom .card__title h5 {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
}

.roomsCardBottom p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0f113a;
    font-size: 0.875em;
}

.roomsCardBottom .elements--title {
    font-family: 'maison_neuemedium';
    font-size: 1.5em !important;
    color: #0f113a;
    margin-bottom: 0em;
}

.roomsCardBottom .elements--title h4 {
    font-size: 1.27em !important;
}

.grayBg {
    background-color: #f9f9f9;
}

.whiteBg {
    background-color: #fff;
}

.squareCards .detailBtn .st0 {
    fill: #F4F4F4 !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.squareCards .detailBtn:hover .st0 {
    fill: #c85727 !important;
}

.squareCards .detailBtn:hover .st1 {
    fill: white !important;
    opacity: 1;
}

.squareCards .card a:hover {
    cursor: pointer !important;
}

.squareCards .card a:hover h5 {
    color: #c85727;
}

.squareCards .container {
    padding-top: 3.3125em;
    padding-bottom: 3.3125em;
}

.squareCards .elements--title {
    font-family: 'maison_neuemedium';
    font-size: 1.5em !important;
    color: #0f113a;
    margin-bottom: 0em;
}

.squareCards .elements--title h4 {
    font-size: 1.27em !important;
}

.squareCards .elements--title p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0f113a;
    font-size: 18px;
    text-align: right;
    margin-bottom: 0;
    margin-top: .4em;
}

.squareCards .elements--title a {
    font-size: 13px;
    padding-top: 1em;
    text-decoration: none;
}

.squareCards .elements--title a:hover {
    cursor: pointer !important;
    color: #c85727;
}

.squareCards .card__body {
    background: transparent;
}

.squareCards .card__body p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0f113a;
    font-size: 0.875em;
}

.squareCards .card__body .iconsWrapper {
    display: block;
    width: 100%;
}

.squareCards .card__body .iconsWrapper .detail {
    width: 19%;
    margin-top: 1em;
    margin-left: 1.8em;
}

.squareCards .card__body .iconsWrapper .iconItem {
    text-align: center;
}

.squareCards .card__body .iconsWrapper .iconItem img {
    margin-bottom: .4em;
}

.squareCards .card__body .iconsWrapper .iconItem h6 {
    color: #0f113a;
    font-size: 0.7em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
}

.squareCards .boxed {
    padding: 2.4375em 0;
}

.squareCards .card__title h5 {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
}

.squareCards .card__title h5 a {
    color: black;
}

.squareCards .card__title h5 a:hover {
    color: #c85727;
}

.squareCards .card__title h5 span {
    display: inline-block;
    width: 1em;
    margin-right: .7em;
    margin-bottom: 0;
}

.squareCards .card__title h5 span hr {
    border-top: 2px solid #c85727;
    margin: 0;
    display: block;
}

.squareCards .card__title h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 0.875em;
    padding-left: 2.2em;
}

@media screen and (max-width: 768px) {
    .squareCards .container {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .squareCards .boxed {
        padding: 2.4375em 0 1.4em 0;
    }
    .squareCards .card__body {
        min-height: auto !important;
    }
    .squareCards .card__body p {
        min-height: unset;
    }
    .squareCards .cardSlider .nextArrow {
        top: 30%;
        right: 7%;
    }
    .squareCards .cardSlider .prevArrow {
        top: 30%;
        left: 7%;
        z-index: 99;
    }
}

@media screen and (max-width: 425px) {
    .squareCards .container {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .squareCards .card__body .iconsWrapper .detailBtn svg {
        height: 40px;
    }
    .squareCards .elements--title h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .squareCards .elements--title p {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .squareCards .card__body {
        padding: 10px 10px 0 10px;
        margin-bottom: 0;
    }
    .squareCards .card__title h5 {
        font-weight: 600;
        font-size: 14px;
    }
    .squareCards .card__title h4 {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.standartCard .detailBtn .st0 {
    fill: #F4F4F4 !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.standartCard .detailBtn:hover .st0 {
    fill: #c85727 !important;
}

.standartCard .detailBtn:hover .st1 {
    fill: white !important;
    opacity: 1;
}

.standartCard .card a:hover {
    cursor: pointer !important;
}

.standartCard .card a:hover h5 {
    color: #c85727;
}

.standartCard .container {
    padding-top: 3.3125em;
    padding-bottom: 3.3125em;
}

.standartCard .cardBgTitleRight {
    position: absolute;
    z-index: 0;
    right: 5em;
    top: -2.6em;
}

.standartCard .cardBgTitleRight h2 {
    font-style: normal;
    color: #fff;
    font-size: 19.5em;
}

.standartCard .cardBgTitleLeft {
    position: absolute;
    z-index: 0;
    left: -22em;
    top: 3em;
}

.standartCard .cardBgTitleLeft h2 {
    font-style: normal;
    color: #f4f4f4;
    font-size: 15.5em;
}

.standartCard .elements--title {
    font-size: 1.5em;
    color: #0f113a;
    margin-bottom: 0em;
}

.standartCard .elements--title h4 {
    font-size: 1.27em;
}

.standartCard .elements--title .zindex {
    z-index: 9;
}

.standartCard .elements--title p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    padding-top: 1em;
}

.standartCard .elements--title p:hover {
    cursor: pointer !important;
}

.standartCard .elements--title p a {
    text-decoration: none;
}

.standartCard .elements--title p a:hover {
    cursor: pointer !important;
    color: #c85727;
}

.standartCard .card__body p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0f113a;
    /* font-size: 0.875em; */
    font-size: 14px;
    line-height: 2em;
    min-height: 10em;
}

.standartCard .card__body p.smaller {
    font-size: 14px !important;
}

.standartCard .card__body p.small {
    font-size: 13px !important;
}

.standartCard .card__body span {
    font-weight: 600;
    font-size: .8em;
}

.standartCard .card__body .btn {
    display: inline-block;
    width: 50%;
    padding-left: unset;
    padding-right: unset;
}

.standartCard .card__body .btn--sm {
    padding-left: unset;
    padding-right: unset;
}

.standartCard .card__body a span {
    font-size: .8em;
}

.standartCard .card__body a:hover {
    border-color: #c85727;
}

.standartCard .card__body .iconsWrapper {
    display: block;
    width: 100%;
}

.standartCard .card__body .iconsWrapper .iconItem {
    text-align: center;
}

.standartCard .card__body .iconsWrapper .iconItem img {
    margin-bottom: .4em;
}

.standartCard .card__body .iconsWrapper .iconItem h6 {
    color: #0f113a;
    font-size: 0.7em;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 0;
}

.standartCard .card__body .servicesIcons {
    margin-right: 1em;
    display: inline-block;
    margin-bottom: 2em;
    text-align: center;
}

.standartCard .card__body .servicesIcons .col-md-3 {
    padding: 0 10px;
}

.standartCard .card__body .servicesIcons .item {
    text-align: center;
    margin-bottom: 1em;
    pointer-events: none !important;
}

.standartCard .card__body .servicesIcons .item:hover {
    pointer-events: none !important;
}

.standartCard .card__body .servicesIcons .item svg {
    width: 100%;
    margin: 0;
}

.standartCard .card__body .servicesIcons .item figure {
    margin-bottom: .6em;
    padding: 3%;
    width: 3em;
    height: 3em;
    border: 1px solid #c85727;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: .3em;
    display: inline-block;
}

.standartCard .card__body .servicesIcons .item figure:hover {
    background-color: #c85727;
}

.standartCard .card__body .servicesIcons .item figure:hover .st0 {
    fill: white;
}

.standartCard .card__body .servicesIcons .item span {
    color: #0f113a;
    font-size: 0.7em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
}

.standartCard .card__body .likeBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 5px 0;
}

.standartCard .card__body .likeBtn img {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: unset;
    display: inline-block;
}

.standartCard .card__body .cardBgTitleRight {
    position: absolute;
    z-index: 0;
    right: 5em;
    top: -2.6em;
}

.standartCard .card__body .cardBgTitleRight h2 {
    font-style: normal;
    color: #fff;
    font-size: 19.5em;
}

.standartCard .card__body:hover h5 {
    color: #c85727;
}

.standartCard .card__title h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
}

.standartCard .card__title h5 span {
    display: inline-block;
    width: 1em;
    margin-right: .7em;
}

.standartCard .card__title h5 span hr {
    border-top: 2px solid #c85727;
    margin: 0;
    display: block;
}

.standartCard .card__title h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 0.875em;
    padding-left: 2.2em;
}

.standartCard .card__title h4 a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a !important;
    text-decoration: none;
    font-style: normal !important;
}

.standartCard .card__title h6 {
    font-family: 'maison_neuemedium';
    font-style: normal;
    font-size: 1.125em;
    font-style: normal;
    color: #0f113a;
    line-height: 1.4em;
    text-transform: none;
}

.standartCard .card__title span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: .7em;
}

@media screen and (max-width: 1000px) {
    .standartCard .card__body .likeBtn {
        width: 46%;
    }
}

@media screen and (max-width: 768px) {
    .standartCard .container {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .standartCard .cardBgTitleRight {
        display: none;
    }
    .standartCard .cardBgTitleLeft {
        display: none;
    }
    .standartCard .card__body {
        min-height: auto !important;
    }
    .standartCard .card__body p {
        min-height: unset;
    }
    .standartCard .cardSlider .nextArrow {
        top: 20%;
        right: 7%;
    }
    .standartCard .cardSlider .prevArrow {
        top: 20%;
        left: 7%;
        z-index: 99;
    }
}

@media screen and (max-width: 425px) {
    .standartCard .elements--title {
        font-size: 18px;
        color: #0f113a;
        margin-bottom: 0em;
    }
    .standartCard .elements--title h4 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
    }
    .standartCard .card__body .likeBtn {
        /* width: 46%; */
        width: 48px;
        height: 48px;
    }
    .standartCard .card__title h5 {
        font-size: 14px;
        text-transform: uppercase;
    }
    .standartCard .elements--title p {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        padding-top: 0;
        margin-bottom: 0;
    }
    .standartCard .card__body p {
        /* font-family: 'maison_neuelight'; */
        font-size: 14px;
    }
    .standartCard .card__body .iconsWrapper .iconItem img {
        margin-bottom: .4em;
        height: 50px;
    }
    .standartCard .card__body .iconsWrapper .detailBtn svg {
        height: 50px;
    }
    #inRoomDining .container {
        flex-flow: column;
    }
    #inRoomDining .cardInfo img {
        max-width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    #inRoomDining .cardInfo h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
        margin-left: 26px;
        color: #232323;
    }
    #inRoomDining .cardRightInfo {
        padding: 1.6em;
    }
}

.grayCard {
    background-color: #f4f4f4;
}

.whiteBg {
    background-color: #fff;
}

.grayCard .card__body {
    background-color: #f4f4f4;
}

.grayCard .detailBtn .st0 {
    fill: white !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.grayCard .detailBtn:hover .st0 {
    fill: #c85727 !important;
}

.grayCard .detailBtn:hover .st1 {
    fill: white !important;
    opacity: 1;
}

.whiteCard .card__body {
    background-color: #fff;
}

.cardSlider .slick-list {
    display: block;
    width: 100%;
}

.cardSlider .prevArrow {
    position: absolute;
    top: 50%;
    left: -4%;
    background-color: #bcbec0;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    padding: .4em .6em;
}

.cardSlider .prevArrow img {
    margin-bottom: unset;
}

.cardSlider .prevArrow:hover {
    cursor: pointer !important;
    background-color: #c85727;
}

.cardSlider .nextArrow {
    display: block;
    position: absolute;
    top: 50%;
    right: -4%;
    background-color: #bcbec0;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    padding: .4em .6em;
}

.cardSlider .nextArrow img {
    margin-bottom: unset;
}

.cardSlider .nextArrow:hover {
    cursor: pointer !important;
    background-color: #c85727;
}

@media screen and (max-width: 768px) {
    .cardSlider .nextArrow {
        top: 100%;
        right: 15%;
    }
    .cardSlider .prevArrow {
        top: 100%;
        left: 15%;
    }
}

.cardSlider4 .slick-list {
    display: block;
    width: 100%;
}

.cardSlider4 .prevArrow {
    display: block;
    position: absolute;
    top: 50%;
    left: -4%;
    background-color: #bcbec0;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    padding: .4em .6em;
}

.cardSlider4 .prevArrow img {
    margin-bottom: unset;
}

.cardSlider4 .prevArrow:hover {
    cursor: pointer !important;
    background-color: #c85727;
}

.cardSlider4 .nextArrow {
    display: block;
    position: absolute;
    top: 50%;
    right: -4%;
    background-color: #bcbec0;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    padding: .4em .6em;
}

.cardSlider4 .nextArrow img {
    margin-bottom: unset;
}

.cardSlider4 .nextArrow:hover {
    cursor: pointer !important;
    background-color: #c85727;
}

.masonryContainer .masonry__container {
    padding-top: 2em;
}

.masonryContainer .masonry__item {
    padding: 0.9375em;
    border: 0px !important;
}

.masonryContainer .masonry__item img {
    width: 100%;
    display: block;
}

.masonryContainer .mfp-figure button {
    font-size: 2em !important;
}

.masonryContainer .modal-instance {
    width: 100%;
    display: block;
}

.masonryContainer .modal-trigger {
    width: 100%;
    display: block;
}

@media screen and (max-width: 425px) {
    .masonryContainer .masonry__container {
        padding-top: 10px;
    }
    .masonryContainer .masonry__item img {
        margin: 0;
    }
}

.circleCard {
    padding-top: 5.625em !important;
}

.circleCard .desc a {
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
}

.circleCard .desc a:hover {
    border-color: #c85727;
}

.circleCard .desc a span {
    font-size: .8em;
    color: #767676;
}

.circleCard .leftPadding {
    padding-left: 4em;
}

.circleCard .leftPadding .btn {
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
}

.circleCard .leftPadding a span {
    font-size: .8em;
    color: #767676;
}

.circleCard .leftPadding a:hover {
    border-color: #c85727;
}

.circleCard .row {
    display: flex;
    align-items: center;
    padding-bottom: 5.625em;
}

.circleCard h4 {
    font-family: 'maison_neuedemi';
    font-style: normal;
    font-size: 1.3em;
    color: #0f113a;
    letter-spacing: .1em;
}

.circleCard h6 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: #c85727;
    line-height: 1.5em;
}

.circleCard ul {
    list-style: square;
}

.circleCard ul li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
    line-height: 1.8em;
}

.circleCard p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #0f113a;
    letter-spacing: 1px;
    line-height: 1.6em;
}

.circleCard .col-md-9 {
    padding-left: 7em;
}

.circleCard img {
    max-width: 86%;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .circleCard {
        padding-top: 2em !important;
    }
    .circleCard img {
        max-width: 100%;
    }
    .circleCard .col-md-9 {
        padding-left: 1em;
    }
    .circleCard .row {
        padding-bottom: 2em;
    }
    .circleCard h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
    }
    .circleCard p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }
    .circleCard p.color--orange {
        font-weight: 600;
    }
}

@media screen and (max-width: 425px) {
    .circleCard {
        padding-top: 20px !important;
    }
    .circleCard h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .circleCard h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 600;
        text-transform: unset;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .circleCard h6.small {
        font-size: 12px !important;
    }
    .circleCard p {
        margin-bottom: 10px;
        font-size: 14px !important;
    }
    .circleCard .leftPadding {
        padding-left: 15px;
    }
    .circleCard ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .hoursComponent .cardRightInfo p {
        font-size: 14px !important;
    }
}

.ofCanvas {
    overflow: hidden;
}

.ofCanvas .offCanvasContent {
    padding: 0 0 0 3em;
    text-align: left;
    margin-top: 1.875em;
}

.ofCanvas .offCanvasContent div {
    margin-bottom: 1.6875em;
}

.ofCanvas h5 {
    font-style: normal;
    font-size: 1.125em;
    color: #0f113a;
    margin-bottom: 0.4em;
}

.ofCanvas h5 a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 1.125em;
    color: #0f113a;
    margin-bottom: 0.4em;
}

.ofCanvas h5 a:hover {
    color: #c85727;
}

.ofCanvas a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
    font-style: normal;
}

.ofCanvas a:hover {
    color: #c85727;
}

.ofCanvas a.highlighted {
    color: #c85727;
}

.ofCanvas .ofCanvasMuted a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125em;
    color: #0f113a;
}

.ofCanvas .menuClose {
    width: 100%;
    text-align: center;
    height: 5rem;
    font-size: 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding-left: 6em;
    line-height: 5rem;
}

.ofCanvas .menuClose p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 2rem;
}

.ofCanvas .menuClose a {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: auto;
    line-height: 2rem;
}

.ofCanvas .menuClose a img {
    max-width: .8rem;
    margin-bottom: 0;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    backface-visibility: hidden;
}

.ofCanvas .menuClose a:hover img {
    transform: rotate(180deg);
}

.ofCanvas .social-list {
    text-align: center;
    margin-top: 2em;
}

.ofCanvas .social-list li {
    opacity: 1;
}

.ofCanvas .social-list li a {
    color: #c85727;
    opacity: 1;
}

@media screen and (max-width: 425px) {
    .ofCanvas .offCanvasContent {
        padding: 0 0 0 2em;
    }
    .ofCanvas .offCanvasContent div {
        margin-bottom: 0;
    }
    .ofCanvas h5 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .ofCanvas a {
        width: 90%;
        margin-bottom: 0;
    }
    .ofCanvas h5 a {
        font-size: 18px;
    }
    .ofCanvas .menuClose {
        height: 50px;
        line-height: 55px;
    }
    .ofCanvas .ofCanvasMuted a {
        margin-bottom: 7px;
    }
}

.eventForm {
    padding-top: 3.3125em;
    padding-bottom: 6.25em;
}

.eventForm .elements--title {
    font-family: 'maison_neuemedium';
    font-size: 1.5em !important;
    color: #0f113a;
    margin-bottom: 0em;
}

.eventForm .elements--title h4 {
    font-size: 1.27em !important;
}

.eventForm .elements--title p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0f113a;
    font-size: 18px;
    text-align: left;
}

.eventForm .container {
    padding-top: 3.3125em;
    padding-bottom: 3.3125em;
}

.eventForm .datepicker-days {
    display: inline-block;
    top: -18em;
    right: 18em;
    position: relative;
}

.eventForm .datepicker-months {
    display: inline-block;
    top: -18em;
    right: 18em;
    position: relative;
}

.eventForm .datepicker-years {
    display: inline-block;
    top: -18em;
    right: 18em;
    position: relative;
}

.eventForm select {
    margin-bottom: 0em;
}

.eventForm textarea {
    border-radius: 15px;
}

.eventForm .btn.btn--primary {
    background-color: #0f123b;
    font-style: normal;
    border-color: #0f123b;
    font-size: 1em !important;
}

.eventForm .btn.btn--primary:hover {
    border-color: #0f123b;
}

.eventForm .btn.btn--primary img {
    margin-bottom: 0;
    display: inline-block;
    max-width: 7%;
    margin-left: 1em;
}

.eventForm button:active,
.eventForm button:hover,
.eventForm button:focus {
    border-color: #0f123b !important;
}

.eventForm input[type],
.eventForm textarea,
.eventForm select {
    border-radius: 20px;
    border: 1px solid rgba(35, 32, 31, 0.5);
}

.eventForm form div[class*='col-']>input {
    margin-bottom: 1.6em;
}

.eventForm ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0f113a !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
}

.eventForm ::-moz-placeholder {
    /* Firefox 19+ */
    color: #0f113a !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
}

.eventForm :-ms-input-placeholder {
    /* IE 10+ */
    color: #0f113a !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
}

.eventForm :-moz-placeholder {
    /* Firefox 18- */
    color: #0f113a !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
}

@media screen and (max-width: 768px) {
    .eventForm {
        padding-bottom: 2.25em;
        margin-bottom: 1.6em;
    }
    .eventForm .elements--title {
        padding: 0em 1.4em;
    }
    .eventForm .col-sm-6 {
        padding-left: 0;
    }
    .eventForm textarea {
        margin-top: 2em;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 425px) {
    .eventForm {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .eventForm .container {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .eventForm .elements--title {
        padding: 0 15px;
    }
    .eventForm .elements--title h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: bold;
    }
    .eventForm .elements--title p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: normal;
    }
    .eventForm .col-sm-6 {
        padding-left: 0;
    }
    .eventForm textarea {
        font-family: 'Open Sans', sans-serif;
        margin-top: 0;
        font-size: 12px;
        padding: 10px 15px;
        height: auto;
        margin-bottom: 10px;
    }
    .eventForm .input-select {
        margin-bottom: 0;
    }
    .eventForm select {
        font-size: 12px;
        padding: 10px 15px;
        height: auto;
        margin-bottom: 10px;
    }
    .eventForm form div[class*='col-']>input {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 10px 15px;
        height: auto;
    }
    .eventForm .btn.btn--primary {
        font-size: 14px !important;
        padding: 5px 15px;
        height: auto;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.lujoSoul p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    /* font-size: 1.5em; */
    font-size: 16px;
    color: #0f113a;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7em;
}

.lujoSoulQuote {
    position: relative;
    padding: 4em 0;
    min-height: 40vh;
}

.lujoSoulQuote .cardBgTitleLeftBottom {
    position: absolute;
    z-index: 0;
    left: 0em;
    bottom: -7.3em;
}

.lujoSoulQuote .cardBgTitleLeftBottom h2 {
    font-family: 'maison_neuemedium';
    font-style: normal;
    color: #fff;
    font-size: 19.5em;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.lujoSoulQuote .circle {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color: #c85727;
    display: inline-block;
    margin-bottom: 3.125em;
    margin-top: 3.125em;
}

.lujoSoulQuote p {
    font-family: 'web-bodoni-mt-italic';
    font-style: italic;
    font-weight: normal;
    color: #0f113a;
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.6em;
    text-align: left;
}

.lujoSoulQuote h6 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125em;
    text-transform: none;
    text-align: right;
}

.lujoSoulQuote h6 hr {
    margin-bottom: .3em;
    border: 0;
    border-top: .9px solid black;
    display: inline-block;
    width: 7%;
}

@media screen and (max-width: 768px) {
    .lujoSoulQuote {
        padding-top: 0;
    }
    .lujoSoulQuote .cardBgTitleLeftBottom {
        display: none;
    }
    .lujoSoulQuote {
        position: relative;
        padding: 0;
        min-height: auto;
    }
    .lujoSoulQuote .circle {
        margin-bottom: 0.8em;
        margin-top: 1.3em;
    }
    .lujoSoulQuote p {
        font-family: 'web-bodoni-mt-italic';
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0.6em;
        text-align: left;
    }
    .lujoSoulQuote h6 {
        font-size: 14px;
        margin-bottom: 0.6em;
    }
}

@media screen and (max-width: 425px) {
    .lujoSoul p {
        font-size: 14px !important;
    }
    .lujoSoul h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .background-image-holder {
        transform: none !important;
    }
}

.parallaxBodrum h4 {
    font-family: 'maison_neuemedium';
    font-style: normal;
    font-size: 1.125em;
    font-style: normal;
}

.parallaxBodrum p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    font-style: normal;
}

.parallaxBodrum h2 {
    font-size: 2em;
}

@media screen and (max-width: 768px) {
    .imageblock .container {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 425px) {
    .parallaxBodrum p {
        font-size: 14px;
    }
    .parallaxBodrum h2 {
        font-size: 20px;
    }
}

.imageHeader {
    position: relative;
    height: 25em;
}

.imageHeader .container {
    background-color: #f4f4f4;
    min-height: 48vh;
    z-index: 0;
}

.imageHeader .row {
    background-color: #f4f4f4;
    height: 1em;
    width: 80%;
}

.imageHeader .row2 {
    background-color: #f4f4f4;
    height: 1em;
    width: 80%;
    /*float: right;*/
    position: relative;
    left: calc(20% + 15px);
}

.imageHeader .container-fluid {
    z-index: 1;
    position: static;
    top: 1em;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
}

.imageHeader .container-fluid img {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .imageHeader {
        height: auto;
    }
    .imageHeader .container {
        background-color: #f9f9f9;
        min-height: auto;
        z-index: 0;
    }
}

.roomShort {
    padding-top: 3.125em !important;
    padding-bottom: 4.625em;
}

.roomShort a img {
    max-width: 30%;
    display: inline-block;
    margin-right: 1em;
}

.roomShort p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    /* font-size: 1.125em; */
    font-size: 16px;
    color: #0f113a;
    line-height: 1.8em;
    margin-bottom: unset;
}

.roomShort .likeSection {
    display: none;
}

@media screen and (max-width: 768px) {
    .roomShort {
        padding-top: 3.125em !important;
    }
    .roomShort .likeSection {
        text-align: center;
        z-index: 9999999;
    }
    .roomShort a img {
        max-width: 10%;
    }
}

@media screen and (max-width: 425px) {
    .roomShort {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .roomShort p {
        font-size: 12px;
    }
    .imageHeaderMobile img {
        margin-bottom: 0;
    }
    .imageHeaderMobile .container {
        background-color: #f9f9f9;
        min-height: auto;
        z-index: 0;
    }
}

.featuredSection .col-sm-4 {
    padding: 0;
}

.featuredSection img {
    max-width: 27%;
    display: inline-block;
}

.featuredSection .feature {
    text-align: center;
    min-height: 35vh;
    border-right: 1px solid #f4f4f4;
    padding: 0 4em;
}

.featuredSection .feature .last {
    border-right: 0px;
}

.featuredSection .feature h5 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: #c85727;
}

.featuredSection .feature ul {
    list-style: none;
}

.featuredSection .feature ul li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 1.8em;
}

.featuredSection .last {
    border-right: 0px;
}

.featuredSection .booking {
    margin-top: 5em;
}

.featuredSection .booking p {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
    display: inline-flex;
    min-height: 3em;
    align-items: center;
    margin-right: 1em;
}

.featuredSection .booking .btn {
    background-color: #c85727;
    border: 2px solid #c85727;
}

.featuredSection .booking .btn:hover {
    background-color: transparent;
    border: 2px solid #c85727;
}

.featuredSection .booking .btn:hover .btn__text {
    color: #c85727;
}

.featuredSection .btn--sm {
    padding-top: 0.36111111em;
    padding-bottom: 0.36111111em;
    font-size: 1em;
    font-family: 'maison_neuemedium';
    font-style: normal;
    min-width: 13em;
}

@media screen and (max-width: 768px) {
    .featuredSection .feature {
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 1em;
    }
    .featuredSection .btn {
        margin-top: 3em;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .featuredSection .feature {
        border-bottom: 0px solid #f4f4f4;
    }
}

@media screen and (max-width: 425px) {
    .featuredSection .btn--sm .btn__text {
        font-size: 10px;
    }
    .featuredSection .booking {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .featuredSection .btn {
        margin-top: 0;
        font-size: 14px;
    }
    .featuredSection .booking p {
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
}

.featuredSectionTop {
    padding-bottom: 5em;
    padding-top: 5em !important;
}

.featuredSectionTop .feature {
    text-align: center;
    min-height: 10vh;
    padding-top: 3em;
}

.featuredSectionTop .feature h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 4em;
    margin-bottom: 0;
    color: #0f113a;
    line-height: 1em;
    min-height: 100px;
}

.featuredSectionTop .feature p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: #0f113a;
}

.featuredSectionTop .feature .mFeature {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 2.1em;
    margin-bottom: 0;
    color: #0f113a;
    line-height: 1em;
    min-height: 2.4em;
    display: inline-flex;
    align-items: center;
}

.featuredSectionTop .feature-1 p {
    min-height: unset;
    margin: 0;
}

.featuredSectionTop .col-sm-4 {
    border-right: 1px solid #f4f4f4;
}

.featuredSectionTop .last {
    border-right: 0px;
}

@media screen and (max-width: 768px) {
    .featuredSectionTop .mFeature {
        min-height: unset;
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        font-size: 2em;
        margin-bottom: 0;
        color: #0f113a;
        line-height: 1em;
        min-height: 100px;
        display: inline-flex;
        align-items: center;
    }
    .featuredSectionTop .feature {
        padding-top: 0;
    }
    .featuredSectionTop .feature h5 {
        min-height: unset;
    }
}

.locationSection {
    padding-bottom: 3.5em !important;
    padding-top: 3.5em !important;
}

.locationSection .elements--title {
    font-family: 'maison_neuemedium';
    font-size: 1.5em !important;
    color: #0f113a;
    margin-bottom: 0em;
}

.locationSection .elements--title h4 {
    font-size: 1.27em !important;
}

.locationSection .locationInfo p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 2em;
}

.locationSection .locationInfo a {
    text-decoration: none;
}

.locationSection .locationInfo a:hover {
    color: #c85727;
}

.locationSection .locationInfo .social-list {
    margin-top: 3em;
}

.locationSection .locationInfo .social-list li {
    opacity: 1;
}

.locationSection .locationInfo .social-list li a {
    color: #0f113a;
}

@media screen and (max-width: 768px) {
    .locationSection .social-list {
        margin-bottom: 2em;
    }
}

.pad1 {
    padding-left: 0.5em;
}

.pad2 {
    padding-left: 0;
}

.footer-1 .logo {
    margin-bottom: 1em;
}

.footer-1 .footer__navigation {
    width: 100%;
    text-align: left;
}

.footer h6,
.footer .footer__navigation,
.footer .textMini {
    padding-left: 10px;
}

footer {
    background-color: #0f113a;
    color: white !important;
}

footer .pe {
    margin-right: 2em;
}

footer a {
    color: white;
    opacity: 1;
}

footer p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: white;
    line-height: 1.7em;
}

footer h6 {
    font-family: 'maison_neuemedium';
    font-style: normal;
    font-size: 1em;
    color: white;
    margin-bottom: 0;
    margin-top: .6em;
    text-align: left;
}

footer h6 a:hover {
    color: #c85727;
}

footer .textMini {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: white;
    line-height: 1.7em;
}

footer .textMini span img {
    max-width: 1.6875em;
    margin-bottom: 0;
    margin-left: 1em;
}

footer .textMini a {
    text-decoration: none;
}

footer .textMini a:hover {
    color: #c85727;
}

footer .logo {
    max-height: unset !important;
    max-width: 4.5em;
}

footer .footer__navigation li {
    line-height: 2em !important;
}

footer .footer__navigation li a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: white;
    font-size: 1em;
    text-transform: none;
    line-height: .9em;
    letter-spacing: 0;
}

footer .footer__navigation li a:hover {
    color: #c85727;
}

footer .footer__navigation h6 a:hover {
    color: #c85727;
}

footer .subscribeForm {
    margin-top: 4.375em;
}

.grecaptcha-badge {
    visibility: hidden;
}

.form-success,
.form-error {
    display: none;
}

footer input[type] {
    background: transparent;
    border: 1px solid #c85727;
}

footer button {
    background-color: #c85727;
}

footer .form--merge {
    padding-left: .1em;
}

footer .footerBottomNav {
    list-style: none;
    text-align: left;
    line-height: unset !important;
}

footer .footerBottomNav li {
    display: inline-block;
    padding: 0 1em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.7em;
    padding-left: 0;
}

footer .footerBottomNav li a:hover {
    color: #c85727;
}

@media screen and (max-width: 768px) {
    footer .footerBottomNav {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    footer .footerBottomNav li {
        display: block;
        text-align: center;
    }
    footer form button[type="submit"] {
        font-size: 12px;
        margin-bottom: 15px;
        padding: 8px 20px;
        height: auto;
    }
}

footer .social-list {
    line-height: unset !important;
}

footer .social-list li {
    opacity: 1;
}

footer .social-list li a {
    color: white;
    opacity: 1;
}

footer .social-list li a:hover {
    color: #c85727;
}

footer .borderTitle {
    border-top: 3px solid #c85727;
    padding-top: 1.7em;
    text-align: left;
    padding-left: 10px;
}

footer .borderTitle a:hover {
    color: #c85727;
}

footer .navFooterRight {
    padding-top: 1.15em;
}

footer .col-md-3 {
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    footer .weather {
        padding-top: .5em;
    }
    footer .col-md-3 {
        padding-right: 15px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    footer .dl {
        padding-top: 2em;
        padding-left: 0;
    }
}

@media all and (max-width: 425px) {
    footer .subscribeForm {
        margin-top: 0;
    }
    footer form input[type='email'] {
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 8px 20px;
        height: auto;
    }
}

.footer-1 .footer__lower .type--fine-print {
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125em;
}

.weather {
    padding-top: 5.5em;
}

.weather i {
    margin-right: 1em;
}

.weather .a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
}

.weather .b {
    margin-right: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
}

.cookie-warningbar {
    position: fixed;
    bottom: 0;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
}

a.agree {
    background-color: #c96a22;
}

a.agree:hover {
    background-color: #c96a22;
    border-color: #fff;
}

a.agree span.btn__text {
    color: #fff;
    font-size: small;
}

@media (max-width: 415px) {
    .cookie-warningbar {
        padding-bottom: 15px;
    }
}

.igim-gridded .container {
    height: 0;
    padding-top: 66%;
    position: relative;
}

@media all and (max-width: 500px) {
    .igim-gridded .container {
        padding-top: 0;
        height: auto;
    }
}

.igim-gridded .container .row {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media all and (max-width: 500px) {
    .igim-gridded .container .row {
        position: relative;
        height: auto;
        margin: 0;
    }
}

.igim-gridded .container .row .igim-item {
    position: absolute;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (max-width: 500px) {
    .igim-gridded .container .row .igim-item {
        padding-top: 100% !important;
        margin: 2rem auto;
        position: relative;
    }
}

.igim-gridded .container .row .igim-item a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 500px) {
    .igim-gridded .container .row .igim-item {
        position: relative;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        bottom: unset !important;
    }
}

.igim-gridded .container .row .igim-item:first-child {
    background-color: grey;
    width: 32%;
    left: 0;
    padding-top: 22%;
    bottom: 45%;
}

@media all and (max-width: 500px) {
    .igim-gridded .container .row .igim-item:first-child {
        width: 100%;
    }
}

.igim-gridded .container .row .igim-item:first-child+.igim-item {
    background-color: grey;
    width: 22%;
    left: 34%;
    padding-top: 32%;
    bottom: 45%;
}

@media all and (max-width: 500px) {
    .igim-gridded .container .row .igim-item:first-child+.igim-item {
        width: 100%;
    }
}

.igim-gridded .container .row .igim-item:first-child+.igim-item+.igim-item {
    background-color: grey;
    width: 42%;
    left: 58%;
    padding-top: 22%;
    bottom: 52%;
}

@media all and (max-width: 500px) {
    .igim-gridded .container .row .igim-item:first-child+.igim-item+.igim-item {
        width: 100%;
    }
}

.igim-gridded .container .row .igim-item:first-child+.igim-item+.igim-item+.igim-item {
    background-color: grey;
    width: 32%;
    right: 44%;
    padding-top: 22%;
    top: 58%;
}

@media all and (max-width: 500px) {
    .igim-gridded .container .row .igim-item:first-child+.igim-item+.igim-item+.igim-item {
        width: 100%;
    }
}

.igim-gridded .container .row .igim-item:first-child+.igim-item+.igim-item+.igim-item+.igim-item {
    background-color: grey;
    width: 27%;
    left: 58%;
    padding-top: 22%;
    top: 51%;
}

@media all and (max-width: 500px) {
    .igim-gridded .container .row .igim-item:first-child+.igim-item+.igim-item+.igim-item+.igim-item {
        width: 100%;
    }
}

.modal-container {
    text-align: center;
}

.lb-prev:after {
    content: '';
    background: url(/assets/arrow-left.svg) no-repeat;
    height: 1em;
    width: 1em;
}

.lb-next:after {
    content: '';
    background: url(/assets/arrow-right.svg) no-repeat;
    height: 1em;
    width: 1em;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .leftBlock span img {
        margin-bottom: 1em;
    }
    /* IE10+ CSS styles go here */
    .cardSlider .prevArrow img {
        max-width: 35%;
        margin-left: -14px;
        margin-top: 26px;
    }
    .cardSlider .nextArrow img {
        max-width: 35%;
        margin-left: -14px;
        margin-top: 26px;
    }
    .bookNav {
        width: 1.4rem;
    }
    .hamburgerNav {
        width: 1.5rem;
    }
    .eventForm .btn.btn--primary img {
        width: 2em;
        margin-bottom: 4px;
        margin-left: 1em;
    }
}

.presidentalVilla {
    padding-bottom: 3em;
}

.presidentalVilla img {
    margin: 0;
}

.footerMainPage {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 0;
    background-color: transparent;
    color: #0f113a;
}

.footerMainPage .footer__lower {
    margin-top: 0;
}

.footerMainPage .footer__lower .type--fine-print {
    color: #0f113a;
}

.footerMainPage a {
    color: #0f113a;
}

.footerMainPage .social-list li {
    font-size: 0.8125em;
}

.footerMainPage .social-list li a {
    color: #0f113a;
}

@media screen and (max-width: 768px) {
    .footerMainPage {
        position: static;
    }
    .footerMainPage .pe {
        margin-right: 0;
    }
    .footerMainPage .footerBottomNav li {
        margin: .4em 0;
    }
}

.pageNavComponent {
    margin: 4em 0 0 0;
    padding: 3em 0;
}

@media screen and (max-width: 768px) {
    .pageNavComponent .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 425px) {
    .pageNavComponent {
        margin: 0 0 0 0;
        padding: 20px 0;
    }
}

.pageNavComponent .pageNavLeft a .arrow {
    border-radius: 100%;
    background-color: #bcbec0;
    width: 2.5em;
    height: 2.5em;
    display: inline-flex;
    align-items: center;
    padding: .6em;
    margin: 0 1.4em 0 0;
    max-width: 100%;
}

.pageNavComponent .pageNavLeft a .arrow:hover {
    background-color: #c85727;
}

.pageNavComponent .pageNavLeft a .thumbnail {
    margin: 0;
    max-width: 27%;
}

.pageNavComponent .pageNavLeft a h4 {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: normal;
    color: #0f113a;
    font-size: 1.2em;
    margin-left: 1em;
}

.pageNavComponent .pageNavLeft a:hover h4 {
    color: #c85727;
}

@media screen and (max-width: 768px) {
    .pageNavComponent .pageNavLeft a .thumbnail {
        display: none;
    }
    .pageNavComponent .pageNavLeft a .arrow {
        width: 1.5em;
        height: 1.5em;
        margin: 0;
        padding: .4em;
    }
    .pageNavComponent .pageNavLeft a h4 {
        font-size: .6em;
        margin-left: 0;
    }
}

.pageNavComponent .pageNavRight a .arrow {
    border-radius: 100%;
    background-color: #bcbec0;
    width: 2.5em;
    height: 2.5em;
    display: inline-flex;
    align-items: center;
    padding: .6em;
    margin: 0 0 0 1.4em;
    max-width: 100%;
}

.pageNavComponent .pageNavRight a .arrow:hover {
    background-color: #c85727;
}

.pageNavComponent .pageNavRight a .thumbnail {
    margin: 0;
    max-width: 27%;
}

.pageNavComponent .pageNavRight a h4 {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: normal;
    color: #0f113a;
    font-size: 1.2em;
    margin-right: 1em;
}

.pageNavComponent .pageNavRight a:hover h4 {
    color: #c85727;
}

@media screen and (max-width: 768px) {
    .pageNavComponent .pageNavRight a .thumbnail {
        display: none;
    }
    .pageNavComponent .pageNavRight a .arrow {
        width: 1.5em;
        height: 1.5em;
        margin: 0;
        padding: .4em;
    }
    .pageNavComponent .pageNavRight a h4 {
        font-size: .6em;
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .pageNavComponent .pageNavLeft a h4 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .pageNavComponent .pageNavRight a h4 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .pageNavComponent .pageNavLeft a,
    .pageNavComponent .pageNavRight a {
        display: flex;
        align-items: center;
    }
    .pageNavComponent .pageNavLeft a {
        justify-content: flex-start;
    }
    .pageNavComponent .pageNavRight a {
        justify-content: flex-end;
    }
    .pageNavComponent .pageNavLeft a .arrow {
        margin: 0 10px;
    }
    .pageNavComponent .pageNavRight a .arrow {
        margin: 0 10px;
    }
}

.pageBottomCard .cardInfo img {
    max-width: 28%;
    display: inline-block;
    margin-bottom: 0;
}

.pageBottomCard .cardInfo h4 {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: normal;
    color: #0f113a;
    font-size: 1.2em;
    margin-left: 1em;
}

.pageBottomCard .cardRightInfo {
    padding: 1.6em 0em;
}

.pageBottomCard .cardRightInfo h4 {
    font-family: 'maison_neuedemi';
    font-style: normal;
    font-size: 1.2em;
    margin-bottom: .3em;
}

.pageBottomCard .cardRightInfo .menuNav {
    display: flex;
    align-items: center;
}

.pageBottomCard .cardRightInfo .iconsWrapper {
    display: inline;
}

.pageBottomCard .cardRightInfo .servicesIcons {
    margin-right: 1em;
    display: inline-block;
    text-align: center;
}

.pageBottomCard .cardRightInfo .servicesIcons .item {
    text-align: center;
    margin-bottom: 1em;
}

.pageBottomCard .cardRightInfo .servicesIcons .item svg {
    width: 100%;
    margin: 0;
}

.pageBottomCard .cardRightInfo .servicesIcons .item figure {
    margin-bottom: .6em;
    padding: 3%;
    width: 3em;
    height: 3em;
    border: 1px solid #c85727;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 1em;
    display: inline-block;
}

.pageBottomCard .cardRightInfo .servicesIcons .item figure:hover {
    background-color: #c85727;
}

.pageBottomCard .cardRightInfo .servicesIcons .item figure:hover .st0 {
    fill: white;
}

.pageBottomCard .cardRightInfo .servicesIcons .item span {
    color: #0f113a;
    font-size: 0.7em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
}

.pageBottomCard .cardRightInfo p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
    margin-bottom: 2em;
}

.pageBottomCard .cardRightInfo span {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
}

.pageBottomCard .cardRightInfo .menuIcon {
    font-family: 'maison_neuebook';
    font-style: normal;
    font-size: 1em;
    color: #0f113a;
    border: 2px solid;
    border-color: rgba(35, 35, 35, 0.1);
    border-width: 2px;
    height: 35px;
    align-items: center;
    display: inline-flex;
    align-content: center;
    margin-left: 0.625em;
    border-radius: 100px;
    padding: 0.1em 1em 0em 1em;
}

.pageBottomCard .cardRightInfo .menuIcon:hover {
    border: 2px solid #c85727;
}

.pageBottomCard .cardRightInfo .menuIcon span {
    margin-bottom: 0;
    margin-left: 1em;
    font-size: 0.8em;
}

.pageBottomCard .cardRightInfo nav {
    display: inline-block;
}

@media screen and (max-width: 425px) {
    .pageBottomCard .cardRightInfo p {
        font-size: 12px;
        margin-bottom: 2em;
    }
    .pageBottomCard .cardRightInfo .menuIcon {
        font-size: 0.6em;
        letter-spacing: 1px;
    }
}

.hoursComponent {
    padding: 5em 0;
}

.hoursComponent .cardInfo img {
    max-width: 28%;
    display: inline-block;
    margin-bottom: 0;
}

.hoursComponent .cardInfo h4 {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: normal;
    color: #0f113a;
    font-size: 1.2em;
    margin-left: 1em;
}

.hoursComponent .wMargin {
    margin-bottom: 3em;
}

.hoursComponent .item {
    text-align: center;
    border-right: 1px solid #d7d7d7;
}

.hoursComponent .item:last-child {
    border-right: 0px;
}

.hoursComponent .item span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
    margin-bottom: 2em;
}

.hoursComponent .item p {
    color: #0f113a;
    /* font-size: 0.7em !important; */
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    display: block;
}

.hoursComponent .item figure {
    width: 3em;
    height: 3em;
    padding: .3em;
    border: 1px solid #c85727;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 1em;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.hoursComponent .item figure:hover {
    border: 1px solid #c85727;
}

.hoursComponent .item figure:hover .st0 {
    fill: #c85727;
}

.hoursComponent .item figure svg {
    width: 100%;
    margin: 0;
}

.hoursComponent .item img {
    width: 3em;
    height: 3em;
    padding: 16%;
    border: 1px solid #c85727;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 1em;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.hoursComponent .item figure .st0 {
    fill: #c85727;
}

.hoursComponent .row {
    margin: 0;
    padding-bottom: 0;
}

.hoursComponent .cardRightInfo p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
    margin-bottom: 2em;
}

.hoursComponent .cardRightInfo span {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
    margin-bottom: 2em;
}

.hoursComponent .cardRightInfo nav {
    display: inline-block;
}

.hoursComponent .cardRightInfo nav .muted {
    opacity: 0.4;
    pointer-events: none;
}

.hoursComponent .cardRightInfo nav a {
    font-family: 'maison_neuebold';
    font-style: normal;
    font-size: .9em;
    color: #0f113a;
    margin-bottom: 0;
    border-width: 2px;
    height: 40px;
    align-items: center;
    display: inline-block;
    align-content: center;
    margin-right: 1.3em;
    border-radius: 100px;
}

.hoursComponent .cardRightInfo nav a .holder {
    display: inline-block;
}

.hoursComponent .cardRightInfo nav a span {
    /* font-size: .9em; */
    font-size: 14px;
}

.hoursComponent .cardRightInfo nav a span i {
    border: 1px solid #c85727;
    border-radius: 100%;
    padding: .8em;
    display: inline-flex;
    margin-right: .5em;
    align-items: center;
}

.hoursComponent .cardRightInfo nav a span i:hover {
    background-color: #c85727;
    color: white;
}

.hoursComponent .container>div .row {
    align-items: flex-start;
}

@media (max-width:767.99px) {
    .hoursComponent .item {
        border: none
    }
    .row.hoursComponent>.container.centeredContainer>*>.row {
        border-right: 1px solid rgba(0, 0, 0, 0.25);
    }
}

@media screen and (max-width: 425px) {
    .hoursComponent {
        padding: 0;
    }
    .hoursComponent .container {
        padding: 0;
    }
    .hoursComponent .container>div .row {
        flex-direction: row;
        justify-content: center;
        padding: 15px;
        flex-wrap: wrap;
    }
    .hoursComponent .container .cardRightInfo {
        padding: 15px;
    }
    .hoursComponent .item span {
        font-size: 12px;
    }
    .hoursComponent .row {
        padding: 0;
    }
    .hoursComponent .cardRightInfo nav {
        text-align: center;
    }
    .hoursComponent .cardRightInfo nav a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 12px;
        margin-right: 0;
    }
    .hoursComponent .cardRightInfo nav a span i {
        margin-right: 0;
    }
}

@media all and (min-width: 1600px) {
    .igim-gridded .container {
        padding-top: 42% !important;
    }
}

.centeredContainer {
    display: flex;
    align-items: center;
}

.welcomeWithoutNav {
    padding-bottom: 0;
}

.eventsInner img {
    margin: 2em 0;
}

.eventsInner p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
    line-height: 1.8em;
}

@media screen and (max-width: 425px) {
    .eventsInner p {
        font-size: 14px;
        line-height: unset;
    }
}

.meetingRooms {
    display: flex;
    padding: 2em 0;
    align-items: center;
}

.meetingRooms .info {
    padding-right: 2em;
}

.meetingRooms .info h4 {
    font-family: 'maison_neuemedium';
    font-size: 1.5em !important;
    color: #0f113a;
    margin-bottom: 0em;
    margin-bottom: 2em;
}

.meetingRooms .info h4 h4 {
    font-size: 1.27em !important;
}

.meetingRooms .info p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
    line-height: 1.8em;
}

.meetingRooms .info a {
    font-family: 'maison_neuemedium';
    font-style: normal;
    font-size: .8em;
    color: #767676;
}

.meetingRooms .info a:hover {
    border-color: #c85727;
}

.meetingRooms .fullWidthSlider {
    padding: 0 2em;
}

.meetingRooms .fullWidthSlider img {
    margin: 0;
}

.meetingRooms .fullWidthSlider .slick-list {
    display: block;
    width: 100%;
}

.meetingRooms .fullWidthSlider .prevArrow {
    position: absolute;
    top: 50%;
    left: -4%;
    background-color: #bcbec0;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    padding: .4em .6em;
}

.meetingRooms .fullWidthSlider .prevArrow img {
    margin-bottom: unset;
}

.meetingRooms .fullWidthSlider .prevArrow:hover {
    cursor: pointer !important;
    background-color: #c85727;
}

.meetingRooms .fullWidthSlider .nextArrow {
    display: block;
    position: absolute;
    top: 50%;
    right: -4%;
    background-color: #bcbec0;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    padding: .4em .6em;
}

.meetingRooms .fullWidthSlider .nextArrow img {
    margin-bottom: unset;
}

.meetingRooms .fullWidthSlider .nextArrow:hover {
    cursor: pointer !important;
    background-color: #c85727;
}

@media screen and (max-width: 768px) {
    .meetingRooms .fullWidthSlider .nextArrow {
        top: calc(50% - 20px);
        right: 15%;
        z-index: 9;
    }
    .meetingRooms .fullWidthSlider .prevArrow {
        top: calc(50% - 20px);
        left: 15%;
        z-index: 9;
    }
}

@media screen and (max-width: 425px) {
    .meetingRooms {
        flex-flow: column;
        padding: 0;
    }
    .meetingRooms .fullWidthSlider {
        padding: 15px 0;
    }
    .meetingRooms .info {
        padding-right: 0;
    }
    .meetingRooms .info h4 {
        font-family: 'maison_neuemedium';
        font-size: 14px !important;
        color: #0f113a;
        margin-bottom: 20px;
    }
    .meetingRooms .info p {
        font-size: 14px !important;
        color: #0f113a;
        line-height: 1.8em;
    }
    .meetingRooms .info {
        padding-right: 2em;
    }
    .meetingRooms .fullWidthSlider .prevArrow {
        left: 10px;
    }
    .meetingRooms .fullWidthSlider .nextArrow {
        right: 10px;
    }
}

.miniSecTitle {
    text-align: center;
    width: 100%;
}

.miniSecTitle h4 {
    font-family: 'maison_neuedemi';
    font-style: normal;
    font-size: 2em;
    color: #0f113a;
    padding: 1em 0em;
    margin: 0;
    letter-spacing: .1em;
}

.facilitiesTable table {
    margin-top: 3em;
    margin-bottom: 3em;
}

.facilitiesTable table th {
    font-family: 'maison_neuedemi';
    font-style: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    color: #0f113a;
    line-height: 1.8em;
}

.facilitiesTable table td {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: #0f113a;
    line-height: 1.8em;
}

.innerContent .content {
    padding: 4em 0;
}

.innerContent .content h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0;
}

.innerContent .content p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    /* font-size: 1.125em; */
    font-size: 16px;
    color: #0f113a;
    line-height: 1.8em;
    margin-bottom: .4em;
}

.innerContent .content h4 {
    font-style: normal;
    font-size: 1.3em !important;
    color: #0f113a;
    margin-bottom: 1em;
}

.innerContent .content h5 {
    font-style: normal;
    font-size: 1.5em !important;
    color: #0f113a;
    margin: 0;
}

.innerContent .content h6 {
    font-style: normal;
    font-size: 1.1em !important;
    color: #0f113a;
    margin: 0;
}

.innerContent .iconItem img {
    margin-bottom: 10px;
    width: 60px;
}

@media screen and (max-width: 425px) {
    .innerContent .content {
        padding: 15px;
    }
    .innerContent .content h4 {
        font-size: 14px !important;
        font-weight: 700;
    }
    .innerContent .content p {
        font-size: 14px;
    }
    .innerContent .content img {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.c3 {
    padding: 1.2em 0 !important;
}

.noLeft {
    margin-left: 0;
}

.callToAction {
    width: 100%;
    text-align: center;
}

.callToAction h6 {
    font-family: 'maison_neuedemi';
    font-style: normal;
    font-size: 1.1em;
    margin: 0;
    padding: 2em 0;
}

.callToAction h6 a {
    text-transform: none;
}

.callToAction h6 a:hover {
    color: #c85727;
}

@media screen and (max-width: 425px) {
    .callToAction h6 {
        font-size: 20px;
        padding: 20px 0;
        line-height: 34px;
        font-weight: bold;
    }
    .callToAction h6 a {
        font-size: 14px;
    }
}

.accordion li .accordion__title .minute {
    opacity: .7;
}

.accordion .active .accordion__title {
    background: #c85727 !important;
}

.flipCardContainer .card {
    margin: 0 0 2em 0;
    height: auto;
}

.flipCardContainer .card:hover {
    cursor: pointer;
}

.flipCardContainer .orangeCard {
    background-color: #c85727;
}

.flipCardContainer .blueCard {
    background-color: #0f113a;
}

.flipCardContainer .greenCard {
    background-color: #218c00;
}

.flipCardContainer .cardBack {
    padding: 1em 1.5em;
}

.flipCardContainer .cardBack h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.flipCardContainer .cardBack p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    color: white;
    margin-bottom: 10px;
}

.flipCardContainer .front {
    min-height: 350px !important;
    max-height: 350px !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.flipCardContainer .back {
    min-height: 350px !important;
    max-height: 350px !important;
    height: 350px !important;
}

.flipCardContainer .card.fullwidth .back {
    padding-top: 30px;
}

@media screen and (max-width: 425px) {
    .flipCardContainer .card.fullwidth .front {
        min-height: 195px !important;
    }
    .flipCardContainer .card.fullwidth .cardBack p {
        font-size: 11px !important;
    }
    .flipCardContainer .card.fullwidth .back {
        padding-top: 10px;
    }
}

.clickable {
    pointer-events: all !important;
}

.MainBanner {
    position: relative;
    z-index: 99;
}

.MainBanner .row {
    margin-left: 0;
    margin-right: 0;
}

.banner {
    position: relative;
    padding: 0 !important
}

.banner img:not(.sticker) {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.innerPage .elements--title h4 {
    margin: 0;
    font-size: 1.27em !important;
    font-family: 'maison_neuemedium';
    font-style: normal;
    color: #0f113a;
}

.kus1 {
    position: absolute;
    right: 0;
    top: -7em;
}

.kus1 img {
    max-width: 70%;
}

.kus2 {
    position: absolute;
    left: 0;
}

.imgHolder {
    width: 100%;
    text-align: center;
    margin: 2em 0;
}

.imgHolder img {
    display: inline-block;
}

.newFeautured {
    margin: 3em 0
}

.newFeautured .item {
    padding: 0 2em
}

.newFeautured .item .col-md-3 {
    text-align: center
}

.newFeautured .item img {
    max-width: 50%;
    text-align: center
}

.newFeautured .item .row {
    padding: 2em 0;
    min-height: 7.1em;
    display: flex;
    align-items: center
}

.newFeautured .item .row h5 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    color: #c85727;
    line-height: 1em
}

.newFeautured .item .row p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0
}

.newFeautured .item .row ul li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: initial;
    font-size: 1.0em
}

.newFeautured .item .row h6 {
    font-family: 'maison_neuebold';
    font-style: normal;
    font-size: 1.7em;
    margin: 0;
    padding: 0;
    line-height: inherit;
    display: inline-block;
    padding: 0 .2em
}

.newFeautured .item .row h6 span {
    font-size: .6em !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal
}

.newFeautured .item .borderRight {
    border-right: 1px solid #c85727
}

.newFeautured .item .borderTopBottom {
    border-top: 1px solid #c85727;
    border-bottom: 1px solid #c85727
}

.newFeautured .item .borderBottom {
    border-bottom: 1px solid #c85727
}

@media screen and (max-width: 425px) {
    .MainBanner .banner {
        padding: 0;
    }
    .newFeautured {
        margin: 20px 0;
    }
    .newFeautured .item {
        padding: 0;
    }
    .newFeautured .item .row {
        padding: 15px 0;
        display: block;
    }
    .newFeautured .item:first-child .borderBottom:last-child {
        border-bottom: none;
    }
    .newFeautured .item .row h5 {
        font-size: 12px;
        text-transform: uppercase;
    }
    .newFeautured .item .row ul li {
        font-size: 14px;
    }
    .newFeautured .item .row h6 {
        font-family: 'maison_neuebold';
        font-size: 18px;
    }
    .newFeautured .item img {
        margin-bottom: 10px;
    }
}

body {
    font-family: 'Open Sans', sans-serif;
}

body a {
    font-family: 'Open Sans', sans-serif;
}

body .offCanvasContent h5 a {
    font-weight: bold;
    font-size: 18px;
}

body .offCanvasContent a {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 425px) {
    body .offCanvasContent h5 a {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 600;
    }
}

body .welcome {
    font-family: 'Open Sans', sans-serif;
}

body .welcome h3,
body .welcome h5,
body .welcome p {
    font-family: 'Open Sans', sans-serif;
}

body .welcome p {
    font-size: 16px;
}

body .boxed h4,
body .boxed h5,
body .boxed p {
    font-family: 'Open Sans', sans-serif;
}

body .boxed p {
    line-height: 20px;
}

body .boxed .card__title span {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

body .elements--title {
    font-family: 'Open Sans', sans-serif;
}

body footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

body footer .textMini {
    font-size: 15px;
}

body .iconItem {
    font-family: 'Open Sans', sans-serif;
}

body .iconItem h6 {
    font-family: 'Open Sans', sans-serif;
}

body .footer__navigation {
    font-size: 15px;
}

body .footer__navigation li {
    line-height: 24px;
}

body .pageBottomCard h4,
body .pageBottomCard p {
    font-family: 'Open Sans', sans-serif;
}

body .pageBottomCard p {
    font-size: 16px;
}

body .weather span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

body .subscribeForm h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

body .subscribeForm .dl form .btn {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 0;
    font-size: 12px !important;
}

body .subscribeForm .dl form input {
    font-size: 13px;
}

body .cover h2 {
    font-family: 'Open Sans', sans-serif;
}

body .roomShort p {
    font-family: 'Open Sans', sans-serif;
}

body .pageNavComponent h4 {
    font-family: 'Open Sans', sans-serif;
}

body .menuClose p {
    font-family: 'Open Sans', sans-serif;
}

body .booking p {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}

body #chefs,
body #meeting,
body #wedding,
body #celebrate {
    font-family: 'Open Sans', sans-serif;
}

body #chefs h4,
body #chefs h6,
body #chefs p,
body #meeting h4,
body #meeting h6,
body #meeting p,
body #wedding h4,
body #wedding h6,
body #wedding p,
body #celebrate h4,
body #celebrate h6,
body #celebrate p {
    font-family: 'Open Sans', sans-serif;
}

body #chefs p,
body #meeting p,
body #wedding p,
body #celebrate p {
    /* font-size: 16px; */
}

body .miniSecTitle h4 {
    font-family: 'Open Sans', sans-serif;
}

body .table-responsive table thead tr th {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

body .table-responsive table tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

body .lujoSoul p,
body .lujoSoul .lead,
body .lujoSoul h4,
body .lujoSoul h6,
body .parallax p,
body .parallax .lead,
body .parallax h4,
body .parallax h6,
body .lujoSoulQuote p,
body .lujoSoulQuote .lead,
body .lujoSoulQuote h4,
body .lujoSoulQuote h6 {
    font-family: 'Open Sans', sans-serif;
}

body .parallax p {
    font-size: 20px !important;
}

body .parallax h4 {
    font-size: 32px;
}

body .meetingRooms h4,
body .meetingRooms p {
    font-family: 'Open Sans', sans-serif;
}

body .meetingRooms p {
    font-size: 15px !important;
}

body .bootstrap-iso input {
    font-family: 'Open Sans', sans-serif;
}

body .bootstrap-iso .btn {
    font-family: 'Open Sans', sans-serif;
}

body .elements--title p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

body .hoursComponent {
    font-family: 'Open Sans', sans-serif;
}

body .hoursComponent span,
body .hoursComponent p {
    font-family: 'Open Sans', sans-serif;
}

body .cardBack h5,
body .cardBack p {
    font-family: 'Open Sans', sans-serif;
}

body .cardBack h5 {
    font-size: 18px !important;
}

body .cardBack p {
    font-size: 16px !important;
}

body .cardBack p.small {
    font-size: 12px !important;
}

body .cardBack p.x-small {
    font-size: x-small !important;
}

body .cardBack p.xx-small {
    font-size: xx-small !important;
}

.standartCard .cardBgTitleRight h2 {
    font-family: 'Open Sans', sans-serif;
}

.card .card__body {
    /* min-height: 410px; */
    position: relative;
}


/* 
 .card .card__body a+.row {
     position: absolute;
     bottom: 40px;
     left: 40px;
     width: 100%;
 }
 
 .card .card__body a+.row .col-md-3 {
     padding-right: 0;
 }
 
 .card .card__body a+.row .col-md-3:last-child {
     padding-left: 0;
 }
 
 .card .card__body a+.row a svg,
 .card .card__body a+.row a img {
     height: 48px;
 } */

#snackAndBars .card .card__body {
    min-height: 425px;
    position: relative;
}

#snackAndBars .card .card__body .iconsWrapper {
    /* position: absolute;
     bottom: 0;
     left: 40px;*/
}

#snackAndBars .card .card__body .iconsWrapper .iconItem img {
    max-height: 48px;
}

#gastronomyRestaurant2 .card .card__body {
    min-height: 500px;
    position: relative;
}

#gastronomyRestaurant2 .card .card__body .iconsWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
}

#gastronomyRestaurant2 .card .card__body .iconsWrapper .row {
    bottom: 0;
    left: 30px;
}

#gastronomyRestaurant2 .card .card__body .iconsWrapper .iconItem img {
    max-height: 48px;
}

#l3 .card .card__body {
    min-height: 340px;
    position: relative;
}

#l3 .card .card__body .iconsWrapper {
    position: absolute;
    bottom: 0;
    left: 40px;
}

#l3 .card .card__body .iconsWrapper .iconItem img {
    max-height: 48px;
}

#restaurants .card .card__body {
    /* min-height: 480px; */
    position: relative;
}


/* #restaurants .card .card__body .iconsWrapper {
     position: absolute;
     bottom: 0;
     left: 18px;
 } */

#restaurants .card .card__body .iconsWrapper .row {
    bottom: 0;
    left: 15px;
}

#restaurants .card .card__body .iconsWrapper .iconItem img {
    max-height: 48px;
    margin-left: auto;
    margin-right: auto;
}

.callToAction h6 {
    font-family: 'Open Sans', sans-serif;
}

#chefs h4,
#chefs li {
    font-family: 'Open Sans', sans-serif;
}

#chefs li {
    font-size: 14px;
}

#gastronomyRestaurant1 .card .card__body,
#gastronomyRestaurant3 .card .card__body {
    min-height: 410px;
    position: relative;
}

#gastronomyRestaurant1 .card .card__body .iconsWrapper,
#gastronomyRestaurant3 .card .card__body .iconsWrapper {
    position: absolute;
    bottom: 0;
    left: 18px;
}

#gastronomyRestaurant1 .card .card__body .iconsWrapper .row,
#gastronomyRestaurant3 .card .card__body .iconsWrapper .row {
    bottom: 0;
    left: 15px;
}

#gastronomyRestaurant1 .card .card__body .iconsWrapper .iconItem img,
#gastronomyRestaurant3 .card .card__body .iconsWrapper .iconItem img {
    max-height: 48px;
    margin-left: auto;
    margin-right: auto;
}

.featuredSectionTop .feature p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.featuredSectionTop .feature h5 {
    font-family: 'Open Sans', sans-serif;
}

.featuredSection .feature p,
.featuredSection .feature li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
}

.featuredSection .feature h5 {
    font-family: 'Open Sans', sans-serif;
}

.circleCard p,
.circleCard h6 {
    font-family: 'Open Sans', sans-serif;
}

.circleCard h6 {
    font-size: 22px;
}

#gastronomyRestaurant3 .detailBtn svg {
    height: 48px;
}

.gastronomy-snack-and-bars .card .card__body {
    min-height: 420px;
}

.gastronomy-snack-and-bars .card .card__body .iconsWrapper {
    position: absolute;
    bottom: 0;
    left: 40px;
}

.gastronomy-snack-and-bars .card .card__body .iconsWrapper img {
    height: 48px;
}

.gastronomy-lujo-delicacies .card .card__body {
    min-height: 340px;
}

.gastronomy-lujo-delicacies .card .card__body .iconsWrapper {
    position: absolute;
    bottom: 0;
    left: 40px;
}

.gastronomy-lujo-delicacies .card .card__body .iconsWrapper img {
    height: 48px;
}

#primary_nav_wrap {
    display: inline-block;
}

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    line-height: unset;
    z-index: 9999;
}

#primary_nav_wrap ul a {
    display: block;
    text-decoration: none;
    padding: 0 15px;
    line-height: 10px;
    margin: 0 0 0 2.50em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125em;
    color: #0f113a;
}

#primary_nav_wrap ul a:hover {
    color: #c85727;
}

#primary_nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

#primary_nav_wrap ul li.current-menu-item {
    background: #ddd
}

#primary_nav_wrap ul li:hover {}

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    text-align: left;
    padding-top: 1em;
}

#primary_nav_wrap ul ul li {
    float: none;
    width: unset;
}

#primary_nav_wrap ul ul a {
    line-height: 120%;
    padding: 8px 15px;
}

#primary_nav_wrap ul ul a:hover {
    line-height: 120%;
    padding: 8px 15px;
    color: #c85727;
}

#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%
}

#primary_nav_wrap ul li:hover>ul {
    display: block
}

.modalBox {
    background: rgba(15, 17, 58, 0.8);
    color: white;
    -webkit-transform: none !important
}

.modalBox::-webkit-scrollbar {
    width: 0px;
    background: transparent
}

.modalBox .modal-content {
    max-width: 100%;
    width: 100%;
    -webkit-transform: none !important;
    left: 0;
    top: 0;
    padding: 2em 5em;
    text-align: center
}

.modalBox .modal-content .modal-close-cross {
    border-bottom: 1px solid white;
    width: 12%;
    text-align: right;
    top: 2em;
    right: 11.5%
}

.modalBox .modal-content .grid {
    display: flex;
    align-items: center;
    padding: 0 2em;
    margin-bottom: 3em
}

.modalBox .modal-content .badgeContainer {
    text-align: left
}

.modalBox .modal-content .badge {
    width: 8em;
    height: 8em;
    border: 1px solid white;
    border-radius: 100%;
    word-break: break-all;
    display: inline-grid;
    align-items: center;
    text-align: center;
    padding: 1em;
    line-height: 1em
}

.modalBox .modal-content .badge h5 {
    font-size: .7em;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    opacity: 1;
    line-height: 1em
}

.modalBox .modal-content .rightContent .row {
    border-bottom: 1px solid white;
    margin: 1em 0
}

.modalBox .modal-content .rightContent .row p {
    min-height: unset;
    font-size: 1em;
    margin-bottom: 0.5em;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal
}

.modalBox .modal-content .rightContent .row div {
    text-align: left
}

@media screen and (max-width: 768px) {
    .grid {
        display: block !important
    }
    .modalBox .modal-content {
        padding: 2em 1em
    }
}

.modal-trigger img {
    max-width: 1em !important;
    margin: 0 0 .2em 0;
    margin-left: .4em
}

.modal-trigger:hover {
    cursor: pointer !important;
    color: #c85727
}

.no-min-height {
    min-height: 0 !important;
}

.card.card-1 .card__image img {
    min-height: 240px;
}

.innerContent.white-on-blue {
    background-color: #0f1d40;
}

.innerContent.white-on-blue .content h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 1.7em !important;
    text-align: center;
    color: #f9f9fa;
    margin-top: 1em;
    margin-bottom: 1em;
}


/* .innerContent.white-on-blue .content h6 {
   font-family: 'maison_neuelight';
   font-style: normal;
   font-size: 1.5em !important;
   color: #f9f9fa;
   margin-bottom: 1em;
 } */

.innerContent.white-on-blue .content p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em !important;
    color: #f9f9fa;
    margin-bottom: 1em;
}

.innerContent .iconItem {
    margin-top: 20px;
}

.innerContent .iconItem img {
    margin-bottom: 10px;
    width: 3em;
    padding: 0;
}

.innerContent .iconItem p {
    font-size: 0.7em;
}

@media only screen and (max-width: 425px) {
    .innerContent.white-on-blue .content h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: normal;
    }
    .innerContent .content h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
    }
    .innerContent .content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }
    .innerContent .iconItem p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
    }
    .innerContent .iconItem span {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
    }
    /* .standartCard .card__body .iconsWrapper .iconItem h6 {
         font-size: 12px;
     } */
}

@media only screen and (max-width: 991px) {
    .circleCard .row {
        flex-direction: column;
    }
    .circleCard .row .desc {
        order: 1;
    }
}

@media only screen and (max-width: 425px) {
    .circleCard .row {
        flex-direction: column;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .circleCard .centeredContainer {
        flex-direction: column;
    }
}

@media only screen and (max-width: 425px) {
    .mobile-text-right {
        text-align: right;
    }
    body .welcome p {
        font-size: 14px;
    }
    body footer p {
        font-size: 10px;
    }
    body footer .textMini {
        font-size: 10px;
    }
}

.btn-filter {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.btn-filter .btn {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    color: rgb(35, 35, 35) !important;
    border: 2px solid rgba(35, 35, 35, 0.1);
    background: none !important;
    font-size: 0.875em !important;
    min-width: 152px;
    height: 35px;
    align-items: center;
    display: inline-flex;
    align-content: center;
    margin-left: 0.625em;
    font-weight: 600;
}

.btn-filter .btn:hover {
    border-color: #c85727 !important;
}

.btn-filter .btn.filter-active {
    border-color: #c85727 !important;
}

.btn-filter .btn .btn__text {
    width: 100%;
}

.btn-filter .btn--sm {
    padding-bottom: 0.43333333em;
    padding-top: 0.43333333em;
}

@media screen and (max-width: 425px) {
    .btn-filter .btn {
        font-size: 12px !important;
    }
}


/* * sensum-spa * */

.reservation-button-a {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.reservation-button-a .btn {
    background-color: #c85727;
    border: 2px solid #c85727;
    border-radius: 100px;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
    padding-right: 1em !important;
    padding-left: 1em !important;
    color: #fff;
    text-decoration: none;
}

.reservation-button-a:hover .btn {
    background-color: #fff;
    border: 2px solid #c85727 !important;
}


/*.reservation-button-a .btn__text {
     color: #c85727;
 }*/

.reservation-button-a:hover .btn__text {
    color: #c85727 !important;
}

@media only screen and (max-width: 425px) {
    .reservation-button-a {
        /* width: 100% !important; */
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
    .reservation-button-a .btn {
        font-family: 'Open Sans', sans-serif;
        line-height: 18px;
        margin-top: 10px;
    }
}


/* lujo edition */

#lujo-edition {
    font-size: 0.625em !important;
    letter-spacing: 1px;
    color: #fff;
    line-height: 2.35em;
    background: rgb(145, 96, 61);
    background: -moz-linear-gradient(left, rgba(145, 96, 61, 1) 0%, rgba(207, 153, 109, 1) 50%, rgba(207, 153, 109, 1) 52%, rgba(145, 96, 61, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(145, 96, 61, 1) 0%, rgba(207, 153, 109, 1) 50%, rgba(207, 153, 109, 1) 52%, rgba(145, 96, 61, 1) 100%);
    background: linear-gradient(to right, rgba(145, 96, 61, 1) 0%, rgba(207, 153, 109, 1) 50%, rgba(207, 153, 109, 1) 52%, rgba(145, 96, 61, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#91603d', endColorstr='#91603d', GradientType=1);
    border-color: rgb(233, 233, 233) !important;
}

#lujo-edition.filter-active {
    background: rgb(145, 96, 61);
    background: -moz-linear-gradient(left, rgb(197, 118, 72) 0%, rgba(207, 153, 109, 1) 50%, rgba(207, 153, 109, 1) 52%, rgb(197, 118, 72) 100%);
    background: -webkit-linear-gradient(left, rgb(197, 118, 72) 0%, rgba(207, 153, 109, 1) 50%, rgba(207, 153, 109, 1) 52%, rgb(197, 118, 72) 100%);
    background: linear-gradient(to right, rgb(197, 118, 72) 0%, rgba(207, 153, 109, 1) 50%, rgba(207, 153, 109, 1) 52%, rgb(197, 118, 72) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#91603d', endColorstr='#91603d', GradientType=1);
    border-color: rgb(197, 118, 72) !important;
}

@media (max-width: 768px) {
    #lujo-edition {
        width: 99%;
    }
}

#exclusive-services .table tbody tr.set-height td {
    height: 150px;
}

#exclusive-services .table tbody tr.set-height td .rotate {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    vertical-align: middle !important;
    /* padding: 15px 0 !important; */
    white-space: nowrap;
    /* height: 102px !important; */
    text-align: center;
    display: inline-block;
}

#exclusive-services table tbody tr td {
    vertical-align: middle !important;
}

#exclusive-services table tbody tr td:not(:first-child) {
    text-align: center;
}

#exclusive-services table tbody tr td span.checked:before {
    content: '\2713';
    font-size: 16px;
    font-weight: bold;
    color: #0f113a;
}

#exclusive-services .table thead tr td {
    text-align: left !important;
    color: #0f113a;
    width: 50%;
    text-align: left;
}

#exclusive-services .table.text-left {
    border-bottom: 1px solid #dddddd;
    color: #0f113a;
}

#exclusive-services .table.text-left tbody tr td {
    text-align: left !important;
    color: #0f113a;
    width: 50%;
}

.set-villas {
    background-color: #eac6b847;
}

.exclusive-services-container {
    padding: 3.3125em 15px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.exclusive-services-container .table {
    user-select: none;
}

.exclusive-services-container .table.table-bordered tbody tr.set-height td {
    max-width: 70px;
}

.exclusive-services-container .table.table-bordered tbody tr td .rotate {
    position: relative;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg) !important;
}

@media only screen and (max-width: 425px) {
    #exclusive-services table tbody tr td {
        font-size: 14px;
    }
    #exclusive-services table tbody tr td span.checked:before {
        font-size: 14px;
    }
}

.secret-hours img {
    width: 3em !important;
    padding: 0 !important;
    border: none !important;
}


/* travel in style */

@media (max-width:767.99px) {
    .mw-100 {
        max-width: 100vw;
    }
    .nav-container {
        z-index: 99
    }
    .travel-in-style .circleCard {
        position: relative;
    }
    .travel-in-style section:not(.cover) .row>[class*=col-xs-],
    .travel-in-style section:not(.cover) .row>[class*=col-sm-]+* {
        padding-top: 1.6rem;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left;
    }
}

@media (max-width: 425px) {
    .travel-in-style section:not(.cover) .row>[class*=col-xs-],
    .travel-in-style section:not(.cover) .row>[class*=col-sm-]+* {
        padding-top: 0.6rem;
    }
}

#joy .masonry .masonry__container .masonry__item .caption .text {
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 425px) {
    #joy .masonry .masonry__container .masonry__item .caption .text {
        height: auto;
    }
    #joy .masonry .masonry__container .masonry__item .caption .text h5 {
        margin-bottom: 5px;
    }
    #joy .masonry .masonry__container .masonry__item .caption .text p {
        font-size: 12px;
    }
}


/* opa restaurant */

.MainBanner {
    position: relative;
    z-index: 99;
}

.MainBanner .row {
    margin-left: 0;
    margin-right: 0;
}

.banner {
    position: relative;
    padding: 0 !important
}

.banner img:not(.sticker) {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.sticker {
    position: absolute;
    right: 0;
    z-index: 999;
    width: 18vw;
    min-width: 150px;
    max-width: 300px;
    transform: translate(-25%, -50%);
    transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0
}

@media (min-width:1400px) {
    .sticker {
        max-width: 300px;
    }
}

@media (max-width:425px) {
    .sticker {
        transform: translate(0%, 0%);
    }
    .banner img:not(.sticker) {
        height: auto;
    }
}

#spotify .row .col-sm-4 {
    padding-top: 25px;
}

@media (max-width:425px) {
    #spotify .row .col-sm-4 {
        padding-top: 0;
    }
}

#bodrum .section--title {
    padding-top: 2rem !important;
}

#bodrum .section--title .row {
    padding-bottom: 2rem !important
}

#bodrum .section--title .title {
    font-family: 'Playfair Display';
    font-weight: bold;
    margin-bottom: 0 !important;
}

@media (min-width:768px) {
    #bodrum .circleCard--lujo-soul.grayBg .row>*+* {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    #bodrum .circleCard--lujo-soul p {
        font-size: 14px
    }
    #bodrum .circleCard--lujo-soul {
        padding-top: 3rem !important;
    }
    #bodrum .circleCard--lujo-soul .row {
        padding-bottom: 3rem;
    }
}

@media (max-width:767.99px) {
    #bodrum .circleCard--lujo-soul .article-title {
        text-align: center;
        margin-top: 3rem;
    }
    #bodrum .circleCard--lujo-soul .article-description {
        text-align: center;
    }
}

#bodrum .circleCard--lujo-soul .article-title {
    font-size: 1.25rem;
    font-family: 'Playfair Display';
    letter-spacing: normal;
    margin-bottom: 1rem;
    font-weight: bold;
}

#bodrum .circleCard--lujo-soul .article-description {
    font-size: 0.875rem;
    font-family: 'Playfair Display';
    line-height: 1.8;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.675);
}

#bodrum .circleCard--lujo-soul .article-image {
    position: relative;
    display: inline-block;
}

#bodrum .circleCard--lujo-soul .article-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset -26px -18px 20px rgb(0 0 0 / 50%);
    box-shadow: inset -26px -18px 20px rgb(0 0 0 / 50%);
    z-index: 2;
    border-radius: 50%;
}

#bodrum .circleCard--lujo-soul .article-image img {
    position: relative;
    max-width: 100%;
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.375));
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:425px) {
    #bodrum .section--title .title {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }
    #bodrum .circleCard--lujo-soul .article-description {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: normal;
    }
    #bodrum .circleCard--lujo-soul .article-title {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }
    #bodrum .section--title .row {
        padding-bottom: 0 !important;
    }
}

#chefs ul {
    margin-left: 20px;
}

.display-flex {
    display: flex;
}

.slick-slider.display-flex .slick-track {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.slick-slider.flex-1 .slick-track {
    flex: 1;
}

.gap-30 {
    gap: 30px;
}

.slick-slider.gap-30 .slick-track {
    gap: 30px;
}

.display-flex .card-1,
.display-flex .card-2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}

.display-flex .card .card__body {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: stretch; */
    justify-content: space-between;
}

.display-flex .standartCard .card__body .iconsWrapper {
    align-self: flex-end;
}

@media (max-width:425px) {
    .mobile-flex-column {
        flex-direction: column;
    }
}

.enable-on-desktop {
    display: unset;
}

.enable-on-mobile {
    display: none;
}

@media (max-width:425px) {
    .enable-on-desktop {
        display: none;
    }
    .enable-on-mobile {
        display: unset;
    }
}

@media (max-width:425px) {
    .fancybox-content {
        padding: 15px !important;
    }
}

.label-info-bordered {
    border: 2px solid #c85727 !important;
    box-shadow: none !important;
    border-radius: 50px;
    padding: 5px 20px;
    display: flex;
    width: max-content;
    align-items: center;
    margin-left: auto;
    justify-content: center;
    margin-right: auto;
}

@media (max-width:425px) {
    .label-info-bordered {
        width: auto;
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 14px;
    }
    .label-info-bordered .reservation-button-a .btn {
        margin-top: 0;
    }
}

.welcome-img {
    margin-top: 200px;
}

@media (max-width:767.99px) {
    .welcome-img {
        margin-top: 50px;
    }
}

.text-white {
    color: #fff;
}

body .fly-and-stay-link,
body .tel,
body .lujo-shake,
body #page-menu,
body #page-menu-desktop {
    font-family: 'Open Sans', sans-serif !important;
}

.card .svg-container {}

.card .svg-container:hover svg .cls-1 {
    fill: #c85727;
}