::-webkit-scrollbar-track {
    background: #2e2e2e; /* Dark track background */
}

/* Styling the scrollbar thumb (the draggable element) */
::-webkit-scrollbar-thumb {
    background-color: #666; /* Dark thumb color */
    border-radius: 10px; /* Optional: for rounded corners */
}

/* Styling the scrollbar itself (width and height) */
::-webkit-scrollbar {
    width: 10px; /* Width of vertical scrollbar */
    height: 10px; /* Height of horizontal scrollbar */
}

body {
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #081115;
    font-weight: 400;
    font-size: 1em;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    background: #17212a !important;
    color: #fff !important;
}

.swal2-styled.swal2-select-btn {
    width: 95%;
    text-align: center;
    background: #243342;
    color: #42dca3;
    border: 0;
    border-radius: 3px;
    padding: 5px;
    margin: 3px;
}

.swal2-styled.swal2-select-btn:hover {
    color: #fff;
    background: #2d4257;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px #43dca347 !important;
}

.swal2-custom-html-container {
    text-align: center;
}

.collapse .nav-link, .collapsing .nav-link{
    /*margin-top: 5px;
    margin-bottom: 5px;*/
}

.btn {
    border-radius: 5px !important;
}

.btn:hover {
    color: #000;
    background-color: #42dca3 !important;
    border-color: #42dca3;
}
.btn-primary {
    color: #42dca3;
    background-color: transparent;
    border-color: #000000;
    border-radius: 5px !important;
    background-color: #17212a;
}

.btn-primary:hover {
    color: #000;
    background-color: #42dca3;
    border-color: #42dca3;
}

.btn-outline-primary {
    color: #42dca3;
    border-color: #42dca3;
}

.fancybox-bg {
    background: #081115;
}

.aspect-ratio-16-9 {
    position: relative;
    width: 100%; /* or the desired width */
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden; /* Optional: in case the image is larger than the container */
}

.aspect-ratio-16-9 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will cover the area, you can also use 'contain' to fit the whole image */
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Or any other color that suits your design */
    text-align: center; /* Center-align the text */
}

.hero-image {
    margin-top: 72px;
    height: 270px; /* Set the height of the hero image */
    background-size: cover; /* Ensure the image covers the whole section */
    background-position: center; /* Center the image */
    display: flex;
    align-items: center; /* Aligns the content vertically center */
    justify-content: center; /* Aligns the content horizontally center */
}
.video-image {
    height: 350px; /* Set the height of the hero image */
    background-size: cover; /* Ensure the image covers the whole section */
    background-position: center; /* Center the image */
    display: flex;
    align-items: center; /* Aligns the content vertically center */
    justify-content: center; /* Aligns the content horizontally center */
}


.hero-text {
    color: white; /* Change the text color if needed */
}

.bg-dark {
    background-color:#17212a !important;
}

.age-info {
    position: absolute;
    bottom: 15px; /* Adjust these values as needed */
    right: 20px;
    color: white; /* Or any other color */
    z-index: 10;
}

.people-info {
    position: absolute;
    top: 15px; /* Adjust these values as needed */
    right: 20px;
    color: white; /* Or any other color */
    z-index: 10;
}

.difficulty {
    min-width: 110px;
}

.difficulty-info {
    position: absolute;
    top: 15px;
    left: 20px;
    color: white;
    z-index: 10;
}

.age-info, .difficulty-info, .people-info {
    text-shadow: 3px 3px 10px #000, -2px 1px 10px #000;
}

.difficulty-info span {
    margin-left: 3px; /* Space between lock icons */
}

.btn-outline-secondary {
    color: #fff;
    border-color: #fff;
}

#hubspot-messages-iframe-container {
    z-index: 999 !important;
}

.line-through {
  text-decoration: line-through;
  color:gray;
}

.h-80 {
    height: 80%;
}

#event img, #for-kids img {
  width: 100%;
}

#list .btn-link {
  color: #42DCA3 !important;
}

.card-body {
color:#ddd;
}

.os-phrases {
}

p {
 font-size: 16px !important;
}

html {
  width: 100%;
  height: 100%;
}

#wrapper {
  overflow: hidden;
}

#roomCarousel {
 width: 100%;
 height: 50vh;
}

#roomCarousel.noModal {
  margin-top: 0 !important;
}

.carousel-indicators {
  bottom: 0;
}


#list p {
 text-align: left;
}
#list .card:hover {
  background-color: rgb(0,0,0,0.4);
}
#list .card {
  max-width: 800px;
  cursor: pointer;
  background-color: rgb(0,0,0,0.3);
  border: none;
  margin: 0;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}


.difficulty .fa {
  margin-right: 3px;
}


.center {
  text-align: center;
}


#list .card button {
  width: 100%;
  padding:10px;
}


#book ul {
  list-style-type: none;
}

button {
  -webkit-appearance:none;
}

#list .card button h5{
  font-size: 18px !important;
}

#list .card-header {
  padding:0;

}

.card-header .right {
  float: right;
}

.card-header .left {
  float: left;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  margin-top: 35px;
  margin-bottom: 35px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.dashboard img {
    padding:20px;
}

img {
    border-radius: 10px;
    padding:5px;
}

h1,.title,.titleBkg,.subtitle{
    font-family: 'Saira Stencil One', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}

.list-games a {
    color: unset;
}

.list-games .card-body {
    min-height: 210px;
}

#list .card-body {
    text-align: left;
}

#list h5 {
  margin: 5px 0;
  color: #fff !important;
}

#list .btn {
  text-transform: initial;
  text-decoration: none !important;
  white-space: normal;
}

h4 {
 margin: 15px 0 !important;
 font-weight: 400 !important;
 color: #42DCA3 !important;
}

#contact h4 {
 color: #fff !important;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

.carousel-inner {
  position: absolute;
}


.card {
  background-color: rgba(23, 33, 42) !important;
}

#rooms .card-header,#vr-escape-room .card-header {
  z-index: 10 !important;
  position: relative;
  text-align: right;
  cursor: pointer;
  text-shadow: 4px 2px 16px #000000;
  top: -14px !important;
  border: 0;
}


#qoutes {
  height: 300px;
}

.mapInfoWindow {
  color: black;
  font-weight: bold;
}

.navbar-toggler {
  border-radius: 0 !important;
  background:transparent !important;
  border: 0;
  font-size: 25px;
}

@media (max-width: 600px) {

    #qoutes .carousel-control-next,#qoutes .carousel-control-prev {
       display: none;
    }

    .navbar {
      padding: 0;
    }

    .navbar img {
      width: 100px;
      margin-left: 5px;
    }

    section.text-left {
      text-align: center;
    }
}

@media (min-width: 768px) {
  p {
    line-height: 1.4;
    margin: 0 0 15px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42DCA3;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

.navbar {
  -webkit-transform: translate3d(0, 0, 0) !important;
}


.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  text-align: center !important;
  font-size: 22px !important;
}


.collapsedNavBar {
  flex-direction:unset;
}

.nav-link {
    padding:1px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

@media (min-width: 992px) {
    .navFlags {
        padding-top: 30px !important;
        margin-left: 20px !important;
    }
}

.navbarCollapsedHidden {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: -5px;
}

@media (max-width: 992px) {
    .navFlags {
        padding-top: 20px !important;
        margin-left: 0 !important;
        margin-bottom: -30px;
    }
    .navbarCollapsedHidden {
        display: none !important;
    }
}

#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(23, 33, 42, 0.8) !important;
  border-bottom: 1px solid black;
  padding:0;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  color: white;
  border-radius: 5px !important;
}

#roomCarousel .carousel-item {
  height: 50vh;
  background-repeat: no-repeat!important;
  background-size: cover !important;
  background-position: center center !important;

}
#roomCarousel .carousel-item h1 {
  font-size: 40px;
  display: table;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a.navbarMainButton {
  color: #42DCA3 !important;
  border-radius: 5px !important;
}


#mainNav a {
  color: #fff !important;
  white-space: nowrap;
  font-size: 15px;
}
#mainNav a:hover {
  color: #42DCA3 !important;
}


#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (max-width: 992px) {
    #mainNav a {
        padding-top: 10px  !important;
        padding-bottom: 10px !important;
    }
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        letter-spacing: 1px;
        border-bottom: 0;
        background: transparent;
    }
    #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        background: rgba(0, 0, 0, 0.9);
    }
    #mainNav .nav-link.active {
        outline: none;
        color: #42DCA3;
    }
    #mainNav .nav-link:hover {
        outline: none;
        color: #42DCA3;
    }
    .nav-link {
        cursor: pointer !important;
    }
    #mainNav .nav-link.active:hover {
        color: white;
    }
}

section {
  -webkit-transform: translate3d(0, 0, 0);
}

header {
  display: table;
  width: 100%;
  text-align: center;
  color: white;
  background: url("/img/mainSection.jpg") no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header .intro-body {
  display: table-cell;
  vertical-align: middle;
}


.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

#qoutes.content-section,#accepted-payments.content-section  {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  transform: rotateZ(-1deg);
  position: relative;
  width: 110%;
  margin-left: -5%;
  margin-bottom: -40px;
  margin-top: -40px;
  z-index: 1;
}

.content-section {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: 'Cabin', '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;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}

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 {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#roomCarousel .fa {
    text-shadow: 0 2px 12px #000000;
}

.green {
 color: #42DCA3;
}
.metro {
  margin-top: -3px;
}
#contact .row .fa {
  width: 20px;
  padding-left: 5px;
}

.darkGrayBkg {
    background-color: #081115;
}

.greenBkg {
 background-color: #006f63;
}

.concreteBkg, .brokenConcreteBkg, .woodBkg {
  background-color: black;
  background-size: cover !important;
  color: white;
}

.concreteBkg {
  background: url("/img/concreteSmallBkg.png") no-repeat center center scroll;
}

.brokenConcreteBkg {
    /*    background: url("/img/brokenConcreteBkg.jpg") no-repeat center center scroll;*/
    background-color: #17212a;
}
.woodBkg {
  background: url("/img/woodBkg.jpg") no-repeat center center scroll;
}

.iziModal {
  background-color: #081115 !important;
  z-index: 9999999999999 !important;
}

#quotes a h5 {
  color: #fff;
  max-width: 500px;
  margin: auto;
  font-size: 18px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.fixed-top {
  z-index: 990 !important;
}

.iziModal-button-close {
  color: #fff !important;
}

#infscr-loading {
  display: none !important;
}



*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }



a {
  outline: none;
  color: #42DCA3;
  text-decoration: none;
}

a:hover, a:focus {
  color: #1d9b6c;
}

section {
  padding: 1em;
}

.content {
  margin: 0 auto;
  max-width: 1000px;
}

.content > h2,.content > h1 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}

.content > h2:first-child,.content > h1:first-child {
  padding-top: 0em;
}

h1 {
  font-size: 2rem;
}

@media screen and (max-width: 25em) {
  .codrops-header {
    font-size: 75%;
  }
  .codrops-icon span {
    display: none;
  }
}
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;

}

/* Common style */
.bookButton,.moreButton {
 cursor: pointer !important;
 padding: 6px !important;
 padding-left:20px !important;
 padding-right:20px !important;
 text-transform: uppercase !important;
 border-radius: 5px;
}

.bookButton {
  background: none !important;
  border: 1px solid #42DCA3;
  color: #42DCA3;
  border-radius: 5px;
}

.moreButton {
  background: none !important;
  border: 1px solid #fff;
  color: #fff !important;
}

.bookButton:hover {
  background-color: #42DCA3 !important;
  border: 1px solid #42DCA3 !important;
  color: #fff;
}

.moreButton:hover {
  background-color: #fff !important;
  color: #282828 !important;
  border: 1px solid #fff !important;
}


.figButtons {
  z-index: 0 !important;
}

.figButton {
  bottom: 35px;
  position: relative;
  pointer-events: auto;
}

.hidden {
    opacity: 0;
    width: 0;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 480px;
  max-height: 360px;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  margin-top: -50px;
}

button:focus { outline: none; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  z-index: 1;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  pointer-events: none;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.grid figure h2 {
  word-spacing: 0.3em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */


/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure {
  margin-bottom: 30px;
}

figure.effect-goliath {
  background-color: transparent;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 600px;            /* Makes the image stretch to cover the container */
    height: 200px;           /* Makes the image stretch to cover the container */
    object-fit: cover;      /* Resizes the image to cover the container */
    object-position: center;
}

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 13px;
  left: 0;
  padding: 30px;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  width: 102%;
  text-shadow: 4px 2px 16px #000000;
  background-color: rgb(0,0,0,1);

  -webkit-transform: rotateZ(3deg);
  transform: rotateZ(-3deg);
}

figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
}


/*figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0,-70px,0);
  transform: translate3d(0,-70px,0);
}

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0,-70px,0);
  transform: translate3d(0,-70px,0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
*/


@media (max-width: 600px) {


  header {
    background-position: 65% !important;
  }

  .os-phrases h2 {
    font-size: 13px !important;
    letter-spacing: 8px !important;
  }
  .os-phrases h2:nth-child(5) > span > span > span {
    font-size: 17px !important;
  }

  header, .os-phrases h2, .os-phrases h2 > span {
    height: 600px !important;
    margin-right:2.5px !important;
  }

  .quotesButton {
    margin-top: 250px !important;
  }

}

@media (min-width: 600px) {
  .os-phrases h2 {
    font-size: 25px !important;
  }
  .os-phrases h2:nth-child(5) > span > span > span {
    font-size: 35px !important;
  }

  header {
    height: 800px !important
  }

  .quotesButton {
    margin-top: 350px !important;
  }
  header {
    background-position: 65% 15% !important;
  }

}

@media (min-width: 1170px) {
  .os-phrases h2 {
    font-size: 30px !important;
  }
  .os-phrases h2:nth-child(5) > span > span > span {
    font-size: 47px !important;
  }
  header {
    background: url(/img/mainSectionBig.jpg) no-repeat top center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

  }

  .quotesButton {
    margin-top: 550px !important;
  }

}


@media (min-width: 1300px) {
  .os-phrases h2 {
    font-size: 30px !important;
  }
  .os-phrases h2:nth-child(5) > span > span > span {
    font-size: 47px !important;
  }
  header {
    background: url(/img/mainSectionBig.jpg) no-repeat top center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

  }


  .quotesButton {
    margin-top: 550px !important;
  }

  header {
    background-position: 75% 15% !important;
  }

}


.hotsummer {
  background-image:url('/img/campaigns/hotsummer.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
}



.yellow > span > span > span {
  color:#fdef77 !important;
}

@-moz-keyframes blink {
  80% {
    opacity: 0.9;
  }
}
@-webkit-keyframes blink {
  80% {
    opacity: 0.9;
  }
}
@-o-keyframes blink {
  80% {
    opacity: 0.9;
  }
}
@keyframes blink {
  80% {
    opacity: 0.9;
  }
}



@-webkit-keyframes bounce {

  0% { transform: translate3d(0,-5px,0)  }
  50% { transform: translate3d(0,10px,0) }
  100% { transform: translate3d(0,-5px,0) }
}

@keyframes bounce {
  0% { transform: translate3d(0,-5px,0)  }
  50% { transform: translate3d(0,10px,0) }
  100% { transform: translate3d(0,-5px,0) }
}

.hotsummer {
  transform: translate3d(0,0,0);
  margin-top: -20px;
  -webkit-animation: bounce 10s infinite ease-in-out, blink 1s infinite alternate;
  -o-animation: bounce 10s infinite ease-in-out, blink 1s infinite alternate;
  -ms-animation: bounce 10s infinite ease-in-out, blink 1s infinite alternate;
  -moz-animation: bounce 10s infinite ease-in-out, blink 1s infinite alternate;
  animation: bounce 10s infinite ease-in-out, blink 1s infinite alternate;

}


.campaignCarouselIconWrapper .campaignIcon {
  font-size: 100px;
  position: absolute;
  color: #ee3467 !important;
  margin-left: -13px;
  margin-top: -12px;
}

.campaignCarouselIconWrapper .campaignCarouselDiscountPercent {
  position: absolute;
  margin-top: 10px;
  margin-left: 0;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  transform: rotate(-14deg);
}

.campaignCarouselIconWrapper .campaignDiscountText {
  position: absolute;
  margin-top: 42px;
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transform: rotate(-14deg);
}


.campaignCarouselIconWrapper {
  right: 41px;
  position: absolute;
  z-index: 9999;
}

@media (max-width: 600px) {
  .campaignCarouselIconWrapper .campaignIcon {
    font-size: 70px;
    position: absolute;
    color: #ee3467 !important;
    margin-left: 10px;
    margin-top: -18px;
  }

  .campaignCarouselIconWrapper .campaignCarouselDiscountPercent {
    position: absolute;
    margin-top: -2px;
    margin-left: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transform: rotate(-14deg);
  }

  .campaignCarouselIconWrapper {
    right: 41px;
    position: absolute;
    z-index: 9999;
  }

  .campaignCarouselIconWrapper .campaignDiscountText {
    margin-top: 20px;
    margin-left: 29px;
    font-size: 15px;
  }

}

.roomNameSmall {
  font-size: 20px;
  text-transform: uppercase;
}

.roomName {
  font-size: 60px;
  line-height: 90px;
  text-transform: uppercase;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
@import url(https://fonts.googleapis.com/css?family=Squada+One);

.roomNameWrapper,.titleWrapper {
  background-color: rgb(0,0,0,0.6);
  transform: rotate3d(0, 0, 0.1, -3deg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
      padding: 10px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
        border-radius: 10px;
}

.roomName,.roomNameBkg,.titleBkg {
  font-family: 'Saira Stencil One', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: #535353 3px 3px 0;
  position: relative;
}
.roomNameBkg,.titleBkg {
  transform: rotate(1.5deg);
  left: 7px;
  /*background: url(https://subtlepatterns.com/patterns/crossed_stripes.png) repeat;*/
  background-image: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
  background-size: 4px 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -5;
  display:table-caption;
  text-shadow: none;
  position: absolute;
}

#roomCarousel .carousel-caption {
  margin-left: auto;
  margin-right: auto;
  bottom:40px;
}

#roomCarousel .carousel-caption .navbarMainButton {
    color: #42DCA3 !important;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #17212a !important;
}

.grayIcon {
    color:#aaa;
    opacity: 0.5;
}

#roomCarousel .carousel-control-prev .fa, #roomCarousel .carousel-control-next .fa {
  color: #fff !important;
}

#mainNav .navbarMainButton a {
  color: #000 !important;
}

.navbar-collapse .navbarMainButton {
  background: none !important;
  border: 1px solid #42DCA3 !important;
  color: #000 !important;
  padding:6px;
}
.navbar-expand-lg .navbar-nav .nav-link {
 padding-left:7px !important;
 padding-right:7px !important;
 margin-right:2px;
}

.navbar-collapse .navbarMainButton:hover {
  border: 1px solid #42DCA3 !important;
  color: #000 !important;
  padding:6px;
}


.navbarMainButton {
    margin-right: 2px;
    background: none !important;
    border: 1px solid #42DCA3 !important;
    color: #42DCA3 !important;
    border-radius: 5px;
    padding-top:10px;
    padding-bottom:10px;
}

.navbarMainButton:hover {
    margin-right: 2px;
    border: 1px solid #42DCA3 !important;
    color: #42DCA3 !important;
}



