@-webkit-keyframes estatetool-card-animate {
  0% {
    transform: scale(0.5);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}

@keyframes estatetool-card-animate {
  0% {
    transform: scale(0.5);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}

.estatetool-list-items .estatetool-card-animate {
  -webkit-animation: estatetool-card-animate 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: estatetool-card-animate 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.estatetool-search-form label {
  margin-bottom: 0.5rem;
}

.estatetool-search-form .form-group {
  margin-bottom: 20px;
}

.estatetool-input {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 11px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border-radius: 6px;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #c5c6cd;
}

select.estatetool-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
  background-position: center right;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .estatetool-form-group-row {
    display: flex;
    max-width: none !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .estatetool-form-group-row .estatetool-form-group-col {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .estatetool-form-group-row-sm {
    margin-left: -4px;
    margin-right: -4px;
  }
  .estatetool-form-group-row-sm .estatetool-form-group-col {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.estatetool-slider-range-wrapper {
  padding: 10px 5px 5px;
}

.estatetool-slider-range-wrapper .ui-slider-range {
  background-color: #a1c1c6;
}

.estatetool-slider-range-wrapper .ui-slider-horizontal .ui-slider-handle {
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.estatetool-slider-range-wrapper .ui-slider-horizontal .ui-state-active {
  background-color: #a1c1c6;
  border: none;
}

.estatetool-slider-range-values {
  display: flex;
  justify-content: space-between;
}

.estatetool-slider-range-values > div:first-child {
  padding-right: 20px;
}

.estatetool-ejendomme-checkboxes span {
  display: none;
}

.estatetool-ejendomme-checkboxes input {
  position: absolute;
  opacity: 0;
}

.estatetool-ejendomme-checkboxes > label {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}

.estatetool-ejendomme-checkboxes > label > span.estatetool-ejendom-name {
  display: inline-block;
  min-width: 150px;
  padding: 12px 20px;
  background-color: transparent;
  border: 2px solid #a1c1c6;
  color: #10545C;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  transition: 0.3s;
  cursor: pointer;
}

.estatetool-ejendomme-checkboxes > label > input:checked ~ span.estatetool-ejendom-name {
  background-color: #507e86;
  color: #ffffff;
  border-color: #507e86;
}

.estatetool-button {
  display: inline-block;
  padding: 16px 35px;
  font-size: 1rem;
  line-height: 1.25;
  border: 2px solid;
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  color: #ffffff;
  background-color: #a1c1c6;
  border-color: #a1c1c6;
}

.estatetool-button:hover, .estatetool-button:active {
  color: #fff;
  background-color: #507e86;
  border-color: #507e86;
}

.estatetool-button-outline {
  color: #10545C;
  background-color: transparent;
  border-color: #a1c1c6;
}

.estatetool-card {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  border: solid 1px #E0E0E0;
  box-shadow: none;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.estatetool-card:hover, .estatetool-card:focus {
  box-shadow: 0px 8px 8px 3px rgba(204, 204, 204, 0.2);
}

.estatetool-card-body {
  padding: 15px 15px 5px;
}

.estatetool-card-status {
  position: absolute;
  background-color: #333333;
  color: #ffffff;
  top: 0;
  right: 0;
  z-index: 10;
  transform: rotate(45deg);
  padding: 10px 0;
  width: 200px;
  text-align: center;
  transform-origin: center;
  right: -63px;
  top: 20px;
  font-size: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.estatetool-card-image {
  display: block;
}

.estatetool-card-image img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.estatetool-card-address {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
}

.estatetool-card-address a {
  text-decoration: none !important;
  color: inherit;
  font-weight: 700;
}

.estatetool-card-info {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

.estatetool-card-info > li {
  display: flex;
  padding: 5px 15px;
  justify-content: space-between;
  border-top: 1px dashed #E0E0E0;
}

.estatetool-card-info > li:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.015);
}

.estatetool-card-info > li span:nth-of-type(1) {
  color: #777777;
  padding-right: 10px;
}

.estatetool-card-info > li span:nth-of-type(2) {
  flex-shrink: 0;
}

.estatetool-list {
  position: relative;
}

.estatetool-list-info {
  margin-bottom: 1rem;
}

.estatetool-list-header {
  display: flex;
  justify-content: space-between;
}

.estatetool-list-layout-select {
  margin-bottom: 30px;
}

.estatetool-list-layout-select > label {
  position: relative;
  min-width: 120px;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
}

.estatetool-list-layout-select > label input {
  position: absolute;
  opacity: 0;
}

.estatetool-list-layout-select > label > span.estatetool-input > i {
  margin-right: 3px;
}

.estatetool-list-layout-select > label:hover > span.estatetool-input {
  background-color: rgba(0, 0, 0, 0.05);
}

.estatetool-list-layout-select > label input:checked ~ span.estatetool-input {
  color: #fff;
  background-color: #507e86;
  border-color: #507e86;
}

.estatetool-list .estatetool-list-loading {
  position: absolute;
  display: none;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 20;
}

.estatetool-list.loading .estatetool-list-loading {
  display: flex;
}

.estatetool-list .estatetool-list-main {
  min-height: 300px;
}

.house-list-grid-info {
  margin-bottom: 30px;
}

.house-list-grid {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.house-list-grid .estatetool-list-col {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 480px;
}

@media (min-width: 620px) {
  .house-list-grid .estatetool-list-col {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 620px) {
  .house-list-grid .estatetool-list-col {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .house-list-grid .estatetool-list-col {
    width: 33.33%;
  }
}

.estatetool-grid-more {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.estatetool-grid-more .estatetool-grid-more-button[disabled] {
  cursor: not-allowed;
}

.estatetool-single-house .estatetool-image-slider {
  margin-bottom: 0;
}

.estatetool-single-house-title {
  padding: 30px 16px 0;
  text-align: center;
}

.estatetool-main-features-wrapper {
  padding: 20px 0;
  background-color: #f5f6fa;
}

.estatetool-main-features-wrapper .estatetool-main-features {
  display: flex;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.estatetool-main-features-wrapper .estatetool-main-features .estatetool-main-feature {
  padding: 5px 10px;
  flex: 0 0 33.33%;
  text-align: center;
}

.estatetool-main-features-wrapper .estatetool-main-features .estatetool-main-feature > svg {
  margin-bottom: 10px;
  fill: #A1C1C6;
  color: #A1C1C6;
}

@media (max-width: 580px) {
  .estatetool-main-features-wrapper .estatetool-main-features {
    flex-direction: column;
  }
  .estatetool-main-features-wrapper .estatetool-main-features .estatetool-main-feature {
    margin-bottom: 30px;
  }
}

.estatetool-single-house-content {
  display: flex;
  width: 1180px;
  min-width: 0;
  max-width: 100%;
  margin: 50px auto 60px;
  padding-left: 16px;
  padding-right: 16px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .estatetool-single-house-content {
    flex-direction: row;
  }
}

.estatetool-single-house-content .estatetool-single-house-left {
  min-width: 0;
  flex: 0 1 100%;
  order: 2;
}

@media (min-width: 768px) {
  .estatetool-single-house-content .estatetool-single-house-left {
    padding-right: 30px;
    order: 1;
  }
}

.estatetool-single-house-content .estatetool-single-house-right {
  padding: 0 10px;
  flex: 0 0 400px;
  order: 1;
}

@media (min-width: 768px) {
  .estatetool-single-house-content .estatetool-single-house-right {
    order: 2;
  }
}

.estatetool-floorplan {
  margin-bottom: 35px;
}

.estatetool-floorplan-download {
  margin-top: 20px;
  text-align: center;
}

.estatetool-single-description {
  margin-bottom: 35px;
}

.estatetool-single-description h6 {
  margin-bottom: 15px;
}

.estatetool-single-info-box {
  width: 400px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto 30px;
  padding: 1.875rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.estatetool-single-info-box .estatetool-address {
  line-height: 1.2;
  margin: 0 0 20px;
}

.estatetool-single-info-box .estatetool-status {
  margin-bottom: 40px;
  padding: 12px 24px;
  border-radius: 3px;
  text-align: center;
}

.estatetool-single-info-box h6 {
  margin-bottom: 12px;
}

.estatetool-single-info-box table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}

.estatetool-single-info-box table tbody tr td {
  padding: 1px 0;
}

.estatetool-single-info-box table tbody tr td:first-child {
  width: 60%;
  padding-right: 10px;
}

.estatetool-single-info-box table tbody tr td:last-child {
  text-align: right;
}

.estatetool-single-info-box table tbody tr td.total {
  border-top: 1px solid rgba(41, 41, 41, 0.2);
}

.estatetool-single-info-box .estatetool-box-separator {
  margin: 30px 0;
  border-color: rgba(41, 41, 41, 0.2);
}

h6.estatetool-house-info-title {
  margin-bottom: 12px;
}

table.estatetool-house-info-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}

table.estatetool-house-info-table tbody tr td {
  padding: 1px 0;
}

table.estatetool-house-info-table tbody tr td:first-child {
  width: 60%;
  padding-right: 10px;
}

table.estatetool-house-info-table tbody tr td:last-child {
  text-align: right;
}

table.estatetool-house-info-table tbody tr td.total {
  border-top: 1px solid rgba(41, 41, 41, 0.2);
}

.elementor hr.estatetool-box-separator,
hr.estatetool-box-separator {
  margin: 30px 0;
  border-color: rgba(41, 41, 41, 0.2);
}

.estatetool-house-facilities {
  display: flex;
  flex-wrap: wrap;
}

.estatetool-house-facilities .estatetool-facility-item {
  display: inline-block;
  margin: 0 7px 7px 0;
  padding: 10px 20px;
  background-color: #818a91;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1;
  border-radius: 20px;
}

.estatetool-house-contact {
  margin-bottom: 20px;
}

.estatetool-house-contact .estatetool-house-contact-name {
  margin-bottom: 15px;
}

.estatetool-house-contact .estatetool-house-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
}

.estatetool-house-contact .estatetool-house-contact-info > li {
  margin-bottom: 7px;
}

.estatetool-house-contact .estatetool-house-contact-info > li > i {
  text-align: center;
  font-size: 1.2em;
  min-width: 1.4em;
}

.estatetool-house-map {
  height: 350px;
  margin-top: 40px;
}

.estatetool-house-map iframe {
  width: 100%;
  height: 350px;
}

.estatetool-status-pill {
  display: inline-block;
  padding: 10px 20px;
  background-color: #818a91;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1;
  border-radius: 20px;
}

.estatetool-datatable-wrapper table.estatetool-datatable,
.estatetool-datatable-default-wrapper table.estatetool-datatable {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background: #ffffff;
  border-collapse: collapse;
}

.estatetool-datatable-wrapper table.estatetool-datatable thead th,
.estatetool-datatable-wrapper table.estatetool-datatable tbody td,
.estatetool-datatable-default-wrapper table.estatetool-datatable thead th,
.estatetool-datatable-default-wrapper table.estatetool-datatable tbody td {
  color: #10545C;
  vertical-align: middle;
}

.estatetool-datatable-wrapper table.estatetool-datatable thead th,
.estatetool-datatable-default-wrapper table.estatetool-datatable thead th {
  padding: 13px 24px;
  border-top: 0;
  border-bottom: 1px solid #aeb1be;
}

.estatetool-datatable-wrapper table.estatetool-datatable tbody tr,
.estatetool-datatable-default-wrapper table.estatetool-datatable tbody tr {
  transition: 0.5s;
}

.estatetool-datatable-wrapper table.estatetool-datatable tbody tr td,
.estatetool-datatable-default-wrapper table.estatetool-datatable tbody tr td {
  padding: 23px 24px;
  border-bottom: 1px solid #e8e9ee;
}

.estatetool-datatable-wrapper table.estatetool-datatable tbody tr:first-child td,
.estatetool-datatable-default-wrapper table.estatetool-datatable tbody tr:first-child td {
  border-top: 0;
}

.estatetool-datatable-wrapper table.estatetool-datatable tbody tr:hover,
.estatetool-datatable-default-wrapper table.estatetool-datatable tbody tr:hover {
  background: #f5f6fa;
}

.estatetool-datatable-wrapper table.estatetool-datatable tfoot td,
.estatetool-datatable-default-wrapper table.estatetool-datatable tfoot td {
  font-weight: 700;
}

.estatetool-datatable-wrapper table.estatetool-datatable tbody td,
.estatetool-datatable-default-wrapper table.estatetool-datatable tbody td {
  text-align: center;
}

.estatetool-datatable-wrapper table.estatetool-datatable tbody td:first-child,
.estatetool-datatable-default-wrapper table.estatetool-datatable tbody td:first-child {
  text-align: left;
}

.estatetool-datatable-wrapper table.estatetool-datatable thead .sorting_asc,
.estatetool-datatable-default-wrapper table.estatetool-datatable thead .sorting_asc {
  background-image: url(../images/sort_asc.png);
}

.estatetool-datatable-wrapper table.estatetool-datatable thead .sorting_desc,
.estatetool-datatable-default-wrapper table.estatetool-datatable thead .sorting_desc {
  background-image: url(../images/sort_desc.png);
}

.estatetool-datatable-wrapper table.estatetool-datatable a,
.estatetool-datatable-wrapper table.estatetool-datatable a:focus,
.estatetool-datatable-wrapper table.estatetool-datatable a:active,
.estatetool-datatable-default-wrapper table.estatetool-datatable a,
.estatetool-datatable-default-wrapper table.estatetool-datatable a:focus,
.estatetool-datatable-default-wrapper table.estatetool-datatable a:active {
  color: #10545C;
}

.estatetool-datatable-wrapper table.estatetool-datatable tbody tr td,
.estatetool-datatable-default-wrapper table.estatetool-datatable tbody tr td {
  padding: 0;
}

.estatetool-datatable-wrapper table.estatetool-datatable tbody tr td > a,
.estatetool-datatable-default-wrapper table.estatetool-datatable tbody tr td > a {
  display: block;
  padding: 23px 24px;
}

.estatetool-datatable-wrapper .dataTables_wrapper,
.estatetool-datatable-default-wrapper .dataTables_wrapper {
  margin-bottom: 25px;
}

.estatetool-datatable-wrapper .dataTables_wrapper .dataTables_length,
.estatetool-datatable-wrapper .dataTables_wrapper .dataTables_filter,
.estatetool-datatable-wrapper .dataTables_wrapper .dataTables_info,
.estatetool-datatable-wrapper .dataTables_wrapper .dataTables_processing,
.estatetool-datatable-wrapper .dataTables_wrapper .dataTables_paginate,
.estatetool-datatable-default-wrapper .dataTables_wrapper .dataTables_length,
.estatetool-datatable-default-wrapper .dataTables_wrapper .dataTables_filter,
.estatetool-datatable-default-wrapper .dataTables_wrapper .dataTables_info,
.estatetool-datatable-default-wrapper .dataTables_wrapper .dataTables_processing,
.estatetool-datatable-default-wrapper .dataTables_wrapper .dataTables_paginate {
  color: inherit;
  float: none;
}

.estatetool-datatable-wrapper .dataTables_wrapper .dataTables_filter input,
.estatetool-datatable-default-wrapper .dataTables_wrapper .dataTables_filter input {
  display: inline-block;
  width: auto;
  min-height: 48px;
  padding: 11px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #10545C;
  background-color: #fff;
  background-image: none;
  border-radius: 6px;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #c5c6cd;
}

.estatetool-datatable-wrapper .dataTables_wrapper .datatable-info,
.estatetool-datatable-default-wrapper .dataTables_wrapper .datatable-info {
  display: flex;
  justify-content: space-between;
}

.estatetool-datatable-wrapper .dataTables_wrapper .datatable-info .dataTables_info,
.estatetool-datatable-default-wrapper .dataTables_wrapper .datatable-info .dataTables_info {
  margin-bottom: 15px;
}

.estatetool-datatable-wrapper .dataTables_wrapper .datatable-info .dataTables_filter,
.estatetool-datatable-default-wrapper .dataTables_wrapper .datatable-info .dataTables_filter {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .estatetool-datatable-wrapper .dataTables_wrapper .datatable-info,
  .estatetool-datatable-default-wrapper .dataTables_wrapper .datatable-info {
    flex-direction: column;
    align-items: center;
  }
}

.estatetool-datatable-wrapper .estatetool-datatable-responsive,
.estatetool-datatable-default-wrapper .estatetool-datatable-responsive {
  overflow-x: auto;
}

.estatetool-datatable-wrapper .estatetool-datatable tbody tr td:first-child,
.estatetool-datatable-default-wrapper .estatetool-datatable tbody tr td:first-child {
  border-left: 10px solid transparent;
}

.estatetool-datatable-wrapper td.td-address,
.estatetool-datatable-default-wrapper td.td-address {
  min-width: 240px;
}

.estatetool-datatable-responsive-mobile .td-break {
  display: none;
}

.estatetool-datatable-responsive .estatetool-only-mobile, .estatetool-datatable-responsive .estatetool-only-mobile-inline {
  display: none;
}

@media (max-width: 500px) {
  .estatetool-datatable-responsive .estatetool-hide-mobile {
    display: none;
  }
  .estatetool-datatable-responsive .estatetool-only-mobile {
    display: block;
  }
  .estatetool-datatable-responsive .estatetool-only-mobile-inline {
    display: inline-block;
  }
}

@media (max-width: 500px) {
  .estatetool-datatable-responsive-mobile .estatetool-datatable-responsive {
    overflow-x: hidden;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable {
    width: 100% !important;
    border: none !important;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable thead {
    display: none;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    border: 1px solid #E0E0E0;
    border: none;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable tbody tr td {
    border: none !important;
    white-space: normal !important;
    color: inherit;
    font-size: 0.875rem;
    order: 10;
    text-align: initial;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable tbody tr td > a {
    height: 100%;
    padding: 5px 10px;
    color: inherit;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable tbody tr td.estatetool-tdm-title {
    padding-top: 5px !important;
    flex: 0 1 70%;
    order: 1;
    font-weight: 500;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable tbody tr td.estatetool-tdm-status {
    flex: 0 1 auto;
    margin-left: auto;
    text-align: right !important;
    order: 2;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable tbody tr td.estatetool-tdm-status > a {
    padding-top: 10px !important;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable tbody tr td.estatetool-tdm-col > a {
    padding-right: 12px;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable tbody tr td.estatetool-tdm-col-full {
    flex-basis: 100%;
  }
  .estatetool-datatable-responsive-mobile table.estatetool-datatable tbody tr td.estatetool-tdm-col-right {
    margin-left: auto;
    text-align: right !important;
  }
}

.estatetool-floorplan-slider,
.estatetool-image-slider {
  margin-bottom: 0;
}

.estatetool-floorplan-slider .swiper-button-next,
.estatetool-floorplan-slider .swiper-button-prev,
.estatetool-image-slider .swiper-button-next,
.estatetool-image-slider .swiper-button-prev {
  width: 35px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  color: #ffffff;
  transition: all 0.3s;
}

.estatetool-floorplan-slider .swiper-button-next:after,
.estatetool-floorplan-slider .swiper-button-prev:after,
.estatetool-image-slider .swiper-button-next:after,
.estatetool-image-slider .swiper-button-prev:after {
  font-size: 30px;
}

.estatetool-floorplan-slider .swiper-button-next:hover,
.estatetool-floorplan-slider .swiper-button-prev:hover,
.estatetool-image-slider .swiper-button-next:hover,
.estatetool-image-slider .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.estatetool-floorplan-slider .swiper-slide,
.estatetool-image-slider .swiper-slide {
  height: 500px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .estatetool-floorplan-slider .swiper-slide,
  .estatetool-image-slider .swiper-slide {
    height: auto;
    padding-top: 50%;
  }
}

.estatetool-floorplan-slider .swiper-pagination-bullet,
.estatetool-image-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}

.estatetool-floorplan-slider .swiper-slide {
  height: auto;
  padding-top: 60%;
}

.estatetool-slider-image-lightbox {
  position: relative;
  cursor: pointer;
}

.estatetool-slider-image-lightbox:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../svgs/search-plus.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1;
}

.estatetool-slider-image-lightbox:hover:before {
  opacity: 1;
  visibility: visible;
}

.estatetool-image-slider .swiper-slide-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  align-items: center;
}

.estatetool-image-slider .swiper-slide-caption .swiper-slide-title,
.estatetool-image-slider .swiper-slide-caption .swiper-slide-subtitle {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 14px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none;
}

.estatetool-image-slider .swiper-slide-caption .swiper-slide-title {
  font-size: 30px;
}

.estatetool-house-slider {
  margin: 0 -15px 20px;
  padding-top: 50px;
}

.estatetool-house-slider .swiper-slide {
  min-width: 300px;
  width: 21%;
  width: calc(25% - 30px);
  height: auto;
  padding: 0 15px;
}

.estatetool-house-slider .swiper-slide .estatetool-card {
  height: auto;
}

.estatetool-house-slider.estatetool-house-slider-responsive {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.estatetool-house-slider.estatetool-house-slider-responsive .swiper-slide {
  min-width: auto;
  width: auto;
  padding: 0;
}

.estatetool-house-slider .swiper-button-next,
.estatetool-house-slider .swiper-button-prev {
  top: 0;
  right: 15px;
  height: 35px;
  width: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  color: #ffffff;
  font-size: 20px;
  margin-top: 0;
  transform: none;
}

.estatetool-house-slider .swiper-button-next:hover,
.estatetool-house-slider .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.estatetool-house-slider .swiper-button-next:after,
.estatetool-house-slider .swiper-button-prev:after {
  font-size: 20px;
}

.estatetool-house-slider .swiper-button-prev {
  right: 60px;
  left: auto;
}

.estatetool-facilities {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 20px 5px;
}

.estatetool-facilities > div {
  width: 100px;
  padding: 8px 6px;
  align-content: flex-start;
  text-align: center;
  line-height: 1.2;
  word-break: break-all;
}

.estatetool-facilities > div.inactive {
  opacity: 0.3;
}

.estatetool-facilities > div.inactive .estatetool-facility-label {
  visibility: hidden;
}

.estatetool-facilities > div img.estatetool-facility-icon {
  width: 57px;
  height: 57px;
}

.estatetool-facilities > div i.estatetool-facility-icon {
  display: inline-block;
  width: 57px;
  height: 57px;
  margin-bottom: 3px;
  padding: 5px;
  font-size: 36px;
  line-height: 43px;
  border: solid 2px #eaeaea;
  border-radius: 3px;
}

.estatetool-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}

.estatetool-gallery-grid-item {
  display: block;
  position: relative;
  padding: 2px;
  width: 50%;
  height: auto;
  color: #ffffff;
}

@media (max-width: 767px) {
  .estatetool-gallery-grid-item {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .estatetool-gallery-grid-item {
    width: 100%;
  }
}

.estatetool-gallery-grid-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.estatetool-gallery-grid-item .estatetool-gallery-grid-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 2;
  font-weight: 300;
  font-size: 1em;
  padding: 0 1.5em;
}

.estatetool-gallery-grid-item .estatetool-gallery-grid-content .estatetool-gallery-grid-title {
  font-weight: 300;
  font-size: 1em;
}

.estatetool-gallery-grid-item:before {
  content: ' ';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1;
}

.estatetool-gallery-grid-item:hover .estatetool-gallery-grid-content, .estatetool-gallery-grid-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.isometri-responsive-iframe {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 75%;
}

.isometri-responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  border: 0;
}

#isometri_detail_full {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 100000;
}

#isometri_detail_full > iframe {
  margin-bottom: -6px !important;
}

#isometri_detail_full iframe {
  height: 100%;
  width: 100%;
}

@-webkit-keyframes estatetool-list-loading-cubes {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes estatetool-list-loading-cubes {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.estatetool-list-loading-cubes div {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 6.666666666666668px;
  left: 6.666666666666668px;
  background: #6a6a6a;
  background: #10545C;
  -webkit-animation: estatetool-list-loading-cubes 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: estatetool-list-loading-cubes 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.estatetool-list-loading-cubes div:nth-child(2) {
  top: 6.666666666666668px;
  left: 53.33333333333333px;
  background: #979797;
  background: #187c87;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.estatetool-list-loading-cubes div:nth-child(3) {
  top: 53.33333333333333px;
  left: 6.666666666666668px;
  background: #e2e2e2;
  background: #1b909d;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.estatetool-list-loading-cubes div:nth-child(4) {
  top: 53.33333333333333px;
  left: 53.33333333333333px;
  background: #bdbdbd;
  background: #23b7c9;
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.estatetool-list-loading-cubes-wrapper {
  width: 80px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.estatetool-list-loading-cubes {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.8);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.estatetool-list-loading-cubes div {
  box-sizing: content-box;
}

.estatetool-open-house {
  display: flex;
  padding: 5px;
  justify-content: flex-end;
  align-items: flex-start;
  color: #333333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 16px;
  line-height: 1.3;
}

@media (max-width: 370px) {
  .estatetool-open-house {
    font-size: 14px;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .estatetool-open-house {
    padding: 20px 20px 20% 20px;
  }
}

.estatetool-open-house .estatetool-oh-circle-1,
.estatetool-open-house .estatetool-oh-circle-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
}

.estatetool-open-house .estatetool-oh-circle-1 {
  flex-basis: 150px;
  height: 150px;
  top: 24px;
  right: -20px;
  background-color: rgba(193, 219, 217, 0.9);
  z-index: 1;
}

@media (max-width: 370px) {
  .estatetool-open-house .estatetool-oh-circle-1 {
    flex-basis: 120px;
    height: 120px;
  }
}

.estatetool-open-house .estatetool-oh-circle-2 {
  flex-basis: 200px;
  height: 200px;
  background-color: #2A4D59;
  color: #ffffff;
}

@media (max-width: 360px) {
  .estatetool-open-house .estatetool-oh-circle-2 {
    flex-basis: 150px;
    height: 150px;
  }
}

.estatetool-open-house .estatetool-oh-title {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.estatetool-open-house h2,
.estatetool-open-house h3 {
  margin: 0;
  line-height: 1.1;
  font-size: 1.5em;
  font-weight: bold;
}

.estatetool-open-house h2::before, .estatetool-open-house h2::after,
.estatetool-open-house h3::before,
.estatetool-open-house h3::after {
  display: none;
}

.estatetool-open-house p {
  margin: 0;
}

.estatetool-open-house .estatetool-oh-circle-1,
.estatetool-open-house .estatetool-oh-circle-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
}

.estatetool-open-house .estatetool-oh-circle-1 {
  flex-basis: 27vw;
  height: 27vw;
  right: -1.4vw;
  z-index: 1;
  font-size: 2.7vw;
}

@media screen and (min-width: 1025px) {
  .estatetool-open-house .estatetool-oh-circle-1 {
    flex-basis: 17vw;
    height: 17vw;
    font-size: 1.7vw;
  }
}

.estatetool-open-house .estatetool-oh-circle-1 {
  background-color: rgba(161, 193, 198, 0.8);
  color: #333;
}

.estatetool-open-house .estatetool-oh-circle-2 {
  flex-basis: 30vw;
  height: 30vw;
  font-size: 3vw;
}

@media screen and (min-width: 1025px) {
  .estatetool-open-house .estatetool-oh-circle-2 {
    flex-basis: 20vw;
    height: 20vw;
    font-size: 2vw;
  }
}

.estatetool-open-house .estatetool-oh-circle-2 {
  background-color: rgba(21, 101, 112, 0.8);
  color: #ffffff;
}

.estatetool-open-house h2::before,
.estatetool-open-house h2::after,
.estatetool-open-house h3::before,
.estatetool-open-house h3::after {
  display: none;
}

.estatetool-open-house p,
.estatetool-open-house h1,
.estatetool-open-house h2,
.estatetool-open-house h3 {
  margin: 0;
  line-height: normal;
}

.estatetool-open-house h1,
.estatetool-open-house .estatetool-oh-title {
  font-size: 3.5vw;
}

.estatetool-open-house h2 {
  font-size: 3vw;
}

.estatetool-open-house h3 {
  font-size: 2.5vw;
}

@media screen and (min-width: 1025px) {
  .estatetool-open-house h1,
  .estatetool-open-house .estatetool-oh-title {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1025px) {
  .estatetool-open-house h2 {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1025px) {
  .estatetool-open-house h3 {
    font-size: 1.5vw;
  }
}

.estatetool-open-house .estatetool-oh-circle-1 a,
.estatetool-open-house .estatetool-oh-circle-2 a {
  color: #ffffff;
}
