/* FONTS  */
@font-face {
  font-family: 'Zeitung Pro Regular';
  src: url("/fonts/Zeitung_Pro_Regular/ZeitungPro-Regular.eot");
  src: url("/fonts/ZeitungPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Zeitung_Pro_Regular/ZeitungPro-Regular.woff2") format("woff2"), url("/fonts/Zeitung_Pro_Regular/ZeitungPro-Regular.woff") format("woff"), url("/fonts/Zeitung_Pro_Regular/ZeitungPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zeitung Pro Bold';
  src: url("/fonts/Zeitung_Pro_Bold/ZeitungPro-Bold.eot");
  src: url("/fonts/Zeitung_Pro_Bold/ZeitungPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Zeitung_Pro_Bold/ZeitungPro-Bold.woff2") format("woff2"), url("/fonts/Zeitung_Pro_Bold/ZeitungPro-Bold.woff") format("woff"), url("/fonts/Zeitung_Pro_Bold/ZeitungPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
  font-family: 'Zeitung Pro Black';
  src: url("../fonts/ZeitungPro-Black.eot");
  src: url("../fonts/ZeitungPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ZeitungPro-Black.woff2") format("woff2"), url("../fonts/ZeitungPro-Black.woff") format("woff"), url("../fonts/ZeitungPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}*/

/* VARIABLES */
:root {
  --fontRegular: 'Zeitung Pro Regular';
  --fontBold: 'Zeitung Pro Bold';
 /* --fontBlack: 'Zeitung Pro Black';
  --fontLight: 'Zeitung Pro Light';*/
  --brown-color: #868774; /*main color*/
  --white-color: #fff;
  --light-white: #f3f3f1;
  --white-minOpacity: rgba(241,241,242, 0.7);
  --rotate90degLeft: rotate(-90deg);
 interpolate-size: allow-keywords;
}

/* BASIC SETTINGS  */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*Overwrite - bootstrap 4.5*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px!important; 
    }
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

ul li {
  list-style: none;
}
h1, h2, h3, .h1, .h2 {
  text-transform: uppercase;
  font-family: var(--fontRegular);
  font-weight: 400;
  color: var(--brown-color);
  letter-spacing: 5px;
    line-height: 1.27;
}
h1, .h1 {
  font-size: 60px;
  margin-bottom: 70px;
}
h2, .h2 {
  font-size: 52px;
  margin-bottom: 40px;
}
h3, .h3 {
/*  font-family: var(--fontBold);*/
  font-size: 28px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 44px;     
    margin-bottom: 36px;
  } 
  h2, .h2 {
    font-size: 36px;
    margin-bottom: 26px;
  }
  h3, .h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 40px;     
    margin-bottom: 32px;
  } 
  h2, .h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 35px;
    margin-bottom: 1.5rem;
  }
  h2, .h2 {
    font-size: 28px;
    margin-bottom: 1rem;
  }
  h3, .h3 {
    /*  font-family: var(--fontBold);*/
      font-size: 22px;
    }
}

@media screen and (max-width: 320px) {
    h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 24px;
  }

}
@media screen and (max-width: 767px) {
    .hidden-mobile {
        display:none!important;
    }
}
@media screen and (max-width: 991px) {
    .hidden-md {
        display:none!important;
    }
}


body {
  font-family: var(--fontRegular);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.85;
  color: var(--brown-color);
  text-align: left;
  letter-spacing: 1.5px;

}
/*
body.intro {
  background: #fff url(../images/background-big.png) no-repeat;
  background-position-x: 700px;
  background-position-y: 0px;
}
@media screen and (max-width: 1199px) {
  body.intro {
    background-position-x: 500px;
    background-position-y: -140px;
  }
}

@media screen and (max-width: 991px) {
  body.intro {
    background-position-x: 300px;
    background-position-y: -700px;
  }
}*/

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
  body.intro {
    background-size: 800px;
    background-position-x: 300px;
    background-position-y: 0px;
  }
}

@media screen and (max-width: 480px) {
  body.intro {
    background-position-x: 20px;
  }
}
@media (prefers-color-scheme: light) {
  body {
    background: var(--white-color);
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background: var(--white-color);
  }

}


.white-color {
          color: var(--white-color);
}
a {
    color: var(--brown-color);
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

.bookBtn {
  font-family: var(--fontBold);
  font-size: 16px;
  color: var(--brown-color);
  letter-spacing: 1px;
}
.bookBtn:not(.filled):hover {
    text-decoration:underline;
}
.bookBtn.filled {
    color: var(--white-color);
    background:var(--brown-color);
    border: 1px solid var(--brown-color);
    padding: 8px 22px;
   /* border-radius: 25px 0px 25px 0px;*/
    margin-top:8px;
    display: inline-block;
}
.bookBtn.filled:hover {
    color: var(--brown-color);
    background:var(--white-color);
    border: 1px solid var(--brown-color);
}

.discover {
  position: absolute;
  bottom: 45px;
  right:-45px;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--brown-color);
  margin: 0px -40px;
  -webkit-transform: var(--rotate90degLeft);
          transform: var(--rotate90degLeft);
    z-index: 1;          
}
.de .discover {
    margin: 0 -50px;
    bottom: 60px;
}
.fr .discover {
  margin: 0px -45px; 
  bottom: 52px;
}
@media screen and (max-width: 1199px) {
  .discover {
    font-size: 18px;
        right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .discover {
    bottom: -40px !important;
    right: 20px;
    margin: 0px 0px;
    -webkit-transform: none;
            transform: none;
  }
}
.discover:hover {
    text-decoration:underline;
}
/*
@media screen and (max-width: 575px) {
    .discover {
        position: relative;
        text-align: right;
        bottom: unset!important;
        right: unset!important;    
        display:block;
    }
}*/
.Discover:hover { /*not rotated*/
    text-decoration:underline;
}

.btnlink{
    background-color: var(--brown-color);
    border: 0px;
    padding: 8px 22px;
    vertical-align: inherit;
    transition: all 0.3s ease 0s;
    margin-top: 0!important;
    color: var(--white-color);
    border-radius: 0;
    line-height: normal;
    font-size: 18px;
}
.btnlink:hover{
        color: var(--white-color);
}
.marginTop-offset {
  margin-top: 120px;
}
.paddingTop-offset {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .marginTop-offset {
    margin-top: 80px;
  }
  .paddingTop-offset {
    padding-top: 80px;
  }
}

.rightHeading {
  padding-right: 60px;
}
.leftHeading {
  padding-left: 60px;
}
@media screen and (min-width: 1400px) {
    .rightHeading {
      padding-right: 120px;
    }
    .leftHeading {
      padding-left: 120px;
    }
}
.marginXl-offset{
     margin-left: 100px; 
}
.marginX-offset{
    margin-left: 100px; 
    margin-right: 100px; 
}
@media screen and (max-width: 1199px) {
    .marginXl-offset{
         margin-left: 80px; 
    }
    .marginX-offset{
        margin-left: 80px; 
        margin-right: 80px; 
    }
  .rightHeading {
    padding-right: 60px;
  }
  .leftHeading {
    padding-left: 60px;
  }
}

@media screen and (max-width: 991px) {
      .marginXl-offset{
         margin-left: 60px; 
    }
    .marginX-offset{
        margin-left: 60px; 
        margin-right: 60px; 
    }
  .rightHeading {
    padding-right: 40px;
  }
  .leftHeading {
    padding-left: 40px;
  }
}

@media screen and (max-width: 575px) {
    .marginXl-offset{
         margin-left: 20px; 
    }
    .marginX-offset{
        margin-left: 10px; 
        margin-right: 10px; 
    }
  .rightHeading {
    padding-right: 10px;
  }
  .leftHeading {
    padding-left: 10px;
  }
}



.main-navbar {
   padding: 15px 30px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
    .main-navbar {
        padding: 15px 15px;
    }
}



.main-navbar.displayNav {
  opacity: 1;
  visibility: visible;
}

.main-navbar .hamburger {
  width: 35px;
  height: 15px;
  background: none;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  z-index: 100;
}

.main-navbar .hamburger::after,
.main-navbar .hamburger::before {
  content: "";
  width: 100%;
  height: inherit;
  background: url(../images/menu-wave.png) no-repeat;
  display: block;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.main-navbar .close.hamburger::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-navbar .close.hamburger::after {
  -webkit-transform: translate(6px, -15px) rotate(-45deg);
  transform: translate(6px, -15px) rotate(-45deg);
}

.main-navbar .hamburger.close {
  opacity: 1 !important;
}

.overlay-nav {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: var(--light-white);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.4s ease-in;
  transition: transform 0.5s ease-in-out, opacity 0.4s ease-in, -webkit-transform 0.5s ease-in-out;
}

.overlay-nav.reveal-nav {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.overlay-nav .menu {
  list-style: none;
}

.overlay-nav .menu-item {
  color: var(--brown-color);
  text-decoration: none;
  font-size: 25px;
  opacity: 0;
  -webkit-transform: translate(-20em);
  transform: translate(-20em);
  display: block;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s ease-in, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.5s ease-in, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.5s ease-in;
  transition: transform 0.8s ease-in-out, opacity 0.5s ease-in, -webkit-transform 0.8s ease-in-out;
}

.overlay-nav .menu li + li {
  margin-top: 1em;
}

.overlay-nav .reveal-items .menu-item {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.overlay-nav .reveal-items li:nth-child(1) .menu-item {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.overlay-nav.reveal-items li:nth-child(2) .menu-item {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.overlay-nav .reveal-items li:nth-child(3) .menu-item {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.overlay-nav .reveal-items li:nth-child(4) .menu-item {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.overlay-nav .reveal-items li:nth-child(5) .menu-item {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}


.header {
    padding: 15px 30px;
    position:absolute;
    width:100%;
    top:0px;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .header {
        padding: 15px 15px;
    }
}
.languages {
    font-family: var(--fontRegular);
    position: absolute;
    top: 35px;
    left: 50px;  
}
.languages a {
  font-size: 18px;
  color: var(--brown-color);
}
/**LANGUAGES
=======================*/
.languagesDrop {
    font-size:16px!important;
    /*position: absolute;
    right: 110px;
    top: 42px;*/
    margin-right: 15px;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
@media screen and (max-width: 767px) {
    .languagesDrop {
        line-height: 1.55; 
        font-size:14px!important;
        display:none;
    } 
}

.languagesDrop .dropdown-toggle::after {
  margin-left: 0;
}
.languagesDrop button{
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.languagesDrop a,
.languagesDrop button{
    text-decoration: none;
    font-family: var(--fontBold);
    color: var(--brown-color);
}/*
.el .languagesDrop a,
.el .languagesDrop button{
    font-family: var(--fontGR);
    font-weight: 700;
}*/
.languagesDrop .dropdown-menu {
  min-width: 35px;
  border-radius: 0;
  background: transparent;
  border: none;
  background: rgba(255,255,255,.5);
  left:0px;
}
.languagesDrop .dropdown-item {
  display: block;
  padding: 0px 4px;
  text-align: left;
}
.languagesDrop .dropdown-item:hover {
  background: none;
  color: var(--brown-color);
  opacity:.7;
}
.languagesDrop.active .dropdown-menu,
.languagesDrop:hover .dropdown-menu {
  display: block;
  border-radius: 0;
  font-size: inherit;
  z-index: 1030;
  margin: 0;
}
.header .header_btn {
  position: relative;
      position: absolute;
    right: 110px;
    top: 32px;
    padding:0px 20px;
}
@media screen and (max-width: 767px) {
    .header .header_btn {
        top: 30px;
        right: 80px;
        line-height: 1.55; /*1.85*/
    } 
    .header_btn .bookBtn {
      font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .header .header_btn {
        right: 50px;
    } 
    .fr .header_btn .bookBtn {
      font-size: 11px;
    }
}
/*
.header .header_btn::after, 
.header .header_btn::before {
  position: absolute;
  content: '';
  height: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 36px;
  text-align: center;
  background: url(../images/menu-wave.png) no-repeat;
  -webkit-transition: .5s;
  transition: .5s;
}

.header .header_btn::before {
  top: 0px;
}
.header .header_btn::after {
  bottom: -10px;
}
*/
.header_btn .bookBtn {
    /*line-height:normal;*/
    display: block;
}
.header_btn .bookBtn:hover {
    text-decoration:none;
}
.user-btn{
    display:flex;
    margin-right:15px;
}
.menu-contact .user-btn img,
.user-btn img {
    width:30px;
    height:30px;
}

.checkin-btn {
    
}
/* SMALL MENU HEADER
============================== */
.sm-link {
    font-size: 16px;
    font-family: var(--fontBold);
    margin-right:15px;
}

.dropBookingHotels .dropdown-menu{
    right: 0px!important;
    float: right!important;
    left: -12px!important;
    border: 0px;
    min-width: 170px;
    width: 170px;
    border-radius:0;
}
.dropBookingHotels .dropdown-menu .dropdown-item {
        white-space: unset;
    line-height: 1.5em;
    padding: .5rem .5rem;
    text-align: left;
    color: var(--brown-color);

}
.dropBookingHotels .dropdown-menu .dropdown-item:focus,
.dropBookingHotels .dropdown-menu .dropdown-item:active{
    background:none;   
}

.header .bigLogo {
    width: 280px;
}
.miniLogo {
    width: 74px;
}
@media screen and (max-width: 767px) {
  .header .bigLogo {
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .header .bigLogo {
    width: 220px;
  }
  .fr .header .bigLogo {
    width: 160px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 360px) {
  .header .bigLogo {
    width: 160px;
  }
}





/* INTRO CAROUSEL SLIDER
============================== */
/*
.introSection .item {
    padding: 0px 40px;
}
.introSection .intro-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: var(--white-color);
}
.introSection .title {
    font-size: 115px;
    text-transform: uppercase;
    font-family: var(--fontRegular);
    font-weight: 400;
    color: var(--brown-color);
    letter-spacing: 5px;
     line-height:1;
    line-height: 65px;
    height: 85px;
    margin-bottom: -1px;
}
.introSection .title a{
    display:inline-block;
    color: var(--brown-color);
}
.introSection .title a::first-letter { margin-left:-5px;}

.introCarousel.owl-carousel .owl-nav .owl-prev,
.introCarousel.owl-carousel .owl-nav .owl-next {
    background-size: 100% !important;
    height: 75px;
    width: 35px;
    position: absolute;
    top: 45%;
}
.introCarousel.owl-carousel .owl-nav .owl-prev {
    background: url(../images/white-arrow.png) no-repeat;
    left: -2%;
}
.introCarousel.owl-carousel .owl-nav .owl-next {
    background: url(../images/white-right-arrow.png) no-repeat;
    right: -2%;
}

@media screen and (min-width: 1400px) {
    .introSection {
        margin-top: -50px;
    }
    .introCarousel.owl-carousel .owl-nav .owl-prev,
    .introCarousel.owl-carousel .owl-nav .owl-next {
        height: 85px;
        width: 40px;
    }
    .introCarousel.owl-carousel .owl-nav .owl-prev {
        left: -10%;
    }
    .introCarousel.owl-carousel .owl-nav .owl-next {
        right: -10%;
    }  
}
@media screen and (max-width: 1199px) {
    .introSection .item {
      padding: 0px 30px;
    }
    .introSection .title {
        font-size: 82px;
        line-height: 47px;
        height: 61px;
    }
}
@media screen and (max-width: 767px) {
    .introSection .item {
      padding: 0px 25px;
    }
    .introSection .title {
        font-size: 60px;
        line-height: 36px;
        height: 46px;
    }
    .introCarousel.owl-carousel .owl-nav .owl-prev {
        left: -25px;
    }
    .introCarousel.owl-carousel .owl-nav .owl-next {
        right: -25px;
    }    
}
@media screen and (max-width: 575px) {
    .introSection .title {
        font-size: 35px;
        line-height: 20px;
        height: 26px;
    }
    .introCarousel.owl-carousel .owl-nav .owl-prev,
    .introCarousel.owl-carousel .owl-nav .owl-next {
        height: 55px;
        width: 25px;
    }
    .introCarousel.owl-carousel .owl-nav .owl-prev {
        left: -10px;
    }
    .introCarousel.owl-carousel .owl-nav .owl-next {
        right: -10px;
    } 
}
*/
/*BOOKING FORM
================================= */
.bookingRow form {
  color: var(--brown-color);
  font-family: var(--fontBold);
  font-size: 22px;
  border: none;
}
.bookingRow form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
  background: transparent;
  color: var(--brown-color);
  font-size: 22px;
  padding-left: 10px;
  display: none !important;
  border: none;
  cursor: pointer;
}
.bookingRow .field {
  cursor: pointer;
}
.bookingRow label {
  cursor: pointer;
}
.bookingRow .rotated-field {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.bookingRow .rotated-field input {
  display: none;
      color: var(--brown-color);
}
.bookingRow .hover-removeRotation select {
  display: inline-block !important;
}
.bookingRow .hover-removeRotation input {
  display: inline-block !important;
}
.bookingRow .hover-removeRotation {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.bookingRow .bookBtn {
  background: transparent;
  border:none;
}


/* INTRO SECTION
================================ */

.intro-text {  
background: rgb(210,204,193);
background: linear-gradient(180deg, rgba(206,207,199,0.011642156862745057) 0%, rgba(206,207,199,1) 37%, rgba(206,207,199,1) 100%);
}
/*
.intro-text .bg{
  background: url(/images/Logos/V.svg) no-repeat;
  background-position-x: right;
  background-position-y: 80%;
}*/
.intro-text  .text-container {
  background: rgb(206,207,199);
  width: 540px;
  padding-bottom: 10px;
  text-align: left;
 /* position: absolute;
  bottom: -10%;*/
  left: -10%;
  position:relative;
  margin-top:-180px;
  z-index:1;
  padding: 0 20px 12px 0px;
}
.intro-text h1 span{
    display: block;
    font-size: 1.7rem;
}
.intro-text  .text-container p:last-child {
    margin-bottom:0px;
}

@media screen and (max-width: 1199px) {
  .intro-text{
      background-size:120px;
  }
}
@media screen and (max-width: 1480px) {
    .intro-text .text-container {
      width: 540px;
      left: -20px;
      margin-top:-180px;
    }
}
@media screen and (max-width: 1199px) {
     .intro-text .text-container {
        width: 480px;
    }
}
@media screen and (max-width: 767px) {
  .intro-text  .text-container {
    position: relative;
    padding: 10px;
    left: 0;
    top: 0;
    width: auto;
    margin-top:0px;
    background:none;
  }
  .intro-text .container {
    text-align: left !important;
  }
  .intro-text {
    background-size: 80px;
    background-position-y: 25%;
  }
}


.bg-v{
  background: url(/images/Logos/R.svg) no-repeat;
  background-position-x: right;
  /*background-position-y: 80%;*/
    background-position-y: 0;
    background-size: 80%;
}

/*Accommodation -Carousel Intro
================================= */
/*
@media screen and (max-width: 991px) {
     .marginXl-offset.mobile-carousel{
         margin-right: 40px; 
    }
}
@media screen and (max-width: 767px) {
    .marginXl-offset.mobile-carousel{
         margin-right: 40px; 
    }
}  
@media screen and (max-width: 575px) {
    .marginXl-offset.mobile-carousel{
         margin-right: 20px; 
    }
}    
    
.roomsCarousel .owl-nav {
  position: absolute;
}  
@media screen and (min-width: 992px) {
    .roomsCarousel .owl-stage{padding-left:0px !important;}
}
.roomsCarousel .owl-nav .owl-prev,
.roomsCarousel .owl-nav .owl-next {
    height: 45px;
    width: 150px;
    position: relative;
}   
 .roomsCarousel .owl-nav .owl-prev {
  background: url(/images/gallery-arrow.svg) no-repeat center !important;
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.roomsCarousel .owl-nav .owl-next {
  background: url(/images/gallery-arrow.svg) no-repeat center !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
   .roomsCarousel .owl-nav {
       left:50px;
   }
}

@media screen and (max-width: 1280px) {
    .roomsCarousel .owl-nav .owl-prev,
    .roomsCarousel .owl-nav .owl-next {
        height: 35px;
        width: 100px;
    }
}
@media screen and (max-width:991px) {
    .roomsCarousel .owl-nav .owl-prev,
    .roomsCarousel .owl-nav .owl-next {
        height: 25px;
        width: 75px;
    }
}
@media screen and (max-width: 767px) {
    .roomsCarousel {
        width:95%;
        margin:auto;
    }
    .roomsCarousel .owl-nav {
        top:calc(100% / 3)!important;
        width:100%!important;
    }
     .roomsCarousel .owl-nav .owl-prev,
    .roomsCarousel .owl-nav .owl-next {
        height: 20px;
        width: 60px;
        position:absolute;
    }
    
    .roomsCarousel .owl-nav .owl-prev{
        left:-20px;
    }
    .roomsCarousel .owl-nav .owl-next {
      right:-20px;
    }
}

@media screen and (max-width: 480px) {
       .roomsCarousel .owl-nav {
        top: 140px!important;
    } 
}

@media screen and (min-width: 768px) {
    .roomsCarousel .img-holder {
      position:relative;
    }
    .roomsCarousel .discover{
            bottom: 220px;
    }
    .de .roomsCarousel .discover{
            bottom: 240px;
    }
    .fr .roomsCarousel .discover{
            bottom: 233px;
    }
}
.roomsCarousel .box-overImg {
    background: var(--white-color);
    width: 46%;
    margin-top: -180px;
    position: relative;
    margin-left:auto; 
    padding:0 20px;
}
@media screen and (min-width: 1921px) {
   .roomsCarousel .box-overImg {
       width: 800px;
   }
}
@media screen and (max-width: 1199px) {
    .roomsCarousel .box-overImg {
       width: 400px;
       margin-top: -140px;
    }   
    .roomsCarousel .discover{
        bottom:180px;
    } 
    .de .roomsCarousel .discover{
            bottom: 190px;
    }
    .fr .roomsCarousel .discover{
            bottom: 180px;
    }
}
@media screen and (max-width: 992px) {
    .roomsCarousel .box-overImg {
       width: 350px;
       margin-top: -120px;
    }   
    .roomsCarousel .discover{
        bottom:160px;
    }
    .de .roomsCarousel .discover{
            bottom: 170px;
    }
    .fr .roomsCarousel .discover{
        bottom:165px;
    }
}
@media screen and (max-width: 767px) {
    .roomsCarousel .box-overImg {
        position: relative;
        width: 100%;
        margin-top: unset;
        padding:0 20px;
        padding-bottom:50px;
    }
    .roomsCarousel .discover{
        bottom: 0px!important;
    }
}

*/
/* DININH SECTION
=============================== */
/*.dining-section .bg{
    position:relative;
}
.dining-section,
.dining-section h2,
.dining-section .discover  {
    color: var(--white-color);
}
.dining-section .bg:before{
    content:"";
    background: var(--brown-color);
    position:absolute;
    left:30px;
    top:0;
    right:0;
    bottom:0px;
}
.dining-section .bg .bg-img {
    position:absolute;
    right:0;
}

@media screen and (min-width: 1199px) {
    .dining-section .bg:before{
        background-size: 40%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .dining-section .bg{
        margin:0 30px;
    }
}
@media screen and (max-width: 991px) {
    .dining-section{
         padding-bottom: 50px;
    }
    .dining-section .bg:before{
        left:0px;
        bottom: -60px;
    }

    .dining-section .bg:before{
        background-position: bottom right;
        background-size: 50%;
    }
    .dining-section .text {
        padding:30px 30px 0 30px;
    }
}*/

@media screen and (min-width: 1024px) {
    .diningCarousel{
          height: 70vh;
    }
    .diningCarousel .carousel-box {
          flex: 1;
          -ms-flex: 1;
          -webkit-flex: 1;
          height: 100%;
          transition: flex 0.8s ease;
        /*  margin:0 5px;*/
    }
    .diningCarousel .carousel-box:hover {
        flex: 5;
        -ms-flex: 5;
        -webkit-flex: 5;
    }
    .diningCarousel .carousel-box:first-child{
        margin-left:0;
    }
    .diningCarousel .carousel-box:last-child{
        margin-right:0;
    }
    .diningCarousel .carousel-box .box-holder{
        height: 100%;
    }
    .diningCarousel .carousel-box picture{
        height: 100%;
        display:block;
    }
    .diningCarousel .carousel-box img{
        height: 100%;
        object-fit: cover;
    }
    .diningCarousel .swiper-pagination {
        display:none;
    }
}
.carousel-box {
    position: relative;
    background-color:  black;
    overflow:hidden;
} 
.carousel-box img{
    opacity: 1;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transition:all .35s linear;
    transition:all .35s linear;
    width: 100%;
}
.carousel-box:hover img{
    opacity: 0.7;
    transition: opacity 0.35s, transform 0.35s;
    -ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
.carousel-box .text-over {
  position: absolute;
  top:15px;
  bottom:15px;
  left:15px;
  right:15px;
}
.carousel-box .text-over a:hover{
    text-decoration:underline;
}
.carousel-box .text-over .hovered{
    opacity:0;
    -webkit-transform:translatey(100px);
    -ms-transform:translatey(100px);
    transform:translatey(100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;    
}
.carousel-box .text-over:hover .hovered{
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0); 
}
.box-link-above {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/* WHY BOOK
=============================== */
 
.whybook .bg{
    background-color: var(--browm-color);
    position:relative;
    min-height:300px;
    overflow:hidden;
    text-align:left;
}
.whybook .bg.transparent picture:after{
    background:rgba(243,243,241,.8);
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.whybook .bg.transparent {
    color: var(--brown-color);
}
.whybook picture{
    position:absolute;
    /*top:0;
    bottom:0;*/
    left:0;
    right:0;
    z-index:0;
    height:100%;
}
.whybook picture.asBg img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.whybook h2{
    text-align:left;
}
.whybook .why-box .text-holder {
    height:100%;
    z-index:2;
    padding: 3rem !important;
}
@media (max-width: 991px) {
 .whybook .why-box .text-holder {   
         padding: 1.5rem !important;
 }
}
.whybook .why-box:nth-child(2){
    margin-top: 3rem !important;
}
/*
@media (min-width: 768px) {
    .whybook .why-box:nth-child(2){
        padding-top: 3rem !important;
    }
}*/
.whybook .bg p{
    position:relative;
    margin-bottom:0;
}
@media screen and (max-width: 480px) {
    .whybook .bg {
        min-height:215px;       
    }
}
.whybook .text-holder img {
    width:42px;
    margin-right:12px;
}
.whybook .text-holder li:not(:last-child) {
    margin-bottom:20px;
}
.whybook .text-holder li {
    display: flex;
    line-height: 1.2;
    align-items: center;
}

/* Experiences Intro
====================================== */
.boxesCarousel .item {
  position: relative;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  padding:0 30px;
}
.boxesCarousel.no-carousel .item {
    margin-right:20px;
}

.boxesCarousel .title-over {
  background-color: var(--white-minOpacity);
  padding: 14px 20px;
  position: absolute;
  bottom: 30px;
  left: -15px;
  width: 85%;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  font-family: var(--fontRegular);
  color: var(--white-color);
}
.boxesCarousel .title-over h3{
    margin:0px;
}
.boxesCarousel .title-over h3 a{
    color: var(--brown-color);
}

@media screen and (max-width: 1199px) {
  .boxesCarousel .title-over {
    padding: 10px 18px;
  }
}
@media screen and (max-width: 767px) {
  .boxesCarousel .title-over {
    padding: 10px 15px;
      left: 0px;
  }
}

/*
.boxesCarousel .owl-nav,
.hotel-awards .owl-nav{
    text-align:center;
    padding-top:40px;
}
.reviews .owl-nav {
    text-align:left;
    padding-top:40px;
}
.boxesCarousel .owl-nav .owl-prev,
.boxesCarousel .owl-nav .owl-next,
.hotel-awards .owl-nav .owl-prev,
.hotel-awards .owl-nav .owl-next,
.reviews .owl-nav .owl-prev,
.reviews .owl-nav .owl-next{
  background: url(/images/gallery-arrow.svg) no-repeat center !important;
}
.reviews .owl-nav .owl-prev,
.reviews .owl-nav .owl-next{
    height: 25px;
    width: 75px; 
}
.boxesCarousel .owl-nav .owl-prev,
.boxesCarousel .owl-nav .owl-next,
.hotel-awards .owl-nav .owl-prev,
.hotel-awards .owl-nav .owl-next{
    height: 45px;
    width: 150px;
}
.boxesCarousel .owl-nav .owl-prev,
.hotel-awards .owl-nav .owl-prev,
.reviews .owl-nav .owl-prev{
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media screen and (max-width: 1280px) {
    .boxesCarousel .owl-nav .owl-prev,
    .boxesCarousel .owl-nav .owl-next,
    .hotel-awards .owl-nav .owl-prev,
    .hotel-awards .owl-nav .owl-next {
        height: 35px;
        width: 100px;
    }
}
@media screen and (max-width:991px) {
    .boxesCarousel .owl-nav
    .hotel-awards .owl-nav {
        width: 100%!important;
    }
}
@media screen and (max-width: 767px) {
    .boxesCarousel .owl-nav .owl-prev,
    .boxesCarousel .owl-nav .owl-next,
    .hotel-awards .owl-nav .owl-prev,
    .hotel-awards .owl-nav .owl-next {
        height: 20px;
        width: 60px;
    }
}
*/
/* REVIEWS 
========================= */
@media screen and (min-width: 768px) {
    .containerWithoutReviews {
        position:relative;
    }
    .containerWithoutReviews:before {
        content: "";
        position: absolute;
        top: 100px;
        bottom: 50px;
        left: 0;
        right: 0;
        background: url(/images/instaBgFull.jpg) no-repeat center center;
        background-size: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .containerWithoutReviews:before {
        top: 80px;
        bottom: 30px;
    }
}

.reviews {
      background-color: var(--light-white);
      position:relative;
      z-index:1;
}
.reviews .quot{
    font-style:italic;
    font-size:18px;
      font-family: var(--fontRegular);
}
.reviewsSwiper {
    padding-bottom:50px;
}
.reviews .swiper.arrows-bottom-small .swiper-button-prev,
.reviews .swiper.arrows-bottom-small .swiper-button-next {
    bottom:0px;
    width:90px;
}
.reviews .swiper.arrows-bottom-small .swiper-button-prev {
    left: 0px !important;
}
.reviews .swiper.arrows-bottom-small .swiper-button-next {
    left: 100px;
}
@media screen and (min-width: 767px) {
    .reviews .swiper.arrows-bottom-small .swiper-button-prev,
    .reviews .swiper.arrows-bottom-small .swiper-button-next {
        width:80px;
    }
   .reviews .swiper.arrows-bottom-small .swiper-button-next {
        left: 90px;
    } 
}

.instafeed {
     word-break: break-word;
}
@media screen and (max-width: 767px) {
    .instafeed .holder:before {
        content: "";
        position: absolute;
        top: 50px;
        bottom: 50px;
        left: 0;
        right: 0;
        background: url(/images/instaBg.jpg) no-repeat center center;
        background-size: 100%;
        z-index:-1;
    }
}
/*
@media screen and (max-width: 1199px) {
  .instafeed .holder:before {
    top: 30px;
    bottom: 30px;
  }
}*/
.instafeed .h3,
.reviews .h3{
    margin-bottom:5px;   
}
/*
@media screen and (min-width: 1481px) {
    .instafeed .holder{
        padding-right:100px;
    }
}*/



.bg-curve {
  background: url(../images/curve-line.svg) no-repeat;
    background-position-x: right;
    background-size: 25%;
}
              
.bg-curve-line.right {
  background: url(../images/curve-right.svg) no-repeat;
    background-position-x: right;
        background-size: 50%;
}
@media (max-width: 575px){
    .bg-curve-line.right {
        background-size: 70%;
}
}
.bg-curve-line.left {
  background: url(../images/curve-left.svg) no-repeat;
   background-size: 20%;
}
@media (max-width: 575px){
    bg-curve-line.left {
   background-size: 50%;
}
}
.bg-curve-vertical {
  background: url(../images/curve-bg.svg) no-repeat;
  background-position-x: right;
}
.bottom-bg {
      background-position-y: bottom!important;
}
.center-bg {
      background-position-y: center!important;
}
/*Bg textpages
=========================== */
.backgroundBig {
    background: url(../images/curve-bg.svg) no-repeat;
    background-size: 14%;
    background-position: bottom 0 right 5%!important;
}
@media screen and (max-width: 767px) {
   .backgroundBig {
    background-size: 40%;
     background-position: top 0 right 5%!important;
  }   
}


/* NEWSLETTER 
================================ */
.newsletter #theFormNewsletter {
  background: url(/images/images_sections/newsletter.jpg) no-repeat center center;
  color: var(--white-color);
}
.newsletterform {
    padding-top:100px;
    padding-bottom:20px;
    position:relative;
}
.newsletter .form-group {
  background-color: var(--white-minOpacity);
  padding: 10px 15px;
  color: var(--white-color);

}
.newsletter .form-control {
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid var(--white-color);
  color: var(--white-color);
  font-size:18px;
}
.newsletter .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.newsletter label {
  font-family: var(--fontBold);
  line-height: unset;
  padding-right:10px;
  min-width:110px;
  font-weight: bold;
  margin-bottom:0;
}
@media screen and (min-width: 576px) {
    .newsletter .form-group {
        width: 450px;
    }
    .newsletter .submit {
        position: absolute;
        bottom: 50px;
        right:2px;
    }
}
.newsletter .submit .sendBtn{
    background-color: var(--brown-color);
    padding: 12px 15px;
    color: var(--white-color);
    border: none;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius:0;
}
.newsletter .form-agree,
.newsletter .form-agree a{
    color: var(--white-color);
}
@media screen and (max-width: 767px) {
  .newsletter label,
  .newsletter .sendBtn {
    font-size: 16px!important;
  }
  .newsletter .form-group {
    width: 300px;
  }
}

@media screen and (max-width: 575px) {
  .newsletter .form-group {
    padding: 10px 8px;
    width: 100%;
  }
  .newsletter .sendBtn {
    top: 10px;
    font-size: 14px;
    margin-top:10px;
    margin-left:10px;
  }
  .newsletter label{
    font-size: 14px!important;
  }
}


.footer .footerLogo {
    width:280px;
}

.footer .footerRightSide {
  padding-top: 80px;
  border-top: 10px solid var(--brown-color);
}

.footer .footerContactDetails p,
.footer .member{
  font-family: var(--fontRegular);
  font-size: 17px;
  line-height: 26px;
  color: var(--brown-color);
  margin-bottom: 20px;
}

.footer .footerContactDetails span {
  font-family: var(--fontBold);
  line-height: 24px;
}

.footer .footerContactDetails a{
  color: var(--brown-color);
}
.footer .footerSocial {
    display:inline-block;
}
.footer .footerSocial img {
  height: 30px;
}

.footer .bottomMenu li {
  line-height: 26px;
  margin-bottom: 15px;
}

.footer .bottomMenu a {
  color: var(--brown-color);
  font-family: var(--fontRegular);
  font-size: 17px;
  text-transform: uppercase;
}
.footer .member img{
      width:100px;
}
@media screen and (max-width: 991px) {
  .footer .bottomMenu li {
    line-height: 20px;
    margin-bottom: 12px;
  }
  .footer .bottomMenu a {
    font-size: 14px;
  }
  .footer .footerContactDetails p,
  .footer .member{
    font-size: 14px;
    line-height: 24px;
  }
  .footer .footerSocial img {
    height: 28px;
  }
  .footer .footerRightSide {
    padding-top: 50px;
  }
  .footer .footerLogo {
    width: 180px;
  }
    .footer .member img{
          width:80px;
    }  
}


.copyright {
  font-family: var(--fontRegular);
  font-size: 14px;
  line-height: 26px;
  color: var(--brown-color);
  margin-bottom: 20px;  
}
.copyright a{
  color: var(--brown-color);
}


.cookie-icon {
    position:fixed;
    left:20px;
    bottom:50px;
    opacity: 1;
    width:46px;
    height:46px;
    border-radius: 50%;
    background: rgba(80,83,83,.15);
    padding:6px;
    font-size:8px;
    z-index: 10;
}


/*SCROLL UP */
.toTop {
  text-align: right;
}

a.scrollup, a:hover.scrollup, a.scrollup::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  background: url(../images/scrollup.svg) no-repeat center center !important;
  bottom: 25px;
  position: fixed;
  right: 25px;
  text-indent: -9999px;
  text-decoration: none;
  padding: 0px 0px;
  color: var(--brown-color);
  z-index: 10;
}


/*Top Media - Inner Page
============================ */
/* TOP CAROUSEL 
========================= */
/* Video
=================================== */
.mainVideoSlider {
        position: relative;
        height: 100vh;
    }
.mainVideoSlider video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .mainVideoSlider, .mainVideoSlider video {
        height: 450px;
    }
}
@media screen and (max-width: 767px) {
    .mainVideoSlider, .mainVideoSlider video {
        height: 400px;
    }
}
@media screen and (max-width: 480px) {
    .mainVideoSlider, .mainVideoSlider video {
        height: 350px;
    }
}

/*YOUTUBE
------------------------------*/
.intro-video-bg-margin {
  height: 125px;
  background: white;
    position: relative;
    z-index: 1;
}
.intro-video-bg{
	height:auto;
	margin-top: -125px;
	position:relative;
	z-index:0;
}
@media screen and (max-width: 991px) {
     .intro-video-bg{
        margin-top: -60px;
    }
}
@media (max-width: 767px) {
    .intro-video-bg-margin {
      height: 105px;
    }
    .intro-video-bg{
        margin-top: 0px;
    }
}
/*
.background-video {
    background-position: bottom center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top:  0px;
	z-index:0;
}
 .embed-responsive-21by9 {
    padding-bottom:42.85%;
}
.video-buttons {
	position:absolute;
	left:0;
	right:0;
	bottom:50px;
	z-index:2;
}
.video-buttons div{
	display:inline-block;
	cursor:pointer;
	width:65px;
	height:65px;
}
#mute-toggle,
#play-toggle {
    border: solid 3px #fff;
    border-radius: 50%;
    background-size: 30px 30px !important;
	background-repeat: no-repeat!important;
	background-position:center!important;
}
#mute-toggle {
	  background: url(/media/1186/mute.svg);
}
#mute-toggle.muted {
	background: url(/media/1185/unmute.svg);
}
#play-toggle{
		background: url(/media/1187/play.svg);
}
#play-toggle.playing{
	  background: url(/media/1188/pause.svg);
}
@media screen and (max-width: 991px) {
	.background-video {
	    top: 0px;
	}
	.video-buttons {
		display:none;
	}
}*/

/*TOP MEDIA
-------------------------------*/
.noTopMedia {
    height:75px;
}
.topmedia-carousel {
  margin-top: 115px;
}
@media (max-width: 767px) {
    .topmedia-carousel {
      margin-top: 103px;
    }
}

/*
.topmedia-carousel .carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity .75s ease-in-out;  
}
.topmedia-carousel .carousel-fade .carousel-item.active {
    opacity: 1;
}
.topmedia-carousel .carousel-item img{
  display: block;
  min-width: 100%;
  width: auto;
  height: auto;
}
.topmedia-carousel .owl-carousel .owl-nav .owl-prev,
.topmedia-carousel .owl-carousel .owl-nav .owl-next {
    background-size: 100% !important;
    height: 75px;
    width: 35px;
    position: absolute;
    top: 45%;
}
.topmedia-carousel .owl-carousel .owl-nav .owl-prev {
    background: url(../images/white-arrow.png) no-repeat;
    left: 2%;
}
.topmedia-carousel .owl-carousel .owl-nav .owl-next {
    background: url(../images/white-right-arrow.png) no-repeat;
    right: 2%;
}

@media screen and (min-width: 1400px) {
    .topmedia-carousel .owl-carousel .owl-nav .owl-prev,
    .topmedia-carousel .owl-carousel .owl-nav .owl-next {
        height: 85px;
        width: 40px;
    }
}

@media screen and (max-width: 575px) {
    .topmedia-carousel .owl-carousel .owl-nav .owl-prev,
    .topmedia-carousel .owl-carousel .owl-nav .owl-next {
        height: 55px;
        width: 25px;
    }

}*/
/*=== Carousel Slider
=====================================*/
#bigCarousel .carousel-item,
#bigCarousel {
    position: relative;
     height: calc(100vh - 115px);
}
@media (max-width: 767px) {
    #bigCarousel .carousel-item,
    #bigCarousel {
       height: calc(100vh - 103px);
    }
}

/*
#bigCarousel .carousel-control-prev,
#bigCarousel .carousel-control-next {
    visibility: hidden; }
#bigCarousel:hover .carousel-control-prev,
#bigCarousel:hover .carousel-control-next {
    visibility: visible; }*/
    
#bigCarousel img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.carousel-control-next, 
.carousel-control-prev {
    opacity:1;
    width:10%;
}
#bigCarousel .carousel-control-next-icon {
 /* background-image: url(../images/right.svg)!important;*/
  background-image: url(../images/white-right-arrow.png)!important;

}
#bigCarousel .carousel-control-prev-icon {
 /* background-image: url(../images/right.svg)!important;*/
      background-image: url(../images/white-right-arrow.png)!important;
      transform:          rotate(180deg);
  -ms-transform:      rotate(180deg);
  -moz-transform:     rotate(180deg);
  -webkit-transform:  rotate(180deg);
  -o-transform:       rotate(180deg);

}
#bigCarousel .carousel-control-next-icon, 
#bigCarousel .carousel-control-prev-icon {
  display: inline-block;
   height: 85px!important;
  width: 40px!important;
  background: no-repeat 50%/100% 100%;
}
@media screen and (max-width: 767px) {
    #bigCarousel .carousel-control-next-icon, 
    #bigCarousel .carousel-control-prev-icon {
        height: 55px!important;
        width: 25px!important;
    }
}
@media screen and (max-width: 575px) {
    #bigCarousel .carousel-control-next-icon, 
    #bigCarousel .carousel-control-prev-icon {
        height: 45px!important;
        width: 22.5px!important;
    }
}
@media screen and (max-width: 991px) {
      #bigCarousel .carousel-item,
      #bigCarousel {
        height: 500px !important;
      }
}
@media screen and (max-width: 575px) {
  #bigCarousel .carousel-item,
  #bigCarousel {
    height: 380px!important;
  }
}
.contentOverSlider {
    position: absolute;
    z-index: 9;
    color: white;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 80%;
    text-align:center;
    left:0;
    right:0;
    margin:auto;
}

.contentOverSlider .h1{
    margin:0;
    font-size:40px;
}
.contentOverSlider .smallText {
    display:block;
}
@media screen and (max-width: 991px) {
    .contentOverSlider .h1{
        font-size:36px;
    }
}
@media screen and (max-width: 767px) {
     .contentOverSlider .h1{
        font-size:22px;
    }   
}

/*SWIPER
============================= */


.swiper-button-next,
.swiper-button-prev {   
    height: 45px;
    width: 150px;
}
.swiper-button-next{
    right:-60px;
    left:unset;
}
.swiper-button-prev {  
    left:-60px; 
}
    
@media screen and (max-width: 1280px) {
    .swiper-button-next{
        right:-55px;
        left:unset;
    }
    .swiper-button-prev {  
        left:-55px; 
    }
    .swiper-button-next,
    .swiper-button-prev {   
        width: 100px;
        height: 35px;
    }
}
@media screen and (max-width: 991px) {
    .swiper-holder .swiper{
        margin-left:30px;
        margin-right:30px;
    }
    .swiper-button-next{
        right:-30px;
        left:unset;
    }
    .swiper-button-prev {  
        left:-30px; 
    }
}


@media screen and (max-width: 767px) {
    .swiper-holder .swiper{
        margin-left:30px;
        margin-right:30px;
    }
    .swiper-button-next,
    .swiper-button-prev {   
        width: 80px;
        height: 25px;
    }
    .swiper-button-next{
        right:0px;
        left:unset;
    }
    .swiper-button-prev {  
        left:0px; 
    }
    
}

.swiper-button-next:before,
.swiper-button-prev:before {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    filter: unset;
    background: url(../images/gallery-arrow.svg) no-repeat center center;
}
.swiper-button-prev:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display:none;  
}
/*ARROWS BELLOW
--------------------------- */
.swiper.arrows-bottom {
    padding-bottom:90px;
}
.swiper.arrows-bottom .swiper-button-next,
.swiper.arrows-bottom .swiper-button-prev {
    bottom:0px;
    height:45px;
    top: unset;
    width:50%;
}
.swiper.arrows-bottom .swiper-button-next {
    right: 0px;
}
.swiper.arrows-bottom .swiper-button-prev {
    left: 0px !important;
}
.swiper-button-next:before,
.swiper-button-prev:before{
    background-position: center left;
}
@media screen and (max-width: 1280px) {
    .swiper.arrows-bottom .swiper-button-next,
    .swiper.arrows-bottom .swiper-button-prev {
        height:35px;
    }
}
@media screen and (max-width: 767px) {
    .swiper.arrows-bottom {
        padding-bottom:60px;
    }
    .swiper.arrows-bottom .swiper-button-next,
    .swiper.arrows-bottom .swiper-button-prev {
        height:20px;
    }
}

/*ARROWS BELLOW small
--------------------------- */
.swiper.arrows-bottom-small .swiper-button-next,
.swiper.arrows-bottom-small .swiper-button-prev {
    height:25px;
    bottom:30px;
    top:unset;
    width:120px;
}
.swiper.arrows-bottom-small .swiper-button-next {
    right: 0px;
}
.swiper.arrows-bottom-small .swiper-button-prev {
    left: 0px !important;
}

@media screen and (max-width: 1280px) {
    .swiper.arrows-bottom-small .swiper-button-next,
    .swiper.arrows-bottom-small .swiper-button-prev {
        height:20px;
        width:100px;
    }
}
@media screen and (max-width: 767px) {
    .swiper.arrows-bottom.small .swiper-button-next,
    .swiper.arrows-bottom.small .swiper-button-prev {
        height:20px;
         width:80px;
    }
}


.swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 26px;
    font-size: 22px;
    font-weight: 400;
    color: var(--mainColorGrey);
    opacity: 0.3;
    margin: 0 14px !important;
    background: none !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    color: var(--black);
}


/*VIEW MORE PAGES - submenu
=========================== */

.viewAlsoSection {
/*  background: url(/images/background-waves.png) no-repeat;
  background-size: 100px;
  background-position: top 0 right 0;*/
  padding-bottom: 50px;
}
.viewAlsoSection .title {
  font-size: 40px;
  line-height: 50px;
}
.viewAlsoSection ul {
    margin-top: 100px;
  /*  padding-bottom: 60px;*/
}
@media screen and (min-width: 768px) {
    .viewAlsoSection ul {
      margin-top: 100px;
    /*  padding-bottom: 60px;*/
     /* display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;*/
    }
    .viewAlsoSection ul li {
      cursor: pointer;
      /*-webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: .3s linear;
      transition: .3s linear;*/
     /* flex-basis: 100%;*/
          /* flex: 1;*/
        width: 200px;
      -webkit-transition: 1s;
      transition: 1s;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
              -webkit-transform-origin:center center; 
transform-origin: center center;

    }
    .viewAlsoSection ul li:hover {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
}


.viewAlsoSection ul li a {
  color: var(--brown-color);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}
.viewAlsoSection ul li a:hover {
  text-decoration: none;
}


@media screen and (max-width: 767px) {
  .viewAlsoSection {
    background-size: 50px;
  }
  .viewAlsoSection ul {
    margin-top: 40px;
        /*padding-bottom: 10px;*/
  }
 .viewAlsoSection ul li {
     padding: 10px 0px;
    /* padding: 50px 0px;
    width: 50%;*/
  }
}
@media screen and (max-width: 480px) {
  .viewAlsoSection .title {
    font-size: 28px;
    line-height: 40px;
  }
}

/*LISTING BOXES - Services Page
==============================*/

.box-listing-item .discover {
  right: -48px;
}
.box-listing-item .title {
  /*font-family: var(--fontBold);*/
  font-size: 25px;
  line-height: 30px;
  background: var(--white-minOpacity);
  padding: 20px 10px;
  letter-spacing: 1.5px;
  text-transform: initial;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;  
  width: 70%;
  position: absolute;
  left: -45px;
  top:50px;
}
.box-listing-item .title:hover {
  background-color: var(--brown-color);
  color: var(--white-color);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.box-listing-item .text-over {
    background: var(--white-color);
    width: 80%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 10px 0 0;
}
.box-listing-item a{
    color: var(--brown-color);
}

@media screen and (max-width: 1199px) {
    .box-listing-item .discover {
      right: -26px;
    }
  .box-listing-item .title {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
    .box-listing-item .discover {
        right: 45px;
    }
}
@media screen and (max-width: 767px) {
    .box-listing-item {
        padding-bottom:40px;
    }
    .box-listing-item .discover {
        bottom: -40px !important;
        right: 0;
    }
}
@media screen and (max-width: 575px) {
    .box-listing-item .title {
        left:0px;
          top:15px;
          font-size: 22px;
    }
    .box-listing-item .text-over {
       /* font-size: 16px;*/
    }
}


/* ACCOMM page - rooms && Listing Subpages - extend room class
============================================================== */
.room {
    position:relative;
    color:var(--white-color);
}
.room:before {
    content:"";
    position:absolute;
    top:50px;
    left: 0;
    right: 0;
    bottom: -40px;   
    background:var(--brown-color);
    z-index:-1;
}
@media screen and (max-width: 991px) {
    .room:before {
        top:0px;
        bottom: -50px; 
    }
}
@media screen and (min-width: 768px) {
    .room .img-holder {
      margin:0 20px;
    }
}
@media screen and (min-width: 992px) {
    .room .img-holder {
        position:relative;
        margin:0 50px;
    }
}
.room .box-overImg {
    background:var(--brown-color);
    width: 46%;
    margin-top: -180px;
    position: relative;
    margin-left:auto; 
    padding:0 20px;
}
.room .box-overImg p:last-child {
    margin-bottom:0px;
}
.room.revert .box-overImg {
    margin-left: unset; 
}
.room .bookBtn,
.room h2,
.room h3,
.room .discover {
     color:var(--white-color);  
}
.room h2 {
  font-size:36px;  
  margin-bottom: 20px;
}
.fr .room h2,
.de .room h2 {
  font-size:32px;  
}
@media screen and (min-width: 992px) {
    .room h2 {
      margin-top: 40px;
    }
}
.room h3 {
    font-family: var(--fontRegular);
    font-size: 22px;
}
.room .discover,
.room.revert .discover.position-left {
  bottom: calc(180px + 44px);
}
.de .room .discover,
.de .room.revert .discover.position-left {
  bottom: calc(180px + 64px);
}
.fr .room .discover,
.fr .room.revert .discover.position-left {
  bottom: calc(180px + 54px);
}
.room.revert .discover {
  bottom: 44px;
}
.de .room.revert .discover {
  bottom: 64px;
}
.fr .room.revert .discover {
  bottom: 54px;
}
@media screen and (max-width: 1199px) {
  .room h2  {
    font-size: 34px;
    }
}

@media screen and (max-width: 991px) {
    .room .box-overImg {
        position: relative;
        padding: 10px 20px;
        margin-top: 0;
        width: auto;
    }
   .room h2 {
        font-size: 32px;
    }
    .box-overImg,
    .room.revert h2{
        text-align: left !important;
    }
    .room .discover,
    .room.revert .discover.position-left {
        bottom: -30px!important;
        right: 20px!important;
        -webkit-transform: none;
        transform: none;
        position: absolute;
            margin: 0px;
    }    
}
@media screen and (max-width: 767px) {
    .room h2 {
        font-size: 32px;
      }

}
@media screen and (max-width: 320px) {
    .room h2 {
        font-size: 28px;
      }
}
@media screen and (min-width: 992px) {
    .room .box-overImg.placement {
        margin-left:auto;
        margin-right:30px;
    }
    .room.revert .box-overImg.placement {
        margin-left: unset; 
        margin-left:30px;
    }
}

/* LIsting Subpages - extend room class
========================================= */
.room.position-bg:before {
    top:-40px;
    left: 100px;
    right: 0;
    bottom: -40px;   
}
.room.position-bg.revert:before {
      left: 0px;
    right: 100px;  
}
@media screen and (max-width: 991px) {
    .room.position-bg:before,
    .room.position-bg.revert:before{
        top:100px;
        left:0;
         right: 0;
          bottom: -50px; 
    }
}
.room.position-bg .h2{
    margin-top:0px;
}
.room .discover.position-bottom,
.room.revert .discover.position-bottom{
    bottom:45px;
}
.de .room .discover.position-bottom,
.de .room.revert .discover.position-bottom{
    bottom:65px;
}
.fr .room .discover.position-bottom,
.fr .room.revert .discover.position-bottom{
    bottom:52px;
}
.room.revert .discover.position-left {
    left:-45px; 
    right:unset;
}

.room.white-bg,
.room.white-bg .discover {
     color:var(--brown-color);
}
.room.white-bg:before {
    display:none;
}
.room.white-bg .box-overImg {
    background: var(--white-color);
}




/*ACCOMMODATION INTRO - GROUPS
=================================*/
@media screen and (min-width: 992px) {
  .grouped-rooms .group-room:first-child .rooms-per-group {
      margin-right:12px;
  }  
    .grouped-rooms .group-room:nth-child(2) .rooms-per-group {
      margin-left:12px;
  }  
}
.rooms-per-group {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.rooms-per-group:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}
.items-hover-displayed {
    position: absolute;
    z-index:1;
}
.items-hover-displayed .rooms-list {
    transition: opacity 800ms, display 800ms;
    display: none;
    opacity: 0;
}
.items-hover-displayed a,
.items-hover-displayed h2
{
    color:var(--white-color);
}
.items-hover-displayed a:hover{
    color:var(--light-white);
    text-decoration:underline;
}
.rooms-per-group:hover .items-hover-displayed .rooms-list{
    opacity: 1;
    display: block;
}
@media screen and (max-width: 1280px) {
    .items-hover-displayed h2{
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .items-hover-displayed h2{
        font-size: 2rem;
    }
}


/*ACCOMMODATION 
========================*/
.px-box {
    padding-left:10px;
    padding-right:10px;
}
.room-box h2 {
  font-size:36px;  
  margin-top:15px;
  margin-bottom: 25px;
  text-align: left !important;
}
.fr .room-box h2,
.de .room-box h2 {
  font-size:32px;  
}
@media screen and (max-width: 1199px) {
    .room-box h2  {
      font-size: 34px;
    }
}
@media screen and (max-width: 991px) {
    .room-box h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .room-box h2 {
        font-size: 32px;
      }
}
@media screen and (max-width: 320px) {
    .room-box h2 {
        font-size: 28px;
      }
}
.details {
    font-size:18px;
    text-align:left!important;
}




/*  Filters Accommodation
====================================*/

.filters {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--brown-color);
    border-bottom: 1px solid var(--brown-color);
}
.filter {
  padding: 10px 20px;
  letter-spacing: 1.5px;
}
.filter:hover {
  cursor: pointer;
       text-decoration:underline;
}
.filter.active {
    font-weight:600;
     text-decoration:underline;
}


.hide { /* You can play with the seconds to change the "animation" */
  animation: hide .3s ease 0s 1 normal forwards;
  transform-origin: center;
  padding:0px;
}
.show { /* You can play with the seconds to change the "animation" */
    animation: show .3s ease 0s 1 normal forwards;    
    transform-origin: center;
}

@keyframes hide {
  0%{
    transform: scale(1);        
  }
  100% {
    transform: scale(0);        
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0%{
    transform: scale(0);     
    width: 0;
    height: 0;
    margin: 0;   
  }
  100% {
    transform: scale(1);    
  }
}


/* END LIsting Subpages - extend room class
========================================= */
.list,
.umb-block-list ul,
.offer-page ul{
    margin-bottom:15px;
}

.list li,
.umb-block-list ul li,
.offer-page ul li{
    list-style: circle;
    text-align:left;
    margin: 0px 25px; 
}


/* BLOCK LISTS
========================================= */

.section-row {
    
}












/* FORMS
====================================== */
.contactform .form-control {
    font-family: var(--fontRegular);
  	border-radius: 0px;
  	height: 40px;
  	font-size: 18px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	outline: none;
	color: #565656;
	padding: .375rem .375rem;
}
.contactform .form-control:focus {
	outline: 0;
	border: 1px solid rgba(97, 97, 97, 1);		
	box-shadow: 0 1px 3px transparent;
}
.contactform select.form-control {
	color:#989898;
}

.contactform textarea.form-control {
  height: auto;
}
.field-validation-valid {
  display: none;
  color: red; }
.field-validation-error {
  display: block;
  color: red;
  font-size: 12px;
  text-align: left; }
.control-label {
  font-weight: normal;
  text-align: left;
  display: block; }
label span {
  color: red; }
label.required:after {
  content: " *";
  color: #FF0000; }
.asterisk {
	text-align:left;
	font-size:13px;
}
.form-agree label {
	display:inline;
	font-size:18px;
}
.form-agree .field-validation-error {
	display: inline-block;
}
.form-agree a {
    text-decoration:underline;
}
.form-agree a:hover {
    text-decoration:none;
}
.submitBtn{
    background-color: var(--brown-color);
    border: 0px;
    padding: 12px 30px;
    vertical-align: inherit;
    transition: all 0.3s ease 0s;
    margin-top: 0!important;
    color: var(--white-color);
  border-radius:0;
    
}
.submitBtn:hover,
.submitBtn:focus {
	outline: 0 !important;
    background-color: #f1f1f1;
    border: 0px;
    color: var(--brown-color);
}
#json-msg {
    padding-top:20px;
}
.status-failure,
.status-busy {
    margin:6px 0 0 0;
}
.status-busy img{
   height: 10px;
}


.signup .field-validation-error {
  text-align: center; }
  

.sitemap a{
    color: var(--brown-color);
}
.sitemap a:hover{
    text-decoration:underline;
}
.wordbreak a{
     word-break: break-word;  
}
.error {
    color: #f1cdc9;
    font-size: 12px;
    padding-left: 15px;
}

/* Calendar
====================== */
.ui-datepicker {
    font-size:16px;
    letter-spacing:0px!important;
        border-radius: 0;
    font-family: var(--fontRegular);    
}
.ui-datepicker-header {
    background:none!important;
    background-color: var(--light-white)!important;
	border:none;
	color:#333;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0px!important;
	border-radius: 0;
}
.ui-datepicker .ui-icon {
      background:none!important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: url(/images/gallery-arrow.svg) no-repeat center !important;
        border:none;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
    border:none;
}
.ui-datepicker .ui-datepicker-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ui-datepicker .ui-state-active {
    background-color:var(--brown-color);
    border-color:var(--brown-color);
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next:hover {
    right: 2px;
    top: 2px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev:hover {
    left: 2px;
    top: 2px;
}

.sitemap {
    text-transform: uppercase;
}
.sitemap a {
    text-decoration: none;
}
.sitemap a:hover {
    text-decoration: underline;
}

/* Popups
====================== */
.modal {
  z-index: 10500;
}
.modal .modal-dialog {
    max-width: 720px;
}
.modal .modal-content {
  -webkit-box-shadow: 0px 20px 20px #00000045;
          box-shadow: 0px 20px 20px #00000045;
  border-radius: 0px;
  border: none;
  text-align: left;
  font: normal normal 300 19px/30px var(--fontRegular);
  letter-spacing: 0px;
    background: var(--white-color);
  color: var(--brown-color); 
}
.modal  .h3{
    font-size: 2.2rem;
}
.modal .btn-close {
    position: absolute;
    width: 2em;
    height: 2em;
    right: 0px;
    top: 0px;
    opacity: .8;
    border-radius: 0px;
}
.modal .btn-close:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--brown-color);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .5;
}
@media screen and (max-width: 767px) {
    .modal .modal-body .imgCol {
        height: 300px !important;
    }
    .modal .modal-content {
        font: normal normal 300 16px/27px var(--fontRegular);
    }
    .modal .modal-dialog {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*WAVE ON SLIDER
==============================*/ 
 .wave {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height:auto;
    width: auto;
    z-index: 1;
    background:url(/images/wave.svg) no-repeat;
    background-size: 100%;
    color: white;
    font-size: 38px;
    text-align: right;
    padding: 4%;
}
.wave span {
    display:block;
    font-size: 16px;
}
@media (max-width: 1500px) and (min-width: 1480px){
    .wave {
        padding: 4%;
        font-size: 40px;
    }
    .wave span {
        font-size: 16px;
    }
}
@media (max-width: 1440px) and (min-width: 1200px){
    .wave {
        padding: 4%;
        font-size: 38px;
    }
    .wave span {
        display:block;
        font-size: 14px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .wave {
        padding: 4%;
        font-size: 26px;
    }
    .wave span {
        display:block;
        font-size: 14px;
     }
}
@media (max-width: 991px) and (min-width: 768px){
    .wave {
        padding: 4%;
        font-size: 22px;
    }
    .wave span {
        display:block;
        font-size: 11px;
    }
}
@media (max-width: 767px){
    .wave {
        padding: 4%;
        font-size: 20px;
    }
    .wave span {
        display:block;
        font-size: 11px;
    }
}
@media (max-width: 480px){
    .wave {
        padding: 4%;
        font-size: 14px;
    }
    .wave span {
        font-size: 10px;
    }
}
@media (max-width: 360px){
    .wave {
        padding: 3%;
        font-size: 11px;
    }
    .wave span {
        font-size: 7px;
    }
}

.hotel-awards.owl-carousel .owl-item {
    text-align:center;
}

.hotel-awards.owl-carousel .owl-item img {
    width:auto;
    margin:auto;
}
 
/*# sourceMappingURL=style.css.map */