
/* ==========================================================================
   Third Party plugins
   ========================================================================== */

/* Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

.video-icon {
  background: url('/img/icons/media/player.svg') no-repeat center / 100%;
  left: 50%;
  top: 50%;
  right: auto;
  height: 50px;
  width: 50px;
  position: absolute;
  transform: translate(-50%,-50%); }

/* Slider pro */
.sp-slide:not(:first-child) {
  position: absolute; }


/* ==========================================================================
   Preloader
   ========================================================================== */

.preloader-wrapper { position: relative; }
.preloader { bottom: 0; left: 0; position: absolute; right: 0; text-align: center; top: 0; }
.preloader svg { left: 50%; margin-left: -25px; margin-top: 50px; position: absolute; top: 50%; height: 50px; width: 50px; }
.preloader svg path { fill: #ffffff; }
.content-load { opacity: 0; }


/* ==========================================================================
   Add-ons
   ========================================================================== */

/* Full-screen background */
.background {
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain; }

/* fullscreen setup */
body.full { height: 100%; }

.fullscreen {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }
  .not-fullscreen,
  .fullscreen.not-overflow {
    height:100%;
    overflow:hidden; }

/* Hide stToopPop sharing button. */
#stToolPop { display: none; }

/* Isotope */
#no-results { display : none; }

/* Dropdown menu */
ul.dropdown-menu {
  background: #000;
  border: 0;
  box-shadow: none;
  padding: 0 0 10px;
  display: block;
  position: absolute;
  top: 100%;
  font-size: 2rem;
  opacity: 0;
  border-radius: 0;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: -1px 0 0;
  transform: translateX(-15px);
  pointer-events: none;
  /* shiba */
  z-index: 999;}

/* Dropdown & Sidebar */
ul.dropdown-menu > li { 
  border-radius: 0;
  width: 100%;
  padding: 0; }

/* Better positioning on last-item dropdown */
.drop-down > li:last-child ul.dropdown-menu { right: 0; text-align: right; left: auto; transform: translateX(15px); }
.drop-down > li:hover > ul.dropdown-menu { height: auto; opacity: 1; overflow: auto; transition: none; pointer-events: visible; }
.drop-down > li:hover > ul.dropdown-menu > li { width: 100%; display: block; margin: 0; padding: 0; }
.dropdown-menu > li > a { padding: 5px 15px 0; }

/* Mailer */
#mailer {  text-align: left; position: relative; }
#mailer #error, #mailer #success { display: none; line-height: 1; margin: 0; text-align: left; position: relative; }
#mailer #error p, #mailer #success p { color: #666666; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: "";
  border-bottom: 0;
  vertical-align: 0.25em;
  border-top: .25em solid;
  border-right: .2em solid transparent;
  border-left: .2em solid transparent;
  min-width: 10px; }

.drop-down > li:hover .dropdown-toggle::after {
  border-bottom: .25em solid;
  border-left: .2em solid transparent;
  vertical-align: 0.28em;
  border-top: 0; }

@media only screen and (max-width : 767px) {

  /* Dropdown
  .drop-down li ul.dropdown-menu { position: relative; opacity: 1; top: 0 !important; }
  .drop-down li ul.dropdown-menu li { border: 0; margin: 0; }
  .drop-down li ul.dropdown-menu > li > a { padding: 10px 30px; }
  .drop-down > li:last-child ul.dropdown-menu { right: auto; text-align: left; } */

}


/* ==========================================================================
  Toggle
========================================================================== */

#navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 40px;
  left: 10px;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  right: auto;
  top: 2px;
  width: 47px;
  z-index: 1001; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  border-radius: 0;
  height: 3px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.nav-toggle:hover span,
.nav-toggle:hover span:before,
.nav-toggle:hover span:after {
  background-color: #ffffff; }

.nav-toggle span:before { top: -9px; }
.nav-toggle span:after { bottom: -9px; }
.nav-toggle.active span { background-color: transparent; }
.nav-toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff; }
.nav-toggle.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff; }

@media only screen and (max-width : 767px) {
  
  /* Overlay Nav */
  .overlay {
    position: fixed;
    background: rgba(0,0,0,0.9);
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .5s;
    transition: opacity .35s, visibility .35s, height .5s;
    overflow: scroll;
    z-index: 999;
    padding: 0 0 50px;
    text-align: center; }
    .overlay.open {
      opacity: 1;
      visibility: visible;
      height: 100%; }

  .overlay nav {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    padding: 0 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: scroll;
    width: 100%; }

  .overlay .nav {
    margin: 0;
    width: 100%; }

  .overlay-menu {
    height: 100%;
    overflow: hidden;
    position: relative; }
  
  .overlay-menu .nav {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0; }
  
  .menu-wrapper > ul li {
    padding: 0; }
  
}


/* ==========================================================================
   Bootstrap Overwrites
   ========================================================================== */

/* Placeholder */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder { color: #cccccc; }

:-ms-input-placeholder,
.form-control:-ms-input-placeholder { color: #cccccc; }

::-moz-placeholder,
.form-control::-moz-placeholder { color: #cccccc; opacity: 1 }

/* Selector */
::selection { background: #cccccc; color: #000000; }
::-moz-selection { background: #cccccc; color: #000000; }

/* Button */
.btn {
  background: #ff1515 none repeat scroll 0 0;
  border: 1px solid #ff1515;
  box-shadow: none !important;
  border-radius: 0;
  color: #fff;
  font-family: "league-gothic",sans-serif;
  font-size: 1.26em;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 6px 25px;
  text-align: center; }

.btn.btn-sm {
  font-size: 2rem;
  padding: 10px 20px;
  text-decoration: underline;
}

.btn.btn-sm i {
  font-size: 90%;
  margin: 0 10px; }

.btn-default {
  background-color: #ff1515;
  color: #fff; }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default.active,
  .btn-default:active,
  .open > .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }

.btn-primary {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.active,
  .btn-primary:active,
  .open > .dropdown-toggle.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #000; }

.btn .small {
  display: table;
  margin: 0 -1px;
  width: 100%;
  font-family: "nimbus-sans",sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

.btn.btn-lg { padding: 10px 40px; }
header .btn .small { font-size: 9px; }

hr { opacity: .3; }


/* ==========================================================================
   Base
   ========================================================================== */

body {
  background: #000;
  color: #fff;
  font-family: "nimbus-sans",sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400; }

a {
  color: #ff1515;
  text-decoration: underline;
  outline: none; }

a:hover,
a:active {
  color: #ffffff;
  text-decoration: underline; }

a:focus {
  color: #ff1515; }

a, input, button {
  -webkit-transition: .3s all;
  transition: .3s all; }

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  box-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: "league-gothic",sans-serif;
  margin-top: 0 !important; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-weight: 400; }

h1, h2 {
  color: #ff1515; }

.text-white { color: white; }

.fat {
  font-family: "fatfrank",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.12em; }

.text-red,
.red { color: #ff1515 !important; }
.white { color: #fff !important; }

/* Media */
.thumbnail {
  position: relative; }


/* ==========================================================================
   Header
   ========================================================================== */

header {
  font-family: "league-gothic",sans-serif;
  font-style: normal;
  font-weight: 400;
  position: fixed;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999; }

header::before {
  content: '';
  background: rgb(31,36,44);
  background: -moz-linear-gradient(0deg, rgba(31,36,44,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(31,36,44,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(0deg, rgba(31,36,44,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f242c",endColorstr="#000000",GradientType=1); 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px; }

.navbar-collapse { padding: 0; }

nav li { vertical-align: middle; }

.main_nav { margin: 0; font-size: 2.5rem; padding: 0 15px; } 
.main_nav > li { margin: 0 20px; padding: 0; position: relative; }
.main_nav li a {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none; }
  .main_nav li a:hover,
  .main_nav li a:focus,
  .main_nav li.active a {
    background-color: transparent;
    color: #ff1515; }

/* Social */
.social_wrapper {
  position: fixed;
  right: 20px;
  bottom: 55px;
  z-index: 999; }

.feast-social { 
  margin: 5px 0 0; 
  padding: 0;
  text-align: right; }

.feast-social li {
  background-color: #fff;
  border-radius: 120%;
  height: 24px;
  margin: 0 3px;
  padding: 0;
  position: relative;
  width: 25px;
  overflow: hidden;
  transition: all .3s; 
}
@media only screen and (min-width: 768px) {
  .feast-social li {
    /* shiba edit */
    transform: scale(1.8);
    margin: 0 1.5rem;
  }
}
  .feast-social li:hover,
  .feast-social li:focus {
    background-color: #ff0000; }

.feast-social li a {
  background-position: center center;
  background-size: contain;
  display: table;
  color: transparent !important;
  height: 12px;
  left: 50%;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px; }

/* Social */
a.nav-facebook { background: url("../img/icons/social/black/facebook.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-twitter { background: url("../img/icons/social/black/twitter.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-googleplus { background: url("../img/icons/social/black/google-plus.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-youtube { background: url("../img/icons/social/black/youtube.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-instagram { background: url("../img/icons/social/black/instagram.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-pinterest { background: url("../img/icons/social/black/pinterest.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-flickr { background: url("../img/icons/social/black/flickr.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-linkedin { background: url("../img/icons/social/black/linkedin.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-vimeo { background: url("../img/icons/social/black/vimeo.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-tumblr { background: url("../img/icons/social/black/tumblr.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-rss { background: url("../img/icons/social/black/rss.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-trip-advisor { background: url("../img/icons/social/black/tripadvisor.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-tiktok { background: url("../img/icons/social/black/tik-tok.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
  border: 0;
  background: #000;
  position: relative;
  z-index: 9;
  padding: 20px 0 0; }
  .modal-open footer {
    z-index: 8; }
  
  @media only screen and (max-width : 767px) {
    footer {  /* Adjusted for BOOK NOW panel */
      padding: 20px 0 35px;  
    }
  }

footer ul { font-size: 12px; }
footer a { color: #fff; text-decoration: none; font-weight: 700; }

.feast {
  color: transparent !important;
  display: block;
  height: 15px;
  vertical-align: bottom;
  width: 85px; }
  .no-svg .feast {
    background: rgba(0, 0, 0, 0) url("../img/icons/feast/feast-default.png") no-repeat scroll 0 0 / contain; }

.copy {
  display: inline-block;
  margin: 6px auto 0;
  min-height: 25px;
  text-align: left;
  width: 115%;
  vertical-align: bottom; }

.credit { 
  padding: 0 8px 0 0px;
  margin: 0 0 0 10px; }

@media only screen and (min-width : 768px) {

  /* Sticky footer */
  html { position: relative; min-height: 100%; }
  body { margin-bottom: 40px; }
  footer { position: absolute; bottom: 0; width: 100%; height: 40px; }

}


/* ==========================================================================
   Main Styles
   ========================================================================== */

#wrapper {
  padding: 0 0 80px;
  position: relative;
  overflow: hidden; }

body.home #wrapper { padding: 0; }

section {
  position: relative;
  z-index: 20; }

#hero {
  display: inline-block;
  position: relative;
  margin-bottom: -6rem;
  width: 100%; }

#hero::after {
  content: '';
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 50%; }

.hero-title {
  font-size: 90%;
  margin-top: -8%;
  position: relative; }

.hero-none {
  margin-top: -8%;
  position: relative; }

.artwork-bg {
  background: rgba(0, 0, 0, 0) url("/img/main/artwork-bg.jpg") no-repeat scroll center top / contain;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }

.artwork-bg-plain {
  background: rgba(0, 0, 0, 0) url("/img/main/artwork-bg-plain-v2.jpg") no-repeat scroll center top / contain;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: .3 !important; }

.artwork-woman {
  background: rgba(0, 0, 0, 0) url("/img/main/artwork-woman.png") no-repeat scroll center top / contain;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }

.artwork-intro {
  background: #e63b29;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999; }

.artwork-intro.fadeOut.loaded {
  pointer-events: none; }

.artwork-intro div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); }

.artwork-intro .h1 {
  font-size: 7vw;
  line-height: 92%; }

.gallery-item img {
  border: 1px solid #fff; }

.content-area .btn {
	white-space: normal;
  margin: 0 0 20px; }

.intro_text { max-width: 80%; }


/* ==========================================================================
   Home
   ========================================================================== */

.landing_wrapper {
  min-height: 100vh;
  background: url(/img/main/LP-Top-Witness-453.jpg) no-repeat center / cover;
  background-color: rgba(0, 0, 0, 0);
  background-color: black;
  margin: 0 -15px;
  text-align: center; }

.landing_wrapper::after {
  background: rgb(31,36,44);
  background: -moz-linear-gradient(180deg, rgba(31,36,44,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(31,36,44,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(31,36,44,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f242c",endColorstr="#000000",GradientType=1);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  right: 0; }

.home_treatment {
  max-width: 40vw;
  margin: 0 auto;
  padding-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.home_treatment::after {
  content: '';
  background: rgb(0,0,0);
  background: -moz-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: .2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
  height: 100vh;
  width: 100vw;
  z-index: -1; }

.landing_headline {
  font-size: 3.5rem;
  padding: 12rem 0 5rem; }

.landing_headline .h2 {
  line-height: 80%; }

.landing_content {
  padding: 7.5rem 0 0;
  font-size: 1.5rem; }

.treatment {
  margin: 6% auto 6%;
  max-width: 520px; }

.treatment-header {
  padding: .75rem;
  margin: 5px 0 10px;
  transition: all .3s;
  min-width: 150px;
  width: 12vw; }
  .treatment-header:hover {
    opacity: .8; }

#location {
  min-height: 900px;
  background: url(/img/main/LP-Woman-bottom.png) no-repeat bottom right /contain; }

.landing_location {
  text-align: center;
  font-size: 4rem;
  padding: 35rem 0 0;  }

.scrollDown {
  text-indent: -999rem;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: 3rem;
  width: 5rem;
  background: url(/img/icons/cta/arrow.png) no-repeat center / contain; }

  @media only screen and (max-width : 768px) {
    .scrollDown {
      bottom: 9rem;
    }
  }

.quote-heading {
  font-family: "league-gothic",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 6rem;
  margin: 0 0 10px;
  line-height: .9;
  letter-spacing: 0.06em; }

.quote-heading-alt {
  font-size: 5rem;
  line-height: .9; }

.quote-heading-alt span {
  font-size: 160%;
  line-height: 1.1; }

.quote-heading-top {
  font-size: 6rem; }

.quote-citation {
  font-family: "league-gothic",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 20px; }

.stars {
  color: #ff1515;
  font-size: 3em;
  margin: 0 auto 5px;
  display: table; }
  .stars span {
    float: left;
    margin-right: 4px; }
  
.lead_panel {
  padding: 25px 15px 0;
  border: 3px solid white;
  margin-bottom: 30px; }

  .download_panel {
    padding: 25px 15px 0;
    border: 3px solid white;
    margin: 30px 15px; }


/* ==========================================================================
   FAQ Module
   ========================================================================== */
   .container-faq {
    padding-bottom: 40px;   
   }
   
   .faq-div {
       padding-bottom: 20px;
   }

   .faqLink {
    text-decoration: none;
   }
   
   .faqLink:hover {
       text-decoration: none;
       cursor: pointer;
       
   }
   
   .faqLink h2:hover {
       color: #FF6D6D !important;
       /* font-size: 2.1em !important; */
   }
   
   .faq-div .fa {
     transition: .3s transform ease-in-out;
   }
   .faq-div .collapsed .fa {
     transform: rotate(-90deg);
   }
   
   .fa-style{
   /*    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);*/
       width: 20px;
   }

/* ==========================================================================
   Booking
   ========================================================================== */

.calendar-actions {
  padding: 0 0 5px;
  vertical-align: bottom; }
  .calendar-actions a {
    outline: none;
    text-decoration: none; }

.calendar-actions li {
  display: block;
  float: left;
  opacity: .6;
  min-height: 30px;
  vertical-align: bottom; }
  .calendar-actions li.active {
    opacity: 1; }

.feed-tab-btn > span {
  color: #fff;
  font-size: 0.9em;
  line-height: 1;
  margin: 0 10px;
  vertical-align: bottom; }

.fc .fc-toolbar h2 {
  color: #fff;
  margin-top: 10px !important;
  font-size: 1.4em; }

.fc-toolbar button {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 0 !important;
  font-size: 1.2em !important;
  height: 2.6em !important;
  margin: 0;
  padding: 0 0.6em;
  white-space: nowrap; }
  .fc-toolbar button:hover {
    opacity: .6; }

.fc-icon.fc-icon-right-single-arrow {
  background: rgba(0, 0, 0, 0) url("/img/icons/cta/next-black.svg") no-repeat scroll center center / contain ;
  height: 22px;
  margin: 0;
  text-indent: -999em;
  width: 22px; }

.fc-icon.fc-icon-left-single-arrow {
  background: rgba(0, 0, 0, 0) url("/img/icons/cta/back-black.svg") no-repeat scroll center center / contain ;
  height: 22px;
  margin: 0;
  text-indent: -999em;
  width: 22px; }

.fc-today-button {
  font-weight: 700;
  padding: 5px 30px !important;
  text-transform: capitalize; }

.fc-day-grid-event {
  border-radius: 0 !important;
  margin: 0 0 20px;
  text-align: center; }
  .fc-day-grid-event:hover {
    background: #991919 !important;
    border-color: #991919 !important;
    color: #fff !important; }

.fc-day-grid-event .fc-time {
  font-size: 1.1em;
  font-weight: 400 !important; }
  .fc-day:hover {
    background: #333333; }

.fc-unthemed .fc-today {
  background: #777 !important; }

.kxt {
  background: rgba(0, 0, 0, 0) url("/img/icons/cta/kxt.png") no-repeat scroll center top / contain ;
  height: 75px;
  position: absolute;
  right: 8px;
  top: -70px;
  width: 75px; }

.basketIcon {
  background: rgba(0, 0, 0, 0) url("/img/icons/cta/basket.png") no-repeat scroll center top / contain ;
  display: inline-block;
  height: 30px;
  text-align: left;
  text-indent: -9999em;
  width: 30px; }

.accountIcon {
  background: rgba(0, 0, 0, 0) url("/img/icons/cta/user.png") no-repeat scroll center top / contain ;
  display: inline-block;
  height: 30px;
  text-align: left;
  text-indent: -9999em;
  width: 30px; }

.tooltip > .tooltip-inner {background-color: #ff0000 !important;}
.tooltip > .tooltip-arrow { border-bottom-color:#ff0000 !important; }

.table .btn {
  font-size: 1em;
  margin: 5px -8px; }

.table .lead {
  font-size: 1.1em;
  margin: 10px 0 15px; }

.btn-sold {
  background: #292929 none repeat scroll 0 0;
  opacity: 0.5; }
  .btn-sold:hover {
    cursor: none; }

.btn-best {
  border-color: #2ecc71;
  color: #2ecc71; }

.btn-best ~ .tooltip > .tooltip-inner {background-color: #2ecc71 !important;}
.btn-best ~ .tooltip > .tooltip-arrow { border-bottom-color:#2ecc71 !important; }
.fc-day-grid-event.btn-best:hover {
  background: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #fff !important; }

.btn-good {
  border-color: #f1c40f;
  color: #f1c40f; }

.btn-good ~ .tooltip > .tooltip-inner {background-color: #f1c40f !important;}
.btn-good ~ .tooltip > .tooltip-arrow { border-bottom-color:#f1c40f !important; }
.fc-day-grid-event.btn-good:hover {
  background: #f1c40f !important;
  border-color: #f1c40f !important;
  color: #fff !important; }

.btn-limited {
  border-color: #e74c3c;
  color: #e74c3c; }

.btn-limited ~ .tooltip > .tooltip-inner {background-color: #e74c3c !important;}
.btn-limited ~ .tooltip > .tooltip-arrow { border-bottom-color:#e74c3c !important; }
.fc-day-grid-event.btn-limited:hover {
  background: #e74c3c !important;
  border-color: #e74c3c !important;
  color: #fff !important; }

#SpektrixIFrame { width: 100% !important; }
.spektrix-actions { margin: 0 0 20px; }


/* ==========================================================================
   Collection
   ========================================================================== */

#collection { overflow: hidden; }


/* ==========================================================================
   Team
   ========================================================================== */

.creative-wrap {
  border: 1px solid #fff;
  padding: 30px; }


/* ==========================================================================
   Mobile First
   ========================================================================== */

@media only screen and (min-width : 768px) {

  #hero img {
    height: 35vw;
    object-fit: cover;
    object-position: center;
    min-height: 350px;
  }

    /* Main */
    body { font-size: 15px; }

    .btn { font-size: 1.6em; }

    /* home */
    .home-area { font-size: 0.8em; }
  
    body.home .book-btn .btn { float: right; }
  
    .book-btn {
      left: 0px;
      position: relative; }

    body.home .book-btn {
      left: 0; }
  
}

@media only screen and (min-width : 992px) {

    /* Main */
    body { font-size: 16px; }

    .btn { font-size: 2.5rem; }

    /* home */
    .home-area { font-size: .8em; }
  
}

@media only screen and (min-width : 1200px) {

    body { font-size: 17px; }
  
    .btn { font-size: 2.75rem; }

    /* home */
    .home-area { font-size: 1em; }
  
}

@media only screen and (min-width : 1440px) {

  .treatment { margin: 5% auto; max-width: 550px; }
  
  /* home */
  .home-area { font-size: 1.2em; }
  
}

/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (max-width : 1199px) {

  /* home */
  .artwork-bg { background-size: cover;  }

  .treatment {
    margin: 6% auto 6%;
    max-width: 90%; }

  .main_nav { font-size: 2.3rem; }
  .main_nav > li { margin: 0 15px; }
  
  .landing_headline {
    font-size: 3rem;
    padding: 10rem 0 4rem; }
  
  .quote-heading { font-size: 5rem; }
  
  .landing_content {
    padding: 7rem 0 0;
    font-size: 1.4rem; }
  
  .quote-heading-top {
    font-size: 5rem; }
  
  .landing_location {
    font-size: 3rem; }
  
}

@media only screen and (max-width : 991px) {

  /* nav */
  .main_nav { font-size: 2rem; }
  .main_nav > li { margin: 0 12px; }
  
  header .btn .small {
    font-size: 8px; }
  
  ul.dropdown-menu {
    font-size: 1.65rem; }
  
  /* social */
  .feast-social li {
    width: 21px;
    height: 21px; }
  .feast-social li a {
    height: 12px;
    width: 12px; }

  /* booking */
  .fc-toolbar button {
    height: 2.4em !important;
    font-size: 1em !important; }
  .fc-icon.fc-icon-left-single-arrow,
  .fc-icon.fc-icon-right-single-arrow {
    height: 16px;
    width: 16px; }
  
  .landing_headline {
    font-size: 2.5rem;
    padding: 10rem 0 4rem; }
  
  .landing_content {
    padding: 6rem 0 0;
    font-size: 1.2rem; }

  .quote-heading {
    font-size: 4rem; }
  
  .quote-heading-top {
    font-size: 4rem; }
  
  .landing_location {
    padding: 28rem 0 0;
    font-size: 2.8rem; }
  
  #location {
    min-height: 800px; }
  
  .home_treatment {
    max-width: 70vw;
    width: 100%; }
  
}

@media only screen and (max-width : 767px) {

  header::before { height: 100%; }
  .home_treatment::after { opacity: .7; }
  
  .quote-heading-top {
    font-size: 3rem; }
  
  .landing_location {
    padding: 10rem 0 0;
    font-size: 2rem; }
  
  #location {
    min-height: 600px;
    background-size: 500px; }
  
  .copy { width: 100%; }
  .hero-title, .hero-none { margin-top: 0; }
  .team-image { max-width: 60%; }
  
  .btn {
    font-size: 2.2rem;
  }

  .btn.btn-lg {
    font-size: 1.6em;
    padding: 10px 30px; }
  
  .treatment-header {
    left: 0;
    margin: 0 auto;
    max-width: 75%;
    position: absolute;
    right: 0; }
  
  /* nav */  
  .book-btn {
    padding: 0 0 0 15px;
    text-align: center;
    width: 100%; }
  
  body:not(.home) .book-btn { display: none; }
  
  .main_nav { margin: 65px 0 0; width: 100%; font-size: 2.5rem; padding: 0; }
  .main_nav > li { margin: 0; width: 33.3%; text-align: center; }
  
  header ul.pull-right { width: 100%; }
  header ul.pull-right > li { width: 100%; }
  
  header .btn {
    position: absolute;
    top: 0;
    right: 1.5rem;
    font-size: 2.6rem; }
  
  ul.dropdown-menu {
    font-size: 2rem; }
  
  .drop-down > li ul.dropdown-menu {
    transform: none !important; }
  
  .feast-social li {
    height: 28px;
    width: 28px; }
  .feast-social li a {
    height: 18px;
    width: 18px; }
  
  /* home */
  .artwork-bg { background: rgba(0, 0, 0, 0) url("/img/main/artwork-bg-xs.jpg") no-repeat scroll center top / cover; display: block; }
    
  .artwork-bg-plain { background-size: 1200px; }
  .artwork-woman { display: none; }
  
  .treatment { margin: 10px auto 20px; max-width: 90%; }
  
  .home_treatment {
    max-width: 90vw; }
  
  .landing_headline {
    font-size: 2rem;
    padding: 15rem 0 4rem;
    max-width: 85%;
    margin: 0 auto; }
  
  .home-area {
    font-size: .8em;
    text-align: center; }
  
  .hero-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 320% auto;
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 100vh;
    position: relative;
    right: 0;
    top: 0;
    z-index: 0; }
  
  #wrapper {
    padding: 0 0 30px; }
  
  #hero {
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 500px; }
  
  .hero-title .h2 {
    font-size: 130%; }
  
  /* home */
  .home_badge {
    top: 75vh;
    left: 25px;
    height: 8vw;
    width: 8vw;
    min-width: 100px;
    min-height: 100px; }
  
  /* footer */
  footer { text-align: center; }
  
  .feast-footer li {
    width: 50%;
    margin: 10px 0 5px; }
  
  .copy {
    line-height: 1.8;
    padding: 0;
    text-align: center;
    width: 100%; }
  
  .credit {
    float: none !important;
    margin: 30px auto 15px; }

  .cta {
    display: table;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    width: 100%; }
    .cta li {
      float: none;
      padding: 0 2%;
      width: 48%; }
  
  .cta .btn {
    font-size: 2em;
    padding: 8px 10px;
        padding-top: 8px;
    width: 100%;
    min-height: 52px;
    margin-bottom: 2rem; }
  
  .cta .btn .small {
    font-size: 10px;
    margin: 0 -2px;
    transform: scale(0.85); }
  
  /* booking */
  .fc-toolbar .fc-left {
    float: none !important; }
  
  .fc .fc-toolbar h2 {
    color: #fff;
    float: none !important;
    font-size: 1.4em;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: center; }
  
  .kxt {
    float: right;
    height: 75px;
    margin-top: -15px;
    position: relative;
    right: 0;
    top: -10px;
    width: 75px; }
  
  .table .btn {
    max-width: 120px;
    white-space: pre-line; }
 
  .artwork-intro div .h1 {
    font-size: 300%; }
  
  .social_wrapper {
    right: auto;
    bottom: auto;
    top: .75rem;
    left: 1rem; }
  
}

@media only screen and (max-width : 420px) {
  
  .artwork-bg { background-size: calc(); }

}

.airCon_roundel {
  position: fixed;
  bottom: 11rem;
  right: 2rem;
  width: 12rem;
  height: 12rem;
  z-index: 100;
}

/* Home updates */
.home_badge {
  cursor: pointer;
  position: absolute;
  top: 80px;
  left: 20px;
  /* background: url('/img/WFTP_Roundel_22_AW.png') no-repeat center / contain; */
  background: url('/img/6-killer-years.png') no-repeat center / contain;
  height: 10vw;
  width: 10vw;
  min-width: 80px;
  min-height: 80px;
  transition: all .4s;
  z-index: 998;
  color: transparent;
  transform: rotate(-14deg);
}
  
  .home_badge .quote-heading {
    color: #fff;
    position: absolute;
    right: 100%;
    width: 420px;
    top: 50%;
    text-shadow: 0 2px 16px #000;
    font-size: 3em !important;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
    line-height: 1; }
  
  .artwork-intro {
    max-height: 100vh; }

	.tripadvisor-badge {
		position: absolute;
		top: 75vh;
		margin-top: 225px;
		right: 90px;
		z-index: 9999;
		width: 136;
		overflow: hidden;
		border: 3px solid #BC9A5D;
		height: 104;
		border-radius: 25px; }
	
	.cdsROW.border {
    border: 0px solid #00a680 !important; }


.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

  .modal-dialog.modal-xl {
    max-width: 960px;
    width: 100%;
    margin: auto;
  }

  #bookingModal .modal-content {
    background: none;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

  .close {
  font-size: 5rem;
  font-weight: 700;
  line-height: .5;
  color: white !important;
  text-shadow: none;
  opacity: 1 !important;
}

    .modal-backdrop.in {
      filter: alpha(opacity=90);
      opacity: .95 !important;
    }

  @media only screen and (max-width : 1300px) {

    .tripadvisor-badge {
      top: 75vh;
			margin-top: 180px;
      right: 50px; }

  }


  @media only screen and (max-width : 991px) {

    .tripadvisor-badge {
      top: 75vh;
			margin-top: 120px;
			transform: scale(.9);
      right: 30px; }
		
		
  }
	
  @media only screen and (max-width : 800px) {

		.tripadvisor-badge {
			top: 69vh;
			margin-top: 120px;
			right: 15px; }

	}
	
    @media only screen and (max-width : 767px) {


    .airCon_roundel {
      position: relative;
      bottom: 0;
      right: 0;
      width: 12rem;
      height: 12rem;
      z-index: 100;
      margin: 0 auto 1.5rem;
    }

    .home_badge {
      top: 13rem;
      left: 2rem;
      min-width: 100px;
      min-height: 100px;
    }

		.tripadvisor-badge {
			top: 0;
			left: auto;
			right: auto;
			height: auto;
			width: 200px;
			margin-top: 0;
			transform: scale(.7);
			position: relative;
			margin: 0 auto; }

		.cdsROW.narrow {
			width: 200px !important; }
			
    .widCOEImg {
      width: 110px;
      height: 110px; }

  }
	

/* **** SHIBA EDIT **** */
.s-panel {
  background-color: #ff1515;
}

.s-btn {
  border: none;
  padding: 1.5rem 0;
  font-size: xx-large;
}

.s-btn > span {
  display: table;
  margin: 0 -1px;
  width: 100%;
  font-family: "nimbus-sans",sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.s-btn-home-area {
  margin-top: 8rem;
}

.s-btn-lg-home-page {
  font-size: 2.6em;
}

@media only screen and (max-width : 767px) {
  p {
    font-size: 1.75rem;
  }
}

@media only screen and (min-width : 768px) {
  p {
    font-size: 2rem;
  }
}

/* **** SHIBA EDIT **** */
