:root {
    --fontManrope: 'Manrope', sans-serif;
    --fontOpen: 'Open Sans', sans-serif;
    --white: #fff;
    --black: #000;
    --black23: #232323;
    --brown: #90867f; /*#90867f*/
    
    --greyEF: #EFEFEF;
    --grey9E: #9E9E9E;
    --blue: #f5f7fa; /*f5f7fa*/ 
    --lightblue: #CDD9E5; /*CDD9E5*/

    --brownD6: #D6D1CA;/*yes*/
    --brownFC: #FCF9F8;/*yes*/
    
    --coolGray1C:#d9d8d6;
    --warmGray8C:#8b8179;
    --letterSpacing36: 0.36px;
}
.bgGreyEF {
    background-color: var(--greyEF);
}
.bgBlue {
    background-color: var(--blue);
}
.bgWhite {
    background-color: var(--white);
}
.bgLightBlue {
    background-color: var(--lightblue);
}
.bgBrownD6 {
    background-color: var(--brownD6);
}
.brownLight{
    background-color: var(--brownFC);
}
.bgPpacityGrey{
   background-color: rgba(217, 216, 214, 0.6); 
}
.bgWarmGray8C {
    background-color: var(--warmGray8C);
}
.bgCoolGray1C {
    background-color: var(--coolGray1C);
}
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: var(--fontOpen);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black23);
    text-align: left;
    transition: background-color .5s;
    line-height:1.4;
}
@media screen and (max-width: 991px) {

}  
button, .btn {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
button:focus,
.btn.focus,
.btn:focus,
input:focus,
select:focus{
  outline: 0;
  box-shadow: none !important;
}

a{
  text-decoration: none;
/*  opacity: .9;*/
    color: var(--grey9E);
}
a:hover{
  text-decoration: none;
 /* opacity: .9;*/
    color: var(--black)!important;
}

/*a:visited,
a:active{
  text-decoration: none;
  opacity: .9;
   color: var(--black)!important;
}*/

/*a:link,*/
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
   /* display: none;
    -webkit-appearance: none;*/
    opacity:0;
}

/*Button
=============================*/
.button,
.MoreLink {
    font-family: var(--fontManrope);
    color: var(--black23);
    border-radius: 0px;
    font-weight: 400;
    line-height:1;
}
.button {
    border: 1px solid var(--black23);
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    transition: all 0.3s;
    z-index: 1;
    position:relative;
    -webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
  }
.button:after,
.button:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--black23);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button:hover {
    color: #fff!important;
    border-color: var(--black23);
}
.button:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
header .button {
    border: 2px solid var(--white);
    color: var(--white);
    font-size: 14px;
       background: rgba(0, 0, 0, 0.005);
}
@media (max-width: 767px){
    .button { 
        font-size: 16px;
    }
    header .button {
        padding: 8px 14px;
        font-size: 12px!important;
        letter-spacing: 1.4px;
    }
}
@media (max-width: 565px){
    header .button {
        padding: 8px 10px;
        letter-spacing: 1px;
    }
}
@media (max-width: 480px){
    header .button {
        padding: 6px 8px;
        letter-spacing: 0px;
    }
}
@media (max-width: 360px){
    header .button {
        padding: 5px 6px;
        font-size: 9px!important;
    }
}
.MoreLink {
    line-height: 2;
    position: relative;
    display: inline-block;
    transition: .3s linear;
    padding: 0px;
  /*  margin-right: 20px;*/
    font-size: 18px;
    font-weight: 300;
    color: var(--black23);
}
.MoreLink:hover{
    color: var(--black23);   
}
.MoreLink::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--black23);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.MoreLink:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
@media (max-width: 767px){
    .MoreLink { 
        font-size: 16px;
    }
}
.smaller{
    font-size: 16px;
}
@media (max-width: 767px){
    .smaller { 
        font-size: 14px;
    }
}
  
/*HEADERS
===================== */
h1, .h1,
h2, .h2,
h3, .h3 {
    font-family: var(--fontManrope);
    color: var(--black23);
    font-weight: 500;
    word-wrap: break-word;
    line-height:1;
    margin: 0px 0 30px;
    text-transform: uppercase;
}
h1 span,
h2 span,
h3 span{
    color: var(--grey9E);
    display: block;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.005);
}
h1, .h1 {
    font-size: 42px;
}
h1 span,
.h1 span{
    font-size: 16px;
    margin-bottom: 15px;
}
h2, .h2{
    font-size: 38px;
} 
h2 span,
.h2 span{
    font-size: 16px;
    margin-bottom: 15px;
}
h3, .h3{
    font-size: 34px;
}
.h3.smaller {
       font-size: 28px;
}
h3 span, .h3 span {
    font-size: 16px;
    margin-bottom: 15px;
}
/*
@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 42px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3{
        font-size: 32px;
    }
    .h3.smaller {
        font-size: 28px;
    }
}*/
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 36px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    h3, .h3{
        font-size: 26px;
    }
    .h3.smaller {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    h1, .h1 {
        font-size: 34px;
    }
    h2, .h2 {
        font-size: 28px;
    }
    h3, .h3{
        font-size: 24px;
    }
    .h3.smaller {
        font-size: 20px;
    }
}
.mt-offset{
   /* margin-top:120px;*/
    margin-top:90px;
}
.margin-neg-left {
    margin-left: -60px!important;
        z-index:1;
    }

@media (max-width: 1199px) and (min-width: 992px){
   .margin-neg-left {
        margin-left: -60px!important;
        z-index:1;
    } 
    .hotels-list .margin-neg-left {
        margin-left: 0px!important;
    } 
}

@media (max-width: 1199px) {
    .mt-offset{
        margin-top:80px;
    }   
}
@media (max-width: 991px) and (min-width: 768px){
    .margin-neg-left {
    margin-left: 0px!important;
    }
}
@media (max-width: 767px) {
    .mt-offset{
        margin-top:60px;
    }   
    .margin-neg-left {
    margin-left: 0px!important;
    }

}



@media (min-width: 992px) {
    .margin-neg-left{
        margin-left:0px;
        z-index:1;
    }
    .margin-neg-right{
        margin-left:-80px;
        z-index:1;
    }
}
.paddingY-bg{
    padding-top:80px;
    padding-bottom:80px;
}
@media (max-width: 767px){
    .paddingY-bg{
        padding-top:60px;
        padding-bottom:60px;
    }  
}
/*HEADER
=================================*/
header{
    z-index: 1020 !important;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    padding-top:15px;
    padding-bottom:15px;
    font-size:14px;
    font-family: var(--fontManrope);
}
.headerBg,
.noSlider header{
    background-color: var(--brown);
}
header.headerBg {
    padding-top:10px;
    padding-bottom:10px; 
}
.logo img{
    filter: brightness(0) invert(1);
    height: 54px;
}

header.headerBg .logo img{
    height:46px;
  /*  display:none*/
}
/*
logoScrolling {display:none}
header.headerBg .logo img.logoScrolling{
     height:46px;
     display:inline-block;
     filter:none;
}*/

@media (max-width: 767px){
    header{
        padding-top:10px;
        padding-bottom:10px;
    }
    .logo img{
        height: 40px;
    }
    header.headerBg .logo img{
        height:36px;
    }
}
header a{
    color:var(--white)!important;
}
.header-ribbon{
    line-height:1.2;
}


.topSmallMenu {
    margin-left:15px;
    padding-left:15px;
    border-left:solid 1px var(--white);
}
.topSmallMenu .nav-link {
    padding-left:0px;
}
.topSmallMenu .nav-link.active {
}
/*
.main-header-row .right-col > div:first-child { border-right:solid 1px var(--white); margin-right:15px; }
.main-header-row .right-col > div:not(:last-child) { padding-right:15px; }
*/
.flightBtn {
    font-size:11px;
    text-transform:uppercase;
    padding-right:3px;
    padding-bottom:3px;
}
@media (max-width: 767px){
    .flightBtn {
        font-size:10px;
        padding-right:0px;
        padding-bottom:4px;
    }  
}
@media (max-width: 575px){
    .flightBtn {
        font-size:8px;
    }  
}
/* MAIN NAVIGATION
=============================== */ 
.menu-trigger {
    position: relative;
    z-index: 1000;
    display: inline-block;
    height: 29px;
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    background: rgba(0, 0, 0, 0.005);
}
.menu-trigger:hover {
    color: var(--white);
}
.menu-icon {
    color: #ffffff;
    display: inline-block;
    width: 30px;
    height: 1px;
    -webkit-transform: translateX(-0%) translateY(-0%);
    -moz-transform: translateX(-0%) translateY(-0%);
    -ms-transform: translateX(-0%) translateY(-0%);
    -o-transform: translateX(-0%) translateY(-0%);
    transform: translateX(-0%) translateY(-0%);
    background: #ffffff;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    z-index: 100;
    margin-right:5px;
  }
.menu-icon::before,
.menu-icon:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
    -moz-transition: -moz-transform 0.3s, top 0.3s, background-color 0s;
    transition: transform 0.3s, top 0.3s, background-color 0s;
}
.menu-icon::before {
    top: -10px;
}
.menu-icon::after {
    top: 10px;
}
.menu-trigger.is-clicked {
    color:var(--warmGray8C)!important;
}
.menu-trigger.is-clicked .menu-icon{
    background-color: rgba(255, 243, 226, 0);
}
.menu-trigger.is-clicked .menu-icon::before,
.menu-trigger.is-clicked .menu-icon::after {
    background: var(--warmGray8C);
}
.noSlider .menu-trigger.is-clicked {
    color:var(--white)!important;
}
.noSlider .menu-trigger.is-clicked .menu-icon{
    background-color: rgba(255, 243, 226, 0);
}
.noSlider .menu-trigger.is-clicked .menu-icon::before,
.noSlider .menu-trigger.is-clicked .menu-icon::after {
    background: var(--white);
}

.menu-trigger.is-clicked .menu-icon::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu-trigger.is-clicked .menu-icon::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}  
  
  
  
  
/* LANGUAGES
=============================== */ 
.languagesDrop .dropdown-toggle {
    color: var(--white);
}
.languagesDrop .dropdown-toggle::after {
    border: none !important;
    background: url(../images/arrow-down.svg);
    width: 13px;
    height: 8px;
    vertical-align: middle;
    margin-left: 0;
}
.languagesDrop a {
    color: var(--black23)!important;
    text-decoration: none;
    font-size: 14px; 
}
 .languagesDrop .dropdown-menu{
    min-width: 40px;
    border-radius: 0;
    background-color: var(--white);
 }
 .languagesDrop .dropdown-item {
    display: block;
    padding: 0px;
    text-align: center;
 }
 .languagesDrop .dropdown-item:hover {
    background:none;
    color: var(--brown)!important;
 }
 @media (max-width: 767px){
     .languagesDrop .dropdown-toggle,
    .languagesDrop a {
        font-size: 12px;
    }
 }
 /* Login BTN
=============================== */ 
.login {
    margin-right:20px;
    position: relative;
}
.login .dropdown-toggle {
    color: var(--white);
    filter: brightness(0) invert(1);
    background:url(/images/user.svg) no-repeat center center;
    width:24px;
    height:24px;
}
.login .dropdown-toggle:after {
    display:none;
}
/*
.login .show {
    display: none;
    transform: none !important;
    inset: 0 !important;
}*/

.login .dropdown-menu.show{
    display: block;
    top: 34px!important;
    padding: 0.5rem;
    min-width: 290px;
   /* left: -110px;*/
    border: none;
    border-radius: 0;
    border:solid 1px var(--brown);
}
 @media (max-width: 400px){
    .login .dropdown-menu.show {
        min-width: 250px; 
    }
 }
/*
 @media (max-width: 400px){
    .login .dropdown-menu.show {
      right:0px;
      left:unset;
    }
 }*/
 .login .dropdown-menu{
    border-radius: 0;
    background-color: var(--white);
 }
 .login .dropdown-item {
    color: var(--black23)!important;
    font-size: 14px; 
 }
 .login form  {
     padding:20px;
 }
 .login form > div:not(.login-bts):not(.login-bts-register) {
      margin-bottom:15px;
 }
 .login form label {
   /*  font-size: 14px;
     width:40%;*/
 }
 .login form input.form-control{
     font-size: 14px;
     /*width:60%;*/
         border-radius: 0;
 }
 .login form.resetPswform input.form-control{
     width:100%;
 }
 
.login-bts {
    padding-top:10px;
}
 .login-bts .button {
    /*border: 1px solid var(--black23); 
    color: var(--black23)!important;
    background: transparent;*/
    border: 1px solid var(--brown);
    background-color: var(--brown);
    color: var(--white)!important;
    text-transform: uppercase;
    transition: all 0.3s;
    z-index: 1;
    position:relative;
    -webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	width:100%;
  }
 .login-bts .button:hover {
    color: #fff!important;
    border-color: var(--black23);
    background:var(--black23)!important;
}
.remember-check,
.reset_password{
   font-size: 13px;
}
.reset_password {
    text-align:right;
}
.login-bts-register{
    font-size: 13px; 
    text-align:center;
    padding-top:30px;
}
.return-login{
    font-size: 13px;
    text-align:center;
    margin: 20px 0px 0px;
}
.reset_password a,
.return-login a,
.login-bts-register a{
    color: var(--brown)!important;
    text-decoration:underline;
}
.logout .dropdown-menu.show{
    display: block;
    top: 35px!important;
    padding: 0.15rem;
    width: 100%;
    border: 2px solid var(--white);
   /* left: -110px;*/
    border-radius: 0;
}
.logout .dropdown-menu.show a{
    color: var(--black23)!important;
    font-size:14px;
}
.hidden {
    display:none;
}
/* OTHER HOTELS BTN
=============================== */ 
 .hotels-btn .dropdown-menu{
    border-radius: 0;
    background-color: var(--white);
 }
 .hotels-btn .dropdown-item {
    color: var(--black23)!important;
    font-size: 14px; 
 }
/*SLIDER
=============================== */
.noTopMedia {
    height: 86px;
}
@media (max-width: 767px){
    .noTopMedia {
        height: 70px;
    }
}
@media (max-width: 480px){
    .noTopMedia {
        height: 63px;
    }
}
.topMedia {
    height: 100%;
    position: relative; 
}
/*=== Carousel Slider ===*/
.carousel,
.carousel-inner,
.carousel-item {
    width: 100%;
    height: 100vh; 
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    visibility: hidden; }
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    visibility: visible; }
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contentOverSlider {
    position: absolute;
    z-index: 9;
    color: white;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-family: var(--fontManrope);
    font-weight: 300;
    color: var(--white);
    font-size: 72px;
    line-height:1;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .contentOverSlider {
        font-size: 48px;
    }
}
@media (max-width: 575px) {
    .contentOverSlider {
        display: none !important; 
    } 
}

.carousel-control-next, .carousel-control-prev {
    width:10%;
}
#carousel_slider .carousel-control-next-icon {
  background-image: url(../images/right-arrow.svg)!important;
}
#carousel_slider .carousel-control-prev-icon {
  background-image: url(../images/right-arrow.svg)!important;
  transform:          rotate(-180deg);
  -ms-transform:      rotate(-180deg);
  -moz-transform:     rotate(-180deg);
  -webkit-transform:  rotate(-180deg);
  -o-transform:       rotate(-180deg);
}
#carousel_slider .carousel-control-next-icon, #carousel_slider .carousel-control-prev-icon {
  display: inline-block;
  width: 50px!important;
  height: 50px!important;
  background: no-repeat 50%/100% 100%;
}
@media screen and (max-width: 1199px) {
    .carousel, .carousel-inner, .carousel-item {
    width: 100%;
    height: unset;
    }
}
/*
@media screen and (max-width: 991px) {
    .carousel, .carousel-inner, .carousel-item {
    width: 100%;
    height: unset;
    }
  #carousel_slider .carousel-item,
  #carousel_slider {
    height: 550px;
  }
}*/
/*@media screen and (max-width: 575px) {
  #carousel_slider .carousel-item,
  #carousel_slider {
    height: 350px;
  }
}*/
.carousel-indicators {
    bottom: 15%; 
}
.carousel-indicators [data-bs-target] {
    opacity: 0.6;
    width: 36px;
    height: 0px;
    margin:0px 0;
    text-indent: 0;
}
@media screen and (max-width: 767px) {
    .carousel-indicators {
        bottom: 8%; 
    }
}

.carousel-indicators .active{
    opacity: 1;
}
.carousel-indicators span{
    opacity: 0.6;
    display:block;
    margin:0px;
    font-size:14px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
.carousel-indicators .active span{
    opacity: 1;
}
#carousel_slider picture img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}



/*PAGE HEADER - H1
============================================*/
.header-container{
    position:relative;
}
@media (min-width: 768px){
    .header-container .left-hr {
        width: 80px;
        border: none; 
        opacity: .8;
        overflow: visible;
        margin: 0;
        border-bottom: 1px solid var(--black23);
        margin-left:20px;
        display:inline-block!important;
        margin-bottom:15px;
    }
}
.header-container .center-hr {
    width: 1px;
    border: none;
    opacity: 1;
    left: 0px;
    right: 0;
    top: 0px;
    margin: 0 auto;
    border-right: 1px solid var(--black23);
    height: 80px;
    margin-bottom: 20px;   
    background:transparent;
}

@media (max-width: 1199px) {
    .header-container .center-hr {
        height: 60px;
    }
}

/* FOOTER
=============================== */
.footerMenu a,
.footerMenu button{
    letter-spacing: var(--letterSpacing36);
    color: var(--black);
    text-decoration: none;
    font-family: var(--fontManrope);
}
.footerMenu a:hover,
.footerMenu a:focus,
.footerMenu button:hover{
    color: var(--grey9E)!important;
}

footer {
  font-size: 14px;   
}
.footer-logo img{
    width: 360px;
    /*filter: brightness(0) invert(1);*/
}
@media (max-width: 575px) {
    .footer-logo img{
          width: 220px
    }
}


.contact-details {
   
}
footer a {
     color: var(--black23);
}
footer a:hover {
   color: var(--grey9E);
    text-decoration: underline;
}
.social a {
    width:50px;
    height:50px;
    background-color:var(--black23);
    border-radius: 50%;
    display: inline-block;
    padding: 12px;
    margin:0 4px;
        transition: all 0.5s linear;
}
.social img{
  width: 24px;
  /*filter: brightness(0%) saturate(0%); */
  filter: brightness(0) invert(1);
}
.social a:hover {
    background-color:var(--grey9E);
        transition: all 0.5s linear;
}
.copyright {
    font-size: 12px;
}
/*=========== To Top =========== */
.toTop {
  text-align: right; }
      
a.scrollup {
    background: url(/images/top.png) no-repeat center center;
        background-size: 48px;
    bottom: 10px;
    display: none;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
    text-decoration: none;
    padding: 0px 0px 0;
    z-index: 10000;
    transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
 }
.scrollup.is-visible {
	display: inline;
  	opacity: 1;
}

/* SWIPER - GENERAL intro
=============================== */
.swiper {
    width: 100%;
    height: auto;
}
.swiper-slide {
    text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
    background: url(../images/right-arrow.svg) no-repeat center center !important;
    width:40px;
    height:40px;
    top:calc(100% - 20px);
}
.swiper-button-prev {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.swiper-button-next {
     right: calc(50% - 50px);
}
.swiper-button-prev {
     left: calc(50% - 50px);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display:none;  
}       
@media (min-width: 992px){
    .swiper-button-next,
    .swiper-button-prev {
        position:absolute;
        position: absolute;
        top: 40%;
        left: auto;
        right: calc(20% - 80px);
        width:80px;
        height:80px;
    }
    .swiper-button-prev {
        top:calc(40% - 100px);
    }
}
.swiper-pagination {
    bottom: 0px!important;
    line-height: 0;
}
.swiper-pagination-bullet {
    background-color: rgba(112, 112, 112, 0.6);
    height: 30px;
    width: 30px;
    opacity:.8;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color:transparent;
        border: 3px solid rgba(112, 112, 112, 0.6);
        opacity:0.6;
}
.swiper-pagination.small {
    bottom: 0px !important;
}
.swiper-pagination.small .swiper-pagination-bullet {
    height: 18px;
    width: 18px;
}
@media (max-width: 1400px) {
.swiper-pagination {
    bottom: 35px!important;
    }
}
@media (max-width: 1200px) {
.swiper-pagination {
    bottom: 92px!important;
    }
}
@media (max-width: 992px) {
.swiper-pagination {
    bottom: 140px!important;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .swiper-pagination {
       bottom: 80px!important;
       text-align: left;
    }
    /*.roomsSwiper .swiper-wrapper {
        padding-bottom: 0px;
    }*/
}
@media (max-width: 991px) and (min-width: 768px){
    .swiper-pagination {
       bottom: 80px!important;
    }
}
@media (max-width: 767px){
    .swiper-pagination-bullet {
        height: 24px;
        width: 24px;
    }
    .swiper-pagination.small .swiper-pagination-bullet {
        height: 16px;
        width: 16px;
    }
    .swiper-pagination {
       bottom: 20px!important;
    }
}
@media (max-width: 565px){
    .swiper-pagination {
       bottom: 40px!important;
    }
}


/*MAIN CONTENT
==================================*/
.intro-text-section img{
    z-index:-1;
}
@media (min-width: 1679px){
    .intro-text-section img{
        object-fit: cover;
        width: 100%;
    }
}

/*OFFERS Intro & general carousel
=======================================*/
.text-neg-over-img {
    margin-top:-60px;
    z-index:1;
    position:relative;
}



/*INNER PAGES 
=============================*/
.breadcrumb {
    text-transform:uppercase;  
    color: var(--black);
}
.breadcrumb li+li:before {
    padding: 8px;
    color: var(--black23);
    content: "\003e";
}
.breadcrumb a {
    color: var(--black23);
    font-weight: 300;
    text-decoration: none;
 }
.breadcrumb a:hover {
    color: var(--grey9E);
    font-weight: 300;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .breadcrumb {
        font-size:14px;
    }    
}


 ul.ListText{
    margin: 20px 0 0px 0;
    padding: 0px;
}

ul.ListText li{
    display: flex;
    list-style-type: none;
    padding-bottom: 10px;
}
ul.ListText li::before{
    content: "\2022";
    color: #B7B6B6;
    font-size: 40px;
    line-height: 0px;
    margin-right: 10px;
    margin-top: 15px;
}
@media (max-width: 767px){
    ul.ListText {
        margin: 0px 0 0px 0;
    }
}

ul.ListText li{
    display: flex;
    list-style-type: none;
    padding-bottom: 10px;
}

/*MAP
===============================*/
  .ContactDetailsBox{
    min-height: 340px;
    padding: 20px;
    background: #F4F3F3;
    position:relative;
	z-index:1;
  }
  .ContactDetailsBox img{
    width: 70px;
    text-align: center;
    margin: 10px auto;
}
.ContactDetailsBox .header-container .center-hr {
    height: 50px;
}
@media (max-width: 991px) and (min-width: 768px){
    .ContactDetailsBox img{
        width: 50px;
    }
}
@media (max-width: 767px){
    .ContactDetailsBox {
        min-height: auto;
        padding: 10px 10px;
        font-size:16px;
    }
    .ContactDetailsBox img {
        width: 30px;
        margin: 0px auto;
    }
    .ContactDetailsBox .header-container .center-hr {
        height: 0px;
        margin-bottom:10px;
    }
    .ContactDetailsBox .header-container .h3{
        margin-bottom:10px;
    }
}
.map_link {
	display:block;
	z-index: 0;
    position: relative;
}

.map_link.inner {
	background:url(/images/map.jpg) no-repeat center center;	
	background-size: cover;
	min-height:550px;
	width:100%;
	margin-top:-150px;

}
@media screen and (max-width: 992px) {
    .map_link.inner {
        min-height:450px;
    }   
}
@media screen and (max-width: 767px) {
    .map_link.inner {
        min-height:350px;
        margin-bottom:30px;
    }   
}


/** START OF MODAL 
=======================*/
.modal {
  z-index: 20000;
}
  .modal .modal-dialog {
    max-width:640px;
  }
.modal .modal-content {
  border-radius: 0px;
}
.modal .modal-content .h3{
    font-size: 1.8em;
}
.modal .btn-close {
  position: absolute;
  width: 2em;
  height: 2em;
  right: 0px;
  top: 0px;
  opacity: .8;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .modal .modal-body .imgCol {
    height: 300px !important;
  }
  .modal .modal-dialog {
       max-width:400px;
  }
}
.fslightbox-slide-btn {
    width: 52px!important;
    height: 52px!important;  
}

.fslightbox-slide-btn svg,
.fslightbox-toolbar-button svg{
    width: 30px!important;
    height: 30px!important;
}


/*BOXES 
    ================================
*/
.hotels-list {
        justify-content: center;
}
.media-type-cat {
    position:relative;
}
.link-over {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
}
.link-over span{
    display:none;
}
    /*  Filters 
====================================*/
.filters {
    margin-bottom: 50px;
}
.filters ul{
    list-style: none;
}
    .filters > ul > li {
        padding: 10px 0 10px 15px;
        border-bottom: 1px solid var(--black23);
        /*letter-spacing: 1.5px;*/
        font-size: 20px;
    }
.filters li.heading {
    border-bottom: 0;
    font-weight: 600;
    font-size: 26px;
    border-bottom:0
}
.filters li.parent {
    position: relative;
}

    .filters li.parent .plus {
        position: absolute;
        top: 12px;
        right: 5px;
        width: 20px;
        height: 20px;
        z-index: 2;
        font-weight: 300;
        cursor: pointer;
        font-size: 24px;
        line-height: 1;
    }
        .filters li .plus:not(.minus)::after {
            content: "+";
        }
    .filters li .plus.minus::after {
        content: "-";
    }
.filters .sub li.parent .plus {
    top: 0px;
}
    .filters li.parent .sub {
    padding:5px 0 15px 20px;
    display: none;
    font-size:18px;
    line-height:1.4;
}
        .filters li.parent .sub div {
            padding-right:30px;
        }
        .filters li.parent.expanded > .sub {
    display: block;
}
        .filter:hover {
  cursor: pointer;
}
.filter.active {
     color:var(--brown);
}



.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);    
  }
}

/*.all-rooms .group:first-child{*/
.all-media {
    padding-bottom:60px;
      display: flex;
  flex-wrap: wrap;
}
.all-media .group{
    padding-top:60px;
}


.media-box {
    margin-bottom:30px;
}
    .media-box .MoreLink {
        background: url(/images/download.svg) no-repeat left center;
        padding-left: 25px;
        background-size: 20px;
    }

.pagination-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    justify-content: center;
}
.pagination-number,
.pagination-button{
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
}
.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}
.pagination-number.active {
  color: #fff;
  background: var(--warmGray8C);
}
.hidden {
  display: none;
}

/* FORMS
====================================== */
.form-placement {
    font-size: 14px;
    padding: 60px 70px;
    font-weight: 400;  
}
@media (max-width: 767px){
    .form-placement {
        padding: 20px;
    }    
}
.contactform .form-control {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    outline: none;
    color: var(--black);
    padding: 20px;
    font-size: 14px;
}
::-webkit-input-placeholder {
 	color: var(--black);
}
:-moz-placeholder { 
    color: var(--black);
}
::-moz-placeholder {  
    color: var(--black);
}
:-ms-input-placeholder { 
    color: var(--black);
}
.contactform select.form-control {
    color: var(--black);
}
.contactform textarea.form-control {
  height: auto;
}
.field-validation-valid {
  display: none;
  color: red; }
.field-validation-error {
  display: block;
  color: red;
  text-align: left; 
font-size:12px;    
}
.field-validation-error:empty {
	display: none;
}  

.asterisk span {
  display: inline;
  font-size: 24px;
  line-height: 22px;
}
.form-agree label {
	display:inline;
}
.form-agree .field-validation-error {
	display: inline-block;
}
.form-agree a {
    text-decoration:underline;
}
.form-agree a:hover {
    text-decoration:none;
}
.grecaptcha-badge {
	display: none !important;
}