@charset "utf-8";

/* ==========================================================================
   1. FONT IMPORT
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Oswald:700);

/* ==========================================================================
   2. RESET
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, title, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, title {
  display: block;
}
figure { margin: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; touch-action: manipulation; }
img, video, iframe { max-width: 100%; height: auto; }
/* Slider internals use absolute positioning and inline dimensions — exempt them */
#slider1_container img,
#slider1_container div {
  max-width: none;
  height: auto;
}

/* ==========================================================================
   3. BASE TYPOGRAPHY & COLORS
   ========================================================================== */
html {
  background: #080201 url(../images/bg-content.jpg) repeat-y center;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
body {
  background: url(../images/bg2.jpg) no-repeat top center;
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
a {
  color: #0af;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
p {
  margin: 5px 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h2 {
  border-bottom: 2px solid #0af;
  font-size: clamp(16px, 1.5vw + 12px, 18px);
  margin: 0 0 15px;
  padding: 5px 0;
  text-transform: uppercase;
}
h2 span {
  color: #0af;
}
h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
b, strong { font-weight: bold; }

/* ==========================================================================
   4. UTILITY CLASSES
   ========================================================================== */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
  height: 0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
img.fl {
  margin: 0 15px 15px 0;
}
img.fr {
  margin: 0 0 15px 15px;
}
#mainHome a:hover img,
#hero a:hover img,
header a.logo-home:hover {
  opacity: .80;
}

/* ==========================================================================
   5. HEADER & NAVIGATION — Mobile base
   ========================================================================== */
header {
  position: relative;
  z-index: 200;
  width: 100%;
  height: auto;
}
header a.logo-home {
  position: relative;
  top: 0;
  display: inline-block;
}
.logo {
  display: inline-block;
  width: 120px;
  float: left;
}
.num {
  display: none;
}
header nav {
  width: 100%;
  top: 77px;
  right: 0;
  z-index: 10001;
  position: absolute;
}
header nav ul {
  list-style: none;
  text-transform: uppercase;
  width: 100%;
  display: none;
  height: auto;
  padding: 0;
  margin: 0;
}
header nav ul.nav-open {
  display: block;
  animation: navSlideDown 0.25s ease-out;
}
@keyframes navSlideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Close button row injected at top of open nav */
header nav ul li.nav-close {
  width: 100%;
  display: block;
}
header nav ul li.nav-close a {
  background-color: #111;
  color: #ccc;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 17px;
  border-top: none;
  border-bottom: 2px solid #333;
  text-shadow: none;
  display: block;
  letter-spacing: 1px;
}
header nav ul li.nav-close a:hover,
header nav ul li.nav-close a:active {
  background-color: #222;
  text-decoration: none;
  color: #fff;
}
header nav ul ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  width: 100%;
  display: block;
  height: auto;
  text-align: left;
  margin: 0;
}
header nav ul li a {
  background-image: none;
  background-color: #00a8e5;
  background-repeat: repeat-x;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 17px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  text-align: left;
  border-top: 1px solid #0295c7;
  border-right: none;
}
header nav ul a:hover {
  background-position: 0 -30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 2px #014259;
}
header nav ul > li:hover > a {
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}

/* Dropdown arrows & hover */
header nav ul > li.dropdown > a {
  background: url(../images/arrow-down-gray.gif) no-repeat center right;
  padding-right: 30px;
}
header nav ul > li.dropdown:hover {
  background-position: 0 -30px;
}
header nav ul > li.dropdown:hover > a {
  background: url(../images/arrow-down-white.gif) no-repeat center right !important;
}
header nav ul > li:hover > li a,
header nav ul > li.dropdown:hover > a {
  background: #00a8e5;
  color: #fff;
  text-shadow: 0 -1px 2px #014259;
}
header nav ul li.dropdown {
  background-image: url(../images/bg-list.png);
}
header nav ul li.op ul { width: 155px; }
header nav ul li.op ul a { width: 120px; }

/* Sub-menu dropdowns */
header nav ul li:hover ul { left: auto; }
header nav ul li ul {
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  background: #00a8e5;
  left: -9999px;
  margin: 0;
  position: absolute;
  width: 130px;
  z-index: 100;
}
header nav ul li ul li {
  z-index: 100;
  width: auto;
  display: block;
  text-align: left;
}
header nav ul li ul a {
  background: #00a8e5;
  border-top: dotted #0282b0 1px;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px !important;
  text-shadow: none;
  text-transform: capitalize;
  width: 95px;
  z-index: 100;
  border-right: none;
}
header nav ul li ul a:hover {
  background: #0495c9;
  text-shadow: none;
}

/* Hamburger button */
#pull {
  float: right;
  display: block;
  background-color: #337ab7;
  border: 1px solid #eee;
  margin: 10px;
  position: relative;
  z-index: 10002;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#pull:hover,
#pull.active {
  background-color: #0297cd;
}
#pull .icon {
  display: block;
  position: relative;
  width: 22px;
  height: 18px;
  margin: 12px 10px 10px;
}
#pull .icon em {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  margin: 0;
  transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease;
}
#pull .icon em:nth-child(1) { top: 0; }
#pull .icon em:nth-child(2) { top: 5px; }
#pull .icon em:nth-child(3) { top: 10px; }
#pull .icon em:nth-child(4) { top: 15px; }

/* Hamburger to X */
#pull.active .icon em:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
#pull.active .icon em:nth-child(2),
#pull.active .icon em:nth-child(3) {
  opacity: 0;
}
#pull.active .icon em:nth-child(4) {
  top: 7px;
  transform: rotate(-45deg);
}

/* Socials — hidden on mobile, toggled via JS */
header .socials {
  position: absolute;
  width: 256px;
  display: none;
  top: 67px;
  right: 60px;
  background-color: #000;
  padding: 10px 15px 10px 0;
  z-index: 1;
  margin: 0;
}
header .socials.socials-open {
  display: block;
}
header .socials li {
  float: left;
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
  vertical-align: middle;
}
.sharing {
  background: url(../images/share_icon.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 70px;
  top: 12px;
  cursor: pointer;
}

/* News ticker */
.news {
  position: inherit;
  top: 10px;
  left: 20px;
  z-index: 0;
}
.news p {
  font-weight: bold;
  color: #C00;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  font-size: 11px;
}
#typer { color: #777; font-size: 11px; }

/* --- Header Desktop (1024px+) --- */
@media (min-width: 1024px) {
  header {
    max-width: 970px;
    height: 135px;
    margin: 0 auto;
    width: 970px;
  }
  header a.logo-home {
    left: -5px;
    position: absolute;
    top: 8px;
  }
  .logo {
    width: auto;
    float: none;
  }
  .num {
    display: block;
    float: right;
    margin-top: 15px;
    margin-left: 20px;
  }
  header nav {
    position: absolute;
    right: 10px;
    top: 67px;
    width: auto;
  }
  header nav ul {
    display: flex !important;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    padding: 0;
  }
  header nav ul li {
    width: auto;
    float: none;
    margin: 0 2px;
    display: block;
    text-align: left;
  }
  header nav ul li a {
    background-image: url(../images/bg-list.png);
    background-repeat: repeat-x;
    background-color: transparent;
    border-top: none;
    border-right: none;
  }
  #pull {
    display: none;
  }
  header .socials {
    display: block;
    position: relative;
    float: right;
    top: 25px;
    right: auto;
    width: auto;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  .sharing {
    display: none;
  }
  .news {
    position: inherit;
    top: 55px;
    left: 225px;
  }
}

/* ==========================================================================
   6. HERO SECTION
   ========================================================================== */
#hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
/* Let Jssor control the slider width via inline styles + ScaleSlider() JS */
#slider1_container {
  float: none;
  max-width: 100%;
}
.package {
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
  float: none;
}
video { width: 100%; }

@media (min-width: 1024px) {
  #hero {
    flex-direction: row;
    gap: 20px;
    max-width: 930px;
    width: 930px;
    margin: 0 auto;
  }
  #slider1_container {
    float: left;
  }
  .package {
    float: left;
    margin-left: 20px;
    width: auto;
    padding-top: 0;
  }
}

/* ==========================================================================
   7. WELCOME BANNER
   ========================================================================== */
.welcome {
  flex: 0 0 100%;
  background: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  left: 0;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  text-shadow: none;
  width: 100%;
}
.welcome h1 {
  font-size: 21px;
  margin: 0 0 7px !important;
}

@media (min-width: 1024px) {
  .welcome {
    background: url(../images/bg-welcome.jpg) no-repeat;
    background-size: 100% 100%;
    color: #222;
    height: auto;
    left: -30px;
    margin: 0 auto;
    padding: 12px 20px 14px;
    text-shadow: 1px 2px 1px #bbb;
    width: 950px;
  }
}

/* ==========================================================================
   8. #mainHome CONTAINER
   ========================================================================== */
#mainHome {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px 20px;
  background: none;
  min-height: 0;
  height: auto !important;
  clear: both;
}
#mainHome > .clear {
  display: none;
}
#mainHome h2 {
  border-bottom: 2px solid #0af;
  font-size: 17px;
  margin: 0 0 10px;
  padding: 5px 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  #mainHome {
    gap: 20px;
    width: 970px;
    padding: 10px 10px 20px;
  }
}

/* ==========================================================================
   9. LEFT-COL / RIGHT-COL TWO-COLUMN LAYOUT
   ========================================================================== */
/* Mobile: right-col before left-col (WC schedule gets priority) */
.welcome   { order: 1; }
.right-col { order: 2; }
.left-col  { order: 3; }

.left-col {
  width: 100%;
  position: relative;
  float: none;
}
.right-col {
  width: 100%;
  text-align: center;
  position: relative;
  padding-left: 0;
  float: none;
  clear: both;
}
.left-col section,
.left-col article {
  margin: 0 0 20px;
  position: relative;
}
#mainHome .left-col section {
  margin: 0 0 25px;
}
#mainHome .right-col {
  width: 100% !important;
}
#mainHome .right-col section {
  background: #0c0c0c;
  border: dotted #333 1px;
  margin: 10px 0 15px;
  padding: 10px;
}
#mainHome .right-col img {
  max-width: 100%;
  height: auto;
}

/* Modern clearfix for left-col (clears col1/col2 floats) */
.left-col::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1024px) {
  /* Desktop: restore natural source order */
  .welcome, .left-col, .right-col { order: 0; }

  #home .left-col,
  .left-col {
    flex: 1 1 0%;
    max-width: 670px;
    width: auto;
  }
  .right-col,
  #mainHome .right-col {
    flex: 0 0 300px;
    width: 300px !important;
    padding-left: 0;
  }
}

/* ==========================================================================
   10. COL1 / COL2 (HOTSPOTS & PACKAGE)
   ========================================================================== */
.left-col .col1,
.left-col .col2 {
  display: block;
  position: relative;
  width: 100%;
  float: none;
}
.left-col > .clear {
  display: none;
}

/* Col1 - Hotspots list */
.left-col .col1 ul {
  margin: 0;
  padding: 0;
}
.left-col .col1 ul li.first {
  border-top: none;
  padding: 3px 0 8px;
}
.left-col .col1 ul li {
  border-bottom: #222 1px dashed;
  display: block;
  list-style: none;
  margin: 0;
  min-height: 85px;
  padding: 8px 0;
}
.left-col .col1 ul li img {
  border: #222 4px solid;
  display: inline-block;
  float: left;
  height: 75px;
  margin-right: 8px;
  width: 75px;
}
.left-col .col1 ul li h3 {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin: 2px 0 6px;
  width: 220px;
}
.left-col .col1 ul li a {
  color: #222;
  cursor: pointer;
}
.left-col .col1 ul li a:hover h3,
#mainHome h2 span {
  color: #0af;
}
.left-col .col1 ul li p,
#mainHome .services ul li p {
  color: #666;
  font-size: 12px;
  line-height: 13px;
  margin: 0;
  padding: 0;
}

/* Col2 - Package card */
.left-col .col2 a.more {
  background: url(../images/bg-more-pkg.gif) repeat-x;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.left-col .col2 .pkg {
  background: #161616;
  display: block;
  margin: 0 0 10px;
  padding: 6px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.left-col .col2 .pkg .detail {
  border: #000 solid 4px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  padding: 15px 15px 10px;
}
.left-col .col2 .pkg a.book {
  display: block;
  margin-top: 10px;
}
.left-col .col2 .pkg .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  text-align: right;
}
.left-col .col2 .pkg .price small {
  font-size: 12px;
}
.left-col .col2 .pkg h4 {
  color: #0af;
  font-size: 20px;
  margin-bottom: 13px;
  text-shadow: 1px 3px #000;
}
.left-col .col2 .pkg ul {
  font-size: 11px;
  list-style: none;
  margin: 5px 0 10px;
  padding: 0 0 0 15px;
}
.left-col .col2 .pkg ul li {
  line-height: 12px;
  list-style-image: url(../images/pkg-list.gif);
  margin: 0 0 3px 3px;
  padding: 0 0 2px 3px;
}
.left-col .col2 .pkg ul li a {
  color: #222;
  text-decoration: underline;
}
.left-col .col2 .pkg ul li a:hover {
  color: #C00;
}
.left-col .col2 .pkg em {
  color: #333;
  display: block;
  font-size: 12px;
}

/* Side-by-side at 600px+ */
@media (min-width: 600px) {
  .left-col .col1 {
    float: left;
    width: calc(50% - 10px);
  }
  .left-col .col2 {
    float: right;
    width: calc(50% - 10px);
  }
}

@media (min-width: 1024px) {
  .left-col .col1 {
    width: calc(50% - 10px);
  }
  .left-col .col2 {
    width: calc(50% - 10px);
  }
  .left-col .col2 .pkg {
    width: 100%;
  }
}

/* ==========================================================================
   11. SERVICES GRID
   ========================================================================== */
#mainHome .services ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#mainHome .services ul::after {
  display: none;
}
#mainHome .services ul li {
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  float: none;
  height: auto;
}
#mainHome .services ul li img {
  border: #333 2px solid;
  width: 100%;
  height: auto;
}
#mainHome .services ul li h4 {
  font-size: 110%;
  margin: 2px 0 5px;
}
#mainHome .services ul li a {
  color: #fff;
}
#mainHome .services ul li a:hover {
  color: #0af;
  text-decoration: none;
}

@media (min-width: 600px) {
  #mainHome .services ul li {
    flex: 1 1 calc(25% - 9px);
  }
}

/* ==========================================================================
   12. TESTIMONIAL
   ========================================================================== */
.testimonial {
  color: #666;
  font-size: 90%;
  font-style: italic;
  padding: 5px 5px 20px;
  position: relative;
}
.testimonial .dquo2 {
  display: block;
  float: right;
  line-height: 40px;
  right: -12px;
}
.testimonial .dquo1 {
  float: left;
  left: -10px;
}
.testimonial .dquo1,
.testimonial .dquo2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  height: 30px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  width: 35px;
}
.testimonial span {
  display: block;
  font-style: normal;
  margin-top: 5px;
}

/* ==========================================================================
   13. ARTICLE / BODY COPY / MEDIA
   ========================================================================== */
.pwc {
  background: #111;
  color: #666;
  font-size: 10px;
  font-style: italic;
  padding: 5px;
  text-align: center;
  display: inline-block;
}
.pwc.fr {
  margin: 0 0 10px 10px;
  max-width: 40%;
}
.pwc.fl {
  margin: 0 10px 10px 0;
}
.pwc img {
  border: #444 1px solid;
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

/* YouTube iframes */
iframe[src*="youtube"] {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

@media (max-width: 599px) {
  .pwc.fr,
  .pwc.fl {
    float: none;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
  }
  iframe {
    width: 100%;
  }
}

/* ==========================================================================
   14. FOOTER
   ========================================================================== */
footer {
  background: #121212 url(../images/bg-foot.gif) repeat-x top;
  margin-bottom: 20px;
}
footer .frame {
  background: url(../images/footer.jpg) no-repeat top center;
  color: #444;
  font-size: 90%;
}
footer .container {
  display: block;
  padding: 20px 15px 30px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
footer .container .logo {
  margin-right: 10px;
}
footer .container .links {
  margin-top: 15px;
  color: #444;
  line-height: 20px;
  text-align: left;
  padding: 10px;
}
footer .container ul {
  border-bottom: #111 dotted 1px;
  display: block;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
footer .container ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 15px 0 0;
}
footer .container .copyright {
  border-top: #000 solid 1px;
  display: block;
  margin: 10px 0 0;
  padding: 10px 0 0;
  text-align: right;
  width: 100%;
}
footer .container a {
  color: #999;
  padding: 0 10px;
}
footer .go2top {
  display: block;
  position: absolute;
  right: 0;
  top: -36px;
  z-index: 100;
}
footer .go2top img {
  float: right;
  position: relative;
  top: 5px;
}
footer .container .info ul {
  margin-top: 5px;
}
footer .container .info ul li {
  float: none !important;
  display: block !important;
  color: #999;
  font-size: 90%;
}
footer .container .info ul li b {
  width: 60px;
  display: inline-block;
}
footer .container .info ul li a {
  padding: 0 !important;
  color: #0af;
}

@media (max-width: 1023px) {
  .fr {
    padding: 10px;
  }
}

@media (min-width: 1024px) {
  footer .container {
    width: 940px;
    padding: 20px 20px 30px;
  }
  footer .container .links {
    text-align: right;
    padding: 0;
  }
}

/* Bottom sticky buttons — visible on phones only */
.bottom-btns {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
  background: #0af;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.bottom-btns li {
  width: 49%;
  float: left;
  text-align: center;
  margin: 10px 0;
  line-height: 1.5;
  min-height: 48px;
}
.bottom-btns li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  text-shadow: 1px 1px 2px #000;
  min-height: 48px;
}
.custom-party {
  background: url(../images/cocktail.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding-right: 10px;
}
.call-us {
  background: url(../images/phone.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .bottom-btns {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .bottom-btns {
    display: none;
  }
}

/* ==========================================================================
   15. BUTTON / CTA STYLES
   ========================================================================== */
.btn-book {
  color: #fff;
  display: block;
  line-height: 35px;
  height: 34px;
  min-height: 48px;
  background: url(../images/bg-btn.gif) repeat-x;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
  font-size: 130%;
  text-align: center;
  transition: opacity linear .2s;
}
.btn-book:hover {
  text-decoration: none;
  opacity: .80;
}
.btn-book::after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: relative;
  top: -1px;
}
.btn-book.w80 {
  width: 80%;
  margin: 10px auto;
}
.btn-book.s {
  display: inline-block;
  padding: 0 30px;
}

/* ==========================================================================
   16. SLIDER OVERLAYS
   ========================================================================== */
.vip-slider {
  padding-top: 5%;
  color: #fff;
  left: 0;
  width: 676px;
  height: 280px;
  text-align: center;
  font-size: 300%;
  text-shadow: 1px 1px 2px black, 0 0 2em white, 0 0 .5em black;
}
.vip-slider h1 {
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 2em white, 0 0 .5em black;
}
.vip-slider h3 {
  padding-top: 21%;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 2em white, 0 0 .5em black;
  font-weight: 550;
}

/* Legacy slider content */
.lof-slidecontent { overflow: hidden; position: relative; }
.main-slider-content { width: 100%; height: 280px; position: inherit; }

/* ==========================================================================
   MISC SELECTORS USED ON HOMEPAGE
   ========================================================================== */
#nav-list { display: none; }
.clearme { display: none; }
.js-hidden { display: none; }
@media only screen and (min-width: 970px) { .buttonset { display: none; } }

/* Pushmenu (mobile side nav) */
@media (max-width: 1023px) {
  .pushmenu {
    background: #000;
    width: 190px;
    height: 100%;
    top: 0;
    z-index: 0;
    position: fixed;
  }
  .pushmenu-left {
    right: -200px;
    top: 120px;
  }
  .pushmenu-left.pushmenu-open {
    right: 0;
    top: 120px;
  }
  .pushmenu-push {
    overflow-x: hidden;
    position: relative;
    right: 0;
  }
  .pushmenu-push-toright {
    right: 190px;
  }
  .pushmenu, .pushmenu-push {
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  #nav_list {
    background: url(../images/arrow-right.png) no-repeat left top;
    cursor: pointer;
    margin-left: 20px;
    height: 24px;
    width: 34px;
    float: right;
  }
  #nav_list.active {
    background: url(../images/arrow-left.png) no-repeat left top;
  }
  .buttonset {
    line-height: 24px;
    font-weight: bold;
    text-align: right;
    background: #0297cd;
    color: #fff;
    margin: 0 10px;
    padding: 3px 8px;
    text-transform: uppercase;
    border: 3px solid #017098;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.4);
  }
  .pushnav {
    line-height: 24px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    margin: 0 0 5px;
    padding: 3px 8px;
    text-transform: uppercase;
    border: 3px solid #017098;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.4);
  }
  .btn-book.w80 { display: none; }
  .clearme { display: block; clear: both; }
  a img { width: 100%; }
}

/* Right-col nav (sidebar navigation) */
.right-col nav {
  display: block;
  margin: 0 0 10px;
}
.right-col nav h4 {
  background: #0297cd;
  color: #fff;
  margin: 0 0 5px;
  padding: 3px 8px;
  font-size: 90%;
  text-transform: uppercase;
  text-align: right;
  border: 3px solid #017098;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.4);
}
.right-col nav h4.girl {
  background: #e60278;
  border-color: #98004f;
}
.right-col nav h4 a { color: #fff; display: block; }
.right-col nav ul { margin: 0 0 20px; }
.right-col nav ul li {
  background: #000;
  border: 1px dotted #222;
  height: 40px;
  margin: 0 0 8px;
  position: relative;
  text-align: right;
  width: 100%;
}
.right-col nav ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .right-col nav ul li {
    width: 180px;
  }
}

/* Background override for small screens */
@media (max-width: 768px) {
  body {
    background: #000;
  }
}
