
.lang24 {
  text-transform: uppercase;
  font-weight: bold;
}
.lang24 .selected {
  font-weight: lighter;
}

.header-topbar-social {
    margin-right: 30px;
}
.header-topbar-social li {
    margin: 0px 0px 0px 15px;
}
.header-topbar-social li a {
    color: #fff;
}

.header-title img {
  opacity: 1;
}
.promoted {
  background-position: center center;
}

.property-amenities {
  margin: 0;
}
@media (min-width: 768px) {
  .property-amenities {
    margin: 0; }
    .property-amenities ul {
      list-style: none;
      margin-bottom: 0px;
      padding: 0px; }
    .property-amenities li {
      color: #424242;
      line-height: 34px;
      width: 20%;
      float: left; }
      .property-amenities li.yes:before, .property-amenities li.no:before {
        color: #BDBDBD;
        content: '\f00d';
        font-family: 'FontAwesome';
        font-size: 12px;
        margin: 0px 10px 0px 0px;
        vertical-align: top; }
      .property-amenities li.yes:before {
        color: #EF5350; }
}
.custommargin-form-group {
    margin-bottom: 10px !important;
}

/*  */
.content, .sidebar {
  margin-top: 10px;
  margin-bottom: 20px;
}
.sort .form-group {
  margin-bottom: 10px;
}

/* index grid */
.index-grid .property-box-image {
  min-height: 240px;
}
.index-grid .property-box-image {
  max-height: 240px;
}
.index-grid .property-box-image img {
  height: 240px;
  object-fit: cover;
}

/* grid */
.property-box-image {
  min-height: 196px;
}

.property-box-image {
  max-height: 196px;
}

/* recent */
.property-simple-status {
  font-size: 13px;
}

.pagination {
  margin: 0px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: transparent;
}

.property-small-price {
  color: #616161;
}

/* FROM WP version */
/* grid */
.property-box-simple {
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px; }
  .property-box-simple:hover .property-box-simple-actions {
    top: 0px; }
  .property-box-simple:hover .property-box-simple-header {
    background-color: #29B6F6; }
    .property-box-simple:hover .property-box-simple-header h2 a {
      color: #fff; }
    .property-box-simple:hover .property-box-simple-header h3 {
      color: #E1F5FE; }
    .property-box-simple:hover .property-box-simple-header span {
      color: #E1F5FE; }

.property-box-simple-meta {
  background-color: #EEEEEE;
  padding: 8px 30px; /* p24 df: 12px 30px; */ }
  .property-box-simple-meta ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .property-box-simple-meta li {
    display: block;
    font-size: 12px;
    line-height: 28px;
    margin: 0px;
    overflow: hidden; }
  .property-box-simple-meta span {
    color: #757575; }
  .property-box-simple-meta strong {
    color: #424242;
    float: right; }

.property-box-simple-header {
  padding: 12px 30px; /* p24 df: 12px 30px; */
  position: relative;
  transition: color .15s linear; }
  .property-box-simple-header h2, .property-box-simple-header h3 {
    line-height: 1.4;
    margin: 0px;
    padding: 0px; }
  .property-box-simple-header h2 {
    color: #616161;
    display: block;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .15s linear;
    white-space: nowrap; }
    .property-box-simple-header h2 a {
      color: #616161;
      transition: color .15s linear; }
  .property-box-simple-header h3 {
    color: #616161;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px; /* p24 */
    transition: color .15s linear; }
  /* p24 */
  .property-box-simple-header span {
    color: #9E9E9E;
    transition: color .15s linear; }

.property-box-simple-image-inner img {
  position: relative;
  z-index: 2; }

.property-badge {
  background-color: #757575; /* df fff */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  color: #fff; /* df 757575 */
  display: block;
  font-size: 15px;
  font-weight: 600;
  left: 12px;
  line-height: 1;
  padding: 7px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  z-index: 3;
  letter-spacing:1px;}

.property-badge-sticky {
  background-color: #D81B60;
  color: #fff;
  left: auto;
  right: 12px; }

.property-badge-open {
  top: 50px;
  padding: 12px 32px;
  left: 30px;
  font-size: 26px;
  transform: rotate(-5deg);
}

/* search */
.widget_horizontal_filter_widget {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 0px 0px;
  padding: 20px 16px 4px; /* p24 df:16 */ }
  .widget_horizontal_filter_widget h2 {
    margin-top: 0px; }
  .widget_horizontal_filter_widget .row-submit .form-group {
    float: right;
    margin: 0px; }
  .widget_horizontal_filter_widget .form-group, .widget_horizontal_filter_widget .input-group {
    margin-bottom: 25px; }
  .widget_horizontal_filter_widget .no-title {
    padding-top: 30px; }

label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0; /* p24 */
}


/* extra gallery */
/* PROPERTY DETAILS */
.property-gallery .images-footer-inner { color: #FFF; background-color: #423338; background-color: rgba(66,51,56,0.9); }
.property-gallery .image-counter { color: #999999; }
.property-gallery .full-btn,
.property-gallery .prev-btn,
.property-gallery .next-btn { color: #000; background-color: #FFF; }

.property-gallery .images-footer { position: absolute; left: 0; right: 0; top: 0; z-index:10; padding: 15px; }
.property-gallery .images-footer-inner { position: relative; margin-right: 162px; padding: 0 60px 0 15px; height: 40px; line-height: 40px; }
.property-gallery .image-counter { position: absolute; top: 0; right: 10px; }
.property-gallery .full-btn,
.property-gallery .prev-btn,
.property-gallery .next-btn { display: block; position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; cursor: pointer; }
/*.property-gallery .full-btn { right: 112px; }
.property-gallery .prev-btn { right: 62px; }*/
.property-gallery .full-btn { right: 20px; }

.property-gallery .btn:not(.dropdown-toggle):hover, .btn-secondary:not(.dropdown-toggle):hover {
  color: #000;
}
.property-gallery .btn:not(.dropdown-toggle):active, .btn-secondary:not(.dropdown-toggle):active, .btn:not(.dropdown-toggle):focus, .btn-secondary:not(.dropdown-toggle):focus {
  color: #000;
}

.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.swiper-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* gallery img size */
.property-gallery .gallery-top img {
  max-height: 361px;
}
@media (max-width: 1199px) {
  .property-gallery .gallery-top img {
    max-height: 296px;
  }
}
@media (max-width: 991px) {
  .property-gallery .gallery-top img {
    max-height: 352px;
  }
}
@media (max-width: 767px) {
  .property-gallery .gallery-top img {
    max-height: 271px;
  }
}

/*  */
#contactFormOverlay, #contactFormOverlay2 {
  display: none;
}

.custom-select {
  color: #000;
  background: #fff;
}

@media (min-width: 1200px) {
  .property-simple-image {
    height: 205px;
  }
}

.contact-details h2 {
  margin-bottom: 5px;
}

.footer-top-inner {
  padding: 15px 0px;
}
.footer-bottom {
    padding: 15px 0px 20px;
}
.footer-bottom-litigation {
    padding-bottom: 10px;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .mobile-show {
    display: none;
  }
}

.dynamictext {
  font-size: 15px;
}

.widget-title {
  border-bottom: none;
  margin: 0px 0px 0px 0px;
}
.widget-title h2 {
  line-height: 50px;
}
.agent-medium-image {
  background-color: #fff;
}

.defaultlink {
  color: #337ab7;
}