/*
    Name: Mountain
    Description: Responsive Coming Soon 
    Version: 1.0
    Author: MountainTheme

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Subscribe
     6. Contact
     7. Google map
     8. Footer
     9. Responsive CSS
*/

/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed|Montserrat|Oswald");

@font-face {
  font-family: Bernier;
  src: url(../fonts/BERNIERRegular-Regular.otf);
}

@font-face {
  font-family: Fenway;
  src: url(../fonts/Fenway-Sans.otf);
}

@font-face {
  font-family: DDCHardware;
  src: url(../fonts/DDCHardware-Condensed.otf);
}

@font-face {
  font-family: AbrahamLincoln;
  src: url(../fonts/AbrahamLincoln.ttf);
}

@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BebasNeue.otf);
}

* {
  box-sizing: border-box;
}

body {
  background: #000 url(../images/background.png);
  overflow-x: hidden;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.page-loader {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 5;
}

.loader-icon {
  top: 50%;
  left: 50%;
  right: 0;
  position: absolute;
  margin: -20px 0 0 -20px;
  bottom: 0;
}

.backstretch:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.player-controls {
  position: absolute;
  top: 190px;
  right: 25%;
}

.player-controls a {
  background: none;
  color: #fff !important;
  outline: none;
  width: 30px;
  margin: 5px;
  border: 1px solid #f8f8f8;
  border-radius: 50%;
  height: 30px;
  line-height: 28px;
  text-decoration: none !important;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.player-controls a:hover {
  background: #16b6ea;
  color: #fff;
  text-decoration: none !important;
  border: 1px solid #16b6ea;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.clear {
  clear: both;
}

.col-md-4 {
  padding-bottom: 40px;
}

/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

.header {
  padding: 10px;
  background: #000;
  color: #fff;
  position: relative;
  text-align: center;
}

.header img {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 50%;
}

header h1 {
  font-size: 4em;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Times New Roman", sans-serif;
  text-shadow: 2px 2px 4px #000;
  margin-bottom: 0px;
}

header h3 {
  font-size: 2.5em;
  color: #fff;
  --font-weight: 100;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: sans-serif;
  text-shadow: 2px 2px 4px #000;
  margin-top: 0px;
}

header span {
  width: 30px;
  line-height: 2px;
  vertical-align: center;
  background-color: #fff;
}

header .mouse-wrapper {
  margin: 0 auto;
  display: block;
  width: 28px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 82px;
}

header .mouse {
  width: 24px;
  height: 39px;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}

header .mouse .mouse-scroll {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: relative;
  top: 10px;
  left: 8px;
  -webkit-animation: scrolls 1.3s ease-out infinite;
}

@-webkit-keyframes scrolls {
  0% {
    top: 10px;
    opacity: 1;
    height: 4px;
  }
  95% {
    top: 18px;
    opacity: 0;
    height: 10px;
  }
  100% {
    top: 8px;
    opacity: 1;
    height: 4px;
  }
}
header img {
  height: 75px;
}
header p {
  margin-top: 30px;
  float: right;
}
header i {
  margin-left: 10px;
}

/* ================================= */
/* :::::::::: 3. MENU AREA ::::::::: */
/* ================================= */

.menu_area {
  background: #9e0b0f;
  z-index: 10;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: "Bebas Neue";
  position: relative;
}

.menu_area .navbar-collapse {
  float: left;
}

.menu_area .navbar-collapse.collapsing,
.menu_area .navbar-collapse.collapse.in {
  display: block !important;
  position: absolute;
  top: 100%;
  position: absolute;
  z-index: 11;
  left: 0;
  background: #9e0b0f;
}

.menu_area ul {
  list-style: none;
  position: relative;
  padding: 0px;
  margin: auto;
}

.menu_area ul > li {
  margin: 0px;
  float: left;
  width: auto;
}

.menu_area ul ul {
  display: none;
  position: absolute;
  z-index: 100;
  width: auto;
}

.menu_area ul ul > li {
  float: none;
  z-index: 100;
  background: #fff;
}

.menu_area ul > li:hover > ul {
  display: block;
}

.menu_area a,
.menu_area a:hover,
.menu_area a:focus,
.menu_area a:active,
.menu_area a:visited {
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}

.menu_area .btn {
  margin: 0px 8px;
  box-sizing: border-box;
  border-radius: 0px;
  border-color: #fff;
  font-size: 20px;
  padding: 6px 20px;
}

.menu_area a:hover {
  color: #fff;
}

.menu_area i {
  font-size: 45px;
  vertical-align: middle;
  margin: 0px 8px;
}

.menu_area ul ul > li a.btn {
  width: 100%;
  margin: 0px;
}

.navbar-toggle {
  position: absolute;
  right: 25px;
  top: 50px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.mob_menu {
  position: relative;
  display: none;
}

.mob_menu .btn {
  width: 100%;
  margin: 0px;
  background: #7b8993;
  border: none;
}

.menu_area .mob_menu a:hover {
  background: rgba(0, 118, 187, 1);
  color: #fff;
}

.mob_menu_items {
  position: absolute;
  z-index: 100;
  height: 0px;
}

.title_bar {
  background-color: #091521;
  padding: 40px;
  color: #fff;
  text-align: center;
}

.title_bar h2 {
  margin: 0px 0px 10px;
}

/* ================================= */
/* :::::::::: 3. Slider Area ::::::::: */
/* ================================= */

.slider_area {
  padding: 0px 15px;
  background: #fff;
}

.slider_area img {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}

.slider_area p {
  font-family: asfj;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.slider_area a {
  font-family: asfj;
  color: #fff;
  text-align: center;
}

.slider_area a.btn {
  color: #fff;
  border-color: #fff;
  font-size: 20px;
  border-radius: 0;
  padding: 6px 20px;
}

/* =========================== */
/* :::::::::: 3. Our Views :::::::::: */
/* =========================== */

.our_views {
  padding: 15px;
  background: #fff;
  z-index: 10;
  color: #000;
}
.our_views img {
  margin-bottom: 15px;
  background: #a1a1a1;
}
.our_views h2 {
  font-family: "Bebas Neue";
}
.our_views h2 span,
.our_views p span {
  color: #9e0b0f;
}
.our_views p {
  line-height: 180%;
}
.our_views .btn {
  font-family: "Bebas Neue";
  text-transform: uppercase;
  color: #9e0b0f;
  border-color: #9e0b0f;
  border-radius: 0;
  font-size: 20px;
  padding: 6px 20px;
}

/* =========================== */
/* :::::::::: 3. Our Views 2 :::::::::: */
/* =========================== */

.our_views_2 {
  padding: 15px;
  background: #e1e1e1;
  border-top: 1px solid #000;
  z-index: 10;
  color: #000;
}
.our_views_2 img {
  margin-bottom: 15px;
  background: #a1a1a1;
}
.our_views_2 h2 {
  font-family: "Bebas Neue";
}
.our_views_2 h2 span,
.our_views_2 p span {
  color: #9e0b0f;
}
.our_views_2 p {
  line-height: 180%;
}
.our_views_2 .btn {
  font-family: "Bebas Neue";
  text-transform: uppercase;
  color: #9e0b0f;
  border-color: #9e0b0f;
  border-radius: 0;
  font-size: 20px;
}

/* =========================== */
/* :::::::::: 3. Our Suites :::::::::: */
/* =========================== */

.our_suites {
  padding: 15px;
  background: #fff;
  z-index: 10;
  color: #000;
}
.our_suites .big-image {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0 auto;
  background-color: white;
  padding-top: 65%;
  position: relative;
}
.our_suites .big-image img {
  display: none;
  margin: 0 auto;
}
.our_suites .big-image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.our_suites .big-image img#default {
  display: block;
}
.our_suites .big-image img:target ~ img#default {
  display: none;
}
.our_suites .big-image img:target {
  display: block;
}
.our_suites ul {
  margin: 0;
  margin-top: 15px;
  list-style: none;
  padding: 0;
  text-align: center;
}
.our_suites li {
  width: 31%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
}
.our_suites li:nth-child(2),
.our_suites li:nth-child(5),
.our_suites li:nth-child(8),
.our_suites li:nth-child(11) {
  margin: 0 1.5%;
}
.our_suites li img {
  width: 100%;
}
.our_suites img {
  margin-bottom: 15px;
  --background: #a1a1a1;
}
.our_suites h2 {
  font-family: "Bebas Neue";
}
.our_suites h2 span,
.our_suites p span {
  color: #9e0b0f;
}
.our_suites p {
  line-height: 180%;
}
.our_suites .btn {
  font-family: "Bebas Neue";
  text-transform: uppercase;
  color: #9e0b0f;
  border-color: #9e0b0f;
  border-radius: 0;
  font-size: 20px;
  padding: 6px 20px;
}

.room_divider {
  margin: 30px 0;
  border: 1px solid #9e0b0f;
}

/* =========================== */
/* :::::::::: 3. Gallery :::::::::: */
/* =========================== */

.gallery {
  padding: 0 40px 40px;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.gallery img {
  width: 100%;
}

/* =========================== */
/* :::::::::: 3. Home Contact :::::::::: */
/* =========================== */

.hm_contact,
.contact {
  padding: 20px;
  background-color: #fff;
  z-index: 10;
  color: #1c4972;
}

.hm_contact h2,
.hm_contact p,
.contact h2,
.contact p {
  text-align: center;
}

.hm_contact #fields,
.contact #fields {
  width: 80%;
  position: relative;
  margin: 50px auto 30px;
}
.hm_contact input[type="text"],
.hm_contact input[type="email"],
.contact input[type="text"],
.contact input[type="email"] {
  width: 44%;
  background: transparent;
  border: 2px solid #1c4972;
  height: 54px;
  padding: 15px;
  font-size: 13px;
  outline: none;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.hm_contact input[type="email"],
.contact input[type="email"] {
  right: 0px;
  position: absolute;
  top: 0px;
}

.hm_contact input[type="text"],
.hm_contact input[type="email"]:focus,
.contact input[type="text"],
.contact input[type="email"]:focus {
  border: 2px solid #1c4972;
}

.hm_contact textarea,
.contact textarea {
  width: 100%;
  height: 200px;
  background: transparent;
  padding: 15px;
  font-size: 13px;
  border: 2px solid #1c4972;
  outline: none;
  margin: 20px 0;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.hm_contact input[type="submit"],
.contact input[type="submit"] {
  background-color: #1c4972;
  border: 2px solid #1c4972;
  color: #fff;
  width: 25%;
  display: block;
  margin: 0 auto;
  word-spacing: 1px;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-top: 20px;
  font-weight: 700;
  height: 54px;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.hm_contact input[type="submit"]:hover,
.contact input[type="submit"]:hover {
  background: #005f95;
  color: #fff;
}

.hm_contact .error .email {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 19px;
  padding-left: 9px;
}

.hm_contact .error .name {
  display: inline-block;
  position: absolute;
  left: 43.7%;
  padding-left: 2px;
}

.hm_contact .error .message {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 115px;
  margin-right: 20px;
  padding-left: 9px;
}

.hm_contact #ajax-contact-form i {
  color: #16b6ea;
}

.hm_contact .notification_ok {
  text-align: center;
  color: #3d4a6e;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  position: absolute;
  top: -36px;
  width: 96%;
  margin-top: 5px;
}

.hm_contact .notification_ok i {
  color: #1c4972;
  padding-right: 5px;
}

::-webkit-input-placeholder {
  color: #1c4972;
  font-weight: bold;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #1c4972;
  font-weight: bold;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1c4972;
  font-weight: bold;
}

:-ms-input-placeholder {
  color: #1c4972;
  font-weight: bold;
}

/* ================================= */
/* :::::::::: 6. Subscribe ::::::::: */
/* ================================= */

.subscribe {
  padding: 130px 0 110px;
  z-index: 10;
  background: url("../images/keyboard-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subscribe h2 {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 27px 0;
  font-family: "Iceberg", sans-serif;
}

.subscribe i.fa.fa-paper-plane {
  font-size: 29px;
  padding-bottom: 15px;
  display: block;
  text-align: center;
}

.subscribe #ajaxChimp {
  text-align: center;
}

.subscribe input[type="text"] {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.17);
  height: 54px;
  width: 30%;
  color: #fff;
  word-spacing: 1px;
  padding-left: 20px;
  padding-top: 3px;
  font-size: 13px;
  outline: none;
}

.subscribe button {
  background-color: rgba(22, 182, 234, 0.52);
  border: none;
  color: #fff;
  width: 9%;
  word-spacing: 1px;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-top: 1px;
  height: 54px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.subscribe button:hover {
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.17);
  color: #fff;
}

.subscribe label {
  height: 2.5em;
  padding: 15px 20px;
  color: #ecf0f1;
  font-size: 13px;
  float: none;
  top: 0;
  display: block !important;
  font-weight: 100;
}

.subscribe label.error i {
  color: #16b6ea;
}

.subscribe label i.fa.fa-check {
  padding-top: 15px;
}

/* ================================= */
/* :::::::::: 7. Contact ::::::::::: */
/* ================================= */

.contact {
  padding: 10px 20px 50px;
  z-index: 10;
}

/* ================================= */
/* :::::::::: 8. Google map :::::::: */
/* ================================= */

#google-container {
  position: relative;
  width: 100%;
  height: 450px;
  background-color: #e7eaf0;
}

.google-map {
  position: relative;
}

#zoom-in,
#zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #1c4972;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/icon-controller.svg");
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#zoom-in:hover,
#zoom-out:hover {
  background-color: #005f95;
}

#zoom-in {
  background-position: 50% 0;
  margin-top: 15px;
  margin-bottom: 1px;
}

#zoom-out {
  background-position: 50% -32px;
}

.google-map .contact-info {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(243, 245, 248, 0.85);
  color: #242830;
  margin-bottom: 0;
  height: 54px;
}

.google-map address .fa-map-marker,
.phone i,
.email i {
  padding-right: 10px;
}

.google-map address {
  margin-bottom: 0;
  font-size: 13px;
  position: relative;
  top: 15px;
  font-weight: 700;
  margin-top: 4px;
  padding-left: 5px;
}

.google-map .phone {
  font-size: 13px;
  text-align: center;
  position: relative;
  top: -3px;
  font-weight: 700;
}

.google-map .email {
  font-size: 13px;
  text-align: right;
  position: relative;
  top: -22px;
  font-weight: 700;
}

/* ================================= */
/* :::::::::: 9. Footer :::::::::::: */
/* ================================= */

footer {
  background-color: #000;
  z-index: 10;
  position: relative;
  color: #fff;
}

footer .divider {
  background: url(../images/line-repeat.png);
  height: 19px;
  z-index: 10;
}

footer .container {
  padding: 20px;
}

footer .text {
  float: left;
  margin-left: -15px;
}

footer .copyright {
  float: none;
  text-align: left;
}

footer a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* ================================= */
/* :::::: 10. Responsive CSS :::::::: */
/* ================================= */
@media only screen and (max-width: 1036px) {
  .services .col-md-4 {
    margin-bottom: 40px;
  }

  .subscribe button {
    width: 10%;
  }

  .contact input[type="submit"] {
    width: 20%;
  }

  .contact .error .name {
    left: 43%;
  }

  .container img {
    width: 100%;
  }

  .container .big-image img {
    width: auto;
  }

  header .container img {
    width: auto;
  }

  .hm_content img {
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  header .col-md-6 {
    width: 50%;
    float: left;
  }

  .hm_content .col-md-6:nth-child(2) {
    border-left: none;
  }

  footer .text,
  footer .copyright {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 770px) {
  .container {
    width: 100%;
  }
  .navbar-toggle {
    display: block;
  }
  #main_menu {
    display: none;
    --position: absolute;
  }
  .hNav {
    float: right;
  }
  .hNav ul > li {
    float: none;
  }
  .hNav a {
    font-size: 16px;
    padding: 12px 24px;
  }
  .subscribe input[type="email"] {
    margin-bottom: 10px;
  }
  header img {
    float: left;
  }
  header p {
    float: none;
    width: 100%;
    margin-top: 85px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 756px) {
  .subscribe button,
  .subscribe input[type="email"] {
    width: 20%;
  }

  .google-map .phone,
  .google-map .email {
    position: absolute;
  }

  .contact input[type="submit"] {
    width: 30%;
  }

  .google-map i.fa-map-marker {
    margin-left: -5px;
  }

  .contact .error .name {
    left: 42.5%;
  }
  .nav > li > a {
    padding: 4px 5px !important;
  }
}

@media only screen and (max-width: 640px) {
  .site_wrapper {
    width: 100%;
  }
  .nav-tabs,
  .tab-content {
    float: left;
  }
  .nav-tabs {
    width: 20%;
    border-bottom-color: transparent !important;
    margin-right: -1px;
  }
  .tab-content {
    width: 80%;
    border-top: 1px solid #ddd;
  }
  .nav-tabs > li {
    width: 100%;
    margin-right: -1px;
    float: none !important;
  }
  .nav-tabs > li > a {
    margin-right: 0px !important;
    margin-bottom: 2px;
    border-radius: 4px 0 0 4px !important;
    padding: 10px 10px !important;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd !important;
    border-right-color: transparent !important;
  }
}

@media only screen and (max-width: 540px) {
  header .col-md-6 {
    width: 100%;
  }

  header .col-md-6:first-child {
    margin-bottom: 15px;
  }

  .contact input[type="submit"] {
    width: 40%;
  }

  .contact .error .name {
    left: 41.2%;
  }

  .hNav .btn {
    box-sizing: border-box;
    width: 90%;
    margin: 10px 10px;
  }
  .lightbox {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  header .container img,
  header .container p {
    width: 70%;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .subscribe {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #floor1 .panzoom img {
    padding: 70px 40px 40px;
  }
  #floor3 .panzoom img {
    padding: 105px 40px 40px;
  }
  #floor4 .panzoom img {
    padding: 100px 38px 42px 40px;
  }
  #floor6 .panzoom img {
    padding: 120px 40px 42px 40px;
  }
}

.top-bar {
  background: #fff url(../images/top-bar-bg.png) no-repeat;
  background-size: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.inner-cont {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.top-bar .navbar-toggle {
  display: none;
}
.navbar-toggle {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  padding: 6px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  z-index: 100;
  float: right;
  border-radius: 4px;
}
.menu_area .navbar-toggle {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
  padding: 6px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  z-index: 100;
  float: right;
  border-radius: 4px;
}
.top-bar .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.top-bar .logos {
  display: inline-block;
  background: transparent;
  padding: 20px;
}

.top-bar h2 {
  color: #fff;
  opacity: 0.7;
  font-family: Fenway;
  text-align: center;
  font-size: 65px;
  line-height: 0.8;
  margin: 0;
}
.logos {
  padding: 20px;
  z-index: 10;
  text-align: center;
}
.logos img {
  padding: 0 15px;
}

.logos h2,
.logos p {
  color: #000;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-family: Bernier;
}
.logos h2 {
  margin-bottom: 30px;
}
.logos p {
  margin-top: 10px;
  font-size: 20px;
}

.logos img {
  padding: 0 25px;
  height: 100%;
  width: auto;
  max-height: 100px;
}
.bsetth {
  padding-right: 50px;
}
.bsetth h2 {
  font-family: FFF_Tusj;
  font-size: 42px;
  color: #faaf40;
  text-shadow: -2px 0 #ec1c23, 0 2px #ec1c23, 2px 0 #ec1c23, 0 -2px #ec1c23;
}
.bsetth h2.hours {
  margin-top: 100px;
}
.bsetth p {
  font-size: 18px;
  line-height: 215%;
}
.bsetth b {
  font-family: asfj;
  font-size: 25px;
  color: #faaf40;
}
.menu h2 {
  font-family: FFF_Tusj;
  font-size: 42px;
  color: #faaf40;
  text-shadow: -2px 0 #ec1c23, 0 2px #ec1c23, 2px 0 #ec1c23, 0 -2px #ec1c23;
}
.menu p {
  --font-family: asfj;
  font-size: 18px;
}
.menu p b {
  font-family: asfj;
  font-size: 25px;
  color: #faaf40;
}

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable
  .pum-overlay.pum-active {
  position: static;
  height: auto;
  width: auto;
}

.pum-theme-660,
.pum-theme-lightbox {
  background-color: rgba(0, 0, 0, 0.6);
}

.pum-overlay-disabled {
  visibility: hidden;
}

.pum-overlay-disabled .pum-container {
  visibility: visible;
}

.pum-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999999;
  overflow: initial;
  display: none;
  transition: all 0.15s ease-in-out;
}

.pum-theme-660 .pum-container,
.pum-theme-lightbox .pum-container {
  padding: 18px;
  border-radius: 3px;
  border: 8px solid #9e0b0f;
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1);
  background-color: rgba(255, 255, 255, 1);
}

.pum-theme-660 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  height: 30px;
  width: 30px;
  left: auto;
  right: -24px;
  bottom: auto;
  top: -24px;
  padding: 0px;
  color: #ffffff;
  font-family: inherit;
  font-size: 24px;
  line-height: 26px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: rgba(0, 0, 0, 1);
}

.pum-container {
  max-width: 100%;
}

.pum-container {
  top: 100px;
  position: absolute;
  margin-bottom: 3em;
  z-index: 1999999999;
}

.pum-theme-660 .pum-title,
.pum-theme-lightbox .pum-title {
  color: #000000;
  font-size: 70px !important;
  line-height: 70px !important;
  text-align: center !important;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  margin-bottom: 35px;
  font-weight: 900;
  font-family: "Bebas Neue";
}

.pum-theme-660 .pum-content p:first-child,
.pum-theme-lightbox .pum-content {
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.pum-theme-660 .pum-content a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background: #9e0b0f;
  color: #fff;
  margin-top: 35px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-size: 24px;
  text-decoration: none;
}

.pum-container .pum-content + .pum-close {
  text-decoration: none;
  text-align: center;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  min-width: 1em;
  z-index: 2;
}

@media only screen and (max-width: 1025px) {
  .logos h2 {
    margin: 10px;
  }
}
@media (min-width: 960px) {
  .logos.collapse {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 770px) {
  .top-bar .navbar-toggle {
    display: block;
  }
  .top-bar .logos {
    text-align: center;
    background: #fff;
    width: 40%;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
  }
  .top-bar .logos img {
    width: 80%;
    display: inline-block;
    margin: auto;
  }
  .logos h2 {
    text-align: left;
  }
  .logos span.eat,
  .logos span.drink,
  .logos span.sleep {
    width: 100%;
  }
  .logos span.eat img,
  .logos span.drink img,
  .logos span.sleep img {
    width: 70%;
  }
  .logos p {
    display: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
    width: 40%;
  }
  .navbar-collapse ul {
    width: 100%;
  }
  .navbar-collapse ul li {
    float: none;
    width: 100%;
  }
  .navbar-right {
    margin: 0 !important;
  }
}
@media (max-width: 667px) {
  .bsetth {
    padding-right: 15px;
  }

  .navbar-collapse.collapse,
  .top-bar .logos {
    width: 46%;
  }
  .navbar-right {
    text-align: right;
  }
}
@media only screen and (max-width: 430px) {
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.in,
  .top-bar .logos {
    width: 100%;
  }
  .slider_area {
    display: none;
  }
  .our_views {
    padding: 40px 20px;
  }
  .our_views .container {
    padding: 0px;
  }
  .bsetth h2.hours {
    margin-top: 90px;
  }
  .menu {
    padding-top: 60px;
  }
  .pum-theme-660 .pum-container,
  .pum-theme-lightbox .pum-container {
    top: 50px !important;
  }
}
@media only screen and (max-width: 320px) {
  .slider_area {
    padding: 40px 20px;
  }
  .navbar-right {
    text-align: right;
  }
}
