/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@media print {
  #pager,
  form,
  .no-print {
    display: none !important;
    height: 0;
  }
  .no-print,
  .no-print * {
    display: none !important;
    height: 0;
  }
}
.PupcatRg-Regular {
  font-family: PupcatRg-Regular;
  font-weight: normal;
  font-style: normal;
}
.PupcatRg-Bold {
  font-family: PupcatRg-Bold;
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  background-color: white;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  /*text-transform: uppercase;*/
  font-family: PupcatRg-Bold;
  /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 20px;
}
.lcc-logo-line1-overlay {
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.9);
  margin: 0;
  color: #8AB82E;
  font-weight: bold;
  font-size: 80px;
  padding-top: 15px;
}
.lcc-logo-line2-overlay {
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.9);
  margin: 0;
  color: #8AB82E;
  font-weight: bold;
  font-size: 40px;
  padding-top: 15px;
}
.lcc-logo-line3-overlay {
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.9);
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .lcc-logo-line1-overlay {
    text-shadow: 4px 4px 10px rgba(128, 128, 128, 0.9);
    font-size: 50px;
    padding-top: 5px;
  }
  .lcc-logo-line2-overlay {
    text-shadow: 4px 4px 10px rgba(128, 128, 128, 0.9);
    font-size: 30px;
    padding-top: 5px;
  }
  .lcc-logo-line3-overlay {
    text-shadow: 4px 4px 5px rgba(128, 128, 128, 0.9);
    font-size: 20px;
    padding-top: 5px;
  }
}
p {
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  font-size: 20px;
  line-height: 1.5;
  color: #7e355b;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: FireBrick;
}
.light {
  font-weight: 400;
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  padding-top: 100px;
  text-align: center;
  color: black;
  /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;*/
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-small {
  display: table;
  width: 100%;
  height: auto;
  padding: 10px 0;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  color: black;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  /*color: #8ab82e;*/
}
.intro .intro-body .intro-text {
  color: #8AB82E;
  font-size: 18px;
  /*text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;*/
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    /*font-size: 100px;*/
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid black;
  border-radius: 100%!important;
  font-size: 40px;
  color: black;
  background: 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: black;
  background: rgba(0, 0, 0, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.contact-section {
  padding-top: 10px;
  width: 100%;
  margin: 0;
}
.contact-section p {
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.content-section {
  padding-top: 10px;
}
.amenities-section {
  width: 100%;
  padding: 50px 0;
  color: #000;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.amenities-section h2 {
  text-shadow: -1px -1px 19px rgba(169, 169, 169, 0.9), 1px -1px 19px rgba(169, 169, 169, 0.9), -1px 1px 19px rgba(169, 169, 169, 0.9), 1px 1px 19px rgba(169, 169, 169, 0.9);
}
.amenities-section p {
  text-align: center;
  font-weight: bold;
  text-shadow: -4px -4px 24px rgba(169, 169, 169, 0.9), 4px -4px 24px rgba(169, 169, 169, 0.9), -4px 4px 24px rgba(169, 169, 169, 0.9), 4px 4px 24px rgba(169, 169, 169, 0.9);
}
.availability-section {
  width: 100%;
  height: auto;
  padding: 50px 0;
  color: black;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.availability-section p {
  margin: 0;
  text-align: left;
}
#map {
  width: 100%;
  height: 400px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 10px;
  }
  .contact-section {
    padding-top: 10px;
  }
  .amenities-section {
    padding: 10px 0;
  }
  .availibility-section {
    padding: 10px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  border-radius: 5px;
  /*text-transform: uppercase;*/
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.my-btn-social {
  border: 2px solid #fff;
  color: #fff;
  background-color: #7e355b;
}
a.my-btn-social:hover,
a.my-btn-social:focus {
  border: 2px solid #000;
  outline: 0;
  color: #000;
  background-color: #8AB82E;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
  text-align: center;
}
.contact-section p {
  margin: 0;
  text-align: center;
}
/*
img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}
*/
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
h4.modal-title {
  color: #000;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7e355b;
  --bs-btn-border-color: #7e355b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7e355b;
  --bs-btn-hover-border-color: #7e355b;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7e355b;
  --bs-btn-active-border-color: #7e355b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7e355b;
  --bs-btn-disabled-border-color: #7e355b;
}
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #8AB82E;
  --bs-btn-border-color: #8AB82E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8AB82E;
  --bs-btn-hover-border-color: #8AB82E;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8AB82E;
  --bs-btn-active-border-color: #8AB82E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d5ebad;
  --bs-btn-disabled-border-color: #d5ebad;
}
/***** Coming Soon *****/
.coming-soon {
  margin: 0 auto;
  text-align: center;
  color: black;
}
.inner-bg {
  padding: 55px 0 60px 0;
  /*background: url(../img/pattern-3.png);*/
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset;
}
.coming-soon h2 {
  font-family: PupcatRg-Bold;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 7px rgba(255, 255, 255, 0.2);
}
.coming-soon p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
.timer {
  margin-top: 0px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
  display: inline-block;
  width: 140px;
  height: 140px;
  margin: 0 10px;
  padding-top: 10px;
  background: rgba(138, 184, 46, 0.7);
  font-size: 18px;
  line-height: 22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
  background: #c6528e;
  text-shadow: none;
}
.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
  font-size: 60px;
  line-height: 70px;
}
.panel-title {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 0px;
}
.panel-title:first-line {
  font-size: 150%;
}
/* Pricing Page Styles */
.price {
  display: block;
  font-size: 50px;
  line-height: 50px;
}
.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px;
}
.period {
  display: block;
  font-style: italic;
}
#cal-slide-content {
  color: black;
  background-image: url("");
}
.overlay {
  color: #fff;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 768px) {
  .overlay {
    top: 10%;
  }
}
.carousel-inner {
  /*width: 90%;*/
  height: 90%;
  margin-left: 0%;
}
@media (max-width: 280px) {
  .carousel-inner {
    /*width: 100%;*/
    height: 100%;
    margin: 0%;
  }
}
.ekko-lightbox-nav-overlay a {
  opacity: 1;
}
.weather-section {
  width: 100%;
  padding-left: 25%;
  padding-right: 25%;
  color: #000;
  background-color: lightgray;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.weather-section h2 {
  margin: 0 0 0;
}
/*
* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}*/
/*
* {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*/
::-moz-selection {
  /* Code for Firefox */
  background: #d5ebad;
}
::selection {
  background: #d5ebad;
}
