html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fonts */
/* Body */
@font-face {
    font-family: NeulisSans;
    src: url("../../fonts/NeulisSans-Regular.ttf");
    font-display: swap;
}

/* Headings */
@font-face {
    font-family: Optima;
    src: url("../../fonts/OptimaLTProRoman.ttf");
    font-display: swap;
}

*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

*:focus,
*:after:focus,
*:before:focus {
    outline: none;
}

html,
body {
    overflow-x: hidden !important;
}

p {
    margin-bottom: 0;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

button {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on onlinecheckin/images inside links in IE 10.
   */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}


.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #821137;
    border: 1px solid #821137;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    /*background-color: #821137;*/
    border: 1px solid #821137;
    background-color: #FFFEF9;
    outline: 1px solid #FFFEF9;
    color: #FFFEF9;
}

button:focus {
    outline: none;
}

.slick-dots li button {
    background: #821137;
    border: 1px solid #821137;
    border-radius: 20px;
    height: 1px;
    width: 1px;
    opacity: 0.33;
}

.slick-dots li button:before {
    content: '';
}

.slick-dots li.slick-active button {
    background: #821137;
    opacity: 1;
}

.slick-dots {
    bottom: -50px;
}

.slick-prev:before {
    content: url("../../ghotel/images/icons/element-icon-chevron-left-white.svg");
    left: 20px;
    position: absolute;
}

.slick-next:before {
    content: url("../../ghotel/images/icons/element-icon-chevron-right-white.svg");
    right: 20px;
    position: absolute;
}

.slider-6--js .slick-prev {
    left: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 52px;
    z-index: 1;
}

.slider-6--js .slick-next {
    right: 0;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 52px;
    z-index: 1;
}

.book-a-table,
.btn-primary {
    color: #FFFEF9;
    background-color: #A31F4D;
    padding: 10.5px 28px;
    font-size: 16px;
    border: 1px solid #A31F4D;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    font-family: "NeulisSans", sans-serif;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all .2s linear;
    display: inline-block;
}

.book-a-table {
    border: 1px solid #821137;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile-book-btn .btn-primary,
.nav__wrapper .btn-primary {
    background-color: #060B0B;
    border: 1px solid #060B0B;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary-inverse:active,
.btn-primary-inverse:hover {
    background-color: #821137;
    border: 1px solid #821137;
    cursor: pointer;
}

#mobile-book-btn .btn-primary.gift-voucher {
    background-color: #821137;
    border: 1px solid #EEECE4;
}

.nav__wrapper .btn-primary:hover,
.nav__wrapper .btn-primary:active,
.nav__wrapper .btn-primary-inverse:active,
.nav__wrapper .btn-primary-inverse:hover {
    background-color: #EEECE4;
    border: 1px solid #EEECE4;
    color: #060B0B;
    cursor: pointer;
}

.btn-primary:focus {
    background-color: #821137;
    border: 1px solid #821137;
    outline: 2px solid #FFFEF9;
    outline-offset: -8px;
}

.btn-primary:focus {
    background-color: #060B0B;
    border: 1px solid #060B0B;
    outline: 2px solid #ffffff;
    outline-offset: -8px;
    color: #ffffff;
}

.btn-primary-inverse {
    color: #FFFEF9;
    background-color: transparent;
    padding: 14px 28px;
    font-size: 16px;
    border: 4px solid #821137;
    display: inline-block;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    font-family: NeulisSans, sans-serif;
    letter-spacing: 4px;
    font-weight: 400;
}

@media screen and (min-width: 992px) {
    .btn-primary-transparent {
        width: auto;
    }
}

.btn-primary-inverse:focus {
    color: #FFFEF9;
    background-color: #060B0B;
    border: 4px solid #821137;
    cursor: pointer;
    outline: 1px solid #FFFEF9;
    outline-offset: -8px;
}

.btn-secondary {
    color: #060B0B;
    background-color: #FFFEF9;
    padding: 11px 20px;
    font-size: 16px;
    border: 4px solid #060B0B;
    line-height: normal;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    font-family: "NeulisSans", sans-serif;
    display: inline-block;
    /*width: 100%;*/
    font-weight: 400;
    transition: all .2s linear;
}

.btn-secondary-inverse {
    color: #FFFEF9;
    background-color: transparent;
    padding: 11px 20px;
    font-size: 16px;
    border: 4px solid #FFFEF9;
    line-height: normal;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    font-family: "NeulisSans", sans-serif;
    display: inline-block;
    /*width: 100%;*/
    font-weight: 400;
    transition: all .2s linear;
}


@media screen and (min-width: 992px) {
    .btn-secondary,
    .btn-secondary-inverse {
        width: auto;
    }
}

.btn-secondary:hover,
.btn-secondary:active {
    color: #FFFEF9;
    background-color: #060B0B;
    border: 4px solid #060B0B;
    cursor: pointer;
    box-shadow: none;
}
.btn-secondary:focus {
    outline: 2px solid #821137;
    outline-offset: -8px;
    box-shadow: none;
    background-color: #FFFEF9;
    border-color: #060B0B;
    color: #060B0B;
}
.btn-secondary-inverse:hover,
.btn-secondary-inverse:active {
    color: #060B0B;
    background-color: #FFFEF9;
    border: 4px solid #FFFEF9;
    cursor: pointer;
    box-shadow: none;
}
.btn-secondary-inverse:focus {
    outline: 2px solid #821137;
    outline-offset: -8px;
    box-shadow: none;
    background-color: #060B0B;
    border-color: #FFFEF9;
    color: #FFFEF9;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.nav__extra .btn-primary {
  padding: 11.5px 20px;
  border-radius: 0;
}

.btn-secondary-transparent {
    color: #FFFEF9;
    background-color: transparent;
    padding: 14px 28px;
    font-size: 18px;
    /*border: 1px solid #FFFEF9;*/
    line-height: 1;
    letter-spacing: 1.13px;
    text-align: center;
    text-transform: uppercase;
}

.btn-secondary-transparent:hover,
.btn-secondary-transparent:focus,
.btn-secondary-transparent:active {
    color: #821137;
    background-color: transparent;
    border: 1px solid #821137;
    cursor: pointer;
    border: 1px solid #821137;
}

.link-border-arrow {
    line-height: 1.69;
    letter-spacing: 1px;
    padding: 9px 50px 9px 7px;
    border-left: 1px solid rgba(94, 136, 162, 0.5);
    display: inline-block;
    position: relative;
}

.link-border-arrow:after {
    content: '';
    background: url("../../ghotel/images/icons/element-icon-arrow-right-primary-default.svg");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
}

.link-border-arrow img {
    margin-left: 10px;
}

p {
    font-family: 'NeulisSans', sans-serif;;
    font-size: 18px;
    color: #060B0B;
    line-height: 24px;
}


h1, .h1-style  {
    font-family: 'Optima', serif;
    font-size: 32px;
    color: #060B0B;
    /*margin-bottom: 40px;*/
    letter-spacing: normal;
    line-height: 42px;
    font-weight: 400;
}

@media screen and (min-width: 1170px) {
    h1, .h1-style {
        font-size: 50px;
        line-height: 75px;
        letter-spacing: normal;
    }
}

h2 {
    font-family: 'Optima', serif;
    font-size: 28px;
    letter-spacing: normal;
    color: #060B0B;
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: 400;
}

@media screen and (min-width: 1170px) {
    h2 {
        font-size: 40px;
        margin-bottom: 22px;
        margin-top: 25px;
        line-height: 60px;
        letter-spacing: normal;
    }
}

h3 {
    font-family: 'Optima', serif;
    font-size: 22px;
    color: #060B0B;
    /*margin-bottom: 20px;*/
    letter-spacing: normal;
    line-height: 32px;
    font-weight: 400;
}

@media screen and (min-width: 1170px) {
    h3 {
        font-size: 30px;
        line-height: 40px;
        }
}

h4 {
    font-size: 20px;
    color: #821137;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 26px;
    text-transform: capitalize;
    letter-spacing: normal;
    font-family: 'Optima', serif;
}

.online-form h4,
.generic__form .online-form h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
}

.online-form {
    text-align: center;
}

.online-form label {
    color: #060B0B;
}

@media screen and (min-width: 1170px) {
    h4 {
        font-size: 20px;
        margin-bottom: 22px;
    }

    .online-form,
    .custom-newsletter-checkobox {
        text-align: left;
        max-width: 925px;
        margin:  0 auto;
    }
}


h5 {
    font-size: 18px;
    color: #821137;
    line-height: 24px;
    margin-bottom: 24px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: 'Optima', serif;
}

.label-text {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #060B0B;
    display: block;
    font-family: "NeulisSans", sans-serif;
    margin-bottom: 5px;
}

/*@media screen and (min-width: 1140px) {
    .label-text {
        letter-spacing: 4px;
        font-size: 12px;
    }
}*/

a {
    font-size: 18px;
    color: #821137;
    font-weight: 400;
}

a:hover {
    color: #821137;
}

nav {
    position: relative;
}

.nav__wrapper {
    width: 100%;
    position: absolute;
    /*padding: 16px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    background: transparent;
    /*height: 110px;*/
}
.nav__wrapper {
    /**border-bottom: 1px solid #FFFEF9;*/
    background-color: #821137;
}
/*.nav__wrapper .logo-wrapper {
    backdrop-filter: blur(5px);
    border-left: solid .5px #FFFEF9;
    border-right: solid .5px #FFFEF9;
}*/

@media screen and (min-width: 992px) {
    .nav__wrapper {
        padding: 53px 60px;
    }
}

.nav__logo--desktop {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    top: 15px;
    /*border-bottom: 0.5px solid #FFFEF9;*/
}

@media screen and (min-width: 992px) {
    .nav__logo--desktop {
        position: absolute;
        z-index: 2;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .nav__logo--desktop .logo-wrapper {
        padding: 25px;
    }

    .nav__logo--desktop.nav-standard {
        padding: 30px;
        background: #821137;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.nav__link {
    color: #FFFEF9;
    line-height: 1.5;
    letter-spacing: 1.2px;
    font-size: 24px;
    font-family: "NeulisSans", sans-serif;
    margin-right: 26px;
    text-transform: uppercase;

}

.nav__link:last-child {
    margin-right: 0;
}

.nav__link:hover {
    color: #FFFEF9;
}

.nav__hamburger {
    text-align: center;
    color: #FFFEF9;
    margin-right: 15px;
    margin-top: 5px;
}

.nav__hamburger--btn,
.nav__hamburger--btn--standard {
    background: transparent;
    border: none;
}

.nav__hamburger--btn:hover,
.nav__hamburger--btn--standard:hover {
    cursor: pointer;
}

.nav__hamburger p {
    font-size: 13px;
    margin-top: -1px;
    color: #FFFEF9;
    font-family: "NeulisSans", sans-serif;
    line-height: 1;
    margin-left: -1px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .2s linear;
    font-weight: 400;
}
.nav__hamburger:hover p {
    color: #FFFEF9;
}

.nav__hamburger .nav__hamburger--btn--standard p {
    color: #FFFEF9;
}


.nav__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 3;
    max-width: 55px;
}

@media screen and (min-width: 992px) {
    .nav__left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
    }
}

.nav__left .form-control {
    background-color: transparent;
    color: #FFFEF9;
    font-family: "NeulisSans", sans-serif;
    border: none;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px;
}

.nav__left .form-control:hover {
    cursor: pointer;
}

.nav__left .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav__left .form-control option {
    color: #060B0B;
    background-color: #FFFEF9;
    font-weight: 500;
}

.nav__left .form-group {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
}


.nav__left .form-group select {
    width: 65px;
    background-image: url("../../ghotel/images/icons/element-icon-chevron-expand-white.png") !important;
    background-size: 20px;
}

.nav__left .form-group select:focus {
    border: none;
    background-color: transparent;
}

.nav__extra {
    z-index: 3;
}

@media screen and (max-width: 991px) {
    .nav__extra {
        display: none;
    }

    .nav__left .form-group {
        position: absolute;
        top: 0;
        right: 0;
    }

    .home__header__logo {
        display: none;
    }

    .bw-img-style {
        width: 110px!important;
    }
    .btn-secondary-inverse.grid-banner {
        width: 100%;
    }
    .nav__hamburger {
        position: absolute;
        top: 30px;
        left: 15px;
    }
    .nav__hamburger--btn--standard {
        position: absolute;
        top: -13px;
    }
    .nav__logo--desktop.nav-standard {
        padding: 10px 0 22px;
        background: #821137;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .nav__wrapper {
        height: 110px;
    }

    .slider-5--js .slick-dots {
        bottom: 0;
    }
    .slider-5--js .slick-dots li button {
        background: #FFFEF9;
        border: 1px solid #FFFEF9;
    }

    .slider-5--js .slick-dots li {
    margin: 0;
    }
    .generic__nav .nav__wrapper {
        height: 80px;
    }
    .nav__wrapper.offer-bar-adjustment {
        margin-top: 140px;
    }
    .navbar-hide {
        top: -220px;
    }
}

.generic__nav {
    position: relative;
    top: 0;
    -webkit-transition: top .5s ease;
    transition: top .5s ease;
    z-index: 999;
}

.generic__nav .nav__wrapper {
    position: fixed;
    padding: 16px 15px;
	z-index: 9999;

}

@media screen and (min-width: 992px) {
    .generic__nav .nav__wrapper {
        padding: 34px 60px;
        min-height: 80px;
    }
}

/*.generic__nav .nav__logo--desktop img {
    height: 49px;
}*/

@media screen and (min-width: 992px) {
    .generic__nav .nav__logo--desktop img {
        height: 65px;
    }
}

.generic__nav .nav__link {
    color: #FFFEF9;
}

.generic__nav .form-group {
    margin-bottom: auto;
    margin-top: auto;
}

.generic__nav .form-group select {
    width: 65px;
    background-image: url("../../ghotel/images/icons/element-icon-chevron-expand-primary.svg") !important;
    background-size: 20px;
}

.generic__nav .form-group select:focus {
    border: none;
}

.generic__nav .form-control {
    color: red;
}

@media screen and (max-width: 991px) {
    .generic__nav .form-control {
        padding: 0;
        /* height: 38px; */
    }
}

.generic__nav .nav__extra {
    margin-top: auto;
    margin-bottom: auto;
}

.generic__nav .nav__hamburger--btn {
    /* margin-top: 7px; */
}

.generic__nav .btn-primary {
    padding: 10.5px 20px;
    border: 1px solid #ffffff;
}

body.modal-open {
    padding-right: 0px !important;
    /*height: 100vh;*/
    overflow-y: hidden;
}

.nav-modal .modal-content {
    background-color: #060B0B;
    left: 0;
    border-radius: 0;
    width: 100%;
    display: inline-table;
    height: 100vh;
    border: none;
}


.nav-modal__logo {
    width: 110px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}


.nav-modal__links a {
    color: #FFFEF9;
    font-family: "Optima", sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: normal;
    line-height: 24px;
}

.nav-modal__links a:hover {
    color: #FFFEF9;
}

@media screen and (min-width: 1170px) {
    .nav-modal__logo {
        width: 171px;
    }
    .nav-modal__links a {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: normal;

    }
}

.nav-modal .modal-dialog {
    margin: 0 auto 0 0;
    height: 100%;
    min-height: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
    .nav-modal .modal-dialog {
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 412px !important;
    }
}

.nav-modal .modal-header {
    position: relative;
    border-bottom: none;
    /*margin-bottom: 33px;*/
    padding: 22px 30px;
}

@media screen and (max-width: 991px) {
    .nav-modal .modal-header {
        border-bottom: 1px solid #FFFEF9;
        height: 107px;
    }
}

@media screen and (min-width: 1170px) {
    .nav-modal .modal-header {
        /*margin-bottom: 66px;*/
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 711px;
        padding: 24px;
        height: 100px;
    }
}

.nav-modal .modal-header img {
    margin-left: auto;
    margin-right: auto;
}

.nav-modal__close {
    text-align: center;
    position: absolute;
    top: 30px;
    left: 10px;
}

@media screen and (max-width: 1169px) {
    .nav-modal__close p {
        display: none;
    }
}

@media screen and (min-width: 1170px) {
    .nav-modal__close {
        top: 45px;
        left: 20px;
    }

    .nav-modal__close p {
        color: #060B0B;
        font-family: "NeulisSans", sans-serif;
        margin-top: 5px;
    }
}

.nav-modal .modal-body {
    padding: 0;
}

.modal {
    padding-right: 0px !important;
}

@media screen and (min-width: 992px) {
    .nav-modal .modal-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.nav-modal__links {
    width: 100%;
    list-style-type: none;
    margin-bottom: 68px;
    margin-top: 50px;
}

@media screen and (min-width: 992px) {
    .nav-modal__links {
        min-width: 290px;
        max-width: 290px;
    }
}

@media screen and (min-width: 1170px) {
    .nav-modal__links {
        min-width: 605px;
        padding: 0 100px;
    }
}

.nav-modal__item {
    display: block;
    padding: 30px 0;
    margin: 0 18px;
    -moz-box-shadow: 0 1px 0 #FFFEF9;
    -webkit-box-shadow: 0 1px 0 #FFFEF9;
    box-shadow: 0 1px 0 #FFFEF9;
}

.nav-modal__item__chevron {
    float: right;
    background: url("../../ghotel/images/icons/icon-menu-arrow-down.svg");
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    position: relative;
}

.nav-modal__item__chevron__open {
    transform: rotate(180deg);
}

@media screen and (min-width: 1170px) {
    .nav-modal__item__chevron {
        background: url("../../ghotel/images/icons/icon-menu-arrow-right.svg");
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        float: none;
        top: 0
    }
}

@media screen and (min-width: 1170px) {
    .nav-modal__item {
        /*padding: 15px 64px;*/
        margin: 0;
    }
}

.nav-modal__item__dropdown {
    display: none;
}
.nav-modal__item .nav-modal__item__dropdown a:focus:before {
    display: none;
}

.nav-modal__item__dropdown a {
    display: block;
    padding: 10px 20px;
    color: #FFFEF9;
    font-size: 18px;
    letter-spacing: 1px;
}

/* .nav-modal__item__open a {
    color: #FFFEF9;
} */

.nav-modal .modal-footer {
    padding: 0;
    border-top: none;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .nav-modal .modal-footer {
        max-width: 711px;
    }
}

.nav-modal .modal-footer .btn {
    width: 100%;
    border-radius: 0;
    margin: 0;
}

.nav-modal__sub-desktop {
    padding: 0 53px;
    width: 700px;
}


@media screen and (min-width: 1170px) {
    .nav-modal__sub-desktop {
        /*padding: 0 0 0 150px;*/
        width: 780px;
    }
}

@media screen and (min-width: 1170px) {
    .nav-modal__item {
        padding: 27px 0;
        margin: 0;
    }

}
.nav-modal__item a {
    position: relative;
}
/*.nav-modal__item a:focus:before {
    content: '';
    display: inline-block;
    width: 6px;
    background: #821137;
    position: absolute;
    margin-left: -10px;
    height: 24px;
    top: 9px;

}*/
.nav-modal__sub-desktop h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #FFFEF9;
    font-family: 'Optima', serif;
    font-size: 50px;
}

.nav-modal__sub-desktop span {
    margin-bottom: 25px;
    color: #060B0B;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 6px;
}

.nav-modal__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px 30px;
    width: 33%;
}

.nav-modal__grid__img {
    width: 165px;
    height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 16px;
}

.nav-modal__grid__title {
    font-size: 16px;
    color: #FFFEF9;
    font-family: "NeulisSans", sans-serif;
    text-transform: uppercase;
    transition: .2s all linear;
    letter-spacing: 1px;
}

.nav-modal__grid__item:hover .nav-modal__grid__title {
    color: #821137;
}

.nav-modal__grid__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(246, 246, 246, 0.5);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 165px;
    height: 165px;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 16px;
}

.nav-modal__grid__card img {
    width: 24px;
}

.nav-modal__grid__card p {
    font-size: 17px;
    color: #FFFEF9;
}

.nav-modal__grid__card--allign {
    margin-top: auto;
    margin-bottom: auto;
}
.nav-modal__grid__card--allign p {
    font-family: "NeulisSans", sans-serif;
    font-size: 24px;
}
.rotate-180 {
    transform: rotate(180deg);
}

.navbar-hide {
    top: -170px;
}

.navbar-hide.home {
    top: -245px;
}

.booking-widget {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 0;
}

@media screen and (max-width: 500px) {
    /*.booking-widget {*/
    /*    overflow-y: hidden;*/
    /*}*/
}

.booking-widget-grid {
    /*margin-bottom: 40px;*/
}

@media screen and (min-width: 992px) {
    .booking-widget-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 20px 20px;
        grid-template-areas: ". .";
        margin-bottom: 0px;
    }
}

.bw-img-style {
    width: 150px;
}

.booking-widget a:not(.book-a-table) {
    padding: 40px 0 0;
    text-decoration: none;
    font-size: 25px;
    color: #abaaad;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.promo-code a {
    padding-bottom: 20px;
}

.promo-code .form-group {
    margin-bottom: 40px;
}

.booking-widget a:hover {
    color: #f1f1f1;
}

.booking-widget .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px;
}

@media screen and (min-width: 992px) {
    .booking-widget .closebtn {
        right: 40px;
        top: 5px;
    }
}

.booking-widget h2 {
    text-align: center;
    font-size: 35px;
    color: #f0f0f0;
    font-weight: 400;
    font-family: 'Optima', serif;
    margin-bottom: 60px;
}

.booking-widget .widget-form .error-message {
    color: #FFFEF9;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .booking-widget .widget-form .booking-widget-datepicker {
        /*margin-bottom: 40px;*/
    }
}

.booking-widget .widget-form .booking-widget-datepicker .form-control {
  /*  background-image: url("../../ghotel/images/icons/icon-datepicker.svg") !important;
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;*/
    background: transparent;
    color: #FFFEF9 !important;
}

.booking-widget .widget-form .promo-code a {
    font-size: 14px;
    font-family: "NeulisSans", sans-serif;
    color: #FFFEF9;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.booking-widget .widget-form .promo-code .form-group {
    display: none;
}

.booking-widget .widget-form .btn-secondary {
    background: #FFFEF9;
    border: solid 1px  #821137;
    color: red;
}

.booking-widget .widget-form .btn-secondary:hover {
    background:  #821137;
    color: #FFFEF9;
}

.booking-widget .widget-form .guest-quantity {
    position: relative;
}

.booking-widget .widget-form .guest-quantity p {
    color: #FFFEF9;
    width: 100px;
}

.booking-widget .widget-form .guest-quantity .total-guests {
    margin-bottom: 0;
    height: 50px;
    background: transparent;
    padding: 10px 15px;
    /*border: solid 1px #060B0B;
    background-image: url("../../ghotel/images/icons/form-dropdown.svg") !important;
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;*/
}
.booking-widget .widget-form .guest-quantity .total-guests p {
    line-height: 25px;
}

.booking-widget .widget-form .guest-quantity .total-guests p {
    width: auto;
    font-size: 16px;
    font-family: 'NeulisSans', sans-serif;
}

.booking-widget .widget-form .guest-quantity .total-guests p:after {
    content: ",";
    padding-right: 10px;
    color: #FFFEF9;
}

.booking-widget .widget-form .guest-quantity .total-guests p:last-child:after {
    content: '';
}

.booking-widget .widget-form .guest-quantity .total-guests:hover {
    cursor: pointer;
}

.booking-widget .widget-form .guest-quantity button {
    text-align: center;
    height: 40px;
    min-width: 40px;
    border: solid 1px #821137;
    color: #821137;
    background-color: #FFFEF9;
    font-family: NeulisSans, sans-serif;
    font-size: 25px;
    transition: .2s all linear;
}


.booking-widget .widget-form .guest-quantity button:hover {
    cursor: pointer;
    background: #821137;
    color: #FFFEF9;
}

.booking-widget .widget-form .guest-quantity button.btn-primary-inverse {
    height: 50px;
    font-size: 16px;
    border: 4px solid #821137;
}

.booking-widget .widget-form .guest-quantity button.btn-primary-inverse:focus {
    background-color: #FFFEF9;
    border: 4px solid #821137;
    outline: 2px solid #060B0B;
    outline-offset: -8px;
    color: #060B0B;
}

.booking-widget .widget-form .guest-quantity button:disabled {
    border: solid 1px rgba(68, 109, 134, 0.2);
    color: #FFFEF9;
    background-color: rgba(94, 136, 162, 0.2);
}

/* .guest-info {
    min-height: 270px;
} */
.guest-widget-buttons-container.dropdown-menu.contact::before {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #060B0B transparent;
    content: "";
    height: 0;
    margin-right: -10px;
    position: absolute;
    right: 50%;
    top: -10px;
    width: 0;
}

.booking-widget .widget-form .guest-quantity .guest-info .room-number {
    margin: 20px 0;
    width: 100%;
    text-align: left;
    border-bottom: #060B0B;
    line-height: .1em;
}
.booking-widget .widget-form .guest-quantity .guest-info .room-number span {
    background-color: #FFFEF9;
    padding: 0 10px 0 0;
    text-transform: uppercase;
}

.booking-widget .widget-form .guest-quantity .guest-info .room-number:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #060B0B;
    right: 20px;
}



@media screen and (min-width: 992px) {
    .booking-widget .widget-form .guest-quantity .guest-info .room-number {
        margin: 30px 0 40px 0;
    }
}

.booking-widget .widget-form .guest-quantity .guest-info .room-number-row {
    margin-bottom: 32px;
}

.booking-widget .widget-form .guest-quantity .guest-info .room-number-row:last-child {
    margin-bottom: 0;
}

.booking-widget .widget-form .guest-quantity .guest-info .align {
    padding: 0 0 0 20px;
}

.booking-widget .widget-form .guest-quantity .guest-info .age {
    font-size: 18px;
    color: #abaaad;
}

.booking-widget .widget-form .guest-quantity span {
    font-size: 14px;
    text-align: center;
    width: 50px;
    letter-spacing: 4px;
    color: #821137;
    font-family: "NeulisSans", sans-serif;
    font-weight: 400;
}
.booking-widget .widget-form .guest-quantity span.quantity {
    font-size: 20px;
}

.booking-widget .widget-form .guest-quantity .guest-widget-buttons {
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /*padding: 20px 9px;*/
   /* background-color: #FFFEF9;
    border: 1px solid #FFFEF9;*/
    margin-top: 15px;
}
.booking-widget .child-age {
    color: #060B0B !important;
}

.guest-widget-buttons__add-remove span,
.booking-widget .room-counter span {
    color: #060B0B !important;
    font-size: 16px!important;
}

@media screen and (min-width: 992px) {
    .booking-widget .widget-form .guest-quantity .guest-widget-buttons {
        /*padding: 20px 20px 80px 20px;*/
    }
}

.booking-widget .widget-form .guest-quantity .guest-widget-buttons .guest-widget-buttons-container {
    scroll-behavior: smooth;
    /*position: relative;*/
    background: #FFFEF9;
    width: 100%;
    /*margin-bottom: 10px;*/
    border: 1px solid #060B0B;
    /*padding: 30px 20px;*/
}

@media screen and (max-width: 500px) {
    .booking-widget .widget-form .guest-quantity .guest-widget-buttons .guest-widget-buttons-container {
        bottom: 0;
        margin-bottom: 0;
    }
}

.booking-widget .widget-form .guest-quantity .guest-widget-buttons .guest-widget-buttons-container::before {
    content: '';
    position: absolute;
    top: 56px;
    left: 50%;
    border-bottom: solid 10px #FFFEF9;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    transform: translate(-50%);
}

.asd__wrapper.asd__wrapper--datepicker-open {
    margin-top: 15px !important;
    font-family: NeulisSans, sans-serif;

}
.asd__day-button {
    font-size: 16px;
}
.booking-widget .widget-form .guest-quantity .guest-widget-buttons .guest-widget-buttons-container p {
    color: #060B0B;
    font-weight: 500;
    width: 100%;
    font-size: 20px;
    font-family: 'NeulisSans', sans-serif;;
}

.booking-widget .widget-form .guest-quantity .guest-widget-buttons .guest-widget-buttons-container .person-age span {
    color: rgba(43, 43, 43, 0.5);
}

.booking-widget .widget-form .guest-quantity .guest-widget-buttons .guest-widget-buttons-container .btn-primary {
    display: inline-block;
    font-size: 18px;
    color: #FFFEF9;
    background-color: #821137;
    border: 1px solid #821137;
    text-transform: uppercase;
    width: auto;
    padding: 0 30px;
    margin-top: 10px;
    float: right;
}

.ml {
    margin-left: 10px;
}

@media screen and (min-width: 992px) {
    .booking-widget .widget-form .guest-quantity .guest-widget-buttons .guest-widget-buttons-container .btn-primary {
        margin-top: 30px;
    }
/*
    .guest-info {
        min-height: 325px;
    } */
}

@media screen and (max-width: 991px) {

    .btn-primary-transparent {
        width: 100%;
    }
}

.booking-widget .widget-form .guest-quantity .guest-widget-buttons .guest-widget-buttons-container .btn-primary:hover {
    cursor: pointer;
    background-color: #821137;
    border: 1px solid #821137;
    color: #FFFEF9;
}

/*
.booking-widget .btn-primary {
    margin-top: 20px;
}
*/


.footer__top {
    background-color: rgba(64, 93, 111, 0.1);
    padding: 0 40px 64px 40px;
    text-align: center;
}
.footer__bottom__links {
    /*margin-top: 40px;*/
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .footer__top {
        padding: 0 60px 0 60px;
    }
    .footer__top__links {
        margin-top: 60px;
    }
    .footer__bottom__links {
        /*margin-top: 45px;*/
    }
}
.logo-footer {
  /*  height: 80px;
    width: 80px;*/
    margin-bottom: 10px;
}

.footer__top__wrapper {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    padding: 40px 0;
}

@media screen and (min-width: 992px) {
    .footer__top__wrapper {
        padding: 32px 0;
        border-bottom: none;
    }
    .logo-footer {
        height: auto;
        width: 200px;
    }
}

.footer__top ul {
    list-style: none;
    margin-top: 40px;
}

@media screen and (min-width: 992px) {
    .footer__top ul {
        -webkit-columns: 3;
        columns: 3;
        margin-top: 32px;
    }
}

.footer__top ul li {
    margin-bottom: 16px;
}

.footer__top ul a {
    font-size: 16px;
    color: #6993ac;
    line-height: 1.2;
    letter-spacing: 1px;
}

.footer__bottom {
    background-color: #821137;
    padding: 32px 16px 32px 16px;
    text-align: center;
}

.book-a-table {

}
@media screen and (min-width: 992px) {
    .footer__bottom {
        padding: 60px;
    }
}

@media screen and (max-width: 1169px) {
    .footer__bottom--width {
        display: block;
    }
}

.footer__bottom .footer__bottom__links {
    list-style: none;
    display: inline-flex;
}

@media screen and (max-width: 1169px) {
    .footer__bottom ul {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}

.footer__bottom ul li {
    display: inline-block;
    margin-left: 42px;
}

.footer__top__links li {
    display: block!important;
    margin-left: 0!important;
    font-size: 14px;
    margin-bottom: 20px;
}
.footer__top__links {
    margin-top: 30px;
    display: block;
    font-family: 'NeulisSans', sans-serif;
    font-weight: 400;
}

.footer__top__links a {
    color: #FFFEF9;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer__bottom__links li {
    display: block!important;
    margin-left: 0!important;
    font-size: 14px;
    padding-bottom: 14px;
}

.footer__bottom__links a {
    color: #FFFEF9;
    font-size: 16px;
    margin: 0 15px;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer__bottom ul li {
      margin-left: 36px;
  }
}

.footer__bottom ul li:first-child {
    margin-left: 0;
}

.footer__bottom hr {
    margin: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
}

.footer__bottom__content {
    text-align: center;
}

.footer__bottom__content p {
    font-size: 16px;
}

.social__footer__links {
    margin-bottom: 40px;
    margin-top: 50px;
}

.footer__bottom__content a {
    color: #FFFEF9;
    display: block;
    font-weight: 400;
    transition: .2s all linear;
}

.footer__bottom .fa:hover {
    color: #FFFEF9;
}

.footer__bottom__content p {
    color: #FFFEF9;
    font-family: "NeulisSans", sans-serif;
}

.footer__btn {
    color: #FFFEF9;
    text-align: center;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    outline-offset: -4px;
    letter-spacing: 0.5px;
    padding: 5px;
    width: 100%;
    display: block;
}

.footer__btn:hover {
    color: #FFFEF9;
    outline: 1px solid transparent;
}

@media screen and (min-width: 1170px) {
    .footer__btn {
        max-width: 179px;
    }
}

.blog-article {
    margin-top: 80px;
}

@media screen and (min-width: 992px) {
    .blog-article {
        margin-top: 144px;
    }
}

.blog-list {
    margin-top: 68px;
}

@media screen and (min-width: 992px) {
    .blog-list {
        margin-top: 100px;
    }
}

.blog-list__header {
    padding: 32px 0;
    margin-bottom: 32px;
    background-color: rgba(64, 93, 111, 0.1);
}

@media screen and (min-width: 992px) {
    .blog-list__header {
        padding: 64px 0;
        margin-bottom: 64px;
    }

    .blog-list__header--allign {
        margin-left: 20px;
    }
}

.blog-list__header__img {
    width: 100%;
    max-height: 336px;
    margin-bottom: 32px;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .blog-list__header__img {
        height: 336px;
        margin-bottom: 0;
    }
}

.blog-list__header h2 {
    margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
    .blog-list__header h2 {
        margin-bottom: 16px;
    }
}

.blog-list__header a {
    text-decoration: underline;
}

.blog-list__header .text-label {
    margin-top: 16px;
}

.blog-list__row {
    margin-top: 32px;
}

@media screen and (min-width: 992px) {
    .blog-list__row {
        margin-top: 64px;
    }
}

.blog-list__card {
    margin-bottom: 64px;
}

.blog-list__card img {
    width: 100%;
    margin-bottom: 16px;
}

.blog-list__card a {
    text-decoration: underline;
    font-size: 16px;
}

.blog-list__card .text-label {
    margin-top: 16px;
}

@media screen and (min-width: 992px) {
    .blog__content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 280px;
        grid-template-columns: 1fr 280px;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 75px 75px;
        grid-template-areas: ". .";
    }
}

.blog__content__widget {
    margin-top: 64px;
    margin-bottom: 64px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 992px) {
    .blog__content__widget {
        margin-top: 0;
        border-top: 1px solid #d8d8d8;
        margin-left: 0;
        margin-right: 0;
    }
}

.blog__content p {
    margin-bottom: 32px;
}

.blog__content h1,
.blog__content h2,
.blog__content h3,
.blog__content h4,
.blog__content h5,
.blog__content h6 {
    color: red;
    margin: 32px 0;
}

.blog__content .booking-widget-grid {
    display: block;
    margin-bottom: 16px;
}

.blog__content .booking-widget .widget-form .promo-code a {
    margin-bottom: 0;
}

.blog__content .booking-widget .widget-form .booking-widget-datepicker {
    margin-bottom: 0;
}

body {
    font-family: 'NeulisSans', sans-serif;;
}

.cnt {
    padding: 0 15px;
}

@media screen and (min-width: 1170px) {
    .cnt {
        padding: 0 calc((100vw - 1410px) /2);
    }
}

.cnt--pl {
    padding: 0 15px;
}

@media screen and (min-width: 1170px) {
    .cnt--pl {
        padding-left: calc((100vw - 1140px) /2);
        padding-right: 0;
    }
}

.cnt--pr {
    padding: 0 15px;
}

@media screen and (min-width: 1170px) {
    .cnt--pr {
        padding-right: calc((100vw - 1140px) /2);
        padding-left: 0;
    }
}

hr {
    border-top: 1px solid #d8d8d8;
    margin: 64px 0;
}

.spacer {
    border-top: 1px solid red;
    width: 96px;
    margin-left: auto;
    margin-right: auto;
}

.header-border {
    border-top: 1px solid red;
    width: 68px;
}

.slider__btns button {
    margin-top: 32px;
    border: none;
    background: none;
    margin-right: 20px;
}

.form-control {
    background-color: #FFFEF9;
    font-size: 18px;
    border: solid 1px #060B0B;
    height: 49px;
    font-family: 'NeulisSans', sans-serif;;
    border-radius: 0;
    color: #060B0B;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #FFFEF9;
}

.form-control:focus {
    border: solid 1px #821137;
    background-color: #FFFEF9;
    box-shadow: inset 0 0 0 2px #821137;
}

.form-control::-webkit-input-placeholder {
    color: #060B0B;
    font-size: 18px;
}

.form-control:-ms-input-placeholder {
    color: #060B0B;
    font-size: 18px;
}

.form-control::-ms-input-placeholder {
    color: #060B0B;
    font-size: 18px;
}

.form-control::placeholder {
    color: #060B0B;
    font-size: 18px;
}

.form-group select {
    background-size: 15px;
    /* background: #FFFEF9 url("../../ghotel/images/icons/form-dropdown.svg") no-repeat !important; */
    /* background-position: calc(100% - 8px) 50%; */
    text-indent: 1px;
    text-overflow: '';
    background-image: url("../../ghotel/images/icons/form-dropdown.svg") !important;
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-group label {
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.form-check {
    padding-left: 0;
}

span.custom-check,
span.custom-radio {
    width: 20px;
    min-width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    top: -2px;
    position: relative;
}

span.custom-check {
    margin-right: 10px;
    border-radius: 0;
    background-color: #FFFEF9;
    color: rgba(87, 86, 91, 0.8);
    font-size: 16px;
    border: solid 1px red;
    font-family: "NeulisSans", sans-serif;
    margin-top: 5px;
}

span.custom-radio {
    margin-right: 10px;
    border-radius: 0;
    background-color: #FFFEF9;
    color: rgba(87, 86, 91, 0.8);
    font-size: 16px;
    border: solid 1px red;
    font-family: "NeulisSans", sans-serif;
    border-radius: 50%;
}

input[type="checkbox"]:checked+span.custom-check:after {
    content: url("../../ghotel/images/icons/element-icon-tick-white.svg");
    color: #FFFEF9;
    line-height: 20px;
    text-align: center;
    -webkit-animation: form-zoom 0.5s ease-in-out;
    animation: form-zoom 0.5s ease-in-out;
    padding: 2px 0px;
    background: red;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 20px;
    width: 20px;
}

input[type="radio"]:checked+span.custom-radio:after {
    content: url("../../ghotel/images/icons/element-icon-tick-white.svg");
    color: #FFFEF9;
    line-height: 20px;
    text-align: center;
    -webkit-animation: form-zoom 0.5s ease-in-out;
    animation: form-zoom 0.5s ease-in-out;
    padding: 2px 0px;
    background: red;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.form-check input[type="checkbox"],
.form-check input[type="radio"],
label input[type="checkbox"],
label input[type="radio"] {
    display: none;
}

.label {
    font-family: "NeulisSans", sans-serif;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 1px;
    color: red;
}

.radio-bnts {
    margin: 16px 0;
}

@media screen and (min-width: 992px) {
    .home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.home__sticky-slider {
    width: 50%;
    top: 0;
    right: 0;
}

.home__sticky-slider__footer {
    position: relative;
    bottom: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 135px;
}

.home__sticky-slider--img {
    margin-bottom: 47px;
    width: 100%;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home__sticky-slider__btn {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    color: #FFFEF9;
    /*border: 1px solid #FFFEF9;*/
    padding: 8px 27px;
}

.home__sticky-slider__btn:hover {
    color: red;
    background-color: #FFFEF9;
}

.home__header {
    max-height: 980px;
    position: relative;
}

.home__header .slick-dotted.slick-slider, .home__header .slick-list {
    height: 100%;
}

.home__header--img {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
}

.home__header__content {
    position: absolute;
    width: 100%;
    bottom: 70px;
    color: #FFFEF9;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    padding: 0 50px;
}

@media screen and (min-width: 992px) {
    .home__header__content {
        bottom: 32px;
    }
    /*.home__header {*/
    /*    height: 800px;*/
    /*}*/
}

.home__header__content h4 {
    margin-bottom: 5px;
    color: #FFFEF9;
    font-size: 20px;
    font-family: 'Optima', serif;
}

@media screen and (min-width: 992px) {
    .home__header__content h4 {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) {
    .home__header__content {
        font-size: 22px;
        line-height: 1.45;
        letter-spacing: 1.1px;
    }
}

.home__header__logo {
    text-align: center;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
}

@media screen and (min-width: 1170px) {
    .home__header__logo {
        margin-left: -200px;
    }
}

.home__header__logo img, .home__header__logo button {
	width: 200px;
	top: 200px;
	z-index: 999;
	position: absolute;
}
@media screen and (min-width: 992px) {
    .home__header__logo a {
        position: relative;
    }
}

.home__content {
    padding: 32px 15px 0 15px;
    width: 100%;
}

.home__content .booking-widget {
    margin-top: 64px;
    margin-bottom: 64px;
}


.home__content__logo {
    margin-top: 57px;
    margin-bottom: 57px;
}

@media screen and (min-width: 992px) {
    .home__content__logo {
        margin-top: 64px;
        margin-bottom: 50px;
    }
}

.home__content__logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.home__notification {
    text-align: center;
    text-align: center;
}

.home__notification__buttons {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (min-width: 992px) {
    .home__notification__buttons a {
        margin: 0 32px;
    }
}

.home__notification .btn-primary-transparent {
    margin-bottom: 16px;
}

.home__notification__alert {
    background: rgba(64, 93, 111, 0.1);
    text-align: center;
    padding: 16px 8px;
    margin-bottom: 32px;
}

@media screen and (min-width: 992px) {
    .home__notification__alert {
        padding: 16px 12px;
    }
}

.home__title-img-slider-btn {
    text-align: center;
}

.home__title-img-slider-btn .slider-6--js {
    margin-bottom: 40px;
}

.home__title-img-slider-btn__item {
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home__header__logo button {
    position: absolute;
    top: 370px;
}

@media screen and (min-width: 1170px) {
    .home__title-img-slider-btn__item {
        height: 562px;
    }

    .home__header__logo button {
        top: 570px;
    }

    .home__header__logo img, .home__header__logo button {
        width: 400px;
    }

    /*.home__header {*/
    /*    height: 980px;*/
    /*}*/
}

.home__title-img-slider-btn__content {
    position: absolute;
    color: #FFFEF9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    text-align: left;
}

@media screen and (min-width: 992px) {
    .home__title-img-slider-btn__content {
        bottom: 0;
    }
}

.home__title-img-slider-btn__content h2 {
    color: #FFFEF9;
    font-size: 16px;
    font-family: 'Optima', serif;
}

.generic__heading-text {
    background: #060B0B;
    padding: 20px 0 1px;
}

.generic__heading-text .heading-text {
    letter-spacing: 20px;
    font-weight: 400;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.generic__heading-text .heading-text:after {
    content: "";
    display: block;
    width: 44px;
    height: 10px;
    background: #821137;
    margin: 35px auto 0;
}

@media screen and (min-width: 1170px) {
    .home__title-img-slider-btn__content h2 {
        font-size: 28px;
        font-family: 'Optima', serif;
    }
    .generic__heading-text .heading-text:after {
        content: "";
        display: block;
        width: 88px;
        height: 20px;
        background: #821137;
        margin: 60px auto 0;
    }

    .generic__heading-text {
        background: #060B0B;
        padding: 120px 0 78px;
    }
}

.home__title-img-slider-btn__content p {
    color: #FFFEF9;
}

.home__title-img-slider-btn__content__price {
    padding-left: 10px;
    border-left: 1px solid #FFFEF9;
}

@media screen and (min-width: 992px) {
    .home__title-img-slider-btn__content__price {
        padding-left: 15px;
    }
}

.home__title-img-slider-btn__content__price span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.home__title-img-slider-btn__content__price p {
    font-size: 24px;
    font-family: "NeulisSans", sans-serif;
}

@media screen and (min-width: 992px) {
    .home__title-img-slider-btn__content__price p {
        font-size: 28px;
    }
}

.home__title-img-slider-btn .slick-dots {
    bottom: 5px;
}

.home__title-img-slider-btn .slick-dots li button {
    border: 1px solid #FFFEF9;
}

.home__title-img-slider-btn .slick-dots li.slick-active button {
    background: #FFFEF9;
}

@media screen and (min-width: 992px) {
    .home__title-2-boxes__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 30px 30px;
        grid-template-areas: ". .";
    }
}

.home__title-2-boxes__card {
    margin-bottom: 40px;
}

.home__title-2-boxes img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 175px;
    margin-bottom: 26px;
}

.home__title-2-boxes__title:after {
    margin-top: 5px;
    height: 2px;
    display: block;
    width: 40px;
    background: rgba(94, 136, 162, 0.5);
    content: '';
}

.home__description {
    text-align: center;
}

.home__description p {
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .home__description p {
        margin-bottom: 28px;
    }
}

.home__description img {
    margin-bottom: 24px;
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .home__description img {
        margin-bottom: 40px;
        height: 275px;
    }
}

.home__contant-info {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .home__contant-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.generic__form .online-form {
    margin-bottom: 30px;
}

.home__contant-info p {
    margin-bottom: 26px;
}

.home__contant-info__card {
    padding: 0 20px 64px 20px;
}

@media screen and (max-width: 991px) {
    .home__contant-info__card:last-child {
        padding: 0 20px 0 20px;
    }
}


@media screen and (min-width: 992px) {
    .home__contant-info__card {
        padding: 0 15px;
        width: 50%;
    }
}

.generic {
    margin-top: 48px;
}

@media screen and (min-width: 992px) {
    .generic {
        margin-top: 80px;
    }
    .generic__newsletter {
        margin-top: -50px;
        padding: 0 0 100px;
        /*text-align: center;*/
    }
}

.generic__form .btn {
    margin-top: 32px;
    width: 100%;
}

.generic__form label {
    font-family: "NeulisSans", sans-serif;
    font-size: 16px;
    color: #821137;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 400;
    float: left;
}

.generic__newsletter {
    /*text-align: center;*/
    margin-top: -25px;
    padding: 0 15px 50px;
}
.generic__contact-box {
    margin-bottom: 40px;
}
@media screen and (min-width: 1170px) {
    .generic__contact-box {
        margin-bottom: 60px;
        text-align: left;
    }
}
.generic__contact-box h3 {
    margin-bottom: 20px;
}
.generic__contact-box p {
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .generic__newsletter {
        margin-top: -50px;
        padding: 0 0 150px;
    }
}

@media screen and (min-width: 992px) {
    /*.generic__newsletter__content {*/
    /*    padding: 0 16px;*/
    /*}*/
}

.generic__newsletter__content p {
    font-size: 14px;
    padding-top: 20px;
    max-width: 925px;
    margin: auto auto;

}
.generic__newsletter__content p > a {
    font-size: 14px;
    color: #821137;
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    .generic__newsletter__form {
        display: flex;
        justify-content: center;
    }
    .generic__newsletter__content p {
        padding-top: 10px
    }
}

.generic__newsletter__form .form-group {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .generic__newsletter__form .form-group {
        margin-right: 15px;
        margin-bottom: 0;
    }
}

.generic__newsletter .btn-primary {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .generic__newsletter .btn-primary {
        width: auto;
    }
}

.generic__grid-banner {
    margin-bottom: 40px;
    margin-top: 40px;
}

@media screen and (min-width: 992px) {
    .generic__grid-banner {
        margin-bottom: 100px;
        margin-top: 100px;
    }
}

.generic__grid-banner__top {
    text-align: center;
}

.generic__grid-banner__top h1 {
    margin-bottom: 40px;
}

.generic__grid-banner__card {
    padding: 30px;
    background-color: #060B0B;
}

.default--bg {
    background-color: #060B0B;
}

.grey {
    background-color: #f6f6f6;
}

.generic__grid-banner__card h3 {
    color: #FFFEF9;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.generic__grid-banner__card.grey h3 {
    color: #060B0B;
    padding-bottom: 27px;
    border-bottom: 1px solid #060B0B;
}

@media screen and (min-width: 992px) {
    .generic__grid-banner__card h2 {
        padding-bottom: 18px;
    }
}

@media screen and (min-width: 1170px) {
    .generic__grid-banner__card {
        padding: 60px;
    }
}

.generic__grid-banner__card__footer {
    padding-top: 30px;
}

.generic__grid-banner__card__footer .btn-primary {
    display: block;
}

@media screen and (min-width: 992px) {
    .generic__grid-banner__card__footer .btn-primary {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    .generic__grid-banner__card__footer {
        padding: 32px 0 0 0;
        text-align: right;
    }
}

@media screen and (min-width: 992px) {
    .generic__grid-banner__mobile {
        display: none;
    }
}

.generic__grid-banner__mobile img {
    width: 100%;
    height: 369px;
    object-fit: cover;
}
.generic__grid-banner__mobile--imgs img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.generic__grid-banner__mobile--imgs img:first-child{
    height: 369px;
}

.generic__grid-banner__desktop {
    display: none;
}

@media screen and (min-width: 992px) {
    .generic__grid-banner__desktop {
        display: block;
    }
}

.generic__grid-banner__desktop--grid {
    margin-bottom: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 0.5fr 0.5fr;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 30px 30px;
    grid-template-areas: "img-large img-small"
        "img-large grid-card";
}

.generic__grid-banner__desktop .img-large {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: img-large;
}

.generic__grid-banner__desktop .img-large img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.generic__grid-banner__desktop .img-small {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: img-small;
    height: 279px;
}

.generic__grid-banner__desktop .grid-card {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: grid-card;
}

.generic__grid-banner__desktop .bgi {
    background-repeat: no-repeat;
    background-size: cover;
}

.generic__grid-banner__desktop__footer {
    text-align: center;
}

.generic__grid-banner__desktop__footer .spacer {
    margin-bottom: 12px;
}

.generic__img-full-width {
    margin: 100px 0;
}

@media screen and (max-width: 991px) {
    .generic__img-full-width {
        margin: 64px 0;
    }

    .generic__img-full-width__img {
        padding: 0 15px;
    }

    .nav__center {
        padding: 25px 30px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
}

.generic__img-full-width__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 32px;
    min-height: 275px;
    max-height: 584px;
}

.generic__img-title-text-row-full-width {
    position: relative;
    display: block;
    margin: 64px 0;
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text-row-full-width {
        margin: 150px 0;
    }
}

.generic__img-title-text-row-full-width__content {
    background-image: url("../images/pattern-banner.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 15px;
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text-row-full-width__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: calc((100vw - 1140px) /2);
        min-height: 615px;
        padding: 64px 15px;
    }
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text-row-full-width__content__text {
        margin-right: calc((100vw - 1410px) /2);
        color: #FFFEF9;
    }
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text-row-full-width__content--reverse {
        padding-right: 0;
        margin-left: 0;
        padding-left: calc((100vw - 1140px) /2);
        margin-right: calc((100vw - 1140px) /2);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.generic__img-title-text-row-full-width__content h1 {
    margin-bottom: 14px;
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text-row-full-width__content h1 {
        margin-bottom: 22px;
    }
    /*.generic__img-title-text-row-full-width__content h2:before {
        height: 42px;

    }*/
}

/*.generic__img-title-text-row-full-width__content p {
    margin-bottom: 30px;
}*/

.generic__img-title-text-row-full-width__content .header-border {
    margin-top: 40px;
}

@media screen and (min-width: 992px) {
    .generic__img-title-text-row-full-width__content .header-border {
        margin-top: 22px;
    }
}

.generic__img-title-text-row-full-width__content .btn-primary-transparent {
    margin-right: 16px;
    margin-bottom: 24px;
}

.generic__img-title-text-row-full-width__content .btn-primary-transparent:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text-row-full-width__content__text {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 450px;
        position: relative;
    }
}

.generic__img-title-text-row-full-width__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 275px;
    position: relative;
    z-index: 10;
}

.generic__img-title-text-row-full-width__img--gra-right:after {
    content: "";
    background: url("../../ghotel/images/extras/print-5-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 310px;
    width: 278px;
    z-index: 1;
    position: absolute;
    top: -100px;
}
.generic__img-title-text-row-full-width__img--gra-left:before {
    content: "";
    background: url("../../ghotel/images/extras/print-5-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 310px;
    width: 278px;
    z-index: 1;
    position: absolute;
    top: -100px;
}

.generic__img-title-text-row-full-width__img--portrait {
    height: 513px;
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text-row-full-width__img {
        height: 456px;
    }
    .generic__img-title-text-row-full-width figure {
        width: 56%;
        top: 50%;
        margin-top: -228px;
        z-index: 10;
        margin-bottom: 0;
    }
    .generic__img-title-text-row-full-width__content--reverse .right {
        position: absolute;
        right: 0;
    }
    .generic__img-title-text-row-full-width__content .left {
        position: absolute;
        left: 0;
    }
    .generic__img-title-text-row-full-width__img--portrait {
        height: 200px;
    }
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text-row-full-width__img--reverse {
        left: auto;
        right: 0;
        padding-right: 0;
        z-index: 10;
    }
}

.no--bg {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.generic__full-banner {
    text-align: center;
    margin-bottom: 56px;
    padding-top: 5px;
    margin-top: 54px;
}

@media screen and (min-width: 992px) {
    .generic__full-banner {
        margin-bottom: 64px;
        margin-top: 100px;
    }
}

.generic__full-banner img {
    width: 100%;
    /* height: 275px; */
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0 15px;
}

@media screen and (min-width: 991px) {
    .generic__full-banner img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 584px;
        padding: 0;
    }
}

.generic__text-info-box {
    padding: 0 15px;
    margin: 64px 0;
}

@media screen and (min-width: 1170px) {
    .generic__text-info-box {
        padding: 0 calc((100vw - 1140px) /2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 100px 0;
        justify-content: space-between;
    }
}

.generic__text-info-box__content {
    background-color: #eceef0;
    padding: 32px;
    margin-top: 64px;
}

@media screen and (min-width: 1170px) {
    .generic__text-info-box__content {
        margin-left: 127px;
        min-width: 360px;
        margin-top: 0;
        height: 100%;
    }
}

.generic__text-info-box__content ul {
    list-style-position: inside;
    text-indent: -23px;
    margin-left: 23px;
}

.generic__text-info-box__content ul li {
    margin-bottom: 32px;
    line-height: 1.69;
    letter-spacing: 1px;
    color: #060B0B;
}

.generic__text-info-box__content ul li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .generic__text-info-box__content ul li {
        line-height: 1.5;
    }
}

.generic__bullet-point-list {
    padding: 0 15px;
    margin: 64px 0;
    text-align: center;
}

@media screen and (min-width: 1170px) {
    .generic__bullet-point-list {
        padding: 0 calc((100vw - 1140px) /2);
        margin: 100px 0;
    }
}

.generic__bullet-point-list ul {
    margin-left: 15px;
    text-align: left;
    margin-bottom: 64px;
}

@media screen and (min-width: 1170px) {
    .generic__bullet-point-list ul {
        -webkit-columns: 2;
        columns: 2;
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        column-gap: 100px;
    }
}

.generic__bullet-point-list ul li {
    margin-bottom: 32px;
    line-height: 1.69;
    letter-spacing: 1px;
    color: #060B0B;
}

.generic__bullet-point-list ul li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1170px) {
    .generic__bullet-point-list ul li {
        line-height: 1.5;
    }
}

.generic__bullet-point-list__footer {
    text-align: center;
}

.generic__bullet-point-list__footer a {
    display: block;
    margin-bottom: 16px;
}

@media screen and (min-width: 460px) {
    .generic__bullet-point-list__footer a {
        display: inline-block;
        margin: 0 16px;
    }
}

.generic__text-info-links {
    padding: 0 15px;
    margin: 64px 0;
}

@media screen and (min-width: 1170px) {
    .generic__text-info-links {
        padding: 0 calc((100vw - 1140px) /2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 100px 0;
    }
}

.generic__text-info-links__list {
    margin-top: 64px;
}

@media screen and (min-width: 1170px) {
    .generic__text-info-links__list {
        margin-left: 127px;
        min-width: 458px;
        margin-top: 0;
    }
}

.generic__text-info-links a {
    text-decoration: underline;
    display: block;
    margin-bottom: 32px;
}

.generic__title-text-center-background {
    position: relative;
    padding: 0 15px;
    margin: 64px 0;
}

@media screen and (min-width: 1170px) {
    .generic__title-text-center-background {
        margin: 150px 0 80px;
    }
}

.generic__title-text-center-background__content {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 1410px;
    text-align: center;
}
.generic__title-text-center-background__content a.btn-animate {
    margin-top: 50px;
    display: inline-block;
}

.generic__title-text-center-background__content p {
    color: #060B0B;
    margin-top: 20px;
}

.generic__title-text-center-background--left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -70px;
}

.generic__title-text-center-background--right {
    position: absolute;
    right: -15px;
    top: -64px;
    height: 84px;
}
.all__print-container {
    position: relative;
    display: flex;
}
.all__print-container--img {
    position: absolute;
    right: 0;
    height: 84px;
}
@media screen and (min-width: 1170px) {
    .all__print-container--img {
        height: auto;
    }
}

.generic__title-text-center-background__footer {
    margin-top: 32px;
}

.generic__title-text-center-background__footer a {
    display: block;
    margin-bottom: 16px;
    width: auto;
}

@media screen and (min-width: 460px) {
    .generic__title-text-center-background__footer a {
        display: inline-block;
        margin: 0 16px;
    }
}

.generic__boxes {
    background: rgba(64, 93, 111, 0.1);
    padding: 53px 0 80px 0;
    margin: 64px 0;
}

@media screen and (min-width: 992px) {
    .generic__boxes {
        padding: 64px 0;
    }
}

@media screen and (min-width: 1170px) {
    .generic__boxes {
        margin: 100px 0;
    }
}

.generic__boxes img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 247px;
    margin-bottom: 18px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .generic__boxes img {
        height: 342px;
    }
}

.generic__boxes__card {
    margin: 0 7.5px;
}

@media screen and (min-width: 992px) {
    .generic__boxes__card {
        margin: 0 15px;
    }
}

.generic__boxes__card:last-child {
    margin-right: 0;
}

.generic__boxes__card__title {
    font-size: 17px;
    line-height: 1.59;
    letter-spacing: 1.06px;
    color: #060B0B;
}

@media screen and (min-width: 992px) {
    .generic__boxes__card__title {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1px;
    }
}

.generic__boxes__card__title:after {
    margin-top: 5px;
    height: 2px;
    display: block;
    width: 40px;
    background: rgba(94, 136, 162, 0.5);
    content: '';
}

.generic__boxes .slick-prev,
.generic__boxes .slick-next {
    top: 161px;
}

.generic__nested__menu {
    margin: 64px 0;
}

@media screen and (min-width: 1170px) {
    .generic__nested__menu {
        margin: 100px 0 198px 0;
    }
}

.generic__nested__menu__card {
    margin-right: 20px;
}

.generic__nested__menu__span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.94px;
    margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
    .generic__nested__menu__span {
        font-size: 14px;
        letter-spacing: 0.88px;
        margin-bottom: 38px;
    }
}

@media screen and (max-width: 991px) {
    .generic__nested__menu__title {
        margin-bottom: 32px;
    }
}

.generic__nested__menu__mobile__img {
    width: 100%;
    height: 111px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 16px;
}

@media screen and (min-width: 555px) {
    .generic__nested__menu__mobile__img {
        height: 222px;
    }
}

@media screen and (max-width: 554px) {
    .booking-modal .modal-dialog {
        margin: 8% 30px!important;
    }
}

.generic__nested__menu__mobile__heading {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.94px;
    color: #b6985a;
    margin-bottom: 16px;
    display: block;
}

@media screen and (min-width: 992px) {
    .generic__nested__menu__mobile {
        display: none;
    }
}

/*
.generic__nested__menu__desktop {
  display: inline-block;
} */

@media screen and (max-width: 991px) {
    .generic__nested__menu__desktop {
        display: none;
    }
}

.generic__nested__menu__desktop .nav {
    padding: 0;
    background-color: transparent;
}

.generic__nested__menu__desktop .nav-tabs .nav-link {
    border: none;
    padding: 16px 16px 16px 24px;
    border-left: 3px solid #e5e1e6;
    border-radius: 0;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 1.03px;
    color: #405d6f;
    max-width: 350px;
}

.generic__nested__menu__desktop .nav-tabs .nav-link.active {
    border: none;
    border-left: 4px solid red;
}

.generic__nested__menu__desktop .nav-tabs .nav-link.active.stay {
    border-left: 4px solid #5c707c;
}

.generic__nested__menu__desktop .nav-tabs .nav-link.active.dine {
    border-left: 4px solid #9d9650;
}

.generic__nested__menu__desktop .nav-tabs .nav-link.active.leisure {
    border-left: 4px solid #b6985a;
}

.generic__nested__menu__desktop .nav-tabs .nav-link.active.see-do {
    border-left: 4px solid #514a04;
}

.generic__nested__menu__desktop .tab-content>.active {
    display: block;
    min-height: 165px;
}

.generic__nested__menu__desktop .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 100px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 15px;
}

@media screen and (min-width: 1400px) {
    .generic__nested__menu__desktop .nav.nav-tabs {
        margin-right: 225px;
    }
}

.generic__nested__menu__desktop .tab-pane__wrapper {
    display: table-footer-group;
    margin: 0 auto;
    max-width: 560px;
}

.generic__nested__menu__desktop .tab-pane__wrapper__img {
    width: 100%;
    margin-bottom: 32px;
}

.generic__sliders-cards {
    margin: 64px 0;
}

@media screen and (min-width: 1170px) {
    .generic__sliders-cards {
        margin: 100px 0;
    }
}

.generic__sliders-cards .slider-4--js {
    margin-top: 24px;
}

@media screen and (min-width: 992px) {
    .generic__sliders-cards .slider-4--js {
        margin-top: 75px;
    }
}

.generic__sliders-cards p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.generic__sliders-cards__item {
    margin: 0 10px;
    margin-bottom: 32px;
}

.generic__sliders-cards__img {
    height: 247px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .generic__sliders-cards__img {
        height: 362px;
        margin-bottom: 32px;
    }
}

.generic__sliders-cards__title {
    font-size: 16px;
    line-height: 1.59;
    letter-spacing: 1.06px;
    color: #060B0B;
}

@media screen and (min-width: 992px) {
    .generic__sliders-cards__title {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1px;
    }
}

.generic__sliders-cards__title:after {
    margin-top: 5px;
    height: 2px;
    display: block;
    width: 40px;
    background: rgba(94, 136, 162, 0.5);
    content: '';
}

.generic__sliders-cards .slick-next,
.generic__sliders-cards .slick-prev {
    top: 171px;
}

.generic__sliders-cards__footer {
    text-align: center;
    margin-top: 70px;
}

.generic__2-boxes {
    margin: 64px 0;
}

@media screen and (min-width: 1170px) {
    .generic__2-boxes {
        margin: 100px 0;
    }
}

.generic__2-boxes__text {
    margin-bottom: 37px;
}

@media screen and (min-width: 992px) {
    .generic__2-boxes__text {
        margin-left: auto;
        margin-right: auto;
        max-width: 750px;
        margin-bottom: 75px;
    }
}

@media screen and (min-width: 767px) {
    .generic__2-boxes__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 0px 30px;
        grid-template-areas: ". .";
    }
}

.generic__2-boxes figure {
    margin-bottom: 47px;
    width: 100%;
    height: 210px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 992px) {
    .generic__2-boxes figure {
        margin-bottom: 0;
        height: 343px;
    }
}

.generic__2-boxes figcaption {
    position: absolute;
    bottom: 0;
    color: #FFFEF9;
    text-align: center;
    width: 100%;
    font-size: 24px;
    letter-spacing: 1.13px;
    text-align: center;
    padding: 22px;
    font-family: "NeulisSans", sans-serif;
}

@media screen and (min-width: 992px) {
    .generic__2-boxes figcaption {
        font-size: 28px;
        letter-spacing: 1.31px;
    }
}

.generic__2-boxes__footer {
    margin-top: 38px;
}

@media screen and (min-width: 992px) {
    .generic__2-boxes__footer {
        margin-top: 64px;
    }
}

.generic__large-banner {
    height: 400px;
    width: 100%;
    text-align: center;
    position: relative;
}

.generic__large-banner--img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    height: 100%;
}

.generic__large-banner__wrapper {
    position: absolute;
    top: 0;
    height: 400px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 25px;

}

@media screen and (min-width: 1170px) {
    .generic__large-banner {
        height: 580px;
    }
    .generic__large-banner__wrapper {
        height: 400px;
        top: 55%;
    }
}

.generic__large-banner h1 {
    color: #FFFEF9;
    margin: 0 10px;
    display: inline-block;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: normal;
}

/* .generic__large-banner__heading {
    margin-top: -150px;
} */
.generic__large-banner__heading .label-text {
    margin-bottom: -20px;
    color: #FFFEF9;
    font-size: 40px;
}

@media screen and (min-width: 1170px) {
    .generic__large-banner h1 {
        padding: 25px;
        font-size: 50px;
        line-height: 75px;
    }
    .generic__large-banner__heading .label-text {
        margin-bottom: -80px;
        font-size: 110px;
    }
}

.generic__large-banner__footer {
    position: absolute;
    bottom: 65px;
    width: 100%;
    padding: 0 15px;
    display: block;
}


@media screen and (min-width: 992px) {
    .generic__large-banner__footer p {
        line-height: 1.45;
        letter-spacing: 1.1px;
        font-size: 22px;
    }
}

.generic__large-banner__sep {
    display: block;
    width: 100px;
    height: 1px;
    background: #FFFEF9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.generic__video-large {
    margin: 64px 0;
    text-align: center;
    background: url('../images/pattern-banner.png') 0px 0px no-repeat;
    background-size: 100% 100%;
    /*padding: 1px 0 100px 0;*/
    position: relative;
}
.generic__video-large h1,
.generic__video-large .label-text,
.generic__video-large p {
    color: #FFFEF9;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1169px) {
    .generic__video-large:before {
        content: "";
        background: url("../../ghotel/images/extras/print-1-left.svg");
        background-size: contain;
        background-repeat: no-repeat;
        height: 300px;
        width: 320px;
        position: absolute;
        left: 50%;
        margin-left: -160px;
        top: 10px;
        -webkit-transform: rotate(90deg);
        /* to support Safari and Android browser */
        -ms-transform: rotate(90deg);
        /* to support IE 9 */
        transform: rotate(90deg);
    }
}
@media screen and (min-width: 1170px) {
    .generic__video-large {
        margin: 150px 0;
    }
    /*.generic__video-large:before {*/
    /*    content: "";*/
    /*    background: url("../../ghotel/images/extras/print-1-left.svg");*/
    /*    height: 935px;*/
    /*    width: 200px;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 50%;*/
    /*    margin-top: -425.5px;*/
    /*}*/

    /*.generic__video-large:after {*/
    /*    content: "";*/
    /*    background: url("../../ghotel/images/extras/print-1-right.svg");*/
    /*    height: 935px;*/
    /*    width: 200px;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 50%;*/
    /*    margin-top: -425.5px;*/
    /*    z-index: 0;*/
    /*}*/
}

.generic__video-large__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-top: 30px;
    z-index: 2;
}
@media screen and (min-width: 1170px) {
    .generic__video-large__wrapper {
        margin-top: 100px;
    }
}

.generic__video-large__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .generic__img-title-video__wrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
        margin-top: 30px;
        z-index: 2;
    }
    .generic__img-title-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


.generic__img-title-text__row {
    margin: 64px 0;
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text__row {
        margin: 150px 0;
    }
}

@media screen and (max-width: 991px) {
    .generic__img-title-text__row--reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.generic__img-title-text__row h1 {
    margin: 32px 0 29px 0;
}

/*.generic__img-title-text__row h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 30px;
    background: #821137;
    margin-right: 10px;
}*/

@media screen and (min-width: 992px) {
    .generic__img-title-text__row h1 {
        margin: 32px 0 20px 0;
    }
    /*.generic__img-title-text__row h2::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 42px;
        background: #821137;
    }*/
}

.generic__img-title-text__row img {
    width: 100%;
    height: 275px;
    -o-object-fit: cover;
    object-fit: cover;
}


@media screen and (min-width: 992px) {
    .generic__img-title-text__row img {
        margin-bottom: 0;
        height: 407px;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 51.8%;
    }
    .generic__img-title-video .generic__img-title-text__content--reverse {
        max-width: 424px;
    }
}

@media screen and (min-width: 992px) {
    .generic__img-title-text__content {
        margin-left: 50px;
    }
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text__content {
        margin-left: 145px;
        width: 48.7%;
    }
}

@media screen and (min-width: 992px) {
    .generic__img-title-text__content--reverse {
        margin-right: 50px;
        margin-left: 0;
    }
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text__content--reverse {
        margin-right: 150px;
        margin-left: 0;
        width: 48.7%;
    }
}

.generic__img-title-text__content ul {
    list-style-position: inside;
}

.generic__img-title-text__links a {
    font-size: 16px;
    line-height: 1.69;
    text-decoration: underline;
    margin-bottom: 16px;
}

.generic__img-title-text__footer {
    margin-top: 30px;
}

.generic__testimonials {
    text-align: center;
    background-color: rgba(64, 93, 111, 0.1);
    padding: 64px 15px;
    margin: 64px 0;
}

@media screen and (min-width: 992px) {
    .generic__testimonials {
        padding: 100px 10%;
    }
}

@media screen and (min-width: 1170px) {
    .generic__testimonials {
        padding: 100px calc((100vw - 1140px) /2);
        margin: 100px 0;
    }
}

.generic__testimonials__wrapper {
    background-color: #FFFEF9;
    padding: 25px 15px;
    position: relative;
}

@media screen and (min-width: 450px) {
    .generic__testimonials__wrapper {
        padding: 50px 50px;
    }
}

@media screen and (min-width: 992px) {
    .generic__testimonials__wrapper {
        padding: 50px 100px;
    }

    .generic__testimonials__wrapper:before {
        content: url("../../ghotel/images/icons/element-icon-quotation-marks-left.svg");
        left: 80px;
        position: absolute;
        top: 40%;
    }

    .generic__testimonials__wrapper:after {
        content: url("../../ghotel/images/icons/element-icon-quotation-marks-right.svg");
        right: 80px;
        position: absolute;
        top: 50%;
    }
}

.generic__testimonials__card {
    position: relative;
}

@media screen and (min-width: 727px) {
    .generic__testimonials__card {
        padding: 0 100px;
    }
}

.generic__testimonials__card p {
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .generic__testimonials__card p {
        margin-bottom: 73px;
    }
}

.generic__testimonials__card span {
    font-size: 16px;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 0.89px;
    color: red;
}

.generic__small-video-text {
    background-color: rgba(64, 93, 111, 0.1);
    padding: 64px 0;
    margin: 64px 0;
}

@media screen and (min-width: 992px) {
    .generic__small-video-text {
        padding: 100px 0;
    }
}

@media screen and (min-width: 1170px) {
    .generic__small-video-text {
        margin: 100px 0;
    }
}

@media screen and (min-width: 1170px) {
    .generic__small-video-text__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 1169px) {
    .generic__small-video-text__video {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
        margin-bottom: 32px;
    }

    .generic__small-video-text__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 1170px) {
    .generic__small-video-text__content {
        margin-left: 129px;
    }
}

.generic__small-video-text__footer {
    margin-top: 68px;
    display: block;
}

@media screen and (min-width: 992px) {
    .generic__small-video-text__footer {
        margin-top: 47px;
    }
}

.generic__small-video-text__footer a {
    display: block;
    margin-bottom: 32px;
}

.generic__small-video-text__footer a:last-child {
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .generic__small-video-text__footer a {
        margin-right: 20px;
        display: inline-block;
        margin-bottom: 0;
        margin-top: 20px;
    }
}

@media screen and (min-width: 460px) {
    .generic__small-video-text__footer .btn-primary-transparent {
        width: auto;
    }
}

.generic__contact-info {
    padding: 0 15px;
    margin: 50px 0;
}

@media screen and (min-width: 1170px) {
    .generic__contact-info {
        margin: 100px 0 200px ;
    }

    .generic__contact-info__grid > div {
        max-height: 900px;
    }
}

.generic__contact-info img {
    width: 100%;
    height: 100%;
    /*margin-top: 15px;*/
    margin-bottom: 32px;
}

@media screen and (min-width: 727px) {
    /*.generic__contact-info img {*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 65px;*/
    /*    height: 120px;*/
    /*}*/
}

@media screen and (min-width: 1170px) {
    .generic__contact-info {
        padding: 0 calc((100vw - 1400px) /2);
    }
}

@media screen and (min-width: 992px) {
    .generic__contact-info__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        /*gap: 0px 150px;*/
        grid-template-areas: ". .";
    }

    .generic__contact-info__details {
        text-align: center;
        padding-left: 100px;
    }
}

.generic__contact-info__details {
    text-align: center;
}

.generic__contact-info__details h4 {
    margin-bottom: 24px;
}

.generic__contact-info__content {
    margin-top: 64px;
}

@media screen and (min-width: 1170px) {
    .generic__contact-info__content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 30px 30px;
        grid-template-areas: ". .";
    }
}

.generic__contact-info__content__box {
    margin-bottom: 64px;
}

@media screen and (min-width: 1170px) {
    .generic__contact-info__content__box {
        margin-bottom: 0;
    }
}

.generic__contact-info__content__box .btn-primary-transparent {
    margin-top: 26px;
}

.generic__contact-info__content__box h4 {
    text-transform: uppercase;
    font-family: 'Optima', serif;
    font-size: 36px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #060B0B000;
}

.generic__contact-info__content__box p {
    line-height: 22px;
}

.generic__contact-info__content__box--grey {
    background-color: rgba(64, 93, 111, 0.1);
    padding: 16px;
}

.generic__contact-info__content__box--grey a {
    display: block;
    margin-bottom: 16px;
    text-decoration: underline;
}

.mobile-book-btn {
    display: none;
}

@media screen and (max-width: 991px) {
    .mobile-book-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
        z-index: 9999;
        padding: 10px 0;
        border-top: 1px solid #821137;
        background: #821137;
        text-align: center;
    }
  /*  .full-width .footer__bottom.cnt {
        padding-bottom: 100px;
    }*/
}

.mobile-book-btn .btn-primary {
    border-radius: 0;
    /*box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);*/
}

.booking-modal .modal-dialog {
    margin: 8% auto;
    max-width: 480px;
    height: 100%;
    max-height: 550px;
}

.booking-modal .modal-header {
    padding: 22px 15px;
    background: #060B0B;
    border-bottom: 1px solid #821137;
    min-height: 107px;
}

.booking-modal__close-icon {
    width: 32px;
    position: absolute;
    right: 20px;
    top: 30px;
}

.modal-header .close {
    font-weight: normal;
    letter-spacing: 1.6px;
}



@media screen and (min-width: 992px) {
    .booking-modal .modal-header {
        /*padding: 15px 15px 0;*/
    }
}

@media screen and (min-width: 550px) {
    .booking-modal .modal-body {
        width: 480px;
        left: 50%;
        transform: translate(-50%);
    }
}

.booking-modal .modal-content {
    border-radius: 0;
    min-width: 100%;
    background-color: #060B0B;
}
@media screen and (max-width: 1169px) {
    .booking-modal .modal-content:before {
        /*content: "";*/
        background: url("../../ghotel/images/extras/print-1-left.svg");
        background-size: contain;
        background-repeat: no-repeat;
        height: 300px;
        width: 320px;
        position: absolute;
        left: 50%;
        margin-left: -160px;
        top: 10px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.booking-modal__logo-mobile {
    left: 50%;
    width: 62px;
    position: relative;
    margin-left: -31px;
}

@media screen and (min-width: 992px) {
    .booking-modal__logo-mobile {
        display: none;
    }
}

.booking-modal__logo-desktop {
    display: none;
}

.blur-img {
    background: rgba(255, 255, 255, -0.8);
    backdrop-filter: blur(5px);
}

@media screen and (min-width: 992px) {
    .booking-modal__logo-desktop {
        display: block;
    }
}

.booking-modal .close {
    opacity: 1;

    /*margin-right: 15px;*/
    z-index: 999;
}

.booking-modal .close p {
    color: #060B0B;
    font-size: 23px;
    margin-right: 10px;
    display: block;
    font-family: "NeulisSans", sans-serif;
}
.booking-modal h2 {
    color: #821137;
    padding-top: 40px;
}
.booking-modal .label-text {
    color: #060B0B;
    text-align: center;
    margin-top: -30px;
}

.feature-modal ul {
    list-style-position: inside;
    margin-bottom: 20px;
    text-indent: -20px;
    margin-left: 20px;
}

.booking-modal.feature-modal .modal-dialog {
    padding: 0
}

.booking-modal.feature-modal .modal-body {
    max-width: 100%;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .booking-modal.feature-modal .modal-body {
        padding: 64px;
    }
}

.full-width .generic__newsletter.cnt {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .full-width .generic__newsletter.cnt {
        padding: 66px 30vw;
    }
}

.full-width .footer__top.cnt {
    width: 100%;
    padding: 0 40px 64px 40px;
}

.full-width .footer__bottom.cnt {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
}

@media screen and (min-width: 1170px) {
    .full-width .footer__bottom.cnt {
        padding-bottom: 24px;
    }
}
.footer__bottom--desktop {
    max-width: 555px;
}

.booking-widget {
    height: auto;
}

.generic__half-banner {
    padding: 0 15px;
    position: relative;
    margin-bottom: 64px;
}

@media screen and (min-width: 992px) {
    .generic__half-banner {
        padding: 0;
    }
}

.generic__half-banner img {
    height: 275px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .generic__half-banner img {
        height: 584px;
    }
}

.generic__half-banner .sl-8--left,
.generic__half-banner .sl-8--right {
    background-color: red;
}

.generic__half-banner .sl-8--left:focus,
.generic__half-banner .sl-8--right:focus {
    border: none;
}

@media screen and (max-width: 991px) {

    .generic__half-banner .sl-8--left,
    .generic__half-banner .sl-8--right {
        display: none;
    }
}

.generic__half-banner .sl-8--left:hover,
.generic__half-banner .sl-8--right:hover {
    cursor: pointer;
}

.generic__half-banner .slider__btns {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -48px;
    margin-top: -18px;
}

.generic__half-banner .slider__btns button {
    margin: 0;
    height: 48px;
    width: 48px;
}

.generic__half-banner .slider__btns img {
    height: 24px;
    width: 24px;
}

.generic__split-img {
    margin: 64px 0;
}

.generic__half-banner .slick-disabled {
    opacity: 0.6;
}

@media screen and (min-width: 1170px) {
    .generic__split-img {
        margin: 100px 0;
    }
}

.generic__split-img img {
    height: 258px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .generic__split-img img {
        height: 384px;
    }
}

.generic__split-img__wrapper {
    position: relative;
    /* min-width: 600px; */
}

.generic__split-img__wrapper:before {
    content: '';
    height: 100%;
    width: 4px;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #FFFEF9;
}

@media screen and (min-width: 992px) {
    .generic__split-img__wrapper:before {
        content: '';
        height: 100%;
        width: 4px;
        position: absolute;
        left: 33%;
        top: 0;
        background-color: #FFFEF9;
    }

    .generic__split-img__wrapper:after {
        content: '';
        height: 100%;
        width: 4px;
        position: absolute;
        right: 33%;
        top: 0;
        background-color: #FFFEF9;
    }
}

.generic__tiles-grid {
    margin: 64px 0;
}

@media screen and (min-width: 1170px) {
    .generic__tiles-grid {
        margin: 100px 0;
    }
}

.generic__tiles-grid__item {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    padding: 30px;
    height: 100%;
    min-height: 240px;
    display: -ms-grid;
    display: grid;
}

@media screen and (min-width: 992px) {
    .generic__tiles-grid__item {
        min-height: 320px;
    }
}

.generic__tiles-grid__item h2 {
    color: #FFFEF9;
}

.generic__tiles-grid__item p {
    margin-bottom: 20px;
    color: #FFFEF9;
}

.generic__tiles-grid__item .btn-secondary-transparent {
    display: inline-block;
}

.generic__tiles-grid__item--frame {
    outline: 1px solid #FFFEF9;
    outline-offset: -30px;
}

.generic__tiles-grid__center {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (min-width: 716px) {
    .generic__tiles-grid__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 30px 30px;
        grid-template-areas: ". . ."
            ". . .";
    }
}

/* .conftext {
  display: none;
} */
.conftext p {
    color: #060B0B;
    padding-top: 15px;
}

.footer__bottom .fa {
    color: #ffffff;
    font-size: 24px;
    transition: .2s all linear;
}

.nav-modal__sub-desktop {
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 92vh;
    padding-bottom: 40px;
    border-left: 1px solid #FFFEF9;
    width: 100vw;
}

.galleryContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.galleryContent figure {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
}

.galleryContent figure img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.galleryContent figure a {
    display: block;
    height: 0;
    padding-bottom: 47%;
    position: relative;
    overflow: hidden;
}

.galleryContent [class*="--fourth"] a {
    padding-bottom: 99%;
}

.galleryContent figure img {
    display: block;
    position: absolute;
    top: -1000px;
    bottom: -1000px;
    margin: auto;
    left: -1000px;
    right: -1000px;
    height: 100%;
    min-width: 100%;
    max-width: none;
}

@media screen and (min-width: 768px) {
    .galleryContent *[class*='--half'] {
        width: 48.685%;
    }

    .galleryContent *[class*='--fourth'] {
        width: 23.071%;
    }
}

@media screen and (max-width: 767px) {
    /*.galleryContent {*/
    /*    margin: 0 0 20px;*/
    /*}*/

    .galleryContent figure {
        margin-bottom: 10px;
    }

    .galleryContent *[class*='--half'] {
        width: 100%;
    }

    .galleryContent *[class*='--fourth'] {
        width: 48.5%;
    }

    .galleryContent figure img {
        width: 100%;
    }
}

.gallery-wrapper h1 {
    text-align: center;
    padding-top: 10px;
}

.gallerySection h2 {
    margin-bottom: 10px;
}
.gallery-wrapper .label-text {
    margin-bottom: -30px;
}
@media screen and (min-width: 1170px) {
    .gallery-wrapper .label-text {
        margin-bottom: 25px;
    }
}

/* .gallery--spacing {
  padding-top: 64px;
} */

@media screen and (max-width: 991px) {
    .nav-modal__sub-desktop {
        display: none !important;
    }
}

.generic__text-editor,
.generic__heading-text {
    margin: 64px 0;
    color: #060B0B;
}

.generic__text-editor .cnt {
    padding: 0 15px;
    font-size: 18px;
    line-height: 24px;
    color: #060B0B;
}
.generic__text-editor h1,
.generic__text-editor h2,
.generic__text-editor h3 {
    color: #060B0B;
}
.generic__text-editor h4,
.generic__text-editor h5 {
    color: #821137;
}

.generic__text-editor p {
    color: #060B0B;
    text-align: left;
}
.generic__text-editor ol {
    list-style-position: inside;
}

.generic__text-editor ul {
    margin-left: 20px;
}

@media screen and (min-width: 1170px) {
    .generic__text-editor,
    .generic__heading-text {
        margin: 100px 0;
    }
}

/*.video-container::after {*/
/*    !*padding-top: 56.25%;*!*/
/*    display: block;*/
/*    content: '';*/
/*}*/

/*.video-container iframe {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.blog-list__header__a {
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
}

@media screen and (min-width: 992px) {
    .blog__content__widget .widget-form {
        padding-bottom: 32px;
        border-bottom: 1px solid #d8d8d8;
    }
}

.ALL__top-spacing {
    margin-top: 80px;
    display: flex;
}

.booking-modal--sep {
    display: block;
    height: 2px;
    width: 83px;
    background-color: red;
    margin-bottom: 34px;
}

.conftext,
#sending {
    display: none;
    font-size: 16px;
    margin-top: 50px;
    color: #060B0B;
    text-align: center;
}

.footer__copyrights p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.footer__copyrights span {
    font-family: 'NeulisSans', sans-serif;;
    font-size: 16px;
    font-weight: 400;
    color: #FFFEF9;
}

@media screen and (min-width:992px) {

    /*.footer__copyrights {*/
    /*    padding: 15px;*/
    /*}*/

    .footer__copyrights span {
        display: inline;
    }
}

.blog__content__text img {
    height: auto !important;
    width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#lost-and-found {
    margin-top: 10px;
    margin-bottom: 30px;
    display: none;
}

#lost-and-found h5 {
    margin-bottom: 9px;
}

#lost-and-found p {
    font-size: 13px;
    margin-bottom: 13px;
}
.nav__hamburger--btn span,
.nav__hamburger--btn--standard span {
  display: block;
  height:4px;
  width: 40px;
  margin-bottom: 6px;
    transition: all .2s linear;
}
.nav__hamburger--btn span {
    background: #ffffff;
}

.nav__hamburger--btn--standard span {
    background: #ffffff;
}
.nav__hamburger--btn:hover span {
  background: #ffffff;
}
.btns-row {
    display: block;
}

@media screen and (min-width:992px) {
    .btns-row {
        margin: 100px 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 30px;
        grid-template-areas: ". . .";
    }

    .map-alignment {
        max-height: 900px;
    }
}
.btns-row a {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.all__boxes_row {
    margin: 40px 0;
}
.all__boxes_row .card-img,
.all__boxes_row .card-img-top {
    border-radius: 0;
}
@media screen and (min-width: 1170px) {
    .all__boxes_row {
        margin: 100px 0
    }
    .all__boxes_row__grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 30px;
        grid-template-areas: ". . .";
    }
}
.all__boxes_row .btn-primary {
    width: 100%;
}
.all__boxes_row .card-text {
    margin-top: 20px;
}
.all__boxes_row .card-text {
    margin-bottom: 20px;
}
.all__boxes_row .card {
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}
.all__boxes_row .card:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 1170px) {
    .all__boxes_row .card{
        margin-bottom: 0;
    }
}
.all__boxes_row .card-body {
    background-color: #f6f6f6;
    padding: 20px;
}
.portrait-img-left img,
.portrait-img-right img {
    position: relative;
    width: 100%;
}

/*.generic__img-title-text-row-full-width__content-portrait h2:after,
.generic__img-title-text-row-full-width__content-portrait-reverse h2:after {
    content: "";
    display: block;
    width: 36px;
    height: 8px;
    background: #821137;
    margin: 27px 0 20px;
}*/

.generic__img-title-text-row-full-width__content-bg-portrait h2,
.generic__img-title-text-row-full-width__content-bg-portrait-reverse h2 {
    position: relative;
    /*max-width: 300px;*/
}
/*@media screen and (min-width: 1170px) {
    .generic__img-title-text-row-full-width__content-portrait h2:before,
    .generic__img-title-text-row-full-width__content-portrait-reverse h2:before {
        height: 41px;
    }
}*/

.generic__img-title-text-row-full-width__content-bg-portrait .btn-secondary,
.generic__img-title-text-row-full-width__content-portrait-reverse .btn-secondary,
.generic__img-title-text-row-full-width__content-bg-portrait .btn-secondary-inverse,
.generic__img-title-text-row-full-width__content-portrait-reverse .btn-secondary-inverse {
    margin-top: 50px;
}

.generic__img-title-text-row-full-width__content-bg-portrait {
    padding: 0 15px;
    position: relative;
    color: #FFFEF9;
    font-size: 18px;
}

.portrait-img-right {
    padding: 0 15px;
}

.generic__img-title-text-row-full-width__content-portrait-reverse {
    background-color: #EEECE4;
    padding: 0 15px;
}

.generic__img-title-text-row-full-width-portrait {
    background: #EEECE4;
    padding: 40px 0;
    margin-top: 64px;
    position: relative;
}

.generic__img-title-text-row-full-width-portrait .top-heading,
.info-grid-text-box .top-heading,
.generic__large-banner__heading p {
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: NeulisSans, sans-serif;
    letter-spacing: 1px;
    margin-bottom: -15px;
}

.generic__img-title-text-row-full-width__content-portrait .generic__title-text-center-background--left {
    position: absolute;
    top: 4px;
    height: 220px;
    left: 5px;
    z-index: 20;
}

.generic__img-title-text-row-full-width__content-portrait-reverse .generic__title-text-center-background--right {
    position: absolute;
    right: 2px;
    top: -53px;
    height: 205px;
}

img.print-img-left {
    position: absolute;
    right: 240px;
    top: -34px;
    z-index: 5;
    height: 219px;
}

img.print-img-right {
    position: absolute;
    top: -38px;
    left: 230px;
    z-index: 5;
    height: 222px;
}

.generic__contact-info .label-text {
    text-align: center;
    margin-bottom: -57px;
}

.generic__contact-info h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
}

.generic__contact-info__details .generic__contact-info__content_layout {
    text-align: center;
    margin-top: 40px;
}

.generic__contact-info__details .generic__contact-info__content__box {
    margin-bottom: 55px;
}

@media screen and (min-width: 768px) {
    .generic__img-title-text-row-full-width__content-portrait .generic__title-text-center-background--left {
        height: 310px;
        left: 5px;
    }

    .generic__img-title-text-row-full-width__content-portrait-reverse .generic__title-text-center-background--right {
        right: 17px;
        top: -64px;
        height: 324px;
    }

    img.print-img-left {
        right: 592px;

    }

    img.print-img-right {
        left: 601px;

    }
}

@media screen and (min-width: 1024px) {
    .generic__img-title-text-row-full-width__content-portrait .generic__title-text-center-background--left {
        height: 375px;
        left: 10px;
    }

    .generic__img-title-text-row-full-width__content-portrait-reverse .generic__title-text-center-background--right {
        right: 34px;
        top: -64px;
        height: 386px;
    }

    img.print-img-right {
        left: 856px;
    }

    img.print-img-left {
        right: 854px;
    }

    .generic__contact-info h1 {
        font-size: 50px;
        text-align: center;
        margin-bottom: 100px;
        letter-spacing: normal;
    }

    .generic__contact-info .label-text {
        text-align: center;
        margin-bottom: -115px;
    }

    generic__contact-info__details {
        padding-left: 0;
    }

    .generic__contact-info__details .generic__contact-info__content_layout {
        text-align: left;
    }

    .generic__contact-info__details .generic__contact-info__content_layout {
        margin-top: 0;
    }
}

@media screen and (min-width: 1170px) {
    .generic__img-title-text-row-full-width__content-portrait {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-start;
        margin-left: calc((100vw - 1410px) / 2);
        min-height: 585px;
        background: #EEECE4;
        padding: 100px;
        position: relative;
        margin-bottom: 300px;
    }

   /* .generic__img-title-text-row-full-width__content-portrait h2:after,
    .generic__img-title-text-row-full-width__content-portrait-reverse h2:after {
        content: "";
        display: block;
        width: 45px;
        height: 10px;
        background: #821137;
        margin: 27px 0 50px;
    }*/

    .generic__img-title-text-row-full-width__content-portrait-reverse {
        padding: 100px;
    }

    .generic__img-title-text-row-full-width__content-bg-portrait,
    .generic__img-title-text-row-full-width__content-bg-portrait-reverse {
        max-width: 505px;
    }
    .generic__img-title-text-row-full-width__content-bg-portrait p,
    .generic__img-title-text-row-full-width__content-bg-portrait-reverse p {
        color: #060B0B;
        width: 505px;
    }

    .generic__img-title-text-row-full-width__content-bg-portrait p.top-heading,
    .generic__img-title-text-row-full-width__content-bg-portrait-reverse p.top-heading {
        color: #060B0B;
    }

    .portrait-img-right {
        position: absolute;
        top: -100px;
        right: calc((100vw - 1410px) / 2);
        width: auto;
    }

    .portrait-img-left {
        position: absolute;
        top: -100px;
        left: calc((100vw - 1410px) / 2);
        width: auto;
    }

    .generic__img-title-text-row-full-width-portrait {
        margin-top: 250px;
        margin-bottom: 100px;
        position: relative;
        background: transparent;
        padding: 0;
    }

    .generic__img-title-text-row-full-width__content-portrait .generic__title-text-center-background--left {
        position: absolute;
        top: -53px;
        height: 295px;
        left: -131px;
    }

    .generic__img-title-text-row-full-width__content-bg-portrait {
         padding: 0;
         margin: 0;
    }

    .generic__img-title-text-row-full-width__content-portrait-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: calc((100vw - 1410px) /2);
        min-height: 615px;
        position: relative;
        /*margin-top: 280px;
        margin-bottom: 280px;*/
    }

    .generic__img-title-text-row-full-width__content-portrait-reverse .generic__title-text-center-background--right {
        position: absolute;
        top: -120px;
        height: 295px;
        right: -132px;
    }

     img.print-img-left {
         position: absolute;
         right: -320px;
         top: -158px;
         z-index: 5;
         height: 310px;
    }

    img.print-img-right {
        position: absolute;
        top: -160px;
        left: -290px;
        z-index: 5;
        height: 310px;
    }
}
/* .generic__img-title-text-row-full-width__content-bg-portrait h2,
.generic__img-title-text__content--reverse h2,
.generic__img-title-text__content h2,
.generic__img-title-text-row-full-width__content-bg-portrait h2,
.generic__img-title-text-row-full-width__content-bg-portrait-reverse h2,
.generic__img-title-text-row-full-width__content__text h2,
.all__reservation-text__content h2 {
    margin-bottom: 22px;
} */
@media screen and (max-width: 1169px) {
    .generic__img-title-text-row-full-width__content-bg-portrait h2,
    .generic__img-title-text__content--reverse h2,
    .generic__img-title-text__content h2,
    .generic__img-title-text-row-full-width__content-bg-portrait h2,
    .generic__img-title-text-row-full-width__content-bg-portrait-reverse h2,
    .generic__img-title-text-row-full-width__content__text h2,
    .all__reservation-text__content h2 {
        margin: 30px 0 20px 0;
    }
}
.all__reservation-text,
.all__reservation-large {
    margin: 50px 0;
}
/*.all__reservation-text__content h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 30px;
    background: #821137;
    margin-right: 10px;
}*/
.all__reservation-large__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

@media screen and (min-width: 1170px) {
    .all__reservation-large__container iframe {
        height: auto;
    }
}
.group__boxes {
    text-align: center;
    color: #FFFEF9;
}
.group__boxes h1,
.group__boxes .label-text {
    color: #FFFEF9;
}

.group__box__content {
    height: 400px;
    margin-bottom: 10px;
    position: relative;
}
.group__box__overlay {
    position: absolute;
    background-color: #060B0B;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.4;
    z-index: 9;
}
.group__box__content--wrapper {
    z-index: 10;
    position: absolute;
    top: 0;
    width: calc(100% - 20px);
    margin-left: 10px;
    top: 50%;
    margin-top: -60px;
}

@media screen and (max-width: 1169px) {
    .all__reservation-text__widget {
        margin-left: auto;
        margin-right: auto;
        display: table;
        margin-top: 20px;
    }
    .group__boxes h1 {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1170px) {
    /*.all__reservation-text__content h2::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 42px;
        background: #821137;
    }*/
    .all__reservation-text__widget {
        width: 224px;
        margin-left: 30px;
    }
    .all__reservation-text {
        display: flex;
        justify-content: space-between;
    }
    .all__reservation-text__content {
        width: 100%;
    }
    .all__reservation-text,
    .all__reservation-large {
        margin: 100px 0;
    }
    .group__box--grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 10px;
        grid-template-areas: ". .";
    }
    .group__box--grid-3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 10px;
        grid-template-areas: ". . .";
    }
    .group__box--grid-4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0 10px;
        grid-template-areas: ". ."
        ". .";
    }
    .group__box__content {
        height: 1000px;
        margin-bottom: 10px;
    }
    .group__box__content--wrapper {
        margin-top: -140px;
    }
    .group__box--grid-4 .group__box__content {
        height: 600px;
    }
}


.grid figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 400px;
    background: #060B0B000;
    text-align: center;
}

.grid figure img {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    opacity: 1;
    object-fit: cover;
}
.group__box__content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.grid figure .btn-animate {
    position: absolute;
}

figure.effect-lily .btn-animate {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
figure.effect-lily  {
    position: relative;
    height: 100%;
}


figure.effect-lily .btn-animate {
    opacity: 1;
}
@media screen and (min-width: 1170px) {
    figure.effect-lily .btn-animate {
        opacity: 0;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
    }
}


figure.effect-lily:hover .btn-animate {
    opacity: 1;
}


figure.effect-lily:hover .btn-animate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover .btn-animate {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

@media screen and (min-width: 1170px) {
    .group__box--grid-4 figure.effect-lily .group__box__content--wrapper {
        transition: 0.35s;
        transition-timing-function: ease;
    }
    .group__box--grid-4 figure.effect-lily:hover .group__box__content--wrapper {
        margin-top: -250px;
        transition: 0.35s;
        transition-timing-function: ease;
    }
}

figure.effect-lily img {
    opacity: .8;
}
@media screen and (min-width: 1170px) {
    figure.effect-lily img {
        opacity: 1;
    }
    figure.effect-lily:hover img {
        opacity: .4;
    }
}


figure.effect-lily:hover img {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.generic__title-text-center-background--group h1,
.generic__title-text-center-background--group .label-text,
.generic__title-text-center-background--group p {
    color: #FFFEF9;

}
.group__box__content .group-box-logo {
    display: none;
}
figure.effect-lily:hover .group-box-logo {
    opacity: 1;
}
@media screen and (min-width: 1170px) {
    .group__box__content .group-box-logo {
        height: 100px;
        width: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
    }
}

/* Instagram */
.all__instagram {
    background-color: #FFFEF9;
    /*padding: 40px 0;*/
    position: relative;
}

.all__three-grid-banner {
    background-color: #FFFEF9;
    position: relative;
}

.all__instagram__content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-botttom: 50px;
}
.all__instagram__content h1,
.all__instagram__content p,
.all__instagram__content span {
    color: #060B0B;
}
.all__instagram--img {
    width: 345px;
    height: auto;
}
#curator-feed-default-feed-layout {
    margin: 30px 0 40px 0;
}
.all__instagram__icons a {
    color: #821137;
    font-size: 30px;
    margin: 20px 10px 40px;
    display: inline-block;
}
.all__three-grid-banner {
    margin: 50px 0;
}


@media screen and (min-width: 1170px) {
    .all__instagram__icons a {
        font-size: 40px;
        margin: 0 20px 30px;
    }
    .all__instagram__icons a:hover {
        color: #821137;
        opacity: 0.5;
    }
    .all__instagram--img {
        width: 586px;
    }
    .all__instagram {
        margin: 150px 0;
        /*padding-bottom: 35px*/
    }
    /*.all__three-grid-banner {
        margin-top: 100px;
        padding: 100px 0 85px;
    }*/
    #curator-feed-default-feed-layout {
        margin: 40px 0 40px 0;
    }
    .all__three-grid-banner .responsive {
        grid-gap: 30px;
    }
}
.all__hotels-slider {
    margin-bottom: 10px;
    margin-top: 50px;
}
.all__hotels-slider__wrapper {
    width: 180px;
    height: 126px;
    padding: 10px;
}
.slider-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.all__hotels-slider__wrapper p {
    color: #FFFEF9;
    font-size: 26px;
    font-family: "NeulisSans", sans-serif;
}
/*.slick-slide {
    margin-right: 10px;
}*/
.slick-list {
    margin: 0;
}
@media screen and (min-width: 991px) {
    /*.slick-slide {*/
    /*    margin: 0 5px;*/
    /*}*/
   /* .slick-list {
        margin: 0 -5px;
    }*/
    .all__hotels-slider__wrapper p {
        font-size: 36px;
    }
    .all__hotels-slider {
        margin-bottom: 40px;
        margin-top: 100px;
    }
}
.map-contact {
    height: 510px;
    width: 100%;
    margin-bottom: 40px;
}
@media screen and (min-width: 1170px) {
    .map-contact {
        height: 1100px;
        width: 100%;
        margin-bottom: 0;
    }
}

.group-booking {
    margin-top: 25px;
}

.group-booking a {
    color: #821137;
    font-size: 16px;
    display: inline;
    font-weight: normal;
}

.group-booking a:hover {
    color: #821137;
}
.disabled {
    opacity: 0.2;
}

.standard-slider .slick-slide {
    height: 100vh;
    margin-right: 0;
}

.standard-slider img.slick-slide {
    object-fit: cover;
}

.booking-modal:hover + .home__header {
    filter: blur(6px);
    -webkit-filter: blur(6px);
}

.home__header .slick-dots {
    bottom: 15px;
}

.home__header .slick-dots li.slick-active button {
    border: 1px solid #FFFEF9;
    background: transparent;
}

.home__header .slick-dots li button {
    border: 1px solid #FFFEF9;
    background: #FFFEF9;
}

.slick-dots li:only-child {
    display: none !important;
}

.home__header .slick-next {
    right: 30px;
}

.home__header .slick-prev {
    left: 30px;
}

@media screen and (min-width: 992px){
    .home__header .standard-slider .slick-slide {
        height: 100rem;
    }

    .home__header .slick-dots {
        bottom: 15px;
    }
}


/** Blog beginning **/

/** Blog Hero Header**/
.content__header__small {
    text-align: center;
    margin: 80px 0 15px;
    padding: 152px 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("/ghotel/images/small-header-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: contain;
}

.elementtextlockupwhitedesktop {
    width: 291px;
    height: 96px;
}

.lockup {
    width: 291px;
    height: 57px;
    margin: 0 0 39px;
    font-family: "NeulisSans", sans-serif;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFEF9;
}

.heading {
    width: 129px;
    height: 48px;
    margin: 48px 81px 0;
    font-family: "NeulisSans", sans-serif;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #FFFEF9;
    top: -25px;
    position: relative;
}

@media  screen and (max-width: 380px) {
    .elementtextlockupwhitedesktop {
        width: 145px;
        height: 48px;
    }

    .lockup {
        width: 145px;
        height: 28px;
        margin: 0 0 19px;
        font-size: 27px;
    }

    .heading {
        width: 100%;
        height: 24px;
        margin: 24px 41px 0;
        font-size: 17px;
        top: -18px;
    }
}

@media  screen and (min-width: 381px) {
    .elementtextlockupwhitedesktop {
        width: 291px;
        height: 96px;
    }

    .lockup {
        width: 291px;
        height: 57px;
        margin: 0 0 39px;
        font-size: 55px;
    }

    .heading {
        width: 129px;
        height: 48px;
        margin: 48px 81px 0;
        font-size: 40px;
        top: -25px;
    }
}
@media screen and (min-width: 992px) {

    .elementtextlockupwhitedesktop {
        width: 582px;
        height: 192px;
    }
    .lockup {
        width: 582px;
        height: 114px;
        margin: 0 0 78px;
        font-size: 110px;
    }
    .heading {
        width: 258px;
        height: 96px;
        margin: 96px 162px 0;
        font-size: 80px;
        letter-spacing: 3px;
        top: -50px;
    }
}

@media screen and (min-width: 1920px) {
    .content__header__small {
        width: 100%;
    }
}

/** Category Filter and search */
.blog__filters {
    margin: 32px 0;
}

.blog__filters__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

@media screen and (min-width: 992px) {
    .blog__filters {
        margin: 64px 0;
    }

    .blog__filters__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.blog__filters__toggle {
    height: 22px;
    margin: 0 7px 0 0;
    font-family: "NeulisSans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #060B0B;
}
.background {
    height: 50px;
    padding: 14px 10px;
    border: solid 1px #060B0B;
    background-color: #FFFEF9;
}

.blog__filters__toggle::after {
    content: url("/ghotel/images/icons/chevron-down.svg");
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    top: -22px;
}

.blog__filters__toggle--open::after {
    content: url("/ghotel/images/icons/chevron-up.svg");
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    top: -22px;
}

.blog__filters__tags {
    margin-top: 16px;
    display: none;
}

@media screen and (min-width: 992px) {
    .blog__filters__toggle {
        margin-top: 0;
    }

    .blog__filters__toggle {
        width: 236px;
    }
    .background {
        width: 263px;
        height: 50px;
        padding: 14px 10px;
        border: solid 1px #060B0B;
        background-color: #FFFEF9;
    }

    .blog__filters__tags {
        margin-top: 16px;
        display: none;
    }
}

.blog__search {
    position: relative;
    height: 50px;
    padding: 14px 10px;
    border-bottom: solid 1px #060B0B;
    background-color: #FFFEF9;
}

.blog__search input {
    height: 22px;
    border: none;
}

.blog__search input:focus {
    outline: none;
}

.blog__search input::placeholder{
    font-family: 'NeulisSans', sans-serif;;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #060B0B;
}

#blog_search_button {
    position: absolute;
    right: 1px;
    bottom: 6px;
    width: 12px;
    height: 12px;
    margin: 5px 10px 16px 1px;
    object-fit: contain;
}

#blog_search_button:hover {
    cursor: pointer;
}

.blog__search img{
    width: 12px;
    height: 12px;
    margin: 5px 10px 16px 1px;
    object-fit: contain;
}
@media screen and (min-width: 992px) {
    .blog__search {
        position: relative;
        width: 358px;
    }

    .blog__search input {
        width: 325px;
    }
}

/** Blog article list */

.home__blog {
    margin: -100px 0 100px 0;
    display: block;
}

.blog__list .home__blog__card {
    margin: 0 0 50px 0;
}

.blog__articles .card-body {
    height: 245px;
    padding: 20px 20px 8px;
    background-color: #f6f6f6
}

.blog__articles .card-body .card-text {
    height: 80px;
    margin: 22px 0 20px;
    font-family: 'NeulisSans', sans-serif;;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #060B0B;
}

.home__blog .slick-list {
    overflow: visible;
}

.home__blog__card .card-title {
    height: 40px;
    margin: 0 0 22px;
    text-align: center;
}

.blog__articles .card-body .card-title a {
    display: inline-block;
}

.home__blog__card .card-title a {
    color: #060B0B;
    font-family: "NeulisSans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.home__blog__card--span {
    height: 50px;
    width: 160px;
    border: solid 1px #060B0B;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #060B0B;
    font-family: "NeulisSans", sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
}

.home__blog__card--span:hover {
    border: solid 1px #821137;
}

.home__blog__card--span a:hover{
    color: #821137;
}
.span-center{
    display: flex;
    justify-content: center;
}

.home__blog__btns {
    margin-top: 32px;
}

.home__blog__btns button {
    border: none;
}

.home__blog__btns button:hover {
    cursor: pointer;
}

.home__blog__btns__left {
    background: url("/p3hotels/images/icons/icon-control-left-primary.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
}

@media screen and (min-width: 992px) {
    .home__blog__btns__left {
        height: 32px;
        width: 32px;
    }
}



.home__3__boxes {
    text-align: center;
    padding: 128px 0;
    background-color: #001a70;
}

.home__3__boxes__large__title {
    margin-bottom: 120px;
}

.home__3__boxes__large__title span {
    color: #94a9cb;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.home__3__boxes__large__title .h2 {
    color: #FFFEF9;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .home__3__boxes__large__title .h2 {
        margin-bottom: 32px;
    }
}

.home__3__boxes__large__title .text {
    color: #212322;
}

.home__3__boxes .h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1.25px;
    margin: 32px 0;
}

@media screen and (min-width: 992px) {
    .home__3__boxes .h4 {
        margin: 40px 0;
        font-size: 24px;
        line-height: 1.5;
    }
}

.home__3__boxes .h4--simplify {
    color: #05c3dd;
}

.home__3__boxes .h4--connect {
    color: #9678d3;
}

.home__3__boxes .h4--convert {
    color: #47d7ac;
}

.home__3__boxes__spam {
    color: #FFFEF9;
    line-height: 1.5;
    letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
    .home__3__boxes--mob-margin {
        margin: 128px 0;
    }
    .generic__img-title-text-row-full-width-portrait .top-heading {
        padding-top: 40px;
    }
    .booking-modal .modal-body {
        padding: 0;
    }
}

.home__3__boxes__button {
    margin-top: 128px;
    width: auto;
}

@media screen and (min-width: 992px) {
    .home__3__boxes__button {
        margin-top: 150px;
    }
}

.card-categories {
    height: 45px;
}

@media screen and (min-width: 992px) {
    .slick-slide .card-body .card-text {
        min-height: 96px;
    }

}

/**
Blog article
*/
.bonus__header__wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.sub-container{
    background-color: #f6f6f6;
    margin: 10px 0 12px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bonus__header__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        flex-direction: row;
        align-items: normal;
    }
    .sub-container{
        padding: 150px;
    }
}

@media screen and (min-width: 1920px) {
    .sub-container{
        width: 1530px;
        margin: 60px 390px 0 0;
        padding: 157px 780px 156px 390px;
        background-color: #f6f6f6;
    }
}


.bonus__header__links {
    margin-left: 15px;
    margin-top: 32px;
}

@media screen and (max-width: 350px) {
    .bonus__header__spam{
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .bonus__header__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .bonus__header__spam {
        width: 360px;
        height: 22px;
        margin: 0 0 20px;
        font-family: "NeulisSans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #060B0B;
    }
}

.bonus__header__links a {
    color: #FFFEF9;
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 32px;
    display: block;
}

@media screen and (min-width: 992px) {
    .bonus__header__links a {
        margin-right: 32px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .bonus__content__wrapper h5 {
        margin-bottom: 32px;
    }
}

.bonus__h2 {
    width: 344px;
    margin: 0 0 0 10px;
    font-family: 'Optima', serif;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #060B0B;
}

.bonus__header {
    height: 100%;
    padding: 32px 0;
    background-image: none;
    background-color: #FFFEF9;
}

.bonus__header__p {
    width: 360px;
    margin: 20px 0 0;
    padding-left: 20px;
    font-family: 'NeulisSans', sans-serif;;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #060B0B;
}

@media screen and (max-width: 350px){
    .bonus__header__p {
        width: unset;
    }
    .bonus__header__content .row{
        display: contents;
    }
    .bonus__header__content .row h1{
        display: contents;
    }

}

/**/

@media screen and (min-width: 350px) {
    .rectangle-sidebar{
        width: 6px;
        height: 33px;
        margin: 6px 3px 0px 14px;
        background-color: #821137;
    }
}

@media screen and (min-width: 992px) {
    .rectangle-sidebar{
        width: 6px;
        height: 46px;
        margin: 13px 3px 0px 14px;
        background-color: #821137;
    }
}

@media screen and (max-width: 992px) {
    .bonus__h2{
        font-size: 40px;
    }


    .bonus__header__p{
        margin-bottom: 14px;
    }
}

@media screen  and (max-width: 992px){
    .bonus__header__img {
        height: 200px;
        object-fit: contain;
        width: 100%;
        -o-object-fit: cover;
        border-radius: 6px;
        margin: 17px 5px 29px 5px;
    }

}
@media screen and (min-width: 993px) {

    .bonus__header__img {
        height: 250px;
        object-fit: contain;
        -o-object-fit: cover;
        border-radius: 6px;
        margin: 17px 5px 29px 5px;
    }
}

@media screen and (min-width: 1530px) {

    .bonus__header__img {
        height: 300px;
        object-fit: contain;
        -o-object-fit: cover;
        border-radius: 6px;
        margin: 17px 5px 29px 5px;
    }

}
@media screen and (min-width: 1920px) {

    .bonus__header__img {
        width: 1043px;
        height: 457px;
        object-fit: contain;
        margin: -95px 0 0 120px;
    }
}

/**Blog Breadcrumb */
.pagination {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #821137;
    font-family: "NeulisSans", sans-serif;
}

.pagination li:last-child:after {
    content: '';
}

.pagination li:after {
    content: '>';
    padding-left: 4px;
}

.pagination li {
    margin-left: 4px;
}

/** Blog Content */
.bonus__content__wrapper{
    font-family: "NeulisSans", sans-serif;
    font-size: 16px;
    color: #060B0B;
}

.bonus__content__wrapper img {
    width: 100%;
}

.bonus__content__wrapper h5 {
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .bonus__content__wrapper h5 {
        margin-bottom: 32px;
    }

    .bonus__content {
        margin: 82px 0;
    }
}

/**Blog social icons*/
.bonus__share {
    list-style: none;
    text-align: center;
    display: inline;
    margin-bottom: 64px;
}

.bonus__share li img:hover {
    cursor: pointer;
}

.bonus__share li {
    color: #63666a;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
}

.bonus__share li:first-child {
    margin-left: 0;
    font-family: "NeulisSans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #060B0B;
}

@media screen and (max-width: 767px) {
    .bonus__content .row{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        flex-direction: column-reverse;
    }

    .bonus__share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bonus__share--side{
        background-color: #f6f6f6;
        max-height: 60px;
        padding: 10px;
        width: fit-content;
        margin-left: 13px;
        margin-bottom: 20px;
    }

    bonus__share--side li:first-child {
        height: 24px;
    }

    .bonus__share--bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 64px;
        padding: 10px;
        width: fit-content;
        height: 60px;
        background-color: #f6f6f6;
    }

    .horizontal{
        height: 1px;
        background-color: #821137;
        margin: 90px 0;
    }

}


@media screen and (min-width: 768px) {
    .bonus__share li {
        margin-bottom: 32px;
        margin-left: 0px;
    }

    .bonus__share--side{
        background-color: #f6f6f6;
        height: 270px;
        left: 115px;
        flex: 0 0 15%;
        max-width: 15%;
        position: relative;
    }

    .bonus__share--side li:first-child {
        height: 24px;
        margin-top: 20px;
    }

    .bonus__share--bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 64px;
        padding: 50px 20px 17px;
        width: 360px;
        height: 80px;
        background-color: #f6f6f6;
    }

    .horizontal{
        width: 1140px;
        height: 1px;
        background-color: #821137;
        margin: 90px 0;
    }
}


@media screen and (min-width: 992px) {
    .bonus__share--bottom {
        margin-top: 128px;
    }
}

.bonus__share--bottom li {
    margin-left: 15px;
}

@media screen and (min-width: 992px) {
    .bonus__share--bottom li {
        margin-left: 32px;
    }
}

/**Bog Tags */
.blog_tags{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
}

.blog_tags li{
    font-family: "NeulisSans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #FFFEF9;
    padding: 8px;
    margin-right: 5px;
}

.blog_tags li > a{
    color: #FFFEF9;
}

.categorytag_name{
    width: 79px;
    height: 22px;
    font-family: "NeulisSans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-right: 5px;
    padding: 5px;
    color: #FFFEF9;
}

.navy {
    background-color: #001a70;
    padding: 30px 0;
}

.navy .h2 {
    margin-bottom: 0;
    color: #FFFEF9;
}

.nav__desktop__item__services__card img {
    width: 56px;
    height: 56px;
    margin-right: 15px;
}

.home__blog__btns button:focus {
    outline: none;
}

.no-results {
    display: none;
}

/*h1:after, .generic__title-text-center-background__content h2:after,
.all__instagram__content h2:after {
    content: "";
    display: block;
    width: 35px;
    height: 8px;
    background: #821137;
    margin: 35px auto 0;
}*/

.generic__newsletter__content p {
    color: #060B0B;
}

.generic__title-text-center-map {
    background: #EEECE4;
    margin: 0 0 100px;
    padding: 40px 15px 1px;
}

.generic__title-text-center-map .map-contact {
    max-height: 700px;

}
.generic__title-text-center-map .generic__title-text-center-background__content {
    display: block;
    max-width: 1400px;
    text-align: center;
    margin: auto auto;
}
.generic__title-text-center-map .generic__title-text-center-background__content span,
.generic__title-text-center-map .generic__title-text-center-background__content h1 {

}
.generic__title-text-center-map .generic__title-text-center-background__content p {
    color: #060B0B;
}

.generic__title-text-center-map .generic__title-text-center-background__content p {
    padding-bottom: 20px;
}

.info-grid-text-box {
    margin-top: 28px;
    width: 100%;
    height: 48%;
    padding: 20px;
    position: relative;
    max-width: 685px;
    border: 1px solid #FFFEF9;
    text-align: left;
    background: #EEECE4;
}
.info-grid-text-box span.top-heading {
    margin-bottom: 10px;
    display: block;
}

.info-grid-text-box .top-heading,
.info-grid-text-box h3,
.info-grid-text-box p {
   color: #060B0B;
}

.info-grid-text-box p {
    padding-bottom: 5px;
    max-height: 76px;
    overflow: hidden;
}

.generic__img-title-text-row-full-width__content__text {
    color: #060B0B;
}

.generic__img-title-text .cnt {
    padding: 0 calc((100vw - 1430px) /2);
}

.generic__img-title-text h2,
.generic__img-title-text p {
    color: #060B0B;
}

.generic__img-title-text h2 {
    color: #060B0B;
    text-transform: capitalize;
}

.grid-boxes-wrapper .grid-card {
    max-width: 440px;
    background: #EEECE4;
    margin: 0 auto;
}

/*.grid-boxes-wrapper .grid-card-text {
    max-width: 440px;
}*/

.grid-3-boxes {
    margin: 50px 0;
}
/*.grid-3-boxes .grid-card-text {
    margin: 50px 0;
}*/

.grid-3-boxes .cnt {

    padding: 0 calc((100vw - 1410px) /2);
}

.grid-3-boxes .grid-card-text {
    padding: 30px;
}
.grid-3-boxes .grid-card-text p {
    padding-bottom: 30px;
    padding-top: 20px;
}

.grid-3-boxes .grid-card-text h4 {
    color: #FFFEF9;
}
.generic__contact-box p {
    color: #060B0B;
}

.generic__contact-info__grid .map-contact {
    max-height: 900px;
}

.footer__bottom.cnt  .bottom-links li a,
.footer__copyrights a span {
     color: #FFFEF9;
     transition: .2s all linear;
 }

.footer__copyrights a span {
    font-weight: 300;
}

.footer__bottom.cnt  .bottom-links li a:hover,
.footer__copyrights a span:hover {
    color: #821137;
}

.footer__bottom.cnt  .bottom-links li {
    display: block;
    margin-left: 0;
    color: #FFFEF9;
    font-size: 16px;
}

.footer__bottom.cnt  .bottom-links li a {
    font-size: 16px;
}


@media screen and (min-width: 992px) {
    .grid-boxes-wrapper {
        display: flex;
        grid-gap: 30px;
    }

    .all__three-grid-banner {
        margin: 150px 0;
    }

    .grid-3-boxes {
        margin: 150px 0;
    }
    .grid-boxes-wrapper .grid-card {
        max-width: 440px;
    }
    .generic__contact-info__grid .form-wrapper {
        max-width: 446px;
        margin-left: 150px;
    }

    .footer__bottom.cnt  .bottom-links li {
        display: inline;
        margin-left: 42px;
    }
}



#bookingModal .modal-open .modal {
    background: #FFFEF9 !important;

}





/* side nav menu */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: #FFFEF9;
    overflow: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: left;
    overflow-y: auto;
    height: 100vh;
    padding:  0 15px;
}



.overlay-content ul {
    list-style: none;
}

.overlay .overlay-content-main-menu a {
    text-decoration: none;
    font-size: 18px;
    color: #060B0B;
    line-height: 24px;
    display: block;
    font-family: NeulisSans, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s;
    letter-spacing: 4.5px;
    padding: 30px 0;
}

.overlay-content-main-menu ul li:hover,
.overlay-content-main-menu ul li:focus {
    border-bottom: 1px solid red;
}

.overlay-content-main-menu ul li a:hover,
.overlay-content-main-menu ul li a:focus {
    color: red;
}


.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #060B0B;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.overlay-content-main-menu ul li {
    border-bottom: 1px solid #060B0B;
}

.overlay-content-main-menu ul:first-child {
    border-top: 1px solid #060B0B;
}
.overlay-content-main-menu {
    padding: 50px 0 35px 0;
}

.extra-menu-box li {
    padding: 15px 0;
}

.extra-menu-box ul li a {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFEF9;
    font-weight: 400;
    font-family: NeulisSans, sans-serif;
}
.extra-menu-box {
    margin: 50px 18px 100px;
}
.extra-menu-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.extra-menu-box li {
    padding: 10px 0;
}
.extra-menu-box li a {
    transition: .2s all linear;
}
.extra-menu-box li:hover a{
    color: #821137;
}
.menu-address-box {
    min-height: 350px;
}

.menu-address-box p,
.menu-address-box a {
    color: #060B0B;
    font-size: 14px;
    font-family: NeulisSans, sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 21px;
}

.all__three-grid-banner .single-item {
    padding-bottom: 10px;
}
.generic__img-title-text {
    padding: 0 15px;
}

.booking-widget .widget-form .booking-widget-datepicker .form-control,
.booking-widget .widget-form .guest-quantity .total-guests {
    border: none;
    border-bottom: 1px solid #821137;
    letter-spacing: 1.78px;
    line-height: 20px;
    color: #060B0B;
    font-size: 16px;
    font-family: 'NeulisSans', sans-serif;
    transition: .2s all linear;
}

.widget-form .btn-cta {
    height: 60px;
}

 .booking-modal.modal {
    background-color: #060B0B !important;
     /*overflow: hidden !important;*/
}
.booking-modal.modal::-webkit-scrollbar {
    display: none;
}
.booking-modal.modal {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal-content {
    border: none !important;
}
.bw-img-widget-style {
    max-width: 110px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.nav-modal__links div,
.nav-modal__item {
    transition: .2s all linear;
}
.nav-modal__links div:hover {
    color: #821137;
}
.nav-modal__item:hover {
    -moz-box-shadow: 0 4px 0 #821137;
    -webkit-box-shadow: 0 4px #821137;
    box-shadow: 0 4px 0 #821137;
}
.active {
    color:  #821137!important;
}

.nav-modal__grid__item__overlay {
    position: relative;
    background: #2b3c4d;
}

.nav-modal__grid__item .image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.nav-modal__grid__item .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.nav-modal__grid__item .text {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}
.brand-line {
    padding-bottom: 50px;
}
.map-contact {
    z-index: 10;
}

.guest-widget-buttons .room-selection-box {
    width: 130px;
    padding: 15px 0 5px;
}

.booking-widget .widget-form .booking-widget-datepicker .form-control:focus,
.booking-widget .widget-form .booking-widget-datepicker .form-control:hover,
.booking-widget .widget-form .guest-quantity .total-guests:focus,
.booking-widget .widget-form .guest-quantity .total-guests:hover {
    border-bottom: 1px solid #821137;
    box-shadow: 0 4px 0 #821137;
}

.booking-widget .widget-form ::-webkit-scrollbar {
    width: 10px;
}
.booking-widget .widget-form ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.booking-widget .widget-form ::-webkit-scrollbar-thumb {
    background: #888;
}
.booking-widget .widget-form ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.apply-widget-button {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: end;
    border-top: 1px solid #060B0B;
}

.apply-widget-button {
    padding: 30px 10px;
    display: flex;
    justify-content: end;
}
.guest-selection-wrapper {
    padding: 20px 10px;
}



/*healcode widget*/
.healcode h1 {
    letter-spacing: normal;
}
div.healcode .header h1 {
    font-weight: 400 !important;
}
div.healcode a {
    font-size: 15px !important;
    font-weight: normal !important;
}
.healcode h1:after {
    content: '';
    margin: 0;
    height: 0;
}
.healcode {
    font-family: NeulisSans, sans-serif;
}
.healcode .ui-datepicker-inline {
    min-width: 250px;
}
/* end healcode widget */


.generic__img-title-text-row-full-width__content-bg-portrait-reverse div > a,
.generic__img-title-text-row-full-width__content-bg-portrait div > a,
.generic__img-title-text-row-full-width__content__text div > a,
.info-grid-text-box .grid-banner {
    margin-top: 38px;
    display: inline-block;
}

.bg-portrait-spacer {
    height: 1px;
}

.generic__video-large .cnt {
    padding: 50px 15px;
}
.slider-5--js button.slick-prev {
    left: 0;
    background-image: linear-gradient(to left, rgba(43, 60, 77, 0), rgba(43, 60, 77, 0.5));
    height: 100%;
    width: 172px;
    z-index: 10;
}

.slider-5--js button.slick-next {
    right: 0;
    background-image: linear-gradient(to right, rgba(43, 60, 77, 0), rgba(43, 60, 77, 0.5));
    height: 100%;
    width: 172px;
    z-index: 10;
}


@media screen and (min-width: 1170px) {
    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: left;
        margin-top: 30px;
        padding: 0 0 0 260px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .all__instagram__content .label-text,
    .generic__title-text-center-background .label-text {
        margin-bottom: -20px;
    }

    .generic__video-large .cnt {
         padding-bottom: 50px;
    }

    .info-grid-text-box {
        padding: 40px;

    }

    .overlay-content-main-menu {
        max-width: 645px;
        padding: 0 150px 0 0;
        border-right: 1px solid #060B0B;
        height: 50%;
    }

    .overlay-content-bottom {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .generic__title-text-center-map {
        padding: 100px;
    }
    .generic__title-text-center-map .generic__title-text-center-background__content p {
        padding-bottom: 50px;
    }

    .generic__title-text-center-background__content p {
        margin-top: 35px;
    }

    .gallery-wrapper {
        padding: 0 20px;
    }

    .extra-menu-box {
        margin: 100px 0 50px;
    }
    .guest-selection-wrapper {
        max-height: 480px;
        overflow-y: auto;
        padding: 30px 20px;
    }

    .apply-widget-button {
        padding: 30px 20px;
        display: flex;
        justify-content: end;
    }

    .bw-img-widget-style {
        max-width: 171px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }

    .booking-modal__close-icon {
        width: 40px;
        position: absolute;
        top: 55px;
        right: 60px;
    }

    .booking-modal .modal-header {
        padding: 30px 15px;
        min-height: 160px;
    }

    .nav-modal .modal-header {
        padding: 30px;
    }
    .generic__text-editor .cnt {
        padding: 0 calc((100vw - 1410px) /2);
    }

    .generic__video-large h2 {
        margin: 50px 0;
    }

    .generic__large-banner__wrapper {
        align-items: center;
    }

    .info-grid-text-box span.top-heading {
        margin-bottom: -15px;
        display: block;
    }

    .full-width .footer__bottom.cnt {
        padding-top: 60px;
    }

    .slider-6--js .slick-prev:before {
        content: url("../../ghotel/images/icons/icon-gallery-arrow-left.png");
    }

    .slider-6--js .slick-next:before {
        content: url("../../ghotel/images/icons/icon-gallery-arrow-right.png");
    }

    .generic__video-large .slider-6--js .slick-next {
        right: -125px;
        background-image: unset;
        height: unset;
    }

    .generic__video-large .slider-6--js .slick-prev {
        left: -125px;
        background-image: unset;
        height: unset;
    }

}

.generic__contact-box:nth-of-type(1) a {
    color: #060B0B;
}
.generic__video-large .slider-6--js {
    max-width: 1161px;
    margin: auto;
}

.generic__video-large .pagingInfo {
    padding-top: 55px;
    display: inline-block;
    size: 18px;
    letter-spacing: 2px;
    font-family: 'Optima', serif;
    color: #821137;
}


.slick-dots li:only-child {
    display: none;
}

/*.map-contact {
    filter: grayscale(100%);
}*/

.form-text h2,
.form-text h3,
.form-text h4 {
    color: #060B0B;
}


.asd__selected-date-one,
.asd__selected-date-two,
.asd__day--in-range {
    background: green !important;
}
@media (min-width: 992px) {
    .nav__wrapper.offer-bar-adjustment {
        margin-top: 44px;
    }

    .nav__wrapper.top-alert {
        margin-top: 43px;
    }

    .online-form .form-group:first-of-type input,
    .online-form .form-group:nth-of-type(2) input {
        width: 208px;
    }

    .online-form .form-group:nth-of-type(3) input {
        width: 346px;
    }
    .form-group label.custom-newsletter-checkbox-info {
        margin: 10px -10px;
    }

}
.top-info-bar {
    position: fixed;
    width: 100%;
    background: #D86951;
    text-align: center;
    padding: 10px;
    z-index: 999;
    color: #FFFEF9;
}


.top-info-bar a,
.top-info-standard a {
    color: #FFFEF9;
    display: inline-block;
    z-index: 99;
    position: relative;
}

.top-info-standard {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2em;
    text-align: center;
    width: 100%;
    background: #D86951;
}

.nav__wrapper.offer-bar-adjustment {
    /*padding-top: 50px;*/
    padding-bottom: 18px;
}

.generic__header__logo img.generic-logo-alignment  {
    padding-top: 50px;
}

@media (min-width: 1600px) {
    .nav-modal__grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .nav-modal__sub-desktop {
        padding: 0 53px;
    }

    .nav-modal__links {
        min-width: 711px;
    }
.generic__img-title-text-row-full-width__content--reverse {
    padding-left: calc((100vw - 1400px) / 2);
    }
}


@media (min-width: 1920px) {
    .nav-modal__sub-desktop {
        padding: 0 120px;
    }
}

.feature-accordion:first-of-type .panel {
    margin-top: 150px;
}

.feature-accordion:last-of-type {
    margin-bottom: 150px;
}

.feature-accordion .panel-body {
    margin-bottom: 50px;
}

.rotate {
    transform : rotate(180deg);
}

#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    color: #FFFEF9 !important;
}

#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
    display: none;
}

.background-video-wrapper {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.background-video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .background-video-wrapper iframe {
        height: 56.25vw;
    }
}
@media (max-aspect-ratio: 16/9) {
    .background-video-wrapper iframe {
        width: 177.78vh;
    }
}

    .form-group label.custom-newsletter-checkbox-info {
    font-size: 14px;
    }

    .form-group label.custom-newsletter-checkbox-info a {
    font-size: 14px;
    text-decoration: underline;
    }

    #ci_userConsentCheckBox {
    display: none;
    }

    .form-group label {
    position: relative;
    cursor: pointer;
    }

    .form-group label:before {
        content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #821137;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -3px;
    }

    .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 5px;
    height: 12px;
    border: solid #821137;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }



@media (min-width: 992px) {
    .modal-backdrop {
        display: none !important;
    }
    .holiday-calendar .modalx {
        display: none !important;
    }
    .holiday-calendar .modal-dialog {
        display: none !important;
    }
}

/*calendar boxes*/
/*flip card styling*/
.flip-card {
    background-color: transparent;
    width: 165px;
    height: 165px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
figure {
    margin: 0;
}
.flip-front-past {
    background: #060B0B;
    opacity: 0.5;
}
.flip-front-today {
    background: #821137;
}
.flip-front-future {
    background: #060B0B;
}
/* Style the back side */
.flip-card-back {
    background-color: #060B0B;
    color: #FFFEF9;
    transform: rotateY(180deg);
}

.flip-card-back figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 93px;
}
.modal-body .back-content-box p {
    text-align: center;
}
.modal-body .back-content-box {
    padding: 20px;
    background: #FFFEF9;
}
.modal-body .back-content-box p {
    font-size: 18px;
    font-weight: 600;
    font-family: sans, sans-serif;
    margin-bottom: 20px;
    color: #000;
}
.flip-card-back p {
    font-size: 18px;
    font-weight: 600;
    font-family: NeulisSans, sans-serif;
    padding: 20px 20px 0;
    height: 95px;
    margin-bottom: 0;
    overflow: hidden;
    color: #FFFEF9;
}
.flip-card-back figure img {
    width: 100%;
    height: 100%;
}
.back-content-box {
    display: inline-block;
    flex-direction: column;
    height: 66%;
    text-align: center;
    width: 100%;
}
.back-content-box a.btn-primary {
    margin-top: 20px;
    display: inline-block;
}
.holiday-calendar .modal-body {
    padding: 0;
}
.holiday-calendar .modal-header {
    padding: 0;
    display: unset;
    border: none;
}
.holiday-calendar .modal-content .back-content-box a.btn-primary {
    margin-top: 0;
}
.flip-calendar-button,
.flip-calendar-button:focus {
    font-family: 'BebasNeue', sans-serif;
    text-transform: uppercase;
    color: #FFFEF9;
    padding: 14px 30px;
    background: #cb0044;
    display: inline-block;
    margin: auto;
}
.flip-calendar-button:hover {
    color: #FFFEF9;
}
.x-mas-text-center {
    max-width: 587px;
    margin: 0 15px 15px;
    text-align: center;
}
.x-mas-text-center > p {
    margin-top: 35px;
}
.calendar-boxes {
    margin: 15px;
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.flip-card-front {
    padding: 10px;
}
.top-flip-card {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    color: #FFFEF9;
}
.top-date-indicator {
    font-size: 14px;
    font-weight: bold;
    color: #FFFEF9;
}
.center-flip-index {
    font-size: 40px;
    font-family: 'Optima', serif;
    color: #FFFEF9;
    font-weight: bold;
}
.bottom-flip-date {
    font-size: 16px;
    color: #FFFEF9;
    padding-top: 5px;
}
.holiday-calendar:first-of-type {
    margin-top: 110px;
}
.holiday-calendar:last-of-type {
    margin-bottom: 64px;
}
.top-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
}
.future-date {
    background-image: url('/ghotel/images/icons/flip-future-date-mobile.svg');
    width: 18px;
    height: 21px;
}
.past-date {
    background-image: url('/ghotel/images/icons/flip-past-date-mobile.svg');
    width: 20px;
    height: 21px;
}
.today-date {
    background-image: url('/ghotel/images/icons/flip-todays-date-mobile.svg');
    width: 23px;
    height: 21px;
}
.calendar-boxes .modal-body figure img {
    width: 100%;
    height: 97px;
}
/* .modal-open {
    overflow: initial !important;
    height: unset !important;
}*/
.calendar-boxes .modal-dialog,
.calendar-boxex .modal-show {
    max-width: 290px;
    padding: 0;
    top: 50%;
    position: relative;
    width: 100%;
    transform: translate(0, -50%) !important;
    margin: auto;
}

span.mobile-text {
    display: block;
}
span.desktop-text {
    display: none;
}

.holiday-calendar .modalx {
    display: none;
    position: fixed !important;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
}
.modal-backdrop {
    display: none !important;
}
.holiday-calendar .modal-content {
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
.holiday-calendar .close {
    opacity: 1;
}
.holiday-calendar .icon-close {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.3s;
    margin-top: 5px;
    margin-bottom: 10px;
    background: url('/ghotel/images/icons/flip-icon-close.svg') !important;
}
.holiday-calendar .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFFEF9;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.w3-animate-zoom {
    animation:animatezoom 0.6s
}
@keyframes animatezoom {
    from{transform:scale(0)} to{transform:scale(1)}
}
@media screen and (max-width: 360px) {
    .flip-card {
        width: 135px;
        height: 135px;
    }
    .top-flip-card {
        padding-bottom: 5px;
    }
    .center-flip-index {
        font-size: 40px;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .x-mas-text-center {
        margin: auto;
    }
}


@media screen and (min-width: 992px) {
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
    .flip-disabled {
        pointer-events: none;
    }
    .x-mas-text-center {
        margin: 0 auto 30px;
    }
    .calendar-boxes {
        max-width: 1200px;
        margin: auto;
        grid-gap: 30px;
        flex-wrap: nowrap;
    }
    .flip-card {
        width: 278px;
        height: 278px;
    }
    .top-date-indicator {
        font-size: 18px;
    }
    .past-date {
        background-image: url('/ghotel/images/icons/flip-past-date.svg');
        width: 40px;
        height: 41px;
    }
    .future-date {
        background-image: url('/ghotel/images/icons/flip-future-date.svg');
        width: 35px;
        height: 40px;
    }
    .today-date {
        background-image: url('/ghotel/images/icons/flip-todays-date.svg');
        width: 42px;
        height: 40px;
    }
    .center-flip-index {
        font-size: 80px;
    }
    .bottom-flip-date {
        font-size: 24px;
    }
    .bottom-flip-date {
        padding-top: 0;
    }
    .top-flip-card {
        padding-bottom: 20px;
    }
    .flip-card-front {
        padding: 20px;
    }
    .top-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        background-repeat: no-repeat;
    }
    .top-date-indicator {
        padding-top: 5px;
    }

    span.mobile-text {
        display: none;
    }
    span.desktop-text {
        display: block;
    }

    .holiday-calendar:last-of-type {
        margin-bottom: 100px;
    }
}

.holiday-calendar .modal-header .close {
    padding: 0;
    margin: 0;
}

.fa.fa-twitter::before{
    content:"𝕏";
    font-size:1.2em;
}

.booking-widget .widget-form .guest-quantity .guest-widget-buttons .guest-widget-buttons-container .child-age-label {
    font-size: 16px;
    font-weight: normal;
    font-family: 'NeulisSans', sans-serif;
    color: #821137;
}

.grid-3-boxes .img-fluid {
    height: 220px;
}
@media screen and (max-width: 1170px) {
    .grid-boxes-wrapper .grid-card {
        margin: 20px auto;
    }
}
