@charset "UTF-8";
@import url(animate.css);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,800);
@import url(material-design.css);

/*========================================================
                      Main Styles
=========================================================*/
html,
header,
main,
footer,
section {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  margin-top: 50px;
  background: #2b2d2f;
  color: #fff;
  font: 400 14px/26px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
}

body.fixed {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  font-size: 65px;
  line-height: 70px;
}

h2 {
  font-size: 105px;
  line-height: 70px;
}

h3 {
  font-size: 46px;
  line-height: 60px;
}

h3 span {
  font-weight: 300;
}

h4 {
  font-size: 20px;
  line-height: 37px;
}

h5 {
  font-size: 13px;
  line-height: 20px;
}

h5 small {
  font-size: 12px;
  font-weight: 500;
  vertical-align: baseline;
  display: block;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

p {
  color: #6b7177;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
  text-decoration: underline;
}

p .fa,
.marked-list .fa,
.list .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}

time {
  display: block;
  font: 800 65px/70px "Raleway", sans-serif;
  color: #555759;
}

time span {
  font-size: 40px;
  line-height: 47px;
  font-weight: 300;
}

address {
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
  color: #4d4f51;
}

article a:hover {
  color: #d3142b;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*="fa-"]:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.page {
  overflow: hidden;
  min-height: 500px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  left: 0;
}

.lt-ie9 .page {
  min-width: 1200px;
}

.resp-center {
  text-align: center;
}

.bookify-footer {
  z-index: 0 !important;
}

.btn {
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
}

.btn-primary {
  background: #d3142b;
}

.btn-lg {
  font-size: 20px;
}

@media (min-width: 768px) {
  address {
    font-size: 20px;
    line-height: 37px;
  }

  .resp-center {
    text-align: initial;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 60px;
    line-height: 70px;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .index-list {
  margin-top: 35px;
}

* + .icon-list {
  margin-top: 35px;
}

* + h4 {
  margin-top: 36px;
}

* + p {
  margin-top: 11px;
}

* + .row {
  margin-top: 53px;
}

* + .offset {
  margin-top: 40px;
}

* + .reviews-grid {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

time + h4 {
  margin-top: 21px;
}

address + a {
  margin-top: 18px;
}

address + a + a {
  margin-top: 18px;
}

* + .contact-form {
  margin-top: 34px;
}

* + .resp-center {
  margin-top: 49px;
}

* + .copyright {
  margin-top: 33px;
}

* + address {
  margin-top: 36px;
}

/*=======================================================
                     Navigation Menu
=========================================================*/
nav {
  color: rgba(255, 255, 255, 0.8);
  background: #2a2a2a;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.masthead {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  height: 50px;
  margin: -50px -50px 0;
}

.masthead > :last-child {
  margin-bottom: 0;
}

.masthead-logo {
  flex: 1;
  order: 1;
  display: block;
  width: 50px;
  height: 50px;
}

.masthead-logo i {
  padding: 12px;
}

.nav-primary {
  height: 0;
  background: #2a2a2a;
  overflow-y: scroll;
  order: 3;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.nav-primary.open {
  height: calc(100vh - 50px);
}

.nav-primary > .nav-bar > .nav-item {
  float: none;
}

.nav-utils {
  order: 2;
  min-width: 135px;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-bar > .nav-item {
  float: left;
}

.nav-item,
.nav-link,
.nav-stub {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-item:hover > .nav-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-item-active > .nav-link {
  border-bottom: 4px solid #de3527;
  color: #fff;
}

.nav-bar .nav-link {
  padding: 0 0.3em;
}

.nav-bar .nav-link,
.nav-bar .nav-stub {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.nav-bar .nav-menu {
  border-radius: 0;
  margin-left: 15px;
  width: 100%;
}

.nav-link {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-item,
.nav-link,
.nav-stub {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  nav {
    flex-wrap: nowrap;
    height: initial;
  }

  .masthead-logo {
    display: none;
  }

  .nav-primary {
    overflow-y: visible;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: 1;
    height: auto;
  }

  .nav-primary.open {
    height: initial;
  }

  .nav-primary > .nav-bar > .nav-item {
    float: left;
  }

  .nav-bar .nav-item:hover > .nav-menu {
    display: block;
  }

  .nav-bar .nav-menu {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: none;
    position: absolute;
    margin: 0;
    width: 250px;
  }

  .nav-item .nav-menu {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
  }

  .nav-link:hover,
  .nav-item:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #404040;
    color: #fff;
    opacity: 1;
  }

  .nav-menu .nav-link:hover,
  .nav-menu .nav-item:hover {
    background-color: #4d4d4d;
  }

  .nav-menu {
    z-index: 1000;
    float: none;
    padding: 0;
    margin: 0;
    background-color: #404040;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*================  Hero Container =====================*/
.wrapp img {
  background-color: #d3142b;
  max-width: 100%;
}

.wrapp-sub {
  margin-top: 30px;
}

.wrapp-sub a {
  display: block;
  margin: 20px 80px;
}

.camera_target_content {
  display: none;
}

@media (min-width: 568px) {
  .wrapp-sub {
    margin-top: 15px;
  }

  .wrapp-sub a {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .wrapp-sub a + a {
    display: inline-block;
    margin: 0 0 0 10px;
  }
}

@media (min-width: 430px) {
  .wrapp-sub {
    margin-top: 50px;
  }

  .wrapp-sub a {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .wrapp-sub a + a {
    display: inline-block;
    margin: 0 0 0 10px;
  }
}

@media (min-width: 430px) {
  .wrapp-sub {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .wrapp img {
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .camera_target_content {
    display: initial;
  }
}

/*================  Custom Wrapper =====================*/
.custom-wrapper:before,
.custom-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}

.custom-wrapper:after {
  clear: both;
}

.custom-wrapper a {
  float: left;
  width: 50%;
}

@media (min-width: 768px) {
  .custom-wrapper a {
    width: 25%;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}

.index-list li {
  position: relative;
}

.index-list li:before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 41px;
  line-height: 71px;
  text-align: center;
  font-weight: 700;
  height: 77px;
  width: 77px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.index-list li + li {
  margin-top: 32px;
}

.index-list .wrapper {
  padding-left: 107px;
}

.index-list .wrapper h4 {
  font-weight: 700;
}

.index-list .wrapper h4 + p {
  margin-top: 14px;
}

.index-list .wrapper p {
  color: #fff;
}

.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================  Inline List  ======================*/
.inline-list {
  display: inline-block;
}

.inline-list li {
  float: left;
  display: inline-block;
}

.inline-list li a {
  height: 49px;
  width: 49px;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: 1px solid #333333;
}

.inline-list li img {
  width: 70px;
}

.inline-list li + li {
  margin-left: 10px;
}

.inline-list a:hover {
  border: 1px solid #36383a;
  color: #fff;
  background: #36383a;
}

@media (min-width: 360px) {
  .inline-list li img {
    width: 80px;
  }
}

@media (min-width: 375px) {
  .inline-list li img {
    width: 90px;
  }
}

@media (min-width: 412px) {
  .inline-list li img {
    width: 100px;
  }
}

/*==================   Icon List   ======================*/
.icon-list li {
  position: relative;
}

.icon-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  font-family: "fontawesome";
  line-height: 77px;
  text-align: center;
  font-weight: 300;
  height: 77px;
  width: 77px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.icon-list li.hourglass:before {
  font-size: 35px;
  content: "\f252";
}

.icon-list li.lightbulb:before {
  content: "\f0eb";
}

.icon-list li.comments:before {
  font-size: 40px;
  content: "\f086";
}

.icon-list li.smile:before {
  font-size: 50px;
  content: "\f118";
}

.icon-list li.users:before {
  content: "\f0c0";
  font-size: 40px;
}

.icon-list li.gamepad:before {
  content: "\f11b";
  line-height: 70px;
}

.icon-list li.briefcase:before {
  content: "\f0b1";
  font-size: 45px;
}

.icon-list li.book:before {
  content: "\f02d";
}

.icon-list li.plane:before {
  content: "\f072";
  font-size: 55px;
  line-height: 85px;
}

.icon-list li.phone:before {
  color: #4d4f51;
  border-color: #4d4f51;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  content: "\f095";
}

.icon-list li.email:before {
  color: #4d4f51;
  border-color: #4d4f51;
  font-size: 25px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  content: "\f003";
}

.icon-list li.marker:before {
  color: #4d4f51;
  border-color: #4d4f51;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  content: "\f041";
}

.icon-list li + li {
  margin-top: 32px;
}

.icon-list .wrapper {
  padding-left: 107px;
}

.icon-list .wrapper h4 {
  font-weight: 700;
}

.icon-list .wrapper h4 + p {
  margin-top: 14px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #d3142b;
  position: relative;
  z-index: 100;
}

.bg-primary:before {
  content: " ";
  position: absolute;
  width: 3000px;
  height: 100%;
  right: 100%;
  top: 0;
}

.bg-primary p {
  color: #fff;
}

.bg-secondary {
  background: #2b2d2f;
  position: relative;
  z-index: 100;
}

.bg-secondary h4 {
  color: #d3142b;
}

.bg-tertiary {
  background: #000;
  position: relative;
}

/*==================      Box      ======================*/
.rooms-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rooms-wrapper {
  margin: 2% 2%;
}

.box:before,
.box:after {
  display: table;
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
}

.box {
  height: 359px;
  overflow: hidden;
}

.box_img {
  overflow: hidden;
}

.box_cnt {
  max-width: 270px;
  margin: auto;
  padding: 14px 10px 23px 10px;
  display: block;
  background: #d3142b;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.box_cnt h4 + p {
  color: #fff;
  margin-top: 0;
  line-height: 20px;
}

div[type="box_cnt_kid"] {
  padding-bottom: 3px;
}

.box_book {
  max-width: 270px;
  margin: auto;
  padding: 14px 10px 23px 10px;
  display: block;
  background: #d3142b;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.box_book button {
  border: none;
  color: #fff;
  background: #d3142b;
  padding: 10px 20px;
  cursor: pointer;
  font: inherit;
}

.box:hover .box_cnt,
.box:hover .box_book {
  background: #fff;
}

.box:hover .box_cnt p,
.box:hover .box_cnt h4 {
  color: #d3142b;
}

.box_cnt__no-flow {
  overflow: hidden;
}

.box_details {
  padding: 20px 30px 30px;
  overflow: hidden;
}

.box_details h4 {
  text-align: left;
}

.box_details p {
  font-size: 18px;
  text-align: justify;
}

/*==================  Image Aside  ======================*/
.img_the-team:after {
  background: url("../images/home_img02.jpg") no-repeat left center;
  background-size: cover;
  left: 0;
}

.img_the-escape:after {
  background: url("../images/home_img01.jpg") no-repeat right center;
  background-size: cover;
  left: -1095px !important;
}

.img_escape-death-row:after {
  background: url("../images/page_escape-death-row_hero.jpg") no-repeat right
    center;
  background-size: contain;
  left: -1095px !important;
}

.img_the-ruins:after {
  background: url("../images/page_the-ruins_hero.jpg") no-repeat right center;
  background-size: contain;
  left: -1095px !important;
}

.img_the-mine:after {
  background: url("../images/page_the-mine_hero.jpg") no-repeat right center;
  background-size: contain;
  left: -1095px !important;
}

.img_oz:after {
  background: url("../images/page_oz_hero.jpg") no-repeat right center;
  background-size: contain;
  left: -1095px !important;
}

.img_nuclear-meltdown:after {
  background: url("../images/page_nuclear-meltdown_hero.jpg") no-repeat right
    center;
  background-size: contain;
  left: -1095px !important;
}

.img_spaceship:after {
  background: url("../images/page_spaceship_hero.jpg") no-repeat right center;
  background-size: contain;
  left: -1095px !important;
}

.img_london1888:after {
  background: url("../images/page_london1888_hero.jpg") no-repeat right center;
  background-size: contain;
  left: -1095px !important;
}

.img_the-bank-heist:after {
  background: url("../images/page_the-bank-heist_hero.jpg") no-repeat right
    center;
  background-size: contain;
  left: -1095px !important;
}

.img_the-castle:after {
  background: url("../images/page_the-castle_hero.jpg") no-repeat right center;
  background-size: contain;
  left: -1095px !important;
}

.img_the-insane-asylum:after {
  background: url("../images/page_the-insane-asylum_hero.jpg") no-repeat right
    center;
  background-size: contain;
  left: -1095px !important;
}

.img_the-abandoned-station:after {
  background: url("../images/page_the-abandoned-station_hero.jpg") no-repeat
    right center;
  background-size: contain;
  left: -1095px !important;
}
.img_the-pyramid:after {
  background: url("../images/page_the-pyramid_hero.jpg") no-repeat right center;
  background-size: contain;
  left: -1095px !important;
}
.img_the-mavis-house:after {
  background: url("../images/page_the-mavis-house_hero.jpg") no-repeat right
    center;
  background-size: contain;
  left: -1095px !important;
}

.img_the-sub:after {
  background: url("../images/page_the-sub_hero.jpg") no-repeat right center;
  background-size: contain;
  left: -1095px !important;
}

.img_the-arcade:after {
  background: url("../images/page_the-arcade_hero.jpg") no-repeat right center;
  background-size: contain;
  left: -1095px !important;
}

.img_los-angeles:after {
  background: url("../images/page_los-angeles_hero.jpg") no-repeat right center;
  background-size: contain;
  left: -1095px !important;
}

.img_corporate-events:after {
  background: url("../images/event_corporate_img01.jpg") no-repeat left center;
  background-size: cover;
  left: 100%;
}

.img_corporate-benefits:after {
  background: url("../images/event_corporate_img02.jpg") no-repeat right center;
  background-size: cover;
  left: -1095px !important;
}

.img_school-events:after {
  background: url("../images/event_schools_img01.jpg") no-repeat left center;
  background-size: cover;
  left: 100%;
}

.img_school-benefits:after {
  background: url("../images/event_schools_img02.jpg") no-repeat right center;
  background-size: cover;
  left: -1095px !important;
}

.img_aside {
  margin-top: 214px;
  position: initial;
  padding-top: 28px;
  padding-bottom: 42px;
}

.img_aside:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 214px;
}

.img_the-escape {
  margin-top: 0 !important;
}

.img_the-escape h4 {
  margin-top: 275px;
}

.img_the-escape:after {
  top: 180px;
}

.section {
  position: relative;
  padding-top: 58px;
  padding-bottom: 72px;
}

@media (min-width: 360px) {
  .img_aside {
    margin-top: 240px;
  }

  .img_aside:after {
    height: 240px;
  }

  .img_the-escape h4 {
    margin-top: 305px;
  }
}

@media (min-width: 375px) {
  .img_aside {
    margin-top: 250px;
  }

  .img_aside:after {
    height: 250px;
  }

  .img_the-escape h4 {
    margin-top: 315px;
  }
}

@media (min-width: 412px) {
  .img_aside {
    margin-top: 276px;
  }

  .img_aside:after {
    height: 276px;
  }

  .img_the-escape h4 {
    margin-top: 345px;
  }
}

@media (min-width: 768px) {
  .img_the-escape h4 {
    margin-top: 36px;
  }

  .img_the-team {
    padding-right: 30px;
  }

  .img_the-team:after,
  .img_corporate-events:after,
  .img_school-events:after {
    left: 100%;
    margin-left: 70px;
  }

  .img_the-escape:after,
  .img_corporate-benefits:after,
  .img_school-benefits:after {
    top: 0;
    left: initial;
  }

  .img_the-escape:after,
  .img_escape-death-row:after,
  .img_the-ruins:after,
  .img_the-mine:after,
  .img_oz:after,
  .img_the-pyramid:after,
  .img_the-abandoned-station:after,
  .img_nuclear-meltdown:after,
  .img_spaceship:after,
  .img_london1888:after,
  .img_the-bank-heist:after,
  .img_the-castle:after,
  .img_the-insane-asylum:after,
  .img_the-mavis-house:after,
  .img_the-sub:after,
  .img_los-angeles:after,
  .img_corporate-benefits:after,
  .img_school-benefits:after {
    left: initial;
    right: 100%;
    margin-right: 70px;
  }

  .img_aside {
    margin-top: 0;
    position: relative;
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .img_aside:after {
    width: 1025px;
    height: 100%;
  }

  /*.img_the-abandoned-station:after{width:960;height:720px}*/
  .room_img {
    height: 720px;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  .toTop {
    width: 40px;
    height: 40px;
    font-size: 34px;
    line-height: 37px;
    color: #fff;
    background: #d3142b;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 900;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
  }

  .toTop:hover {
    color: #d3142b;
    background: #fff;
    text-decoration: none;
  }
}

/*==================  VideoBox   ======================*/
.video-container {
  height: 0px;
}

.video-container .container {
  padding: 0;
  width: 100%;
}

.video-container .container .row {
  margin: 0;
}

.closeVideo {
  width: 40px;
  height: 40px;
  font-size: 34px;
  line-height: 37px;
  color: #fff;
  background: #d3142b;
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}

.closeVideo:hover {
  color: #d3142b;
  background: #fff;
  text-decoration: none;
}

/*==================   IconBox   ======================*/
.icon-box {
  margin: auto auto 25px auto;
  height: 120px;
  width: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.icon-box .first {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.icon-box .second {
  font-size: 35px;
  font-weight: 700;
  font-family: sans-serif, Arial;
}

/*===============   InstagramBox   ====================*/
.instagram-container {
  display: flex;
  flex-wrap: wrap;
}

.instagram-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.instagram-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.instagram-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.instagram-image img.v-fill {
  max-height: 100%;
  height: 100%;
  max-width: 955px;
}

.instagram-image img.h-fill {
  max-width: 100%;
  width: 100%;
  max-height: initial;
  height: auto;
}

@media (min-width: 375px) {
  .instagram-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .instagram-wrapper {
    width: 25%;
  }
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #2a2a2a;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #2b2d2f;
}

/*==================      Well     ======================*/
.well {
  padding-top: 28px;
  padding-bottom: 42px;
}

.well2 {
  padding-top: 28px;
  padding-bottom: 42px;
}

@media (min-width: 768px) {
  .well {
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .well2 {
    padding-top: 87px;
    padding-bottom: 118px;
  }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 25px;
  padding-bottom: 0;
  background: #2b2d2f;
  position: relative;
}

footer address {
  color: #4d4f51;
}

footer .wrapper {
  margin-right: 0;
}

footer h3 {
  width: 100%;
  border-bottom: 5px solid #d3142b;
}

footer h4 {
  color: #6b7177;
}

footer a[href^="tel"],
footer a[href^="mailto"],
footer a[href^="callto"] {
  color: #4d4f51;
  font-size: 20px;
  line-height: 44px;
  font-weight: 800;
  display: flex;
}

footer a[href^="tel"]:hover,
footer a[href^="mailto"]:hover,
footer a[href^="callto"]:hover {
  color: #d3142b;
}

footer a[href^="tel"]:active,
footer a[href^="mailto"]:active,
footer a[href^="callto"]:active {
  color: #a41022;
}

footer .icon-list .wrapper {
  padding-left: 60px;
}

footer .copyright {
  color: #6b7177;
  float: none;
  display: block;
  text-align: center;
}

footer .copyright > span {
  display: block;
}

footer * + .map {
  margin-top: 50px;
}

@media (min-width: 768px) {
  footer a[href^="tel"],
  footer a[href^="mailto"],
  footer a[href^="callto"] {
    line-height: 37px;
  }

  footer {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  footer h3 {
    width: 60%;
  }

  footer .wrapper {
    margin-right: 50px;
  }

  footer .copyright {
    display: inherit;
    float: right;
  }

  footer .copyright > span {
    display: inherit;
  }

  footer * + .map {
    margin-top: 5%;
    padding-right: 1%;
  }
}

@media (min-width: 980px) {
  footer .copyright {
    text-align: inherit;
  }
}

@media (max-width: 768px) {
  .img_the-escape:after {
    left: 0 !important;
  }

  .img_escape-death-row,
  .img_the-ruins,
  .img_the-mine,
  .img_the-pyramid,
  .img_the-abandoned-station,
  .img_oz,
  .img_the-mavis-house,
  .img_the-insane-asylum,
  .img_the-bank-heist,
  .img_the-castle,
  .img_nuclear-meltdown,
  .img_the-sub,
  .img_los-angeles,
  .img_london1888,
  .img_corporate-events,
  .img_school-events,
  .img_corporate-benefits,
  .img_school-benefits {
    position: relative;
    margin-top: 275px !important;
  }

  .img_escape-death-row:after,
  .img_the-ruins:after,
  .img_the-mine:after,
  .img_the-pyramid:after,
  .img_the-abandoned-station:after,
  .img_oz:after,
  .img_the-mavis-house:after,
  .img_the-insane-asylum:after,
  .img_the-bank-heist:after,
  .img_the-castle:after,
  .img_nuclear-meltdown:after,
  .img_the-sub:after,
  .img_los-angeles:after,
  .img_spaceship:after,
  .img_london1888:after,
  .img_corporate-events:after,
  .img_school-events:after,
  .img_corporate-benefits:after,
  .img_school-benefits:after {
    content: "";
    position: absolute;
    left: 0 !important;
    top: -275px;
    background-position: center;
  }
}

@media (max-width: 411px) {
  .img_escape-death-row:before {
    height: 260px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  font-size: 1.3em;
  line-height: 1.7em;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

li.modal_li::before {
  content: "\2022";
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
}

li.modal_li {
  margin-left: 2em;
}

a.modal_a {
  color: rgb(76, 76, 250);
  background-color: transparent;
  text-decoration: none;
}

a.modal_a:hover {
  color: #d3142b;
  background-color: transparent;
  text-decoration: underline;
}
