aside {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding: 12px;
}
aside .aside-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1b75bb;
  border-bottom: 1px solid #d4d4d4;
  padding: 2px 12px 12px;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  aside .aside-title {
    font-size: 1.125rem;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside-title {
    margin-top: 0;
    text-align: left;
    background-color: #ebf1f6;
    border-top: 1px solid #d4dbe1;
    border-bottom: 1px solid #d4dbe1;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #1b75bb;
    margin: 1.75rem -15px 0;
    padding: 0.75rem 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  aside .aside-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  aside .aside-title {
    font-size: 1.125rem;
  }
}
aside .aside-content {
  padding: 0 12px 12px;
}
@media only screen and (max-width: 767px) {
  aside .aside-content {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  aside {
    margin: -15px -15px 0;
    padding: 0 15px;
    background-color: #ffffff;
    border: none;
  }
}

.alert-info {
  color: #3a3a3a;
  background-color: #ebf1f6;
  border-color: #d4dbe1;
  font-size: 0.875rem;
}

.validation-error {
  margin-top: 2px;
  font-size: 12px;
  color: #f44336;
  display: none;
}

.was-validated .form-control:invalid ~ .validation-error {
  display: block;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
  border-color: #d4d4d4;
}

button[type=submit] {
  text-transform: uppercase;
}

label.required:before {
  vertical-align: top;
  content: "* ";
}

.custom-control-label {
  padding-left: 0.25rem;
}
.custom-control-label::before {
  top: 0.2rem;
  width: 1.25rem;
  height: 1.25rem;
}
.custom-control-label::after {
  top: 0.2rem;
  width: 1.25rem;
  height: 1.25rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #4595d2;
  background-color: #ffffff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231b75bb' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

nav {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 1.75rem;
}

h1 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #1b75bb;
}

.subtitle {
  font-size: 0.875rem;
  font-weight: 500;
}

.btn-show-map {
  border-radius: 0;
}

.filter aside .btn-close, .filter aside .btn-filter {
  display: none;
}
.filter .filter-form label {
  white-space: nowrap;
}
.filter .filter-form .separator {
  height: 1px;
  position: relative;
  margin: 1rem 0;
}
.filter .filter-form .separator:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
  background: -webkit-linear-gradient(left, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
  background: linear-gradient(to right, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#f5f5f5",GradientType=1 );
}
.filter .filter-form .custom-control-inline {
  margin-right: 0;
  margin-bottom: 0.5rem;
  width: 49%;
}
.filter .filter-form .custom-control-inline.floor-checkbox {
  width: 100%;
}
.filter .filter-form .form-inline label {
  width: 20%;
  display: inline-flex;
}
.filter .filter-form .form-inline input {
  width: 50%;
}
.filter .filter-form .slider {
  display: block;
  width: 100%;
}
.filter .filter-form .slider .slider-track {
  background: #ffffff;
}
.filter .filter-form .slider .slider-selection {
  background: #40b0ef;
  box-shadow: unset;
}
.filter .filter-form .slider .slider-handle {
  background-image: unset;
  background-color: #3387c8;
}
.filter .filter-form .range-min-label, .filter .filter-form .range-max-label {
  font-size: 0.9375rem;
}

.list-item {
  padding-top: 1.75rem;
  margin-bottom: 1.75rem;
  border-top: 1px solid #d4d4d4;
}
.list-item .thumb {
  max-width: 200px;
  height: 200px;
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  margin-right: 15px;
  position: relative;
}
.list-item .thumb::after {
  content: "\e811";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  font-family: "property-group";
  font-size: 2rem;
  color: #d4d4d4;
}
.list-item .thumb a {
  width: auto;
  height: inherit;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.list-item .content {
  margin-left: -15px;
}
.list-item .content .title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1b75bb;
  margin-top: -2px;
}
.list-item .content address {
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: -0.3125rem;
  align-items: center;
}
.list-item .content address i {
  font-size: 1.125rem;
}
.list-item .content .attribute {
  display: flex;
  align-items: center;
}
.list-item .content .attribute > span {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
}
.list-item .content .attribute > span.icon {
  width: auto;
}
.list-item .content .attribute > span.icon i {
  font-size: 1.75rem;
  color: #1a75bb;
}
.list-item .content .attribute > span.icon i.icon-plan {
  margin-left: -0.375rem;
  margin-right: 0.3125rem;
}
.list-item .content .attribute > span.icon i.icon-building {
  font-size: 2.5rem;
}
.list-item .content .attribute > span.icon i.icon-car {
  font-size: 2rem;
}
.list-item .content .attribute > span.text {
  max-width: 170px;
}
.list-item .content .attribute > span.text span {
  white-space: nowrap;
}
.list-item .content .plan {
  padding-right: 0;
}
.list-item .content .car {
  padding: 0;
}
.list-item .content .car .attribute {
  margin-top: -1px;
}
.list-item .content .car .attribute .icon {
  line-height: 1;
}
.list-item .content .car .attribute .icon i {
  margin-right: 0.25rem;
}
.list-item .content .stairs i, .list-item .content .waves i {
  margin-right: 0.25rem;
}
.list-item .content .stairs .text, .list-item .content .waves .text {
  white-space: nowrap;
}
.list-item .content .waves {
  padding-right: 0;
}
.list-item .content .btn-more {
  padding: 0.2rem 0.5rem;
}
.list-item .content .info {
  display: flex;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: lowercase;
}
.list-item .content .info span {
  padding: 0.25rem 0.5rem 0.25rem 0;
  margin-right: 0.5rem;
  position: relative;
}
.list-item .content .info span:not(:last-of-type):before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(top, #ffffff 0%, #fdfdfd 9%, #dddddd 24%, #d3d3d3 41%, #d3d3d3 55%, #dddddd 72%, #f9f9f9 90%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fdfdfd 9%, #dddddd 24%, #d3d3d3 41%, #d3d3d3 55%, #dddddd 72%, #f9f9f9 90%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 9%, #dddddd 24%, #d3d3d3 41%, #d3d3d3 55%, #dddddd 72%, #f9f9f9 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=0 );
}
.list-item .content .price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #24b124;
  white-space: nowrap;
}
.list-item .content .area {
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}
.list-item .content .area span {
  color: #b32020;
}
.list-item .content .description {
  font-size: 0.8125rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.loading {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
}
.loading i {
  font-size: 1.5rem;
  color: #1b75bb;
}

.footer-bar {
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 48px;
  background-color: #1a75bb;
  opacity: 0.95;
}
.footer-bar button {
  background-color: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #ffffff;
  width: inherit;
  height: inherit;
  letter-spacing: 0.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bar button i {
  font-size: 1.5rem;
}

@media only screen and (min-width: 1024px) and (max-width: 1140px) {
  .btn-show-map {
    font-size: 1rem !important;
    padding: 0.25rem !important;
  }
  .btn-show-map .icon {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .filter .filter-form .slider {
    width: 94%;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .footer-bar {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .filter aside.show {
    position: fixed;
    width: 100%;
    /* margin-top: -51px !important; */
    padding-right: 0;
    z-index: 10;
    top: 75px;
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .filter aside.show .aside-title {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 24px;
  }
  .filter aside.show .aside-content {
    overflow-y: auto;
    /* height: calc(100vh - 163px); */
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .filter aside.show .aside-content.full-screen {
    /* height: calc(100vh - 150px); */
  }
  .filter aside.show .btn-close {
    display: block;
    color: #8294a5;
  }
  .filter aside.show .btn-filter {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    border-radius: 0;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-color: #1b75bb;
    height: 50px;
  }
  .page-title h1 {
    font-size: 1.125rem;
    line-height: 50px;
    color: #ffffff;
  }
  .list-item {
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }
  .list-item .row > .col-5 {
    padding-left: 0;
  }
  .list-item .thumb {
    border: none;
    margin-right: 0;
    width: auto;
    height: 100%;
  }
  .list-item .thumb a {
    width: auto;
    height: 100%;
  }
  .list-item .content {
    padding: 0.75rem 0 0.5rem;
    margin-left: -15px;
  }
  .list-item .content address {
    margin-bottom: 0.5rem;
    align-items: flex-start;
  }
  .list-item .content address i {
    font-size: 0.875rem;
  }
  .list-item .content .plan {
    padding-right: 15px;
  }
  .list-item .content .plan .attribute {
    border-top: 1px solid #d4d4d4;
  }
  .list-item .content .car {
    padding: 0 15px;
  }
  .list-item .content .car .attribute {
    margin: 0;
  }
  .list-item .content .waves {
    padding-right: 15px;
  }
  .list-item .content .waves .attribute:last-of-type {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 0.5rem;
  }
  .list-item .content .attribute {
    padding-top: 0.5rem;
  }
  .list-item .content .attribute span.icon i {
    font-size: 1.5rem;
  }
  .list-item .content .attribute span.icon i.icon-stairs {
    margin-left: -0.3125rem;
    margin-right: 0.2rem;
  }
  .list-item .content .attribute span.icon i.icon-car {
    font-size: 1.625rem;
    margin-left: -0.5rem;
  }
  .list-item .content .attribute span.icon i.icon-building {
    font-size: 1.75rem;
    margin-left: -0.5rem;
  }
  .list-item .content .attribute span.icon i.icon-waves {
    margin-left: -0.375rem;
    margin-right: 0.25rem;
  }
  .list-item .content .price {
    font-size: 1.5rem;
  }
  .list-item .content .btn-more {
    font-weight: 700;
    color: #1b75bb;
    padding: 0 0 0 0.75rem;
    margin-top: 0.75rem;
    border-left: 1px solid #e6e6e6;
  }
  .list-item .content .btn-more i {
    font-size: 1.75rem;
    margin-left: -0.625rem;
  }
  .list-item .content .btn-more i::before {
    margin-right: 0;
  }
  .divider {
    height: 1.25rem;
    background-color: #ebf1f6;
    border-top: 1px solid #d4dbe1;
    border-bottom: 1px solid #d4dbe1;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) and (orientation: landscape) {
  .list-item .thumb {
    max-width: none;
  }
}
@media only screen and (max-width: 320px) {
  .list-item .content .title {
    font-size: 1rem;
  }
  .list-item .content .price {
    font-size: 1.25rem;
  }
  .list-item .content .area {
    font-size: 0.75rem;
  }
  .list-item .content .btn-more {
    font-size: 0.875rem;
    padding: 0 0 0 0.5rem;
  }
  .list-item .content .btn-more i {
    font-size: 1.5rem;
    margin-left: -0.5rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .filter aside.show {
    width: 96%;
    margin-top: -78px !important;
  }
  .filter aside .filter-form .slider {
    width: 97%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .filter aside.show .aside-content {
    height: calc(100vh - 270px);
  }
}
@media only screen and (device-width: 375px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .filter aside.show .aside-content {
    height: calc(100vh - 270px);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .filter aside.show .aside-content {
    height: calc(100vh - 220px);
  }
}
.change-view-filter {
  display: none;
}
@media only screen and (min-width: 991px) {
  .change-view-filter {
    display: block;
    margin-bottom: 10px;
  }
  .change-view-filter a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
  }
  .change-view-filter a::before {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(/assets/images/list.png);
    background-size: 24px 24px;
    content: "";
    margin-right: 10px;
  }
  .change-view-filter a.map-view::before {
    background-image: url(/assets/images/map.png);
  }
  .change-view-filter a.active {
    color: #42b0ef;
    font-weight: 600;
  }
}

.properties-holder {
  position: relative;
}
.properties-holder .toggle-list-view {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  border: 1px solid #2b699a;
  background: #1a75bb;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.properties-holder .toggle-list-view.mobile {
  display: none;
}
.properties-holder .toggle-list-view:hover {
  color: #fff !important;
  background: #2b699a;
  border-color: #1a75bb;
}
.properties-holder .toggle-list-view::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 35px;
  position: absolute;
  right: 50px;
  top: 5px;
  background: #115a91;
}
.properties-holder .toggle-list-view::after {
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 12px;
  background-image: url(../../../images/map_search.png);
  background-size: 24px 24px;
}
@media only screen and (max-width: 991px) {
  .properties-holder .toggle-list-view::after {
    background-image: url(../../../images/map_search_mobile.png);
  }
}
.properties-holder .toggle-list-view.map-view::after {
  background-image: url(../../../images/search.png);
}
@media only screen and (max-width: 991px) {
  .properties-holder .toggle-list-view.map-view::after {
    background-image: url(../../../images/search_mobile.png);
  }
}
@media only screen and (max-width: 991px) {
  .properties-holder .toggle-list-view {
    display: none;
  }
  .properties-holder .toggle-list-view.mobile {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 0px;
    display: block;
    z-index: 9;
  }
  .properties-holder .toggle-list-view.mobile::before {
    display: none;
  }
  .properties-holder .toggle-list-view.mobile::after {
    width: 32px;
    height: 32px;
    top: 15px;
    right: 15px;
    background-size: 32px 32px;
  }
}
.properties-holder #map-listing {
  position: absolute;
  left: 0px;
  width: 100%;
  height: calc(100% + 20px);
  z-index: 2;
  margin-top: -1.75rem;
}
@media only screen and (max-width: 768px) {
  .properties-holder #map-listing {
    margin-top: -49px;
  }
}
@media only screen and (max-width: 991px) {
  .properties-holder #map-listing {
    height: calc(100vh + 20px);
  }
}
.properties-holder #map-listing #map {
  height: 100%;
}

@media only screen and (min-width: 992px) {
  #filter {
    z-index: 3;
    position: relative;
  }
}

.custom-checkbox.type-radio .custom-control-label::before {
  border-radius: 50%;
}

#property-modal .modal-dialog {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #property-modal .modal-dialog {
    max-width: 700px;
  }
}
#property-modal .modal-header {
  padding: 0px;
  border-bottom: 0px;
  position: relative;
}
#property-modal .modal-header .close {
  position: absolute;
  right: 0px;
  top: -36px;
  opacity: 1;
  text-shadow: none;
  font-size: 38px;
  color: #fff;
}
#property-modal .modal-body {
  padding: 0px 1rem;
}
#property-modal .list-item {
  border-top: none;
  margin-bottom: 1rem;
}
#property-modal .list-item .divider {
  display: none;
}
@media only screen and (max-width: 992px) {
  #property-modal .list-item {
    padding-top: 15px;
  }
}
#property-modal .list-item .thumb {
  height: 200px;
  max-width: 100%;
  margin-bottom: 15px;
}
#property-modal .list-item .content {
  margin: 0 !important;
  padding: 0 !important;
}
#property-modal.show {
  z-index: 10000;
}

.modal-backdrop.show {
  z-index: 9999;
}

@media only screen and (max-width: 992px) {
  .leaflet-control-container {
    display: none !important;
  }
}

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