.locked {
  overflow: hidden;
}

/* ------- Apartments Table ------- */
table#apartment_table {
  font-size: 15px;
  letter-spacing: 1.07px;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  color: #000;
}

table#apartment_table th {
  height: 29px;
  color: #3a3a3a;
  background-color: #f5f5f5;
  font-weight: 500;
  padding: 14px 7px 13px 7px;
}

table#apartment_table tr {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

table#apartment_table tr.hidden_row {
  border: none !important;
}

table#apartment_table tr.hidden_row td {
  height: 0px !important;
  line-height: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  visibility: hidden;
}

table#apartment_table tr.apartment_row:hover {
  background-color: #f4f4f4;
}

table#apartment_table tr.apartment_row:hover.clickable-row {
  cursor: pointer;
}

table#apartment_table tr td {
  height: 23px;
  line-height: 24px;
  padding: 8px 7px 4px 7px;
}
table#apartment_table tr td .old {
  text-decoration: line-through;
  font-size: 12px;
}
table#apartment_table tr td .new {
  margin-left: 10px;
  color: red;
}

table#apartment_table tr td.apartment_price {
  max-width: 100%;
  white-space: nowrap;
}

table#apartment_table tr td.apartment_number .star {
  color: #fe4206;
}

table#apartment_table tr.empty_row {
  height: 26px;
}

table#apartment_table tr:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}

#apartment_table thead th {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

#apartment_table thead th.up {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

#apartment_table thead th.down {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.houses-tabs {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.houses-tabs .tab {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.houses-tabs .tab {
	margin-bottom: 40px;
}
.houses-tabs .tab.hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.open-house {
  cursor: pointer;
}

.lds-ring {
  display: none;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fe4206;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fe4206 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#apartment_view {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-y: auto;
  color: #000;
}

#apartment_view #print {
  position: absolute;
  top: 32px;
  left: 32px;
  padding: 15px 26px;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #222530;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1.77px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #222530;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

#apartment_view #print:hover {
  background-color: #fff;
  color: #222530;
}

#apartment_view #book_apartment {
  position: absolute;
  top: 32px;
  left: 155px;
  padding: 15px 26px;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #222530;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1.77px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #222530;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  text-decoration: none;
}

#apartment_view #book_apartment:hover {
  background-color: #fff;
  color: #222530;
}

#apartment_view .close {
  position: absolute;
  top: 32px;
  right: 32px;
  height: 25px;
  width: 25px;
  opacity: 1;
  z-index: 1;
}

#apartment_view .close span {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 2px;
  height: 25px;
  background-color: #222530;
}

#apartment_view .close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#apartment_view .close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#apartment_view .content {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 100%;
}

#apartment_view .content .left_side {
  padding: 40px 50px 20px;
  border-right: 1px solid #d0d0d0;
}

#apartment_view .content .left_side .house_plan {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#apartment_view .content .left_side, #apartment_view .content .right_side {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  max-height: 100%;
  height: 100%;
}

#apartment_view .content .left_side .half_div,
#apartment_view .content .right_side .half_div {
  height: 52%;
  max-width: 100%;
  padding: 20px 50px 50px 50px;
  width: 100%;
}

#apartment_view .content .right_side .half_div.half-2 {
  height: 48%;
}

#apartment_view .content .left_side .half_div:nth-of-type(1), #apartment_view .content .right_side .half_div:nth-of-type(1) {
  border-bottom: 1px solid #d0d0d0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
}

#apartment_view .content .left_side .half_div:nth-of-type(2), #apartment_view .content .right_side .half_div:nth-of-type(2) {
  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;
  text-align: center;
  padding: 0%;
  position: relative;
  background-size: cover;
  background-position: center;
}

#apartment_view .content .area_arches {
  position: absolute;
  bottom: 32px;
  left: auto;
  right: 32px;
  max-width: 65px;
  max-height: 65px;
}

#apartment_view .content #single_addresses {
  font-family: var(--uicore-typography--p-f, "Inter");
  font-size: 22px;
  line-height: 28px;
  color: #222530;
  margin-bottom: 9px;
}

#apartment_view .content .single_table {
  margin-bottom: 18px;
}

#apartment_view .content .single_table td {
  font-size: 15px;
  line-height: 26px;
  color: #3a3a3a;
}

#apartment_view .content .single_table td:nth-of-type(1) {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.07px;
  padding-right: 30px;
}

#apartment_view .content .single_table td:nth-of-type(2) {
  font-family: var(--uicore-typography--p-f, "Inter");
  font-weight: bold;
}

#apartment_view .content .external_view {
  max-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

#apartment_view .content .apartment_title {
  margin-bottom: 10px;
  margin-top: 10px;
}

#apartment_view .content .price, #apartment_view .content .apartment_title {
  font-family: var(--uicore-typography--p-f, "Inter");
  font-weight: bold;
}

#apartment_view .content .price, #apartment_view .content .apartment_title {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.1px;
}

@media only screen and (max-height: 700px) {
  #apartment_view .content .apartment_title, #apartment_view .content .price {
    font-size: 30px;
    line-height: 38px;
  }
  #apartment_view .content #single_addresses {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  #apartment_view .content .single_table {
    margin-bottom: 12px;
  }
  #apartment_view .content .single_table td {
    line-height: 28px;
  }
}
@media only screen and (max-height: 600px), screen and (max-width: 991px) {
  .locked {
    overflow: auto;
  }
  #apartment_view .content {
    height: auto;
  }
  #apartment_view .content .left_side {
    padding: 120px 24px 32px;
  }
  #apartment_view .content .right_side {
    padding-bottom: 100px;
  }
  #apartment_view .content .left_side, #apartment_view .content .right_side {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #apartment_view .content .left_side .half_div, #apartment_view .content .right_side .half_div {
    display: inline-block;
    height: auto;
    padding: 24px;
  }
  #apartment_view .content .left_side .half_div:nth-of-type(2), #apartment_view .content .right_side .half_div:nth-of-type(2) {
    /* Ajutine */
    height: 320px;
  }
  #apartment_view .content #single_addresses {
    font-size: 18px;
    line-height: 22px;
  }
  #apartment_view .content .apartment_title, #apartment_view .content .price {
    font-size: 28px;
    line-height: 36px;
  }
}
/* Firefox only */
@-moz-document url-prefix() {
  #apartment_view .content .external_view {
    flex: initial;
  }
}
/* Edge only */
@supports (-ms-ime-align: auto) {
  #apartment_view .content .external_view {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
/* IE10+ only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #apartment_view .content .external_view {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
}
@media print {
  @page {
    size: A4 landscape;
    margin: 0mm;
  }
  html, body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .page-template-tpl-plan #wrapper-navbar,
  .page-template-tpl-plan footer,
  .page-template-tpl-plan .houses-wrap,
  .page-template-tpl-plan #print,
  .page-template-tpl-plan .close,
  .map-wrapper {
    display: none !important;
  }
  #apartment_view .content .left_side,
  #apartment_view .content .right_side {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #apartment_view .content .right_side .half_div:nth-of-type(1) {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
  }
  #apartment_view .content .right_side .half_div:nth-of-type(2) {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}
.map-wrapper .elementor-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.map-wrapper .text-info {
  color: #000;
  padding-bottom: 40px;
}
.map-wrapper .text-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.map-wrapper .price-block {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.map-wrapper .price-block table {
  width: 380px;
  max-width: 100%;
}
.map-wrapper .price-block table .value {
  font-weight: 600;
}

@media (max-width: 767px) {
  .table-wrap {
    overflow: auto;
    max-width: 100%;
  }
}
.home-address {
  margin-top: 0;
  font-size: 30px;
  color: #114747;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tooltipster-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 0.4s;
          animation: tooltipster-fading 0.4s;
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 0.6s;
          animation: tooltipster-rotating 0.6s;
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 0.6s;
          animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip .tooltipster-box {
  background: #222530;
  border: none;
  border-radius: 0;
}

.tooltipster-sidetip .tooltipster-content {
  text-transform: uppercase;
  color: #fff;
  line-height: 17px;
  padding: 4px 8px;
  font-size: 11px;
  letter-spacing: 0.78px;
  font-weight: bold;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #222530;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #222530;
}/*# sourceMappingURL=custom.css.map */