@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Rockwell';
  src: url('./fonts/rockwell-bold.woff') format('woff'), url('./fonts/rockwell-bold.svg') format('svg'), url('./fonts/rockwell-bold.svg'), url('./fonts/rockwell-bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
.tab-pane.fade {
  transition: all 0.2s;
  transform: translateY(-1rem);
}
.tab-pane.fade.show {
  transform: translateY(0rem);
}
html body {
  color: black;
  background-color: #B3A958;
  background-image: none;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
html body .hide-desk {
  display: none !important;
}
html body .voo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background-color: transparent;
  z-index: 10000;
}
html body .voo.voo1 {
  width: 36%;
  right: auto;
}
html body .voo.voo2 {
  width: 26%;
  left: 36%;
  right: auto;
}
html body .voo.voo3 {
  width: 40%;
  right: 0;
  left: auto;
}
html body .bigol {
  font-size: 16px;
  line-height: 18px;
}
html body .bigol p {
  font-size: 16px;
  line-height: 18px;
}
html body .row.display-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
html body .row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
html body .fl-bg {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
html body p.vline {
  line-height: 19px;
}
html body .grams {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  html body .grams {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
html body .grams img {
  margin-right: 5px;
  display: inline-block;
}
html body .img-fluid {
  width: 100%;
}
html body #menu-home {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  top: 29%;
  left: 61.8%;
  z-index: 1030;
}
html body #menu-home .menu-home-item {
  margin: 20px;
  font-size: 22px;
  font-family: 'Rockwell';
  font-weight: bold;
  color: white;
  display: block;
}
html body #menu-home .bt-border {
  border-bottom: 3px solid #B3A958;
  padding-bottom: 10px;
}
html body #overmodal {
  background-image: url(./images/main-bg-without-lion.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
html body #overmodal .modal-dialog {
  top: 50%;
  max-width: 700px;
  transform: translateY(-50%);
}
html body #overmodal .modal-dialog .modal-body img {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
html body #overmodal .modal-dialog .modal-body .overheader {
  font-size: 30px;
}
html body #overmodal .modal-dialog .modal-body .overheader:after {
  content: " ";
  display: inline-block;
  background-image: url(./images/over-right.jpg);
  position: left center;
  width: 91px;
  height: 10px;
  position: relative;
  top: -5px;
  left: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
html body #overmodal .modal-dialog .modal-body .overheader:before {
  content: " ";
  display: inline-block;
  background-image: url(./images/over-left.jpg);
  position: left center;
  width: 91px;
  height: 10px;
  right: 15px;
  position: relative;
  top: -5px;
  background-size: cover;
  background-repeat: no-repeat;
}
html body #overmodal .modal-dialog .modal-body #over-enter,
html body #overmodal .modal-dialog .modal-body #over-exit {
  display: block;
  width: auto;
  text-align: center;
  cursor: pointer;
}
html body #overmodal .modal-dialog .modal-body #over-enter {
  background-color: #B3A958;
  background-image: none;
  border: none;
}
html body .nav-link {
  padding: 0.2rem 1rem;
}
@media (max-width: 991px) {
  html body .nav-link {
    padding: 0.2rem 0.5rem;
  }
}
@media (max-width: 500px) {
  html body .nav-link {
    padding: 0.1rem 6px;
  }
}
@media (max-width: 300px) {
  html body .nav-link {
    padding: 0rem 1px;
  }
}
html body button.send {
  background-color: #CA1B2B;
  font-size: 14px;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}
html body .myinput {
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  display: block;
  width: 80%;
  border: none;
  color: white;
}
html body .semi-trans {
  background-color: rgba(160, 157, 141, 0.37);
  color: white;
}
html body .bg-gold {
  background-color: #B3A958;
}
html body .border-red {
  border: 5px solid #CA1B2B;
}
html body .slide-img {
  position: relative;
  width: 100%;
  z-index: 99;
}
html body .mover {
  position: absolute;
  z-index: 100;
  transform: translateY(-50%);
  top: 50%;
  width: 2vw;
  display: block;
}
@media (max-width: 992px) {
  html body .mover {
    width: 4vw;
  }
}
html body .mover img {
  max-height: 50px;
  min-height: 20px;
}
html body .mover.left {
  left: 15px;
}
html body .mover.right {
  right: 15px;
}
html body .bar {
  width: calc(100% + 5px);
  position: relative;
  transform: translateY(-50%);
  background-color: #B3A958;
  color: white;
  top: 50%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 26px;
  z-index: 1;
}
@media (max-width: 1200px) {
  html body .bar {
    font-size: 20.8px;
  }
}
@media (max-width: 500px) {
  html body .bar {
    font-size: 20.8px;
  }
}
html body .bar.right {
  left: -5px;
}
html body .bar.left {
  text-align: right;
  left: 0;
}
html body section.lower-less {
  padding-bottom: 4vw;
}
html body section.upper-less {
  padding-top: 4vw;
}
html body section.fullscreen {
  padding-left: 0;
  padding-right: 0;
}
html body section.detail-section {
  border: 2px solid #B3A958;
}
html body section.detail-section h1 {
  color: #B3A958;
}
html body section.detail-section div {
  color: white;
}
html body .clear {
  clear: both;
}
html body .number-header .fl {
  float: left;
}
html body .number-header .fl.border-lefti {
  border-left: black 5px solid;
}
html body .number-header .fl h1.bigger {
  font-size: 39px;
}
@media (max-width: 1045px) {
  html body .number-header .fl h1.bigger {
    font-size: 19px;
  }
}
html body .number-header .fl h1.wiz {
  font-size: 27.5px;
}
@media (max-width: 1045px) {
  html body .number-header .fl h1.wiz {
    font-size: 17.5px;
  }
}
@media (max-width: 990px) {
  html body .number-header .fl h1.wiz {
    font-size: 27.5px;
  }
}
html body .home-tab-container .rel {
  position: relative;
}
html body .home-tab-container .nav-tabs .nav-link:focus,
html body .home-tab-container .nav-tabs .nav-link:hover {
  border: none;
}
html body .home-tab-container .nav-tabs .nav-item.show .nav-link,
html body .home-tab-container .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
}
html body .home-tab-container .nav-tabs {
  border: none;
}
html body .home-tab-container .nav-tabs .nav-item {
  cursor: pointer;
}
html body .home-tab-container .nav-tabs.home-tabs {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
html body .home-tab-container .tab-content {
  position: relative;
  z-index: 100;
  pointer-events: none;
}
html body .home-tab-container .tab-content .m-min {
  margin-top: -3.5vw;
}
html body .home-tab-container .tab-content .pl-3.pr-3.pt-4.pb-4 {
  padding-left: 2.6vw;
  padding-right: 5vw;
}
html body .home-tab-container .tab-content .w-10 {
  z-index: 10;
}
html body .home-tab-container .tab-content .w-10.num2 {
  left: 10%;
}
html body .home-tab-container .tab-content .w-10.num3 {
  left: 20%;
}
html body .home-tab-container .tab-content .w-10.num4 {
  left: 30%;
}
html body .home-tab-container .tab-content .w-10.num5 {
  left: 40%;
}
html body .home-tab-container .tab-content .w-10.num6 {
  left: 50%;
}
html body .home-tab-container .tab-content .w-10.num7 {
  left: 60%;
}
html body .home-tab-container .tab-content .w-10.num8 {
  left: 70%;
}
html body .home-tab-container .tab-content .w-10.num9 {
  left: 80%;
}
html body .home-tab-container .tab-content .w-10.num10 {
  left: 90%;
}
html body .home-dropped {
  margin-top: 220px;
}
html body .w-10 {
  width: 10%;
  position: relative;
}
html body .absol {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
html body .color-white {
  color: white;
}
html body .bg-black {
  background-color: #1A0404;
}
html body .bg-blend {
  background-image: url(images/blend-bg.jpg);
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
}
html body .footer {
  border-top: 2px solid #B3A958;
  background-color: black;
  color: #B3A958;
}
html body .footer .social-img {
  width: 30px;
  height: auto;
  margin-left: 10px;
}
html body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 16px;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body .bold {
  font-family: 'Rockwell';
  font-weight: bold;
}
html body h1 {
  font-size: 27.5px;
}
html body h2 {
  font-size: 15px;
}
html body h2.bago {
  font-size: 16.5px;
  letter-spacing: 2px;
}
html body .page-holder {
  border: 10px solid #B3A958;
  min-height: 100vh;
  height: 100%;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}
html body .site-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(./images/top-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
html body .site-heading .header-logo {
  margin-left: auto;
  margin-right: auto;
  width: 20vw;
  max-width: 480px;
  min-width: 210px;
}
@media (max-width: 728px) {
  html body .site-heading .header-logo {
    max-height: 200px;
  }
}
@media (max-width: 500px) {
  html body .site-heading .header-logo {
    max-height: 150px;
  }
}
html body .nav-location {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #B3A958;
  color: white;
  border-top: 3px solid #1A0404;
  font-size: 35.2px;
  line-height: 46px;
  font-family: 'Rockwell';
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
html body .nav-location.black-header {
  background-color: black;
  border-top: 3px solid #B3A958;
  border-bottom: 3px solid #B3A958;
}
@media (max-width: 992px) {
  html body .nav-location {
    font-size: 35.2px;
    line-height: 37.2px;
  }
}
@media (max-width: 680px) {
  html body .nav-location {
    font-size: 26.4px;
    line-height: 28.4px;
  }
}
@media (max-width: 500px) {
  html body .nav-location {
    font-size: 17.6px;
    line-height: 19.6px;
  }
}
html body #mainNav {
  background-color: #1A0404;
  color: #B3A958;
}
html body #mainNav .navbar-nav .nav-item.active .nav-link {
  color: #B3A958;
}
html body #mainNav .navbar-nav .nav-item .nav-link {
  font-family: 'Rockwell';
  font-weight: bold;
  font-size: 24px;
  color: #B3A958;
}
html body #mainNav .navbar-nav .nav-item .nav-link.menu-circle {
  color: #CA1B2B;
}
@media (max-width: 992px) {
  html body #mainNav .navbar-nav .nav-item .nav-link.menu-circle {
    display: none;
  }
}
html body #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: white;
}
html body .page-section {
  margin: 0;
  padding-right: 10vw;
  padding-left: 10vw;
  padding-top: 5vw;
  padding-bottom: 10vw;
}
html body .page-section .red-bordered {
  border: 5px solid #CA1B2B;
  background-color: #B3A958;
}
html body .page-section .main-img-left {
  float: left;
  width: 35%;
}
html body .page-section.main-section {
  background-image: url(images/main-bg-without-lion.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
html body .row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*# sourceMappingURL=style.css.map */