:root {
  --white: #ffffff;
  --grey: #58595b; 
  --grey-light: #f6f6f6;
  
  --main: #a9abae; /*#bb9657; */
  --main-light:#a9abae; /* #d7c080*/
  --main-xxlight: #c5c5c6; /*dfccab*/
  --black: #000000;
  --black-07: #070707;
  
  --blue-opacity:rgba(96, 208, 241, .8);
  --yellow-opacity:rgba(255, 212, 81, .8);
  --green-opacity:rgba(155, 207, 124, .8);
  --red-opacity:rgba(241, 92, 120, .8);
  
  --green: #669583;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ol, ul {
    padding-left: 0rem;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: var(--grey);
}
.fit-img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

/*HEADERS
================================*/
h1, h2, h3, .h1, .h2, .h3{
  font-family: 'Comfortaa', cursive;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}
h1, .h1 {
  font-size: 42px;
}
h2, .h2 {
  font-size: 34px;
}
h3, .h3 {
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size:28px;
  }
     h3, .h3 {
      font-size: 22px;
    } 
}
@media screen and (max-width:767px) {
  h1, .h1 {
    font-size: 26px;
  }
  h2, .h2 {
    font-size:24px;
  }
  h3, .h3 {
    font-size:20px;
  }
}

.main-container-padding {
  padding: 50px 50px 0 50px;
}
@media (max-width: 1199px) and (min-width: 992px){
  .main-container-padding{
    padding: 30px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .main-container-padding{
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 320px) {
  .main-container-padding{
    padding: 20px 10px 0 10px;
	  
  }
}

.underline:after {
  content: " ";
  display: block;
  width: 200px;
  height: 4px;   
  background: var(--main-xxlight);
  margin-top:10px;
      background: url(/images/border.svg) repeat-x left center;
          background-size: 50%;
}
.underline.centered:after {
    margin-left:auto;
    margin-right:auto;
}
/*
@media screen and (max-width: 767px) {
    .innerpages .underline:after {
        margin-left:auto;
        margin-right:auto;
    }
}*/
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: var(--grey);
}

a:hover {
  text-decoration: none;
      color: var(--main);
}
.main-container-padding a {
 color: var(--black-07);
}
.main-container-padding a:hover {
      color: var(--main);
   
}
.section-bg-grey-light {
      background: var(--grey-light);
}
/*SPACE 
==================== */
.top-distance {
   margin-top: 60px;   
}
@media (max-width: 767px){
    .top-distance {
       margin-top: 40px;   
    }    
}
.flex-eq-col-width {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}
.btn {
    font-family: 'Comfortaa', cursive;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: var(--grey);
    border-radius: 0;
    border: none;
    padding: 10px 25px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    background: var(--white);
    font-weight: 800;
}
.btn.blue{
    background: var(--main); 
    color: var(--black);
}
.btn.blue:hover{
    background: var(--main-light); 
    color: var(--black);
}
.bookButton {
  background: var(--main);
  color: var(--black);
  display: block;
  margin: 0px auto;
}
.bookButton:hover {
  background: var(--main-light);
}
@media (max-width: 1199px){
   .btn {
        padding: 10px 18px;
   }
}

button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}


/*CAROUSEL
======================= */
.swiper-button-next,
.swiper-button-prev {
    top: unset !important;
    bottom: 0px;
    height: 50px;
    width: 100px;
    position: absolute;
}
.swiper-button-prev {
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: url(/images/arrow-grey.svg) no-repeat center !important;
}
.swiper-button-next{
    right: calc(50% - 100px);
    background: url(/images/arrow-grey.svg) no-repeat center !important;
}
.swiper-button-prev{
  left: calc(50% - 100px);
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    content: '';
}
@media screen and (max-width: 1199px) {
    .swiper-button-next,
    .swiper-button-prev {
      height: 40px;
      width: 80px;
    }
    .swiper-button-next{
        right: calc(50% - 80px);
    }
    .swiper-button-prev{
      left: calc(50% - 80px);
    }
}


/* ------------------ */

.header {
    font-family: 'Comfortaa', cursive;
    background-color: var(--white);
    padding: 0px 40px;
    height: 115px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.75px;
}
/*
.header.headerBg {
  height: 80px;
}*/

.header .headerLogo {
    align-self: start;
    background:#fff;
    padding:15px 20px 20px;
    width: 180px;
}   
.header .headerLogo img{
    width: 100%;
    transition: transform 1s;
}
@media screen and (max-width: 1199px) {
    .header .headerLogo {
        padding:15px;
        width: 150px;
    } 
}
@media screen and (max-width: 991px) {
    .header .headerLogo {
        padding:10px;
        width: 120px;
    } 
}
@media screen and (max-width: 575px) {
    .header .headerLogo {
        padding: 10px 0 0;
        width: 70px;
    } 
}
.header.menuHeader {
  z-index: 10000000000;
  background: transparent;
  color: var(--white);
}
.header.menuHeader .tel img{ /*.whiteLogo {*/
    filter:  brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.header .tel img {
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
    .header .tel.mobileTel img {
      width: 25px;
    }
}
@media screen and (max-width: 575px) {
    .header .tel.mobileTel img {
      width: 18px;
    }
}

@media screen and (max-width: 1440px) {
  .header {
    padding: 0px 25px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 80px;
  }
  .header.menuHeader .whiteLogo {
    width: 85px;
    height: 50px;
  }
}

@media screen and (max-width: 575px) {
  .header .bookButton {
    width: 100px;
   /* height: 40px;*/
    padding: 8px;
  }
  .header {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 380px) {
  .header .bookButton {
     /*width: 85px;
   height: 48px;*/
    padding: 6px;
    padding: 6px;
    font-size: 12px;

  }
}


.header .menu-btn {
  width: 25px;
  height:25px;
  background: url(/images/menu.svg) no-repeat right 2px;
  cursor: pointer;
  margin-left:15px;
}
.header .menu-btn.active {
  background: url(/images/menu-close.svg) no-repeat right 2px;
}
/*
.header.menuHeader .menu-btn.closeMenu {
  display: inline-block !important;
}
.header.menuHeader .menu-btn.openMenu {
  display: none;
}
*/
@media screen and (max-width: 991px) {
    .open-menu-desktop {
        display:none;
    }
}
@media screen and (min-width: 992px) {
    .open-menu-desktop {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-transform:uppercase;
        padding-left: 2.5rem;
        font-size: 14px;
    }
    .open-menu-desktop a:hover,
    .open-menu-desktop a.active{
        color: var(--black);    
    }
    .open-menu-desktop a:not(:last-child){
        padding-right: 1rem;
    }
}
@media screen and (min-width: 1600px) {
    .open-menu-desktop {
       font-size: 16px; 
    }
}
.menu-container {
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.95)));
  background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95));
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.menu-container.opened {
    height:100vh;
}
.menu-content {
  position: absolute;
  display: block;
  width: 100%;
  top:120px;
 /* top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu-content .menu-items a {
  padding: 5px;
  text-decoration: none;
  color: var(--white);
  display: block;
  text-align: center;
  margin: 5px 0px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
   text-transform:uppercase;
    font-size: 28px;
    line-height: 1.2;
}
.menu-content a:hover,
.menu-content a.active{
  color: var(--main-xxlight);
}
@media screen and (max-width: 575px) {
   .menu-content .menu-items a {
        font-size: 24px;
   }
}
.menu-contact {
        margin-top: 3rem !important;
  letter-spacing: 0.75px;
  color: var(--white);
  text-align: center;
  font-size: 14px;
    border-top: 1px solid var(--grey);
    padding-top: 8px;
}

.menu-contact a {
  color: var(--white);
}

.menu-contact > a {
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.menu-contact .social ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style:none;
  margin:0;
}
.menu-contact .social ul img{
    filter:  brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    height:25px;
    margin-left:6px;
    margin-right:6px;
} 
.menu-contact .social a:nth-child(3) img,
.menu-contact .social a:nth-child(4) img{
    height:30px;
}
.menu-contact .social ul li a {
  border: none;
  padding: 0px 10px;
}
@media screen and (max-width: 1199px) {
  .menu-content .menu-items a {

  }
}

@media screen and (max-width: 991px) {
  .menu-btn span {
    visibility: hidden;
    opacity: 0;
  }
  /*.header .menu-btn {
    width: 50px;
  }*/
}

@media screen and (max-width: 380px) {
 /* .header .menu-btn {
    width: 40px;
  }
  .header.menuHeader .menu-btn {
    width: 50px;
  }*/
}

@media screen and (min-height: 1200px) {
  .menu-content .menu-items a {
    margin: 10px 0px;
  }
  .menu-contact {

  }
}

@media screen and (max-height: 800px) {
  .menu-content .menu-items a {
   
  }
  .menu-contact {

  }
}

@media screen and (max-height: 600px) {
  .menu-content .menu-items a {

    margin: 0px;
  }
  .menu-contact {
 
  }
}

.languagesDrop button {
  border: none;
  background: transparent;
  color: #000;
  font-size: 16px; 
}
.languagesDrop.dropdown{
    position:relative;
    z-index: 1000;
}
.languagesDrop .dropdown-menu{
    min-width: auto;
    width: 45px;
    border-radius: 0;
    padding: 5px 8px;
}
.languagesDrop .dropdown-menu .dropdown-item {
    color: #000;
    font-size: 16px; 
}
.languagesDrop .dropdown-menu .dropdown-item {
    padding: 0;
    color: #000;
}
.languagesDrop .dropdown-menu .dropdown-item:hover {
    background:none;
} 

.header.menuHeader .languagesDrop button {
    color:#fff;
}
@media screen and (max-width: 1199px) {
    .languagesDrop button,
     .languagesDrop,
    .languagesDrop .dropdown-menu .dropdown-item {
          font-size: 14px; 
    }
}
/** START OF BIG CAROUSEL 
===================================**/
.noTopMedia {
    height:115px;
}
@media screen and (max-width: 991px) {
    .noTopMedia {
        height:80px;
    }   
}
.topMedia {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
	.topMedia {
	    margin-top:80px;
		height:350px;
	}
}

/*=== Carousel Slider
=====================================*/
#bigCarousel .carousel-item,
#bigCarousel {
    position: relative;
    height: 100vh;
}
#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 {
    width:10%;
}
#bigCarousel .carousel-control-next-icon {
  background-image: url(../images/arrow-right.svg)!important;
    transform:          rotate(180deg);
  -ms-transform:      rotate(180deg);
  -moz-transform:     rotate(180deg);
  -webkit-transform:  rotate(180deg);
  -o-transform:       rotate(180deg);
}
#bigCarousel .carousel-control-prev-icon {
  background-image: url(../images/arrow-right.svg)!important;

}
#bigCarousel .carousel-control-next-icon, 
#bigCarousel .carousel-control-prev-icon {
  display: inline-block;
  width: 50px!important;
  height: 50px!important;
  background: no-repeat 50%/100% 100%;
}
@media screen and (max-width: 991px) {
      #bigCarousel .carousel-item,
      #bigCarousel {
        height: 500px !important;
      }
}
@media screen and (max-width: 575px) {
  #bigCarousel .carousel-item,
  #bigCarousel {
    height: 350px;
  }
}









/*Book form
====================== */
.bookingRow{
  position: absolute;
   bottom: 0px;
   z-index: 3;
   left: 0px;
   right: 0px;
}
.bookingRow .container {
  background: rgba(255, 255, 255, .8);
}
.relative .bookingRow {
    position:relative;
}
/*
.relative .bookingRow .container {
  background: rgba(255, 255, 255, 0);
}*/
.bookingRow .form-inline{
  padding: 10px 20px;
}
@media (max-width: 575px) {
  .bookingRow {
    height: 63px; 
  }
 }
.bookingRow .form-group {
    margin-bottom: 0px;
    padding:5px 7px;
    width: 20%;
}
.bookingRow label,     
.bookingRow input.form-control, 
.bookingRow select.form-control {
     font-family: 'Open Sans', sans-serif;   
    color: #444444;
    width: 100%;
    text-align: left;  
    font-size: 14px;
    font-weight: 600;
}
.bookingRow input.form-control, .bookingRow select.form-control {
    height: 40px !important;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
    padding: 0px 12px 0px 5px;
    background-color:transparent; 
    border: 1px solid #b7b7b7;
}
.bookingRow label {
    display: block;
    margin-bottom: 6px;
}
/*
.bookingRow input.form-control.hasDatepicker{
    background:url(/images/calendar.svg) no-repeat center center;
    background-size: 24px;
    background-position: right 5px center;
}*/
  .bookingRow .bookButton {
    background-color: var(--main);  
    color:  var(--white);
    border: none;
    margin-top: 20px;
    line-height: normal;
    padding: 15px 10px;
    font-weight: 500;
    font-size: 13px;
    vertical-align: bottom;
    transition: all 0.3s ease 0s;
    letter-spacing: 2px;
    width:100%;
  }
    
  .bookingRow .bookButton:hover {
    color:  var(--grey-light);
    background-color: var(--grey);  
    transition: all 0.3s ease 0s;
}
@media (max-width: 1200px) {
  .bookingRow .bookButton {
    padding: 14px 12px 15px 12px;
    font-size: 13px;
}
}
@media (max-width: 767px) {
.bookingRow .bookButton{
    padding: 21px 16px;
  }
}


/*INTRO TEXT
======================= */
.welcome .grey-bg {
  background: var(--grey);
   color: var(--white);
}
@media (max-width: 767px) {
  .welcome picture{
      width:100%;
  }  
}

/*ACCOMMODATION INTRO
=============================== */
.accommodation .swiper,
.offersCarousel {
    padding-bottom:80px;
}
.accommodation img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.accommodation-box,
.accommodation-box::before {
    position:absolute;
    top:10px;
    bottom:10px;
    left:10px;
    right:10px;
}
.accommodation-box::before {
    content:"";
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
  background-color: rgba(246, 246, 246, 0.8); 
  opacity: 0;
}
.accommodation-box:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.accommodation-box {
    padding:50px;
    color: var(--black-07);    
}
@media screen and (max-width: 767px) {
    .accommodation-box {
        padding:30px 15px;
    }
}
.accommodation-box .room-details {
    position:relative;
    opacity:0;
}
.accommodation-box:hover .room-details {
    opacity:1;
}
.room-details .column{
    max-width:150px;
    line-height:initial;
}
.room-details .bedroom:before,
.room-details .capacity:before,
.room-details .view:before{
    content:"";
    background-size: 100%!important;
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
        filter:  brightness(1) invert(1);
}
.room-details .bedroom:before{
    background:url(/images/r-size.svg) no-repeat center center; 
}
.room-details .capacity:before{
    background:url(/images/r-capacity.svg) no-repeat center center; 
}
.room-details .view:before{
    background:url(/images/r-view.svg) no-repeat center center;  
}
.room-details{
    text-align:center;
    font-size: 16px;
}
.room-details.colored {
      color: var(--grey);
}

.room-details.colored .size:before,
.room-details.colored .capacity:before,
.room-details.colored .view:before {
    filter: invert(60%);
}

@media screen and (max-width: 1199px) {
    .room-details .size:before,
    .room-details .capacity:before,
    .room-details .view:before{
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 575px) {
}


/* ========================= */

.specialOffers .offersCarousel {
    background: var(--grey-light);  
}
.specialOffers .offers-box {
  padding: 30px 80px 0px;
}
@media screen and (max-width: 575px) {
  .specialOffers .offers-box {
    padding: 10px 20px 0px;
  }
}

/* AWARDS SECTIONS
==================================== */
.awardsHome {
   /* background: #F8F8F7;*/
}

.text-center .ListText {
   list-style-position: inside;
}

.ListText{
    margin-left:18px;
}
.room .ListText{
    text-align:left;
}
@media screen and (max-width: 767px) {
    .room .ListText{
        margin-bottom:0;
    }   
}

.room-facilities ul {
    margin-left:20px;
}

@media screen and (min-width: 992px) {
    .room-facilities h2 {
        text-align:center;
    }
}
@media (min-width: 1200px){
    .list-columns{
        text-align:left;
    }
    .room-facilities ul,
    .list-columns{
        margin-left:20px;
        column-count: 3;
    }
    .room-facilities ul li,
    .list-columns li{
        padding-right:50px;
        padding-bottom: 10px;
    }
}
@media (max-width: 1199px){
    .list-columns{
        list-style-position:inside;
    }
}
@media (min-width: 576px){
    .room-facilities ul {
        line-height: 1.4;
        /*list-style-type: none;*/
    }
    
}



/* SCROLL UP
===================================== */
.toTop {
  text-align: right;
}

a.scrollup,
a:hover.scrollup {
  background: url(/images/scrollup.svg) no-repeat center center;
  background-size: 30px;
  bottom: 26px;
  position: fixed;
  right: 5px;
  text-indent: -9999px;
  width: 40px;
  height: 60px;
  text-decoration: none;
  padding: 0px 0px;
  z-index: 10001;
}
@media screen and (max-width: 767px) {
    a.scrollup,
    a:hover.scrollup {
        right: 20px;  
        bottom: 10px; 
          background-size: 25px;
              width: 35px;
    height: 45px;
    } 
}

/* FOOTER
============================== */
.footer {
    background-color: var(--grey-light);
    color: var(--black);
    padding: 30px 0;
    font-size: 16px;
 }
 .footer .footerMenu {
     border-bottom: var(--main-xxlight) solid 1px;   
     margin-bottom:30px;
 }
.footer .footerMenu ul{
    display: flex !important;
    align-items: center !important;  
    justify-content: center !important;
    flex-wrap: wrap;
}
.footer .footerMenu li {
    font-family: 'Comfortaa', cursive;
    margin: 10px;
    list-style-type: none;
    text-transform:uppercase;
}
@media screen and (max-width: 767px) {
    .footer .footerMenu li {
          margin: 4px 10px;
    }
}
.footer a {
  color: var(--black);
  cursor: pointer;
}
.footer a:hover,
.footer a.active{
  color: var(--black);
  text-decoration: underline;
}

.contactDetails a{
  color: var(--black);
  text-decoration: underline;
}

.footer .footerSocial a{
    display:inline-block;
}

.footer .footerSocial img {
    height:25px;
    filter:  brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    margin-right:10px;
}
.footer .footerSocial a:nth-child(3) img,
.footer .footerSocial a:nth-child(4) img{
    height:30px;
}
.copyrightText {
    color: var(--grey);
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0 0px 0;
    text-align: center;
    font-family: 'Comfortaa', cursive;
}








/** END OF EXPLORE **/
/** START OF NEWSLETTER 
================================ **/
/*.newsletter {
  width: 35%;
  position: absolute;
  z-index: 2;
  right: 12%;
  bottom: -40px;
  background: var(--bgCreamDark);
  border: 1px solid var(--main-color);
}*/

.newsletter .form-control {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--grey);
}

.cookie-icon {
    position:fixed;
    left:20px;
    bottom:20px;
    opacity: 1;
    width:46px;
    height:46px;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    padding:6px;
    font-size:8px;
    z-index: 10;
}

/** END OF FOOTER **/
/** END OF MAIN SECTIONS**/


/*INNER PAGES
===================================== */

/* =============================== */
@media screen and (max-width: 767px) {
    .innerpages,
    .offers {
        text-align:center;
    }
}

/* MAP
=========================== */

.map-container {
    height:420px;
    margin-bottom:30px;
}
.map_link {
    background: url(/images/map.jpg) no-repeat center center;
    height: inherit;
    display: block;
    background-size: auto;
}
@media screen and (max-width: 767px) {
    .map-container {
        height:350px;
    }   
}

/** END OF GALLERY PAGE **/
/** START OF CONTACT PAGE **/

.contactForm .form-control {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--main-xxlight);
  font-size: 16px;
}

.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: 14px;
}
.form-agree label {
	display:inline;
}
.form-agree .field-validation-error {
	display: inline-block;
}

.form-agree a {
    text-decoration:underline;
    padding-bottom: 0px;
    border-bottom: 0px solid var(--main-color);
}
.form-agree a:hover {
    text-decoration:none;
}
.submitBtn{
    background-color: var(--black);
    border: 0px;
    padding: 8px 30px;
    vertical-align: inherit;
    transition: all 0.3s ease 0s;
    margin-top: 0!important;
    color: var(--white)!important;
  border-radius:0;
    
}
.submitBtn:hover,
.submitBtn:focus {
	outline: 0 !important;
    background-color: var(--main-xxlight);
    border: 0px;
    color: var(--black)!important;
}
#json-msg {
    padding-top:20px;
}
.status-failure,
.status-busy {
    margin:6px 0 0 0;
}
.status-busy img{
   height: 10px;
}

/** SITEMAP
=======================*/

.sitemap {
    font-size: 20px;
}    
.sitemap a{
    text-decoration:none;
}
.sitemap a:hover{
    text-decoration:underline;
}

/** START OF MODAL 
=======================*/
.modal {
  z-index: 20000;
}
  .modal .modal-dialog {
   /* max-width:640px;*/
  }
.modal .modal-content {
  -webkit-box-shadow: 0px 20px 20px #00000045;
          box-shadow: 0px 20px 20px #00000045;
  padding: 20px;
  border-radius: 0px;
  border: none;
  text-align: left;
}
#popupModal .modal-content.padding{
      padding: 20px;
}
#popupModal .modal-content.padding .modal-body{
      padding: 0px;
}
.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-dialog {
        max-width:400px;
        margin-left: auto;
        margin-right: auto;
    }
}

ul.TextList {
    margin:0px 0 0 20px;
    padding:0px;
}
.wordbreak ul{
    margin:0px 0 25px 40px;
    padding:0px;
}
.wordbreak ul ul{
    margin:8px 0 8px 40px;
}
ul.TextList li,
.wordbreak ul li{
    list-style-type: disc;
    padding-left: 0px;
    margin-bottom: 0px;
}
.wordbreak a{
     word-break: break-word;  
}
/**END OF OFFERS PAGE**/
/**START OF ROOM PAGE**/
/*
.amenities ul,
.bodyText ul{
    padding-left: 0;
    list-style: none;
    margin-bottom:20px;
}
.amenities li,
.bodyText li{
  position: relative;
  padding-left: 17px;
}
.bodyText li::before,
.amenities li::before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--main-color);
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 0%;
  transition: all 500ms ease;
}
*/