@charset "UTF-8";
/*!
 * My Shady Oasis 2022
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap");
@import 'font-awesome.min.css';
@import 'bootstrap.min.css';
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Correct the line-height for all headings in Chrome mobile, Firefox,
 * iOS Safari, Microsoft Edge and IE.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*FLEX*/
.gradient-black {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: hsla(0, 100%, 100%, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 400;
  top: 50%;
  background-size: 17px 17px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
}
.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  color: white;
  opacity: 0.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
  background-image: url(../images/slick-arrow-left.png);
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:hover {
  background-image: url(../images/slick-arrow-left.png);
}
.slick-prev:before {
  background-image: url(../images/slick-arrow-left.png);
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 15px;
  background-image: url(../images/slick-arrow-right.png);
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:hover {
  background-image: url(../images/slick-arrow-right.png);
}
.slick-next:before {
  background-image: url(../images/slick-arrow-right.png);
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 26px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.7;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-nav {
  margin-top: 40px;
}
.slider-nav .slick-slide {
  padding: 0 5px;
  outline: none;
}
.slider-nav .slick-slide .holder {
  height: 185px;
  position: relative;
}
.slider-nav .slick-prev,
.slider-nav .slick-next {
  height: 35px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-nav .slick-prev {
  left: 20px;
}
.slider-nav .slick-next {
  right: 20px;
}

@media (max-width: 728px) {
  .slick-prev,
  .slick-next {
    height: 25px;
    width: 25px;
    background-size: 10px 10px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.container {
  width: 100% !important;
  max-width: 1440px;
}

body {
  font-size: 14px;
  font-weight: 300;
  min-width: 300px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
  color: #464646;
}
a:hover {
  color: #3cb878;
}

.main-container {
  position: relative;
  height: 100vh;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: center;
}
.main-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.main-container .section-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.booking-cta {
  margin-top: -40px;
  padding-right: 30px;
  line-height: 1.8;
}
.booking-cta img {
  display: block;
  max-width: 400px;
  width: 100%;
}
.booking-cta h1 {
  margin: 0;
  padding: 0;
  font-size: 52px;
  text-transform: uppercase;
  color: #181818;
}
.booking-cta h2 {
  font-size: 1.4em;
  line-height: 1.4;
}
.booking-cta a {
  font-weight: 400;
  text-decoration: underline;
}
.booking-cta .socials a {
  text-decoration: none;
}

.booking-section {
  background: #fff;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: auto;
  padding: 40px 30px;
  min-height: 562px;
}
.booking-section h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.booking-section .submit-btn {
  color: #fff;
  background-color: #3cb878;
  font-weight: 600;
  padding: 15px 20px;
  font-size: 18px;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}
.booking-section .submit-btn:hover {
  text-decoration: none;
  background: #0d944a;
}

.main-carousel {
  margin: 15px auto;
}
.main-carousel img {
  display: block;
  width: 100%;
}

.fine-print {
  padding: 8px;
  font-size: 12px;
  display: block;
  text-align: center;
}

.absolute-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  align-items: center;
}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  overflow: auto;
}
#lightbox .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: hsla(225, 0%, 0%, 0.85);
}
#lightbox .content {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 40px;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 880px;
  height: 100vh;
  margin: 0 auto;
  margin-bottom: 45px;
  text-align: center;
  background: #fff;
  padding: 50px 10px;
  padding-bottom: 20px;
}
#lightbox .content:after {
  display: table;
  content: "";
  height: 70px;
  width: 100%;
  position: absolute;
  left: 0;
}
#lightbox .content iframe {
  visibility: hidden;
  min-height: 720px;
}
#lightbox .content .btn-close {
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  text-decoration: none;
  background: #3cb878;
  z-index: 99999;
}
#lightbox .content p {
  margin: 5px auto;
}
#lightbox .content .gallery-carousel {
  padding: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .row {
    margin-left: initial;
    margin-right: initial;
  }
  .main-container .section-center {
    top: 0;
    transform: initial;
  }
  .booking-section {
    min-height: initial;
  }
  .container {
    width: 88%;
    padding: 15px 0px;
  }
  .booking-cta {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .booking-cta img {
    margin: 0 auto;
    margin-top: 20px;
  }
  .booking-cta h2 {
    padding: 15px 5px;
  }
  .col-md-6 {
    margin: 0 auto;
  }
  .absolute-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    align-items: center;
    display: block;
  }
  .fine-print {
    margin-top: 15px;
  }
}
@media (max-width: 680px) {
  .booking-section {
    padding: 30px 0px;
    text-align: center;
  }
  .booking-section h3, .booking-section p {
    padding: 0px 20px;
  }
  .booking-section h3 {
    margin-bottom: 10px;
  }
  .booking-section .submit-btn {
    width: 90%;
    margin: 0px auto;
  }
  .main-carousel {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=master.css.map */
