.global-margin {
  margin-inline: 40px; }
  @media only screen and (max-width: 781px) {
    .global-margin {
      margin-inline: 20px; } }

h2 a {
  color: white !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: Fira Sans, sans-serif; }

.nav-wrapper {
  position: relative; }
  .nav-wrapper h3 {
    color: white;
    text-transform: uppercase; }

.nav-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  box-sizing: border-box; }
  @media only screen and (max-width: 781px) {
    .nav-background {
      height: 80px; } }

.nav-logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.nav-logo-img {
  max-height: 100px;
  height: 100%;
  padding: 20px 20px 20px 0;
  z-index: 3; }
  @media only screen and (max-width: 781px) {
    .nav-logo-img {
      padding: 10px 10px 10px 0;
      max-height: 60px; } }

.nav-row {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 40px; }
  @media only screen and (max-width: 781px) {
    .nav-row {
      padding-inline: 20px; } }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 20px; }

.nav-menu-reachout, .nav-menu-language, .nav-menu-options {
  position: relative; }
  .nav-menu-reachout *, .nav-menu-language *, .nav-menu-options * {
    color: white;
    min-width: 40px; }
    @media only screen and (max-width: 781px) {
      .nav-menu-reachout *, .nav-menu-language *, .nav-menu-options * {
        min-width: 36px; } }

.nav-menu-item, .nav-mobile, .nav-desktop {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .nav-menu-item > h2, .nav-mobile > h2, .nav-desktop > h2 {
    margin-bottom: 0; }

.nav-desktop {
  display: flex;
  text-transform: uppercase; }
  @media only screen and (max-width: 781px) {
    .nav-desktop {
      display: none; } }

.nav-mobile {
  display: none; }
  @media only screen and (max-width: 781px) {
    .nav-mobile {
      display: flex; } }

.nav-submenu {
  position: absolute;
  justify-content: center;
  align-items: end;
  background-color: rgba(0, 0, 0, 0.8);
  flex-direction: column;
  right: 0;
  padding: 12px;
  display: none; }

.features-section {
  z-index: 1; }

.nav-submenu-reachout {
  white-space: nowrap; }

.nav-menu-reachout:hover .nav-submenu-reachout,
.nav-menu-language:hover .nav-submenu-language,
.nav-menu-options:hover .nav-submenu-options {
  display: block; }

.submenu-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  justify-content: end;
  line-height: 35px; }

.submenu-line:hover > a > h3 {
  color: #ef5931; }

.reahcout-submenu-icon img {
  width: 30px;
  max-height: 30px; }

.options-section {
  display: flex;
  padding: 5px; }

@media only screen and (max-width: 781px) {
  .hero-group {
    padding-top: 150px !important;
    padding-bottom: 150px !important; } }

.room-row {
  padding: 0 30px 0 30px !important; }
  @media only screen and (max-width: 781px) {
    .room-row {
      padding: 0 10px 0 10px !important; } }

.room-row.on-rooms-page {
  background-color: white !important; }

.room-block-1, .room-block-2, .room-block-3, .room-block-4, .room-block-5 {
  border-radius: 10px !important;
  box-sizing: border-box;
  overflow: hidden; }

@media screen and (max-width: 781px) {
  .room-block-1 {
    margin: 12px !important; }

  .room-block-2, .room-block-3, .room-block-4, .room-block-5 {
    margin: 0 12px 12px 12px !important; } }
@media screen and (min-width: 781px) {
  .room-block-1 {
    margin: 12px 12px 12px 12px !important; }

  .room-block-2 {
    margin: 12px 12px 12px 0 !important; }

  .room-block-3 {
    margin: 12px 12px 12px 0 !important; }

  .room-block-4 {
    margin: 0 12px 12px 12px !important; }

  .room-block-5 {
    margin: 0 12px 12px 0 !important; } }
.welcome-block {
  padding: 40px !important; }
  @media only screen and (max-width: 781px) {
    .welcome-block {
      padding: 20px !important; } }

@media only screen and (max-width: 781px) {
  .advantages-block-right-half {
    padding-inline: 20px !important; } }

.ya-map-home {
  height: 100% !important;
  min-height: 500px;
  border-radius: 5px; }

.map-block {
  padding-inline: 40px !important;
  padding-block: 20px !important; }
  @media only screen and (max-width: 781px) {
    .map-block {
      padding-inline: 20px !important;
      padding-block: 10px !important; } }

.has-margin-bottom {
  margin-bottom: 0 !important; }

.footer-block {
  position: relative !important;
  top: 0px !important;
  padding-inline: 40px !important; }
  @media only screen and (max-width: 781px) {
    .footer-block {
      padding-inline: 20px !important; } }

.footer-list-header {
  margin: 0 !important; }

.footer-list {
  margin-block: 11px; }

.menu-underlay {
  width: 100%;
  height: 100px;
  background-color: black; }

.room-feature-text {
  word-break: normal !important;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  margin: 10px 5px 0 5px;
  text-align: center;
  display: inline-block; }

.room-feature-block {
  text-align: center;
  align-items: center;
  justify-content: start;
  display: flex;
  flex-direction: column; }

@media only screen and (max-width: 781px) {
  .room-small-slider {
    max-width: 100%; } }

.custom-tag-cloud {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px; }

.tag-item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  border: 1px solid black;
  border-radius: 10px; }

.stack-two-cols {
  max-width: 500px; }

#tl-booking-form {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 0; }

#block-search,
#block-search * {
  box-sizing: border-box;
  margin-block-start: 0; }

#block-search {
  background: #2e2e2e; }

.tl-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px; }

.x-tl-booking-widget-container {
  display: none !important; }

.x-tl-booking-widget__icon {
  display: none !important; }

.x-tl-booking-widget__label {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
