@charset "UTF-8";
/* Add here all your CSS customizations */
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3c3935;
}

code,
kbd,
pre,
samp {
}

.btn-more {
  background: url(../img/btn_arrow.svg) calc(100% - 13px) center no-repeat;
  border: 1px solid #000;
  padding: 12px 12px;
  padding-right: 91px;
  font-size: 16px;
}

.text-underline {
  text-decoration: underline;
}

.bg-stripe-line {
  background: repeating-linear-gradient(to right, #e5e5e5, #e5e5e5 1px, #ffffff 1px, #ffffff 17%);
}

.fs-label {
  color: #d2b372;
  font-size: 20px;
  background: url(../img/facilities_box.svg) center no-repeat;
  height: 63px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.fs-label span {
  width: 90%;
  text-align: center;
  vertical-align: middle;
}

.lang-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -11px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1;
}

.lang-info .lang-text {
  font-size: 10px;
  color: #ffffff;
}

.contactus-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -8px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1;
  font-size: 12px;
  color: #000000;
}

.bg-contactus {
  top: -14px !important;
}

.tap-caption-big {
}

.bg-gray-1-3 {
  width: calc(100%/3);
  height: 100%;
  background-color: #f3f3f3;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
  min-width: 560px;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h-100vh {
  height: 100vh;
}

h2.section-title {
  margin-bottom: 52px;
}

.section-title {
  font-weight: 600;
  line-height: 1;
  position: relative;
  letter-spacing: initial;
  font-size: 75px;
}

/*.section-title::before {
  content: "";
  background-color: #3c3935;
  width: 19px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.section-title::after {
  content: "";
  background-color: #3c3935;
  width: 19px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}*/

.section-title.no-content::before {
  content: none;
}

.section-title.no-content::after {
  content: none;
}

.section-title.size-small {
  font-size: 16px;
  font-weight: initial;
  line-height: 2;
  margin-bottom: 65px;
}

.section-title.size-small::before, .section-title.size-small::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#header .header-nav-main nav > ul > li > a {
  font-size: 18px;
  font-weight: 300;
}

.rev_slider_wrapper a {
  color: #3c3935;
}

.rev_slider a.btn-feng-shui {
  font-size: 16px;
  width: 184px;
  height: 67px;
  background: url(../img/icon_feng-shui.png) center center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3c3935;
}

.flex-basis-250 {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
}

.property-sector-list a {
  padding: 0 20px;
  border-right: 1px solid #3c3935;
  display: inline-block;
  margin-bottom: 20px;
}

.property-sector-list a:last-child {
  border-right: 0;
}

.with-icon-wishlist {
  background: url(../img/icon_wishlist_black.svg) left center no-repeat;
  padding-left: 30px;
  height: 24px;
  display: inline-block;
}

.with-icon-download {
  background: url(../img/icon_download.png) left center no-repeat;
  padding-left: 30px;
  height: 24px;
  display: inline-block;
}

.rev_slider li.slide-overlay.slide-overlay-light.slide-overlay-circle .slotholder:after {
  background: #FFF;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-box-shadow: 0 0 220px 220px white;
          box-shadow: 0 0 220px 220px white;
}

#header {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.slider-bottom {
  position: absolute;
  color: #ffffff;
  z-index: 99;
  bottom: 0;
}

.tour-booking {
  background-color: #3c3935;
  width: 50%;
  height: 54px;
  border: 3px solid #d1b785;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #d1b786 !important;
  background-image: url(../img/icon-tour-booking-add.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: initial;
}

#header .header-logo-scrolled, #header .show-on-scroll {
  display: none !important;
}

.sticky-header-active #header .header-logo, .sticky-header-active #header .hide-on-scroll {
  display: none !important;
}

.sticky-header-active #header .header-logo-scrolled, .sticky-header-active #header .show-on-scroll {
  display: block !important;
}

.sticky-header-active #header .d-inline-flex.show-on-scroll {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.sticky-header-active #header .contactus-text {
  margin-top: 0;
}

.sticky-header-active #header .bg-contactus {
  top: -6px !important;
}

.sticky-header-active #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a {
  color: #3c3935;
}

.cus-h-4 {
  height: calc(100% - 1.5rem);
}

.font-size-16 {
  font-size: 16px;
}

.font-size-12 {
  font-size: 12px;
}

.maxw-455 {
  max-width: 455px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.table-striped tbody tr:nth-of-type(odd) th {
  background-color: #f6f6f6;
}

.table-available.fixed_header {
  font-size: 16px;
  table-layout: fixed;
  border-collapse: collapse;
}

.navfixed1{
  position: fixed;
  top: 60px;
  width: 1150px;
  z-index: 99;
}
@media screen and (max-width:1200px){
  .navfixed1{
    width: 960px;
  }
}

.table-available.fixed_header caption {
  font-size: 14px;
  color: #666666;
  font-style: italic;
}
.table-available.fixed_header tr {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 280px 110px 110px 80px auto auto auto 110px;
      grid-template-columns: 280px 110px 110px 80px auto auto auto 110px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.table-available.fixed_header thead tr {
  color: #464646;
  font-weight: 300;
}

.table-available.fixed_header thead tr .th-first {
  padding-bottom: 40px;
  padding-left: 0;
  text-align: left;
}

.table-available.fixed_header tbody {
  display: block;
  width: 100%;
  overflow: auto;
  height: 475px;
}

.table-available.fixed_header tbody th {
  text-align: left;
  min-width: 200px;
  padding: 32px 24px;
}

.table-available.fixed_header tbody th strong {
  display: block;
  font-size: 30px;
  color: #d2b372;
  margin-bottom: 10px;
}

.table-available.fixed_header tbody th p {
  font-size: 14px;
  line-height: 1.2;
  color: #464646;
  margin-bottom: 0;
}

.table-available.fixed_header tbody td {
  font-weight: bold;
}

.mfp-container {
  padding: 0 10%;
}

.mfp-container .mfp-close {
  position: fixed;
  top: 40px;
  right: 20px;
}

.mfp-container .mfp-close::after {
  content: "";
  height: 33px;
  width: 33px;
  margin: 0;
  position: fixed;
  background: url(../img/btn_close.png) center no-repeat;
  top: 60px;
  right: 50px;
  background-size: contain;
  cursor: pointer;
}

.mfp-container button.mfp-arrow {
  background: none;
  border: none;
}

.mfp-container button.mfp-arrow:after {
  content: "";
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
}

.mfp-container button.mfp-arrow.mfp-arrow-right:after {
  background: url(../img/lightBox_arrow.png) center no-repeat;
  background-size: contain;
  right: 20px;
}

.mfp-container button.mfp-arrow.mfp-arrow-left:after {
  background: url(../img/lightBox_arrow_L.png) center no-repeat;
  background-size: contain;
  left: 20px;
}

.mfp-container {
  padding: 0 5%;
}

.general-modal {
  max-width: 100%;
  margin: 125px auto 142px;
}

.general-modal .slick-list {
  max-width: 1400px;
  margin: 0 auto;
}

.general-modal .slick-dots {
  bottom: -30px;
}

.general-modal .btn-close-popup-slider {
  position: absolute;
  top: 60px;
  right: 50px;
}

.search-popup-container .mfp-container {
  padding: 0;
}

#search-modal.white-popup-block {
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #3c3935;
  font-size: 16px;
  min-height: 700px;
}

#search-modal.white-popup-block .section-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 52px;
}

#search-modal input[type="radio"], #search-modal input[type="checkbox"] {
  opacity: 0;
}

#search-modal input + label {
  margin-bottom: 20px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-size: 16px;
  cursor: pointer;
}

#search-modal input:checked + label {
  color: #d2b372;
  text-decoration: underline;
}

#search-modal .bedroom-options {
  color: #000;
  margin: 0 auto;
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 450px;
}

#search-modal .bedroom-options input[type="radio"] + label {
  font-size: 44px;
  font-weight: 300;
  opacity: 0.5;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#search-modal .bedroom-options input[type="radio"]:checked + label {
  font-size: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: unset;
  color: #000;
  opacity: 1;
}

#search-modal .bedroom-options input[type="radio"]:checked + label::before {
  content: "";
  border: 1px solid #53504d;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

#search-modal .bedroom-options input[type="radio"]:checked + label .box_line_top, #search-modal .bedroom-options input[type="radio"]:checked + label .box_line_bottom {
  opacity: 1;
}

#search-modal .bedroom-options .box_line_top, #search-modal .bedroom-options .box_line_bottom {
  width: 1px;
  background: #53504d;
  position: absolute;
  height: 32px;
  left: calc(50% - 0.5px);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#search-modal .bedroom-options .box_line_top {
  top: -63px;
}

#search-modal .bedroom-options .box_line_bottom {
  bottom: -77.5px;
}

#search-modal .btn-search-submit {
  font-size: 16px;
  background-color: #d1b786;
  border-radius: 0;
  border: 2px solid #fff;
  outline: 1px solid #d1b786;
  padding: 20px 15%;
  margin-top: 100px;
}

#search-modal .mfp-close::after {
  background: url(../img/btn_close_black.png) center no-repeat;
}

#ff-modal.white-popup-block {
  max-width: 1400px;
  overflow: hidden scroll;
  max-height: 800px;
  padding: 85px 105px;
}

#ff-modal img {
  margin-top: -30px;
}

#ff-modal .ff-img-container {
  padding-left: 20px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-right: 30px;
}

#ff-modal .order-2 .ff-img-container {
  padding-left: 0;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 30px;
}

.btn360-text {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #e5e5e5;
  font-size: 13px;
}

.gallery-360 .mfp-container {
  padding: 0;
}

.gallery-360 .mfp-container #gallery-360-modal {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-button {
  border: 0;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-button .nav-item {
  margin-bottom: -1px;
  width: 50%;
  line-height: 50px;
  text-align: center;
  z-index: 9;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-button li .nav-link {
  font-size: 20px;
  padding: 0;
  border: 0;
  color: #000000;
  border-radius: 0;
  margin: 0;
  position: relative;
  background-color: #e5e5e5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-button li .nav-link:hover {
  background-color: #d1b786;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-button .nav-item.show .nav-link, .gallery-360 .mfp-container #gallery-360-modal .nav-button .nav-link.active {
  color: #000000;
  background-color: #d1b786;
  border: 0;
  margin: 0;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-button .nav-item.show .nav-link::after, .gallery-360 .mfp-container #gallery-360-modal .nav-button .nav-link.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #d1b786 transparent transparent transparent;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.gallery-360 .mfp-container #gallery-360-modal .nav-radio {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: 300;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px 130px;
  z-index: 9999;
  top: 40px;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-radio .nav-item {
  position: relative;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-radio li .nav-link {
  padding: 8px 20px;
  text-transform: uppercase;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-radio li .nav-link, .gallery-360 .mfp-container #gallery-360-modal .nav-radio li .nav-link:hover {
  background: transparent;
  border: none;
  color: #000000;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-radio li .nav-link::before {
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '•';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  border-radius: 100%;
  font-size: 10px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  color: transparent;
  border: 1px solid #000000;
}

.gallery-360 .mfp-container #gallery-360-modal .nav-radio li .nav-link.active::before {
  color: #000000;
}

.gallery-360 .mfp-container #gallery-360-modal .slick-slide, .gallery-360 .mfp-container #gallery-360-modal .tab-content > .tab-pane {
  height: calc(100vh - 49px);
  position: relative;
}

.gallery-360 .mfp-container #gallery-360-modal .popup-modal-dismiss {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10001;
}

.vr-container {
  width: 100%;
  height: calc(100vh - 49px);
}

.tab-content {
  padding: 0;
  border: none;
}

.slick-prev, .slick-next {
  width: 55px;
  height: 102px;
  z-index: 99;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 50px;
}

.slick-prev:before, .slick-next:before {
  content: "";
  background: url(../img/lightBox_arrow.png) center no-repeat;
  background-size: contain;
  width: inherit;
  height: inherit;
  display: block;
  background-color: transparent;
}

.slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-dots {
  bottom: 100px;
}

/*.slick-dots li button:before {
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 9px;
  line-height: 15px;
  width: 14px;
  height: 14px;
  color: transparent;
}*/

.slick-dots li.slick-active button:before {
  color: #000000;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
/*# sourceMappingURL=custom.css.map */
.col_detail{
  min-width: 154px;
}
.btn-popup-viewmore{
  padding: 0 20px 0 10px;
  min-width: 115px;
  font-size: 14px;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}



.m_availability_list .table-available {
    width: 770px!important;
    margin: auto;
}



@media (max-width: 1024px){
  .btn-popup-viewmore{
    margin: 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }



  .col_detail{
    min-width: 136px;
  }

  .m_availability_list .table-available {
      width: 900px!important;
      margin: auto;
  }
}

@media (max-width: 575px){
  .path-availability .table-available.fixed_header tbody td.font-light {
    min-height: 58px;
  }
  .path-availability .table-available.fixed_header tbody td {
      min-height: 36px;
  }

  .m_availability_list .table-available {
      width: 770px!important;
      margin: auto;
  }
  .table-striped-2 .row.facility_row{
    margin-right: 0;
  }
}


html._open_popup #header,.body .m-block.m_bottom {
  z-index: 30;
}


.b-popup .col-info-mobile{
  display: none;
  width: 100%;
  height: fit-content;
  flex: unset;
}

.b-popup .col-info-mobile .txt-popup-title{
  font-size: 15px;
  margin-bottom: 8px;
  color: #d2b372;
  line-height: normal;
}

.b-popup .col-info-mobile .txt-popup-monthly{
  margin-top: 10px;
}

@media (max-width: 999px){
  .b-popup .col-info-mobile {
      display: block;
  }
}


/*2022-04-07 begin*/
.btn-btn{border: 1px solid rgb(61,57,53) !important; cursor:pointer; margin-bottom:5px; min-height:66px}
.btn-btn-2{  margin-bottom:5px; min-height:66px}
/* .td-td{margin-left: 20px;} will let the header misaligned  */
.td-td div{padding-right: 10px;}
.path-availability .property_list_image img {
    width: 141px;
    height: 76px;
}
.b-slider-target .swiper-pagination{background: rgba(114, 85, 9, 0.6) !important;}


.b-slider-target .btn-prev{
	background-image: url(../img/lightBox_arrow.png) !important;
	transform: rotate(180deg) !important;
	width: 70px !important;
    height: 70px !important;
	top: 43% !important;
}
.b-slider-target .btn-next{
	background-image: url(../img/lightBox_arrow.png) !important;
	transform: rotate(360deg) !important;
	width: 70px !important;
    height: 70px !important;
	top: 43% !important;
}

.r-relative{position:relative}
.t-text{display:none}


.swiper-slide-visible .t-text {
    position: absolute;
    height: 60px;
    color: rgb(0 0 0 / 60%);
    bottom: 5px;
    right: 20px;
    z-index: 10;
    text-align: center;
    letter-spacing: px;
    line-height: 60px;
    padding-left: 10px;
    FONT-SIZE: 24px;
    display: block;
    }

.d-flex{ display: flex;}
.ml_20{margin-left:20px}
img {
    /*pointer-events: none;*/
}
.cookie-close{
	pointer-events: auto;
}


@media (max-width: 999px){
	.swiper-slide-visible .t-text{
		  right: 56px;
	}
}


@media (max-width: 1024px){
	#toolbar-item-administration-tray{display:none}
	.td-td{margin-left: 0px;}
	.td-td div{padding-right: 0px;}
	/*.m_availability_list .table-available{width:100% !important}*/
	.path-availability .property_list_image img {
		width: 230px;
		height: 125px;
	}
	.path-availability .table-available.fixed_header tbody td{font-size:16px}
	.path-availability a.btn-more{margin: 0;font-size: 20px;
    height: 50px;
    line-height: 10px;}
}
@media (max-width: 575px){
	.path-availability .property_list_image img {width: 100%;height: 125px;}

	body .btn-more:not(#edit-submit):not(.disable) {
    background: url(../img/btn_arrow_small.png) calc(100% - 13px) center no-repeat, #FFFFFF !important;
  }

	.btn-popup-viewmore{width:100% !important; min-width:0 !important;}
	.btn-btn{margin-bottom:10px}
	.btn-btn-2{margin-bottom:10px}
	.path-availability .table-available.fixed_header tbody td{font-size:14px;margin-right:0}
	.swiper-slide-visible .t-text{
		font-size:16px;
		height:36px;
		line-height:36px;
		right:10px;
	}

	.nav-popup-tabs .nav-item .nav-link:hover, .nav-popup-tabs .nav-item .nav-link:focus{
		color: #d2b372 !important;
		border-bottom:3px solid #d2b372
	}
	.property_list_title {font-size:18px}
	.property_list_address{font-size:12px !important}
	.m-floorPlan a{
		max-width: 150px !important;
	}
	.path-availability a.btn-more{margin: 0; height: auto; 	font-size: 12px;}
}
/*2022-04-07 end*/

/*2022-04-11 start*/
.facility_media{
  display: none;
}

.path-availability .table-available.fixed_header tbody td.hidden_value{
  display: none;
}

/* .b-popup .row-ctx{
  max-height: calc(100vh - 60px);
}

@media (max-width: 1366px) and (orientation: landscape){
  .b-popup .row-ctx{
    max-height: calc(100vh - 120px);
  }
}
@media (max-width: 1024px) and (orientation: landscape){
  .b-popup .row-ctx{
    max-height: calc(100vh - 120px);
  }
} */
/* ipad Mini */
@media (min-width:1024px) and (max-width:1200px) and (min-height: 480px) and (max-height: 768px) {
  .b-popup .col-media, .b-popup .col-info{
    max-height: calc(100vh - 260px);
  }
}

.b-popup .col-media::-webkit-scrollbar-track,.b-popup .col-info::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
}

.b-popup .col-media::-webkit-scrollbar,.b-popup .col-info::-webkit-scrollbar
{
	width: 12px;
	background-color: rgba(0, 0, 0, 0);
}

.b-popup .col-media::-webkit-scrollbar-thumb,.b-popup .col-info::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.nav-popup-tabs .nav-item.hide-item{
  display: none;
}


.nav-popup-tabs .nav-item:not(.active) a.nav-link:focus{
  color: rgba(255, 255, 255, 0.4)!important;
}

.nav-popup-tabs .nav-item.active .nav-link:not(.active){
  color: rgba(255, 255, 255, 0.4);
}


html._open_popup{
  overflow-y: hidden;
  height: 100vh;
}

html._open_popup body{
  overflow-y: hidden;
  height: 100vh;
}
/*2022-04-11 end*/


.share_btn{
  font-size: 15px;
  margin: 0 10px;
  background: rgba(0,0,0,0);
  border: 1px solid #FFFFFF;
  color: #FFFF;
  padding: 6px 20px 6px 15px;
  vertical-align: middle;
}

.share_btn svg{
  width: 15px;
  height: 15px;
  margin: 2px 5px 2px 5px;
  vertical-align: middle;
  margin-top: 0;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed{
  margin-left: 0;
}

.btn-full-screen {
    bottom: 80px!important;
    background-image: url(../img/ico_fullscreen.svg);
}

.fullscreen .btn-full-screen {
    background-image: url(../img/ico_unfullscreen.svg);
}

@media (max-width: 999px) {
  .btn-full-screen{
    /*display: none;*/
  }

  .share_btn{
    font-size: 13px;
    padding: 3px 10px 3px 10px;
    line-height: 13px;
    margin-left: 0;
  }

  .share_btn svg{
    width: 10px;
    height: 10px;
    margin-left: 0;
  }

  .b-popup .col-info-mobile .txt-popup-title{
    margin-right: 5px;
  }
}


.b-popup.fullscreen .col-info,
.b-popup.fullscreen  .row-ctrl,
.b-popup.fullscreen .col-info-mobile{
  display: none;
}

.b-popup.fullscreen .col-media{
  width: 100%;
  max-width: 100%;
  flex: 100%;
  height: 100%;
  max-height: calc(100vh - 200px);
}

.swiper-slide-visible .t-text{
  right: 55px;
}



.b-popup .row-ctx .box-popup-target .btn-zoom.btn-full-screen{
  opacity: 1;
  filter: alpha(opacity=1);
  pointer-events: auto;
  bottom: 10px!important;
}

.b-popup .row-ctx .box-popup-target.view_floorplan .btn-zoom.btn-full-screen{
  bottom: 80px!important;
}

.b-iframe-target{
  height: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}


.b-popup .row-ctx .box-popup-target.view_iframe .b-iframe-target{
  display: block;
}

.b-popup .row-ctx .box-popup-target.view_iframe .b-iframe-target .btn-zoom {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
    padding: 0;
    border-radius: 0;
    border: 0;
    z-index: 100;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(114, 85, 9, 0.8);
    background-size: 50% auto;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

.b-popup .row-ctx .box-popup-target.view_video .b-slider-target .btn-zoom{
  display: none;
}
.btn-more.disable{
  background: unset!important;
  background-image: unset!important;
  padding-right: 0!important;
  cursor: inherit!important;
  border: 0;
}
.btn-more.disable:focus {
  outline: unset!important;
}

.btn-more.disable:hover{
  color: inherit!important;
  background: unset!important;
  background-image: unset!important;
}

#views-exposed-form-availability-page-1 .row.filter{
  /*display: none!important;*/
  z-index: -1!important;
}

.tooltip .tooltip-inner{
  color: #d2b372;
  opacity: 1;
  border-radius: 10px;
}

.path-availability .table-available.fixed_header tbody td{
  min-height: 75px;
}

.path-availability .table-available.fixed_header tbody td.available_tr_first{
  min-width: 154.5px;
}

.premises_th{
  min-width: 154.5px;
}


footer{
  z-index: 95;
}


.path-availability .table-available.fixed_header tbody td.font-light{
  color: unset;
}



#promotion_code::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(119,116,114);
  opacity: 1;
}

#promotion_code:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(119,116,114);
  opacity: 1;
}

#promotion_code::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(119,116,114);
  opacity: 1;
}


.table-available.fixed_header tr td.field_conditions{
  display: none;
}


header .header-body{
  position: fixed;
}

@media (max-width: 1024px) {
  .path-availability .m_availability_list .table-available.fixed_header tbody td:not(.available_tr_first,.premises_th){
    min-width: 58px;
  }
}

.path-availability .table-available.fixed_header tbody td.font-light {
    white-space: normal;
}


.b-slider-ctrl .swiper-slide{
  margin-right: 10px!important;
}


#date_picker_input, #date_picker_expected_input{
  font-style: normal;
}



.swiper-zoom-container>img{
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 0;
  transform: translate3d(-50%, -50%, 0px) scale(1)!important;
}
@media only screen and (max-width : 1000px) {
  .b-slider-target .swiper-zoom-container{
    /*max-height: 50vh!important;*/
  }

  .swiper-zoom-container>img{
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 0;
    transform: translate3d(-50%, -50%, 0px) scale(1)!important;
  }
}

@media only screen and (orientation: landscape)  and (max-height : 480px)  and (max-width : 1024px) {
  .b-popup{
    height: 100vh;
  }

  .b-popup-ctx{
    /* padding: 0px 20px!important; */
  }

  .b-popup .col-media{
    height: 100%!important;
    min-height: 100%!important;
    max-height: unset!important;
  }

  .b-popup .row-ctx{
    padding-top: 10px!important;
  }

  .b-popup .row-ctrl{
    height: 90px!important;
    min-height: 90px!important;
  }

  .b-popup .row-ctrl .b-tabs{
    margin-bottom: 5px!important;
  }

  .nav-popup-tabs .nav-item .nav-link{
    padding: 5px 0px!important;
  }

  .b-popup{
    overflow: hidden hidden!important;
  }

  .b-slider-ctrl .img-thumbnail{
    padding-top: 40px!important;
  }

  .b-popup .col-info-mobile{
    display: none;
  }

  .swiper-zoom-container>img{
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 0;
    transform: translate3d(-50%, -50%, 0px) scale(1)!important;
  }


  .swiper-slide-zoomed .swiper-zoom-container>img{
    transform: translate3d(-50%, -50%, 0px) scale(1)!important;
    max-width: 200%;
    max-height: 200%;
  }

  .b-slider-target .b-video{
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0%,0%) translateZ(0);
  }

  .b-slider-target .b-video iframe{
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
  }

  .swiper-slide-visible .t-text{
    font-size: 1.3rem!important;
    height: 30px!important;
    padding: 0;
  }

  .b-slider-target .swiper-pagination{
    padding: 0!important;
    font-size: 0.7rem!important;
    bottom: 3px!important;
    width: 70px!important;
    line-height: 1.3rem!important;
  }
}


@media only screen and (min-width : 1280px) {
  /*
  .swiper-zoom-container>img{
    position: relative!important;
    left: unset!important;
    top: unset!important;
    transform: translate3d(0px, 0px, 0px) scale(1)!important;
  }

  .swiper-slide-zoomed .swiper-zoom-container>img{
    max-width: 100%!important;
    max-height: 100%!important;
    transform: translate3d(0px, 0px, 0px) scale(2)!important;
  }
  */
  .swiper-slide-zoomed .swiper-zoom-container>img{
    transform: translate3d(-50%, -50%, 0px) scale(1.5)!important;
  }
}


.b-slider-target .b-video iframe{
  object-fit: unset!important;
}


#floating-bookbtn{
  background-color: #d6a841;
}

.header-nav-features-toggle:not(.more){
  background-color: #d6a841 !important;
}

.m_bottom > div:first-child{
  background: #916928;
}

.m_bottom > div:nth-child(2){
  background: #9C783D;
}

@media (max-width: 575px){
  .m_bottom > div:first-child{
    background: #916928;
  }

  .m_bottom > div:nth-child(2){
    background: #9C783D;
  }
}


.path-availability .table-available.fixed_header tbody td:last-child{
  color: rgb(61,57,53);
}

.home-top-slider .slick-slide video{
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slick-list {
  height: 100%;
}

.slick-track{
  height: 100%;
}