@charset "UTF-8";

body {
   font-family: 'Haboro Contrast Norm Demi';
   font-weight: normal;
   color: #3a3a3a;
   background-color: #f3f3f3;
   font-size: 16px;
   padding-top: 150px;
   overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

a {
    text-decoration: none;
}

main {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 48px;
    text-transform: uppercase;
}

.animation, a {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

@keyframes MoveUpDown {
   0% {
      top: 17px
   }

   50% {
      top: 10px
   }

   100% {
      top: 17px
   }
}

#preloader {
    background: #ffffff url(../images/loader.gif) no-repeat center;
    background-size: 60px 60px;
    background-position-y: 53%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1035;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#preloader .attachment-full {
    position: relative;
    top:-80px;
}
#preloader div img {
    margin-bottom: 140px;
}

/* header */

header {
    display: flex;
    align-items: center;
    z-index: 50;
    height: 150px;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 5px 30px -5px rgb(211 211 211 / 75%);
    -webkit-box-shadow: 0px 5px 30px -5px rgb(211 211 211 / 75%);
    -moz-box-shadow: 0px 5px 30px -5px rgb(211 211 211 / 75%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

header#navbar {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

header#navbar #logo {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.collapse {
    z-index: 1;
}

nav.navbar .kl-header {
    position: relative;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

header nav.navbar a.nav-link {
    color: #3a3a3a;
    text-transform: uppercase;
    position: relative;
}

header nav.navbar a.nav-link:hover {
    color: #d5bd73;
}

a.nav-link
{
    position: relative;
}

a.nav-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 35%;
  background-color: #d5bd73;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

a.nav-link:hover:before {
  visibility: visible;
  width: 30%;
}

li.nav-item.active a.nav-link:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  bottom: 0;
  left: 35%;
  background-color: #d5bd73;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

li.nav-item.active a.nav-link {
    color: #d5bd73;
}

li.nav-item.btn-nav {
    margin: 0;
    width: 140px;
    background-color: #d5bd73;
    cursor: pointer;
}

li.nav-item.btn-nav a.nav-link:before {
    display: none;
}


li.nav-item.btn-nav:hover {
    background-color: #ccb263;
}

li.btn-nav a.nav-link {
    color: #fff!important;

}

header nav.navbar li.nav-item {
    margin: 0 7px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navbar-brand {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

header nav.navbar ul.navbar-nav {
    z-index: 2;
    margin-left: 75px;
}

img#logo-sticky {
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container {
    max-width: 1245px;
}

.medium-container {
    max-width: 1080px;
}

.wow {
    visibility: visible !important;
}

/* ============================== */

.kl-banner {
    /* height: calc(100vh - 202px); */
    height: calc(100vh - 150px);
}

.kl-banner .row, .kl-banner .row > div {
    height: 100%;
}

.kl-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.kl-detail-banner {
    margin: 0 auto;
    text-align: center;
    background: url(../images/banner2.jpg) no-repeat center;
    height: 100%;
    background-size: cover!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.kl-detail-banner.desktop-none {
    background: url(../images/banner22.jpg) no-repeat center;
}

.kl-seamless {
    background: #feeddcb5;
    max-width: 280px;
    min-height: 104px;
    margin: 30px auto;
    padding: 25px 20px 20px;
}

.kl-seamless h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 auto 10px;
}

.kl-seamless p {
    margin: 0!important;
    font-size: 15px!important;
    line-height: 2;
}

.kl-detail-banner h1 {
    position: relative;
    margin-bottom: 50px;
}

.kl-detail-banner h1::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/stars.svg);
    position: relative;
    top: -7px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.kl-detail-banner p {
    margin-bottom: 75px;
    font-size: 20px;
    text-transform: uppercase;
}

.kl-detail-banner .btn-primary {
    color: #3a3a3a;
    background-color: transparent;
    border-color: #3a3a3a;
    border: 2px solid;
    padding: 12px 58px;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: none;
    position: relative;
}

.kl-detail-banner .btn-primary:hover {
    color: #ffffff;
    background-color: #ccb263;
    border-color: #ccb263;
}

.kl-detail-banner .btn-primary::after {
    content: '';
    width: 100%;
    height: 20px;
    background-image: url(../images/arrow-down.svg);
    position: absolute;
    top: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    animation: MoveUpDown 1s infinite ease-in-out;
    -webkit-animation : MoveUpDown 1s infinite ease-in-out;
    -moz-animation : MoveUpDown 1s infinite ease-in-out;
    -o-animation : MoveUpDown 1s infinite ease-in-out;
}

.kl-detail-banner .btn-primary:hover::after {
    background-image: url(../images/arrow-down-hover.svg);
}

.kl-detail-banner .btn-primary span {
    position: relative;
    right: 10px;
}

.pr-0 {
    padding-right: 0!important;
}

.pl-0 {
    padding-left: 0!important;
}

.navbar-brand {
    visibility: visible!important;
}

/* ============================== */

body.offcanvas-active{
    overflow: hidden;
}

.offcanvas-header{ display:none; }

.kl-popup-home .offcanvas-header{ display:flex!important; }

.screen-darken{
    height: 100%;
    width:0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity:0;
    visibility:hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
    z-index: 999;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

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

    .offcanvas-header{ display:block; }

    .mobile-offcanvas{
        visibility: hidden;
        transform:translateX(-100%);
        border-radius:0;
        display:block;
        position: fixed;
        top: 0; left:0;
        height: 100%;
        z-index: 1200;
        width: 350px;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

    .mobile-offcanvas.show{
        visibility: visible;
        transform: translateX(0);
    }
    nav.mobile-offcanvas {
        background: #f2f2f2;
    }
    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
        display: block;
    }

}

/* ============================== */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 20px;
    padding-left: 20px;
}
.row {
    margin-right: -20px;
    margin-left: -20px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
}

/* ============================== */

.floating-contact {
    position: fixed;
    transition: all 0.3s linear;
    top: 30%;
    right: 0;
    z-index: 9;
    width: 60px;
    box-shadow: 0px 0px 10px 2px rgb(175 175 175 / 50%);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(175 175 175 / 50%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(175 175 175 / 50%);
}

.floating-contact ul {
    margin: 0;
    padding: 0;
}

.floating-contact li {
  height: 60px;
  width: 60px;
  position:relative;
  display: block;
}

.floating-contact li a {
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 60px;
    transition: all .3s linear;
    text-align: center;
    background: white;
}

.floating-contact li a:hover {
    background: #ccb263;
}

.floating-contact li span {
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 60px;
    transition: all .3s linear;
    text-align: center;
    background: white;
    cursor: pointer;
}

.floating-contact li span:hover {
    background: #ccb263;
}

.floating-contact li.btn-float {
    width: auto;
    height: auto;
}

.floating-contact li.btn-float a {
    line-height: 2;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: auto;
    width: auto;
    background: #d5bd73;
    padding: 30px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
}

.floating-contact li.btn-float span {
    line-height: 2;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: auto;
    width: auto;
    background: #d5bd73;
    padding: 30px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
}

.floating-contact li.btn-float a:hover {
    background: #ccb263;
}

.floating-contact li.btn-float span:hover {
    background: #ccb263;
}

/* ============================== */

form.kl-form-content {
    width: 1127px;
    max-width: 100%;
    margin: 0 auto;
    padding: 27px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 5px 40px -5px rgb(223 223 223 / 60%);
    -webkit-box-shadow: 0px 5px 40px -5px rgb(223 223 223 / 60%);
    -moz-box-shadow: 0px 5px 40px -5px rgb(223 223 223 / 60%);
    margin-bottom: 29px;
}

.kl-form-content .col-md-6.col-lg-4.col-xl-2 {
    border-right: 1px solid #d5bd73;
}

.kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(5) {
    border-right: none;
}

.kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6) {
    position: relative;
    border-right: none;
}

form.kl-form-content .form-group label {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
}

input.form-control.date {
    position: relative;
    box-sizing: content-box;
    width: 100px;
    border: none;
    box-shadow: none;
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    left: 15px;
}

input.form-control.date::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/calendar.svg);
    position: absolute;
    top: -1px;
    left: 0;
    background-repeat: no-repeat;
    background-position: left center;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    left: 0;
}

select.form-control.form-select {
    width: 65px;
    font-size: 15px;
    border: none;
    box-shadow: none;
    position: relative;
    margin-left: auto;
    right: 20px;
    cursor: pointer;
}

.form-group.date, .form-group.select, .form-group.user {
    position: relative;
    text-align: center;
}

.form-group.date::before {
    content: '';
    width: 17px;
    height: 100%;
    background-image: url(../images/calendar.svg);
    position: absolute;
    top: 11px;
    background-repeat: no-repeat;
    background-position: left center;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}

.form-group.select::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/open-door.svg);
    position: absolute;
    top: 11px;
    background-repeat: no-repeat;
    background-position: left center;
}

.form-group.user::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/user.svg);
    position: absolute;
    top:11px;
    background-repeat: no-repeat;
    background-position: left center;
}

#offcanvasRight03 .form-group.user::before {top:9px; }

@-moz-document url-prefix() {
    input.form-control.date {
      width: 125px;
    }
    .form-group.date::before {
      left: 10px;
      opacity: 1;
      z-index: 9;
    }
}

.kl-btn-search {
    position: relative;
    background-color: #d5bd73;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

.kl-btn-search a {
    background-color: #d5bd73;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6):before {
    content: '';
    width: 104%;
    position: absolute;
    left: 0;
    top: -27px;
    height: 193%;
    background-color: #d5bd73;
}

.kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6):hover:before {
    background-color: #ccb263;
    cursor: pointer;
}

.kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6):hover .kl-btn-search,
.kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6):hover .kl-btn-search a {
    background-color: transparent;
    transition: none;
}

/* ============================== */

section.kl-search-form {
    position: relative;
    margin-top: -60px;
}

section.kl-direct-booking {
    background: #feeddc;
    margin: 0 0 15px;
    position: relative;
}

section.kl-direct-booking:before {
    background: #feeddc;
    content: '';
    left: 0;
    width: 100%;
    height: 120%;
    top: -100%;
    position: absolute;
    z-index: -1;
}

.kl-info-booking {
    width: 1127px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
}

.kl-direct-booking h2 {
    font-size: 30px;
    text-transform: uppercase;
    width: 300px;
}

.kl-direct-booking h2 span {
    color: #a08e68;
}

.media {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #3a3a3a;
    cursor: pointer;
}

.media:hover {
    color: #a08e68;
}

.media-body {
    text-align: right;
}

.media-body h5 {
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.media-object {
    margin-right: 25px;
}

/* ============================== */

span.kl-info-list {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'Haboro Contrast Norm Book';
    margin-bottom: 5px;
}

span.kl-info-list img {
    margin-right: 10px;
}

.kl-room-info h4 {
    font-family: 'Haboro Contrast Norm';
    font-size: 30px;
    border-bottom: 1px solid #d5bd73;
    margin-bottom: 25px;
    padding-bottom: 20px;
    height: 57px;
    overflow: hidden;
    position: relative;
}

.kl-room-info h4:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    height: 100%;
    top: 40px;
}

.kl-room-info {
    padding: 30px;
}

.kl-room-info h4 a {
    color: #3a3a3a;
}

.kl-room-box img {
    width: 100%;
}

.kl-room-box img.d-block.w-100 {
    height: 320px;
    object-fit: cover;
}

.kl-room-box .kl-room-info img {
    width: auto;
}

.kl-room-box {
    background-color: white;
    margin: 0 10px;
}

.kl-room-btn {
    margin: 30px 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kl-room-btn .btn {
    box-shadow: none;
}

.kl-room-btn .btn-primary {
    margin: 0!important;
    display: block!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #A08E68;
    border-color: #A08E68;
}

.kl-room-btn .btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 15px 5px;
    border-radius: 0px;
    font-size: 16px;
    text-transform: initial;
    color: #a08e68;
    position: relative;
    height: 60px;
    width: 130px;
    max-width: 100%;
    margin: 0;
    display: block;
}

.btn-secondary:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background-color: #a08e68;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.btn-secondary:hover:before {
  visibility: visible;
  transform: scaleX(1);
  left: 40%;
    right: 40%;
    width: 20%;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
    opacity: 1!important;
}

.carousel-control-next:hover {
    right: 0;
    background-color: transparent;
}

.carousel-control-prev:hover {
    left: 0;
    background-color: transparent;
}

.carousel-control-next-icon {
    background-image: url(../images/next-icon.svg);
    width: 30px;
    height: 60px;
}

.carousel-control-prev-icon {
    background-image: url(../images/prev-icon.svg);
    width: 30px;
    height: 60px;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: auto!important;
    width: auto!important;
    height: auto!important;
    font-size: 24px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.carousel-control-prev:hover .visually-hidden, .carousel-control-next:hover .visually-hidden, .visually-hidden:hover {
    font-size: 40px;
}

.carousel-control-prev .visually-hidden {
    right: 50%;
    margin-bottom: 3px!important;
}

.carousel-control-next .visually-hidden {
    left: 50%;
    margin-bottom: 3px!important;
}

section.kl-room-suite {
    position: relative;
    margin: 0;
}

section.kl-room-suite h3 {
    color: #3a3a3a;
    font-size: 40px;
    position: relative;
    display: inline-block;
    background: white;
    padding: 20px;
    box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    -webkit-box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    -moz-box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    bottom: -60px;
    z-index: 2;
    left: -20px;
}

.kl-room-suite .btn-primary {
    background-color: #d5bd73;
    border-color: #d5bd73;
    padding: 18px 31px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto 50px;
    display: table;
    max-width: 100%;
}

.slider__counter {
    position: absolute;
    font-size: 18px;
    color: #22222c;
    right: 15px;
    text-orientation: upright;
    writing-mode: vertical-lr;
    top: -80px;
}

.slider__counter::after {
    content: '';
    width: 100%;
    height: 20px;
    background-image: url(../images/hyphen.svg);
    position: absolute;
    top: 23px;
    right: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f3f3;
}

@-moz-document url-prefix() {
    .slider__counter {
        top: -70px;
    }
    .slider__counter::after {
        top: 16px;
    }
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    height: 30px;
}

.slick-dots li {
    margin: 0 7px;
    padding-left: 0;
}

.slick-dots li>button {
    border: 1px solid #3a3a3a;
    transition: all 200ms ease-in-out;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    color: black;
    background: transparent;
}

.slick-dots li.slick-active>button {
    background: #3a3a3a;
    width: 14px;
    height: 14px;
}


.kl-list-room-suite .slick-dots { margin-top: 30px;margin-left: 0;margin-bottom: 35px; }
.kl-list-room-suite .slick-dots li>button::before { border: 1px solid #cccccc;background-color: #ffffff;border-radius: 50%; }
.kl-list-room-suite .slick-dots li.slick-active>button::before { background-color: #640e23;border-color: #640e23; }

button.slick-prev.slick-arrow {
    position: absolute;
    left: -40px;
    top: 50%;
    background-image: url(../images/chevron-left.svg)!important;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    font-size: 0;
    border: none;
    z-index: 2;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: -40px;
    top: 50%;
    background-image: url(../images/chevron-right.svg)!important;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    font-size: 0;
    border: none;
    z-index: 2;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    animation: bounceIn 0.7s;
    transform: rotate(0deg) scale(1) translateZ(0);
    transition: all 0.2s cubic-bezier(0.8, 1.8, 0.75, 0.75);
}

button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
    background-color: transparent;
    transform: rotate(0deg) scale(1.2);
}

/* ============================== */

section.kl-special-offers {
    background-color: #fff;
    padding: 15px 0;
}

section.kl-special-offers h3 {
    color: #3a3a3a;
    font-size: 40px;
    position: relative;
    display: inline-block;
    background: white;
    padding: 20px;
    box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    -webkit-box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    -moz-box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    bottom: -60px;
    z-index: 1;
    left: -20px;
}

.kl-offers-box {
    background: #f5f5f5;
    position: relative;
    animation: bounceIn 0.6s;
    transform: rotate(0deg) scale(1) translateZ(0);
    transition: all 0.4s cubic-bezier(0.8, 1.8, 0.75, 0.75);
    border: 5px solid #fff;
    margin: 0 -5px;
}

.kl-offers-box:hover, .kl-offers-box:active, .kl-offers-box:focus, .kl-offers-box.active {
    transform: rotate(0deg) scale(1.03);
    border: 5px solid #d5bd73;
    transition: all 200ms ease-in-out;
    background: #ffffff;
}

.kl-exclusive-offers {
    padding: 30px;
}

.kl-exclusive-offers span {
    color: #a08e68;
    text-transform: uppercase;
    font-family: 'Haboro Contrast Norm';
}

.kl-exclusive-offers h4 {
    font-size: 24px;
    margin: 15px 0;
}

.kl-exclusive-offers h4 a {
    color: #3a3a3a;
}

.kl-exclusive-offers p {
    font-family: 'Haboro Contrast Norm Book';
    font-size: 14px;
    margin: 0 0 5px;
    height: 45px;
    overflow: hidden;
}

.kl-exclusive-offers .btn-secondary {
    background-color: transparent;
    border-color: transparent;
    padding: 15px 25px;
    border-radius: 0px;
    font-size: 16px;
    text-transform: initial;
    color: #a08e68;
    position: relative;
    margin: 0 auto;
    display: table;
    z-index: 1;
}

.kl-special-offers .btn-primary {
    background-color: #d5bd73;
    border-color: #d5bd73;
    padding: 18px 31px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 50px auto 0;
    display: table;
}

.kl-special-offers .btn-primary:hover, .kl-special-offers .btn-primary:focus, .kl-special-offers .btn-primary:active {
    background-color: #A08E68;
    border-color: #A08E68;
}

.kl-offers-box .btn-primary {
    background-color: #d5bd73;
    border-color: #d5bd73;
    padding: 18px 31px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    display: block;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    border: 0;
}

.kl-offers-box .btn-primary:hover {
    background-color: #ccb263;
    border-color: #ccb263;
}

/* ============================== */

section.kl-adv-slide {
    background-color: #fff;
    margin: 0;
    padding: 0 0 50px;
}

section.kl-adv-slide h3 {
    color: #3a3a3a;
    font-size: 40px;
    position: relative;
    display: inline-block;
    background: white;
    padding: 20px;
    box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    -webkit-box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    -moz-box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    bottom: -40px;
    z-index: 2;
    left: -20px;
}

.kl-slider-adv {
  margin-bottom: 30px;
  position: relative;
}
.kl-slider-adv .owl-item.active.center .kl-slider-card {
    opacity: 1;
    margin: 0 auto;
    max-width: 100%;
}

.kl-slider-card {
  padding: 0;
  margin: 0;
  opacity: 0.5;
  transition: all 0.3s;
  position: relative;
  height: 440px;
}

.owl-item.active.center .kl-slider-card {
    transform: rotate(0deg) scale(1) translateZ(0);
    transition: all 0.3s cubic-bezier(0.8, 1.8, 0.75, 0.75);
}

.owl-item .kl-slider-card {
    transform: rotate(0deg) scale(0.9);
}

.owl-item.active.center .kl-slider-card {
    transform: rotate(0deg) scale(1);
}

.kl-slider-card img {
  width: auto!important;
}

img.top-img-adv {
    width: 475px;
    object-fit: cover;
    /*max-height: 380px;*/
    max-width: 100%;
}

.owl-nav .owl-prev {
    left: -20px;
    position: relative;
    bottom: -7px;
    z-index: 1;
    background-image: url(../images/chevron-left.svg)!important;
    width: 50px;
    height: 50px;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.owl-nav .owl-next {
    right: -20px;
    position: relative;
    bottom: -7px;
    z-index: 1;
    background-image: url(../images/chevron-right.svg)!important;
    width: 50px;
    height: 50px;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    animation: bounceIn 0.7s;
    transform: rotate(0deg) scale(1) translateZ(0);
    transition: all 0.2s cubic-bezier(0.8, 1.8, 0.75, 0.75);
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background-color: transparent;
    transform: rotate(0deg) scale(1.2);
}


.owl-dots {
    text-align: center;
    display: none;
}
.owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #fff !important;
    margin-left: 4px;
    margin-right: 4px;
    outline: none;
    border: 1px solid #3a3a3a!important;
    transition: all 200ms ease-in-out;
}
.owl-dots .owl-dot.active {
    height: 14px;
    width: 14px;
    background: #3a3a3a !important;
}

.kl-counter-adv {
    position: relative;
    text-align: center;
    font-size: 18px;
    top: 0;
    color: #22222c;
    text-orientation: upright;
    writing-mode: vertical-lr;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kl-counter-adv::after {
    content: '';
    width: 100%;
    height: 20px;
    background-image: url(../images/hyphen.svg);
    position: absolute;
    top: 23px;
    right: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}

@-moz-document url-prefix() {
    .kl-counter-adv {
      top: 8px;
    }
    .kl-counter-adv::after {
        top: 16px;
    }
}

.owl-carousel .owl-item {
    /*margin: 0 15px;*/
    margin: 5px 0;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kl-box-adv {
    position: absolute;
    top: 140px;
    right: 0;
    width: 300px;
    height: 300px;
    max-width: 100%;
    border: 7px solid #d5bd73bd;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin: 0;
    align-items: baseline;
    text-align: left;
    z-index: 99999999;
}

.kl-box-adv:before {
    content: '';
    background: #ffffff;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    /* width: 100%;
    height: 100%; */
    position: absolute;
    z-index: -1;
}

.kl-box-adv div {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
}

.kl-box-adv .content {
    position: static;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    margin-bottom: 25px;
}

.owl-carousel .owl-nav {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
}

.kl-box-adv h4 {
    font-size: 20px;
    margin: 50px 0 20px;
}

.kl-box-adv p {
    font-size: 14px;
    font-family: 'Haboro Contrast Norm Book';
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    text-align: justify;
}

.kl-box-adv .btn-secondary {
    background-color: transparent;
    border-color: transparent;
    padding: 15px 25px;
    border-radius: 0px;
    font-size: 16px;
    text-transform: initial;
    color: #a08e68;
    position: relative;
    margin: 0 auto;
    display: table;
}

/* ============================== */

footer {
    position: relative;
    font-family: 'Haboro Contrast Norm Book';
    font-size: 14px;
    color: #fff;
}

footer h5 {
    font-family: 'Haboro Contrast Norm';
    text-transform: uppercase;
    font-size: 14px;
}

div.slide-hm-03 {
    display: none;
}

.kl-hotel-footer span {
    font-style: italic;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.kl-info-site .row .col.text-left {
    align-items: start;
}

.kl-info-site .row .col:nth-child(3), .kl-info-site .row .col:nth-child(4) {
  justify-content: start;
}

.kl-info-site .row .col.text-left a, .kl-info-site .row .col.text-left span {
    justify-content: start;
}

.text-right li {
    margin: 0 5px;
}

.text-right a.b-link {
    justify-content: end;
}

#flags {
    margin-bottom: 15px;
    white-space: nowrap;
}

ul.kl-rs-footer {
    margin-bottom: 15px;
    white-space: nowrap;
}

#flags li a, ul.kl-rs-footer li a {
    transition: transform .2s;
    transform: scale(1);
}

#flags li a img, ul.kl-rs-footer li a img {
    margin: 0;
}

#flags li a:hover, ul.kl-rs-footer li a:hover {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.kl-info-site {
    background-color: #1c1931;
    padding: 40px 0;
}

.kl-info-site #flags {
    width: 100%;
    display: flex;
    justify-content: end;
}

.kl-info-site a, .kl-info-site span {
    color: #ffffff;
    margin: 0 0 7px;
}

.kl-info-site a:hover {
    color: #d5bd73;
}

.kl-info-site a img, .kl-info-site span img {
    margin-right: 10px;
    padding: 0;
}
.kl-info-site a, .kl-info-site span {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kl-info-site span a {
    margin-bottom: 0;
    margin-left: 5px;
}

.kl-hotel-footer {
    position: relative;
    transition: transform .2s;
    transform: scale(1);
}

.kl-hotel-footer:hover {
  -ms-transform: scale(1.07); /* IE 9 */
  -webkit-transform: scale(1.07); /* Safari 3-8 */
  transform: scale(1.07);
}

.kl-hotel-footer img {
    margin-bottom: 7px;
    border: 2px solid #a79462;
    margin-right: 0!important;
    width: 140px;
    height: 100px;
    object-fit: cover;
}

a.b-link {
    color: #d5bd73;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Haboro Contrast Norm';
    display: flex;
    align-items: center;
    margin-top: 10px;
    white-space: nowrap;
    position: relative;
}

a.b-link.map {
    margin-left: auto;
}

a.b-link span {
    margin: 0 10px;
    color: #d5bd73;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Haboro Contrast Norm';
    display: flex;
    align-items: center;
}

a.b-link img {
    margin: 0;
}

a.b-link::after {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a.b-link:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #d5bd73;
    bottom: -5px;
}

.kl-copyright {
    background-color: #121120;
    padding: 20px 0;
}

.kl-box-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

li {
    display: inline-block;
}

.kl-box-copyright li {
    margin: 0 15px;
}

.kl-box-copyright li a {
    color: #fff;
}

.kl-box-copyright li a:hover {
    color: #d5bd73;
}

.kl-box-copyright a.link {
    color: #d5bd73;
    margin: 0 7px;
}

.kl-box-copyright a.link:first-child {
    text-transform: uppercase;
}

.kl-box-copyright a.link:hover {
    color: #fff;
}

.kl-box-copyright span {
    display: flex;
    align-items: center;
}

.kl-box-copyright span img {
    margin-right: 7px;
}

/* =================Page chambre & suite============= */


.kl-splash {
    margin: 0 auto;
    text-align: center;
    background: url(../images/splash.jpg) no-repeat center;
    min-height: 200px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    width: 100%;
    max-height: 100%;
}

.kl-splash h1 {
    text-transform: initial;
    margin: 0;
}

.kl-room-suite-page {
    position: relative;
    padding: 0; 
    margin: 0 0 40px;
    display: block;
}

.kl-room-suite-page ul.nav.nav-pills {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    max-width: 100%;
    height: 90px;
    -moz-box-shadow: 0px 5px 30px -5px rgb(215 215 215 / 75%);
    box-shadow: 0px 5px 30px -5px rgb(215 215 215 / 75%);
    -webkit-box-shadow: 0px 5px 30px -5px rgb(215 215 215 / 75%);
    -moz-box-shadow: 0px 5px 30px -5px rgb(211 211 211 / 75%);
    margin-bottom: 60px;
    z-index: 2;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* .nav-pills-sticky.sticky {
    position: fixed ;
    top:80px;
    left: 0;
    right: 0;
    z-index: 99;
} */
.nav-pills-sticky {
    z-index: 8;
    position: sticky;
    top:80px;
}

.kl-room-suite-page .nav-pills .nav-link {
    border-radius: 0;
    color: #3a3a3a;
    text-transform: uppercase;
    border-bottom: 3px solid #fff;
    padding: 31px 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #a08e68;
    border-bottom: 3px solid;
    background-color: #ffffff;
}

.kl-room-suite-page .nav-pills .nav-link:hover {
    color: #d5bd73;
    border-bottom: 3px solid;
}

.kl-room-suite-page .nav-pills .nav-item {
    margin: 0 45px;
}

.kl-room-suite-page .row .col-md-6.col-lg-4 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.kl-room-suite-page .row .col-md-6.col-lg-4 .kl-room-box {
    margin: 0;
}

.kl-room-suite-page .btn-primary {
    background-color: #d5bd73;
    border-color: #d5bd73;
    padding: 18px 31px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 30px auto 0;
    display: table;
}

.kl-room-suite-page .btn-primary:hover, .kl-room-suite-page .btn-primary:focus, .kl-room-suite-page .btn-primary:active {
    background-color: #A08E68;
    border-color: #A08E68;
}

/* =================Page chambre & suite============= */

.kl-special-offers-page {
    position: relative;
    padding: 60px 0 40px;
    background: #fff;
}

.kl-special-offers-page .kl-offers-box {
    border: none;
    margin: 0;
}

.kl-special-offers-page .kl-offers-box:hover {
    transform: rotate(0deg) scale(1.03);
}

.kl-special-offers-page .row .col-md-6.col-lg-4 {
    padding: 0 10px;
    margin-bottom: 20px;
}

/* =================Page galerie photo============= */

.kl-photo-gallery-page {
    position: relative;
    padding: 0;
    margin: 0 0 40px;
}

.kl-photo-gallery-page .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.kl-photo-gallery-page ul.nav.nav-pills {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    max-width: 100%;
    height: 95px;
    -moz-box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    -webkit-box-shadow: 0px 5px 40px 0px rgb(211 211 211 / 75%);
    margin-bottom: 60px;
    z-index: 2;
    position: relative;
}

.kl-photo-gallery-page .nav-pills .nav-link {
    border-radius: 0;
    color: #3a3a3a;
    text-transform: uppercase;
    border-bottom: 3px solid #fff;
    padding: 34px 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #a08e68;
    border-bottom: 3px solid;
    background-color: #ffffff;
}

.kl-photo-gallery-page .nav-pills .nav-link:hover {
    color: #d5bd73;
    border-bottom: 3px solid;
}

.kl-photo-gallery-page .nav-pills .nav-item {
    margin: 0 45px;
}

.kl-photo-gallery-page .tab-content li {
  height: auto;
  flex-grow: 1;
  margin: 0 10px;
}

.kl-photo-gallery-page .tab-content img {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 320px;
    max-height: 100%;
    object-fit: cover;
}

.kl-photo-gallery-page .tab-content a {
    position: relative;
}

.kl-photo-gallery-page .tab-content a .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0000005c;
}

.kl-photo-gallery-page .tab-content a:hover .overlay {
  opacity: 1;
}

.kl-photo-gallery-page .tab-content a .overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: auto;
    height: auto;
    margin: 0;
}

.kl-photo-gallery-page .tab-content .row > div {
    padding: 0 10px;
}

/*Popup*/

.fancybox-slide--html {
    padding: 0;
}
.popup {
    padding: 0;
    overflow-x: hidden;
}
.popup .btn {
    background-color: #d5bd73;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    text-transform: capitalize;
    font: 20px/30px 'Haboro Contrast Norm Demi';
    padding: 15px 30px;
}
.kl-offcanvas-in .content .btn {
    background-color: #d5bd73;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    text-transform: capitalize;
    font: 20px/30px 'Haboro Contrast Norm Demi';
    padding: 15px 30px;
}

.reservation-content02 .btn.btn-primary, .reservation-content03 .btn.btn-primary, .kl-pp-avtg .btn.btn-primary {
    font-size: 16px;
    border: 1px solid #d5bd73;
    color: #d5bd73;
    background: #f7f7f7;
    text-transform: uppercase;
}

.reservation-content02 .btn.btn-primary:hover, .reservation-content03 .btn.btn-primary:hover, .kl-pp-avtg .btn.btn-primary:hover {
    background-color: #ccb263;
    color: white;
}
.primary-bordered {
  border: 1px solid #d5bd73;
  background: white;
  color: #d5bd73;
}
.kl-date-display {
    font-size: 20px;
}
.popup .btn:hover {
    background-color: #ccb263;
}
.bg-white {
    background-color: #ffffff;
}
.popup .content {
    background-color: #f7f7f7;
    padding: 60px;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.kl-offcanvas-in .content {
    background-color: #f7f7f7;
    padding: 60px;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.popup .content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.kl-offcanvas-in .content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.popup .content p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
}
.kl-offcanvas-in .content p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
}
.popup .content .kl-conf {
    font-family: 'Haboro Contrast Norm Book';
}
.kl-offcanvas-in .content .kl-conf {
    font-family: 'Haboro Contrast Norm Book';
}
.popup .content p a {
    color: #3a3a3a;
    text-decoration: underline;
}
.kl-offcanvas-in .content p a {
    color: #3a3a3a;
    text-decoration: underline;
}
.content .row .col-md-12, .content .row .col-md-12 p {
    font-family: 'Haboro Contrast Norm Book';
}
.content .row .col-md-12 h2, .content .row .col-md-12 h3, .content .row .col-md-12 h4 {
    font-family: 'Haboro Contrast Norm Demi';
}
div.pp-reservation {
    /*background: url(../images/bg-popup.jpg) no-repeat center;*/
    background-size: cover;
    width: 100%;
    height: 100%;
    background: transparent!important;
}
.pp-reservation > div {
    height: 100%;
}
.pp-reservation .kl-first-row {
    justify-content: end;
}
.kl-pp-avtg .row {
    height: 100%;
}
.kl-pp-avtg .row .bg-white{
    background: #f7f7f7!important;
}
.fancybox-bg {
    background: #00000070!important;
}

div.kl-p-prime {
    /*background: url(https://hotel-victory.maki-group.mg/wordpress/wp-content/uploads/2022/09/bg-popup.jpg) no-repeat center !important;*/
}

.kl-pp-ct .col-lg-6 {
    padding: 0;
}

.kl-pp-ct .col-lg-6.bg-white {
    background: #f7f7f7!important;
    width: 600px;
}
.kl-pp-ct .col-lg-6:first-child {
    display: none;
}
img.kl-img-fd {
    height: 100%;
    object-fit: cover;
    object-position: left;
    opacity: 0;
}
.top-reservation {
    display: flex;
    align-items: center;
    padding: 30px 60px;
    background-color: #fff;
}
.top-reservation img {
    width: 150px;
    height: 115px;
    max-width: fit-content;
}
.top-reservation .img-fond {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    height: 360px;
    object-fit: cover;
}
.top-reservation span {
    font-size: 30px;
    margin-left: 60px;
    line-height: 1;
}

.top-reservation p span, .top-reservation span p span {
    margin-left: 0;
}

.option-reservation .form-group {
    border: 1px solid #3a3a3a;
    padding: 15px 0;
}

.option-reservation select.form-control.form-select {
    background-color: transparent;
    right: 20%;
    max-width: 100%;
}
#offcanvasRight03 .option-reservation select.form-control.form-select { right: 15px }

.fancybox-slide--html .fancybox-close-small {
    background-color: #d5bd73;
    color: #ffffff;
    right: auto;
    left: calc(50% + 10px);
    top: 10px;
    border-radius: 50%;
    position: fixed;
}

.fancybox-slide--html .fancybox-close-small {
    position: absolute;
    left: auto;
    right: 522px;
}

.popup .ui-widget.ui-widget-content {
    margin: 0 auto;
}
.ft-popup {
    background-color: #ffffff;
    padding: 40px;
    margin-top: 60px;
}
.ft-popup .promo {
    font:14px  'Haboro Contrast Norm Book';
    text-transform: uppercase;
    color: #a08e68;
}
.ft-popup h6 {
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #a08e68;
}

.kl-pp-avtg .top-reservation {
    padding: 0;
}

.kl-pp-avtg .top-reservation .img-fond {
    height: 480px;
    object-fit: cover;
    object-position: left;
    width: 100%;
}

.kl-pp-avtg .ft-popup {
    background: transparent!important;
    margin-top: 0;
}

/*calendar*/

.ui-widget-header {
    background: transparent;
    border-color: transparent;
}

.ui-widget.ui-widget-content {
    border:0;
    background: #f7f7f7;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev span.ui-icon {
    background: url(../images/arrow-prev.svg) no-repeat 50% 50% !important;
}
.ui-datepicker .ui-datepicker-next span.ui-icon {
    background: url(../images/arrow-next.svg) no-repeat 50% 50% !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0;
    background-color: transparent;
    opacity: .5;
}
.ui-datepicker .ui-datepicker-title {
    font-family: 'Haboro Contrast Norm Demi';
    text-align: center;
    border:0;
}
.ui-datepicker th {
    color: #d5bd73;
    font-family: 'Haboro Contrast Norm Demi';
    text-align: center;
    border:0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-family: 'Haboro Contrast Norm Demi';
    text-align: center;
    border:0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;    
    line-height: 23px;
    display: block;
}

.ui-state-active, .ui-widget-content .ui-state-active ,
.ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #d5bd73;
    border-radius: 50%;
    color: #ffffff;
    padding: 4px 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px!important;
    top: 2px!important;
}

.ui-datepicker .ui-datepicker-next {
    right: -110% !important;
    top: 2px !important;
    z-index: 2;
}

.option-reservation .form-group label {
    text-transform: uppercase;
}

.kl-stay-from {
    margin: 3rem 0;
}

/* ============= fancybox ================= */

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right : 0;
  height: 75px;
  background: transparent;
      display: block!important;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block!important;
}

.fancybox-thumbs.fancybox-thumbs-y {
    display: block!important;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 75px;
}
.fancybox-thumbs > ul > li {
  border-color: transparent;
}

.fancybox-infobar {
    opacity: 0!important;
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 0;
  bottom: 75px;
}

.fancybox-thumbs__list a {
    margin: 4px 3px 2px;
}

/* ============= New pop-up ================= */

.kl-offcanvas-in {
    width: 600px;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    background-color: #f7f7f7;
}

.kl-oh-show {
    display: flex;
    position: absolute;
    z-index: 1;
}

.kl-oh-show button.btn-close {
    background-color: #d5bd73;
    color: #ffffff;
    top: 10px;
    border-radius: 50%;
    opacity: 0.9;
    width: 24px;
    height: 24px;
    background-image: url(../images/popup-close.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.kl-oh-show button.btn-close:hover {
    opacity: 1;
}

/* ============================== */

.kl-new-float {
    transition: all 0.3s linear;
    z-index: 9;
    width: 60px;
    position: fixed;
    background: white;
    margin-left: -60px;
    box-shadow: none;
}

.kl-new-float button {
  height: 61.5px;
  width: 60px;
  position:relative;
  display: block;
  border-radius: 0;
  background: #ffffff;
  border: 2px solid transparent;
}

.kl-new-float button:hover {
    background: #ccb263;
    border-radius: 0;
}

.kl-new-float button.btn-float:hover {
    background: transparent;
    border-radius: 0;
}

.kl-new-float button.nav-link.active, .kl-new-float button.show>.nav-link, .kl-new-float button.show>.nav-link:focus {
    background: #ffffff;
    border: 2px solid #d5bd73;
    border-radius: 0;
    transition: none;
}

.kl-new-float button.btn-float {
    width: auto;
    height: auto;
    padding: 0;
    display: flex;
    border: none !important;
}

.kl-new-float button.btn-float span {
    line-height: 2;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: auto;
    width: auto;
    background: #d5bd73;
    padding: 30px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    color: white;
}

.kl-new-float button.btn-float span:hover {
    background: #ccb263;
}

/* ============= Suite pop-up home ================= */

.popup .row .col-lg-6.offset-lg-6.bg-white {
    padding-left: 0;
    width: 600px;
}

.kl-float-in {
    top: 0;
    left: auto;
    right: auto;
    margin-left: -60px;
    box-shadow: none;
}

.kl-float-in li {
    height: 61.5px;
}

.kl-float-in li a {
    background: #ffffff;
    border: 2px solid transparent;
}

.kl-float-in li a:hover {
    background: #ffffff;
    border: 2px solid #d5bd73;
}

.kl-float-in li.btn-float a {
    border: none;
}

.reservation-content02 .content {
    overflow: hidden;
    margin: 0;
    box-shadow: 0px 5px 40px -5px rgb(223 223 223 / 60%);
    -webkit-box-shadow: 0px 5px 40px -5px rgb(223 223 223 / 60%);
    -moz-box-shadow: 0px 5px 40px -5px rgb(223 223 223 / 60%);
}

.kl-pop-adv {
    display: flex;
    align-items: center;
    padding: 25px 0;
}

.kl-content-popadv {
    margin: 0 auto;
    max-width: 400px;
}

.kl-pop-adv:nth-child(2) {
    border-top: 1px solid #d5bd73;
    border-bottom: 1px solid #d5bd73;
}

.kl-pop-adv img {
    margin-right: 15px;
}

.reservation-content02 .ft-popup, .reservation-content03 .ft-popup {
    background-color: transparent!important;
    margin-top: 0;
}

.reservation-content03 .top-reservation {
    position: relative;
    padding: 0;
    margin: 0;
}
.reservation-content03 .top-reservation picture {
    width: 100%;
}


.reservation-content03 .top-reservation::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    /*background: url(../images/bg-popup.jpg) no-repeat center;*/
    background-size: cover;
    z-index: -1;
}

.reservation-content03 h2 {
    color: #a08e68;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.reservation-content03 h2.offer-gold {
    color: #a08e68;
    font-size: 16px!important;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.reservation-content03 h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

div.reservation-content02, div.reservation-content03 {
    background: transparent;
}

.row.kl-pp-ct {
    height: 100%;
    justify-content: end;
    background-color: #f7f7f7;
}

/* ============= Pop-up contact ================= */

input, textarea, select, button, .btn {
    box-shadow: none!important;
}

.contact01 h3, .contact03 h3 {
    font-size: 24px;
}

.contact01 p, .contact03 p {
    font-size: 14px;
}

.contact01 p a, .contact03 p a {
    text-decoration: underline;
    color: #3a3a3a;
}

.kl-contact-pop {
    border-bottom: 1px solid #d5bd73;
    margin: 30px auto;
    padding: 0 0 30px;
}

.kl-contact-pop .row {
    margin: 0 -10px;
}

.kl-contact-pop .col-md-6 {
    padding: 0 10px;
}

.kl-contact-pop .form-control, .kl-contact-pop .form-select {
    font-size: 15px;
    border: 1px solid #d5bd73;
    height: 60px;
    border-radius: 0;
    color: #3a3a3a;
    margin-bottom: 20px;
    padding: 15px;
}

.kl-contact-pop .form-label {
    font-size: 15px;
    text-transform: uppercase;
}

.kl-contact-pop .form-control::-webkit-input-placeholder,
.kl-contact-pop .form-control::placeholder {
    color: #cccccc;
}

.kl-contact-pop .form-select {
    text-transform: uppercase;
}

.kl-contact-pop textarea {
    height: 195px!important;
    margin-bottom: 40px!important;
}

.kl-contact-pop button.btn.btn-primary {
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
}

.kl-contact-pop .form-group.date {
    text-align: left;
    border-bottom: 1px solid #d5bd73;
    margin-bottom: 30px;
}

.kl-contact-pop input.form-control.date {
    height: auto;
    padding: 10px;
    background: transparent;
    margin-left: 15px;
    margin-bottom: 5px;
}

/* ============= Responsive ================= */

.kl-room-detail-page {
    margin: 0;
    background: white;
    padding: 60px 0;
}

.kl-room-detail-page .carousel {
    margin-bottom: 60px;
}

img.single-chambre-img {
    height: 480px;
    object-fit: cover;
}

.kl-info-slide {
    margin: 0 auto;
}

.kl-info-slide .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kl-info-slide .col-md-12 span.kl-info-list {
    flex-direction: column;
    margin: 0px 17px 17px;
    width: 45px;
    max-width: 100%;
    white-space: nowrap;
}

.kl-info-slide .col-md-12 span.kl-info-list img {
    margin-right: 0;
    margin-bottom: 5px;
    width: 20px;
}

.kl-room-detail-page p {
    font-size: 16px;
    font-family: 'Haboro Contrast Norm Book';
    margin: 0 auto;
    max-width: 400px;
    text-align: justify;
    line-height: 1.6;
}

p.kl-para-in {
    font-size: 14px;
    font-family: 'Haboro Contrast Norm Book';
    margin: 0 auto;
    max-width: 400px;
}

.kl-info-slide .btn-primary {
    background-color: #d5bd73;
    border-color: #d5bd73;
    padding: 20px 5px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    height: 60px;
    width: 130px;
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
}

.kl-direct-booking-edit {
    margin: 0!important;
}

.kl-direct-booking-edit:before {
    display: none;
}

.kl-direct-booking-edit .kl-info-booking {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.kl-direct-booking-edit h2 {
    margin-bottom: 0;
}

.kl-direct-booking-edit .media-body h5 {
    text-align: left;
}

.kl-direct-booking-edit .row.slide-hm-01 {
    align-items: center;
}

.kl-detail-follow {
    margin: 60px 0;
}

.kl-detail-follow h4 {
    color: #d5bd73;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 25px;
    position: relative;
}

.kl-detail-follow .kl-room-info h4 {
    font-family: 'Haboro Contrast Norm';
    font-size: 30px;
    border-bottom: 1px solid #d5bd73;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 500;
    text-transform: initial;
}

.kl-detail-follow h4::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    left: 0;
    bottom: -10px;
    background-color: #d5bd73;
}

.kl-detail-follow .kl-room-info h4::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    height: 100%;
    top: 40px;
}

.kl-detail-follow ul li {
    display: list-item;
    list-style-type: disc;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'Haboro Contrast Norm Book';
}

.kl-detail-follow ul {
    padding-left: 20px;
}

.kl-detail-follow ul ::marker {
    color: #d5bd73;
    font-size: 25px;
}

.kl-detail-follow .kl-room-btn {
    justify-content: center;
    margin: 5px 0;
}


.kl-detail-follow .kl-room-btn .btn-secondary {
    padding: 15px 5px 0;
}

.kl-detail-follow .kl-room-info {
    padding: 30px 30px 5px;
}

.kl-detail-follow .kl-room-box {
    margin: 0;
}

/* ============= Page contact ================= */

.kl-contact-page {
    padding: 60px 0;
    background-color: #ffffff;
}

.kl-contact-page .row {
    align-items: center;
}

.kl-contact-info {
    margin: 0;
    max-width: 230px;
}

.kl-contact-info h2 {
    margin-bottom: 15px;
}

.kl-contact-info p {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 14px;
    position: relative;
}

.kl-contact-info p::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    left: 0;
    bottom: -15px;
    background-color: #a08e68;
}

.kl-contact-info h3 {
    text-transform: uppercase;
    color: #a08e68;
    font-size: 16px;
    margin-bottom: 13px;
}

.kl-contact-info a, .kl-contact-box a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.kl-contact-info a:hover, .kl-contact-box a:hover {
    color: #d5bd73;
}

.kl-contact-info a img, .kl-contact-box a img {
    margin-right: 10px;
}

.kl-contact-box .btn-primary img {
    margin: 0;
    margin-top: -6px;
    margin-left: 12px;
}

.kl-follow-contact {
    margin: 60px auto 30px;
}

.kl-contact-box {
    background-color: #ffffff;
    border: 7px solid #d5bd73;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}

.kl-contact-box div {
    position: absolute;
    top: 15px;
    right: 15px;
}

.kl-contact-box a.btn.btn-primary {
    color: #d5bd73;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0 0;
    background: #fff;
    border: none;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
}

.kl-contact-box .btn-primary:hover {
    border-bottom: 1px solid #d5bd73!important;
}

.kl-contact-box h4 {
    margin-bottom: 20px;
}

.kl-splash-suite .carousel-control-prev-icon {
    background-image: url(../images/suite-prev.svg);
    width: 50px;
    height: 22px;
}

.kl-splash-suite .carousel-control-next-icon {
    background-image: url(../images/suite-next.svg);
    width: 50px;
    height: 22px;
}

.kl-splash-suite .visually-hidden {
    display: none;
}

.kl-splash-suite .carousel-control-next:hover {
    right: 0;
    background-color: transparent;
    transform: none;
    opacity: .9!important;
}

.kl-splash-suite .carousel-control-prev:hover {
    left: 0;
    background-color: transparent;
    transform: none;
    opacity: .9!important;
}

.map-canvas {
    height: 480px;
    max-width: 720px;
    margin: 0 auto;
    max-width: 100%;
}

/* ============= Restaurant page ================= */

.kl-restaurant-page {
    margin: 0px auto 60px;
}

.kl-restaurant-page ul.nav.nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 95px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.kl-restaurant-page .nav-pills .nav-link {
    border-radius: 0;
    color: #3a3a3a;
    text-transform: uppercase;
    border-bottom: 3px solid #fff;
    padding: 34px 0;
}

.kl-restaurant-page .nav-pills .nav-link.active, .kl-restaurant-page .nav-pills .show>.nav-link {
    color: #a08e68;
    border-bottom: 3px solid;
    background-color: #ffffff;
}

.kl-restaurant-page .nav-pills .nav-link:hover {
    color: #d5bd73;
    border-bottom: 3px solid;
}

.kl-restaurant-page .nav-pills .nav-item {
    margin: 0 35px;
}

.kl-restaurant-page .nav-pills a.nav-link:before {
    display: none;
}

.kl-pills-rest {
    background-color: #ffffff;
    margin: 0 auto 60px;
    -moz-box-shadow: 0px 5px 30px -5px rgb(215 215 215 / 75%);
    box-shadow: 0px 5px 30px -5px rgb(215 215 215 / 75%);
    -webkit-box-shadow: 0px 5px 30px -5px rgb(215 215 215 / 75%);
    -moz-box-shadow: 0px 5px 30px -5px rgb(211 211 211 / 75%);
}

.kl-rest-cont {
    max-width: 1140px;
    margin-top: 60px;
    z-index: 0;
    position: relative;
}

.kl-room-suite-page .tab-content {
    margin-top: 60px;
}

.kl-photo-gallery-page .tab-content {
    margin-top: 60px;
}

.kl-content-rest .kl-tab-pane-edit .row {
    align-items: center;
    margin-bottom: 50px;
}

.kl-rest-img {
    width: 930px;
    height: 520px;
    max-width: initial;
    object-fit: cover;
}

.kl-detail-rest {
    text-align: center;
    position: relative;
    background-color: transparent;
    border: 7px solid #d5bd73bd;
    padding: 40px 20px;
    margin: 0 auto;
    z-index: 9;
}

.kl-detail-rest:before {
    content: '';
    background: #ffffff;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.kl-detail-rest h2 {
    font-size: 32px;
    margin-bottom: 25px;
}

.kl-detail-rest h3, .kl-detail-rest h4 {
    font-size: 17px;
    margin-bottom: 15px;
}

.kl-detail-rest p {
    font-family: 'Haboro Contrast Norm Book';
    margin-bottom: 25px;
}

.kl-detail-rest .btn-primary {
    background-color: #d5bd73;
    border-color: #d5bd73;
    padding: 20px 5px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    height: 60px;
    width: 130px;
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
}

.kl-detail-rest .btn-secondary{
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    font-size: 16px;
    text-transform: initial;
    color: #a08e68;
    position: relative;
    height: 60px;
    width: auto;
    max-width: 100%;
    padding: 15px 5px;
    white-space: nowrap;
    margin-top: -15px;
}

.kl-p-left .col-md-6.col-lg-7.col-xl-8 {
    display: flex;
    justify-content: end;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #A08E68;
    border-color: #A08E68;
}

.kl-offcanvas-in .content .btn:hover, .kl-offcanvas-in .content .btn:focus, .kl-offcanvas-in .content .btn:active {
    background-color: #A08E68;
    border-color: #A08E68;
}

/* ============= Autre page ================= */

.kl-other-page {
    margin: 0;
}

.kl-other-page h1 {
    font-size: 37px;
    text-transform: initial;
    color: #a08e68;
}

.kl-other-page h2 {
    font-size: 32px;
    color: #a08e68;
}

.kl-other-page h3 {
    font-size: 28px;
    color: #a08e68;
}

.kl-other-page h1, .kl-other-page h2, .kl-other-page h3 {
    margin: 0 0 20px;
}

.kl-other-page p {
    margin: 0 0 30px;
    font-family: 'Haboro Contrast Norm Book';
    font-size: 16px;
    line-height: 1.7;
}

.kl-other-page ul {
    margin: 0 0 20px 20px;
    font-family: 'Haboro Contrast Norm Book';
    font-size: 16px;
    font-weight: bold;
}

.kl-other-page ul li {
    display: block;
    line-height: 2;
    padding-left: 30px;
    position: relative;
    background: url(../images/arrow.svg)left 5px no-repeat;
    background-size: 18px;
    list-style: none!important;
    margin-bottom: 10px!important;
}

.kl-other-page ul li a {
    white-space: nowrap;
}

.kl-other-page a {
    color: #d5bd73;
    text-decoration: none;
}

.kl-other-page a:hover {
    color: #a08e68;
}

.kl-error-404 {
    text-align: center;
}

.kl-error-404 h2 {
    font-size: 40px;
    color: #a08e68;
}

.kl-error-404 h2 {
    font-size: 40px;
    color: #a08e68;
}

.kl-error-404 .btn {
    color: #ffffff!important;
    padding: 14px 30px;
    border-radius: 0;
}

.fb_customer_chat_bounce_out_v2, .fb_mpn_mobile_landing_page_slide_up {
    width: auto!important;
}

.form-group.date label font {
    white-space: nowrap;
}

.kl-special-offers .slide-hm-02 > div {
    padding: 0 15px;
}

.kl-list-room-suite .kl-room-box {
    position: relative;
    animation: bounceIn .6s;
    transform: rotate(0deg) scale(1) translateZ(0);
    transition: all .4s cubic-bezier(.8,1.8,.75,.75);
    border: 5px solid #f3f3f3;
    margin: 10px 10px
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    transition: all .2s cubic-bezier(.8,1.8,.75,.75)

 }
 .kl-splash-suite .carousel-control-next-icon { width: 52px }

 .kl-detail-follow .kl-room-box {
    width: 400px;
    margin: 0 auto
}

.kl-detail-follow .col-sm-6.col-md-3.col-xl-3 {
     padding-left: 0;
}
.kl-detail-follow .col-sm-6.col-md-3.col-xl-4 {
    padding-right: 0 !important;
}

#pills-tabContent .kl-room-box {
    position: relative;
    animation: bounceIn .6s;
    transform: rotate(0deg) scale(1) translateZ(0);
    transition: all .4s cubic-bezier(.8,1.8,.75,.75);
    border: 5px solid #f3f3f3;
    margin: 10px 3px
}

.kl-room-suite-page #pills-home .row .col-md-6.col-lg-4 {
    padding: 0 2px;
}

#logo1 {
    max-width: 149px;
    left: 0;
    right: 0;
    margin: auto
}
#logo1 svg {
    /* width: 149px; */
    position: relative;
    /* z-index: 9999999; */
    /* position: absolute; */
}
#logo1 {
    max-width: 149px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: visible;
    position: absolute;
}

#logo1 svg {
    position: relative;
    overflow: visible;
    width: 100%

}
#logo-sticky {
    max-width: 100px;
    left: 0;
    right: 0;
    margin: auto
}

.floating-contact li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.floating-contact li span img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.kl-special-offers-page .kl-offers-box {
     position: relative;
    animation: bounceIn .6s;
    transform: rotate(0deg) scale(1) translateZ(0);
    transition: all .4s cubic-bezier(.8,1.8,.75,.75);
    border: 5px solid #fff;
    margin: 10px 3px;
    overflow: hidden;
 }

#logo-sticky { display: none; margin-top: 10px }

.hidden {
    display: none !important;
}

.grecaptcha-badge {
    /*display: none;*/
}

.owl-item .top-img-adv:hover {
    transform: rotate(0deg) scale(1.03);
    border: 5px solid #d5bd73;
    /*transition: all .2s ease-in-out;
    background: #fff;*/
}

.ft-popup h6 {
  margin-bottom: 25px;
}

.dp-highlight .ui-state-default {
  background: #d5bd73;
  color: #FFF;
}
.ui-datepicker.ui-datepicker-multi  {
  width: 100% !important;
}
.ui-datepicker-multi .ui-datepicker-group {
float:none;
}
#datepicker {
  /*height: 300px;*/
  overflow-x: scroll;
}
.ui-widget { font-size: 100% }
.ui-datepicker-inline {
  display: inline-flex !important;
}
.ui-datepicker-group:first-child {
  padding-right: 20px;
}

.fb_iframe_widget iframe {
    z-index: 99!important;
}
.fb_dialog, .fb_dialog.fb_dialog_advanced, .fb_dialog.fb_dialog_mobile {
    z-index: 99!important;
}

/* slide */
.kl-info-booking {
    padding-top: 20px !important;
}
.kl-info-site h5 {
    color: #fff;
}
.kl-direct-booking h2.h-txt-one-line {
    font-size: 14px;
    margin-top: 22px;
}
.kl-detail-banner .btn-primary.scroll-btny {
    color: #ffffff;
    background-color: #ccb263;
    border-color: #ccb263;
}
.kl-detail-banner .btn-primary.scroll-btny:hover {
    background-color: #A08E68;
    border-color: #A08E68;
}
.kl-detail-banner .btn-primary.scroll-btny::after {
    background-image: url(../images/arrow-down-hover.svg);
}

/* =========================================== */

@media (min-width: 1201px) {

    .kl-list-room-suite .kl-room-box:hover, .kl-list-room-suite .kl-room-box:active, .kl-room-box:focus {
        transform: rotate(0deg) scale(1.03);
        border: 5px solid #d5bd73;
        transition: all .2s ease-in-out;
        background: #fff;
    }

    #pills-tabContent .kl-room-box:hover, #pills-tabContent .kl-room-box:active {
        transform: rotate(0deg) scale(1.03);
        border: 5px solid #d5bd73;
        transition: all .2s ease-in-out;
        background: #fff;
    }

    .kl-special-offers-page .kl-offers-box:hover,.kl-special-offers-page .kl-offers-box:active {
        transform: rotate(0deg) scale(1.03);
        border: 5px solid #d5bd73;
        transition: all .2s ease-in-out;
        background: #fff;
    }

    .carousel-control-next-icon:hover, .carousel-control-prev-icon:hover {
        background-color: transparent;
        transform: rotate(0deg) scale(1.1);
    }
}

/* ============= Responsive ================= */

@media (max-width: 1919.98px) {
    @media (min-width: 992px) {
        .kl-detail-banner {
            padding-bottom: 100px;
        }
    }
}

@media (min-width: 1440px) {
    header nav.navbar li.nav-item {
        margin: 0 10px;
    }
}

@media (max-width: 1439.98px) {
    @media (min-width: 1200px) {
        header nav.navbar ul.navbar-nav:last-child {
            margin-left: 75px;
        }
        .kl-detail-banner p {
            margin-bottom: 35px;
        }
    }
}

@media (max-width: 1359.98px) {
    @media (min-width: 1200px) {
        h1 {
            font-size: 45px;
        }
    }
}

@media (max-width: 1290px) {
    .popup .content {
        padding: 40px;
    }
    .kl-offcanvas-in .content {
        padding: 40px;
    }
    
    .ui-datepicker .ui-datepicker-next {
        right: -116% !important;
    }

    .kl-list-room-suite button.slick-next.slick-arrow {
        top: auto;
        bottom: -20px;
        left: auto;
        right: 0;
    } 
    .kl-list-room-suite button.slick-prev.slick-arrow {
        bottom: -20px;
        top: auto;
        left: 0;
        right: auto;
    }
}

@media (min-width: 1200px) {
    .container-lg {
      max-width: 1245px;
    }
    li.nav-item.btn-nav {
        margin-left: 20px!important;
    }
    header nav.navbar {
        justify-content: space-evenly;
    }
}

@media (max-width: 1199.98px) {
    .kl-banner .row, .kl-banner .row > div {
        height: auto;
    }
    .kl-banner {
        height: 100%;
    }
    input.form-control.date {
        left: 0;
    }
    @-moz-document url-prefix() {
        input.form-control.date {
          width: 130px;
        }
        .form-group.date::before {
          left: 0;
        }
    }
    .kl-pp-avtg .top-reservation .img-fond, .top-reservation .img-fond {
        height: 450px;
    }
    .kl-rest-img {
        width: 790px;
    }
    .kl-form-content .col-md-6.col-lg-4.col-xl-2 {
        border: 1px solid #d5bd73;
        margin: 5px 0;
    }
    .kl-form-content .row {
        padding: 0 20px;
    }
    .kl-info-booking .col-md-6.col-lg-4.col-xl-3 {
        margin-bottom: 10px;
    }
    .kl-btn-search {
        height: auto;
        margin: 9px 0;
    }
    select.form-control.form-select {
        margin-left: 40px;
    }
    .form-group.date, .form-group.select, .form-group.user {
        text-align: left;
        margin: 10px 0;
    }

    .kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(5), .kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6) {
        border-right: 1px solid #d5bd73;
    }
    .kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6) {
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .kl-detail-banner p {
        margin-bottom: 60px;
    }
    header nav.navbar {
        justify-content: space-around;
    }
    .kl-detail-banner {
        padding: 40px 20px;
    }
    @media (min-width: 992px) {
        header nav.navbar {
            justify-content: space-between;
        }
        .kl-detail-banner {
            padding-bottom: 100px;
        }
    }
    h1 {
        font-size: 40px;
    }
    .option-reservation .form-group {
        padding: 10px;
    }
    @media (min-width: 768px) {
        .kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6):before {
            display: none;
        }
    }
}

@media (max-width: 1119.98px) {
    @media (min-width: 992px) {
        header nav.navbar a.nav-link {
            font-size: 14px;
        }
        header nav.navbar li.nav-item {
            margin: 0;
        }
    }
}

@media (max-width: 1023.98px) {
    .kl-pp-avtg .top-reservation .img-fond, .top-reservation .img-fond {
        height: 390px;
    }
    h1 {
        font-size: 37px;
    }

    .kl-detail-follow .col-sm-6.col-md-3.col-xl-4 {
        padding-right: 20px !important;
    }
}

@media (min-width: 992px) {
    .kl-info-site .row .col {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
}

@media (max-width: 991.98px) {
    .kl-detail-banner p {
        margin-bottom: 40px;
    }
    .kl-float-in {
        display: none;
    }
    .kl-stay-from {
        margin: 2rem 0;
    }
    .kl-pp-ct .col-lg-6:first-child {
        display: none;
    }
    header nav.navbar ul.navbar-nav {
        margin-left: 0;
    }
    li.nav-item.btn-nav {
        margin: 20px auto 0!important;
        justify-content: center!important;
    }
    section.kl-special-offers h3, section.kl-adv-slide h3, section.kl-room-suite h3 {
        font-size: 35px;
    }
    span.kl-info-list {
        align-items: baseline;
    }
    span.kl-info-list img {
        position: relative;
        top: 1px;
    }
    .option-reservation select.form-control.form-select {
        right: 20px;
    }
    .kl-detail-rest h2 {
        font-size: 28px;
    }
    .kl-rest-img {
        width: 570px;
    }
    .kl-info-slide .col-md-12 span.kl-info-list {
        margin: 0px 15px 15px;
        width: 40px;
    }
    .kl-room-detail-page {
        padding: 40px 0;
    }
    .kl-detail-follow {
        margin: 40px 0;
    }
    .kl-room-detail-page .carousel {
        margin-bottom: 40px;
    }
    p.kl-para-in {
        margin: 0 auto 30px;
    }
    .top-reservation {
        padding: 30px 40px;
    }
    .top-reservation span {
        font-size: 27px;
        margin-left: 50px;
    }
    .kl-photo-gallery-page ul.nav.nav-pills {
        height: auto;
        flex-direction: column;
    }
    .kl-restaurant-page ul.nav.nav-pills {
        height: auto;
        flex-direction: column;
    }
    .popup .row .col-lg-6.offset-lg-6.bg-white {
        padding-left: 20px;
    }
    .popup .kl-first-row .col-lg-6.offset-lg-6.bg-white {
        padding-left: 0px;
    }
    header .navbar-brand {
        z-index: -1;
    }
    .kl-box-copyright {
        flex-direction: column;
    }
    .kl-box-copyright ul {
        margin: 15px 0;
    }
    .kl-info-site .row .col {
        margin: 10px 0;
    }

    section.kl-search-form {
        margin-top: 0;
    }
    h1 {
        font-size: 35px;
    }
    nav.navbar {
        padding: 20px;
    }
    header button.btn {
        text-transform: uppercase;
        padding: 0;
        display: flex;
        align-items: center;
        color: #d5bd73;
        font-size: 0px;
    }
    header nav.navbar li.nav-item {
        margin: 0;
        text-align: left;
        justify-content: start;
    }
    header button.btn img {
        margin-right: 10px;
    }
    header .navbar-brand:before {
        content: '';
        width: 110%;
        border-top: 1px solid #d5bf74;
        top: -1px;
        position: absolute;
    }
    .popup .content {
        margin: 0;
    }
    .kl-offcanvas-in .content {
        margin: 0;
    }

    .kl-restaurant-page ul.nav.nav-pills {
        height: auto;
        flex-direction: row;
        flex-flow: row wrap;
    }
    .kl-restaurant-page .nav-pills .nav-item {
        margin: 0 20px;
    }

    .kl-photo-gallery-page ul.nav.nav-pills {
        height: auto;
        flex-direction: row;
        flex-flow: row wrap;
    }
    .kl-photo-gallery-page .nav-pills .nav-item {
        margin: 0 20px;
    }

    .slide-hm-01 > div:nth-of-type(1) {
        width: 100%;
        text-align: center;
    }
    .kl-direct-booking h2{
        margin: 0 auto;
    }
    .slide-hm-01 > div:nth-of-type(2) {
        width: 33.33%;
    }
    .slide-hm-01 > div:nth-of-type(3) {
        width: 33.33%;
    }
    .slide-hm-01 > div:nth-of-type(4) {
        width: 33.33%;
    }
}

@media (min-width: 768px) {
    .owl-item.active.center {
        width: 630px!important;
        height: 440px;
        overflow: visible;
    }
    .kl-top-mobile {
        display: none;
    }
    .kl-search-form button {
        display: none;
    }
    form.kl-form-content {
        display: block!important;
    }
    .desktop-none {
        display: none!important;
    }
    .mobile-none {
        display: block!important;
    }
    .mobile-none-flex {
        display: flex!important;
    }
}

@media (max-width: 767.98px) {
    .nav-pills-sticky {
        top:70px;
        z-index: 99;
    }
    .kl-detail-follow ul {
        margin-bottom: 20px;
    }
    div.kl-detail-follow .kl-room-box {
        margin-top: 20px!important;
    }
    .owl-item .top-img-adv:hover {
        transform: none;
        border: none;
    }
    .slick-slide .kl-offers-box img {
      width: auto !important;
    }
    .kl-special-offers .slide-hm-02 > div {
        padding: 0 0;
    }
    .kl-pp-ct .col-lg-6.bg-white {
        max-width: 100%;
        width: 100%;
    }
    .kl-detail-info {
        height: auto!important;
    }
    .fancybox-slide--html .fancybox-close-small {
        left: auto;
        right: 20px;
        top: 20px;
    }
    .popup .row .col-lg-6.offset-lg-6.bg-white {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .pp-reservation .kl-first-row {
        margin: 0;
    }
    .kl-pp-avtg .top-reservation .img-fond, .top-reservation .img-fond {
        height: 380px;
    }
    .ft-popup {
        margin-top: 0;
    }
    .pp-reservation > div {
        background: #f7f7f7;
    }
    .kl-photo-gallery-page, .kl-special-offers-page, .kl-room-suite-page {
        margin: 0 0 20px;
    }
    .kl-special-offers-page {
      margin: 0 0 0;
      padding: 40px 0 20px;
    }
    .kl-photo-gallery-page ul.nav.nav-pills, .kl-room-suite-page ul.nav.nav-pills {
        margin-bottom: 40px;
    }
    .kl-stay-from {
        margin: 5px 0 25px;
    }
    .btn-close {
        position: relative;
        bottom: 9px;
    }
    .show #logo-sticky {
        display: none!important;
    }
    .show #logo {
        display: block!important;
    }
    .kl-room-detail-page .carousel {
        margin-bottom: 5px;
    }
    .popup .ui-widget.ui-widget-content {
        margin: 0 auto 15px;
    }
    .kl-offers-box:hover, .kl-offers-box:active, .kl-offers-box:focus, .kl-offers-box.active {
        margin: 10px 0;
    }
    .btn-secondary:before {
        visibility: visible;
        transform: scaleX(1);
        left: 40%;
        right: 40%;
        width: 20%;
    }
    .kl-special-offers-page .row .col-md-6.col-lg-4 {
        padding: 0 20px;
    }
    .kl-restaurant-page {
        margin: 0px auto 40px;
    }
    .kl-pills-rest {
        margin: 0 auto 40px;
    }
    .kl-rest-cont {
        margin-top: 40px;
    }
    .kl-room-suite-page .tab-content {
        margin-top: 40px;
    }
    .kl-photo-gallery-page .tab-content {
        margin-top: 40px;
    }
    .kl-content-rest .kl-tab-pane-edit .row .col-md-6.col-lg-7.col-xl-8 {
        display: flex;
        justify-content: end;
        order: 1;
    }
    .kl-content-rest .kl-tab-pane-edit .row .col-md-6.col-lg-5.col-xl-4 {
        order: 2;
    }
    .kl-content-rest .kl-tab-pane-edit .row {
        margin-bottom: 40px;
    }
    .kl-rest-img {
        width: auto;
        height: auto;
        max-width: 100%;
        margin-bottom: 0;
    }
    .kl-follow-contact {
        margin: 40px auto 10px;
    }
    .kl-contact-info {
        margin: 0 auto 30px;
    }
    .kl-contact-page {
        padding: 40px 0;
    }
    .kl-detail-follow .col-sm-6.col-md-3.col-xl-4 {
        margin-bottom: 20px;
    }

    .kl-contact-pop button.btn.btn-primary {
        margin-top: 20px;
    }
    .kl-photo-gallery-page .nav-pills .nav-link {
        padding: 15px 0;
    }
    .kl-restaurant-page .nav-pills .nav-link {
        padding: 15px 0;
    }
    .kl-photo-gallery-page .tab-content img {
        margin-bottom: 0px;
        height: 100%;
    }
    .kl-photo-gallery-page .tab-content .row > div {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 20px;
    }
    .kl-photo-gallery-page .tab-content .row {
        margin: 0 -10px;
    }
    .kl-room-suite-page .row .col-md-6.col-lg-4 {
        padding: 0 20px;
    }
    .floating-contact li.btn-float a {
        -webkit-transform: none;
        transform: none;
        width: 100%;
        -webkit-writing-mode: initial;
        writing-mode: initial;
        padding: 15px;
        height: 60px;
        display: inline-block;
    }
    .floating-contact li.btn-float span {
        -webkit-transform: none;
        transform: none;
        width: 100%;
        -webkit-writing-mode: initial;
        writing-mode: initial;
        padding: 15px;
        height: 60px;
        display: inline-block;
    }
    nav.floating-contact {
        bottom: 0;
        top: auto;
        left: 0;
        position: relative;
        width: 100%;
        height: 60px;
        box-shadow: none;
    }
    .floating-contact ul {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .floating-contact li.btn-float {
        width: 100%;
    }
    .floating-contact li {
        display: inline-block;
        width: 100%;
        /* border-right: 1px solid #d5bd73; */
    }
    .kl-box-copyright ul {
        display: none;
    }
    .kl-box-copyright span {
        margin: 5px 0;
    }
    .kl-box-copyright span:first-child {
        text-transform: uppercase;
    }
    section.kl-adv-slide {
        padding: 0 0 15px;
    }
    .kl-offers-box {
        transform: none;
        transition: none;
        border: none;
        margin: 0 0 25px;
    }
    .kl-offers-box:hover {
        transform: none;
        border: none;
        transition: none;
    }
    .media-object {
        margin-right: 0;
    }
    .slide-hm-01 ul.slick-dots {
        display: none!important;
    }
    .slide-hm-01 button.slick-prev.slick-arrow, .slide-hm-01 button.slick-next.slick-arrow {
        bottom: 30px;
        z-index: 9;
    }
    .slide-hm-02 button.slick-prev.slick-arrow, .slide-hm-02 button.slick-next.slick-arrow {
        bottom: -17px;
    }
    .kl-room-info .row .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    span.kl-info-list {
        font-size: 12px;
    }
    section.kl-search-form {
        margin-top: -35px;
        margin-bottom: 30px;
    }
    .kl-search-form  button {
        width: 100%;
        height: 60px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 20px;
        box-shadow: 0px 5px 30px -5px rgb(211 211 211 / 75%);
        -webkit-box-shadow: 0px 5px 30px -5px rgb(211 211 211 / 75%);
        -moz-box-shadow: 0px 5px 30px -5px rgb(211 211 211 / 75%);
        border: none;
        font-size: 15px;
        text-transform: uppercase;
    }
    .kl-detail-banner .btn-primary {
        margin-bottom: 60px;
        background: #ffffffb3;
    }
    .kl-detail-banner p {
        margin-bottom: 30px;
    }
    .kl-search-form  button span {
        background: #d5bd73;
        padding: 19px 25px;
    }
    .kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6) {
        margin-bottom: 0;
        padding: 0;
    }
    .kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6):before {
        content: '';
        width: 110%;
        position: absolute;
        left: -5%;
        top: -1px;
        height: 104%;
        background-color: #d5bd73;
    }
    .kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(4),
    .kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(5) {
        flex: 0 0 auto;
        width: 50%;
    }
    .kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(4){
        border-right: none;
    }
    .kl-form-content .row {
        padding: 0 20px;
    }
    form.kl-form-content {
        padding: 20px;
        padding-bottom: 0;
        margin-bottom: 0px;
    }
    body {
        padding-top: 70px;
    }
    header {
        position: fixed!important;
        top: 0;
        right: 0;
        left: 0;
        height: 70px!important;
    }
    header .navbar-brand img {
        width: auto;
        height: 58px!important;
        object-fit: cover;
    }
    .kl-top-mobile {
        padding-top: 0px;
    }
    .owl-carousel .owl-nav {
        position: relative;
        top: 50px;
    }
    .owl-nav .owl-prev {
        left: 0;
        position: absolute;
    }
    .owl-nav .owl-next {
        right: 0;
        position: absolute;
    }
    .kl-counter-adv {
        display: none;
    }
    .owl-dots {
        display: block;
        margin-top: 33px;
    }
    .kl-direct-booking h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .kl-info-booking .media-body {
        text-align: center;
        margin-top: 10px;
    }
    .kl-info-booking .media {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .kl-form-content .col-md-6.col-lg-4.col-xl-2 {
        border: 1px solid #d5bd73;
        margin: 10px 0;
    }
    h1 {
        font-size: 33px;
    }
    .mobile-disabled {
        display: none;
    }
    .desktop-none {
        display: block!important;
    }
    .mobile-none {
        display: none!important;
    }
    section.kl-special-offers h3, section.kl-adv-slide h3, section.kl-room-suite h3 {
        font-size: 30px;
        left: 0!important;
        width: 100%!important;
        bottom: 0;
        top: 10px;
        margin-bottom: -20px;
    }
    .kl-room-box {
        margin: 0!important;
        animation: none!important;
        transform: none!important;
        transition: none!important;
        border: none!important;
    }
    .slider__counter {
        display: none;
    }
    .kl-room-btn .btn-primary {
        margin: 0;
        display: block;
    }
     .kl-restaurant-page .nav-pills .nav-item {
        margin: 0 10px;
    }
    
    button.slick-next.slick-arrow {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
    }
    
    button.slick-prev.slick-arrow {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
    }

   #logo1 {
        max-width: 82px;
        z-index: 9;
    }

    .kl-info-site .row .col:nth-child(1) {
        flex: 0 0 50%;
    }
    .ui-datepicker-multi .ui-datepicker-group {
        flex: 0 0 50%;
    }
    .ui-datepicker .ui-datepicker-next {
        right: -97% !important;
    }
    .ui-datepicker-group:first-child {
        padding-right: 0;
    }
    .nav-pills-sticky.sticky {
        top:70px;
    }
}

@media (max-width: 600px) {
    .kl-oh-show {
        right: 15px;
    }
    .kl-other-page h1 {
        font-size: 30px;
    }
    .kl-other-page h2 {
        font-size: 27px;
    }
    .kl-other-page h3 {
        font-size: 25px;
    }
    .kl-other-page ul {
        margin: 0 0 20px 0;
    }
    .kl-mobile-padding {
        margin: 0;
        padding: 0 20px;
    }
    .kl-special-offers .kl-exclusive-offers {
        background: #f5f5f5;
    }
    .kl-special-offers button.slick-prev.slick-arrow {
    left: 20px;
    }
    .kl-special-offers button.slick-next.slick-arrow {
        right: 20px;
    }
    .kl-adv-slide {
        background: #f3f3f3;
    }
    .kl-adv-slide .container-fluid {
        padding: 0;
    }
    section.kl-special-offers {
        margin: 0 -20px;
    }
    section.kl-room-suite {
        margin: 30px -20px 0;
    }
    .fb_dialog_content iframe {
        bottom: 70px!important;
    }
    .fb_iframe_widget iframe {
        border-radius: 20px!important;
        bottom: 145px!important;
        top: auto!important;
        z-index: 99!important;
    }
    .fb_dialog, .fb_dialog.fb_dialog_advanced, .fb_dialog.fb_dialog_mobile {
        z-index: 99!important;
    }
    .top-reservation .img-fond {
        height: 100%;
    }
    .kl-detail-banner .btn-primary {
        margin-bottom: 40px;
    }
    .kl-pp-avtg .top-reservation .img-fond {
        height: 280px;
    }
    .reservation-content02 .ft-popup, .reservation-content03 .ft-popup {
        padding-top: 20px;
    }
    .popup .content h2 {
        margin-bottom: 30px;
    }
    .kl-offcanvas-in .content h2 {
        margin-bottom: 30px;
    }
    .kl-splash {
        min-height: auto;
    }
    .kl-photo-gallery-page .tab-content img {
        height: 320px;
    }
    .map-canvas {
        height: 390px;
    }
    .kl-pp-ct .col-lg-6 {
        padding: 0 20px;
    }
    .kl-photo-gallery-page .tab-content .row > div {
        width: 100%;
    }
    .kl-info-site #flags {
        justify-content: center;
        margin-top: 30px;
    }
    a.b-link:hover:after {
        display: none;
    }
    a.b-link.map {
        margin: 0;
    }
    .kl-info-site a.b-link:hover {
        background: #110c32;
    }    
    .kl-splash { 
        padding: 40px 0;
    }
    .kl-splash-suite .carousel-control-next-icon, .kl-splash-suite .carousel-control-prev-icon {
        /* display: none; */
    }
    .popup .content {
        padding: 40px 20px;
    }
    .kl-offcanvas-in .content {
        padding: 40px 20px;
    }
    .kl-room-suite-page ul.nav.nav-pills {
        z-index: 2;
        position: relative;
        flex-direction: column;
        height: auto;
    }
    .kl-room-suite-page .nav-pills .nav-link {
        padding: 15px 0;
    }
    .kl-room-suite-page .nav-pills .nav-item {
        margin: 0 15px;
    }
    .floating-contact {
        position: fixed!important;
    }
    footer {
        margin-bottom: 60px;
    }
    div.slide-hm-03 {
        display: block;
    }
    .slide-hm-03 .slick-dots li.slick-active>button {
        background: #d5bd73;
    }
    .slide-hm-03 .slick-dots li>button {
        border: 1px solid #d5bd73;
    }
    .slide-hm-03 button.slick-prev.slick-arrow {
        top: 27%;
        bottom: auto;
        background-image: url(../images/prev-foot.svg)!important;
        z-index: 9;
    }
    .slide-hm-03 button.slick-next.slick-arrow {
        top: 27%;
        bottom: auto;
        background-image: url(../images/next-foot.svg)!important;
        z-index: 9;
    }
    .slide-hm-03 .slick-dots {
        margin-top: 0;
    }
    .kl-info-site .slide-hm-03 .col {
        margin: 10px 0 0;
    }
    .slide-hm-03 .kl-hotel-footer h5 {
        margin: 15px 0 10px;
    }
    .kl-info-site .row .col.text-left a, .kl-info-site .row .col.text-left span {
        justify-content: center;
    }
    .kl-info-site .row .col {
        margin: 10px 0;
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }
    /*.kl-info-site .row .col:nth-child(3), .kl-info-site .row .col:nth-child(4) {
        display: none;
    }
*/
    .kl-info-site .row .col-desk{ display: none!important; }
    .kl-hotel-footer{ transition: transform 0s!important; }
    .slide-hm-03 .slick-dots li{ height: 21px; }

    .kl-info-site .row .col:nth-child(5) {
        display: flex;
        flex-direction: column;
    }
    .kl-info-site .row .col:nth-child(1) a {
        margin-bottom: 20px;
    }
    footer h5 {
        margin-bottom: 20px;
    }
    .kl-info-site a img, .kl-info-site span img {
        margin-right: 5px;
    }
    a.b-link {
        justify-content: center;
        border: 1px solid;
        padding: 15px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    a.b-link img {
        margin-right: 0;
    }
    .kl-info-site a, .kl-info-site span {
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .kl-info-site span a {
        margin-bottom: 0;
    }
    .text-right a.b-link {
        justify-content: center;
        order: 1;
        border: 1px solid;
        padding: 15px;
        margin-top: 0;
    }
    #flags {
        order: 2;
        margin-top: 20px;
    }
    ul.kl-rs-footer {
        order: 3;
    }
    section.kl-adv-slide h3 {
        font-size: 24px;
        left: 0;
        width: 100%;
    }
    .owl-carousel .owl-item {
        margin: 0 0;
    }
    .kl-slider-card img {
      width: auto!important;
    }
    .kl-slider-card {
        height: auto;
    }
    .kl-box-adv {
        position: relative;
        top: auto;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
        margin: -75px 20px 0;
    }
    .kl-room-suite-page .nav-pills .nav-item {
        margin: 0 10px;
    }

    .kl-room-suite-page ul.nav.nav-pills {
        z-index: 2;
        position: relative;
        flex-direction: row;
        height: auto;
        flex-flow: row wrap;
    }

    .kl-photo-gallery-page .nav-pills .nav-item {
        margin: 0 10px;
    }

    .kl-info-site .row .col:nth-child(1) {
        flex: 0 0 100%;
    }
}

@media (max-width: 574.98px) {
    .kl-room-info h4:after {
        top: 30px;
    }
    .map-canvas {
        height: 340px;
    }
    .ft-popup {
        margin-top: 40px;
    }
    .option-reservation .form-group {
        padding: 15px 20px 10px;
    }
    .floating-contact li {
        border-right: none;
    }
    .kl-room-detail-page .kl-info-slide .row {
        margin: 15px 0;
    }
    .kl-room-detail-page .carousel {
        margin-bottom: 0;
    }
    img.single-chambre-img {
        height: auto;
    }
    .kl-room-box img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    section.kl-special-offers h3, section.kl-adv-slide h3, section.kl-room-suite h3 {
        font-size: 27px;
    }
    .kl-contact-info {
        max-width: 100%;
    }
    .kl-detail-rest h2 {
        font-size: 25px;
    }
    .top-reservation img {
        margin-bottom: 0px;
    }
    .top-reservation {
        padding: 30px;
        flex-direction: column;
    }
    .top-reservation a.navbar-brand {
        margin: 0;
    }

    .top-reservation span {
        font-size: 25px;
        margin-left: 0;
        text-align: center;
    }
    .kl-room-suite .btn-primary.desktop-none {
        margin: 0 auto 40px;
    }
    section.kl-special-offers {
        padding: 35px 0;
    }
    .kl-room-info h4 {
        font-size: 24px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        padding-top: 5px;
    }
    .kl-room-info {
        padding: 20px;
    }
    .media-body h5 {
        padding: 0 30px;
    }
    .kl-direct-booking h2 {
        font-size: 27px;
    }
    h1 {
        font-size: 30px;
    }
    .kl-detail-banner p {
        font-size: 18px;
    }
    .kl-form-content .row {
        overflow: hidden;
    }
    .kl-form-content .col-md-6.col-lg-4.col-xl-2:nth-child(6):before {
        width: 120%;
        left: -10%;
        top: -1px;
        height: 104%;
    }
    .kl-detail-follow .col-sm-6.col-md-3.col-xl-3 {
        padding-left: 20px;
    }

    .kl-detail-follow .kl-room-box {
        width: auto;
        margin: 20px auto 0;
    }

    #datepicker1 .ui-datepicker-inline { display: block !important; }
    .kl-splash h1 { font-size: 24px; }
    .ui-datepicker .ui-datepicker-next {
        right: 0 !important;
    }
}

@media (max-width: 424.98px) {
    .kl-splash {
        padding: 40px 0;
    }
    h1 {
        font-size: 27px;
    }
    .map-canvas {
        height: 320px;
    }
    .floating-contact li.btn-float a {
        width: 140px;
    }
    .floating-contact li.btn-float span {
        width: 140px;
    }
    .kl-direct-booking h2 {
        font-size: 25px;
    }
    section.kl-special-offers h3, section.kl-adv-slide h3, section.kl-room-suite h3 {
        font-size: 25px;
    }
    .kl-contact-box {
        padding: 20px;
    }
    .kl-detail-rest {
        padding: 30px 20px;
    }
    .kl-splash-suite .carousel-control-prev-icon {
        background: url(../images/chevron-left.svg) no-repeat left center;
    }
    .kl-splash-suite .carousel-control-next-icon {
        background: url(../images/chevron-right.svg) no-repeat right center;
    }
    .kl-exclusive-offers h4 {
        font-size: 21px;
    }
}
@media (max-width: 415px) {
    .carousel-inner { overflow: inherit; }
}
@media (max-width: 374.98px) {
    h1 {
        font-size: 25px;
    }
    .kl-room-suite .btn-show-all {
        padding: 18px 10px;
        margin: 0 20px 50px;
        display: block;
        max-width: 100%;
    }
    .map-canvas {
        height: 260px;
    }
    .kl-room-btn .btn-secondary {
        height: auto;
        padding: 7px 0 15px;
    }
    .kl-info-slide .col-md-12 span.kl-info-list {
        width: 20px;
    }
}