@charset "UTF-8";
div.container-rooms p {
  text-align: center;
  color: rgb(255, 221, 130);
  margin: 0 0 2rem 0;
  font-size: 1rem;
}
div.container-rooms .featured-room {
  background-color: rgb(46.1913043478, 31.7565217391, 20.2086956522);
  display: block;
  position: relative;
  padding: 0;
  min-height: 240px;
  border: 1px solid #503c10;
  padding: 2rem 3rem 3rem 3rem;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  font-size: 1.3rem;
}
div.container-rooms .featured-room img {
  max-width: 100%;
  padding-bottom: 2rem;
}
div.container-rooms .featured-room p {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-shadow: 0px 1px 20px #000000;
}
div.container-rooms h3 {
  color: rgb(255, 221, 130);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 10px;
  margin-bottom: 2rem;
}
div.container-rooms .rooms {
  padding: 0 1rem 1rem 1rem;
}
div.container-rooms .rooms > div {
  display: block;
  position: relative;
  height: 370px;
  border: 1px solid #503c10;
  padding-bottom: 38px;
  background-size: cover;
  background-position: center;
  background-color: rgba(32, 22, 14, 0.2);
  text-align: center;
  color: white;
  font-size: 1.3rem;
}
div.container-rooms .rooms > div div.table {
  margin-bottom: 0 !important;
}
div.container-rooms .rooms > div div.table.room-title img {
  padding: 1rem;
  max-width: 100%;
  width: 100%;
  max-height: 220px;
}
div.container-rooms .rooms > div div.table.room-text {
  position: absolute;
  visibility: hidden;
  top: 0;
  height: calc(100% - 38px);
  background-color: rgba(0, 0, 0, 0.7333333333);
}
div.container-rooms .rooms > div div.table.room-text p {
  font-size: 1rem;
  padding: 1rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  div.container-rooms .rooms > div div.table.room-text p {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  div.container-rooms .rooms > div div.table.room-text p {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  div.container-rooms .rooms > div div.table.room-text p {
    font-size: 0.9rem;
  }
}
div.container-rooms .rooms > div .room-button {
  background-color: rgba(37, 36, 36, 0.6705882353);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 38px;
  opacity: 0.8;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}
div.container-rooms .rooms > div .room-button.room-button-on {
  display: none;
}
div.container-rooms .rooms > div .red-button-room {
  display: none;
  position: absolute;
  right: 10%;
  max-height: 107px;
}
@media (max-width: 767px) {
  div.container-rooms .rooms > div .red-button-room {
    display: none;
  }
}
div.container-rooms .rooms > div:hover div.table.room-title img {
  opacity: 0.2;
}
div.container-rooms .rooms > div:hover div.table.room-text {
  visibility: visible;
}
div.container-rooms .rooms > div:hover .room-button-off {
  display: none;
}
div.container-rooms .rooms > div:hover .room-button-on {
  display: inline-block;
  opacity: 1;
  background-color: rgb(255, 193, 7);
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  background: rgb(255, 192, 66);
  background: -moz-linear-gradient(top, rgb(255, 192, 66) 0%, rgb(225, 155, 49) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 192, 66)), color-stop(100%, rgb(225, 155, 49)));
  background: -webkit-linear-gradient(top, rgb(255, 192, 66) 0%, rgb(225, 155, 49) 100%);
  background: -o-linear-gradient(top, rgb(255, 192, 66) 0%, rgb(225, 155, 49) 100%);
  background: -ms-linear-gradient(top, rgb(255, 192, 66) 0%, rgb(225, 155, 49) 100%);
  background: linear-gradient(to bottom, rgb(255, 192, 66) 0%, rgb(225, 155, 49) 100%);
}
div.container-rooms .rooms > div.rooms-coming-soon {
  cursor: default;
  background-blender-mode: overlay;
}
div.container-rooms .rooms > div.rooms-coming-soon p {
  color: rgba(255, 255, 255, 0);
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
}
div.container-rooms .rooms > div.rooms-coming-soon:hover div.table.room-title img {
  opacity: 1 !important;
}
div.container-rooms .rooms > div.rooms-coming-soon:hover div.table.room-text {
  visibility: hidden;
}
div.container-rooms .rooms > div.rooms-coming-soon:hover .room-button {
  cursor: default;
}
div.container-rooms .rooms > div.rooms-coming-soon:hover .room-button.room-button-on {
  display: none;
}
div.container-rooms .rooms > div.rooms-coming-soon:hover .room-button.room-button-off {
  display: inline-block;
}
@media (max-width: 992px) {
  div.container-rooms .rooms > div {
    height: 70vw;
  }
}
div.container-rooms .room-divider {
  background-color: rgba(32, 22, 14, 0.2);
  background-image: url("/images/divider.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 1px;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex-shrink: 0;
  margin: 0;
}

.icon-spin {
  animation: icon-spin 2s linear infinite;
}

.icon-pulse {
  animation: icon-spin 1s steps(8) infinite;
}

@keyframes icon-spin {
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Modern Serif Eroded Fallback";
  src: local("Times New Roman"), local("Times");
  size-adjust: 135.82%;
  ascent-override: 61.69%;
  descent-override: 15.03%;
  line-gap-override: 7.98%;
}
@font-face {
  font-family: "Augustus Fallback";
  src: local("Times New Roman"), local("Times");
  size-adjust: 77.4%;
  ascent-override: 102.32%;
  descent-override: 26.74%;
  line-gap-override: 19.38%;
}
@font-face {
  font-family: "Modern Serif Eroded";
  src: local("Modern Serif Eroded"), url("/fonts/Modern Serif Eroded.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Augustus";
  src: local("Augustus"), url("/fonts/Augustus.otf");
  font-display: swap;
}
@media (max-width: 767px) {
  .d-mobile-hide {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .d-tablet-hide {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-desktop-hide {
    display: none !important;
  }
}

a {
  color: #faab00;
}
a:hover {
  color: #9b782d;
  cursor: pointer;
  text-decoration: none;
}
a.a-arrow {
  text-transform: uppercase;
}

.hover:hover {
  opacity: 0.7 !important;
}

.hr-grey {
  border-color: #ddd !important;
}

strong,
b {
  font-weight: 600;
}

.text-sm {
  font-size: 0.8rem;
}

.text-md {
  font-size: 1.3rem;
}

.text-lg {
  font-size: 1.8rem;
}

.text-xlg {
  font-size: 2rem;
}

.text-primary {
  color: rgb(255, 193, 7) !important;
}

.text-primary-75 {
  color: rgba(255, 193, 7, 0.75) !important;
}

.text-primary-50 {
  color: rgba(255, 193, 7, 0.75) !important;
}

.text-secondary {
  color: rgb(255, 221, 130) !important;
}

.text-secondary-50 {
  color: rgba(255, 221, 130, 0.5) !important;
}

.text-secondary-75 {
  color: rgba(255, 221, 130, 0.75) !important;
}

.text-tertiary {
  color: rgb(255, 246, 223) !important;
}

.text-tertiary-75 {
  color: rgba(255, 246, 223, 0.75) !important;
}

.text-bold {
  font-weight: 600;
}

.text-primary-alt {
  color: #977634 !important;
}

.text-white {
  color: white;
}

.text-black {
  color: rgb(32, 22, 14);
}

@media (max-width: 767px) {
  .w-mobile-100 {
    width: 100%;
  }
}
.main-container > div {
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .main-container > div {
    margin: 0 15px;
  }
}

div.header-container {
  position: relative;
  background-image: url(/images/background-blur.jpg);
  background-size: cover;
  max-width: unset !important;
  margin: 0 auto 0 auto;
  padding-bottom: 1rem;
}
div.header-container > .navbar {
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1054px) {
  div.header-container > .navbar {
    margin: 0 15px;
  }
}
div.header-container .trailer-background {
  position: absolute;
  overflow: hidden;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
div.header-container .trailer-background-blackout {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(32, 22, 14);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 20%);
}
div.header-container header {
  display: table-cell;
  vertical-align: middle;
}
div.header-container header h1 {
  position: relative;
  display: inline-block;
  font-size: 7rem !important;
  text-shadow: -3px 0px 80px rgba(255, 195, 65, 0.9333333333);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: rgb(255, 221, 130);
  font-family: "Augustus", "Augustus Fallback", serif;
  width: 100%;
}
div.header-container header h1 hr {
  border-color: rgb(255, 221, 130);
  border-width: 1px;
  margin: 0;
  opacity: 1;
}
div.header-container header h1 .title {
  padding: 1rem 0 0 0;
}
div.header-container header h1 .subtext {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  top: -10px;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 0 1rem;
}
div.header-container header h1 .tagline {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-block;
  font-size: 1rem;
  color: rgba(255, 221, 130, 0.5);
  padding: 0.75rem 0 0 0;
}
@media (max-width: 1020px) {
  div.header-container header h1 {
    font-size: 5.8rem !important;
  }
}
@media (max-width: 870px) {
  div.header-container header h1 {
    font-size: 4.7rem !important;
  }
}
@media (max-width: 720px) {
  div.header-container header h1 {
    font-size: 10vw !important;
  }
  div.header-container header h1 .title {
    padding: 1rem 0 0.5rem;
  }
  div.header-container header h1 .subtext {
    top: -7px;
    font-size: 0.8rem;
  }
}
div.header-container header > div {
  top: -2vh;
  position: relative;
}
@media (max-width: 767px) {
  div.header-container header > div {
    top: -1vh;
  }
}
div.header-container header a {
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (max-width: 870px) {
  div.header-container header div.desktop a {
    font-size: 0.7rem;
  }
  div.header-container header div.desktop a.center {
    font-size: 1.3rem;
    padding: 1.2rem 2.5rem;
  }
}
div.header-container .intro {
  font-size: 1rem;
  color: rgba(255, 246, 223, 0.75);
  padding: 3rem 1rem 0 1rem;
}
div.header-container .home-trailer {
  display: table;
  height: calc(100% - 108px);
  min-height: calc(100vh - 92px);
}
@media (max-width: 767px) {
  div.header-container .home-trailer {
    min-height: calc(100vh - 101px);
  }
}
div.header-container .home-trailer {
  width: 100%;
  max-height: 1000px;
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 1020px;
}
@media (max-width: 1020px) {
  div.header-container .home-trailer {
    max-width: 850px;
  }
}
@media (max-width: 870px) {
  div.header-container .home-trailer {
    max-width: 700px;
  }
}

hr {
  border-top: 1px solid #ffc342;
  width: 100%;
  opacity: 0.5;
}
hr.hr-border {
  border-top: 1px solid #ddd;
}
hr.b-2 {
  border-width: 2px;
}
hr.b-3 {
  border-width: 3px;
}

button.btn {
  position: relative;
}

.table {
  display: table;
  height: 100%;
}
.table .table-cell-middle {
  display: table-cell;
  vertical-align: middle;
}

.table-cart {
  width: 100%;
}
.table-cart td {
  height: 54px;
  padding-top: 3px;
  vertical-align: top;
  padding-bottom: 14px;
}
.table-cart td:first-child {
  padding-top: 0;
}
.table-cart td:last-child {
  text-align: right;
}
.table-cart tr.row-border td {
  border-top: 1px solid #ddd;
  height: 15px;
}
.table-cart tfoot td {
  height: 34px;
}
.table-cart tbody td {
  line-height: 1.2rem;
}
.table-cart .cart-image,
.table-cart .book-image {
  width: 100px;
  height: 100%;
  min-height: 75px;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .table-cart .cart-image,
  .table-cart .book-image {
    display: none;
  }
}
.table-cart .cart-image {
  float: left;
}
.table-cart .row-promo td {
  vertical-align: top;
  padding-top: 0;
}
.table-cart .row-promo td:first-child {
  padding-right: 15px;
}
.table-cart .row-promo td a {
  margin-top: 1px;
  height: 36px;
  width: 100%;
}

.cart-section-title {
  font-size: 1.3rem !important;
}

.box-upsell td {
  height: auto;
}
.box-upsell .upsell-card {
  background-color: rgb(255, 246, 223);
  border: 1px solid rgb(255, 218.5, 109);
  padding: 1rem;
}
.box-upsell .upsell-title {
  border-bottom: 1px solid rgb(255, 218.5, 109);
  color: rgb(32, 22, 14);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.box-upsell .upsell-message {
  color: rgb(32, 22, 14);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 0.5rem;
}
.box-upsell .upsell-dismiss-btn {
  border-color: rgb(255, 218.5, 109);
  color: rgb(32, 22, 14);
}
.box-upsell .form-upsell-item {
  margin-bottom: 0;
}
.box-upsell .table-cart td {
  padding-bottom: 0.8rem;
  padding-top: 0.2rem;
}

.btn.btn-primary {
  border: 1px solid rgb(255, 193, 7);
  background-color: rgb(255, 193, 7);
  color: rgb(32, 22, 14);
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.btn.btn-primary:active, .btn.btn-primary:hover, .btn.btn-primary:focus {
  border: 1px solid #f9d587 !important;
  background-color: #f9d587 !important;
  color: rgb(32, 22, 14) !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-primary.btn-gradient {
  color: rgb(32, 22, 14);
  background: rgb(255, 192, 66);
  background: -moz-linear-gradient(top, rgb(255, 192, 66) 0%, rgb(225, 155, 49) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 192, 66)), color-stop(100%, rgb(225, 155, 49)));
  background: -webkit-linear-gradient(top, rgb(255, 192, 66) 0%, rgb(225, 155, 49) 100%);
  background: -o-linear-gradient(top, rgb(255, 192, 66) 0%, rgb(225, 155, 49) 100%);
  background: -ms-linear-gradient(top, rgb(255, 192, 66) 0%, rgb(225, 155, 49) 100%);
  background: linear-gradient(to bottom, rgb(255, 192, 66) 0%, rgb(225, 155, 49) 100%);
  border: 1px solid rgba(51, 51, 51, 0.5333333333) !important;
}
.btn.btn-primary.btn-gradient:hover, .btn.btn-primary.btn-gradient:active, .btn.btn-primary.btn-gradient:focus {
  color: rgb(32, 22, 14) !important;
  border: 1px solid rgba(51, 51, 51, 0.5333333333) !important;
  background: rgb(255, 224, 163);
  background: -moz-linear-gradient(top, rgb(255, 224, 163) 0%, rgb(236, 190, 121) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 224, 163)), color-stop(100%, rgb(236, 190, 121)));
  background: -webkit-linear-gradient(top, rgb(255, 224, 163) 0%, rgb(236, 190, 121) 100%);
  background: -o-linear-gradient(top, rgb(255, 224, 163) 0%, rgb(236, 190, 121) 100%);
  background: -ms-linear-gradient(top, rgb(255, 224, 163) 0%, rgb(236, 190, 121) 100%);
  background: linear-gradient(to bottom, rgb(255, 224, 163) 0%, rgb(236, 190, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe0a3', endColorstr='#ecbe79', GradientType=0 );
  border: none;
}
.btn.btn-primary.btn-shadow {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc042', endColorstr='#e19b31', GradientType=0 );
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.btn.btn-secondary {
  border: 1px solid rgb(255, 221, 130);
  background-color: rgb(255, 221, 130);
  color: rgb(32, 22, 14);
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.btn.btn-secondary.btn-gradient {
  border: 1px solid rgba(51, 51, 51, 0.5333333333) !important;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #cdcdcd 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #cdcdcd));
  background: -webkit-linear-gradient(top, #fefefe 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cdcdcd', GradientType=0 );
}
.btn.btn-secondary.btn-gradient:hover, .btn.btn-secondary.btn-gradient:active, .btn.btn-secondary.btn-gradient:focus {
  border: 1px solid rgba(51, 51, 51, 0.5333333333) !important;
  background: rgb(255, 224, 163);
  background: -moz-linear-gradient(top, rgb(255, 224, 163) 0%, rgb(236, 190, 121) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 224, 163)), color-stop(100%, rgb(236, 190, 121)));
  background: -webkit-linear-gradient(top, rgb(255, 224, 163) 0%, rgb(236, 190, 121) 100%);
  background: -o-linear-gradient(top, rgb(255, 224, 163) 0%, rgb(236, 190, 121) 100%);
  background: -ms-linear-gradient(top, rgb(255, 224, 163) 0%, rgb(236, 190, 121) 100%);
  background: linear-gradient(to bottom, rgb(255, 224, 163) 0%, rgb(236, 190, 121) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe0a3', endColorstr='#ecbe79', GradientType=0 );
}
.btn.btn-secondary.btn-shadow {
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.btn.btn-outline-primary {
  border: 1px solid rgb(255, 193, 7);
  color: rgb(127.5, 127.5, 127.5);
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  border: 1px solid rgb(255, 193, 7) !important;
  background-color: rgb(255, 205.75, 58) !important;
  color: rgb(32, 22, 14) !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-outline-primary.btn-off {
  cursor: default;
  background-color: transparent;
  color: rgb(255, 193, 7);
}
.btn.btn-outline-secondary {
  border: 1px solid #ddd;
  color: rgb(32, 22, 14);
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.btn.btn-outline-secondary:active, .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
  border: 1px solid rgb(255, 193, 7) !important;
  background-color: rgb(255, 193, 7) !important;
  color: rgb(32, 22, 14) !important;
  outline: none;
  box-shadow: none;
}
.btn.btn-wide {
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn.btn-lg {
  padding: 1rem 3.5rem;
  font-size: 1.2rem;
}
.btn.btn-white {
  border: 1px solid #fff;
  background-color: #fff;
  color: rgb(32, 22, 14);
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
  background-color: rgb(108.4605809129, 169.9709543568, 183.5394190871);
}
.btn.btn-transparent {
  background: transparent;
  border-radius: 0;
  border: 1px solid rgba(255, 221, 130, 0.75);
  color: rgb(255, 221, 130);
  box-shadow: none;
  padding: 1rem 2rem;
}
.btn.btn-transparent.btn-large {
  padding: 1.5rem 4rem;
  font-size: 22px;
}
.btn.btn-transparent:active, .btn.btn-transparent:hover, .btn.btn-transparent:focus {
  background: #ffdd83;
  color: black;
}

.form-box {
  border: 1px solid #ddd;
  padding: 1rem 1rem 1rem 1rem;
}

form label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}
form label span.text-normal {
  font-weight: 400 !important;
}
form .form-default {
  opacity: 0.5;
}
form .custom-select,
form .form-control {
  background-color: white;
  border-radius: 0;
  border: 1px solid #ddd;
  color: rgb(32, 22, 14);
  padding: 0.5rem 1rem;
}
form .custom-select:focus,
form .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 195, 66, 0.5019607843);
  border-color: transparent;
}
form .custom-select::placeholder,
form .form-control::placeholder {
  color: rgba(32, 22, 14, 0.3);
  font-weight: 400;
}
form .custom-control-label::before {
  top: 0.15rem;
}
form .alert {
  border-radius: 0;
}
form .alert .icon {
  font-size: 1.3rem;
  vertical-align: -0.28rem;
}
form .form-check label {
  font-weight: normal !important;
  font-size: 1rem;
  padding-top: 1px;
}

body.fixed {
  overflow: hidden;
}
body {
  background-color: #20160E;
}
body .container-secondary {
  background-color: rgb(46.1913043478, 31.7565217391, 20.2086956522);
  max-width: unset;
  padding: 1.5rem 15px 1.5rem 15px;
  margin: 1rem 0;
}
body .container-secondary > div > h2:first-child {
  margin-top: 1rem !important;
}
body .container-secondary > div {
  max-width: 1024px;
  margin: 0 auto;
}
body .container-white {
  overflow: hidden;
  background-color: #fff;
  max-width: unset;
  padding: 0 15px 1rem 15px;
  margin: 0;
}
body .container-white > div {
  max-width: 1024px;
  margin: 0 auto;
}
body .container-white h2 {
  margin-top: 1.5rem !important;
}
body#cms-page .container-white {
  overflow: auto;
}
body#cms-page .container-secondary {
  overflow: auto;
  margin: 0 auto;
}
body .container-full {
  margin: 0;
  max-width: unset;
}
body .container-full > div {
  max-width: 1024px;
  margin: 0 auto;
}
body .container-wide {
  padding: 2rem 2rem;
}
@media (max-width: 991px) {
  body .container-wide {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px) {
  body .container-wide {
    padding: 2rem 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
}

h1,
.h1 {
  color: rgb(255, 221, 130);
  text-align: center;
  font-size: 3rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2.2rem !important;
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.5rem;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
h1.h1-underline,
.h1.h1-underline {
  margin-bottom: 2.5rem;
}
h1.h1-underline span,
.h1.h1-underline span {
  color: #fff;
  line-height: 4.5rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid white;
}
h1.h1-underline small,
.h1.h1-underline small {
  padding-top: 1rem;
  font-size: 1.5rem !important;
}
@media (max-width: 991px) {
  h1.h1-underline,
  .h1.h1-underline {
    margin-bottom: 2.2rem;
  }
  h1.h1-underline span,
  .h1.h1-underline span {
    line-height: 3.5rem;
  }
}
@media (max-width: 767px) {
  h1.h1-underline,
  .h1.h1-underline {
    margin-bottom: 2rem;
  }
  h1.h1-underline span,
  .h1.h1-underline span {
    line-height: 3.2rem;
  }
}

h2,
.h2 {
  color: rgb(255, 193, 7) !important;
  font-size: 1.8rem !important;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 3rem 0 2rem 0 !important;
  padding: 0 0 0.75rem 0;
  border-bottom: 1px solid rgba(255, 193, 7, 0.5);
}
h2.h2-underline,
.h2.h2-underline {
  padding: 0;
  border-bottom: none;
  margin-bottom: 2.5rem;
}
h2.h2-underline span,
.h2.h2-underline span {
  color: #fff;
  line-height: 4.5rem;
  padding-bottom: 0.4rem;
}
@media (max-width: 991px) {
  h2.h2-underline,
  .h2.h2-underline {
    margin-bottom: 2.2rem;
  }
  h2.h2-underline span,
  .h2.h2-underline span {
    line-height: 3.5rem;
  }
}
@media (max-width: 767px) {
  h2.h2-underline,
  .h2.h2-underline {
    margin-bottom: 2rem;
  }
  h2.h2-underline span,
  .h2.h2-underline span {
    line-height: 3.2rem;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    margin-top: 1rem;
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}

.container-white h2.h2-underline {
  border: none;
}
.container-white h2.h2-underline span {
  color: rgb(32, 22, 14);
  border-bottom: 3px solid rgb(255, 193, 7);
}

.container-dark h2.h2-underline {
  border: none;
}
.container-dark h2.h2-underline span {
  color: rgb(255, 221, 130);
  border-bottom: 3px solid rgb(255, 193, 7);
}
.container-dark h1.h1-underline {
  border: none;
}
.container-dark h1.h1-underline span {
  color: rgb(255, 221, 130);
  border-bottom: 3px solid rgb(255, 193, 7);
}

nav.navbar {
  padding: 0.5rem 0;
}

nav.navbar-top {
  padding-top: 0px;
  padding-bottom: 7px;
}
nav.navbar-top .nav-item > a {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-bottom: 0px;
  color: rgba(255, 221, 130, 0.75);
}
nav.navbar-top .nav-item > a:hover:not(.disabled) {
  color: rgb(255, 193, 7);
}
nav.navbar-top .nav-item > a.disabled {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 991px) {
  nav.navbar-top .nav-item > a {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  nav.navbar-top {
    display: none;
  }
}

nav.navbar-mobile {
  padding: 1rem 0;
}
nav.navbar-mobile li {
  text-align: center;
}
nav.navbar-mobile li a {
  padding: 0.1rem 0;
  border: 1px solid rgb(255, 193, 7);
}
@media (min-width: 768px) {
  nav.navbar-mobile {
    display: none;
  }
}

nav.navbar-main {
  padding-top: 0px;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  nav.navbar-main {
    padding: 0 0.2rem;
  }
}
nav.navbar-main .navbar-brand img {
  position: absolute;
  max-height: 50px;
  top: -10px;
}
@media (min-width: 768px) {
  nav.navbar-main .navbar-brand img {
    max-height: 60px;
  }
}
@media (min-width: 992px) {
  nav.navbar-main .navbar-brand img {
    top: -7px;
    max-height: 60px;
  }
}
@media (min-width: 1200px) {
  nav.navbar-main .navbar-brand img {
    max-height: 60px;
    top: -7px;
  }
}
nav.navbar-main .navbar-toggler {
  color: rgb(255, 193, 7);
  margin-right: -15px;
}
nav.navbar-main .navbar-toggler:focus {
  outline: none;
}
nav.navbar-main .navbar-toggler .icon {
  padding-top: 5px;
}
nav.navbar-main ul.navbar-nav > li {
  border-top: 1px solid rgba(255, 195, 66, 0.5);
  border-bottom: 1px solid rgba(255, 195, 66, 0.5);
}
nav.navbar-main ul.navbar-nav > li:first-child {
  border-left: 1px solid rgba(255, 195, 66, 0.5);
  border-right: 1px solid rgba(255, 195, 66, 0.5);
}
nav.navbar-main ul.navbar-nav > li:last-child, nav.navbar-main ul.navbar-nav > li.last-nav {
  border-right: 1px solid rgba(255, 195, 66, 0.5);
}
@media (max-width: 767px) {
  nav.navbar-main ul.navbar-nav > li {
    border: 1px solid rgba(255, 195, 66, 0.5);
    background-color: rgb(32, 22, 14);
  }
  nav.navbar-main ul.navbar-nav > li:first-child {
    display: none;
  }
}
nav.navbar-main ul.navbar-nav > li > a {
  color: rgb(255, 193, 7);
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
nav.navbar-main ul.navbar-nav > li > a.active, nav.navbar-main ul.navbar-nav > li > a:focus, nav.navbar-main ul.navbar-nav > li > a:hover {
  color: #977634;
}
nav.navbar-main ul.navbar-nav > li.active a {
  color: rgb(255, 193, 7) !important;
}
nav.navbar-main ul.navbar-nav > li .btn-site-selector > button {
  color: rgb(255, 193, 7);
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
}
nav.navbar-main ul.navbar-nav > li .btn-site-selector > button::after {
  position: relative;
  top: 1px;
  left: 0px;
}
nav.navbar-main ul.navbar-nav > li .btn-site-selector > button.focus, nav.navbar-main ul.navbar-nav > li .btn-site-selector > button:focus {
  outline: 0;
  box-shadow: none;
}
nav.navbar-main ul.navbar-nav .dropdown-menu {
  border-radius: 0;
  padding: 0;
  top: calc(100% - 1px);
  border: 1px solid rgba(255, 195, 66, 0.5);
  border-top: none;
  min-width: 7rem;
  background-color: rgba(23, 17, 12, 0.9411764706);
  left: -1px;
}
nav.navbar-main ul.navbar-nav .dropdown-menu > li {
  border-top: 1px solid #8b6f27;
}
nav.navbar-main ul.navbar-nav .dropdown-menu > li:first-child {
  border-top: none;
}
nav.navbar-main ul.navbar-nav .dropdown-menu > li > a {
  display: block;
  color: rgb(255, 193, 7);
  text-transform: uppercase;
  padding: 0.5rem 0.3rem;
  font-size: 0.8rem;
  text-align: center;
  white-space: nowrap;
}
nav.navbar-main ul.navbar-nav .dropdown-menu > li > a:hover {
  text-decoration: none;
  background-color: rgba(255, 195, 66, 0.4);
}
@media (min-width: 992px) {
  nav.navbar-main ul.navbar-nav > li .btn-site-selector > .dropdown-toggle {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
  nav.navbar-main ul.navbar-nav > li .dropdown-menu {
    min-width: 10rem;
  }
  nav.navbar-main ul.navbar-nav > li .dropdown-menu > li > a {
    font-size: 1rem;
    padding: 1rem 0.6rem;
  }
  nav.navbar-main ul.navbar-nav > li a.nav-link {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }
}
@media (min-width: 768px) {
  nav.navbar-main.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    margin-top: 15px;
  }
}
div.footer {
  padding-bottom: 4rem;
}
div.footer .btn.btn-outline-primary {
  color: rgb(255, 193, 7);
}
div.footer .css-shapes-preview {
  line-height: 25px;
  position: relative;
  height: 25px;
  width: 25px;
  background-color: rgb(255, 221, 130);
  border-radius: 150px;
  margin-left: 3px;
  margin-right: 4px;
  display: inline-block;
  text-align: center;
  color: rgb(36, 25, 24);
}

.divider {
  background-color: rgb(32, 22, 14);
  background-image: url("/images/divider.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 1px;
}

.border {
  border: 1px solid rgba(255, 195, 66, 0.5) !important;
}

#error404 > .container {
  background-image: url(/images/background-lounge.jpg);
  background-size: 100%;
}
#error404 h1 {
  font-size: 2rem !important;
  color: #fff;
}
#error404 .message {
  color: #fff;
  font-size: 1.5rem;
}
#error404 .error,
#error404 .error b,
#error404 .error span {
  font-family: monospace;
}
#error404 .error .line {
  font-weight: 600;
  color: blue;
}
#error404 .error .char {
  font-weight: 400;
  color: #298ce6;
}

div.container-features p {
  text-align: center;
  color: rgb(255, 221, 130);
  margin: 0 0 2rem 0;
  font-size: 1rem;
}
div.container-features .feature {
  display: block;
  position: relative;
  padding: 0;
}
div.container-features .feature.feature-content {
  min-height: 250px;
}
div.container-features .feature {
  margin: 0 auto;
  border: 1px solid #503c10;
  padding: 2rem 3rem 3rem 3rem;
  background-size: cover;
  background-position: center;
  background-color: rgb(32, 22, 14);
  text-align: center;
  color: white;
  font-size: 1.3rem;
}
div.container-features .feature img {
  max-width: 100%;
  padding-bottom: 2rem;
}
div.container-features .feature p {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-shadow: 0px 1px 20px #000000;
}

.cms-list {
  color: rgb(32, 22, 14);
  font-size: 1rem;
}
.cms-list ol,
.cms-list ul,
.cms-list li {
  color: rgb(32, 22, 14);
}
.cms-list ol,
.cms-list ul {
  padding-left: 1.6rem;
  margin-bottom: 0.75rem;
}
.cms-list li {
  margin-bottom: 0.25rem;
}
.cms-list ol ol,
.cms-list ol ul,
.cms-list ul ol,
.cms-list ul ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.cms-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem 0;
}
.cms-link-list__item {
  text-decoration: none;
  padding: 0 0.75rem;
  line-height: 1.4;
}
.cms-link-list__item:hover {
  text-decoration: underline;
}
.cms-link-list__item + .cms-link-list__item::before {
  content: "·";
  color: rgba(32, 22, 14, 0.35);
  margin-right: 0.75rem;
  margin-left: -0.75rem;
}
.cms-link-list--sm .cms-link-list__item {
  font-size: 1rem;
}
.cms-link-list--md .cms-link-list__item {
  font-size: 1.4rem;
}
.cms-link-list--lg .cms-link-list__item {
  font-size: 1.8rem;
}
.cms-link-list--yellow .cms-link-list__item {
  color: #ffc107;
}
.cms-link-list--yellow .cms-link-list__item:hover {
  color: rgb(221.2, 165.9, 0);
}
.cms-link-list--black .cms-link-list__item {
  color: #20160e;
}
.cms-link-list--black .cms-link-list__item:hover {
  color: #000;
}
/*# sourceMappingURL=main.css.map */
