.indiv-room-tour-show { margin: 0 0 0 24px; font-size: 46px; position: relative; cursor: pointer; display: inline-block; }
.room-header-bg-vid { position: absolute; top: 50%; left: 50%; z-index: -1; min-width: 100%; min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.showing { z-index: 1; }

.room-header { position: relative; width: 100%; height: auto; padding: 200px 0 0 0; overflow: hidden; }
img.room-header-bg { position: absolute; top: 0; width: 100%; height: auto; z-index: 1; opacity: 0.75; }
img.showing-overlay { height: 100%; z-index: 2; }
.room-header-inner { width: 100%; height: auto; text-align: center; z-index: 2; position: relative; }
.room-header-logo { font-family: 'ferocious'; font-size: 116px; text-shadow: 2px 3px 5px rgba(0,0,0,0.5); }
.room-header-desc { width: 80%; margin: 100px auto 40px auto; background: rgba(0,0,0,0.50); border-radius: 10px; font-family: 'Roboto Condensed', sans-serif; }
.room-header-desc-inner { padding: 22px 22px; text-align: left; }
.room-header-desc-title { margin-bottom: 10px; font-weight: 700;  }
.room-header-desc-content {}

.room-header-details { font-family: 'Roboto Condensed', sans-serif; }
.room-header-details-inner { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 80%;
    margin: auto; }
.room-header-details-section { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; font-weight: 700; }
.room-header-details-section .fas { font-size: 40px; display: block; margin: 0 0 20px 0; }
.room-header-details-section span { display: block; font-size: 10px; font-weight: 400; }

.room-header-warn { width: 80%; margin: 0 auto 40px auto; background: #710000; border-radius: 10px; font-family: 'Roboto Condensed', sans-serif; }
.room-header-warn-inner { padding: 22px 22px; text-align: left; }
.room-header-warn-icon { display: inline-block; float: left; margin: 16px 26px; font-size: 51px; }
.room-header-warn-title { margin-bottom: 10px; font-weight: 700; }
.room-header-warn-content {}

.room-booking { width: 80%; margin: 0 auto 40px auto; }
.room-booking-inner { display: flex; }

.room-booking-sidebar { max-width: 30%; flex: 0 0 30%; }
.room-booking-sidebar-inner { font-family: 'Roboto Condensed', sans-serif; padding: 92px 50px 0 0; }
.sidebar-section { margin: 0 0 40px 0; }
.booking-sidebar-title { font-size: 22px; font-weight: 700; text-transform: uppercase; margin: 0 0 12px 0; }
.booking-sidebar-title i { float: right; }
.side-bar-seperator { width: 100%; height: 4px; background: #990000; margin: 10px 0; }
.booking-sidebar-content {}
.booking-sidebar-content p { padding: 0 0 10px 0; }
.booking-sidebar-content a { color: #990000; }
.booking-sidebar-content a:hover { color: #f60b0e; }
.pricing-grid { font-size: 12px; margin: 10px 0; }
.pricing-grid ul { margin: 6px 0; }
.pricing-grid ul.total { font-weight: bold; }
.pricing-grid ul li { display: inline-block; width: 8%; text-align: center; }
.pricing-grid ul li.title-col { display: inline-block; width: 30%; text-align: left; padding: 4px 0 4px 10px; }
.pricing-grid .grey { background-color: #1b1b1b; }
.pricing-grid .red { background-color: #710000; }
.pricing-grid .ltred { background-color: #990000; }

.push20 { margin-top:60px; }

/* NEW PRICING - NO TIERS */
.pricing-no-tiers { width: 100%; }
.pricing-no-tiers-inner { text-align: center;}
.pnt-section { width: 48%; display: inline-block; }
.pnt-left {}
.pnt-right{}
.pnt-inner { padding: 12px 0 36px 0; }
.pnt-title { font-weight: bold; }
.pnt-price { font-size: 40px; color: #990000; font-weight: bold; }
.pnt-sub-price {}
.pricing-note { font-size:24px; font-weight: bold; text-align: center; padding: 0 0 0 0; }
.pricing-note p { font-size:16px; text-align: center; color: #990000; padding: 2px 0 0 0; }

.discount-grid { font-size: 16px; margin: 10px 0; }
.discount-grid ul { margin: 6px 0; }
.discount-grid ul li { display: inline-block; }
.discount-grid ul li.title-col { display: inline-block; width: 45%; text-align: left; }
.discount-grid .single-cell { width: 55%; float: right; text-align: right; }

.room-booking-widget { max-width: 70%; flex: 0 0 70%; margin-top: 40px; }
.booking-widget-loading { width: 100%; text-align: center; color: #990000; font-weight: 700; font-family: 'Roboto Condensed', sans-serif; }

.room-closed-message { font-size: 24px; display: block; margin: 100px 0; text-align: center; }
.room-closed-message i { display: block; font-size: 100px; margin-bottom: 60px; }
.room-closed-message span { color: #990000; }

/* ROOM PHOTO GALLERY */
.room-photos { max-width: 80%; margin: 40px auto 0 auto; padding: 24px 0; }
.room-photos-inner { display: flex; flex-wrap: wrap; padding: 0 0 30px 0; }
.room-photos-inner span { text-align: center; font-size: 10px; font-weight: bold; text-transform: uppercase; }
.section-title-left { text-align: left; }
.section-title-left h1 { margin: 0 0 10px 10px; }
.room-gallery-image {     flex: 0 0 24%; max-width: 24%; margin: auto; }
.room-gallery-image img { width: 100%; cursor: pointer; border-radius: 10px; }
.modal-thumbs { display: flex; flex-wrap: wrap; margin-top: 48px; }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000f2;
  transition: 1s;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.gallery-photo {
  display: none;
  width: 100%;
  max-width: 100%;
}

.gallery-photo img {
	width: 100%; 
	max-width: 100%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.thumb {
  opacity: 0.6;
}

img.active,
.thumb:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

img.hover-shadow:hover {
  opacity: 1;
}