/* Edit Css */

@import "searchbox.css";

.qual-uptown-hidden {
  display: none;
}

.qual-uptown-content-wrapper {
  margin-top: 12px;
  margin-bottom: 12px;
}

.qual-uptown-content-wrapper * {
  box-sizing: border-box;
}

.qual-uptown-content-wrapper-left {
  width: 75%;
  min-width: calc(100% - 240px);
  float: left;
  margin-left: 0px;
}

.qual-uptown-content-wrapper-right {
  width: 25%;
  max-width: 240px;
  float: left;
  margin-left: 0px;
}

.qual-uptown-property-title-wrapper {
  float: left;
  width: 100%;
}

.qual-uptown-property-title-wrapper h1 {
  text-transform: none;
  margin: 0px !important;
  padding: 0px !important;
}

.qual-uptown-property-address-wrapper {
  float: left;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #5a5a5a;
  font-size: 13px;
}

.qual-uptown-property-address-wrapper i {
  margin-right: 6px;
}

.qual-uptown-slider-wrapper {
  width: 100%;
  float: left;
}

.qual-uptown-mappable {
  width: 100%;
  height: 520px;
}

.qual-uptown-mappable.qual-uptown-single-map {
  height: 200px !important;
}

.qual-uptown-content-boxed {
  margin: 0px auto;
  max-width: 1200px;
}

.qual-uptown-content-full-width {
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-right: 24px;
}

.qual-property-results-wrapper {
  float: left;
  margin-left: 0px;
  width: calc(100% - 344px);
}

.qual-property-results-wrapper.full {
  float: none;
  margin: 0px auto !important;
  /* min-width: 720px !important; */
}


/* Property styles start here */

.qual-uptown-loading {
  width: 100%;
  height: 24px;
  display: none;
	position: relative;
    left: 50%;
    right: 50%;
}

.qual-property-list {
  width: 100%;
}

.qual-property-list .qual-property-list-item {
  margin-bottom: 24px;
  float: left;
  min-height: 345px;
  height: auto;
}

.qual-property-list .qual-property-list-item.row-1 {
  width: 100%;
}

.qual-property-list .qual-property-list-item.row-2 {
  width: 48%;
  width: calc(50% - 12px);
  margin-left: 12px;
  margin-right: 12px;
}

.qual-property-list .qual-property-list-item.row-2:nth-child(2n+ 1) {
  margin-left: 0px;
}

.qual-property-list .qual-property-list-item.row-2:nth-child(2n+ 2) {
  margin-right: 0px;
}

.qual-property-list .qual-property-list-item.row-3 {
  width: 32%;
  width: calc(33.3% - 16px);
  margin-left: 12px;
  margin-right: 12px;
}

.qual-property-list .qual-property-list-item.row-3:nth-child(3n+ 1) {
  margin-left: 0px;
}

.qual-property-list .qual-property-list-item.row-3:nth-child(3n+ 3) {
  margin-right: 0px;
}

.qual-property-list .qual-property-list-item.row-4 {
  width: 24%;
  width: calc(25% - 18px);
  margin-left: 12px;
  margin-right: 12px;
}

.qual-property-list .qual-property-list-item.row-4:nth-child(4n+ 1) {
  margin-left: 0px;
  clear: both;
}

.qual-property-list .qual-property-list-item.row-4:nth-child(4n+ 4) {
  margin-right: 0px;
}

.qual-property-list .qual-property-list-item.row-5 {
  width: 20%;
  width: calc(20% - 19.2px);
  margin-left: 12px;
  margin-right: 12px;
}

.qual-property-list .qual-property-list-item.row-5:nth-child(5n+ 1) {
  margin-left: 0px;
}

.qual-property-list .qual-property-list-item.row-5:nth-child(5n+ 5) {
  margin-right: 0px;
}

.qual-property-list .uptown-featured-image-wrapper {
  background-color: #e5e5e5;
}

.qual-property-list .qual-property-list-item img {
  display: block;
  width: 100%;
  min-height: 179px;
  margin: 0px;
}

.qual-uptown-property-virtual-wrapper img {
    width: auto !important;
    min-height: auto !important;
}

.qual-property-list .qual-uptown-no-image {
  width: 100%;
  height: 180px;
  background-color: #e5e5e5;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
}

.qual-property-list .qual-uptown-no-image i {
  line-height: 180px;
  margin: 0px auto;
}

.qual-property-list .uptown-property-details {
  background-color: #FFFFFF;
  width: 100%;
  min-height: 125px;
  float: left;
  margin-left: 0px;
  padding: 12px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  word-wrap: break-word;
}

.qual-property-list .uptown-property-details h4 {
  margin: 0px;
}

.qual-property-list .uptown-property-details h4 a {
  color: #000000;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
}

.qual-property-list .uptown-property-details p {
  margin: 0px !important;
  padding: 0px !important;
}

.qual-property-list .uptown-address {
  font-size: 13px;
  line-height: 1.7;
}

.qual-property-list .uptown-property-bottom {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  background-color: #E9E9E9;
}

.qual-uptown-property-sidebar-wrapper {
  width: 100%;
  float: left;
  margin: 0px 0px 12px 0px;
  padding-left: 24px;
}

.qual-uptown-property-sidebar {
  float: left;
  margin-left: 0px;
  width: 100%;
  font-size: 13px;
}

.qual-uptown-property-sidebar img {
  display: block;
}

.qual-uptown-property-sidebar-content {
  float: left;
}

.qual-uptown-property-sidebar-content h4 {
  margin: 0px !important;
  padding: 0px !important;
}

.qual-uptown-property-sidebar-content h4 a {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}

.qual-uptown-property-sidebar-address {
  float: left;
  margin-left: 0px;
  width: 100%;
  font-size: 12px !important;
  line-height: 1.5;
}

.qual-uptown-property-sidebar-price {
  font-size: 12px;
  line-height: 1;
  color: #3299BB;
  width: auto;
  padding: 3px 3px;
  font-weight: bold;
  float: left;
  margin-left: 0px;
  border-radius: 3px;
}

.qual-no-post-found {
  float: left;
  clear: both;
  margin-left: 0px;
}

.uptown-info {
  float: left;
  margin-left: 0px;
  width: 100%;
  font-size: 13px;
  color: #999;
}

.uptown-property-location {
  float: left;
  line-height: 36px;
  padding-left: 12px;
}

.uptown-property-price {
  float: right;
  right: 0px;
  height: 100%;
  background-color: #3299BB;
  border: 1px solid #3299BB;
  color: #FFFFFF;
  padding: 12px;
  font-weight: 600;
}


/* Property styles end here */


/* Pagination starts here */

.qual-uptown-pagination {
  float: left;
  clear: both;
}

.qual-uptown-pagination .qual-page {
  float: left;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #E9E9E9;
  color: #000000;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.qual-uptown-pagination .qual-pagination-separator {
  float: left;
  margin-left: 12px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.qual-uptown-pagination .qual-page-active {
  color: #FFFFFF;
  background-color: #3299BB !important;
}

.qual-uptown-infinite-scroll-wrapper {
  width: 100%;
  float: left;
  margin-left: 0px;
}

.qual-uptown-infinite-scroll {
  display: none;
  cursor: pointer;
  float: left;
  padding: 6px 12px;
  border: 3px solid #e5e5e5;
  line-height: 1.5;
  font-size: 12px !important;
  text-transform: uppercase;
}

.qual-uptown-infinite-scroll.active {
  display: block !important;
}

.qual-uptown-pagination-loading {
  width: 100%;
  height: 24px;
  display: none;
}

.qual-uptown-pagination-loading.active {
  display: block !important;
}

.qual-uptown-pagination-no-posts {
  width: 100%;
  height: 24px;
  display: none;
}

.qual-uptown-pagination-no-posts.active {
  display: block !important;
}


/* Pagination ends here */


/* Single Content Frame */

.qual-uptown-single-content-wrapper {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow: scroll;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 64px;
  float: left;
}

.qual-uptown-single-content-wrapper.active {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
}

.qual-uptown-single-content {
  background-color: #FFFFFF;
  width: 800px;
  height: auto;
  margin: 0px auto;
  padding: 24px;
  overflow: auto;
  z-index: 1000000;
  border-radius: 6px;
}

.qual-uptown-single-close {
  display: none;
  margin: 0px auto;
  margin-top: 24px;
  line-height: 48px;
  height: 48px;
  max-width: calc(100% - 48px);
  background-color: #3299BB;
  border: 1px solid #3299BB;
  color: #FFFFFF;
  padding: 0px 24px;
}

.qual-uptown-single-content .qual-uptown-single-loading {
  display: none;
}

.qual-uptown-single-content .qual-uptown-single-loading.active {
  display: block;
}

.qual-uptown-close-popup {
  position: absolute;
  right: 64px;
  top: 64px;
  font-size: 24px !important;
  color: #FFFFFF;
  cursor: pointer;
}


/* Single Content Frame */


/* Filter styles start here */

.qual-filter-canvas-wrapper {
  float: left;
  width: 320px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  padding: 24px;
  z-index: 10000;
}

.qual-filter-canvas-wrapper-left {
  margin-left: 0px;
  margin-right: 24px;
}

.qual-filter-canvas-wrapper-right {
  margin-left: 24px;
  margin-right: 0px;
}

.qual-filter-wrapper * {
  box-sizing: border-box;
}

.qual-filter-wrapper .qual-filter-inner-wrapper {
  width: 100%;
}

.qual-filter-wrapper .qual-filter-wrapper-unit {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  font-size: 13px;
  clear: both;
}

.qual-filter-wrapper .qual-filter-wrapper-unit-scrollable {
  #max-height: 80px;
  overflow: auto;
  overflow-x: hidden;
}

.qual-filter-wrapper .qual-filter-wrapper-unit-bathroom {
  background-color: #FFFFFF;
  padding: 3px 12px;
  border: 1px solid #e5e5e5;
  max-height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 12px;
}

.qual-filter-wrapper .qual-child-locations {
  margin-top: 12px;
}

.qual-filter-wrapper .qual-filter-wrapper-unit .qual-menu-icon {
  float: right;
  line-height: 26px;
}

.qual-filter-wrapper .filter-label-wrapper {
  float: left;
  width: 100%;
}

.qual-filter-wrapper .filter-label-wrapper label {
  font-weight: bold;
  font-size: 13px;
  float: left;
}

.qual-filter-wrapper .filter-label-range {
  font-size: 13px;
  display: block;
  float: left;
  clear: both;
  line-height: 1.2;
}

.qual-filter-wrapper .filter-col-left {
  float: left;
  width: 50%;
  padding: 0px 6px 0px 0px;
}

.qual-filter-wrapper .filter-col-right {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 6px;
}

.qual-filter-wrapper .filter-input {
  position: relative;
  width: 100%;
  height: 36px;
}

.qual-filter-wrapper .value-wrapper {
  line-height: 36px;
  font-size: 12px;
  padding: 0px 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #e5e5e5;
  background-color: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
}

.qual-filter-wrapper .value-wrapper i {
  margin-right: 6px;
}

.qual-filter-wrapper .value-wrapper .default-label {
  display: inline-block;
}

.qual-filter-wrapper .value-wrapper .custom-label {
  display: none;
}

.qual-filter-wrapper .filter-input .arrow-icon-wrapper {
  position: absolute;
  right: 0px;
  text-align: center;
  line-height: 42px;
  height: 36px;
  width: 36px;
}

.qual-filter-wrapper .filter-input .dropdown-content {
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 48px;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  min-height: 96px;
  z-index: 1000;
  overflow: hidden !important;
}

.qual-filter-wrapper .filter-input:hover .dropdown-content {
  top: 34px;
  visibility: visible;
  opacity: 1;
  overflow: auto !important;
}

.qual-filter-wrapper .filter-input .dropdown-content.qual-orderby-dropdown {
  display: none;
}

.qual-filter-wrapper .filter-input:hover .dropdown-content.qual-orderby-dropdown {
  display: block;
}

.qual-filter-wrapper .filter-location-input:hover .dropdown-content {
  top: 0px !important;
}

.qual-filter-wrapper .filter-input-wrapper {
  float: left;
  margin-left: 0px;
  width: 100%;
  padding: 9px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fafafa;
}

.qual-filter-wrapper .filter-input-wrapper input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 6px;
  font-size: 12px;
  margin: 0px;
}

.qual-filter-wrapper .filter-content-wrapper {
  font-size: 12px;
  padding: 12px 12px 6px 12px;
  float: left;
  /* max-height: 150px; */
  overflow: auto;
  width: 100%;
}

.qual-child-location-wrapper {
  width: 100%;
  float: left;
  clear: both;
}

.qual-filter-wrapper .filter-content-wrapper-multiple {
  padding: 0px !important;
  overflow: hidden;
}

.qual-multiplea-all-label {
  font-size: 12px;
}

.qual-filter-wrapper .filter-content-wrapper ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
}

.qual-filter-wrapper .filter-content-wrapper ul li {
  cursor: pointer;
  margin: 0px;
}

.qual-filter-wrapper .filter-content-wrapper.qual-filter-wrapper-unit-scrollable ul li {
  cursor: pointer;
  float: left;
  width: 50%;
  list-style: none;
  margin: 0px;
}

.qual_number_of_bathrooms {
  width: 100% !important;
  line-height: 2.5;
}

.qual-filter-wrapper .filter-content-wrapper ul li.qual_number_of_rooms {
  float: left;
  width: 25%;
}

.qual-filter-wrapper .filter-content-wrapper ul li.child-list-item {
  margin-left: 12px;
}

.qual-filter-wrapper .filter-content-wrapper ul li:before {
  font-family: "FontAwesome";
  content: "\f096" !important;
  margin-right: 6px;
  font-size: 14px;
}

.qual-filter-wrapper .filter-content-wrapper ul li.active:before {
  font-family: "FontAwesome";
  content: "\f046" !important;
}

.qual-filter-wrapper .filter-content-title {
  font-weight: bold;
  float: left;
  margin-left: 0px;
  width: 100%;
  line-height: 13px;
}

.qual-filter-wrapper .filter-content-content {
  float: left;
  margin-left: 0px;
  width: 100%;
}

.qual-filter-wrapper .qual-filter-value {
  width: 100% !important;
  border: 1px solid #e5e5e5 !important;
  height: 35px !important;
  padding: 11px !important;
  margin: 0px;
}

.qual-filter-wrapper-extra-padding {
  margin-top: 12px;
}

.qual-top-filter-wrapper {
  float: left;
  width: 100vw !important;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #f5f5f5 !important;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.qual-top-filter-wrapper .qual-filter-cell {
  float: left;
  margin-left: 0px;
  width: 33%;
  padding: 6px;
}

.qual-top-filter-wrapper .qual-filter-wrapper-extra-padding {
  margin-top: 0px !important;
}

.qual-filter-ajax-button {
  float: left;
  margin-left: 0px;
  margin-top: 6px;
  width: 100%;
  line-height: 24px;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #3299BB;
  color: #FFFFFF;
  text-transform: uppercase;
}

.qual-top-filter {
  float: left;
  width: 100%;
  margin-bottom: 18px;
}

.qual-top-filter .qual-map-handler-wrapper {
  float: right;
  width: auto;
  min-width: 100px;
  margin-left: 12px;
  color: #FFFFFF;
  line-height: 1;
}

.qual-top-filter .qual-map-handler {
  cursor: pointer;
  padding: 12px;
  font-size: 12px;
  background-color: #78C0A8;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  font-weight: 600;
}

.qual-top-filter .qual-advanced-filter-handler-wrapper {
  float: right;
  width: auto;
  min-width: 100px;
  margin-left: 12px;
  color: #FFFFFF;
  line-height: 1;
}

.qual-top-filter .qual-advanced-filter-handler {
  cursor: pointer;
  padding: 12px;
  font-size: 12px;
  background-color: #e5e5e5;
  color: #000000;
  width: 100%;
  height: 100%;
  font-weight: 600;
}

.qual-top-filter .qual-advanced-filter-handler[data-target="close"] {
  background-color: #000000;
  color: #FFFFFF;
}

.qual-top-filter .qual-order-filter-wrapper {
  float: right;
  width: 200px;
  margin-left: 12px;
  max-height: 200px;
}

.qual-top-filter .qual-header-handler {
  float: left;
  line-height: 36px;
  font-size: 13px;
}

.qual-header-handler span {
  text-transform: uppercase;
  font-weight: bold;
}

.qual-uptown-open-menu {
  display: none;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  margin-bottom: 12px;
  text-align: center;
  background-color: #3299BB;
  border: 1px solid #3299BB;
  color: #FFFFFF !important;
}

.qual-uptown-close-menu {
  display: none;
  float: left;
  width: 100%;
  cursor: pointer;
  height: 48px;
  padding-bottom: 12px;
  line-height: 24px;
  color: #000000 !important;
  font-weight: bold;
}

.qual-order-switcher:hover .notifier {
  display: block !important;
}

.mCSB_inside> .mCSB_container {
  margin-right: 0px !important;
}

.mCSB_scrollTools {
  width: 4px !important;
}


/* Filter styles end here */


/* Single Content Starts Here */

.qual-details-wrapper {
  width: 100%;
  float: left;
}

.qual-details-wrapper .qual-infocard {
  margin: 24px 0px 0px 0px;
  font-size: 13px;
  width: 100%;
  float: left;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  padding: 12px;
}

.qual-details-wrapper .qual-infocard .property-feature {
  margin-right: 12px;
}

.qual-details-wrapper .qual-infocard .property-feature-div {
  display: block;
}

.qual-details-wrapper .qual-infocard .property-feature-div h3 {
  font-weight: 600;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}

.qual-details-wrapper .qual-infocard .property-feature:before {
  font-family: "FontAwesome";
  content: "\f046" !important;
  margin-right: 6px;
}

.qual-details-wrapper .qual-infocard-cell {
  width: 50%;
  float: left;
  margin-left: 0px;
  height: 35px;
  box-sizing: border-box;
  line-height: 24px;
}

.qual-details-wrapper .qual-infocard-cell:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}

.qual-details-wrapper .qual-infocard-row-left {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  padding: 6px;
}

.qual-details-wrapper .qual-infocard-row-right {
  display: inline-block;
  text-align: right;
  padding: 6px;
  float: right;
}

.qual-details-wrapper .qual-info-wrapper {
  float: left;
  margin-top: 24px;
  width: 100%;
}

.qual-details-wrapper .qual-info-wrapper .qual-header {
  float: left;
  width: 100%;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.qual-details-wrapper .qual-info-wrapper .qual-header i {
  margin-right: 9px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 18px;
}

.qual-details-wrapper .qual-info-wrapper .qual-header i.details-icon {
  background-color: #3299BB;
}

.qual-details-wrapper .qual-info-wrapper .qual-header i.map-icon {
  background-color: #F68E65;
}

.qual-details-wrapper .qual-info-wrapper .qual-header i.agent-icon {
  background-color: #5F960F;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content {
  float: left;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content p {
  margin: 0px !important;
  padding: 0px !important;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .thumbnail-wrapper {
  float: left;
  width: 30%;
  max-width: 150px;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .thumbnail-wrapper img {
  width: 100%;
}

.qual-map-canvas {
  height: 500px;
}

.qual-map-infowindow {
  margin-top: 18px;
  line-height: 1.2;
}

.qual-map-infowindow .property-image-wrapper {
  float: left;
  margin-left: 0px;
}

.qual-map-infowindow .property-image-wrapper img {
  width: auto;
  height: 50px;
}

.qual-map-property-content {
  float: left;
  margin-left: 6px;
}

.qual-map-property-content .property-title {
  font-size: 13px;
  text-transform: none;
  line-height: 1;
  color: #3299BB !important;
  margin: 0px !important;
  padding: 0px !important;
}


/* Agent codes start here */

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper {
  float: left;
  width: 70%;
  min-width: calc(100% - 150px);
  padding-left: 12px;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper h3 {
  font-weight: 600;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper p {
  margin: 0px !important;
  padding: 0px !important;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper .agent-contact-wrapper span {
  font-size: 12px;
  float: left;
  margin-right: 6px;
  color: #a5a5a5;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper .agent-contact-wrapper span i {
  margin-right: 6px;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper .agent-social-media {
  float: left;
  clear: both;
  margin-top: 12px;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper .agent-social-media a {
  font-family: "FontAwesome";
  width: 36px !important;
  height: 36px !important;
  text-align: center !important;
  display: inline-block !important;
  margin-right: 9px;
  font-weight: normal;
  line-height: 36px;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper .qual-facebook {
  background-color: #3b5998 !important;
  color: #FFFFFF !important;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper .qual-twitter {
  background-color: #55acee !important;
  color: #FFFFFF !important;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper .qual-instagram {
  background-color: #007bb6 !important;
  color: #FFFFFF !important;
}

.qual-details-wrapper .qual-info-wrapper .qual-detail-content .agent-content-wrapper .qual-youtube {
  background-color: #dd4b39 !important;
  color: #FFFFFF !important;
}


/* Agent codes end here */


/* noUI redisgn starts here */

.noUi-target {
  width: calc(100% - 18px);
  height: 8px !important;
  top: 6px !important;
  margin: 6px 0px 6px 12px;
}

.noUi-horizontal .noUi-handle {
  width: 24px !important;
  height: 24px !important;
  border-radius: 12px;
  top: -9px !important;
}

.noUi-horizontal .noUi-handle:after {
  display: none;
}

.noUi-horizontal .noUi-handle:before {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #78C0A8 !important;
  color: #FFFFFF !important;
  left: 5px;
  top: 5px;
}


/* noUI redisgn ends here */


/* Single Content Ends Here */

@media only screen and (max-width: 600px) {
  .qual-content-wrapper {
    width: 100%;
    padding: 0px;
    display: inline-block;
    margin-top: 0px !important;
  }
  .qual-filter-wrapper .filter-inner-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .qual-property-list .qual-property-list-item.row-4:nth-child(4n+ 1) {
    clear: both;
  }
  .qual-content-wrapper {
    margin-top: 0px;
  }
  .qual-property-list .qual-property-list-item {
    width: 48%;
    width: calc(50% - 12px);
  }
  .qual-filter-wrapper {
    /* display: none; */
  }
  .qual-filter-wrapper:target {
    display: block;
    /* position: fixed; */
    top: 0px;
    left: 0px;
    width: 100%;
    /* height: 100%; */
    /* overflow: scroll; */
    background-color: #FFFFFF;
    z-index: 99999;
  }
  .qual-filter-wrapper:target .qual-uptown-close-menu {
    position: relative;
    top: -24px;
    left: -24px;
    width: calc(100%+ 48px);
    height: auto;
    display: block !important;
    z-index: 100000;
    background-color: #3299BB;
    border: 1px solid #3299BB;
    color: #FFFFFF !important;
    padding: 18px 24px;
  }
  .qual-filter-wrapper:target .qual-uptown-close-menu i {
    margin-right: 6px;
  }
  .qual-uptown-open-menu {
    display: block !important;
    margin-bottom: 24px !important;
  }
  .qual-property-results-wrapper {
    width: 100%;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 720px) {
  .qual-filter-wrapper .filter-inner-wrapper {
    max-width: 500px;
    margin: 0px auto;
  }
  .qual-property-list .qual-property-list-item {
    width: 48% !important;
    width: calc(50% - 12px) !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .qual-property-list .qual-property-list-item:nth-child(2n+ 1) {
    margin-left: 0px !important;
    clear: both;
  }
  .qual-property-list .qual-property-list-item:nth-child(2n+ 2) {
    margin-right: 0px !important;
  }
  .qual-uptown-single-content {
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    overflow: auto;
    border-radius: 0px;
  }
  .qual-uptown-close-popup {
    display: none !important;
  }
  .qual-uptown-content-wrapper-right {
    /* display: none; */
    max-width: 100%;
  }
  div#qual_property_results_list>div {
    width: 100% !important;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 500px) {
  .qual-property-results-wrapper {
    margin: 0px;
  }
  .qual-property-list .qual-property-list-item,
  .qual-property-list .qual-property-list-item:nth-child(3n+ 1),
  .qual-property-list .qual-property-list-item:nth-child(3n+ 2),
  .qual-property-list .qual-property-list-item:nth-child(3n+ 3) {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .qual-uptown-single-content-wrapper {
    width: 100%;
    padding: 0px;
  }
  .qual-uptown-content-wrapper-left {
    width: 100%;
  }
  .qual-uptown-content-wrapper-right {
    width: 100%;
  }
  .qual-uptown-single-content {
    margin-bottom: 24px;
  }
  .qual-uptown-single-close {
    display: block;
  }
  .qual-uptown-single-close a {
    color: #FFFFFF !important;
  }
  .qual-uptown-single-close i {
    margin-right: 12px;
  }
  .qual-property-results-wrapper.full {
    min-width: 320px !important;
  }
  .qual-top-filter-wrapper .qual-filter-cell {
    width: 100% !important;
  }
  .qual-infocard-cell {
    width: 100% !important;
  }
}


/* Weptile */

.weptile-qual-top-filter-title h1 {
  text-align: center;
  font-size: 42px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
}

.weptile-qual-top-filter-title h1+ hr {
  width: 50%;
  margin-bottom: 32px;
  border-color: #ffffff !important;
  border-top: 1px solid #fff;
}

.qual-property-results-wrapper.full,
.qual-uptown-content-full-width {
  margin: 0px;
  width: 100%;
}

.qual-top-filter-wrapper {
  margin-bottom: 0px;
}

div#qual-uptown-map-content {
  clear: both;
}

body.qual-uptown div#main {
  padding: 0px !important;
}

.qual-filter-wrapper.qual-top-filter-wrapper.qual-filter-canvas-wrapper + .qual-filter-wrapper.qual-top-filter {
  display: none;
}

.weptile-tabs li:before {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 32px;
  padding: 0 0 10px 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li.weptile-map-tab:before {
  content: "\f041";
}

li.weptile-grid-tab:before {
  content: "\f00a";
}

li.weptile-list-tab:before {
  content: "\f03a";
}

.weptile-tabs ul>li a,
.weptile-tabs ul>li:before {
  color: #fff;
  text-transform: uppercase;
}

.weptile-tabs ul>li {
  float: left;
  list-style-type: none;
  width: 80px;
  text-align: center;
  background: #003454;
  margin: 0 10px;
  padding: 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.weptile-tabs ul>li.selected,
.weptile-tabs ul>li:hover {
  background: #0072bb;
  transition: all 0.5s ease-in-out;
}

div#qual_property_results_list>div {
  float: left;
}
.weptile-col-md-3 {
  width: 25% !important;
  float: left;
}

.weptile-col-md-3:last-child {
  margin-right: 0px !important;
}
.weptile-col-md-4 {
  width: 33.3333% !important;
  float: left;
}
.weptile-col-md-6 {
  width: 50% !important;
  float: left;
}

.weptile-col-md-4:last-child {
  margin-right: 0px !important;
}

.weptile-col-md-8 {
  width: 66.6666% !important;
  float: left;
}

.weptile-col-md-4>*,
.weptile-col-md-12 {
  width: 100% !important;
}

[class|="weptile-col"] .weptile-col-md-4 {
  /* background:red; */
}

.qual-filter-wrapper.qual-top-filter-wrapper.qual-filter-canvas-wrapper>div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.qual-property-list {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hide-label>div>label {
  display: none;
}

.hide-label>div {
  margin: 10px 0 0 0;
}

.blue-input .value-wrapper {
  background: #003454;
  color: #fff;
  text-transform: uppercase;
  border: none;
}

.blue-input .filter-input .dropdown-content {
  background: #0072bb;
  color: #fff;
  border: none;
  text-transform: uppercase;
}

.blue-input .filter-input .dropdown-content ul li:hover {
  background: #035386;
}

.blue-input .filter-input .dropdown-content ul li {
  padding: 8px;
}

.qual-filter-wrapper .filter-content-wrapper {
  padding: 0px;
}

.blue-input .arrow-icon-wrapper i:before {
  color: #fff;
  font-size: 1.5rem;
}

div#qual_property_results_list>div {
  width: 50%;
  padding: 0 24px;
}

div#qual_property_results_list h1 {
  font-size: 42px !important;
  font-weight: 400;
  margin-top: 42px;
}

div#qual_property_results_list h3 {
  font-weight: bold;
  color: #0072bb;
  line-height: 20px !important;
}

div#qual_property_results_list a {
  color: #0072bb;
}

div#qual_property_results_list .type-container {
  margin-bottom: 32px;
}

div#qual_property_results {
  padding: 32px 24px 0 24px;
  clear: both;
}


/* Single */


/*.single.single-property .qual-uptown-content-wrapper {
  padding: 32px 0 0 0;
}*/

.single.single-property .qual-uptown-content-wrapper>div:nth-child(2) {
  padding-right: 20px;
}

.single.single-property .qual-uptown-content-wrapper-right .qual-uptown-property-title-wrapper h1 {
  color: #0076be;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px !important;
}

.single.single-property .qual-uptown-content-wrapper-right .qual-uptown-property-address-wrapper,
.single.single-property .realeted-project-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
}

.single.single-property .realeted-project {
  clear: both;
  padding-top: 32px;
}

.single.single-property .qual-uptown-content-wrapper-right .qual-uptown-property-area-wrapper {
  display: inline;
  color: #0076be;
  font-weight: bold;
}

.single.single-property .qual-uptown-property-button-wrapper button,
.single.single-property .qual-uptown-property-button-wrapper a {
  background: #105681;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single.single-property .realeted-project article {
  width: 25%;
  margin-top: 32px;
}

.weptile-qual-list {
  width: auto;
  min-height: 520px;
  clear: both;
}

.weptile-close-button {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .qual-filter-wrapper:target a.weptile-close-button {
    /* display: block;
    clear: both;
    background: #fff;
    text-align: center;
    padding: 10px;
    bottom: 50px;
    position: absolute; */
  }
  .weptile-col-sm-12 {
    width: 100% !important;
  }
  .weptile-tabs ul {
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}

.qual-uptown-grid-property_status {
  background: #003454;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.qual-uptown-content-wrapper-left.back-button {
  padding: 10px 0px;
}

.qual-uptown-content-wrapper-left.back-button a {
  color: #0076be;
  font-weight: bold;
  font-size: large;
  cursor: pointer;
}

.qual-uptown-content-wrapper-left.back-button a i {
  font-size: small;
  margin-bottom: 1px;
  vertical-align: middle;
}

.request-info-container,
.brochure-info-container {
  background: #3c3b3b;
  padding: 5px 10px;
  color: white;
  position: absolute;
  z-index: 10;
  margin-top: -261px;
  max-width: 400px;
}
.brochure-info-container-standard{
  position:relative !important;
}

.request-info-container > *,
.brochure-info-container > * {
  width: 100%;
  margin-bottom: 5px;
  margin-right: 0px;
}

.request-info-container input,
.brochure-info-container input {
  padding: 5px 18px;
}

.brochure-info-container input[type="checkbox"],
.request-info-container input[type="checkbox"] {
  width: 5%;
}

.request-info-container select,
.brochure-info-container select {
  padding: 5px 9px;
}

.request-info-container textarea,
.brochure-info-container textarea {
  padding: 5px 15px;
  color: #000000;
}

.request-info-container .title i,
.brochure-info-container .title i {
  float: right;
}

.request-info-container a.send-request,
.brochure-info-container a.send-brochure {
  background: black;
  color: white;
  width: 100%;
  float: left;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

button.request-info-button,
button.brochure-info-button,
a.request-info-button,
a.brochure-info-button {
  background: black;
  color: white;
  padding: 5px 25px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  cursor: pointer;
}

a.request-info-button:hover,
a.brochure-info-button:hover {
  color: white;
}

#weptile-lightSlider .qual-property-list-item-featured img {
    display: block;
    width: 100%;
    min-height: 179px;
    margin: 0px;
}
#weptile-lightSlider article.qual-property-list-item-featured .uptown-property-details {
    background-color: #00000094;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    min-height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: none;
}

#weptile-lightSlider article.qual-property-list-item-featured {
    margin-bottom: 20px;
    min-height: auto;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
}
#weptile-lightSlider .qual-property-list-item-featured {
    float: left;
    height: auto;
}
#weptile-lightSlider article.qual-property-list-item-featured .uptown-property-details h4 {
    color: #fff;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans";
    line-height: 1.4;
    margin: 0px;
}
#weptile-lightSlider article.qual-property-list-item-featured .uptown-property-details .property-location {
    color: #fff;
    width: 50%;
    text-align: right;
    line-height: 1.4;
}
.virtual_tour_link_class{
  cursor: pointer;
}
.qual-uptown-property-virtual-wrapper{
  display: block;
    margin: 0px;
}






div#qual_property_results_list .qual-uptown-pagination{
  float: none;
  clear: both;
}
div#qual_property_results_list .qual-uptown-pagination .qual-page{
 float: none; 
 display: inline-block;
}

.qual-uptown-pagination,
.qual-uptown-pagination .qual-page {
  float: none;
}


div#qual_property_results_list .qual-uptown-pagination button.qual-page.qual-page-active,
div#qual_property_results_list .qual-uptown-pagination a.qual-page.qual-page-active{
  background-color: #3299BB !important;
  color: #fff;
}
div#qual_property_results_list .qual-uptown-pagination button.qual-page,
div#qual_property_results_list .qual-uptown-pagination a.qual-page{
  background-color: #E9E9E9;
  color: #000;
}

div#qual_property_results_list[view-type="list"]  .results-inner .status-container {
  display: block;
  width: 50%;
}
@media screen and (max-width: 520px ){
  div#qual_property_results_list[view-type="list"] .results-inner .status-container{
	  width: 100%;
  }
}
	
div#qual_property_results_list .results-inner a.list-view-property{
  display: block;
}

.property-data-view .qual-uptown-no-post-found {
display: none;
}

.qual-filter-wrapper .filter-input .dropdown-content{
  min-height: auto;
}


.qual-filter-cell.open-on-click .filter-input:hover .dropdown-content{
    visibility: hidden;
    opacity: 0;
}
.qual-filter-cell.open-on-click .filter-input.showdropdwn .dropdown-content{
	top: 34px;
    visibility: visible;
    opacity: 1;
   	overflow: auto !important;
	top: 100%;
	bottom: auto;
}



.qual-uptown-infinite-scroll.no-more-props{ pointer-events: none; opacity: 0.5;}



article .qual-uptown-property-virtual-wrapper .virtual-tour-hover-icon-wrapper {
  display: none;
} 
article .qual-uptown-property-virtual-wrapper .virtual-tour-icon-wrapper {
  display:  inline-block;
} 

article:hover .qual-uptown-property-virtual-wrapper .virtual-tour-hover-icon-wrapper {
  display: inline-block;
} 
article:hover .qual-uptown-property-virtual-wrapper .virtual-tour-icon-wrapper {
  display: none;
} 

article .property-address-wrapper .value_trail_dots{
  display: none;
}
article .property-address-wrapper.uptown-address_trimmed .value_trail_dots{
  display: inline-block;
}

.qual-uptown-mappable .hide-empty-meta{
    display: none !important;
}

.qual-page.hidden-page{
  display: none!important;
}


.property-data-view.no-cursors[view-type="map"]  .qual-map-infowindow * ,
.property-data-view.no-cursors[view-type="list"] .status-container  * ,
.property-data-view.no-cursors[view-type="list"] .type-container  * ,
.property-data-view.no-cursors[view-type="grid"] article * {
 
  pointer-events: none!important;

}




/* map infowindow */
.qual-map-infowindow{
    margin-top: 18px;
    line-height: 1.2;
	display: flex;
    flex-direction: row;
}


.qual-map-infowindow>.property-image-wrapper,
.qual-map-infowindow>.qual-map-property-content{
    float: none;
}

.qual-map-infowindow .property-image-wrapper {
    float: left;
    margin-left: 0px;
}
.qual-map-infowindow  .qual-map-property-content>*{
    diplay: block;
}
.qual-map-infowindow .qual-map-property-content .property-title {
    font-size: 13px;
    text-transform: none;
    line-height: 1;
    color: #3299BB !important;
    margin: 0px !important;
    padding: 0px !important;
}

.qual-map-infowindow  .qual-map-property-content .map-marker-type-wrapper span.type-term-separator:before {
    content: ',';
    margin-left: 2px;
    margin-right: 2px;
}

.qual-map-infowindow .property-image-wrapper img {
    width: auto;
    height: 50px;
}

.qual-map-infowindow  .qual-map-property-content .property-title,
.qual-map-infowindow  .qual-map-property-content .property-title>*,
.qual-map-infowindow  .qual-map-property-content .property-title a{
    _color: #000!important;
	color: var(--link_color);
}