@charset "UTF-8";

/* -----------------
    # Typography
----------------- */
/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');
font-family: 'Montserrat', sans-serif;
/* font-family: 'Roboto', sans-serif; */


/*======================================
 GUTTER CODE   
======================================*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

@media (min-width: 992px) {
  /* Modify this based on column def */
  .custom-gutter {
    margin-left: -8px;
    margin-right: -8px; }
  .custom-gutter > [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px; }
  .custom-gutter-0 {
    margin-left: 0px;
    margin-right: 0px; }
  .custom-gutter-0 > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px; } }

@media (max-width: 991px) {
  /* Modify this based on column def */
  .custom-gutter {
    margin-left: -15px;
    margin-right: -15px; }
  .custom-gutter > [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px; } }


.body-wrapper{
    max-width: 1650px;
    border: 0px solid #95a072;
    margin: auto;
    background-color: #fff;
    overflow: hidden;
    text-rendering: optimizeLegibility;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Set the maximum width */
    margin: 0 auto; /* Center the video */
    padding-top: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
    height: 0; /* Height is controlled by padding-top */
    overflow: hidden;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexrow {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}


.flexcolumn {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin: 5px;
}

.lanes__dining-info-holder {
    padding-left: 0;
    margin-bottom: 0px;
}

.home-winter-container {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #a2b977;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}



.swiper-lazy-preloader{
  opacity: 0 !important;
}


/*--------------------------------------------------------------
# Normalize  
--------------------------------------------------------------*/
:root {
  --main-color-one: #95a072;
  --secondary-color: #EDEAE6;
  --secondary-color-2: #E6E3CE;
  --secondary-color-3: #FAF4ED;
  --heading-color: #444444;
  --paragraph-color: #444444;
  --heading-font: 'Montserrat', sans-serif;
  --body-font: 'Montserrat', sans-serif;
  --body-line-height: 1.7;
  --border-color: #d1d1d6;
  --border-color-2: #E5E5E5;
  --border-color-3: #444444;
  --border-color-4: #C6C7C7;
  --white: #ffffff;
  --white-2: #BBBCBE;
  --black: #000000;
  --black-2: #444444;
  --black-3: #444444;
  --overlay-color: #03000C;
  --section-bg-1: #ECE4D7;
  --section-bg-2: #03000C; 
  --color1: floralwhite;
  --color2: rgb(12, 12, 12);
  --color3: rgb(0, 255, 170);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--body-font); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ }

body {
  background-color: #eef1e5;
  margin: 0;
  color: var(--paragraph-color);
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: var(--body-line-height); }

h1 {
  font-size: 32px;
  line-height: 1.2; 
  letter-spacing: -1.2px;
}

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.4; }

p {
  color: var(--paragraph-color);
  font-size: 16px;
  margin-bottom: 15px; }

a {
  /*color: inherit;*/
  text-decoration: none;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  /*color: inherit; */
}

a:hover {
  color: var(--main-color-one); }

pre {
  word-break: break-word; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

ol {
  counter-reset: counter;
  padding-left: 0; }

ol li {
  list-style: none;
  margin-bottom: 1rem; }

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px; }

button {
  cursor: pointer; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

code {
  color: #faa603; }

.section-bg-1 {
  background-color: var(--section-bg-1); }

.section-bg-2 {
  background-color: var(--section-bg-2); }

.section-bg-1--- h1,
.section-bg-1--- h2,
.section-bg-1--- h3,
.section-bg-1--- h4,
.section-bg-1--- h5,
.section-bg-1--- h6 {
  color: var(--white); }

.section-bg-1--- p,
.section-bg-1--- li,
.section-bg-1--- span,
.section-bg-1--- address,
.section-bg-1--- small {
  color: var(--white-2); }

.section-bg-1--- input[type="text"],
.section-bg-1--- input[type="email"],
.section-bg-1--- input[type="password"],
.section-bg-1--- input[type="submit"],
.section-bg-1--- textarea {
  border-color: var(--white-2);
  color: var(--white); }

.section-bg-1--- input[type="text"]:focus,
.section-bg-1--- input[type="email"]:focus,
.section-bg-1--- input[type="password"]:focus,
.section-bg-1--- textarea:focus {
  border-color: var(--main-color-one); }

.section-bg-1--- a:hover {
  color: var(--main-color-one); }

.section-bg-1--- label,
.section-bg-1--- .blog-btn a {
  color: var(--white); }

.section-bg-1--- .blog-btn a:hover {
  color: var(--main-color-one); }

.section-bg-1--- i,
.section-bg-1--- th,
.section-bg-1--- td {
  color: var(--white); }

.section-bg-1--- .product-details-tab-menu a {
  color: var(--white); }

.section-bg-1--- .product-quantity .cart-plus-minus .qtybutton {
  color: white; }

.section-bg-1--- .product-details-content .product-price {
  color: var(--white-2); }

.section-bg-1--- .shipping-method input[type=radio]:checked ~ label {
  color: var(--white); }

.section-bg-2 h1,
.section-bg-2 h2,
.section-bg-2 h3,
.section-bg-2 h4,
.section-bg-2 h5,
.section-bg-2 h6 {
  color: var(--white); }

.section-bg-2 p,
.section-bg-2 li,
.section-bg-2 span,
.section-bg-2 address,
.section-bg-2 small {
  color: var(--white-2); }

.section-bg-2 input[type="text"],
.section-bg-2 input[type="email"],
.section-bg-2 input[type="password"],
.section-bg-2 input[type="submit"],
.section-bg-2 textarea {
  border-color: var(--white-2);
  color: var(--white); }

.section-bg-2 input[type="text"]:focus,
.section-bg-2 input[type="email"]:focus,
.section-bg-2 input[type="password"]:focus,
.section-bg-2 textarea:focus {
  border-color: var(--main-color-one); }

.section-bg-2 a:hover {
  color: var(--main-color-one); }

.section-bg-2 label,
.section-bg-2 .blog-btn a {
  color: var(--white); }

.section-bg-2 .blog-btn a:hover {
  color: var(--main-color-one); }

.section-bg-2 i,
.section-bg-2 th,
.section-bg-2 td {
  color: var(--white); }

.section-bg-2 .product-details-tab-menu a {
  color: var(--white); }

.section-bg-2 .product-quantity .cart-plus-minus .qtybutton {
  color: white; }

.section-bg-2 .product-details-content .product-price {
  color: var(--white-2); }

.section-bg-2 .shipping-method input[type=radio]:checked ~ label {
  color: var(--white); }

.check-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .check-list li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0; }
    .check-list li:after {
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'fontawesome';
      content: "\f105";
      color: var(--main-color-one); }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color-one); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.fix {
  overflow: hidden; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-left: 0; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-55 {
  padding-top: 55px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-top-95 {
  padding-top: 95px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-top-105 {
  padding-top: 105px; }

.padding-top-108 {
  padding-top: 108px; }

.padding-top-110 {
  padding-top: 110px; }

.padding-top-112 {
  padding-top: 112px; }

.padding-top-115 {
  padding-top: 115px; }

.padding-top-118 {
  padding-top: 118px; }

.padding-top-120 {
  padding-top: 120px; }

.padding-top-122 {
  padding-top: 122px; }

.padding-top-125 {
  padding-bottom: 125px; }

.padding-top-130 {
  padding-top: 130px; }

.padding-top-135 {
  padding-top: 135px; }

.padding-top-140 {
  padding-top: 140px; }

.padding-top-145 {
  padding-top: 145px; }

.padding-top-150 {
  padding-top: 150px; }

.padding-top-155 {
  padding-top: 155px; }

.padding-top-160 {
  padding-top: 160px; }

.padding-top-165 {
  padding-top: 165px; }

.padding-top-170 {
  padding-top: 170px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-bottom-45 {
  padding-bottom: 45px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-bottom-55 {
  padding-bottom: 55px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-bottom-65 {
  padding-bottom: 65px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-bottom-85 {
  padding-bottom: 85px; }

.padding-bottom-90 {
  padding-bottom: 90px; }

.padding-bottom-95 {
  padding-bottom: 95px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-bottom-105 {
  padding-bottom: 105px; }

.padding-bottom-108 {
  padding-bottom: 108px; }

.padding-bottom-110 {
  padding-bottom: 110px; }

.padding-bottom-112 {
  padding-bottom: 112px; }

.padding-bottom-115 {
  padding-bottom: 115px; }

.padding-bottom-118 {
  padding-bottom: 118px; }

.padding-bottom-120 {
  padding-bottom: 120px; }

.padding-bottom-122 {
  padding-bottom: 122px; }

.padding-bottom-125 {
  padding-bottom: 125px; }

.padding-bottom-130 {
  padding-bottom: 130px; }

.padding-bottom-135 {
  padding-bottom: 135px; }

.padding-bottom-140 {
  padding-bottom: 140px; }

.padding-bottom-145 {
  padding-bottom: 145px; }

.padding-bottom-150 {
  padding-bottom: 150px; }

.padding-bottom-155 {
  padding-bottom: 155px; }

.padding-bottom-160 {
  padding-bottom: 160px; }

.padding-bottom-165 {
  padding-bottom: 165px; }

.padding-bottom-170 {
  padding-bottom: 170px; }

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.margin-top-0 {
  margin-top: 0px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-65 {
  margin-top: 65px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-75 {
  margin-top: 75px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-85 {
  margin-top: 85px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-top-95 {
  margin-top: 95px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-top-105 {
  margin-top: 105px; }

.margin-top-108 {
  margin-top: 108px; }

.margin-top-110 {
  margin-top: 110px; }

.margin-top-112 {
  margin-top: 112px; }

.margin-top-115 {
  margin-top: 115px; }

.margin-top-118 {
  margin-top: 118px; }

.margin-top-120 {
  margin-top: 120px; }

.margin-top-122 {
  margin-top: 122px; }

.margin-top-125 {
  margin-top: 125px; }

.margin-top-130 {
  margin-top: 130px; }

.margin-top-135 {
  margin-top: 135px; }

.margin-top-140 {
  margin-top: 140px; }

.margin-top-145 {
  margin-top: 145px; }

.margin-top-150 {
  margin-top: 150px; }

.margin-top-160 {
  margin-top: 160px; }

.margin-top-170 {
  margin-top: 170px; }

.margin-top-175 {
  margin-top: 175px; }

.margin-top-180 {
  margin-top: 180px; }

.margin-top-185 {
  margin-top: 185px; }

.margin-top-190 {
  margin-top: 190px; }

.margin-top-200 {
  margin-top: 200px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-65 {
  margin-bottom: 65px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-75 {
  margin-bottom: 75px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-85 {
  margin-bottom: 85px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-95 {
  margin-bottom: 95px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.margin-bottom-105 {
  margin-bottom: 105px; }

.margin-bottom-108 {
  margin-bottom: 108px; }

.margin-bottom-110 {
  margin-bottom: 110px; }

.margin-bottom-112 {
  margin-bottom: 112px; }

.margin-bottom-115 {
  margin-bottom: 115px; }

.margin-bottom-118 {
  margin-bottom: 118px; }

.margin-bottom-120 {
  margin-bottom: 120px; }

.margin-bottom-122 {
  margin-bottom: 122px; }

.margin-bottom-125 {
  margin-bottom: 125px; }

.margin-bottom-130 {
  margin-bottom: 130px; }

.margin-bottom-135 {
  margin-bottom: 135px; }

.margin-bottom-140 {
  margin-bottom: 140px; }

.margin-bottom-145 {
  margin-bottom: 145px; }

.margin-bottom-150 {
  margin-bottom: 150px; }

.margin-bottom-160 {
  margin-bottom: 160px; }

.margin-bottom-170 {
  margin-bottom: 170px; }

.margin-bottom-175 {
  margin-bottom: 175px; }

.margin-bottom-180 {
  margin-bottom: 180px; }

.margin-bottom-185 {
  margin-bottom: 185px; }

.margin-bottom-190 {
  margin-bottom: 190px; }

.margin-bottom-200 {
  margin-bottom: 200px; }

.min-height-600 {
  min-height: 600px; }

/* Tablet: 768px. (Portrait) */
@media (min-width: 992px) and (max-width: 1200px) {
  .padding-lg-left-0 {
    padding-left: 0; }
  .padding-lg-right-0 {
    padding-right: 0; }
  .laptop-mb-10 {
    margin-bottom: 10px; }
  .laptop-mb-20 {
    margin-bottom: 20px; }
  .laptop-mb-30 {
    margin-bottom: 30px; }
  .laptop-mb-40 {
    margin-bottom: 40px; }
  .laptop-mb-50 {
    margin-bottom: 50px; }
  .laptop-mb-60 {
    margin-bottom: 60px; }
  .laptop-mb-70 {
    margin-bottom: 70px; }
  .laptop-mb-80 {
    margin-bottom: 80px; }
  .laptop-mb-85 {
    margin-bottom: 85px; }
  .laptop-mb-90 {
    margin-bottom: 90px; }
  .laptop-mb-100 {
    margin-bottom: 100px; }
  .laptop-mb-110 {
    margin-bottom: 110px; }
  .laptop-mb-120 {
    margin-bottom: 120px; }
  .laptop-mt-10 {
    margin-top: 10px; }
  .laptop-mt-20 {
    margin-top: 20px; }
  .laptop-mt-30 {
    margin-top: 30px; }
  .laptop-mt-40 {
    margin-top: 40px; }
  .laptop-mt-50 {
    margin-top: 50px; }
  .laptop-mt-60 {
    margin-top: 60px; }
  .laptop-mt-70 {
    margin-top: 70px; }
  .laptop-mt-80 {
    margin-top: 80px; }
  .laptop-mt-85 {
    margin-top: 85px; }
  .laptop-mt-90 {
    margin-top: 90px; }
  .laptop-mt-100 {
    margin-top: 100px; }
  .laptop-mt-110 {
    margin-top: 110px; }
  .laptop-mt-120 {
    margin-top: 120px; }
  .laptop-pt-10 {
    padding-top: 10px; }
  .laptop-pt-20 {
    padding-top: 20px; }
  .laptop-pt-30 {
    padding-top: 30px; }
  .laptop-pt-40 {
    padding-top: 40px; }
  .laptop-pt-50 {
    padding-top: 50px; }
  .laptop-pt-60 {
    padding-top: 60px; }
  .laptop-pt-70 {
    padding-top: 70px; }
  .laptop-pt-80 {
    padding-top: 80px; }
  .laptop-pt-85 {
    padding-top: 85px; }
  .laptop-pt-90 {
    padding-top: 90px; }
  .laptop-pt-100 {
    padding-top: 100px; }
  .laptop-pt-110 {
    padding-top: 110px; }
  .laptop-pt-120 {
    padding-top: 120px; }
  .laptop-pb-10 {
    padding-bottom: 10px; }
  .laptop-pb-20 {
    padding-bottom: 20px; }
  .laptop-pb-30 {
    padding-bottom: 30px; }
  .laptop-pb-40 {
    padding-bottom: 40px; }
  .laptop-pb-50 {
    padding-bottom: 50px; }
  .laptop-pb-60 {
    padding-bottom: 60px; }
  .laptop-pb-70 {
    padding-bottom: 70px; }
  .laptop-pb-80 {
    padding-bottom: 80px; }
  .laptop-pb-85 {
    padding-bottom: 85px; }
  .laptop-pb-90 {
    padding-bottom: 90px; }
  .laptop-pb-100 {
    padding-bottom: 100px; }
  .laptop-pb-110 {
    padding-bottom: 110px; }
  .laptop-pb-120 {
    padding-bottom: 120px; }
  /* ------------------- */ }

/* Tablet: 768px. (Portrait) */
@media (min-width: 768px) and (max-width: 991px) {
  .tab-mb-10 {
    margin-bottom: 10px; }
  .tab-mb-20 {
    margin-bottom: 20px; }
  .tab-mb-30 {
    margin-bottom: 30px; }
  .tab-mb-40 {
    margin-bottom: 40px; }
  .tab-mb-50 {
    margin-bottom: 50px; }
  .tab-mb-60 {
    margin-bottom: 60px; }
  .tab-mb-70 {
    margin-bottom: 70px; }
  .tab-mb-80 {
    margin-bottom: 80px; }
  .tab-mb-85 {
    margin-bottom: 85px; }
  .tab-mb-90 {
    margin-bottom: 90px; }
  .tab-mb-100 {
    margin-bottom: 100px; }
  .tab-mb-110 {
    margin-bottom: 110px; }
  .tab-mb-120 {
    margin-bottom: 120px; }
  .tab-mt-10 {
    margin-top: 10px; }
  .tab-mt-20 {
    margin-top: 20px; }
  .tab-mt-30 {
    margin-top: 30px; }
  .tab-mt-40 {
    margin-top: 40px; }
  .tab-mt-50 {
    margin-top: 50px; }
  .tab-mt-60 {
    margin-top: 60px; }
  .tab-mt-70 {
    margin-top: 70px; }
  .tab-mt-80 {
    margin-top: 80px; }
  .tab-mt-85 {
    margin-top: 85px; }
  .tab-mt-90 {
    margin-top: 90px; }
  .tab-mt-100 {
    margin-top: 100px; }
  .tab-mt-110 {
    margin-top: 110px; }
  .tab-mt-120 {
    margin-top: 120px; }
  .tab-pt-10 {
    padding-top: 10px; }
  .tab-pt-20 {
    padding-top: 20px; }
  .tab-pt-30 {
    padding-top: 30px; }
  .tab-pt-40 {
    padding-top: 40px; }
  .tab-pt-50 {
    padding-top: 50px; }
  .tab-pt-60 {
    padding-top: 60px; }
  .tab-pt-70 {
    padding-top: 70px; }
  .tab-pt-80 {
    padding-top: 80px; }
  .tab-pt-85 {
    padding-top: 85px; }
  .tab-pt-90 {
    padding-top: 90px; }
  .tab-pt-100 {
    padding-top: 100px; }
  .tab-pt-110 {
    padding-top: 110px; }
  .tab-pt-120 {
    padding-top: 120px; }
  .tab-pb-10 {
    padding-bottom: 10px; }
  .tab-pb-20 {
    padding-bottom: 20px; }
  .tab-pb-30 {
    padding-bottom: 30px; }
  .tab-pb-40 {
    padding-bottom: 40px; }
  .tab-pb-50 {
    padding-bottom: 50px; }
  .tab-pb-60 {
    padding-bottom: 60px; }
  .tab-pb-70 {
    padding-bottom: 70px; }
  .tab-pb-80 {
    padding-bottom: 80px; }
  .tab-pb-85 {
    padding-bottom: 85px; }
  .tab-pb-90 {
    padding-bottom: 90px; }
  .tab-pb-100 {
    padding-bottom: 100px; }
  .tab-pb-110 {
    padding-bottom: 110px; }
  .tab-pb-120 {
    padding-bottom: 120px; }
  /* ------------------- */ }

/* small mobile: 320px. */
@media (max-width: 767px) {
  .mobile-mb-0 {
    margin-bottom: 0px; }
  .mobile-mb-5 {
    margin-bottom: 5px; }
  .mobile-mb-10 {
    margin-bottom: 10px; }
  .mobile-mb-15 {
    margin-bottom: 15px; }
  .mobile-mb-20 {
    margin-bottom: 20px; }
  .mobile-mb-25 {
    margin-bottom: 25px; }
  .mobile-mb-30 {
    margin-bottom: 30px; }
  .mobile-mb-35 {
    margin-bottom: 35px; }
  .mobile-mb-40 {
    margin-bottom: 40px; }
  .mobile-mb-45 {
    margin-bottom: 45px; }
  .mobile-mb-50 {
    margin-bottom: 50px; }
  .mobile-mb-55 {
    margin-bottom: 55px; }
  .mobile-mb-60 {
    margin-bottom: 60px; }
  .mobile-mb-65 {
    margin-bottom: 65px; }
  .mobile-mb-70 {
    margin-bottom: 70px; }
  .mobile-mb-75 {
    margin-bottom: 75px; }
  .mobile-mb-80 {
    margin-bottom: 80px; }
  .mobile-mb-90 {
    margin-bottom: 90px; }
  .mobile-mb-95 {
    margin-bottom: 95px; }
  .mobile-mb-100 {
    margin-bottom: 100px; }
  .mobile-mt-0 {
    margin-top: 0px; }
  .mobile-mt-5 {
    margin-top: 5px; }
  .mobile-mt-10 {
    margin-top: 10px; }
  .mobile-mt-15 {
    margin-top: 15px; }
  .mobile-mt-20 {
    margin-top: 20px; }
  .mobile-mt-25 {
    margin-top: 25px; }
  .mobile-mt-30 {
    margin-top: 30px; }
  .mobile-mt-35 {
    margin-top: 35px; }
  .mobile-mt-40 {
    margin-top: 40px; }
  .mobile-mt-45 {
    margin-top: 45px; }
  .mobile-mt-50 {
    margin-top: 50px; }
  .mobile-mt-55 {
    margin-top: 55px; }
  .mobile-mt-60 {
    margin-top: 60px; }
  .mobile-mt-65 {
    margin-top: 65px; }
  .mobile-mt-70 {
    margin-top: 70px; }
  .mobile-mt-75 {
    margin-top: 75px; }
  .mobile-mt-80 {
    margin-top: 80px; }
  .mobile-mt-90 {
    margin-top: 90px; }
  .mobile-mt-100 {
    margin-top: 100px; }
  .mobile-pt-0 {
    padding-top: 0; }
  .mobile-pt-5 {
    padding-top: 5px; }
  .mobile-pt-10 {
    padding-top: 10px; }
  .mobile-pt-15 {
    padding-top: 15px; }
  .mobile-pt-20 {
    padding-top: 20px; }
  .mobile-pt-25 {
    padding-top: 25px; }
  .mobile-pt-30 {
    padding-top: 30px; }
  .mobile-pt-35 {
    padding-top: 35px; }
  .mobile-pt-40 {
    padding-top: 40px; }
  .mobile-pt-45 {
    padding-top: 45px; }
  .mobile-pt-50 {
    padding-top: 50px; }
  .mobile-pt-55 {
    padding-top: 55px; }
  .mobile-pt-60 {
    padding-top: 60px; }
  .mobile-pt-65 {
    padding-top: 65px; }
  .mobile-pt-70 {
    padding-top: 70px; }
  .mobile-pt-75 {
    padding-top: 75px; }
  .mobile-pt-80 {
    padding-top: 80px; }
  .mobile-pt-90 {
    padding-top: 90px; }
  .mobile-pt-100 {
    padding-top: 100px; }
  .mobile-pb-0 {
    padding-bottom: 0; }
  .mobile-pb-5 {
    padding-bottom: 5px; }
  .mobile-pb-10 {
    padding-bottom: 10px; }
  .mobile-pb-15 {
    padding-bottom: 15px; }
  .mobile-pb-20 {
    padding-bottom: 20px; }
  .mobile-pb-25 {
    padding-bottom: 25px; }
  .mobile-pb-30 {
    padding-bottom: 30px; }
  .mobile-pb-35 {
    padding-bottom: 35px; }
  .mobile-pb-40 {
    padding-bottom: 40px; }
  .mobile-pb-45 {
    padding-bottom: 45px; }
  .mobile-pb-50 {
    padding-bottom: 50px; }
  .mobile-pb-55 {
    padding-bottom: 55px; }
  .mobile-pb-60 {
    padding-bottom: 60px; }
  .mobile-pb-65 {
    padding-bottom: 65px; }
  .mobile-pb-70 {
    padding-bottom: 70px; }
  .mobile-pb-75 {
    padding-bottom: 75px; }
  .mobile-pb-80 {
    padding-bottom: 80px; }
  .mobile-pb-90 {
    padding-bottom: 90px; }
  .mobile-pb-100 {
    padding-bottom: 100px; }
  /* ------------------- */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px; }

.alignright {
  float: right;
  clear: both;
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

.alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

.alignwide {
  max-width: 1100px; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }


/*--------------------------------------------------------------
# Slick Slider Arrow 
--------------------------------------------------------------*/
.slick-arrow-style-1 .slick-arrow {
  background-color: #fff;
  color: var(--heading-color);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  line-height: 43px;
  width: 45px;
  font-size: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 100%;
  -webkit-box-shadow: 0px 3px 9px rgba(140, 140, 133, 0.17);
  box-shadow: 0px 3px 9px rgba(140, 140, 133, 0.17); }
  .slick-arrow-style-1 .slick-arrow.slick-next {
    left: auto;
    right: 15px; }
  .slick-arrow-style-1 .slick-arrow:hover {
    background-color: var(--main-color-one);
    color: var(--white) !important;
    border-color: var(--main-color-one); }

.slick-arrow-style-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

@media (min-width: 1366px) {
  .slick-arrow-style-1:hover .slick-arrow {
    left: -35px;
    right: auto; }
  .slick-arrow-style-1:hover .slick-arrow.slick-next {
    left: auto;
    right: -35px; } }

.slick-arrow-style-2 .slick-arrow {
  background-color: transparent;
  color: var(--heading-color);
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  text-align: center;
  height: 45px;
  line-height: 45px;
  width: 45px;
  font-size: 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 100%;
  -webkit-box-shadow: 0px 3px 9px rgba(140, 140, 133, 0.17);
  box-shadow: 0px 3px 9px rgba(140, 140, 133, 0.17); }
  .slick-arrow-style-2 .slick-arrow.slick-next {
    left: 80px; }

/*--------------------------------------------------------------
# Slick Slider Dots 
--------------------------------------------------------------*/
.slick-dots-style-1 .slick-dots li {
  background-color: transparent;
  border: 1px solid transparent;
  height: auto;
  width: auto;
  padding: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .slick-dots-style-1 .slick-dots li button {
    background-color: #8C9090;
    padding: 3px;
    border-radius: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .slick-dots-style-1 .slick-dots li:hover, .slick-dots-style-1 .slick-dots li.slick-active {
    background-color: white;
    border: 1px solid #1D2323; }
    .slick-dots-style-1 .slick-dots li:hover button, .slick-dots-style-1 .slick-dots li.slick-active button {
      background-color: #1D2323; }

/*--------------------------------------------------------------
# Back to top / Scroll to top 
--------------------------------------------------------------*/
.chat-box {
  position: fixed;
  right: 15px;
  border-radius: 80px;
  overflow: hidden;
  bottom: 15px;
  width: 90px;
  height: 93px;
  background-color: #ffffff;
  text-align: center;
  line-height: 40px;
  z-index: 99;
  font-size: 13px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; 
}

#chat {
  opacity: 0.85; 
  filter: alpha(opacity=85); 
}

#chat:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.chat-text{
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  margin-top: -6px;
  padding: 0;
  color: #95a173;
}


.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-color: var(--secondary-color);
  color: #777;
  text-align: center;
  line-height: 40px;
  z-index: 99;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

.back-to-top:hover {
  background-color: var(--main-color-one);
  color: #fff; }

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
/* ----------------------------------------
 Header Top Area
---------------------------------------- */
.lanes__header-top-area {
  padding: 10px 0;
 /* border-bottom: 1px solid;
  border-color: var(--border-color-2);*/ 
}

.header-top-logo {
    max-width: 300px;
    /*padding-bottom: 46px;*/
}

.header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lanes__navbar-inner {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }


/* ----------------------------------------
 Header Search
---------------------------------------- */
.header-top-menu ul {
  margin: 0;
  padding: 0; }
  .header-top-menu ul li {
    position: relative;
    display: inline-block;
    color: var(--heading-color);
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 30px; }
    .header-top-menu ul li:last-child {
      margin-right: 0; }
    .header-top-menu ul li i {
      margin-right: 5px; }
    .header-top-menu ul li ul {
      position: absolute;
      top: 150%;
      background-color: var(--white);
      width: 180px;
      -webkit-box-shadow: 0 1px 8px 1px rgba(35, 38, 51, 0.12);
      box-shadow: 0 1px 8px 1px rgba(35, 38, 51, 0.12);
      padding: 15px 20px;
      z-index: 99;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      right: 0;
      opacity: 0;
      visibility: hidden; }
      .header-top-menu ul li ul li {
        margin-top: 8px; }
        .header-top-menu ul li ul li:first-child {
          margin-top: 0; }
    .header-top-menu ul li:hover ul {
      top: 100%;
      opacity: 1;
      visibility: visible; }

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.lanes__navbar-area {
  position: relative; }

.lanes__navbar-area:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-color-2); }

.lanes__navbar ul {
  margin: 0;
  padding: 0; }
  .lanes__navbar ul li {
    display: inline-block;
    position: relative;
    margin-right: 45px;
    line-height: 80px;
    text-transform: uppercase; }
    .lanes__navbar ul li:last-child {
      margin-right: 0; }
    .lanes__navbar ul li:before {
      position: absolute;
      content: "";
      bottom: 0;
      width: 0px;
      height: 4px;
      background-color: var(--main-color-one);
      opacity: 1;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .lanes__navbar ul li a {
      display: block; }
    .lanes__navbar ul li ul {
      position: absolute;
      top: 140%;
      width: 200px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      background-color: var(--white);
      padding: 20px 15px 20px 20px;
      opacity: 0;
      visibility: hidden;
      -webkit-box-shadow: 0 1px 8px 1px rgba(35, 38, 51, 0.12);
      box-shadow: 0 1px 8px 1px rgba(35, 38, 51, 0.12);
      z-index: 999; }
      .lanes__navbar ul li ul li {
        display: block;
        margin-top: 12px;
        font-size: 90%;
        line-height: 1.5;
        text-transform: capitalize; }
        .lanes__navbar ul li ul li:first-child {
          margin-top: 0; }
        .lanes__navbar ul li ul li:before {
          display: none; }
    .lanes__navbar ul li:hover::before {
      opacity: 1;
      visibility: visible;
      width: 100%; }
    .lanes__navbar ul li:hover > a {
      color: var(--main-color-one); }
    .lanes__navbar ul li:hover ul {
      top: 100%;
      opacity: 1;
      visibility: visible; }

.nav-fixed {
  position: fixed;
  width: 100%;
  height: 90px;
  max-width: 1648px;
  top: 0;
  z-index: 99;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  /*background-color: var(--main-color-one);*/
  -webkit-box-shadow: 0 1px 30px #4E4E4E;
  box-shadow: 0 1px 30px #4E4E4E; 
}
  .nav-fixed:before {
    display: none; }
  .nav-fixed .lanes__navbar nav > ul > li > a {
    color: var(--paragraph-color); }
  .nav-fixed .lanes__navbar li:hover a {
    color: var(--main-color-one); }
  .nav-fixed .lanes__navbar li:hover ul li a {
    color: var(--paragraph-color); }
  .nav-fixed .lanes__navbar li ul li:hover > a {
    color: var(--main-color-one); }


    .nav-fixed .lanes__navbar-inner .flexbox-nav-item-1 {
        padding-bottom: 0px;
      } 

.nav-fixed .header-search .form-input-box input[type="text"] {
  border-color: white;
  color: white; }
  .nav-fixed .header-search .form-input-box input[type="text"]:focus {
    border-color: white;
    color: white; }
  .nav-fixed .header-search .form-input-box input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--white);
    opacity: 1; }
  .nav-fixed .header-search .form-input-box input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white);
    opacity: 1; }
  .nav-fixed .header-search .form-input-box input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white);
    opacity: 1; }
  .nav-fixed .header-search .form-input-box input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: var(--white);
    opacity: 1; }

.nav-fixed .header-search .form-input-box button[type="submit"] {
  color: var(--white); }

.nav-fixed .lanes__mini-cart > ul > li > a {
  color: var(--white); }

.nav-fixed .lanes__navbar nav > ul > li,
.lanes__mini-cart ul li {
  line-height: 60px; }

/* ----------------------------------
	color-widget 
---------------------------------- */
.color-widget li label {
  padding-left: 50px;
  color: #444444; }

.color-variation:before {
  height: 12px;
  width: 12px;
  left: 30px;
  top: 6px;
  background-color: var(--main-color-one);
  position: absolute;
  content: "";
  border-radius: 100%; }

.color-variation.color-pink:before {
  background-color: #F3CCBF; }

.color-variation.color-nude:before {
  background-color: #F1B5AA; }

.color-variation.color-yellow:before {
  background-color: #FBE087; }

.color-variation.color-orange:before {
  background-color: #F58B47; }

.color-variation.color-green:before {
  background-color: #344E03; }

.color-variation.color-white:before {
  background-color: #E3E5E0; }


/* ----------------------------------
	Slider area
---------------------------------- */
.lanes__slide-item-inner {
  padding: 120px 0 100px;
  height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.dining-option-container{
  max-width: 85%;
  padding-top: 30px; 
  padding-bottom: 30px;
}

.lanes__slide-home-header {
  padding: 120px 0 100px;
  height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__slide-amenities-header {
  padding: 120px 0 100px;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__slide-care-header {
  padding: 30px 0 30px;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__slide-pom-header {
  padding: 30px 0 30px;
  height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__slide-chat-header {
  padding: 120px 0 100px;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__slide-winter-header {
  padding: 120px 0 100px;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}


.lanes__slide-floorplan-header {
  padding: 120px 0 100px;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}


.lanes__slide-dining-bottom {
  padding: 120px 0 100px;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}


.lanes__slide-accomm-header{
  padding: 120px 0 100px;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__slide-accomm-compare {
  padding: 40px 0 40px;
  height: 65vh;
  display: block;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__accomm-compare-box{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.3);
  width: 340px;
  height: 225px;
  margin: 15px;
}

.lanes__accomm-compare-readbox{
  width: 410px;
}

.lanes__accomm-compare-box-text{
  text-align: center;
  font-size: 2.4em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
  line-height: 1.2;
  color: #fff;
  width: 80%;
  margin: auto; 
}

.lanes__sidebar-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  max-width: 85%;
}

.lanes__slide-content h1 {
  font-size: 55px;
  font-weight: 700; }

.lanes__slide-content .btn-wrapper {
  margin-top: 50px; }

.lanes__slider-active .slick-dots {
  position: absolute;
  bottom: 30px;
  width: 100%; }

.lanes__slide-img img {
  display: inline-block; }

/* owl-dots-default */
.owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px; }

.owl-dots .owl-dot {
  display: inline-block;
  background-color: var(--secondary-color);
  height: 10px;
  width: 10px;
  margin-right: 30px;
  border-radius: 100%; }

.owl-dots .owl-dot:last-child {
  margin-right: 0px; }

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  background-color: var(--main-color-one); }

.owl-arrow-style-1 .owl-nav > div {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto; }

.owl-arrow-style-1 .owl-nav > div.owl-next {
  left: auto;
  right: -60px; }

@media only screen and (max-width: 1200px) {
  .owl-arrow-style-1 .owl-nav > div {
    right: auto;
    left: 0px; }
  .owl-arrow-style-1 .owl-nav > div.owl-next {
    right: 0px;
    left: auto; } }

.slick-dots {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center; }

.slick-dots li {
  display: inline-block;
  list-style: none;
  display: inline-block;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-right: 20px;
  background-color: var(--white-2);
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  padding: 0;
  border: 0;
  background-color: var(--white-2); }

.slick-dots li:hover,
.slick-dots li.slick-active {
  background-color: var(--main-color-one); }

.slick-arrow {
  cursor: pointer; }

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }


button {
  outline: none;
  border: none; }

button:focus {
  outline: none; }

/* ----------------------------------------
 Custom content
---------------------------------------- */
.img-shape {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px; }

.img-shape:before, .img-shape:after {
  position: absolute;
  content: "";
  height: 80px;
  width: 65%;
  background-color: var(--main-color-one);
  z-index: -1; }

.img-shape:before {
  right: -30px;
  left: auto;
  top: -30px; }

.img-shape:after {
  left: -30px;
  right: auto;
  bottom: -30px; }



/* ========================================================================================================  */
/* ----------------------------------------
 Events Page Styles  
---------------------------------------- */
.events-grid {
  padding: 40px 0;
}

.event-item {
  margin-bottom: 40px;
}

.event-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.event-card-disabled {
  /* This is the key to making it unclickable */
  pointer-events: none;

  /* This will grey out the entire card and its contents */
  filter: grayscale(100%);

  /* This makes it look faded and less prominent */
  opacity: 0.6;

  /* Optional: Remove the interactive shadow to make it look flat */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.event-image {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
  transform: scale(1.05);
}

.event-date-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(235, 96, 96, 0.95);
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  min-width: 65px;
}

.event-date-badge .month {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.event-date-badge .day {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.event-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.event-title {
  font-size: 24px;
  font-weight: 500;
  color: #234365;
  margin-bottom: 15px;
  line-height: 1.3;
}

.event-description {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.event-meta {
  margin-bottom: 25px;
}

.event-time {
  color: #888;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.event-time i {
  margin-right: 8px;
  color: #eb6060;
}

.event-btn {
  align-self: flex-start;
  margin-top: auto;
}

/* Enhanced lightbox and zoom styles */
.fancybox__container {
  --fancybox-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.95);
}

.fancybox__backdrop {
  background: var(--fancybox-bg);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.fancybox__content > .carousel__button.is-close {
  --f-button-hover-bg: rgba(255, 255, 255, 0.2);
  --f-button-svg-filter: invert(1);
}

.fancybox__content > .carousel__button {
  --f-button-bg: rgba(255, 255, 255, 0.1);
  --f-button-hover-bg: rgba(255, 255, 255, 0.2);
  --f-button-active-bg: rgba(255, 255, 255, 0.3);
  --f-button-svg-filter: invert(1);
  border-radius: 50%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.fancybox__toolbar {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 8px;
  margin: 20px;
  padding: 8px;
}

.fancybox__toolbar .carousel__button {
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(255, 255, 255, 0.1);
  --f-button-active-bg: rgba(255, 255, 255, 0.2);
  margin: 0 2px;
  border-radius: 4px;
}

/* Enhanced zoom cursor feedback */
.fancybox__content.can-zoom_in .fancybox__slide {
  cursor: zoom-in;
}

.fancybox__content.can-zoom_out .fancybox__slide {
  cursor: zoom-out;
}

.fancybox__content.is-draggable .fancybox__slide {
  cursor: grab;
}

.fancybox__content.is-dragging .fancybox__slide {
  cursor: grabbing;
}

/* Mobile zoom enhancements */
@media (max-width: 768px) {
  .fancybox__toolbar {
    margin: 10px;
    padding: 6px;
  }
  
  .fancybox__toolbar .carousel__button {
    --f-button-size: 44px;
    margin: 0 1px;
  }
  
  .fancybox__content > .carousel__button {
    --f-button-size: 50px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .event-card {
    margin-bottom: 30px;
  }
  
  .event-content {
    padding: 20px;
  }
  
  .event-title {
    font-size: 20px;
  }
  
  .event-description {
    font-size: 14px;
  }
  
  .event-image {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .events-grid {
    padding: 20px 0;
  }
  
  .event-date-badge {
    top: 15px;
    left: 15px;
    padding: 8px 12px;
    min-width: 55px;
  }
  
  .event-date-badge .day {
    font-size: 18px;
  }
  
  .event-content {
    padding: 20px 15px;
  }
}

/* ========================================================================================================  */
/* ----------------------------------------
 Feature area  
---------------------------------------- */
.lanes__feature-item {
  margin-bottom: 30px; }
  .lanes__feature-item .feature-icon {
    float: left;
    margin-right: 20px;
    font-size: 22px;
    color: var(--main-color-one); }
  .lanes__feature-item .feature-content {
    overflow: hidden; }
    .lanes__feature-item .feature-content h4 {
      font-weight: 500;
      margin-bottom: 10px; }

/* feature-item-2 */
.lanes__feature-item-2 {
  margin-bottom: 50px;
  padding: 0 30px;
  text-align: center; }
  .lanes__feature-item-2 i {
    font-size: 40px;
    color: var(--main-color-one);
    margin-bottom: 20px;
    display: block; }
  .lanes__feature-item-2 h4 {
    font-size: 20px; }
  .lanes__feature-item-2 p {
    margin-bottom: 0; }

/* ----------------------------------------
 Custom Content area  
---------------------------------------- */
.lanes__custom-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 50px; }
  .lanes__custom-content-info h1 {
    font-size: 40px;
    margin-bottom: 30px; }
  .lanes__custom-content-info .btn-wrapper {
    margin-top: 50px; }


/*-------------------------
    Footer Area
-------------------------*/
.footer-area{
  clear: both;      
}


/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper-small {
  display: block;
  margin: 20px; }

.btn-wrapper {
  display: block;
  margin: 30px; }

  .btn-wrapper .boxed-btn {
    display: inline-block;
    padding: 10px 30px 9px;
    border: 1px solid;
    border-color: var(--border-color);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    z-index: 9; }
    .btn-wrapper .boxed-btn:hover {
      background-color: var(--main-color-one);
      color: var(--white);
      border-color: var(--main-color-one); }
    .btn-wrapper .boxed-btn.white-btn {
      background-color: var(--white);
      border-color: var(--main-color-one);
      color: var(--paragraph-color); }
      .btn-wrapper .boxed-btn.white-btn:hover {
        background-color: var(--main-color-one);
        border-color: var(--main-color-one);
        color: var(--white); }
    .btn-wrapper .boxed-btn.black-btn {
      background-color: var(--black);
      border-color: var(--black);
      color: var(--white); }
      .btn-wrapper .boxed-btn.black-btn:hover {
        background-color: var(--main-color-one);
        border-color: var(--main-color-one);
        color: var(--white); }
    .btn-wrapper .boxed-btn:hover {
      background-color: var(--main-color-one);
      color: var(--white); }
    .btn-wrapper .boxed-btn.btn-rounded {
      border-radius: 0 30px 0 30px; }
    .btn-wrapper .boxed-btn.reverse-color {
      background-color: var(--main-color-one);
      border-color: var(--main-color-one);
      color: var(--white); }
      .btn-wrapper .boxed-btn.reverse-color:hover {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
        color: var(--paragraph-color); }
    .btn-wrapper .boxed-btn.btn-shape:hover {
      background-color: inherit; }
    .btn-wrapper .boxed-btn.fullwidth-btn {
      width: 100%; }
    

@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center; }
  .tablet-left {
    text-align: left; }
  .tablet-right {
    text-align: right; } }

@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center; }
  .mobile-left {
    text-align: left; }
  .mobile-right {
    text-align: right; } }

.btn-shape {
  position: relative;
  overflow: hidden; }

.btn-shape i {
  margin-right: 30px;
  position: relative;
  top: 1px; }

.btn-wrapper .btn-shape:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  width: 75px;
  background-color: var(--main-color-one);
  z-index: -1;
  height: 50px;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.btn-wrapper .btn-shape:hover:before {
  width: 200%; 
}

/*----------------------------------------
  ## Section title
----------------------------------------*/
.lanes__section-title {
  margin-bottom: 50px; }
  .lanes__section-title .section-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0; }
    .lanes__section-title .section-title span {
      color: var(--main-color-one); }
  .lanes__section-title p {
    margin-bottom: 0;
    margin-top: 10px; }
  .lanes__section-title.white .section-title {
    color: var(--white); }
  .lanes__section-title.white p {
    color: rgba(255, 255, 255, 0.7); }

.section-title-width {
  width: calc(100% - 32%); }
  .section-title-width.text-center {
    margin-left: auto;
    margin-right: auto; }
  .section-title-width.text-left {
    margin-left: 0;
    margin-right: auto; }
  .section-title-width.text-right {
    margin-left: auto;
    margin-right: 0; }

.section-title-2 {
  font-size: 30px; 
}

  .lanes__home-title{
      font-size: 3.8em;
      font-family: 'Montserrat';
      color: white;
      font-weight: 400;
      text-shadow: 2px 2px 10px rgba(26,39,46,0.80);
  }

.emulated-flex-gap > * {
  margin: 12px 0 0 12px;
}

.emulated-flex-gap {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -12px 0 0 -12px;
  width: calc(100% + 12px);
}


/* Large Device: 1024px. (col-lg*-) */
@media (max-width: 992px) {

    .emulated-flex-gap > * {
      margin: 12px 0 0 12px;
    }

    .emulated-flex-gap {
      display: inline-flex;
      flex-wrap: wrap;
      margin: -12px 0 0 -12px;
      width: calc(100% + 12px);
    }


    .flexbox-nav-container {
        display: flex;
        justify-content: space-between;
        height: 90px;
    }

    .header-top-logo {
        max-width: 285px;
    }

    .header-top-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: left !important; 
      }
}







.flexbox-nav-container{
    display: flex;
    justify-content: space-between;
    height: 80px;
}

.flexbox-nav-item{
  /*margin: 10px;*/
}

.flexbox-nav-item-1 {
    align-self: center;
    flex-grow: 1;
    max-width: 300px;
    line-height: 1;
    padding-right: 15px;
    padding-bottom: 40px;
}


.flexbox-nav-item-2{
  flex-grow: 2;
}

.flexbox-nav-item-3{
  align-self: flex-end;
  flex-shrink: 0;
}

.flexbox-enritchment-container{
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.flexbox-personal-container{
    margin-top: -200px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}


.flexbox-amenities-container{
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.flexbox-care-container{
    margin-top: -60px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-left: 30px;
}

.flexbox-pom-container{
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.flexbox-amenities-item{
  margin: 10px;
}


.flexbox-accommodations-item-1{
    align-self: center;
    flex-grow: 1;
    max-width: 700px;
    line-height: 1;
    padding-top: 350px;
}

.flexbox-winter-item-1{
    align-self: center;
    flex-grow: 1;
    max-width: 600px;
    line-height: 1;
}

.flexbox-amenities-item-1{
    align-self: center;
    flex-grow: 1;
    max-width: 600px;
    line-height: 1;
    padding-top: 100px;
}

.flexbox-care-item-1{
    align-self: center;
    flex-grow: 1;
    max-width: 600px;
    line-height: 1.1;
    padding-top: 0px;
    margin-top: -90px;
}


.flexbox-pom-item-1{
    align-self: center;
    flex-grow: 1;
    max-width: 600px;
    line-height: 1.1;
    padding-top: 0px;
}

.flexbox-continuum-item-1{
    align-self: center;
    flex-grow: 1;
    max-width: 600px;
    line-height: 1.1;
    padding-top: 0px;
    margin-top: 200px;
}

.flexbox-amenities-item-2{
  flex-grow: 2;
}

.flexbox-amenities-item-3{
  max-height: 300px;
  align-self: flex-end;
  flex-shrink: 0;
}




/*.amenities-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9%, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(4%, 1fr) );
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
}*/

.amenities-grid {
  display: flex;
  flex-wrap: wrap;
}

.amenities-grid-1{
}

.amenities-grid-2{
  min-width: 54em;
}

.amenities-grid > div {
  width: 100% ;
}


@media only screen and (min-device-width: 740px) {
  
  .header-top-logo{
    max-width: 97%;
    padding-top: 20px;
  }
}


.lanes__personal-title{
    font-size: 3.8em;
    font-family: 'Montserrat';
    color: white;
    line-height: 1;
    font-weight: 500;
    text-shadow: 2px 2px 10px rgba(26,39,46,0.80);
  }



  .lanes__enritchment-title{
    font-size: 4.2em;
    font-family: 'Montserrat';
    color: white;
    font-weight: 400;
    text-shadow: 2px 2px 10px rgba(26,39,46,0.80);
  }


  .lanes__care-title{
      font-size: 3.6em;
      font-family: 'Montserrat';
      color: #626263;
      font-weight: 400;
      padding-left: 40px;
      text-shadow: 2px 2px 10px rgba(255,255,255,0.80);
  }

    .lanes__pom-title{
      font-size: 3.6em;
      font-family: 'Montserrat';
      color: #626263;
      text-align: center;
      font-weight: 500;
      padding-left: 0px;
      text-shadow: 2px 2px 10px rgba(255,255,255,0.80);
  }

  .lanes__pom-subtitle{
      font-size: 2.6em;
      font-family: 'Montserrat';
      color: #626263;
      text-align: center;
      font-weight: 400;
      text-shadow: 2px 2px 10px rgba(255,255,255,0.95);
  }



  .lanes__pom-secondarytitle{
      font-size: 3em;
      font-family: 'Montserrat';
      color: #626263;
      text-align: center;
      font-weight: 500;
      padding-bottom: 20px;
      text-shadow: 2px 2px 10px rgba(255,255,255,0.80);
      line-height: 1.2;
  }


  .lanes__additional-title{
    font-size: 3.6em;
    font-family: 'Montserrat';
    color: #444444;
    font-weight: 500;
    padding-left: 40px;
  }

    .lanes__amenities-title{
      font-size: 4.2em;
      font-family: 'Montserrat';
      color: white;
      font-weight: 400;
      text-shadow: 2px 2px 10px rgba(26,39,46,0.80);
  }

     .lanes__winter-title{
      max-width: 360px;
      font-size: 38px; 
      font-weight: 550;
      font-family: 'Montserrat';
      color: white;
      text-shadow: 2px 2px 10px rgba(26,39,46,0.80);
  }

     .lanes__winter-title2{
      margin-top: 15px;
      max-width: 390px;
      font-size: 49px;
      font-family: 'Montserrat';
      color: white;
      font-weight: 550;
      text-shadow: 2px 2px 10px rgba(26,39,46,0.80);
  }


  .lanes__continuum-title{
    font-size: 3.6em;
    font-family: 'Montserrat';
    color: #7c7d7f;
    font-weight: 500;
    padding-left: 120px;
    /*text-shadow: 2px 2px 10px rgba(255,255,255,0.80);*/
  }


  .amenities-grid {
    /*max-width: 75%;*/
      display: grid;
      grid-template-columns:  auto 450px 650px auto;
      /*grid-template-columns: repeat(auto-fit, minmax(33%, max-content));*/
      grid-template-rows: repeat(auto-fill, minmax(4%, 1fr)  );
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      margin-bottom: 1rem;
  }
  .amenities-grid > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;     
    /*width: 25%;*/
    overflow: hidden;
  }

  .amenities-grid > div:hover img {
    /*transform: translateX(-2px) scale(1.1);*/
  }
}


.amenities-grid img {
  transform-origin: center;
  transition: 2s ease all;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.flexbox-amenities-box-left{
    display: flex;
    justify-content: space-between;
    height: 300px;
}

.flexbox-amenities-box-item{
  margin: 10px;
}

.flexbox-amenities-box-spacer{
    align-self: center;
    flex-grow: 1;
    max-width: 600px;
}

.flexbox-amenities-box-item-1{
    align-self: center;
    flex-grow: 1;
    max-width: 600px;
}

.flexbox-amenities-box-item-2{
  flex-grow: 2;
}

.flexbox-amenities-box-item-3{
  max-height: 300px;
  align-self: flex-end;
  flex-shrink: 0;
}




.flexbox-container{
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    height: 65vh;
}

.flexbox-item{
  margin: 10px;
}

.flexbox-item-1{
  align-self: flex-end;
  flex-grow: 1;
  max-width: 600px;
  line-height: 1;
  padding-bottom: 70px;
  padding-left: 5%;
}

.flexbox-item-2{
  flex-grow: 2;
}

.flexbox-item-3{
  max-height: 300px;
  align-self: flex-end;
  flex-shrink: 0;
  padding-bottom: 40px;
  padding-right: 5%;
}

#banner{
  background-image:url(images/bannermain.jpg);
  width:607px;
  height:85px;
  float:left;
}

.header-top-menu{
  text-transform: uppercase;
}

.contact-top-text{
  font-size: 0.95em;
  letter-spacing: 1.2px;
}

.contact-top-numbers{
  font-size: 1.1em;
  letter-spacing: 1.2px;
}

.floorplan_container{
  max-width: 95%;
  padding-top: 20px;
  padding-bottom: 20px
}

.rando-bg__img {
  width: 100%;
  height: 70vh;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lanes__home-title-container{
    display: flex;
    justify-content: space-between;
}


.lanes__home-title-item-1{
  align-self: center;
  flex-grow: 1;
  text-align: center;
  font-weight: 400;
  padding: 30px;
  letter-spacing: 1.2px;
}

.lanes__care-title-item-1{
  align-self: center;
  flex-grow: 1;
  text-align: center;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  letter-spacing: 1.2px;
}

.lanes__continuum-title-item-1{
  align-self: center;
  flex-grow: 1;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  letter-spacing: 1.2px;
}



.lanes__home-title-spacer{
  flex-grow: 2;
}

.lanes__dining-title-item-1{
  align-self: center;
  flex-grow: 1;
  text-align: center;
  font-weight: 400;
  padding-top: 30px;

}

.accomm-title-item-1{
  align-self: center;
  flex-grow: 1;
  text-align: center;
  font-weight: 400;
  padding: 30px;
  padding-bottom: 0px;
}


/*----------------------------------------
  ## Info Boxes
----------------------------------------*/

.lanes__side-info-box-text-grey{
    font-size: 1.3em;
    font-family: 'Montserrat';
    color: #444444;
    font-weight: 400;
}

.lanes__side-info-box-title-grey{
    font-size: 2.3em;
    font-family: 'Montserrat';
    color: #444444;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 30px;
    letter-spacing: -1.2px;
}

.lanes__side-info-box-text-dark{
    font-size: 1.3em;
    font-family: 'Montserrat';
    color: #3f4248;
    font-weight: 400;
}

.lanes__side-info-box-title-dark{
    font-size: 2.3em;
    font-family: 'Montserrat';
    color: #3f4248;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 30px;
        letter-spacing: -1.2px;
}


.lanes__side-info-box-text{
    font-size: 1.4em;
    font-family: 'Montserrat';
    color: white;
    font-weight: 400;
    text-shadow: -1px 1px 2px rgba(37, 37, 37, 0.3),
          1px 2px 6px #000,
          1px -1px 0 rgba(37, 37, 37, 0.3),
          -1px -1px 0 rgba(37, 37, 37, 0.3);
}

.lanes__side-info-box-title{
    font-size: 2.3em;
    font-family: 'Montserrat';
    color: white;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 10px;
    padding-top: 30px;
    letter-spacing: -1.2px;
    text-shadow: -1px 1px 2px rgba(37, 37, 37, 0.3),
          1px 2px 6px #000,
          1px -1px 0 rgba(37, 37, 37, 0.3),
          -1px -1px 0 rgba(37, 37, 37, 0.3);
}


.lanes__custom-button {
  margin-top: -10px;
  display: inline-block;
  padding: 0.75rem 2.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  /*letter-spacing: 0.15rem;*/
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lanes__custom-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb6060;
  border-radius: 10rem;
  z-index: -2;
}
.lanes__custom-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #c04545;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.lanes__custom-button:hover {
  color: #fff;
}
.lanes__custom-button:hover:before {
  width: 100%;
}




.lanes__custom-button-small {
  margin-top: -10px;
  display: inline-block;
  padding: 0.50rem 1.5rem;
  border-radius: 8rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  border: 2px solid #666;
  /*letter-spacing: 0.15rem;*/
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lanes__custom-button-small:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #909090;
  border-radius: 10rem;
  z-index: -2;
}
.lanes__custom-button-small:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #383838;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.lanes__custom-button-small:hover {
  color: #fff;
}
.lanes__custom-button-small:hover:before {
  width: 100%;
}



.lanes__custom-button-white {
  margin-top: -10px;
  display: inline-block;
  padding: 0.75rem 2.25rem;
  border-radius: 10rem;
  color: #666;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  /*letter-spacing: 0.15rem;*/
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lanes__custom-button-white:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10rem;
  z-index: -2;
}
.lanes__custom-button-white:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #bbb;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.lanes__custom-button-white:hover {
  color: #333;
}
.lanes__custom-button-white:hover:before {
  width: 100%;
}



.lanes__custom-button-green {
  margin-top: -10px;
  display: inline-block;
  padding: 0.5rem 4.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lanes__custom-button-green:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #95a072;
  border-radius: 10rem;
  z-index: -2;
}
.lanes__custom-button-green:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #93b134;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.lanes__custom-button-green:hover {
  color: #333;
}
.lanes__custom-button-green:hover:before {
  width: 100%;
}



.lanes__custom-button-green-medium {
  margin-top: -10px;
  display: inline-block;
  padding: 1.5rem 4.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lanes__custom-button-green-medium:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #95a072;
  border-radius: 10rem;
  z-index: -2;
}
.lanes__custom-button-green-medium:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #93b134;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.lanes__custom-button-green-medium:hover {
  color: #333;
}
.lanes__custom-button-green-medium:hover:before {
  width: 100%;
}


.success{
  font-size: 22px;
  margin: auto;
  text-align: center;
  color: #95a072;
  font-weight: 500;
}

.error{
  font-size: 22px;
  margin: auto;
  text-align: center;
  color: #ca0000;
  font-weight: 500;
}







.lanes__homepage-info-holder {
    padding-bottom: 10px;
    margin: 30px;
    /*max-width: 80%;*/
}

.lanes__info-box-right {
  padding-right: 60px;
  padding-left: 0px;
}

.lanes__info-box-left {
  padding-left: 60px;
  padding-right: 0px;
}


.lanes__accommodations{
  position: relative;
}

.lanes__slide-item-accommodations {
  padding: 0px 0 120px;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__slide-item-dining {
  padding: 120px 0 100px;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__slide-item-thingstodo {
  padding: 120px 0 100px;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__accommodations-info-box{
  padding-right: 0px; 
  padding-bottom: 15px;
  background-color: rgba(0,0,0,.3);
  max-height: 90%;
}

.lanes__accommodations-row{
  position: absolute;
  right: 0;
  top: -14vh;
}

.lanes__accommodations-info-button{
  margin-top: 0px;
  float: left;
  /*padding-left: 20px;*/
}

.lanes__accommodations-info-holder{
  padding-right: 10%; 
  /*margin-bottom: -60px;*/
}


.lanes__dining{
  position: relative;
}




.lanes__dining-info-box{
  padding-left: 0px; 
  background-color: rgba(0,0,0,.45);
  max-height: 90%;
}

.lanes__dining-row{
  position: absolute;
  left: 0;
  top: -39vh;
}

.lanes__thingstodo-info-holder{
  padding-right: 5%;
  margin-bottom: -60px;
  padding-left: 0px;
}

.lanes__dining-info-button{
  margin-top: 20px;
  padding-right: 20px;
}



.lanes__thingstodo{
  position: relative;
}



.lanes__thingstodo-info-box{
  padding-right: 0px; 
  background-color: rgba(0,0,0,.45);
  max-height: 90%;
}


.lanes__thingstodo-row{
  position: absolute;
  right: 0;
  top: -36vh;
  width: 100%;
  float: right;
  margin-left: auto;
}

.lanes__thingstodo-info-button{
  margin-top: 20px;
  /*padding-left: 20px;*/
}







.lanes__answers{
  position: relative;
}

.lanes__slide-item-answers {
  padding: 120px 0 100px;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__answers-info-box{
  padding-left: 0px; 
  background-color: rgba(255,255,255,.5);
}

.lanes__answers-row{
  position: absolute;
  left: 0;
  top: -22vh;
  width: 100%;
}

.lanes__answers-info-holder{
  padding-left: 20%;
  margin-bottom: -60px;
}

.lanes__answers-info-button{
  margin-top: 20px;
  padding-right: 20px;
  margin-left: 12px;
}




.lanes__footer{
  position: relative;
}

.lanes__slide-item-footer {
  padding: 40px 0 100px;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}


.lanes__footer-row{
  position: absolute;
  left: 0;
  right: 0;
  top: -32vh;
}


.lanes__footer-button{
  margin-top: 20px;
  padding-right: 20px;
}


.lanes__custom-content-area-footer{
  display: contents;
}


.lanes__amenities-left{
  margin-right: 40px;
}


.lanes__amenities-right{
  margin-left: 40px;
}


.lanes__enritchment-section-wrap{
  position: relative;
  max-width: 90%;
  margin: auto;
}

.lanes__personal-section-wrap{
  position: relative;
  max-width: 90%;
  margin: auto;
}

.lanes__amenities-section-wrap{
  position: relative;
}


.lanes__amenities-item-left {
	width: 100%;
  padding: 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  position: relative;
  float:left;
}




.lanes__amenities-item-right {
	width: 100%;
  padding: 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  position: relative;
  float:right;
}

.lanes__care-item {
  width: 100%;
  padding: 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  position: relative;
}


.lanes__care-item-main {
  width: 100%;
  padding: 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  position: relative;
  max-width: 1250px;
  margin: auto;
}


.lanes__care-img{
  height: 42vw;
  width: 100%
}


.lanes__care-item-title{
  font-size: clamp(2.9rem, 3vw, 3.3rem);
  text-align: left;
  font-family: 'Montserrat';
  color: #3f4248;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 5px;
  padding-top: 10px;
  @supports not (font-size: clamp(2.9rem, 3vw, 3.3rem)) {
    font-size: min(max(2.9rem, 3vw), 3.3rem); 
  }
}


.lanes__personal-text{
  padding-left: 30px;
}

.lanes__personal-item-section-text{
    font-size: clamp(2.1rem, 2.0vw, 2.5rem);
    text-align: left;
    font-family: 'Montserrat';
    letter-spacing: -0.5px;
    color: #3f4248;
    font-weight: 400;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 6px 0;
    animation: close 0.1s linear 0.1s forwards;
    @supports not (font-size: clamp(2.1rem, 2.0vw, 2.5rem)) {
    font-size: min(max(2.1rem, 2.0vw), 2.5rem); 
  }
}

.lanes__care-item-section-text{
    font-size: clamp(1.8rem, 0.98vw, 1.9rem);
    text-align: left;
    font-family: 'Montserrat';
    letter-spacing: -0.5px;
    color: #3f4248;
    font-weight: 400;
    line-height: 1.6;
    display: -webkit-box;
/*    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;*/
    margin: 6px 0;
    animation: close 0.1s linear 0.1s forwards;
    @supports not (font-size: clamp(1.8rem, 2.0vw, 1.9rem)) {
    font-size: min(max(1.8rem, 2.0vw), 1.9rem); 
  }
}

.lanes__care-info-holder{
  padding-right: 5%;
}


.lanes__care-item-personal{
  width: 100%;
}


.lanes__care-item1-color{
  background-color: #f2f1ea;
}

.lanes__care-item2-color{
  background-color: #f6e6e4;
}

.lanes__care-item3-color{
  background-color: #e5f3f7;
}


.lanes__amenities-item {
  padding: 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.lanes__amenities-info-box-left{
  padding-left: 0px;
  margin: auto;
}

.lanes__amenities-info-box-right{
  padding-right: 0px;
  margin: auto;
}

.lanes__enritchment-info-box{
  padding: 20px;
  margin: auto;
}

.lanes__amenities-row{
  max-width: 1650px;
}

.lanes__amenities-row-left{
	float: left;
	width: 100%;
  max-width: 1550px;
}

.lanes__amenities-row-right{
	float: right;
	width: 100%;
  max-width: 1550px;
}

.lanes__row1-color{
  background-color: #95a072;
}

.lanes__row2-color{
  background-color: #1087bb;
}

.lanes__row3-color{
  background-color: #6f9145;
}

.lanes__row4-color{
  background-color: #234365;
}

.lanes__row5-color{
  background-color: #956197;
}

.lanes__row6-color{
  background-color: #9a3153;
}

.lanes__row7-color{
  background-color: #bf3a3a;
}

.lanes__row8-color{
  background-color: #a57101;
}

.lanes__row9-color{
  background-color: #cc6121;
}

.lanes__row10-color{
  background-color: #046ac5;
}

.lanes__amenities-info-holder-left{
  padding-left: 10%;
}


.lanes__amenities-info-holder-right{
  padding-right: 10%;
}


.lanes__amenities-info-button{
  margin-top: 20px;
  padding-right: 20px;
}

/*.lanes__amenities-section-text{
		font-size: clamp(1.8rem, 2.0vw, 1.9rem);
    text-align: center;
    font-family: 'Montserrat';
    color: white;
    font-weight: 400;
    line-height: 1.6;
    overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3; 
	  -webkit-box-orient: vertical;

    @supports not (font-size: clamp(1.8rem, 2.0vw, 1.9rem)) {
    font-size: min(max(1.8rem, 2.0vw), 1.9rem); 
  }
}*/

.lanes__amenities-section-title{

  font-size: clamp(2.9rem, 3vw, 3.3rem);
  text-align: center;
  font-family: 'Montserrat';
  color: white;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;

  @supports not (font-size: clamp(2.9rem, 3vw, 3.3rem)) {
    font-size: min(max(2.9rem, 3vw), 3.3rem); 
  }
}



.pool-image-1{
  padding-left: 0px;
}

.pool-image-2{
  padding-right: 0px;
}


#amenities-row-1{
	height: 100%;
}

#amenities-row-1.active {
  height: auto !important;
}

#amenities-row-2{
	height: 100%;
  min-height: 200px;
}

#amenities-row-2.active {
  height: auto !important;
}

#amenities-row-3{
	height: 100%;
}

#amenities-row-3.active {
  height: auto !important;
}

#amenities-row-4{
	height: 100%;
}

#amenities-row-4.active {
  height: auto !important;
}

#amenities-row-5{
	height: 100%;
}

#amenities-row-5.active {
  height: auto !important;
}

#amenities-row-6{
	height: 100%;
}

#amenities-row-6.active {
  height: auto !important;
}

#amenities-row-7{
	height: 100%;
}

#amenities-row-7.active {
  height: auto !important;
}

#amenities-row-8{
	height: 100%;
}

#amenities-row-8.active {
  height: auto !important;
}

#amenities-row-9{
	height: 100%;
}

#amenities-row-9.active {
  height: auto !important;
}

#amenities-row-10{
	height: 100%;
}

#amenities-row-10.active {
  height: auto !important;
}


.lanes__amenities-text{
  padding: 30px;
}

.lanes__care-text{
  padding: 30px;
  padding-bottom: 20px;
}


.lanes__custom-content-area-care{
    padding-top: 10px;
    max-width: 90%;
    margin: auto;
}

.lanes__custom-content-area-enritchment{
    padding-top: 10px;
    max-width: 90%;
    margin: auto;
}





.justified-video-container{
    margin: initial;
    padding-left: 8%;
}

.video-holder{
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 70%;
  margin: inherit;
}




.amenities-item-img{
  /*max-height: 370px;*/
  max-height: auto;
  overflow: hidden;
}


.lanes__amenities-section-text-full{
    font-size: clamp(1.8rem, 2.0vw, 1.9rem);
    text-align: center;
    font-family: 'Montserrat';
    letter-spacing: -0.5px;
    color: white;
    font-weight: 400;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    @supports not (font-size: clamp(1.8rem, 2.0vw, 1.9rem)) {
    font-size: min(max(1.8rem, 2.0vw), 1.9rem); 
  }
}






/* Box */
.ammenities-textbox {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.ammenities-textbox.open {
  max-height: 100rem;
  transition: max-height 0.5s cubic-bezier(0.9, 0, 0.8, 0.2);
}

/* Text */
@keyframes open {
  from {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  to {
    line-clamp: initial;
    -webkit-line-clamp: initial;
  }
}

@keyframes close {
  from {
    line-clamp: initial;
    -webkit-line-clamp: initial;
  }
  to {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }

}
#personal-item {
  height: auto;
  width: inherit;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}

#enritchment-img {
  height: auto;
  /*height: 320px;*/
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}

.lanes__care-section-text{
    padding-left: 60px;
    padding-right: 60px;
    font-size: clamp(1.8rem, 2.0vw, 1.9rem);
    text-align: center;
    font-family: 'Montserrat';
    letter-spacing: -0.5px;
    color: white;
    font-weight: 400;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 6px 0;
    @supports not (font-size: clamp(1.8rem, 2.0vw, 1.9rem)) {
    font-size: min(max(1.8rem, 2.0vw), 1.9rem); 
  }
}


.lanes__amenities-section-text{
    font-size: clamp(1.8rem, 2.0vw, 1.9rem);
    text-align: center;
    font-family: 'Montserrat';
    letter-spacing: -0.5px;
    color: white;
    font-weight: 400;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 6px 0;
    animation: close 0.1s linear 0.1s forwards;

    @supports not (font-size: clamp(1.8rem, 2.0vw, 1.9rem)) {
    font-size: min(max(1.8rem, 2.0vw), 1.9rem); 
  }
}

.open .lanes__amenities-section-text {
  animation: open 0.1s linear 0s forwards;
}


.readmore-button-text1, .readmore-button-text2, .readmore-button-text3, .readmore-button-text4, .readmore-button-text5, .readmore-button-text6, .readmore-button-text7, .readmore-button-text8, .readmore-button-text9, .readmore-button-text10 {
  font-size: 15px;
}

#care-item-1 {
  width: 100%;
  height: auto;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
  background-color: #234365;
}


#care-item-2 {
  width: 100%;
  height: auto;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
  background-color: #4d5b96;
}

#care-item-3 {
  width: 100%;
  height: auto;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
  background-color: #9a3153;
}

#care-item-4 {
  width: 100%;
  height: auto;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
  background-color: #4f909b;
}


#amenities-item-1 {
	width: 100%;
  /*height: auto;*/
  height: 370px;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}

#amenities-item-1.expand {
  height: auto;
  width: 100%;
}

.amenities-item-1-img{
   height: 100%;
   width: 100%;
}


#amenities-item-2 {
  /*height: auto;*/
  height: 370px;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}
#amenities-item-2.expand {
	height: auto;
  /*height: 900px;*/
  width: 100%;
}

.amenities-item-2-toprow{
	margin-bottom: 0px;
}

.amenities-item-2-bottomrow{
	padding-bottom: 30px;
}

.amenities-item-2-img1{
  height: 100%;
  width: 100%;
}

.amenities-item-2-img2{
  height: 100%;
  width: 100%;
}


#amenities-item-3 {
  /*height: auto;*/
	height: 370px;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}
#amenities-item-3.expand {
  height: auto;
}





#amenities-item-4 {
  /*height: auto;*/
	height: 370px;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}
#amenities-item-4.expand {
  height: auto;
}
.amenities-item-4-img{
  /*height: 440px;*/
}


#amenities-item-5 {
  /*height: auto;*/
	height: 370px;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}
#amenities-item-5.expand {
  height: auto;
}
.amenities-item-5-img{
  /*height: 500px;*/
}


#amenities-item-6 {
  /*height: auto;*/
	height: 370px;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}
#amenities-item-6.expand {
  height: auto;
}
.amenities-item-6-img{
  /*height: 500px;*/
}


#amenities-item-7 {
  /*height: auto;*/
	height: 370px;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}
#amenities-item-7.expand {
  height: auto;
}
.amenities-item-7-img{
  /*height: 500px;*/
}


#amenities-item-8 {
  /*height: auto;*/
	height: 370px;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}
#amenities-item-8.expand {
 height: auto;
}
.amenities-item-8-img{
  /*height: 500px;*/
}



#amenities-item-9 {
	width: 100%;
  /*height: auto;*/
	height: 370px;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}
#amenities-item-9.expand {
  height: auto;
}
.amenities-item-9-img{
  /*height: 500px;*/
}


#amenities-item-10 {
  /*height: auto;*/
	height: 370px;
  transition: height 0.5s ease;
  margin: 0 auto;
  overflow: hidden;
}
#amenities-item-10.expand {
  height: auto;
}
.amenities-item-10-img{
  /*height: 410px;*/
}



.readmore-button{
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: -34px; 
    cursor: pointer;
    width: 150px;
    height: 75px;
    display: block;
    text-align: center;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 600;
}

.readmore-button-text{
    margin-top: 30px;
    margin-bottom: -10px;
}
.readmore-button-text.open {
  /*padding-bottom: 20px;*/
}





.readmore-arrow-down {
  width: 50px;
  height: 40px;
  position: relative;
  margin: auto;
  pointer-events: none;
}

.readmore-arrow-down.active {
  
}

.readmore-arrow-down:before, .readmore-arrow-down:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: white;
  position: absolute;
  top: 20px;
  transition: transform .5s;
}

.readmore-arrow-down:before {
  right: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: rotate(45deg);
}

.readmore-arrow-down:after {
  right: 14px;
  transform: rotate(-45deg);
}

.readmore-arrow-down.active:before {
  transform: rotate(-45deg);
}

.readmore-arrow-down.active:after {
  transform: rotate(45deg);
}






.lanes__custom-button-large {
  margin-top: -18px;
  display: inline-block;
  padding: 1rem 5.5rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 600;
   letter-spacing: 0.15rem; 
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lanes__custom-button-large:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb6060;
  border-radius: 10rem;
  z-index: -2;
}
.lanes__custom-button-large:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #c04545;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.lanes__custom-button-large:hover {
  color: #fff;
}
.lanes__custom-button-large:hover:before {
  width: 100%;
}


.lanes__large-title-white-accomm{
  font-size: 2.6em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
  color: #fff;
  opacity: 0.75;
  letter-spacing: -1.2px;
}


.lanes__large-title-white-accomm{
  font-size: 2.6em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
  color: #fff;
  opacity: 0.75;
  letter-spacing: -1.2px;
}

.lanes__large-text-white-accomm{
  font-size: 1.4em;
  letter-spacing: -0.4px;
  color: #fff;
  font-weight: 500;
  opacity: 0.75;
}


.lanes__large-title-white{
  font-size: 2.8em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
  color: #fff;
  opacity: 0.75;
  letter-spacing: -1.2px;
}

.lanes__large-text-white{
  font-size: 1.3em;
  letter-spacing: -0.4px;
  color: #fff;
  opacity: 0.75;
}


.lanes__large-text-small{
    color: #3f4248;
    font-weight: 500;
    font-size: 1.0em;
    letter-spacing: -0.4px;
    margin: auto;
}

.lanes__accomm-text-small{
  text-align: center;
  color: #3f4248;
  font-weight: 500;
  font-size: 1.3em;
  letter-spacing: -0.4px;
  margin: auto;
}


.lanes__small-title-pom{
  font-size: 3em;
  font-weight: 500;
  margin-bottom: 50px;
  font-kerning: none;
  letter-spacing: -1.2px;
}



.accom-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 30px 0;
}

.accom-column {
  flex: 1;
  margin: 10px;
  padding: 0px;
}
.accom-column:first-child {
  margin-left: 0;
}
.accom-column:last-child {
  margin-right: 0;
}


@media screen and (max-width: 980px) {
  .accom-columns .accom-column {
    margin-bottom: 30px;
    flex-basis: 40%;
    text-align: center;
  }
  .accom-columns .accom-column:nth-last-child(2) {
    margin-right: 0;
  }
  .accom-columns .accom-column:last-child {
    flex-basis: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 680px) {
  .accom-columns .accom-column {
    flex-basis: 100%;
    margin: 0 0 5px 0;
    text-align: center;
  }
}







.accom-video-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 30px 0;
}

.accom-video-column {
  flex: 1;
  margin: 10px;
  padding: 0px;
}
.accom-video-column:first-child {
  margin-left: 0;
}
.accom-video-column:last-child {
  margin-right: 0;
}


@media screen and (max-width: 1200px) {
  .accom-video-columns .accom-video-column {
    margin-bottom: 30px;
    flex-basis: 40%;
    text-align: center;
  }
  .accom-video-columns .accom-video-column:nth-last-child(3) {
    margin-right: 0;
  }
}


@media screen and (max-width: 980px) {
  .accom-video-columns .accom-video-column {
    margin-bottom: 30px;
    flex-basis: 90%;
    text-align: center;
  }
  .accom-video-columns .accom-video-column:nth-last-child(3) {
    margin-right: 0;
  }
  /*.accom-video-columns .accom-video-column:last-child {
    flex-basis: 100%;
    margin: 0;
  }*/
}
@media screen and (max-width: 680px) {
  .accom-video-columns .accom-video-column {
    flex-basis: 100%;
    margin: 0 0 5px 0;
    text-align: center;
  }
}









.accomm-figureimg {
  width: 100%;
  display: block;
  position: relative;
}

.accomm-figureimg {
  opacity: 1;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}

#accomm-anchor {
  overflow: hidden;
  display: inline-block;
  width: calc(33.33% -  1.0416666666666667vW);
  max-width:620px;
  height:auto;
  float: left;
}

#accomm-anchor:hover .accomm-figureimg {
  transform: scale(1.05);
  opacity: 0.4;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}


.floor-plans-small-row{
  margin-left: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}




.lanes__large-text-normal{
  font-size: 1.2em;
  letter-spacing: -0.4px;
  font-weight: 500;
}

.lanes__footer-contact{
  font-size: 2.6em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
  letter-spacing: -1.2px;
}

.lanes__large-title{
  font-size: 2.7em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
  letter-spacing: -1.2px;
}

.lanes__med-title{
  font-size: 1.9em;
  font-weight: 500;
  margin-bottom: 10px;
  font-kerning: none;
  letter-spacing: -1.2px;
}

.lanes__large-title-chat{
  font-size: 2.9em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
  letter-spacing: -1.2px;
}

.lanes__large-title-floorplan{
  font-size: 2.9em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
  letter-spacing: -1.2px;
}

.lanes__footage-floorplan{
  font-size: 2.1em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
  letter-spacing: -1.2px;
}


.lanes__large-text-floorplan{
  font-size: 1.4em;
  letter-spacing: -0.4px;
  font-weight: 500;
}

/* ----------------------------------------
 Contact
---------------------------------------- */

.contact-form-area{
  margin-top: 30px;
}

.contact-form-box{
  max-width: 700px;
  margin: auto; 
}

.contact-form-box input {
  height: 55px;
  border-color: #d1d1d6;; }

.contact-form-box textarea {
  border-color: #d1d1d6;; }

.comments-from .btn-wrapper {
  margin-top: 0; 
}

.form-input-box {
  position: relative; }

.form-input-box input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 2px solid;
  border-color: #d1d1d6;
  margin-bottom: 30px; }

.form-input-box button[type="submit"] {
  margin-top: 30px; }

.form-input-box button[type="submit"] .boxed-btn {
  display: block; }


input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  background-color: #fff;
  border: 2px solid;
  border-color: #C6C7C7;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #3f4248;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 30px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #95a072; }

textarea {
  resize: vertical;
  background-color: #fff;
  border: 2px solid;
  border-color: #d1d1d6;
  color: #3f4248;
  padding: 10px;
  font-weight: 500;
  width: 100%;
  font-size: 15px;
  border-radius: 20px;
  margin-bottom: 30px;
  min-height: 230px; }

button {
  outline: none;
  border: none; }

button:focus {
  outline: none; }







.lanes__large-photos-title{
  text-align: center;
  font-size: 2.6em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
}

.lanes__large-text{
  font-size: 1.3em;
  letter-spacing: -0.4px;
}

.lanes__large-text-pom{
  font-size: 1.5em;
  letter-spacing: -0.4px;
}


.lanes__large-text-chat{
  font-size: 1.5em;
  letter-spacing: -0.4px;
}

.lanes__large-text-budget{
  font-size: 1.5em;
  letter-spacing: -0.4px;
}

.lanes__med-text-budget{
  font-size: 1.3em;
  letter-spacing: -0.4px;
}


.fancybox__backdrop{
    background: rgba(109, 122, 77, 0.92) !important;
}

.fancybox__caption{
  font-size: 24px;
  font-weight: 500;
}

.fancybox__thumbs .carousel__slide{
  width: 120px !important;
}

.fancybox__thumb {
    border: 1.5px solid #333 !important;
}

.carousel__viewport {
    background: rgba(67, 77, 43, 0.6) !important;
}

.carousel__button {
  width: 50px !important;
  height: 50px !important;
} 

.carousel__button svg {
    width: 70% !important;
    height: 90% !important;
    stroke-width: 1.5 !important;
}

.fancybox__content>.carousel__button.is-close {
    top: -75px !important;
    right: -16px !important;
}


/* NEW RESPONSIVE UPDATE */

.has-video {
  display: flex;
  flex-direction: column-reverse !important;
}


/* Overrides the inline styles */
/* Target the fancybox content only when it's within a slide that has a video */
.has-video .fancybox__content {
  width: 70vw !important; /* 90% of the viewport's width */
  height: auto !important; /* Auto height to maintain aspect ratio */
  position: relative !important; /* Needed for the aspect ratio technique */
  max-width: 1920px; /* Optional: adjust based on your needs */
  margin: auto; /* Center the div horizontally */
}

/* Maintains the 16:9 aspect ratio for video content */
.has-video .fancybox__content::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* Aspect ratio of 9/16 */
}

/* Adjusts the iframe within the video content to fill the container */
.has-video .fancybox__iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.has-video .is-close {
  margin-top: 15px !important;
}









.slantedBGTop{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #234365 65%, #fff calc(65% + 1px));
}

.slantedBGPersonal{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #4f909b 65%, #fff calc(65% + 1px));
}

.slantedBGEnritch{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #9a3153 65%, #fff calc(65% + 1px));
}

.slantedBGTopCare{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #da9400 65%, #e6eaeb calc(65% + 1px));
}

.slantedBGTopPom{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #9a3153 65%, #fff calc(65% + 1px));
}

.slantedBGTopContinuum{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #234365 65%, #fff calc(65% + 1px));
}

.slantedBGTopAdditional{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #4d5c97 65%, #fff calc(65% + 1px));
}

.slantedBGTopHealth{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #eb6060 65%, #fff calc(65% + 1px));
}


.slantedBGTopFloorplan1{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(182deg, #234365 65%, #fff calc(65% + 1px));
}

.slantedBGTopFloorplan2{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(182deg, #eb6060 65%, #fff calc(65% + 1px));
}

.slantedBGTopFloorplan3{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(182deg, #95a072 65%, #fff calc(65% + 1px));
}

.slantedBGLeft{
  margin-top: -120px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(183deg, #FFF 65%, #234365 calc(65% + 1px));
}


.slantedBGRight{
  margin-top: -120px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #FFF 65%, #eb6060 calc(65% + 1px));
}

.slantedBGBottom {
  margin-top: -20px;
  margin-bottom: -55px;
  height: 140px;
  width: 100%;
  background-image: linear-gradient(357deg, #eb6060 65%, #fff calc(65% + 1px));
}


.slantedBGBottomCare {
  margin-top: 10px;
  margin-bottom: -45px;
  height: 170px;
  width: 100%;
  background-image: linear-gradient(357deg, #eb6060 65%, #fff calc(65% + 1px));
}


.slantedBGBottom2 {
  margin-top: -90px;
  /*margin-bottom: -55px;*/
  height: 160px;
  width: 100%;
  background-image: linear-gradient(357deg, #eb6060 65%, #fff0 calc(65% + 1px));
}

.col-text {
  height:20em;
}
.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-left {
  -webkit-box-ordinal-group:-1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.Aligner-item {
  width: 60%;
}
.col-image {
  background-size: cover;
  background-position:center center;
}

@media (max-width: 640px) {
  .grid-flex {
    height: 40em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
   }
  .col {
    order:vertical;
  }
  .col-left {
    -webkit-box-ordinal-group:0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .col-text div p {
    padding: 1em;
  }
  .Aligner-item {
    width: 90%;
  }
}




.center-grid{
  display: grid;
  justify-content: center;
  align-content: center;

  gap: 4px;
  grid-auto-flow: column;
}

.item-center {
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
  align-items: center;
  justify-items: center;
}



.alignment-bottom{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.lanes__sidebar-title {
  text-align: center;
  font-size: 2.2em;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 2.2em;
  font-weight: 400;
  margin-bottom: 5px;
  font-kerning: none;
}

.slantedBGBottomDining {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0px;
  margin-bottom: -41px;
  height: 165px;
  width: 100%;
  background-image: linear-gradient(357deg, #eb6060 65%, rgba(255,255,255,0) calc(65% + 1px));
}


.slantedBGTopAccommodations{
  margin-top: -90px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #eb6060 65%, #fff calc(65% + 1px));
}


.slantedBGTopDining{
  margin-top: -90px;
  margin-bottom: -30px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #95a072 65%, #fff calc(65% + 1px));
}

.slantedBGTopWinter{
  margin-top: -90px;
  margin-bottom: 30px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(177deg, #e28d0e 65%, #fff calc(65% + 1px));
}

.slantedTextBottom{
  margin-top: -90px;
  margin-bottom: -30px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(182deg, #eb6060 65%, #fff calc(65% + 1px));
}

.slantedTextBottomAccomm{
  margin-top: -90px;
  margin-bottom: -100px;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(182deg, #234365 65%, rgba(255,255,255,0) calc(65% + 1px));
  z-index: 2;
  position: relative;
}

.buffer{
  height: 30px;
}

.sample-menu-link {
    white-space: nowrap;
    text-align: end;
    margin-top: 20px;
    color: #3f4248;
    font-weight: 500;
    font-size: 1.0em;
    letter-spacing: -0.4px;
}

.lanes__dining-section-text-small{
    font-size: clamp(1.8rem, 2.0vw, 2.1rem);
    text-align: left;
    font-family: 'Montserrat';
    letter-spacing: -0.5px;
    color: #231f20;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    @supports not (font-size: clamp(1.8rem, 2.0vw, 2.1rem)) {
    font-size: min(max(1.8rem, 2.0vw), 2.1rem); 
  }
}


.lanes__chat-section-header-small{
    font-size: 26px;
    text-align: center;
    font-family: 'Montserrat';
    letter-spacing: -0.5px;
    color: #3f4248;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    @supports not (font-size: clamp(1.8rem, 2.0vw, 2.1rem)) {
    font-size: min(max(1.8rem, 2.0vw), 2.1rem); 
  }
}

.lanes__chat-section-text{
  text-align: center;
  font-size: 21px; 
  color: #3f4248;
  font-family: 'Montserrat';
  letter-spacing: 0.5px;
  margin-top: 5px;
}


.bg-purple {
  background: rgb(48,0,50);
}
.bg-gray {
  background: rgb(74,74,74);
}
.bg-blue {
  background: rgb(50,101,196);
}
.bg-red {
  background: rgb(196,50,53);
}


/* grid styles ------------------------------------ */
@media (min-width: 600px) {
  .diningLayout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 40px;
  }

  .diningSpacer {
     grid-column: span 1;
     grid-row: span 1;
  }


  .info2 {
    grid-column: span 2;
    grid-row: span 2;
    padding: 5px;
    margin-left: 10px !important;
  }
  
  .diningImage {
    margin: 10px;
    margin-right: 0px;
    grid-column: span 1;
    grid-row: span 1;
  }
 /* .figure6 {
    grid-column: span 2;
  }
  .figure7 {
    grid-column: span 3;
  }*/
}





.single,
.double {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.single {
  padding-bottom: 100%;
}

.double {
  padding-bottom: 50%;
}

.single .img-holder,
.double .img-holder {
  position: absolute;
  width: 100%;
  text-align: center;
}

.single img,
.double img {
  margin: 10px;
  position: relative;
  max-height: 100%;
  left: 100%;
  margin-left: -200%;
}








.boxcontainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
  margin: 0 auto;
  max-width: 95%;
  overflow: hidden;
  margin-bottom: 20px;
}

.boxcontainersm {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  height: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.boximgsm {
  height: 33%;
  margin: 0px;
  margin-bottom: 10px;
}

.boxtext1{
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 200px;
  text-align: right;
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: -1.2px;
  line-height: 1.2;
}

.boxtext2{
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 200px;
  text-align: right;
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
}

.boxtext3{
  position: absolute;
  bottom: 40px;
  right: 20px;
  max-width: 200px;
  text-align: right;
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
}

.boxrow {
  width: 65%;
  height: 100%;
  max-width: 1000px;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.boxrow2 {
  width: 45%;
  height: 100%;
  max-width: 1000px;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.boximg {
  height: 50%;
  margin: 10px;
}

.boximg-1{
  background: url('../../assets/img/dining/dining-2-3.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  margin: 10px;
  margin-bottom: 0px;
  position: relative;
}

.boximg-2{
  background: url('../../assets/img/dining/dining-2-1.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
}

.boximg-3{
  background: url('../../assets/img/dining/dining-2-2.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  
}


@media screen and (min-width: 800px) {
  .boxrow{
    height: 100%;
  }
  
  .boximg{
    height: 50%;  
  }
  
  .boximg-1,
  {
    height: 100%;
    width: 20%;
  }

  .boximg-2,
  .boximg-3 {
    height: 50%;
  }
}


.clearfix{
  clear: both;
}





.lanes__image-slider {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.lanes__image-slider .lanes__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pickgradient{
  position:relative;
  display:inline-block;
}
.pickgradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.7749474789915967) 96%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.7749474789915967) 96%);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.7749474789915967) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.lanes__image-slider .lanes__images img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.1);
  transition: all 500ms ease-in-out;
}

.lanes__image-slider .lanes__images img.active {
  opacity: 1;
  transform: scale(1);
}

.lanes__image-slider .lanes__back-btn,
.lanes__image-slider .lanes__next-btn {
  position: absolute; 
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  transition: all 300ms ease-in-out;
}


.lanes__image-slider .lanes__next-btn {
  right: 0;
}

.lanes__image-slider .lanes__back-btn:hover,
.lanes__image-slider .lanes__next-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.lanes__image-slider .lanes__thumbnails {
  position: absolute;
  top: 45px;
  width: 100%;
  height: 15vw;
  max-height: 220px;
  display: flex;
  align-self: center;
  justify-content: center;
  overflow: scroll;
  gap: 20px;
}

.lanes__image-slider .lanes__thumbnails img {
  width: 23vw;
  max-width: 380px;
  cursor: pointer;
  border: 2px solid transparent;
}

.lanes__image-slider .lanes__thumbnails img.active {
   border: 2px solid #ffffff;
}



#carousel .flexslider .slides {
  text-align: center;
  width: 100% !important;
  white-space: nowrap;
}

#carousel .flexslider .slides > li {
  display: inline-block !important;
  *display: inline !important;
  float: none !important;
}






/*.topDiningContainer {
  display: grid; 
  grid-template-columns: 1fr 1.5fr 3.1fr; 
  grid-template-rows: 1fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    "spacer smallText diningImages"; 
}
.smallText { grid-area: smallText; }
.diningImages { grid-area: diningImages; }
.spacer { grid-area: spacer; }*/




.flexbox-layout{
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.flexbox-item{
  margin: 10px;
}

.flexbox-slide-item-1{
  align-self: flex-end;
  flex-grow: 1;
  max-width: 600px;
  line-height: 1;
  padding-bottom: 100px;
  /*padding-left: 50px;*/
}

.flexbox-slide-item-2{
  flex-grow: 2;
}

.flexbox-slide-item-3{
  max-height: 300px;
  align-self: flex-end;
  flex-shrink: 0;
}



.flexbox-layout{
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.flexbox-item{
  margin: 10px;
}

.flexbox-slide-item-1{
  align-self: flex-end;
  flex-grow: 1;
  max-width: 600px;
  line-height: 1;
  padding-bottom: 100px;
  /*padding-left: 50px;*/
}

.flexbox-slide-item-2{
  flex-grow: 2;
}

.flexbox-slide-item-3{
  max-height: 300px;
  align-self: flex-end;
  flex-shrink: 0;
}

.lanes__small-title-pom{
  font-size: 4em;
  font-weight: 500;
  margin-bottom: 50px;
  font-kerning: none;
  letter-spacing: -1.2px;
}


.rwd-line { 
  display: block; 
}
        
@media screen and (min-width: 768px){
  .rwd-line { 
    display: inline; 
  }
}

@media screen and (min-width: 1650px){
  .rwd-line { 
    display: block; 
  }
}

.floorplan-holders{
  margin-top: 60px; 
   margin-bottom: 60px;
}


.floorplan-buttons{
  height: 150px;
  position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -90px;
}


.floorplan-details{
    margin-left: -50px;
    margin-top: 100px;
}

.floorplan-details2{
    margin-left: 20px;
    margin-top: 120px;
}




.DDbutton {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background: #eb6060;
  padding: 10px 15px;
  box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.2);
  border-radius: 15px;
 /* display: inline-block;*/
  display: table;
  margin: auto; 
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  margin-bottom: 15px;
}

.DDbutton:hover {
  color: #DBD7E0;
  transform: translateY(3px);
  box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.17);
}

.arrow {
  width: 13px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}

.arrow.open {
  transform: rotate(270deg);
}

.DDbutton p {
  display: inline;
  margin-right: 25px;
}

.dropdown {
  z-index: 99;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #d83f3f;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  display: block;
  cursor: pointer;
  margin: auto; 
  width: 280px;
  transform: scale(0.01);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
  transform-origin: center top;
  overflow: hidden;
}

.dropdown.open {
  transform: scale(1);
  opacity: 1;
  box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
}

.dropdown a {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12.5px 30px;
  transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
  overflow: hidden;
}

.dropdown a.clicked {
  padding-left: 35px;
  color: #ffd401;
}

.dropdown a:hover {
  color: #ffd401;
  padding-left: 35px;
}




.dropdown span {
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    position: absolute;
    background: #987CD9;
    transition: width 0.4s ease;
    border-radius: 1px;
  }

.dropdown span.clicked {
    width: 5px;
  }







.carousel {
    margin-bottom: 0;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

/* The controlsy */
.carousel-control {
    width: 2%;
    height: 100%;
    top: 0;
    padding: 0;
    font-size: 30px;
    text-shadow: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 0.9;
}

.carousel-control span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left {
    left: 0;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    font-size: 30px;
}

.carousel-control .glyphicon-chevron-right {
    right: 0;
    width: 20px;
    height: 20px;
    margin-right: -10px;
    font-size: 30px;
}

.carousel-inner .item {
    width: 100%;
    height: 400px; /* Adjust height as necessary */
}

.carousel-inner .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
}

.carousel-inner .item .row {
    height: 100%;
    min-height: 100%;
}

.carousel-inner .item .col-sm-7 {
    height: 100%;
    min-height: 100%;
}

.carousel-inner .item .col-sm-5 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.carousel-inner .item .col-sm-5 h2,
.carousel-inner .item .col-sm-5 p {
    margin-bottom: 15px;
}

.carousel-inner .item .col-sm-5 button {
    align-self: flex-start;
}




/*
.chat-btn {
    text-align: center;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 600;
    background: #95a072;
    cursor: pointer;
    font-size: 2em;
    padding: 1.5rem;
    border: 0;
    transition: all 0.5s;
    border-radius: 10px;
    width: auto;
    position: relative;

    &::after {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        position: absolute;
        left: 85%;
        top: 31%;
        right: 5%;
        bottom: 0;
        opacity: 0;

    }

    &:hover {
        background: #b5cc6b;
        transition: all 0.5s;
        border-radius: 10px;
        box-shadow: 0px 6px 15px #0000ff61;
        padding: 1.5rem 3.5rem 1.5rem 1.5rem;

        &::after {
            opacity: 1;
            transition: all 0.5s;

        }
    }


}*/


@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap");



.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-item {
  flex: 1;
}

.img-container {
  flex: 0 0 60%;
  max-height: 70vh;
  overflow: hidden;
  margin: auto;
}

.responsive-img {
  border: 10px solid #9a3153;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 600px;
  margin: auto;
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-title {
  font-size: 1.8em;
  font-family: 'Montserrat';
  color: #3f4248;
  text-align: center;
  font-weight: 500;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.2;
}


.slider-body {
  font-size: 1.2em;
  font-family: 'Montserrat';
  color: #808184;
  text-align: center;
  line-height: 3rem;
  margin-bottom: 1rem;
  padding: 20px;
}


.slider-holder{
  width: 100%;
  height: 70vh;
  min-width: 360px;
  min-height: 480px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 480px) and (max-width: 740px) and (orientation: landscape) {
  {
    min-height: 320px;
  }
}




















.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper2 .swiper-slide {
    width: 100%;
    height: 70vh; /* Set height for larger screens */
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper2 .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 50vh; /* Minimum height to fill the container */
}
.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 20%; /* Thumbnails reduced by 20% */
    height: 100%;
    opacity: 0.8;
    transition: opacity 0.5s; /* Opacity animation */
}

.mySwiper .swiper-slide-thumb-active,
.mySwiper .swiper-slide:hover {
    opacity: 1; /* Full opacity on hover */
}




/*.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }



    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }*/









/*.slider {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #f2e8db;
  opacity: 0;
  animation: fadeIn 1000ms ease-in-out 1200ms forwards;
  overflow: hidden;
}
@media all and (max-width: 740px) {
  .slider {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
  }
}*/
/*@media all and (min-width: 741px) and (max-width: 999px) {
  .slider {
    width: 95%;
    height: 85%;
  }
}
@media all and (min-width: 1000px) {
  .slider {
    width: 85%;
    height: 75%;
  }
}*/
/*.slider .selectors {
  display: none;
}
.slider .slides {
  background-color: #f2e8db;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: all 1000ms ease-in;
}
@media all and (max-width: 740px) {
  .slider .slides {
    border-radius: 0;
  }
}
.slider .slides .content {
  width: 85%;
  max-width: 1150px;
  background-color: #f2e8db;
  margin: auto;
  padding: 1.25rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
  color: #fff;
  transform: translateX(0%);
  opacity: 0;
  transition: all 600ms ease-out 600ms;
}
@media all and (min-width: 1000px) {
  .slider .slides .content {
    padding: 1.5rem 1rem;
  }
}
.slider .slides .content h1 {
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-shadow: 4px 4px 3px #ccc;
}
.slider .slides .content h2 {
  font-weight: 600;
  margin-bottom: 0.75rem;
  border-bottom: 3px #96a273 solid;
  border-radius: 0 0 5px 5px;
}
.slider .slides .content p {
  font-weight: 400;
}
.slider .slides .content .btns {
  align-self: center;
  padding: 1.2rem 3.4rem;
  border: none;
  border-radius: 50px;
  background-color: #96a273;
  font-weight: 700;
  transition: all 500ms;
  cursor: pointer;
}
.slider .slides .content .btns:hover {
  background-color: black;
  color: #fff;
}
.slider .slides .content .btns:active {
  margin-bottom: -7px;
  margin-top: 7px;
}
.slider .slides .prev,
.slider .slides .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  box-shadow: -3px 3px #626263;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 740px) {
  .slider .slides .prev,
.slider .slides .next {
    width: 24px;
    height: 24px;
  }
}
@media all and (min-width: 741px) and (max-width: 999px) {

  .slider-holder{
    height: 90vh !important;
  }

  .slider .slides .prev,
.slider .slides .next {
    width: 28px;
    height: 28px;
  }
}
.slider .slides .prev {
  left: 3%;
  transform: rotate(45deg);
}
.slider .slides .next {
  right: 3%;
  transform: rotate(-135deg);
}
.slider .slides .prev:active,
.slider .slides .next:active {
  box-shadow: -3px 3px #96a273;
}*/
/*.slider .slide1 {
  background: center no-repeat url("https://unsplash.com/photos/qpi-XEUrN6s/download?force=true&w=1920");
  background-size: cover;
}
.slider .slide2 {
  background: bottom no-repeat url("https://unsplash.com/photos/eDXXS3J4jbU/download?force=true&w=1920");
  background-size: cover;
}
.slider .slide3 {
  background: center no-repeat url("https://unsplash.com/photos/t1MvZ7c3EyA/download?force=true&w=1920");
  background-size: cover;
}
.slider .slide4 {
  background: center no-repeat url("https://unsplash.com/photos/uc9GjDHj1yA/download?force=true&w=2400");
  background-size: cover;
}
.slider .slide5 {
  background: bottom no-repeat url("https://unsplash.com/photos/8qCtP97jgoE/download?force=true&w=1920");
  background-size: cover;
}*/
/*.slider .nav {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
  display: none;
  justify-content: center;
  z-index: 10;
}
@media all and (max-width: 740px) {
  .slider .nav {
    bottom: 9%;
  }
}
@media all and (min-width: 480px) and (max-width: 740px) and (orientation: landscape) {
  .slider .nav {
    bottom: 3%;
  }
}
.slider .nav .dots {
  display: block;
  width: 25px;
  height: 12px;
  background-color: #96a273;
  border-radius: 10px;
  margin: 0 5px;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}
.slider .selectors:checked + .slides {
  z-index: 5;
  opacity: 1;
}
.slider .selectors:checked + .slides .content {
  transform: translateX(0%);
  opacity: 1;
}
.slider #sl1:checked ~ .nav .dot1,
.slider #sl2:checked ~ .nav .dot2,
.slider #sl3:checked ~ .nav .dot3,
.slider #sl4:checked ~ .nav .dot4,
.slider #sl5:checked ~ .nav .dot5 {
  box-shadow: 0px 0px 10px 3px #96a273;
}*/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    background-color: silver;
  }
}



@media (max-width: 1024px) {

  .home-winter-container{
    padding-top: 50px; padding-bottom: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .lanes__dining-info-holder{
    padding-left: 10%;
    margin-bottom: -60px;
  }

  .flex-container {
    flex-direction: column;
  }

  .responsive-img {
    max-height: 400px;
  }

  .slider-title {
    font-size: 1.7em;
    padding-top: 30px;
  }

  .slider-holder{
    width: 100%;
    height: 100vh;
    min-width: 360px;
    min-height: 480px;
    margin: auto;
    display: flex;
    flex-direction: column;
    }

  .img-container, .text-container {
    flex-basis: 100%;
  }
}

