button {
  background-color: transparent;
}

body.overflowHidden {
  overflow: hidden !important;
}

body:not(.header-dropdown) .for-dropdown {
  display: none;
}

body.header-dropdown .header_center_btn {
  color: #262626;
}

body.header-dropdown .section_container.header {
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

body.header-dropdown .header_logo_img {
  display: none;
}

body.header-dropdown .header_logo_img.for-dropdown {
  display: block;
}

body.header-dropdown .header_lang_dropdown_toggle {
  background-image: url(../images/header_lang_b.png);
  color: #111;
}

body.floating-header .section_container.header {
  transition: all 0.5s ease;
  position: fixed;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  padding-top: 0;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(38, 38, 38, 0.1);
}

body.floating-header .section_container.header .hg_extra_header {
  display: none;
}

body.floating-header .header_logo_img.for-floating {
  display: block;
}

body.floating-header .header_logo_img:not(.for-floating) {
  display: none;
}

body.floating-header .header_center_btn {
  color: #262626;
  padding-top: 8px;
  padding-bottom: 8px;
}

body.floating-header .header_container {
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  align-items: center;
  transition: all 0.5s ease;
}

@media screen and (max-width: 479px) {
  body.floating-header .header_container {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

body.floating-header .menu_container .header_container {
  align-items: flex-start;
  padding-bottom: 0;
  height: 120px;
}

body.floating-header .header_right_down {
  padding-top: 0;
}

body.floating-header .header_menu_btn {
  background-image: url(../images/header_menu_open_b.png);
}

body.floating-header .header_menu_btn.close {
  background-image: url(../images/header_menu_close.png);
}

body.floating-header .header_lang_dropdown_toggle {
  background-image: url(../images/header_lang_b.svg);
  color: #262626;
}

body.floating-header .header_lang_dropdown_toggle:hover {
  background-image: url(../images/header_lang_gold.svg);
  color: #bb9765;
}

body.floating-header .header_lang_dropdown_toggle {
  padding-top: 4px;
  padding-bottom: 4px;
}

@media screen and (max-width: 1440px) {
  body .header_lang_dropdown_toggle {
    padding: 10px 18px 10px 32px;
    background-position: 12px 50%;
  }
}

@media screen and (max-width: 1440px) {
  body .header_left {
    flex-basis: 180px;
  }
}

.section_container.header {
  transition: all 0.5s ease;
}

.menu_container .section_container.header {
  width: 100%;
  max-width: 100%;
  position: relative !important;
  height: 100%;
}

.header_right {
  align-items: center;
  padding-left: 12px;
}

.menu_container .header_logo_img {
  display: block !important;
  height: auto;
}

.menu_container .header_logo_img.hg {
  width: 221px;
}

@media screen and (max-width: 767px) {
  .menu_container .header_logo_img.hg {
    width: 199px;
  }
}

@media screen and (max-width: 479px) {
  .menu_container .header_logo_img.hg {
    width: 135px;
  }
}

.header_logo_img.for-floating {
  display: none;
}

.header_logo_img.for-floating.hg {
  height: 32px;
  width: auto;
}

@media screen and (max-width: 479px) {
  .header_logo_img.for-floating.hg {
    height: 32px;
  }
}

.header_center_btn {
  display: none;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .header_center_btn {
    display: block;
  }
}

@media screen and (max-width: 1440px) {
  .header_center_btn {
    padding: 8px;
    font-size: 13px;
    line-height: 14x;
  }
}

.header_center_btn.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  width: auto;
  height: 1px;
  margin-top: 5px;
  margin-bottom: -6px;
  background-color: #c02428;
}

body.theme-harbour-grand .header_center_btn.active:after {
  background-color: #bb9765;
}

body.theme-harbour-plaza .header_center_btn.active:after {
  background-color: #c02428;
}

body.theme-rambler .header_center_btn.active:after {
  background-color: #9b3d72;
}

body.theme-alexandra .header_center_btn.active:after {
  background-color: #333;
}

.hg_accom_header_in {
  pointer-events: none;
  display: none;
}

.hg_accom_header_in.active {
  display: flex;
  pointer-events: auto;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.hbp-common-textarea {
  line-height: 1.6;
  font-weight: 300;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 479px) {
  .hbp-common-textarea {
    line-height: 1.4;
  }
}

.hbp-common-textarea--center {
  text-align: center;
}

.hbp-common-textarea--left {
  text-align: left;
}

.hbp-common-textarea--right {
  text-align: right;
}

.hbp-common-textarea h3 {
  font-weight: 500;
}

.hbp-common-textarea a:not(.room_detail_book_now_btn) {
  text-decoration: none;
}

body.theme-harbour-grand .hbp-common-textarea a:not(.room_detail_book_now_btn) {
  color: #bb9765;
}

body.theme-harbour-plaza .hbp-common-textarea a:not(.room_detail_book_now_btn) {
  color: #c02428;
}

body.theme-rambler .hbp-common-textarea a:not(.room_detail_book_now_btn) {
  color: #9b3d72;
}

body.theme-alexandra .hbp-common-textarea a:not(.room_detail_book_now_btn) {
  color: #333;
}

.hbp-common-textarea a:not(.room_detail_book_now_btn):hover {
  text-decoration: underline;
}

.hbp-common-textarea b {
  font-weight: 700 !important;
}

.hbp-common-textarea b * {
  font-weight: 700 !important;
}

.hbp-common-textarea ul,
.hbp-common-textarea ol {
  padding-left: 24px;
}

.hbp-common-textarea li {
  line-height: 1.2;
}

.hbp-common-textarea table {
  border: none;
  border-top: 1px solid #000;
  height: auto !important;
  line-height: 1.6 !important;
}

body.theme-harbour-grand .hbp-common-textarea table {
  border-color: #bb9765;
}

body.theme-harbour-plaza .hbp-common-textarea table {
  border-color: #c02428;
}

body.theme-rambler .hbp-common-textarea table {
  border-color: #054862;
}

body.theme-alexandra .hbp-common-textarea table {
  border-color: #333;
}

.hbp-common-textarea table tr {
  height: auto !important;
}

.hbp-common-textarea table td {
  border: none !important;
  height: auto !important;
}

.hbp-common-textarea > a {
  text-decoration: underline;
}

.home_banner_slider_nav .w-slider-dot {
  background-color: transparent;
  opacity: 0.4;
  padding: 12px 0;
  width: 36px;
}

.home_banner_slider_nav .w-slider-dot:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #fff;
  height: 2px;
}

.home_banner_slider_nav .w-slider-dot.w-active {
  opacity: 1;
}

.header_lang_dropdown_link {
  white-space: normal !important;
}

.hg_extra_header_dropdown_link {
  white-space: normal !important;
}

.menu_btn_dropdown_link {
  white-space: normal !important;
}

.hg_accom_bg_img:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.common-textarea {
  line-height: 1.6;
}

.common-textarea--left {
  text-align: left;
}

.common-textarea--right {
  text-align: right;
}

.common-textarea--center {
  text-align: center;
}

.common-textarea--center h3 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.common-textarea--center p {
  max-width: 675px;
  margin-right: auto;
  margin-left: auto;
}

.common-textarea h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 1em;
  max-width: 800px;
}

.common-textarea p {
  opacity: 0.7;
  max-width: 675px;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
}

.location_transport_block_in {
  display: none;
  animation-duration: 0.5s;
  animation-name: fadeInUp;
}

@media screen and (max-width: 767px) {
  .location_transport_block_in {
    flex-direction: column;
  }
  .location_transport_block_in .location_transport_img {
    height: 240px;
    min-height: unset;
  }
}

.location_transport_block_in.active {
  display: flex;
}

.location_tab_link_in {
  background-color: transparent;
}

.offers_pagination_current_number {
  background-color: transparent;
  text-align: center;
}

.offers_listing_block:not(.active) {
  display: none;
}

.gallery_container .column_item {
  background-position: center;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 120px;
  overflow: hidden;
}

.gallery_item_img {
  padding-bottom: 70%;
  background-position: center;
  background-size: cover;
  display: block;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  transform-origin: center;
}

.gallery_item_img:hover {
  transform: scale(1.1);
}

[data-col-span="2"] .gallery_item_img {
  padding-bottom: calc(70% + 7px);
}

@media screen and (max-width: 767px) {
  [data-col-span="2"] .gallery_item_img {
    padding-bottom: 60%;
  }
}
.gallery_item_img.common-lightbox-iframe:before,
.gallery_item_img.common-lightbox-video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.gallery_item_img.common-lightbox-iframe:after,
.gallery_item_img.common-lightbox-video:after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  background-color: #bb9765;
  border-radius: 50%;
  background-image: url(../images/play.svg);
  background-size: 50%;
  background-position: 57% 50%;
  background-repeat: no-repeat;
}

.gallery_item_img.common-lightbox-video:hover:before {
  opacity: 0;
}

.common-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  display: none;
  z-index: 10000;
}

.common-popup.active {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.common-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}

.common-popup__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.common-popup__content {
  pointer-events: all;
  display: none;
}

.common-popup__content.active {
  display: flex;
}

.common-popup__holder {
  position: relative;
  padding: 48px 0;
  pointer-events: all;
}

.common-popup__cross {
  display: block;
  line-height: 0;
  width: 32px;
  height: 32px;
  background-image: url(../images/close_w.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.common-popup #ligntBoxPopupContainer {
  justify-content: center;
  align-items: center;
}

.popup-lightbox__content {
  position: relative;
  width: auto;
  max-width: 1100px;
  max-height: 90%;
  z-index: 0;
  text-align: center;
}
.popup-lightbox__iframe{
  width: 80vw; max-width: 1100px; margin: 0px auto;
  position: relative;
}
.popup-lightbox__iframe:before{
  content: ""; display: block;
  padding-bottom: 62.5%;
}
.popup-lightbox__iframe iframe{ border:none; position: absolute; top:0px; left: 0px; width: 100%; height: 100%; }

@media screen and (min-width: 480px) {
  .popup-lightbox__content {
    min-width: 400px;
  }
}

.popup-lightbox__content > img,
.popup-lightbox__content video {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
}

.popup-lightbox__desc {
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  padding-top: 12px;
}

.popup-lightbox__next, .popup-lightbox__prev {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  margin: 0 12px;
  height: 42px;
  z-index: 1;
}

.popup-lightbox__prev {
  background-image: url(../images/slider_arrow_l_w.png);
}

.popup-lightbox__next {
  background-image: url(../images/slider_arrow_r_w.png);
}

.section_container_in.no-padding-bottom {
  padding-bottom: 0;
}

.section_container_in.no-padding-top {
  padding-top: 0;
}

.section_container_in.for-rest-menu .room_detail_table_row._2col {
  padding-right: 0;
}

.section_container_in.for-rest-menu .room_detail_table_row._2col .room_detail_table_col1 {
  flex-grow: 1;
  /*width: auto;*/
}

.room_detail_table_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.room_detail_table_title select {
  border: none;
  border-bottom: 1px solid #666;
  display: block;
  line-height: 1;
  font-size: 16px;
  height: auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  max-width: 100%;
}

.room_detail_table_title select:focus {
  outline: none;
}

.room_detail_slider_mask {
  width: 100%;
  height: auto;
  height: 725px;
  min-height: 725px;
}

.room_detail_slide > img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.room_detail_slide .room_detail_slide_textarea {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 5;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.room_detail_slide .room_detail_slide_textarea h3 {
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
}

.header_book_now_btn {
  min-width: 150px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  body.theme-harbour-grand .header_book_now_btn {
    background-color: rgba(15, 15, 15, 0.8);
  }
  body.theme-harbour-plaza .header_book_now_btn {
    background-color: rgba(192, 36, 40, 0.8);
  }
  body.theme-rambler .header_book_now_btn {
    background-color: rgba(155, 61, 114, 0.8);
  }
  body.theme-alexandra .header_book_now_btn {
    background-color: rgba(51, 51, 51, 0.8);
  }
}

@media screen and (max-width: 1440px) {
  .header_book_now_btn {
    width: auto;
    min-width: initial;
    padding: 10px 22px;
  }
}

@media screen and (max-width: 479px) {
  .header_book_now_btn {
    padding: 0px;
    background-color: transparent;
  }
}

.active > .header_book_now_btn, .header_book_now_btn:hover {
  background-color: rgba(0, 0, 0, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.96);
  opacity: 1;
}

body.theme-harbour-grand .active > .header_book_now_btn, body.theme-harbour-grand .header_book_now_btn:hover {
  background-color: #bb9765;
  border: 1px solid #bb9765;
}

body.theme-harbour-plaza .active > .header_book_now_btn, body.theme-harbour-plaza .header_book_now_btn:hover {
  background-color: rgba(187, 151, 101, 0.8);
  border: 1px solid rgba(187, 151, 101, 0.8);
}

body.theme-rambler .active > .header_book_now_btn, body.theme-rambler .header_book_now_btn:hover {
  background-color: #054862;
  border: 1px solid #054862;
}

body.theme-alexandra .active > .header_book_now_btn, body.theme-alexandra .header_book_now_btn:hover {
  background-color: #cc9643;
  border: 1px solid #cc9643;
}

.floating-header .header_book_now_btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  border: 0 solid transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

.floating-header .active > .header_book_now_btn:after {
  opacity: 1;
  border: 6px solid transparent;
}

body.floating-header.theme-harbour-grand .active > .header_book_now_btn:after {
  border-bottom: 6px solid #bb9765;
}

body.floating-header.theme-harbour-plaza .active > .header_book_now_btn:after {
  border-bottom: 6px solid #bb9765;
}

body.floating-header.theme-harbour-alexandra .active > .header_book_now_btn:after {
  border-bottom: 6px solid #333;
}

@media screen and (min-width: 480px) {
  body.floating-header.theme-rambler .active > .header_book_now_btn:after {
    border-bottom: 6px solid #000;
  }
}

.floating-header .header_book_now_btn {
  background-color: transparent !important;
  border: none !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.floating-header .header_book_now_btn:hover {
  background-color: transparent;
  border: none;
  color: #000;
  opacity: 0.7;
}

body.floating-header.theme-harbour-grand .header_book_now_btn {
  color: #0f0f0f;
}

body.floating-header.theme-harbour-plaza .header_book_now_btn {
  color: #bb9765;
}

body.floating-header.theme-rambler .header_book_now_btn {
  color: #054862;
}

body.floating-header.theme-alexandra .header_book_now_btn {
  color: #333;
}

.booking_block {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.96);
  top: 100%;
  right: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  height: 0;
  width: 150px;
  transition: all 0.5s ease;
  overflow: hidden;
  padding: 0 54px 0 60px;
  z-index: 999;
}

body.theme-harbour-grand .booking_block {
  background-color: #bb9765;
}

body.theme-harbour-plaza .booking_block {
  background-color: rgba(187, 151, 101, 0.96);
}

body.theme-rambler .booking_block {
  background-color: rgba(5, 72, 98, 0.96);
}

body.theme-alexandra .booking_block {
  background-color: rgba(51, 51, 51, 0.96);
}

@media screen and (max-width: 640px) {
  .booking_block {
    right: -72px;
    max-width: calc(100vw - 4px);
  }
}

.booking_block h2,
.booking_block .booking_block__field {
  opacity: 0;
  transition: all 0.3s ease;
}

.booking_block__holder.active .booking_block {
  height: 560px;
  width: 370px;
  padding: 74px 54px 74px 60px;
  overflow: auto;
}

@media screen and (max-width: 479px) {
  .booking_block__holder.active .booking_block {
    position: fixed;
    left: calc(50% - 153px);
    top: calc(50% - 245px);
    height: 490px;
    width: 306px;
    padding: 42px 28px 42px 34px;
  }
}

.booking_block__holder.active .booking_block h2,
.booking_block__holder.active .booking_block .booking_block__field {
  opacity: 1;
  transition-delay: 0.5s;
}

.floating-header .booking_block__holder.active .booking_block {
  height: 490px;
  width: 306px;
  padding: 42px 28px 42px 34px;
}

.booking_block h2 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 8px 20px 0;
  flex-basis: 100%;
}

.booking_block input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1;
  padding: 6px 0;
  display: block;
  width: 100%;
}

.booking_block .datepicker {
  background-image: url(../images/calendar_w.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px;
}

.booking_block__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.booking_block__holder {
  position: relative;
}

@media screen and (max-width: 479px) {
  .booking_block__holder.active:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.booking_block__title {
  font-weight: 500;
  margin-bottom: 4px;
}

.booking_block__field {
  margin: 0 8px 20px 0;
  flex-basis: 100%;
}

.booking_block__field--3col {
  flex-basis: calc(33.3333% - 8px);
}

.booking_block__field:last-child {
  margin-bottom: 0;
}

.booking_block__submit {
  display: flex;
  width: 160px;
  height: 50px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.booking_block .booking_block_close_btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/close_w.png);
}

.custom_select {
  position: relative;
}

.custom_select__mask {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 6px 0;
  pointer-events: none;
  position: relative;
}

.custom_select__mask:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  top: 12px;
  right: 0;
}

.custom_select > select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
  cursor: pointer;
}

#ui-datepicker-div {
  background-color: #fff;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  width: 248px;
}

#ui-datepicker-div select {
  border: none;
}

#ui-datepicker-div .ui-datepicker-header {
  display: flex;
  padding: 12px 18px 0;
  align-items: center;
  justify-content: space-between;
}

#ui-datepicker-div .ui-datepicker-title {
  order: 1;
  flex-grow: 1;
  margin-right: 12px;
}

#ui-datepicker-div .ui-datepicker-prev {
  order: 2;
}

#ui-datepicker-div .ui-datepicker-prev:after {
  transform: rotate(45deg);
}

#ui-datepicker-div .ui-datepicker-next {
  order: 3;
}

#ui-datepicker-div .ui-datepicker-next:after {
  transform: rotate(-135deg);
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  font-size: 0;
  line-height: 0;
  width: 26px;
  height: 24px;
  position: relative;
}

#ui-datepicker-div .ui-datepicker-prev:after,
#ui-datepicker-div .ui-datepicker-next:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  transform-origin: center;
  position: absolute;
  top: 7px;
  left: 8px;
}

#ui-datepicker-div .ui-datepicker-calendar {
  margin: 12px 12px;
  height: 180px;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar th {
  width: 14.28%;
  padding-bottom: 6px;
}

#ui-datepicker-div .ui-datepicker-calendar td {
  vertical-align: middle;
  height: 24px;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  pointer-events: none;
  opacity: 0.2;
}

#ui-datepicker-div .ui-datepicker-calendar td a {
  border: 1px solid transparent;
  display: inline-flex;
  width: 20px;
  height: 20px;
  line-height: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}

.rooms-booking {
  width: 100%;
}

.rooms-booking__row {
  display: flex;
  width: 100%;
}

.mapAPI-container {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section_container.home_map {
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 640px;
  max-height: 60vh;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section_container.home_map {
    max-height: 40vh;
    min-height: 400px;
  }
  .section_container.home_map .img_100 {
    display: none;
  }
}

.section_container.home_map .section_container_in.home_map {
  position: absolute;
  top: 0;
  left: 0 !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6%;
}

@media screen and (max-width: 767px) {
  .section_container.home_map .section_container_in.home_map {
    padding-left: 0;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
    max-height: 100%;
    padding-bottom: 0;
    min-height: initial;
  }
}

.section_container.home_map .home_map_popup_container,
.section_container.home_map .home_map_legend_container {
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .section_container.home_map .home_map_legend_container {
    bottom: 20px !important;
  }
}

.section_container.home_map .home_map_popup_container {
  display: inline-block;
  margin: 0;
  position: relative;
}

.section_container.home_map .home_map_popup_close {
  display: none;
}

@media screen and (max-width: 767px) {
  .section_container.home_map .home_map_popup_close {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/header_menu_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    z-index: 5;
    display: inline-block;
    padding: 0;
    text-align: center;
  }
}

.room_detail_table_container {
  border: none !important;
  position: relative;
}

.room_detail_table_container:after {
  content: "";
  height: 1px;
  width: auto;
  bottom: 0;
  left: 16px;
  right: 16px;
  display: block;
  position: absolute;
  background-color: #c02428;
}

@media screen and (max-width: 479px) {
  .room_detail_table_container:after {
    left: 0;
    right: 0;
  }
}

.room_detail_table_container.no-border {
  border: none;
  padding-bottom: 72px;
}
.room_detail_table_container.no-border:after{ display: none; }

.room_detail_table_row.document_download {
  background-image: url(../images/download.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 0;
}

.room_detail_table_row.document_download a {
  text-decoration: none;
  color: #555 !important;
}

.room_detail_table_row.document_download a:hover {
  text-decoration: underline;
}

.room_detail_table_row.document_download > a {
  display: block;
  width: 100%;
  padding-right: 25px;
}

.full_single_img {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 480px;
}

@media screen and (max-width: 767px) {
  .full_single_img {
    max-height: 50vh;
  }
}

.full_single_img--normal {
  background-attachment: initial;
}

.full_single_img--align-bottom {
  background-position: center bottom;
}

.full_single_img--with-text {
  display: flex;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 24px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .full_single_img--with-text {
    font-size: 12px;
  }
}

.full_single_img--with-text:after {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.full_single_img--with-text a {
  color: #fff;
  display: inline-block;
  font-size: 1.125em;
  line-height: 1;
  margin-top: 16px;
  padding: 8px 22px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.full_single_img--with-text a:hover {
  background-color: #fff;
  color: #bb9765;
}

.full_single_img--with-text > * {
  position: relative;
  z-index: 1;
}

.full_single_img--with-text h2 {
  font-weight: 300;
  font-size: 2.75em;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.page-accordion {
  border-top: 1px solid #ddd;
  padding-bottom: 0.4em;
  padding-right: 6px;
}

.page-accordion:last-child {
  border-bottom: 1px solid #ddd;
}

.page-accordion--faq .page-accordion__title {
  color: #222;
}

.page-accordion--faq .indent {
  padding-left: 52px;
}

.page-accordion--faq .indent > .indent__index {
  width: 48px;
  text-align: right;
}

.page-accordion--date-format .page-accordion__title {
  justify-content: flex-start;
}

.page-accordion--date-format .page-accordion__title span:not(.page-accordion__date):not(.page-accordion__icon) {
  flex-grow: 1;
}

.page-accordion--date-format .page-accordion__title sup {
  opacity: 0.8;
}

.page-accordion--date-format .page-accordion__content-rows {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.page-accordion--career {
  position: relative;
}

.page-accordion--career .room_detail_book_now_btn {
  margin-top: 10px;
}

.page-accordion--career h3 {
  font-size: 20px;
}

.page-accordion--career .page-accordion__title {
  font-size: 22px;
  color: #262626;
  justify-content: flex-start;
}

.page-accordion--career .page-accordion__title span:not(.page-accordion__date):not(.page-accordion__icon) {
  flex-grow: 1;
}

@media screen and (max-width: 479px) {
  .page-accordion--career .page-accordion__title span:not(.page-accordion__date):not(.page-accordion__icon) {
    padding-top: 16px;
  }
}

.page-accordion--career .page-accordion__title .item-id {
  flex-basis: 40%;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .page-accordion--career .page-accordion__title .item-id {
    flex-basis: 100px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .page-accordion--career .page-accordion__title .item-id {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 12px;
  }
}

.page-accordion__title {
  font-size: 1.25rem;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.6em 0 1.2em;
  line-height: 1;
  text-decoration: none !important;
}

@media screen and (max-width: 479px) {
  .page-accordion__title {
    font-size: 1.125rem;
  }
}

.page-accordion__title.active .page-accordion__icon:after,
.page-accordion__title.active .page-accordion__icon:before {
  transform: rotate(-180deg);
}

.page-accordion__title sup {
  opacity: 0.8;
  display: block;
  margin-top: 6px;
  top: auto;
  line-height: 1;
}

.page-accordion__icon {
  width: 25px;
  height: 25px;
  position: relative;
  flex-shrink: 0;
  margin-left: 12px;
}

.page-accordion__icon:before, .page-accordion__icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #444;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.3s ease;
  transform-origin: center center;
}

.page-accordion__icon:after {
  transform: rotate(90deg);
}

.page-accordion__content {
  margin-bottom: 1.6em;
  max-width: calc(100% - 32px);
  display: none;
}

.page-accordion__content .hbp-common-textarea {
  font-weight: 500;
}

.page-accordion__date {
  flex-basis: 240px;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 24%;
  min-width: 120px;
}

@media screen and (max-width: 479px) {
  .page-accordion__date {
    font-size: 16px;
    min-width: 62px;
    text-align: center;
    flex-basis: auto;
    padding-right: 10px;
  }
  .page-accordion__date .date-br {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}

.page-accordion .hbp-common-textarea--left {
  margin: 0;
}

.common-tag__btn-row {
  display: block;
  text-align: center;
  font-size: 0;
  overflow: auto;
  margin: 32px auto;
  white-space: nowrap;
}

.common-tag__btn {
  padding: 18px 24px;
  line-height: 1;
  font-size: 24px;
  position: relative;
  display: inline-block;
  white-space: initial;
}

@media screen and (max-width: 479px) {
  .common-tag__btn {
    font-size: 20px;
    padding: 12px 18px;
  }
}

.common-tag__btn:after {
  content: "";
  display: block;
  position: absolute;
  width: auto;
  height: 2px;
  background-color: #c02428;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: all 0.3s ease;
}

.common-tag__btn.active:after {
  left: 24px;
  right: 24px;
}

@media screen and (max-width: 479px) {
  .common-tag__btn.active:after {
    left: 12px;
    right: 12px;
  }
}

.common-tag__content:not(.active) {
  display: none;
}

.location_transport_right.for-explore {
  color: #262626;
}

.location_transport_right.for-explore h3 {
  font-size: 32px;
}

.page-form h2 {
  font-weight: 300;
  font-size: 36px;
  margin-top: 0;
}

.page-form label {
  display: inline-block;
  vertical-align: middle;
  min-width: 64px;
  padding-right: 14px;
}

.page-form input + label {
  margin-left: 12px;
}

.page-form a:not(.room_detail_book_now_btn) {
  text-decoration: underline;
}

body.theme-harbour-grand .page-form a:not(.room_detail_book_now_btn) {
  color: #bb9765;
}

body.theme-harbour-plaza .page-form a:not(.room_detail_book_now_btn) {
  color: #c02428;
}

body.theme-rambler .page-form a:not(.room_detail_book_now_btn) {
  color: #9b3d72;
}

body.theme-alexandra .page-form a:not(.room_detail_book_now_btn) {
  color: #333;
}

.page-form input:not([type="radio"]):not([type="checkbox"]),
.page-form select {
  border: none;
  border-bottom: 1px solid #666;
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 18px;
  height: auto;
  padding: 4px 0;
  border-radius: 0;
  background-color: transparent;
  min-height: 26px;
  max-width: 100%;
}

#subscriptionForm .page-form input:not([type="radio"]):not([type="checkbox"]), #subscriptionForm
.page-form select {
  max-width: 376px;
}

.page-form input:not([type="radio"]):not([type="checkbox"]):focus,
.page-form select:focus {
  outline: none;
}

.page-form input[type="file"] + label {
  margin: 0;
  background-image: url(../images/upload.svg);
  background-size: auto 56%;
  background-position: 5px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 4px 4px 4px 32px;
  border: 1px solid #888;
  border-radius: 5px;
  color: #888;
}

.page-form__row {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

@media screen and (min-width: 641px) {
  .page-form__row + .page-form__row {
    margin-top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .page-form__row {
    flex-wrap: wrap;
  }
}

.page-form__row .page-accordion__title,
.page-form__row .page-accordion__content,
form:not(#requestProposal) .page-form__row {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.page-form__row--accordion {
  max-width: 1080px !important;
  display: block;
}

.page-form__row--accordion a {
  text-decoration: none;
  font-weight: 300;
  font-size: 24px;
  color: #555;
  margin-top: 0;
  line-height: 24px;
}

.page-form__row--marks-range {
  margin: 4px auto;
  align-items: flex-end;
}

.page-form__row--marks-range .page-form__field-title {
  flex-grow: 1;
  margin-bottom: 0;
}

.page-form__row--marks-range + .page-form__row--marks-range {
  margin-top: 16px;
}

@media screen and (min-width: 992px) {
  .page-form__row--marks-range + .page-form__row--marks-range {
    height: 30px;
    margin-top: 16px;
  }
  .page-form__row--marks-range + .page-form__row--marks-range label {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .page-form__row--marks-range {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page-form__row--marks-range .page-form__field-title {
    flex-basis: 100%;
    margin-bottom: 12px;
  }
}

.page-form__row--left {
  justify-content: flex-start;
}

.page-form__row--left button + button {
  margin-left: 24px;
}

.page-form__row--other .page-form__field-set {
  flex-basis: auto;
  flex-grow: 1;
  max-width: 520px;
}

.page-form__col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

@media screen and (min-width: 641px) {
  .page-form__col--in2 {
    flex-basis: calc(50% - 24px);
  }
}

@media screen and (max-width: 641px) {
  .page-form__col {
    margin-bottom: 24px;
  }
}

.page-form__field-title {
  margin-top: 0;
  color: #bb9765;
  font-size: 18px;
}

.page-form__field-holder--checkbox {
  display: flex;
  align-items: stretch;
  align-self: flex-start;
}

.page-form__field-holder--checkbox input {
  margin-top: 4px;
}

.page-form__field-holder--checkbox-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-form__field-holder--checkbox-3 > div {
  flex-basis: 32%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 8px;
  min-width: 200px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
}
.page-form__field-holder--checkbox-3 input[type="checkbox"] {
  margin-top: 5px;
}
.page-form__field-holder--checkbox-3 > div.full {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  align-items: center;
  align-self: center;
}

.page-form__field-holder--checkbox-3 > div.full input {
  font-size: 16px;
}

.page-form__field-holder--checkbox-3 > div.full label {
  margin-bottom: 0;
}

.page-form__field-holder--two-select {
  display: flex;
  justify-content: space-between;
}

.page-form__field-holder--two-select select {
  flex-basis: 48%;
}

.page-form__field-holder--three-select {
  display: flex;
  justify-content: space-between;
}

.page-form__field-holder--three-select select {
  flex-basis: 30%;
}

.page-form__field-holder.error {
  border: 1px solid red;
}

.page-form .page-accordion {
  width: 100%;
}

.page-form__field-set {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  flex-basis: 110px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-bottom: 6px;
}

.page-form__field-set label {
  margin-bottom: 16px;
}

.room_detail_book_now_btn.grey {
  border: 1px solid #aaa !important;
  background-color: #aaa !important;
}

.room_detail_book_now_btn.grey:hover {
  background-color: transparent !important;
  color: #aaa !important;
}

@media screen and (min-width: 768px) {
  .hide-in--dt {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .hide-in--tl {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hide-in--mb {
    display: none;
  }
}

.swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 0;
  width: 42px;
  padding: 20px 0;
  display: inline-block;
}

.swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.career-select-holder .career-select {
  border: none;
  border-bottom: 1px solid #666;
  display: block;
  width: auto;
  line-height: 1;
  font-size: 18px;
  height: auto;
  padding: 4px 0;
  border-radius: 0;
  background-color: transparent;
  min-height: 26px;
  max-width: 100%;
  margin-left: auto;
}

.section_container_in.for-explore-map {
  padding-top: 0;
  margin-top: -80px;
}

.hg_map_container {
  max-height: 60vh;
  height: 620px;
}

@media screen and (max-width: 991px) {
  .hg_map_container {
    height: 420px;
  }
}

@media screen and (max-width: 479px) {
  .hg_map_container {
    height: 320px;
  }
}
@media screen and (max-width: 1100px) {
  .section_container_in.for-explore-map {    
    margin-top: 0px;
  }
}

.home_cfa_btn_line:last-child {
  display: none;
}

.room_detail_table_content table {
  border: none;
  height: auto !important;
  line-height: 1.6 !important;
}

.room_detail_table_content table tr {
  height: auto !important;
}

.room_detail_table_content table td {
  border: none !important;
  height: auto !important;
}

.room_detail_table_content > a {
  text-decoration: underline;
}

.header_lang_dropdown_list {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.home_slide.only {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .home_slide.only a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .home_slide.only a img {
    max-width: 320px;
    flex-basis: 50%;
    width: 50%;
    padding-top: 24px;
  }
  .home_slide.only a .home_slide_text_container {
    padding-right: 0;
    max-width: 640px;
    padding-left: 50px;
    flex-basis: 70%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .home_slide.only a .home_slide_text_container {
    padding-left: 24px;
  }
}

.hbp-common-textarea,
.home_intro_text {
  max-width: 1200px;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}

.hbp-common-textarea h2,
.hbp-common-textarea h3,
.hbp-common-textarea h4,
.hbp-common-textarea p,
.hbp-common-textarea ul,
.hbp-common-textarea ol,
.home_intro_text h2,
.home_intro_text h3,
.home_intro_text h4,
.home_intro_text p,
.home_intro_text ul,
.home_intro_text ol {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hbp-common-textarea h4,
.home_intro_text h4 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hbp-common-textarea b,
.home_intro_text b {
  font-weight: 900;
}

.hbp-common-textarea ul,
.hbp-common-textarea ol,
.home_intro_text ul,
.home_intro_text ol {
  padding-left: 1.4em;
}

.hbp-common-textarea a,
.home_intro_text a {
  text-decoration: none;
}

.hbp-common-textarea a:hover,
.home_intro_text a:hover {
  text-decoration: underline;
}

.hbp-common-textarea table,
.home_intro_text table {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-top: 1px solid #000;
  line-height: 1.2;
}

.room_detail_table_content .hbp-common-textarea table, .room_detail_table_content
.home_intro_text table {
  border-top: none !important;
}

.hbp-common-textarea table tr,
.home_intro_text table tr {
  height: auto !important;
}

.hbp-common-textarea table td,
.home_intro_text table td {
  border: none !important;
  height: auto !important;
  line-height: 1.8;
}

.hbp-common-textarea table h2,
.hbp-common-textarea table h3,
.hbp-common-textarea table h4,
.hbp-common-textarea table p,
.hbp-common-textarea table ul,
.hbp-common-textarea table ol,
.home_intro_text table h2,
.home_intro_text table h3,
.home_intro_text table h4,
.home_intro_text table p,
.home_intro_text table ul,
.home_intro_text table ol {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hbp-common-textarea .page-des,
.home_intro_text .page-des {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}

.hbp-common-textarea .wrapper-800,
.home_intro_text .wrapper-800 {
  margin: 0 auto;
  max-width: 800px;
}

.hbp-common-textarea .wrapper-2col,
.home_intro_text .wrapper-2col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .hbp-common-textarea .wrapper-2col > div,
  .home_intro_text .wrapper-2col > div {
    flex-basis: 49%;
  }
}

@media screen and (max-width: 767px) {
  .hbp-common-textarea .wrapper-2col,
  .home_intro_text .wrapper-2col {
    flex-wrap: wrap;
  }
  .hbp-common-textarea .wrapper-2col > div,
  .home_intro_text .wrapper-2col > div {
    margin-bottom: 24px;
  }
}

.item-highlight__pagination {
  position: absolute;
  bottom: 24px !important;
  left: 18px !important;
  right: 18px !important;
  text-align: center;
  z-index: 2;
}

.item-highlight__slide {
  position: relative;
}

.item-highlight__slide:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.item-highlight__slide > .img_100 {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.item-highlight__slide .room_detail_slide_textarea {
  display: flex;
  padding: 18px;
  z-index: 3;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  height: 725px;
  position: relative;
}
.room_listing_img .item-highlight__slide .room_detail_slide_textarea {height: 413px; }

@media screen and (max-width: 767px) {
  .item-highlight__slide .room_detail_slide_textarea {
    height: 420px;
    max-height: 100vh;
  }
  .room_listing_img .item-highlight__slide .room_detail_slide_textarea {height: 360px; }
}
@media screen and (max-width: 480px) {
  .room_listing_img .item-highlight__slide .room_detail_slide_textarea {height: 240px; }
}

.item-highlight__slide .room_detail_slide_textarea h3 {
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.item-highlight__slide .room_detail_slide_textarea h3 + a {
  margin-top: 12px;
}

.item-highlight__slide .room_detail_slide_textarea a {
  display: block;
  font-size: 16px;
  color: #fff;
}

.item-highlight__slide .room_detail_slide_textarea a:hover {
  text-decoration: underline;
}

body.theme-harbour-grand .hbp-common-textarea .strong, body.theme-harbour-grand
.hbp-common-textarea a, body.theme-harbour-grand
.home_intro_text .strong, body.theme-harbour-grand
.home_intro_text a {
  color: #bb9765;
}

body.theme-harbour-plaza .hbp-common-textarea .strong, body.theme-harbour-plaza
.hbp-common-textarea a, body.theme-harbour-plaza
.home_intro_text .strong, body.theme-harbour-plaza
.home_intro_text a {
  color: #c02428;
}

body.theme-rambler .hbp-common-textarea .strong, body.theme-rambler
.hbp-common-textarea a, body.theme-rambler
.home_intro_text .strong, body.theme-rambler
.home_intro_text a {
  color: #9b3d72;
}

body.theme-rambler .hbp-common-textarea .strong, body.theme-alexandra
.hbp-common-textarea a, body.theme-alexandra
.home_intro_text .strong, body.theme-alexandra
.home_intro_text a {
  color: #333;
}

body.theme-harbour-grand .hbp-common-textarea table, body.theme-harbour-grand
.home_intro_text table {
  border-color: #bb9765;
}

body.theme-harbour-plaza .hbp-common-textarea table, body.theme-harbour-plaza
.home_intro_text table {
  border-color: #c02428;
}

body.theme-rambler .hbp-common-textarea table, body.theme-rambler
.home_intro_text table {
  border-color: #054862;
}

body.theme-alexandra .hbp-common-textarea table, body.theme-alexandra
.home_intro_text table {
  border-color: #333;
}

body.theme-harbour-grand .room_detail_book_now_btn {
  background-color: #bb9765;
  border-color: #bb9765;
}

body.theme-harbour-grand .room_detail_book_now_btn:hover {
  background-color: transparent;
  color: #bb9765;
}

body.theme-harbour-plaza .room_detail_book_now_btn {
  background-color: #c02428;
  border-color: #c02428;
}

body.theme-harbour-plaza .room_detail_book_now_btn:hover {
  background-color: transparent;
  color: #c02428;
}

body.theme-rambler .room_detail_book_now_btn {
  background-color: #9b3d72;
  border-color: #9b3d72;
}

body.theme-rambler .room_detail_book_now_btn:hover {
  background-color: transparent;
  color: #9b3d72;
}

body.theme-alexandra .room_detail_book_now_btn {
  background-color: #333;
  border-color: #333;
}

body.theme-alexandra .room_detail_book_now_btn:hover {
  background-color: transparent;
  color: #333;
}

body.theme-harbour-grand .room_listing_row {
  border-color: #bb9765;
}

body.theme-harbour-plaza .room_listing_row {
  border-color: #c3211f;
}

body.theme-rambler .room_listing_row {
  border-color: rgba(255, 255, 255, 0.6);
}

body.theme-alexandra .room_listing_row {
  border-color: rgba(51, 51, 51, 0.6);
}

body.theme-harbour-grand .home_cfa_btn_line {
  background-color: #bb9765;
}

body.theme-harbour-plaza .home_cfa_btn_line {
  background-color: #c3211f;
}

body.theme-rambler .home_cfa_btn_line {
  background-color: rgba(255, 255, 255, 0.6);
}

body.theme-alexandra .home_cfa_btn_line {
  background-color: rgba(51, 51, 51, 0.6);
}

body.theme-harbour-grand .footer_info_title.hg, body.theme-harbour-grand
.hg_meeting_block:hover, body.theme-harbour-grand
.home_cfa_btn.hg_dining, body.theme-harbour-grand
.home_slide_link.hg:hover {
  color: #bb9765;
}

body.theme-harbour-plaza .footer_info_title.hg, body.theme-harbour-plaza
.hg_meeting_block:hover, body.theme-harbour-plaza
.home_cfa_btn.hg_dining, body.theme-harbour-plaza
.home_slide_link.hg:hover {
  color: #fff;
}

body.theme-rambler .footer_info_title.hg, body.theme-rambler
.hg_meeting_block:hover, body.theme-rambler
.home_cfa_btn.hg_dining, body.theme-rambler
.home_slide_link.hg:hover {
  color: #fff;
}

body.theme-alexandra .footer_info_title.hg, body.theme-alexandra
.hg_meeting_block:hover, body.theme-alexandra
.home_cfa_btn.hg_dining, body.theme-alexandra
.home_slide_link.hg:hover {
  color: #fff;
}

body.theme-rambler .home_slide_link.hg:hover,
body.theme-rambler .footer_info_title.hg {
  color: #9b3d72;
}

body.theme-alexandra .home_slide_link.hg:hover,
body.theme-alexandra .footer_info_title.hg {
  color: #333;
}

body.theme-harbour-plaza .home_slide_link.hg:hover,
body.theme-harbour-plaza .footer_info_title.hg {
  color: #c02428;
}

body.theme-harbour-grand .hg_meeting_container {
  border-color: #bb9765;
}

body.theme-harbour-plaza .hg_meeting_container {
  border-color: #c3211f;
}

body.theme-rambler .hg_meeting_container {
  border-color: rgba(255, 255, 255, 0.2);
}

body.theme-alexandra .hg_meeting_container {
  border-color: rgba(51, 51, 51, 0.2);
}

body.theme-harbour-grand .section_container.offers, body.theme-harbour-grand
.section_container.bg_wine, body.theme-harbour-grand
.section_container.hg_dining {
  background-color: #0f0f0f;
  background-image: url(../images/hg_bg_graphic.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.theme-harbour-plaza .section_container.offers, body.theme-harbour-plaza
.section_container.bg_wine, body.theme-harbour-plaza
.section_container.hg_dining {
  background-color: #5a0b0e;
  background-image: url(../images/hg_bg_graphic_red.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.theme-rambler .section_container.offers, body.theme-rambler
.section_container.bg_wine, body.theme-rambler
.section_container.hg_dining {
  background-color: #196886;
  background-image: url(../images/bg_graphic_.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.theme-alexandra .section_container.offers, body.theme-alexandra
.section_container.bg_wine, body.theme-alexandra
.section_container.hg_dining {
  background-color: #333;
  background-image: url(../images/bg_graphic_alexandra.png);
  background-position: top 5% left;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-attachment: fixed;
}
html.w-mod-touch body.theme-alexandra .section_container.offers,
html.w-mod-touch body.theme-alexandr .section_container.bg_wine,
html.w-mod-touch body.theme-alexandra .section_container.hg_dining {
  background-position: top left;
}

body.theme-harbour-grand .section_container.offers .home_slide_title,
body.theme-harbour-plaza .section_container.offers .home_slide_title,
body.theme-rambler .section_container.offers .home_slide_title, body.theme-harbour-grand
.section_container.bg_wine .home_slide_title,
body.theme-harbour-plaza
.section_container.bg_wine .home_slide_title,
body.theme-rambler
.section_container.bg_wine .home_slide_title, body.theme-harbour-grand
.section_container.hg_dining .home_slide_title,
body.theme-harbour-plaza
.section_container.hg_dining .home_slide_title,
body.theme-rambler
.section_container.hg_dining .home_slide_title {
  color: #fff;
}

body.theme-harbour-grand .home_slide_title {
  color: #bb9765;
}

body.theme-harbour-plaza .home_slide_title {
  color: #c02428;
}

body.theme-rambler .home_slide_title {
  color: #9b3d72;
}

body.theme-rambler .home_slide_title {
  color: #333;
}

body.theme-harbour-grand .section_container.inner_page_banner.no_banner_img + .section_container.bg_wine {
  background-color: #a28350;
  background-image: url(../images/hg_bg_graphic_gold.png);
  background-attachment: scroll;
}

body.theme-alexandra .section_container.inner_page_banner.no_banner_img + .section_container.bg_wine {
  background-color: #cc9643;
  background-image: url(../images/bg_graphic_alexandra-2.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

body.theme-harbour-grand .section_container.inner_page_banner.no_banner_img + .section_container.bg_wine .offers_highlight_row_in,
body.theme-harbour-grand .section_container.inner_page_banner.no_banner_img + .section_container.bg_wine .location_tab_link_in.w--current,
body.theme-harbour-grand .section_container.inner_page_banner.no_banner_img + .section_container.bg_wine .location_intro_container {
  border-color: #fff;
}

body.theme-harbour-grand .section_container.bg_gold {
  background-color: #bb9765;
}

body.theme-harbour-plaza .section_container.bg_gold {
  background-color: #bb9765;
}

body.theme-rambler .section_container.bg_gold {
  background-color: #054862;
}

body.theme-alexandra .section_container.bg_gold {
  background-color: #cc9643;
}

.section_container.bg_gold .home_cfa_btn_line {
  background-color: #fff;
}

body.theme-harbour-grand .footer_sns_icon.weibo {
  background-image: url("../images/footer_icon_weibo_g.svg");
}

body.theme-harbour-plaza .footer_sns_icon.weibo {
  background-image: url("../images/footer_icon_weibo_r.svg");
}

body.theme-rambler .footer_sns_icon.weibo {
  background-image: url("../images/footer_icon_weibo_gurgle.svg");
}

body.theme-alexandra .footer_sns_icon.weibo {
  background-image: url("../images/footer_icon_weibo_alexandra.svg");
}

body.theme-harbour-grand .footer_sns_icon.twitter {
  background-image: url("../images/footer_icon_twitter_g.svg");
}

body.theme-harbour-plaza .footer_sns_icon.twitter {
  background-image: url("../images/footer_icon_twitter_r.svg");
}

body.theme-rambler .footer_sns_icon.twitter {
  background-image: url("../images/footer_icon_twitter_gurgle.svg");
}

body.theme-alexandra .footer_sns_icon.twitter {
  background-image: url("../images/footer_icon_twitter_alexandra.svg");
}

body.theme-harbour-grand .footer_sns_icon.linkedin {
  background-image: url("../images/footer_icon_linkedin_g.svg");
}

body.theme-harbour-plaza .footer_sns_icon.linkedin {
  background-image: url("../images/footer_icon_linkedin_r.svg");
}

body.theme-rambler .footer_sns_icon.linkedin {
  background-image: url("../images/footer_icon_linkedin_gurgle.svg");
}

body.theme-alexandra .footer_sns_icon.linkedin {
  background-image: url("../images/footer_icon_linkedin_alexandra.svg");
}

body.theme-harbour-grand .footer_sns_icon.fb {
  background-image: url("../images/footer_icon_fb_g.svg");
}

body.theme-harbour-plaza .footer_sns_icon.fb {
  background-image: url("../images/footer_icon_fb_r.svg");
}

body.theme-rambler .footer_sns_icon.fb {
  background-image: url("../images/footer_icon_fb_gurgle.svg");
}

body.theme-alexandra .footer_sns_icon.fb {
  background-image: url("../images/footer_icon_fb_alexandra.svg");
}

body.theme-harbour-grand .footer_sns_icon.wtsapp {
  background-image: url("../images/footer_icon_wtsapp_g.svg");
}

body.theme-harbour-plaza .footer_sns_icon.wtsapp {
  background-image: url("../images/footer_icon_wtsapp_r.svg");
}

body.theme-rambler .footer_sns_icon.wtsapp {
  background-image: url("../images/footer_icon_wtsapp_gurgle.svg");
}

body.theme-alexandra .footer_sns_icon.wtsapp {
  background-image: url("../images/footer_icon_wtsapp_alexandra.svg");
}

body.theme-harbour-grand .footer_sns_icon.email {
  background-image: url("../images/footer_icon_email_g.svg");
}

body.theme-harbour-plaza .footer_sns_icon.email {
  background-image: url("../images/footer_icon_email_r.svg");
}

body.theme-rambler .footer_sns_icon.email {
  background-image: url("../images/footer_icon_email_gurgle.svg");
}

body.theme-alexandra .footer_sns_icon.email {
  background-image: url("../images/footer_icon_email_alexandra.svg");
}

body.theme-harbour-grand .footer_sns_icon.linkedin:hover,
body.theme-harbour-plaza .footer_sns_icon.linkedin:hover,
body.theme-rambler .footer_sns_icon.linkedin:hover,
body.theme-alexandra .footer_sns_icon.linkedin:hover {
  background-image: url("../images/footer_icon_linkedin.png");
}

body.theme-harbour-grand .footer_sns_icon.weibo:hover,
body.theme-harbour-plaza .footer_sns_icon.weibo:hover,
body.theme-rambler .footer_sns_icon.weibo:hover,
body.theme-alexandra .footer_sns_icon.weibo:hover {
  background-image: url("../images/footer_icon_weibo.png");
}

body.theme-harbour-grand .footer_sns_icon.twitter:hover,
body.theme-harbour-plaza .footer_sns_icon.twitter:hover,
body.theme-rambler .footer_sns_icon.twitter:hover,
body.theme-alexandra .footer_sns_icon.twitter:hover {
  background-image: url("../images/footer_icon_twitter.png");
}

body.theme-harbour-grand .footer_sns_icon.fb:hover,
body.theme-harbour-plaza .footer_sns_icon.fb:hover,
body.theme-rambler .footer_sns_icon.fb:hover,
body.theme-alexandra .footer_sns_icon.fb:hover {
  background-image: url("../images/footer_icon_fb.png");
}

body.theme-harbour-grand .footer_sns_icon.wtsapp:hover,
body.theme-harbour-plaza .footer_sns_icon.wtsapp:hover,
body.theme-rambler .footer_sns_icon.wtsapp:hover,
body.theme-alexandra .footer_sns_icon.wtsapp:hover {
  background-image: url("../images/footer_icon_wtsapp.png");
}

body.theme-harbour-grand .footer_sns_icon.email:hover,
body.theme-harbour-plaza .footer_sns_icon.email:hover,
body.theme-rambler .footer_sns_icon.email:hover,
body.theme-alexandra .footer_sns_icon.email:hover {
  background-image: url("../images/footer_icon_email.png");
}

body.theme-harbour-grand .footer_info_address.hg:hover, body.theme-harbour-grand
.home_slide_more_btn.hg:hover, body.theme-harbour-grand
.hg_accom_header_right_block_in:hover, body.theme-harbour-grand
.hg_accom_header_left_btn:hover {
  color: #bb9765;
}

body.theme-harbour-plaza .footer_info_address.hg:hover, body.theme-harbour-plaza
.home_slide_more_btn.hg:hover, body.theme-harbour-plaza
.hg_accom_header_right_block_in:hover, body.theme-harbour-plaza
.hg_accom_header_left_btn:hover {
  color: #c02428;
}

body.theme-rambler .footer_info_address.hg:hover, body.theme-rambler
.home_slide_more_btn.hg:hover, body.theme-rambler
.hg_accom_header_right_block_in:hover, body.theme-rambler
.hg_accom_header_left_btn:hover {
  color: #9b3d72;
}

body.theme-alexandra .footer_info_address.hg:hover, body.theme-alexandra
.home_slide_more_btn.hg:hover, body.theme-alexandra
.hg_accom_header_right_block_in:hover, body.theme-alexandra
.hg_accom_header_left_btn:hover {
  color: #cc9643;
}

body.theme-harbour-grand .hg_extra_header_dropdown_toggle.w--open {
  background-color: #bb9765;
}

body.theme-harbour-plaza .hg_extra_header_dropdown_toggle.w--open {
  background-color: #c02428;
}

body.theme-rambler .hg_extra_header_dropdown_toggle.w--open {
  background-color: #9b3d72;
}

body.theme-alexandra .hg_extra_header_dropdown_toggle.w--open {
  background-color: #333;
}

body.theme-harbour-grand .hg_extra_header_dropdown_list.w--open {
  background-color: rgba(187, 151, 101, 0.9);
}

body.theme-harbour-plaza .hg_extra_header_dropdown_list.w--open {
  background-color: rgba(192, 36, 40, 0.9);
}

body.theme-rambler .hg_extra_header_dropdown_list.w--open {
  background-color: rgba(155, 61, 114, 0.9);
}

body.theme-alexandra .hg_extra_header_dropdown_list.w--open {
  background-color: rgba(51, 51, 51, 0.9);
}

body.theme-harbour-grand .location_title_line {
  background-color: rgba(187, 151, 101, 0.8);
}

body.theme-harbour-plaza .location_title_line {
  background-color: rgba(195, 33, 31, 0.8);
}

body.theme-rambler .location_title_line {
  background-color: rgba(255, 255, 255, 0.6);
}

body.theme-alexandra .location_title_line {
  background-color: rgba(51, 51, 51, 0.6);
}

body.theme-harbour-grand .section_container.inner_page_banner.no_banner_img {
  background-color: #a28350;
}

body.theme-harbour-plaza .section_container.inner_page_banner.no_banner_img {
  background-color: #5a0b0e;
}

body.theme-rambler .section_container.inner_page_banner.no_banner_img {
  background-color: #196886;
}

body.theme-alexandra .section_container.inner_page_banner.no_banner_img {
  background-color: #cc9643;
}

body.theme-harbour-grand .offers_highlight_row_in, body.theme-harbour-grand
.location_tab_link_in.w--current, body.theme-harbour-grand
.location_intro_container {
  border-color: #bb9765;
}

body.theme-harbour-plaza .offers_highlight_row_in, body.theme-harbour-plaza
.location_tab_link_in.w--current, body.theme-harbour-plaza
.location_intro_container {
  border-color: #c02428;
}

body.theme-rambler .offers_highlight_row_in, body.theme-rambler
.location_tab_link_in.w--current, body.theme-rambler
.location_intro_container {
  border-color: rgba(255, 255, 255, 0.6);
}

body.theme-alexandra .offers_highlight_row_in, body.theme-alexandra
.location_tab_link_in.w--current, body.theme-alexandra
.location_intro_container {
  border-color: rgba(51, 51, 51, 0.6);
}

body.theme-harbour-grand .location_transport_right_btn {
  border: 1px solid #bb9765;
  background-color: #bb9765;
}

body.theme-harbour-grand .location_transport_right_btn:hover {
  background-color: transparent;
  color: #bb9765;
}

body.theme-harbour-plaza .location_transport_right_btn {
  border: 1px solid #c02428;
  background-color: #c02428;
}

body.theme-harbour-plaza .location_transport_right_btn:hover {
  background-color: transparent;
  color: #c02428;
}

body.theme-rambler .location_transport_right_btn {
  border: 1px solid #9b3d72;
  background-color: #9b3d72;
}

body.theme-rambler .location_transport_right_btn:hover {
  background-color: transparent;
  color: #9b3d72;
}

body.theme-alexandra .location_transport_right_btn {
  border: 1px solid #333;
  background-color: #333;
}

body.theme-alexandra .location_transport_right_btn:hover {
  background-color: transparent;
  color: #333;
}

body.theme-harbour-grand .room_detail_table_container:after {
  background-color: #bb9765;
}

body.theme-harbour-plaza .room_detail_table_container:after {
  background-color: #c02428;
}

body.theme-rambler .room_detail_table_container:after {
  background-color: #9b3d72;
}

body.theme-alexandra .room_detail_table_container:after {
  background-color: #333;
}

body.theme-harbour-grand .room_detail_table_block_in {
  border-color: #bb9765 !important;
}

body.theme-harbour-plaza .room_detail_table_block_in {
  border-color: #c02428;
}

body.theme-rambler .room_detail_table_block_in {
  border-color: #9b3d72;
}

body.theme-alexandra .room_detail_table_block_in {
  border-color: #333;
}

body.theme-harbour-grand .location_table_time {
  color: #bb9765;
}

body.theme-harbour-plaza .location_table_time {
  color: #c02428;
}

body.theme-rambler .location_table_time {
  color: #9b3d72;
}

body.theme-alexandra .location_table_time {
  color: #333;
}

body.theme-harbour-grand .offers_index_btn_in.w--current {
  border-color: #bb9765;
}

body.theme-harbour-plaza .offers_index_btn_in.w--current {
  border-color: #c02428;
}

body.theme-rambler .offers_index_btn_in.w--current {
  border-color: #196886;
}

body.theme-alexandra .offers_index_btn_in.w--current {
  border-color: #333;
}

body.theme-harbour-grand .room_detail_table_row.document_download {
  background-image: url(../images/download-gold.svg);
}

body.theme-harbour-plaza .room_detail_table_row.document_download {
  background-image: url(../images/download-red.svg);
}

body.theme-rambler .room_detail_table_row.document_download {
  background-image: url(../images/download-gurgle.svg);
}

body.theme-alexandra .room_detail_table_row.document_download {
  background-image: url(../images/download-alexandra.svg);
}

.room_detail_table_row.document_download:hover {
  opacity: 0.8;
}

body.theme-harbour-grand .home_intro_line {
  background-color: #bb9765;
}

body.theme-harbour-plaza .home_intro_line {
  background-color: #c02428;
}

body.theme-rambler .home_intro_line {
  background-color: #9b3d72;
}

body.theme-alexandra .home_intro_line {
  background-color: #333;
}

body.theme-harbour-grand .common-tag__btn:after {
  background-color: #bb9765;
}

body.theme-harbour-plaza .common-tag__btn:after {
  background-color: #c02428;
}

body.theme-rambler .common-tag__btn:after {
  background-color: #9b3d72;
}

body.theme-alexandra .common-tag__btn:after {
  background-color: #333;
}

body.theme-harbour-grand .full_single_img--with-text a:hover, body.theme-harbour-grand
.page-form__field-title {
  color: #bb9765;
}

body.theme-harbour-plaza .full_single_img--with-text a:hover, body.theme-harbour-plaza
.page-form__field-title {
  color: #c02428;
}

body.theme-rambler .full_single_img--with-text a:hover, body.theme-rambler
.page-form__field-title {
  color: #9b3d72;
}

body.theme-alexandra .full_single_img--with-text a:hover, body.theme-alexandra
.page-form__field-title {
  color: #333;
}

body.theme-harbour-grand .footer_shortcut_link.hg:hover {
  color: #bb9765;
}

body.theme-harbour-plaza .footer_shortcut_link.hg:hover {
  color: #c02428;
}

body.theme-rambler .footer_shortcut_link.hg:hover {
  color: #9b3d72;
}

body.theme-alexandra .footer_shortcut_link.hg:hover {
  color: #cc9643;
}

body.theme-harbour-grand .header_lang_dropdown_link:hover {
  background-color: #bb9765;
}

body.theme-harbour-plaza .header_lang_dropdown_link:hover {
  background-color: #c02428;
}

body.theme-rambler .header_lang_dropdown_link:hover {
  background-color: #9b3d72;
}

body.theme-alexandra .header_lang_dropdown_link:hover {
  background-color: #333;
}

body.theme-harbour-grand .room_detail_table_content a {
  color: #bb9765;
}

body.theme-harbour-plaza .room_detail_table_content a {
  color: #c02428;
}

body.theme-rambler .room_detail_table_content a {
  color: #9b3d72;
}

body.theme-alexandra .room_detail_table_content a {
  color: #333;
}
/*# sourceMappingURL=styles.css.map */


/*----------------------------------------------------------------------*/
/* Extra */
/*----------------------------------------------------------------------*/

.inner_page_banner .offer_period{ margin-top:20px; }
.hbp-common-textarea .wrapper-2col > div{ padding-top:20px; padding-bottom:20px;  border-top:1px solid #c02428; }
.hbp-common-textarea ul{ list-style: none; }
.hbp-common-textarea ul li{ margin-bottom:10px; }
.hbp-common-textarea ul li:before {
  content: "\2022"; 
  color: #c02428; 
  display: inline-block;
  width: 1em;
  margin-left: -1em; 
}
.theme-alexandra .hbp-common-textarea ul li:before {
  color: #cc9643;
}

/* Sitemap style START */
.sitemap__container {
  font-size: 0;
  margin-left: -24px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.sitemap__item {
  border-top: 1px #912525 solid;
  padding: 50px 0;
  margin-left: 24px;
  width: calc(100% - 24px);
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.theme-rambler .sitemap__item,
.theme-alexandra .sitemap__item,
.theme-harbour-grand .sitemap__item {
  border-top: 1px rgba(255, 255, 255, 0.6) solid;
}
.sitemap__item-title {
  display: block;
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  transition: 0.3s all ease
}
.sitemap__item-title + .sitemap__item-link,
.sitemap__item-title + .sitemap__item-title {
  margin-top: 18px
}
.sitemap__item-link {
  color: #fff;
  display: block;
  font-size: 16px;
  transition: 0.3s all ease
}
.sitemap__item-title:hover,
.sitemap__item-link:hover {
  opacity: 0.7;
}
.sitemap__item-link + .sitemap__item-link {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .sitemap__container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .sitemap__item {
    padding: 38px 0;
  }
}
@media screen and (max-width: 480px) {
  .sitemap__container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/* Sitemap style END */
/*----------------------------------------------------------------------*/
.img_100{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home_map_legend_container{ right: 70px; }

body.theme-rambler .section_container.inner_page_banner.no_banner_img + .section_container.bg_wine {
  background-color: #196886 !important;
  background-image: none !important;    
}
body.theme-harbour-plaza .section_container.inner_page_banner.no_banner_img + .section_container.bg_wine {
  background-color: #5A0B0E !important;
  background-image: url(/images/hg_bg_graphic_red.png) !important;
  background-attachment: scroll !important;
}

.google-map + .section_container { pointer-events: none !important; }
.google-map + .section_container  .common-textarea{ pointer-events: initial !important; }
/*----------------------------------------------------------------------*/

/* Business Application START */
.require-mark,
body.theme-harbour-grand .require-mark {
  color: #bb9765;
}
body.theme-harbour-plaza .require-mark {
  color: #c02428;
}
body.theme-rambler .require-mark {
  color: #9b3d72;
}
body.theme-alexandra .require-mark {
  color: #333;
}
/* Business Application END */

/*----------------------------------------------------------------------*/
.footer_qrcode_col {
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px rgba(85, 85, 85, 0.5) solid;
}
.footer_qrcode_col p {
  font-size: 13px;
}
.txt-grp {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .footer_qrcode_col {
      padding-left: 30px;
      margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .popup-lightbox__next{
    position: fixed; right: 20px; top:calc(50% - 21px);
  }
  .popup-lightbox__prev{
    position: fixed; left: 20px; top:calc(50% - 21px);
  }
  .common-popup__cross.common-popup__close{
    position: fixed; top:20px; right: 20px;
  }
}
@media screen and (max-width: 991px){
  .footer_up_container{ display: block; }
  .footer_shortcut_container {padding-top: 40px;}
  .footer_shortcut_col:first-child {padding-left: 0;}
}
@media screen and (max-width: 767px){
  .footer_shortcut_container { display: block; padding-top: 0; }
  .footer_shortcut_col{ padding-left: 0px; padding-top: 40px; }
  .footer_qrcode_col{ padding-left: 0px; padding-top: 40px; margin-left: 0; border-left: 0; }
}
.room_detail_slide_textarea h3{ line-height: 1.2em; }

@media screen and (max-width: 479px){
  .inner_page_banner_title { font-size: 30px; line-height: 1.2em;  }
  .item-highlight__nav{ display: none; }
}

.room_listing_img .item-highlight__slide:before{ display: none !important; }
/*----------------------------------------------------------------------*/