:root {
    --fontManrope: 'Manrope', sans-serif;
    --white: #fff;
    --black: #000;
    --mainBodyColor: #202823; /*252525*/
    --mainColor: #d2ab67;/*yes A59891*/
    --grey:#282828; /*subtitle 51595a*/
    --bgGrey:#F4F4F4;
}


html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: auto;
}

button:focus {outline:0;}

body {
  font-family: var(--fontManrope);
  color: var(--mainBodyColor);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

h1,
h2,
h3,
.font-h1,
.subTitle{
    text-align: center;
    font-family: var(--fontManrope);
    font-weight: 200;
    color: var(--mainColor);  
    line-height: 1;
}

h1,
.font-h1{
  font-size: 56px;
  margin: 20px 0 30px 0;
 }
h2 {
    font-size: 56px;
    margin: 20px 0 20px 0;
}
h3 {
  font-size: 30px;
  margin: 20px 0 20px 0;
}
@media (max-width: 1199px) {
    h1,
    .font-h1,
    h2{
        font-size: 54px;
    }
}
@media (max-width: 767px) {
    h1,
    .font-h1,
    h2{
        font-size: 48px;
    }
    h3 {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .font-h1 {
        font-size: 30px;
        margin: 30px 0 10px 0;
    }
    h1 {
        margin: 10px 0 10px 0;
    }
    h1,
    h2{
        font-size: 32px;
    }
    h3 {
      font-size: 26px; } 
}

.HeaderTitle {
    margin-bottom:30px;
}
.HeaderTitle .font-h1,
.HeaderTitle h1,
.HeaderTitle .subTitle{
     margin:0;
     line-height:1.2;
}
.subTitle{
  color:var(--mainBodyColor);
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}


a {
  color: var(--mainBodyColor);
  text-decoration: none;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    color: var(--mainBodyColor);
    text-decoration: underline;
    transition: all 0.3s ease 0s; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:focus {outline:0;}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6; }

button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer; }


/*Reservation Button
=============================*/
.reservation {
  text-align: center;
  border: 0px;
  display: inline-block; 
  /*margin-top: 10px;*/
  margin-bottom: 10px;
}
.reservation a {
  padding: 14px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border: 0px;
  border-radius: 0px;
  background-color: var(--mainColor);
  color: #ffffff;
   font-family: var(--fontManrope);
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease 0s; 
  display: block;
}
.reservation a:hover, 
.reservation a:focus, 
.reservation a:active {
	background-color: var(--mainColor);
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px; 
	box-shadow:none;
	outline:0;
}
/*@media (max-width: 768px) {
  .reservation a {
    padding: 19px 20px;
  }
}*/
@media (max-width: 576px) {
  .reservation a {
    width: auto;
    padding: 9px 20px 9px 20px;
    font-size: 12px;
  }
}



/*underline*/
.underlined-example-wrapper {
 /*padding: 21px 20px 19px;
 background-color: rgba(0,0,0,0.5);*/
  display: inline-block;
}

.underlined-example {
	position: relative;
	color: var(--mainColor);
	text-decoration: none;
  font-size: 18px;
  margin: 0 15px;
  display:inline-block;
  font-weight: 500;
   font-family: var(--fontManrope);
}

.underlined-example:hover {
    text-decoration: none;
}

.underlined-example:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: var(--mainColor);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  
    visibility: visible;

/*
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
  */
}

.underlined-example:hover:before,
.post-preview:hover .underlined-example:before {
/*  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);*/

    -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
}

@media (max-width: 576px){
.underlined-example{
  margin: 0px 5px;
  font-size: 12px;
}
}
/*underline*/

/*HEADER
================================ */
.Header{
    padding: 0 10px;
    background: rgba(255,255,255,0.8);
    font-size: 16px;
    font-weight: 600;
}

.minHolder {
    min-width:95px;
}
@media (min-width: 768px) {
    .minHolder {
        min-width:195px;
    }
}
.headerTel a{
    color: var(--mainBodyColor);
    text-decoration: none;
}
.headerTel img{
  width: 20px;
  vertical-align: sub;
}
@media (max-width: 767px) {
    .headerTel{
        font-size:14px;
    }
    .headerTel span{
        display:none;
    }
}

/**LANGUAGES
=======================*/
.languagesDrop .dropdown-toggle::after {
  margin-left: 0;
}
.languagesDrop a,
.languagesDrop button{
  color: var(--mainBodyColor);
  text-decoration: none;
  font-weight: 600;
}
.languagesDrop .dropdown-menu {
  min-width: 40px;
  border-radius: 0;
  background: transparent;
  border: none;
}

.languagesDrop .dropdown-item {
  display: block;
  padding: 0px;
  text-align: left;
  padding: 0px;
}
.languagesDrop .dropdown-item:hover {
  background: none;
}

.dropdown.active .dropdown-menu,
.dropdown:hover .dropdown-menu {
  display: block;
  border-radius: 0;
  font-size: inherit;
  z-index: 1030;
  margin: 0;
}
@media (max-width: 767px) {
    .languagesDrop{
        font-size:14px;
    }
}
/**LOGO
=======================*/
.logomain{
  padding: 5px 0;
}
.logomain img{
  width:180px;
  text-align: center;
}
@media (min-width: 1400px){
    .logomain{
      padding: 5px 20px;
    }  
    .minHolder,
    .nav-left,
    .nav-right{
            align-self: flex-end !important;
            padding-bottom:20px;
    }
}
@media (max-width: 1199px){
      .logomain img {
        width: 120px;
    }
}
@media (max-width: 767px){
      .logomain img {
        width: 100px;
    }
}
@media (max-width: 575px) {
    .logomain {
      padding: 6px 0;
    }
}

/**BOOK
=======================*/

.BookCal {
    font-size: 16px;
    font-weight: 600;
}
.BookCal a {
  color: var(--mainColor);
  border: 2px solid var(--mainColor);
  background-color: transparent;
  padding: 10px 22px;
  text-decoration: none;
}
.BookCal a:hover {
  color: #ffffff;
  background-color: var(--mainColor);
  border: 2px solid var(--mainColor);
}
@media (max-width: 767px) {
    .BookCal {
      font-size: 14px;
      margin-right:10px;
    }
    .BookCal a {
      padding: 4px 10px;
    }
}

/**NAV OPEN
=======================*/
.nav-left,
.nav-right{
    width:30%;
}
.nav-left .nav-link,
.nav-right .nav-link{
    padding: 0 10px;
    color:var(--mainBodyColor);
}
.nav-item:first-child .nav-link{
    padding-left:0px;
}
.nav-item:last-child .nav-link{
    padding-right:0px;
}

@media (max-width: 1399px) {
    .Header{
        padding-bottom:30px;
    }
    .nav-left,
    .nav-right {
        position:absolute;
        bottom:0px;
        width:50%;
    }
    .nav-left{
        left:0;
    }
    .nav-right{
        right:0;
    }
    .nav-left .nav-link,
    .nav-right .nav-link,
    .nav-item:first-child .nav-link,
    .nav-item:last-child .nav-link{
        padding: 0 9px;
    }
}
@media (max-width: 991px) {
    .Header{
        padding:0px;
    }
    .nav-left,
    .nav-right {
        display:none;
    }
}

/**NAV MoBILE
=======================*/
@media (max-width: 991px) {
    .mob-btn {
        width: 45px;
        background-color: var(--mainBodyColor);
        padding: 5px 10px;
        margin-left:10px;
    }
    .mob-btn div{
        width: 100%;
        height: 2px;
        background-color: #fff;
        margin: 6px 0;
     }

    /*MOBILE MENU*/
    .overlay {
        height: 100%;
        width: 0;
        position: fixed; 
        z-index: 9999;
        left: 0;
        top: 0;
        background-color: var(--mainColor);
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    }
    .overlay-content {
        position: relative;
        top: 15%; /* 25% from the top */
        width: 100%; /* 100% width */
        text-align: center; /* Centered text/links */
        margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    } 
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 28px;
        color: #fff;
        display: block; /* Display block instead of inline */
        transition: 0.3s; /* Transition effects on hover (color) */
        font-family: var(--fontManrope);
        font-weight: 400;
    }    
    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }
    /* Position the close button (top right corner) */
    .overlay .closebtn {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 60px;
    }    
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media (max-width: 480px){
    .overlay-content {
        position: relative;
        top: 10%;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

/*SPACING
================================*/
.max-width {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1480px) {
	.max-width {
		padding-left: 50px;
        padding-right: 50px;
	} 
}
@media (min-width: 1680px) {
	.max-width {
        padding-left: 100px;
        padding-right: 100px;
	} 
}
@media (min-width: 1200px) and (max-width: 1479px) {
	.max-width {
        padding-left: 40px;
        padding-right: 40px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.max-width {
        padding-left: 30px;
        padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.max-width {
        padding-left: 10px;
        padding-right: 10px; 
  	}
}

.space{
    margin-top: 80px;
}
@media (max-width: 768px){
    .space {
        margin-top: 40px;
    }
}

/*SLIDER
================================*/
.noTopMedia {
    height: 100px;
    position: relative;
}
.topMedia {
    height: 100%;
    position: relative; 
}
@media (max-width: 1199px) {
    .noTopMedia {
        height: 80px;
    }
}
@media (max-width: 767px) {
	.noTopMedia {
        height: 80px;
    }
}

/*=== 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/right.svg)!important;
}
#bigCarousel .carousel-control-prev-icon {
  background-image: url(../images/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-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;
  }
}
.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;
}


/*MAIN CONTENT
================================*/
.main-text{
  text-align: left;
}

.swiper-pagination-bullets {
    bottom:25px!important;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0px 5px;
    background: var(--mainColor);
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--grey);
}

.greyBg-square{
  background: url(../images/bggrey.svg) no-repeat center center;
  background-size: 55%;
  background-position: top 30px center;
}
.imgHolder {
    align-self: flex-start !important; 
}
.imgHolder img{
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px){
  .greyBg-square{
    background: none;
  }
  .imgHolder img{
    margin-bottom: 20px;
  }
}

.umb-block-list #attractions h2,
.umb-block-list #places h2,
.umb-block-list #points h2 {
    color: var(--grey);
    font-size: 2.5rem; 
    line-height:1.2;
}
@media (max-width: 767px){
    .umb-block-list #attractions h2,
    .umb-block-list #places h2,
    .umb-block-list #points h2 {
         font-size: 30px;  
    }    
}
@media (max-width: 575px){
    .umb-block-list #attractions h2,
    .umb-block-list #places h2,
    .umb-block-list #points h2 {
         font-size: 26px;  
    }    
}
.umb-block-list a {
   text-decoration:underline; 
}
.greyBg {
   background:var(--bgGrey);
}


.gallery{
    padding-bottom:11px;
}
.gallery div {
        border: 0px solid rgba(0,0,0,.125); 
       /* background: #131212;  */
    }

@media (min-width: 768px){
  .gallery div {
         -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width:20%; 
  }
}
.gallery a {
    display:block;
    padding:11px;
}
.gallery img {
 /* transition: .8s opacity;
  border:2px solid #fff;*/
}
/*
.gallery:hover img { opacity: 0.8; }
.gallery:hover img:hover { opacity: 1; } 
*/


/*=== Footer ===*/
.footer {
	background-color: var(--grey); 
    padding:30px 0 0px 0;
}

 .contact {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 30px;
   font-family: var(--fontManrope);
}
@media (max-width: 768px) {
	.contact {
		text-align: center;
	}
}
.contact a {
  color: #ffffff; 
  text-decoration: underline;}
.contact .mhte {
  font-size: 14px;
}

.directions-link {
      margin-top: 30px;
}
.directions-link img {
    height:30px;
    margin-right:5px;
}

.social{
  margin-top: 30px;
  margin-bottom: 40px;
}
.social a {
  margin-right: 8px;
  padding: 14px 11px;
}
.social a:hover {
}
.social img {
  width: 32px;
  height: 32px;
}
.social img.fb {
  height: 32px;
}
@media (max-width: 1200px) and (min-width: 992px){
  .social a {
    padding: 11px 11px;
}
}
@media (max-width: 768px) {
.social a {
  margin-right: 2px;
  padding: 10px 11px;
}
}
.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;
}

/*Newsletter
============================= */
/*
.newsletter {
  text-align: center;
  color: #dddddd;
   font-family: var(--fontManrope);
 }

@media (max-width: 991px) {
	.newsletter {
	  padding:40px 0 10px 0;
	}
}
  @media (max-width: 575px) {
.newsletter .form-inline {
      display: block; 
    
} }
  .newsletter .form-group {
    margin-bottom: 0px; 
  }
  .newsletter input.mailBox {
    color: #dddddd;
    border: 0px;
    font-size: 12px;
    font-weight: 200;
    width: 100%;
    padding: 10px 15px 12px 15px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border: 1px solid #3f7592;
    background-color:transparent;
    border-radius: 0px; }

.newsletterform .form-agree a{
        color: #a4a4a4;
    text-decoration:underline;
}

.newsletter .submitBtn {
  background-color: #ffffff;
  background-image: none;
  border: 0px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  margin-top: 8px!important;
  padding: 10px 30px;
  vertical-align: inherit;
  color: #124460;
  text-decoration: none;
   font-family: var(--fontManrope);
  transition: all 0.3s ease 0s; 
    
}
@media (max-width: 767px) {
  .newsletter .submitBtn {
    width: 140px;
    padding: 13px 10px; } }
  .newsletter .submitBtn:hover, 
  .newsletter .submitBtn:focus {
    color: #ffffff;
    background-color: #124460;
}
@media (max-width: 575px) {
     .newsletter{
     padding:30px 30px 10px 30px;
     }
  .newsletter input.mailBox {
      margin-bottom:10px;
  }
}
    */
    
.Copyright {
  color: #ffffff;
  font-size: 12px;
  font-weight: 200;
  padding: 30px 0;
  text-align: center;

}
.Copyright a {
  color: #fff;
  text-decoration: underline; }
.Copyright a:hover {
  color: #fff;
  text-decoration: underline;}


/* FORMS
====================================== */
.contactform .form-control {
  	border-radius: 0px;
  	height: 40px;
  	font-size: 18px;
  	background-color:transparent;
	border:none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	outline: none;
	color: #565656;
	font-size:16px;
	padding: .375rem 0rem;
}
.contactform .form-control:focus {
	outline: 0;
	border-bottom: 1px solid rgba(150, 213, 210, 1);	
	box-shadow: 0 1px 3px transparent;
	background-color:transparent;
}
::-webkit-input-placeholder {
 	color:#dddddd;
}
:-moz-placeholder { 
   color:#dddddd;
}
::-moz-placeholder {  
   color:#dddddd;
}
:-ms-input-placeholder { 
   color:#dddddd;
}
.contactform select.form-control {
	color:#dddddd;
}

.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; }
.note {
  font-size: 12px; }
label span {
  color: red; }
label.required:after {
  content: " *";
  color: #FF0000; }
.signup .field-validation-error {
  text-align: center; }

.asterisk {
	text-align:left;
	font-size:13px;
}

.form-agree label {
	display:inline;
	font-size: 12px;
}
.form-agree .field-validation-error {
	display: inline-block;
}
.form-agree a {
    text-decoration:underline;

}
.form-agree a:hover {
    text-decoration:none;
}
.submitBtn{
	background-color: #3f4039;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    margin-top: 8px!important;
    padding: 10px 30px;
    vertical-align: inherit;
    color: #fff;
    font-family: var(--fontManrope);
    transition: all 0.3s ease 0s;
}
.submitBtn:hover,
.submitBtn:focus {
	outline: 0 !important;
	box-shadow: 0 0px 0px transparent;
    color: #ffffff;
     background-color: #585950;
}

.grecaptcha-badge {
	display: none !important;
}


/*=========== To Top =========== */
.toTop {
  text-align: right; }

 a.scrollup {
    background: url(../images/arrow-toTop.svg) no-repeat center center;
    bottom: 10px;
    display: none;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 33px;
    height: 40px;
    text-decoration: none;
    padding: 0px 0px 0;
    z-index: 10000;
    transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
 }
.scrollup.is-visible {
	display: inline;
  	opacity: 1;
}




/*==========TextList==============*/
ul.TextList{
  margin: 0px;
  padding: 0px;
}
ul.TextList li{
  display: block;
  background: url(/images/circle.svg) no-repeat left 8px;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 18px;
  text-align: left;
      background-size: 7px;
}



.FooterLinks a{
color: #ffffff;
    background-color: #3e6880;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    margin-top: 20px;
    margin-right: 10px;
 font-family: var(--fontManrope);
}
.FooterLinks a:hover{
    color: #ffffff;
    background-color: #142731;
    text-decoration: none;
}


.FooterLinks a img{
   width: 18px;
}



/** START OF MODAL 
=======================*/
.modal {
  z-index: 20000;
}
  .modal .modal-dialog {
    max-width:640px;
  }
.modal .modal-content {
  border-radius: 0px;
  text-align:left;
}
.modal .modal-content h2{
    text-align:left;   
}
.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;
        margin-left: auto;
        margin-right: auto;
    }
}


.offers-section img {
    width:320px;
    height: 280px;
}

/*Privacy Policy
============================*/

.wordbreak a{
     word-break: break-word;  
}
.privacyList ul{
    margin: 0 0 15px 20px;
}
.privacyList ul ul{
    margin:0 0 15px 40px;
}
.privacyList li{
    list-style: disc;
}
.privacyList ul ul li{
    list-style: circle;
}
@media (min-width: 768px) {
 .wordbreak h2{
     font-size:2.5rem;
 }   
}


