.font-30 {
  font-size: 30px;
}

.nav-brand.static-logo, .nav-brand.fixed-logo {
  width: 250px;
}

.nav-menu.nav-menu-social > li.add-listing a {
  padding: 28px 20px;
}

.inner-pages.change-logo .nav-brand.static-logo {
  display: none;
}

.inner-pages.change-logo .nav-brand.fixed-logo {
  display: block;
}

.navigation-portrait .nav-toggle {
  right: 0;
  left: unset;
}

.project-section .property-listing {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.project-section .property-listing.list_view .listing-img-wrapper,
.project-section .property-listing.list_view .list_view_flex {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 400px;
}

.project-section .property-listing.list_view .list_view_flex {
  padding: 25px 35px;
  background-color: #231f20;
  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;
  border-radius: 0 4px 4px 0;
}

.project-section .property-listing.list_view .listing-card-info-price {
  color: #fff;
}

.project-section .property-listing.list_view .listing-name {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.project-section .property-listing.list_view .listing-name a {
  color: #fff;
}

.project-section .property-listing.list_view ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project-section .property-listing.list_view ul li {
  color: #fff;
  padding: 5px 5px 0 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.project-section .property-listing.list_view ul li:nth-of-type(2n+2) {
  margin-left: 10px;
}

.project-section .property-listing.list_view ul li:before {
  background: none;
  font-size: 12px;
  top: 2px;
  width: 15px;
}

.project-section .property-listing.list_view .list-img-slide {
  max-height: unset;
  height: 100%;
  border-radius: 4px 0 0 4px;
}

.project-section .property-listing.list_view .list-img-slide img {
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.project-section .property-listing.list_view .prt-view {
  background-color: #d1ac4b;
}

.prt_saveed_12lk .toggler i {
  color: #d1ac4b;
}

@media (max-width: 600px) {
  .nav-brand img {
    max-width: unset;
  }
  .navigation-portrait .nav-brand {
    margin-left: 0;
    max-width: 250px;
  }
  .project-section .property-listing.list_view .listing-img-wrapper {
    height: 250px;
  }
  .project-section .property-listing.list_view .list_view_flex {
    height: auto;
  }
  .project-section ._card_list_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .project-section ._card_list_flex ._card_flex_last {
    margin-top: 10px;
  }
  .project-section .property-listing.list_view ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .project-section .property-listing.list_view .listing-name {
    margin-bottom: 5px;
  }
  .project-section .listing-detail-footer {
    margin-top: 0;
  }
  .project-section .property-listing.list_view ul li:nth-of-type(2n+2) {
    margin-left: 0;
  }
  .project-section .property-listing.list_view .list_view_flex {
    padding: 25px 20px;
  }
  .project-section .property-listing.list_view .list-img-slide {
    border-radius: 4px 4px 0 0;
  }
  .pertner_flexio {
    margin: 0.4rem 4px;
    padding: 0.5rem 0px;
  }
  .footer_widget ul li {
    margin-top: 10px;
  }
  .footer_widget {
    padding: 10px 0;
  }
  .shorting_pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shorting_pagination .shorting_pagination_laft {
    margin-bottom: 20px;
  }
  .shorting-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .short_wraping {
    margin-bottom: 0;
  }
}

.player-wrapper {
  position: relative;
}

.player-wrapper .player {
  background-image: url("/images/breadcrumb/c.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: 100% 0 !important;
  background-size: cover !important;
  height: 100vh !important;
  padding-bottom: 0 !important;
}

.player-wrapper .video-control {
  position: absolute;
  bottom: 5%;
  width: 100%;
  padding: 0 5%;
  z-index: 5;
}

.player-wrapper .video-control button {
  border: 0;
  background: transparent;
  color: white;
  outline: 0;
  padding: 0 20px;
  cursor: pointer;
}

.player-wrapper .video-control button.mute-btn .mute {
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.player-wrapper .video-control button.mute-btn .mute.active {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.player-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.51)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.51));
}
/*# sourceMappingURL=custom.css.map */