.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3)
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -.5em;
  -webkit-animation: spinner 1.5s infinite linear;
  -moz-animation: spinner 1.5s infinite linear;
  -ms-animation: spinner 1.5s infinite linear;
  -o-animation: spinner 1.5s infinite linear;
  animation: spinner 1.5s infinite linear;
  border-radius: .5em;
  -webkit-box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .5) -1.5em 0 0 0, rgba(0, 0, 0, .5) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .75) -1.5em 0 0 0, rgba(0, 0, 0, .75) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.flexy-nav,
.flexy-nav__items,
.grid__row,
.holy-grail,
.holy-grail__body {
  -webkit-box-direction: normal
}

.grid,
.grid__item {
  border: 0 solid #e7e7e7
}

.grid__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.grid__row--sm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.grid__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.grid__row--lg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: column
}

.mx-browser #stickySearch {
  position: relative !important;
  margin-top: 0;
  padding-top: 0
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1)
}

.mx-browser #properties-map {
  position: absolute;
  left: 0;
  top: 0
}

.mx-browser #stickySearch .container {
  width: 100%
}

.mx-browser #search-tab li ul.dropdown-list.beds {
  padding-left: 5px;
  margin-left: 0
}

.mx-browser-map {
  background-color: #ccc;
  position: relative
}

.mx-browser-footer {
  background-color: #eee
}

.mx-browser-grid .properties .image-caption {
  padding: 10px 10px;
  text-align: left
}

.mx-browser .pagination {
  margin: 5px 0
}

.mx-browser .pagination ul {
  padding: 0;
  margin: 0
}

.mx-browser .pagination ul>li>button,
.mx-browser .pagination ul>li>span {
  font-size: 14px;
  float: none;
  border: none;
  color: #9b9b9b;
  background-color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 5px;
  border: 2px solid #9b9b9b;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.mx-browser .pagination ul>.active>button,
.mx-browser .pagination ul>.active>span,
.mx-browser .pagination ul>li>button:focus,
.mx-browser .pagination ul>li>button:hover {
  color: #555;
  border: 2px solid #555
}

.mx-browser-properties-count {
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px
}

.mx-bowswer-grid .items.col3 {
  margin: 0 auto
}

@media (min-width:1200px) {
  .mx-bowswer-grid .items.col3 {
    margin: 0 auto
  }
}

.mx-browser-grid {
  flex: 1 1 auto
}

.mx-browser-properties-count h3 {
  margin-top: 6px;
  margin-bottom: 0;
  padding: 5px 0
}

.mx-browser-pagination {
  padding: 0 5px
}

.mx-browser-pagination-count {
  font-size: 14px;
  font-weight: 700
}

.mx-browser .pagination ul>li {
  display: inline-block;
  list-style: none
}

.mx-browser .properties figure.icon-overlay {
  border: 1px solid #e3e3e3;
  border-bottom: none;
  background-color: #e3e3e3;
  text-align: center
}

.mx-browser .properties .items li img {
  width: auto;
  margin: auto
}

.mx-browser .icon-overlay {
  display: block;
  overflow: hidden;
  position: relative
}

.mx-browser figure {
  margin: 0;
  padding: 0
}

.mx-browser .icon-overlay a .icn-more {
  background: 0 0;
  display: none
}

.mx-browser .heart-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1
}

.mx-browser #mobileSearchBtn,
.mx-browser #searchBtn {
  margin-right: 0
}

.mx-browser ul.items {
  padding-left: 0;
  list-style: none
}

.mx-browser-grid .items.col3 {
  margin: 0 auto
}

.mx-browser {
  background-color: #fff
}

.gm-style-iw+div {
  display: block !important
}

.mx-browser-properties-count h3 {
  margin: 0 auto !important;
  padding: 5px 0 !important;
  font-size: 14px !important;
  color: #7a7a7a !important
}

.mx-browser .portfolio.properties h3 {
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 2px
}

.mx-browser-footer .pagination {
  text-align: right
}

.mx-browser .items.col3 li {
  width: 45% !important;
  margin-left: 2.5% !important;
  margin-top: 2.5% !important
}

.mx-browser .items.gridView.col3 li {
  width: 30% !important;
  margin-left: 2.5%;
  margin-top: 2.5%;
  min-width: 248px
}

.mx-browser img.mx-vert-image {
  transform: translateY(-25%)
}

.mx-browser figure.mx-vert-image {
  max-height: 75%
}

.mx-browser-grid {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.mx-browser,
.mx-browser-grid,
.mx-browser-grid-container,
.mx-browser-wapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: visible !important;
  height: auto
}

.mx-content-wrapper.properties .page-title {
  color: #fff;
  font-family: Lato;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0
}

.mx-content-wrapper.properties .page-title .container.inner {
  width: 100%;
  padding: 0
}

.mx-content-wrapper.properties .page-title h1 {
  padding-left: 5px
}

.mx-browser .mx-property-img {
  height: 148px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.mx-content-wrapper .container .vow-disclaimer p {
  font-weight: 400;
  font-size: 16px
}

.mx-browser .portfolio.properties .pagination {
  margin: 20px 0;
  display: block
}

.mx-browser .portfolio.properties .property-card {
  max-width: 368px;
  max-height: 320px
}

.portfolio.properties .property-card {
  max-width: 368px
}

.mx-browser-filter #search-tab.nav-tabs {
  padding-left: 15px
}

@media (min-width:1200px) {
  .mx-browser .container {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1400px) {
  .mx-browser .items.gridView.col3 li.property-card {
    max-width: 465px;
    max-height: 320px
  }
}

@media (max-width:1400px) and (min-width:1100px) {
  .mx-browser .items.gridView.col3 li {
    width: 30% !important;
    margin-left: 2.5% !important;
    margin-top: 2.5% !important;
    min-width: 248px !important
  }
}

@media (max-width:480px) {
  .mx-browser .mx-browser-wrapper {
    overflow: visible;
    height: 100%
  }

  .mx-browser .mx-browser-grid {
    -webkit-overflow-scrolling: touch !important;
    overflow: visible !important;
    height: 100%
  }

  .mx-browser-map {
    display: none
  }
}

@media (max-width:991px) {
  .mx-browser .items.gridView.col3 li {
    width: 45% !important;
    margin-left: 2.5% !important;
    margin-top: 2.5% !important;
    min-width: 248px !important
  }

  .mx-browser-grid-container .items.col3 li {
    width: 90% !important;
    margin-right: 5% !important;
    margin-left: 5% !important
  }

  .mx-browser .mx-property-img {
    height: 187px !important
  }
}

@media (min-width:1280px) and (max-width:1400px) {
  .mx-browser .mx-browser-grid-container .items.col3 li {
    width: 46% !important;
    max-width: 368px !important;
    margin-top: 2.5% !important;
    margin-left: 2.5% !important
  }
}

@media (min-width:1100px) and (max-width:1400px) {
  .mx-browser .items.col3 li {
    width: 45% !important;
    margin-left: 2.5% !important;
    margin-top: 2.5% !important;
    min-width: 248px !important
  }

  .mx-browser .mx-property-img {
    max-height: 200px !important
  }
}

@media (min-width:1401px) and (max-width:1860px) {
  .mx-browser .mx-property-img {
    height: 248px !important
  }
}

@media (max-width:1860px) {
  .mx-browser .mx-property-img {
    height: 248px !important
  }
}

@media (min-width:1861px) {
  .mx-browser .items.col3 li {
    width: 30% !important;
    margin-left: 2% !important;
    margin-top: 2% !important;
    max-width: 387px !important
  }

  .mx-browser .mx-property-img {
    height: 206px !important
  }
}

@media (max-width:2160px) {
  .mx-browser .mx-property-img {
    height: 206px !important
  }
}

@media (max-width:1280px) {
  .mx-browser .mx-property-img {
    height: 187px !important
  }
}

@media (max-width:991px) {
  .mx-browser .mx-property-img {
    height: 206px !important
  }
}

.mx-browser .items.col4 li {
  width: 312px;
  margin-left: 10px;
  margin-bottom: 10px
}

@media (max-width:979px) and (min-width:768px) {
  .mx-browser .items.col4 li {
    width: 368px;
    margin-left: 10px;
    margin-bottom: 10px
  }
}

@media (min-width:1200px) {
  .mx-browser .items.col4 li {
    width: 268px;
    margin-left: 10px;
    margin-bottom: 10px
  }
}

@media screen and (max-width:991px) {

  .home-featured .icon-overlay-home a,
  .mx-browser .properties figure.icon-overlay a {
    display: unset;
    position: unset;
    height: unset;
    width: unset;
    overflow: unset;
    min-height: unset
  }
}

@media (min-width:667px) and (max-width:991px) {
  .mx-browser .items.gridView.col3 li {
    width: 45%
  }
}

@media (max-width:666px) {
  .mx-browser .items.gridView.col3 li {
    width: 95%
  }
}

@media (max-width:420px) {

  .mx-browser li.browserViewBox,
  .mx-browser li.listViewBox {
    display: none
  }
}

.mx-browser .saveme {
  cursor: pointer
}

.mx-browser .saveme.saved {
  color: red
}

.mx-browser .saveme.saved i {
  color: red
}

#map_group {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#map_listing {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 500px;
  z-index: 888;
  display: none
}

#map_listing_close {
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-leftradius: 2px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  background-color: #fff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb
}

#map_listing .flatBlueButton {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 242px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: table-cell;
  vertical-align: middle
}

#map_group_list {
  font-family: Oxygen, Helvetica, Arial;
  font-size: 16px;
  text-align: left;
  line-height: 100%;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  border: 1px solid #bbb;
  background-color: #fff;
  max-height: 240px;
  width: 300px;
  overflow-y: scroll
}

#map_group_list .on,
#nav_header_menu div:hover {
  background-color: rgba(35, 160, 255, .1)
}

.arrow_bottom,
.arrow_left,
.arrow_right,
.arrow_top {
  display: block;
  position: absolute;
  z-index: 100
}

.arrow_left,
.arrow_right {
  width: 9px;
  height: 23px
}

.arrow_left {
  background-image: url(arrow/arrow_left.png);
  left: -11px
}

.arrow_right {
  background-image: url(arrow/arrow_right.png);
  right: -11px
}

.arrow_bottom,
.arrow_top {
  width: 23px;
  height: 9px
}

.arrow_top {
  background-image: url(arrow/arrow_top.png);
  top: -9px
}

.arrow_bottom {
  background-image: url(arrow/arrow_bottom.png);
  bottom: -9px
}

#map_group_list .bold {
  font-weight: 700
}

#map_group_list .font-size-80 {
  font-size: .8em
}

#map_group_list .font-size-85 {
  font-size: .85em
}

#map_group_list .color-fg-green {
  color: #000
}

#map_group_close {
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #fff;
  border: 1px solid #bbb;
  height: 39px;
  width: 52px
}

.infobox {
  display: inline-block;
  zoom: 1;
  background-color: #fff;
  padding: 10px;
  position: relative;
  width: 270px
}

.infobox:after {
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility: hidden
}

.infobox:before {
  bottom: -16px;
  border: 8px solid transparent;
  border-top-color: #fff;
  content: '';
  height: 0;
  margin-left: -8px;
  left: 50%;
  position: absolute;
  width: 0;
  z-index: 100
}

.infobox .image {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px
}

.infobox .title {
  font-size: 16px
}

.infobox .title a:href {
  text-decoration: none
}

.infobox .area {
  color: #313131;
  margin-top: 3px
}

.infobox .area .key {
  float: left;
  font-weight: 700
}

.infobox .price {
  clear: left;
  color: #313131;
  float: left;
  font-size: 18px;
  margin-top: 5px
}

.infobox .link a {
  -webkit-transition: background-color .2s ease-in;
  -moz-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #3f8dbf;
  background-image: url(img/arrow-right-white.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 8px 11px;
  border: 0;
  color: #fff;
  padding: 7px 30px 7px 15px;
  clear: right;
  float: right
}

.infobox .link a:active,
.infobox .link a:focus,
.infobox .link a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none
}

.infobox .link a:hover {
  background-color: #387eaa
}

.infobox .link a a {
  color: #fff
}

.infobox .link a:hover {
  text-decoration: none
}

#nxIK_checkboxContainer input {
  margin-top: 10px
}

.nxIK_clustersize1 {
  font-family: arial;
  display: block;
  position: relative;
  left: -26px;
  top: -26px;
  text-align: center;
  line-height: 52px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
  background: url(m1.png) no-repeat 0 0;
  width: 53px;
  height: 52px;
  z-index: 1000
}

.nxIK_clustersize2 {
  font-family: arial;
  display: block;
  position: relative;
  left: -28px;
  top: -28px;
  text-align: center;
  line-height: 55px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
  background: url(m2.png) no-repeat 0 0;
  width: 56px;
  height: 55px;
  z-index: 1000
}

.nxIK_clustersize3 {
  font-family: arial;
  display: block;
  position: relative;
  left: -33px;
  top: -33px;
  text-align: center;
  line-height: 65px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
  background: url(m3.png) no-repeat 0 0;
  width: 66px;
  height: 65px;
  z-index: 1000
}

.nxIK_clustersize4 {
  font-family: arial;
  display: block;
  position: relative;
  left: -39px;
  top: -39px;
  text-align: center;
  line-height: 77px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
  background: url(m4.png) no-repeat 0 0;
  width: 78px;
  height: 77px;
  z-index: 1000
}

.nxIK_clustersize5 {
  font-family: arial;
  display: block;
  position: relative;
  left: -45px;
  top: -45px;
  text-align: center;
  line-height: 89px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
  background: url(m5.png) no-repeat 0 0;
  width: 90px;
  height: 89px;
  z-index: 1000
}

#nxIK_Clustering_span {
  display: none
}

#map_group {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#map_listing {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 500px;
  z-index: 888;
  display: none
}

#map_listing_close {
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-leftradius: 2px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  background-color: #fff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb
}

#map_listing .flatBlueButton {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 242px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: table-cell;
  vertical-align: middle
}

#map_group_list {
  font-family: Oxygen, Helvetica, Arial;
  font-size: 16px;
  text-align: left;
  line-height: 100%;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  border: 1px solid #bbb;
  background-color: #fff;
  max-height: 240px;
  width: 300px;
  overflow-y: scroll
}

#map_group_list .on,
#nav_header_menu div:hover {
  background-color: rgba(35, 160, 255, .1)
}

.arrow_bottom,
.arrow_left,
.arrow_right,
.arrow_top {
  display: block;
  position: absolute;
  z-index: 100
}

.arrow_left,
.arrow_right {
  width: 9px;
  height: 23px
}

.arrow_left {
  background-image: url(arrow/arrow_left.png);
  left: -11px
}

.arrow_right {
  background-image: url(arrow/arrow_right.png);
  right: -11px
}

.arrow_bottom,
.arrow_top {
  width: 23px;
  height: 9px
}

.arrow_top {
  background-image: url(arrow/arrow_top.png);
  top: -9px
}

.arrow_bottom {
  background-image: url(arrow/arrow_bottom.png);
  bottom: -9px
}

#map_group_list .bold {
  font-weight: 700
}

#map_group_list .font-size-80 {
  font-size: .8em
}

#map_group_list .font-size-85 {
  font-size: .85em
}

#map_group_list .color-fg-green {
  color: #000
}

#map_group_close {
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #fff;
  border: 1px solid #bbb;
  height: 39px;
  width: 52px
}

.search-loader {
  opacity: 0
}

.search-loader--active {
  opacity: 1;
  background-color: rgba(25, 25, 25, .5)
}

.search-loader,
.search-loader--active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  background-color: rgba(25, 25, 25, .4);
  pointer-events: none
}

.search-loader__message {
  font-family: "Chronicle Text G2 A", "Chronicle Text G2 B", Microsoft_YaHei247019, Georgia;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  font-style: italic;
  text-transform: none;
  color: #fff;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  top: 50%
}

.map-containerSize {
  width: 100%
}

#properties-map {
  width: 100%
}

.overflowYHide {
  overflow-y: hidden
}

.infobox {
  display: inline-block;
  zoom: 1;
  background-color: #fff;
  padding: 10px;
  position: relative;
  width: 270px
}

.infobox:after {
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility: hidden
}

.infobox:before {
  bottom: -16px;
  border: 8px solid transparent;
  border-top-color: #fff;
  content: '';
  height: 0;
  margin-left: -8px;
  left: 50%;
  position: absolute;
  width: 0;
  z-index: 100
}

.infobox .image {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px
}

.infobox .title {
  font-size: 16px
}

.infobox .title a:href {
  text-decoration: none
}

.infobox .area {
  color: #313131;
  margin-top: 3px
}

.infobox .area .key {
  float: left;
  font-weight: 700
}

.infobox .price {
  clear: left;
  color: #313131;
  float: left;
  font-size: 18px;
  margin-top: 5px
}

.infobox .link a {
  -webkit-transition: background-color .2s ease-in;
  -moz-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #3f8dbf;
  background-image: url(img/arrow-right-white.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 8px 11px;
  border: 0;
  color: #fff;
  padding: 7px 30px 7px 15px;
  clear: right;
  float: right
}

.infobox .link a:active,
.infobox .link a:focus,
.infobox .link a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none
}

@media (-webkit-min-device-pixel-ratio:2),
(-moz-min-device-pixel-ratio:2) {
  .infobox .link a {
    background-image: url(img/arrow-right-white@2x.png)
  }
}

.infobox .link a:hover {
  background-color: #387eaa
}

.infobox .link a a {
  color: #fff
}

.infobox .link a:hover {
  text-decoration: none
}

.gm-style-iw+div {
  display: none
}

.map-containerSize {
  width: 100%;
  bottom: 0;
  position: absolute;
  top: 69px;
  display: block;
  bottom: 0
}

#properties-map {
  height: 100%;
  width: 100%;
  margin: 0 auto
}

.details .amenity {
  min-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  list-style: none
}

.details .amenity [class*=" icon-"]::before,
.details .amenity [class^=icon-]::before {
  padding-right: 5px
}

#AgentSide .email {
  min-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden
}

#AgentSide .email i {
  padding-right: 5px
}

.label.appPending {
  color: #fff;
  background-color: rgba(76, 174, 76, 1);
  border-color: rgba(76, 174, 76, 1);
  font-size: 15px;
  padding: 4px 7px;
  border-radius: 0
}

.btn-back-to-search {
  float: right;
  margin-top: -2em
}

#openHouseInfo hr {
  margin: 15px 0
}

.marker {
  background-image: none !important
}

.fullwidthbanner-container.neighborhood-slideshow {
  max-height: 520px !important
}

.container.neighborhoods-wrapper {
  margin: 30px auto
}

.container .neighborhoods .neighborhood .neighborhood-map-wrapper {
  background-color: #000;
  width: 100%;
  max-height: 320px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto
}

#neigborhoodSelect {
  margin-bottom: 0;
  margin-top: -5px
}

.neighborhood-name {
  background-image: none;
  background-color: none;
  color: #2f4f4f;
  border: 1px solid none;
  margin: 0 0;
  padding: 10px;
  font-size: 24px;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  line-height: normal
}

.container .neighborhoods .neighborhood .neighborhood-map-wrapper .mx-map {
  position: relative;
  overflow: hidden;
  height: 320px
}

.container .neighborhoods nav.area-filter ul {
  list-style: none;
  padding: 0;
  margin: 0 auto
}

.container .neighborhoods nav.area-filter ul li {
  padding: 15px 15px 15px 0
}

.container .neighborhoods nav.area-filter ul li {
  display: inline-flex
}

.container .neighborhoods .neighborhood-highlights {
  padding: 30px 0
}

.container .neighborhoods .neighborhood .neighborhood-details .content-wrapper .content-title {
  display: none
}

.container .neighborhoods .neighborhood .neighborhood-details .content-wrapper {
  box-sizing: border-box;
  overflow: auto;
  padding: 15px 0
}

.container .neighborhoods .area-filter .neighborhood-actions {
  display: none
}

#loginModal {
  top: 120px
}

.modal {
  overflow-y: auto
}

.loginModal .asignup a {
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer
}

#signupForm ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.loginModal .modal-dialog {
  width: 540px;
  z-index: 1140
}

.loginModal .modal-footer {
  margin-top: 0;
  padding: 0 20px 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

@media (max-width:667px) {
  .loginModal .modal-dialog {
    width: 100%
  }

  .loginModal #facebookSignupConfirm,
  .loginModal .btn.share-facebook#fbLoginHrefLogin,
  .loginModal .btn.share-facebook#fbLoginHrefSignup {
    margin-top: 15px
  }

  #loginModal {
    top*: 0 !important
  }
}

.loginModal button,
.loginModal input {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 0
}

label.error {
  color: red !important;
  margin-bottom: 10px
}

.select2-container {
  margin-bottom: 5px !important;
  border-radius: 0 !important
}

.loginModal #facebookSignupConfirm,
.loginModal .btn.share-facebook#fbLoginHrefLogin,
.loginModal .btn.share-facebook#fbLoginHrefSignup {
  color: #fff !important;
  background-color: #3d5b9b;
  border-radius: 0;
  vertical-align: middle;
  padding: 9px 5px 10px;
  width: 100%;
  height: 39px
}

.loginModal .close {
  text-align: right;
  font-size: 27px;
  margin-bottom: -30px;
  opacity: 1;
  color: #444
}

#loginModal .modal-body {
  height: auto
}

.loginModal .asignup {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0
}

#btn-logout {
  background: 0 0;
  border: none
}

#signupConfirmModal .modal-dialog {
  width: 90%
}

input#cbAgreement {
  position: relative;
  display: inline;
  float: left;
  margin-right: 5px;
  width: 10px
}

.vow-disclaimer p {
  font-size: 11px;
  line-height: 20px
}

#dspPropertyComment img,
#dspPropertyComment td:first-child {
  display: none
}

.userComment td:first-child {
  width: 25px !important;
  vertical-align: top;
  padding-top: 0
}

.userComment img {
  width: 20px
}

#dspPropertyComment {
  margin-top: 40px
}

.login-section {
  height: 0
}

.modal-content {
  box-shadow: none !important;
  border-radius: 0
}

.loginModal .uneditable-input,
.loginModal input[type=color],
.loginModal input[type=date],
.loginModal input[type=datetime-local],
.loginModal input[type=datetime],
.loginModal input[type=email],
.loginModal input[type=month],
.loginModal input[type=number],
.loginModal input[type=password],
.loginModal input[type=phone],
.loginModal input[type=search],
.loginModal input[type=tel],
.loginModal input[type=text],
.loginModal input[type=time],
.loginModal input[type=url],
.loginModal input[type=week],
.loginModal select,
.loginModal textarea {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
  border: none;
  border-bottom: 1px solid #dadada;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in
}

.loginModal .uneditable-input:focus,
.loginModal input[type=color]:focus,
.loginModal input[type=date]:focus,
.loginModal input[type=datetime-local]:focus,
.loginModal input[type=datetime]:focus,
.loginModal input[type=email]:focus,
.loginModal input[type=month]:focus,
.loginModal input[type=number]:focus,
.loginModal input[type=password]:focus,
.loginModal input[type=search]:focus,
.loginModal input[type=tel]:focus,
.loginModal input[type=text]:focus,
.loginModal input[type=time]:focus,
.loginModal input[type=url]:focus,
.loginModal input[type=week]:focus,
.loginModal textarea:focus {
  border: none;
  border-bottom: 1px solid #b3b3b3;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.listingAgent-field {
  margin-top: 5px
}

p.forgot {
  margin: 2px 5px 10px
}

.terms-and-conditions {
  margin-bottom: 5px
}

@media (max-width:767px) {
  #signupConfirmModal .modal-dialog {
    width: 100%
  }

  .terms-and-conditions {
    font-size: .75em
  }
}

.available-listings {
  color: #000
}

.development span.meta {
  font-size: 10.5px;
  letter-spacing: -.5px
}

.development .image-caption {
  padding: 15px 10px
}

.buildings .owl-slider-wrapper .owl-item img {
  display: block;
  width: auto;
  height: 512px;
  margin: auto
}

.btn-back-to-search {
  float: right;
  margin-top: -2em
}

.btn-buildings {
  width: 100%;
  max-width: 300px;
  margin: 10px auto
}

#search-tab>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid #ccc;
  color: #666 !important
}

#search-tab>li>a:hover {
  background-color: #f4f4f4 !important;
  color: #000 !important
}

#search-tab>li>a:click {
  border: 1px solid #666 !important;
  color: #000 !important
}

#search-tab>li.active>a,
#search-tab>li.active>a:focus,
#search-tab>li.active>a:hover {
  color: #555;
  background-color: #fff;
  border-color: #666
}

.nav .caret,
.nav a:hover .caret {
  border-top-color: #666;
  border-bottom-color: #666
}

#mobileSearchBtn,
#searchBtn {
  color: #666 !important;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 0
}

#mobileSearchBtn {
  padding-top: 9px;
  padding-bottom: 9px
}

.more {
  color: #666
}

#gridView,
#listView,
#mapView {
  float: right;
  margin-top: -50px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc
}

#gridView:hover,
#listView:hover,
#mapView:hover,
.propertyView.propertyViewOn {
  background: #fff none repeat scroll 0 0 !important;
  background-color: #fff;
  border: 1px solid #282828 !important;
  color: #282828 !important
}

#gridView i,
#listView i,
#mapView i {
  color: #666
}

.eAlert {
  float: right;
  padding-top: 10px;
  padding-bottom: 0;
  margin-right: 5px;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  margin-top: -54px
}

#alertView {
  float: none;
  position: relative;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 11px 13px 13px 13px;
  -webkit-padding-before: 11px;
  -webkit-padding-after: 13px
}

#search-tab li ul.dropdown-list {
  margin-top: 1px;
  z-index: 999;
  box-shadow: none;
  border-radius: 0
}

.homeSearch-bottom #search-tab li ul.dropdown-list {
  margin-top: -85px
}

.eAlert .tooltip-inner {
  background-color: rgba(0, 0, 0, .7);
  color: #616161;
  padding: 15px;
  font-size: 15px;
  color: #fff;
  margin-right: 100px;
  width: 300px
}

.eAlert .tooltip.in {
  width: 300px
}

.eAlert .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50% !important;
  margin-left: -5px !important;
  border-bottom-color: rgba(0, 0, 0, .7) !important;
  border-width: 0 5px 5px !important
}

.btnGroup .tooltip-inner {
  background-color: rgba(0, 0, 0, .7);
  top: 200
}

#btnCreateAlert {
  width: 100%
}

.eAlert .tooltip.bottom>.tooltip-arrow {
  border-bottom: 5px solid #fff
}

.model-myAlert .alert-success {
  background: transparent none repeat scroll 0 0;
  text-align: center;
  display: none
}

#select-neighborhoods {
  font-weight: 400;
  font-size: 14px
}

.slotholder .tp-bgimg {
  background-position: center !important
}

.pagination ul>.active>a,
.pagination ul>.active>span,
.pagination ul>li>a:focus,
.pagination ul>li>a:hover {
  color: #555;
  border: 2px solid #555
}

.label.exclusive,
.label.noFee,
.label.rls,
.reduced.in-contract,
.reduced.rented,
.reduced.sold {
  position: absolute;
  top: -20px;
  border-radius: 0;
  padding: 3px 7px;
  background-color: rgbap(85, 85, 85, .8)
}

.reduced.in-contract,
.reduced.rented,
.reduced.sold {
  color: #fff;
  top: -187px;
  right: 0;
  font-size: 11px;
  padding: 0 7px;
  font-size: 10px
}

.label.exclusive,
.label.noFee {
  right: -2px
}

.label.rls {
  left: 0 !important
}

.label.idx {
  background-color: #999;
  float: right;
  margin-top: 4px;
  border-radius: 0
}

.propertiesSearch.isMap {
  border: none
}

.propertiesSearch .btnGroup {
  margin-top: -2px
}

#more i,
#searchNeighborhood i {
  display*: none
}

.eAlert-new .tooltip {
  width: 175px
}

@media screen and (max-width:991px) {

  #more i,
  #searchNeighborhood i {
    display*: inline-block
  }
}

#gridView,
#listView,
#mapView {
  border-radius: 0;
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  margin-top: -51px;
  padding-top: 11px;
  background-color: #fff
}

.propertyViewOn {
  background-color: #000
}

.listView h3 {
  font-weight: 400
}

.listView .price {
  margin-top: 10px
}

.listView .bedrooms,
.listView .price {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px
}

.listView .status {
  font-size: 11px
}

.listView .bedrooms span {
  margin-right: 20px
}

.listView hr {
  border-color: #4c4c4c
}

.listMap {
  margin-top: 30px
}

#list-map {
  height: 370px;
  width: 270px
}

.listMap .topListMap {
  position: fixed !important;
  top: 90px
}

.list-id {
  cursor: pointer
}

#search-tab>li>a {
  border-radius: 0
}

.homeSearch #search-tab #searchNeighborhood ul.dropdown-list {
  margin-left: -370px
}

.homeSearch #search-tab {
  width: initial
}

#search-tab li ul.dropdown-list .row {
  width: 510px
}

#stickySearch.topSearch {
  box-shadow: 0 0 4px #ccc
}

.carousel-th .item {
  margin: 4px 10px 1px;
  border: 1px solid #ccc
}

figure.icon-overlay {
  border: 1px solid #e3e3e3;
  border-bottom: none;
  background-color: #e3e3e3
}

.items li img {
  width: auto;
  margin: auto
}

#stickySearch.topSearch {
  z-index: 1060
}

#stickySearch.homeSearch.topSearch {
  z-index: 1060
}

.homeSearch .searchClose,
.searchClose {
  display: none
}

.modal-open {
  overflow: hidden !important;
  padding-right: 17px
}

.modal-open .basic.default {
  padding-right: 17px
}

#search-tab>li.active {
  display: block !important
}

#search-tab li.active ul.dropdown-list {
  display: block !important
}

.home-header .navbar {
  z-index: 1070
}

#price input[type=text] {
  height: 30px
}

#modal-more .checkbox.checkbox-primary {
  padding-left: 0
}

.checkbox label {
  text-transform: capitalize
}

.btn-close {
  margin-top: 10px;
  background-color: #555
}

#responsive-beds,
#responsive-searchType {
  height: 87px
}

.homeSearch {
  z-index: 1040 !important;
  text-align: center
}

.homeSearch-bottom .homeSearch {
  z-index: 1020 !important
}

#modal-areas,
#modal-more {
  z-index: 1080
}

.courtesyOf {
  font-size: 11px
}

.RLS-RebNY {
  position: absolute !important;
  right: 20px !important;
  top: 78px;
  left: unset !important
}

.home-featured .item .label,
.portfolio .item .label {
  left: 0;
  right: auto
}

.responsive-apartment.rent-height,
.responsive-building.rent-height {
  height: 250px !important
}

#search-tab>li>a {
  -webkit-padding-after: 11px
}

.tp-leftarrow.default,
.tp-rightarrow.default {
  z-index: 1021 !important
}

@media screen and (max-width:1199px) {
  .homeSearch #search-tab #searchNeighborhood ul.dropdown-list {
    margin-left: -55px !important
  }
}

@media screen and (max-width:991px) {
  .navbar.basic .navbar-nav {
    width: 100%
  }

  .navbar-nav>li {
    float: none
  }

  span.lbNeighborhoods {
    display*: none
  }

  #stickySearch.topSearch {
    top: 0 !important
  }
}

@media screen and (max-width:979px) {
  #mobileSearchBtn {
    display: block !important;
    width: 42px;
    width: 44px;
    height: 42px;
    height: 44px;
    padding: 0 !important
  }

  #searchBtn {
    display: none
  }

  .homeSearch #search-tab #searchNeighborhood ul.dropdown-list {
    margin-left: -70px !important
  }
}

@media screen and (max-width:767px) {
  .properties .items li img {
    height: auto !important
  }

  .listMap {
    display: none
  }

  .listView figure.icon-overlay {
    border: none
  }

  span.lbAlert,
  span.lbMore,
  span.lbRooms,
  span.lbNeighborhoods {
    display: none;
  }
  body[id='body-']   span.lbRooms {
    display: inline;
  }

  .homeSearch span.lbNeighborhoods {
    display: block;
    padding-right: 6px;
    float: left
  }

  #alertView i,
  #more i,
  #searchNeighborhood i {
    display*: inline-block
  }

  .homeSearch #searchNeighborhood i {
    display: none
  }

  #gridView,
  #listView,
  #mapView {
    padding-left: 0;
    padding-right: 0;
    margin-top: -50px
  }

  #alertView {
    padding: 13px 13px 11px 13px;
    margin-right: -14px;
    -webkit-padding-before: 11px;
    -webkit-padding-after: 13px
  }

  #mobileSearchBtn {
    width: 42px;
    height: 42px !important;
    padding: 12px 20px 10px 20px !important;
    border: 0 !important;
  }

  #more,
  #searchNeighborhoods {
    width: auto;
    min-width: 42px !important
  }

  #search-tab>li>a {
    padding-left: 7px;
    padding-right: 7px
  }

  #listView {
    display: none
  }

  .eAlert {
    width: 40px;
    margin-right: 11px
  }

  #search-tab li ul.dropdown-list {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden
  }

  #search-tab li ul.dropdown-list.beds {
    height: auto
  }

  .homeSearch #search-tab #searchNeighborhood ul.dropdown-list .row {
    width: 370px
  }

  .homeSearch #search-tab #searchNeighborhood ul.dropdown-list {
    margin-left: -130px !important
  }

  body.modal-open {
    position: fixed
  }

  .eAlert {
    margin-top: -51px;
    -webkit-margin-before: -53px
  }
}

.home-featured .mx-property-img,
.neighborhoods .mx-property-img {
  height: 187px
}

@media screen and (max-width:767px) {

  .home-featured .icon-overlay-home,
  .properties figure.icon-overlay {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
  }

  .home-featured .icon-overlay-home a,
  .properties figure.icon-overlay a {
    display: block;
    padding-top: 0 !important;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    min-height: 246px
  }

  .home-featured .owl-item img,
  .properties .items li img {
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 100%;
    max-height: 100%
  }

  .RLS-RebNY {
    top: -85px !important
  }
}

@media screen and (max-width:560px) {
  #searchType {
    display: none
  }

  #responsive-searchType {
    display: block !important
  }
}

@media screen and (max-width:480px) {
  .homeSearch #search-tab #searchNeighborhood ul.dropdown-list {
    width: 373px !important;
    margin-left: -50px !important
  }

  .homeSearch #search-tab li ul.dropdown-list.more {
    width: 373px !important;
    margin-left: -17% !important
  }

  .home-featured .icon-overlay-home a,
  .properties figure.icon-overlay a {
    padding-top: 0 !important
  }
}

@media screen and (max-width:460px) {
  .propertiesSearch .btnGroup {
    margin-left: 0
  }

  .propertiesSearch .btnGroup {
    margin-right: -5px;
    margin-top: -3px
  }

  #search-tab li ul.dropdown-list {
    width*: 108% !important;
    margin-left: -15px !important
  }

  .homeSearch #search-tab {
    padding-left*: 33px
  }
}

@media screen and (max-width:400px) {
  .properties .items li img {
    height: 230px !important
  }

  #stickySearch {
    margin-left: 0
  }

  #search-tab {
    margin-left: 10px
  }

  #search-tab li ul.dropdown-list {
    width*: 110% !important;
    margin-left: -27px !important
  }

  #gridView,
  #listView,
  #mapView {
    margin-right: 3px
  }

  #alertView {
    margin-right: -17px
  }
}

@media screen and (max-width:320px) {
  .homeSearch #search-tab #searchNeighborhood ul.dropdown-list .row {
    width: 315px
  }

  .homeSearch #search-tab li ul.dropdown-list.more {
    margin-left: -12% !important;
    width*: 120% !important
  }

  #search-tab>li>a {
    padding-left: 3px;
    padding-right: 2px
  }
}

@media screen and (max-height:480px) {
  #search-tab li ul.dropdown-list {
    height: 400px
  }
}

.navbar {
  z-index: 1060 !important
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: auto !important
}

.checkbox {
  line-height: 16px !important
}

.checkbox:first-child {
  margin-top: -5px;
  padding-top: 0;
  margin-bottom: 10px
}

.panel {
  margin-bottom: 2px
}

.panel-heading {
  padding-top: 15px;
  padding-left: 16px;
  padding-bottom: 10px;
  background-color: #eee !important
}

.panel-body {
  padding-bottom: 0
}

.panel-default>.panel-heading+.panel-collapse {
  border: none
}

a.accordion-toggle {
  font-size: larger;
  font-weight: 800;
  color: #666
}

a.accordion-toggle:hover {
  color: #000
}

.modal-content {
  box-shadow: none !important;
  border-radius: 0
}

.modal-dialog {
  margin: auto;
  padding: 0
}

.modal-body {
  padding: 5px
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

#responsive-coms ul li,
#responsive-baths ul li,
#responsive-beds ul li,
#responsive-stage ul li,
#responsive-searchType ul li {
  display: inline-block !important
}

#responsive-coms input[type=checkbox],
#responsive-baths input[type=checkbox],
#responsive-beds input[type=checkbox],
#responsive-stage input[type=checkbox],
#responsive-searchType input[type=checkbox] {
  display: none
}

#responsive-coms input[type=checkbox]+label,
#responsive-baths input[type=checkbox]+label,
#responsive-beds input[type=checkbox]+label,
#responsive-stage input[type=checkbox]+label,
#responsive-searchType input[type=checkbox]+label {
  cursor: pointer;
  display: inline;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  margin-right: -10px;
  padding: 10px 15px
}

#responsive-coms input[type=checkbox]:checked+label,
#responsive-baths input[type=checkbox]:checked+label,
#responsive-beds input[type=checkbox]:checked+label,
#responsive-stage input[type=checkbox]:checked+label,
#responsive-searchType input[type=checkbox]:checked+label {
  background-color: #ccc;
  color: #fff
}

#responsive-coms .bathrooms-filter-container,
#responsive-baths .bathrooms-filter-container {
  display: flex
}

#responsive-coms #include-half-bath-label,
#responsive-baths #include-half-bath-label {
  border: none;
  margin-right: 0;
  padding-left: 2px;
  background-color: #fff;
  color: #7a7a7a;
  position: static
}

#responsive-coms .hafl-bath-group,
#responsive-baths .hafl-bath-group {
  margin-left: 50px
}

@media screen and (max-width:480px) {
  #responsive-coms .bathrooms-filter-container,
  #responsive-baths .bathrooms-filter-container {
    display: block
  }

  #responsive-coms .hafl-bath-group,
  #responsive-baths .hafl-bath-group {
    margin-left: 20px;
    margin-top: 15px
  }
}

.modal-body .row {
  margin: 0
}

.btn.mode-search {
  width: 100px
}

#responsive-price {
  padding-bottom: 0;
  width: 100%
}

#modal-areas .modal-dialog,
#modal-more .modal-dialog {
  text-align: left
}

#modal-areas .label-default {
  background: 0 0;
  display: none !important
}

.responsive-types {
  border-top: none !important;
  height: 200px
}

.navbar.basic.fixed {
  z-index: 1080
}

#modal-more h4 {
  padding-bottom: 5px
}

.navbar-nav>li {
  margin-bottom: -3px;
  padding-bottom: 0
}

#stickySearch {
  z-index: 1020 !important;
  padding-top: 5px;
  padding-top: 30px;
  background: 0 0
}

.tbSquareFootage {
  width: 200px
}

.model-myAlert {
  margin-top: 150px
}

.model-myAlert .modal-body {
  padding: 15px
}

.heart-favorite {
  width: 30px;
  top: 10px;
  position: absolute;
  right: 10px;
  opacity: .7;
  z-index: 999;
  font-size: 25px;
  text-align: center
}

a.heartIconLink {
  color: #4c4c4c
}

a.heartIconLink:active,
a.heartIconLink:hover {
  color: red
}

a img.heart-favorite:hover {
  opacity: .8
}

@media screen and (max-width:1001px) {
  .responsive-apartment {
    border-bottom: 1px solid #efefef !important
  }
}

@media screen and (max-width:991px) {
  .navbar {
    z-index: 1030
  }

  div.border-right {
    border-right: 1px solid #efefef;
    border-right: none
  }
}

@media (min-width:768px) {
  #modal-areas .modal-dialog {
    width: 70%;
    margin: 30px auto;
    margin-top: 150px
  }

  #modal-options .modal-dialog {
    margin: 30px auto
  }

  #modal-more .modal-dialog {
    width: 50%;
    margin: 30px auto;
    margin-top: 150px
  }
}

.tooltip-inner {
  color: #fff;
  background-color: #4c4c4c;
  padding: 5px 12px
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #4c4c4c
}

.tooltip.right .tooltip-arrow {
  border-right-color: #4c4c4c
}

.tooltip.left .tooltip-arrow {
  border-left-color: #4c4c4c
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #4c4c4c
}

#search-tab {
  padding: 9px;
  background: 0 0
}

#responsive-coms,
#responsive-baths,
#responsive-properties {
  height: 96px !important
}

.filter-sort {
  float: right;
  position: relative
}

.filter-sort select {
  margin-top: -82px;
  height: 42px;
  padding: 2px
}

.sort-order-wrapper {
  float: right;
  position: relative;
  margin-top: -40px;
  margin-left: 5px
}

.properties .item .clickme {
  padding: unset;
  position: unset;
  margin-left: unset
}

.properties .saveme {
  cursor: pointer
}

.sort-order-wrapper i.active {
  color: #000
}

.properties .saved .heart-favorite {
  opacity: .9;
  color: #ee2e2a;
  cursor: pointer
}

@media screen and (max-width:1000px) {
  .responsive-building {
    border-bottom: none !important
  }

  #responsive-price {
    height: 175px
  }

  #responsive-coms,
  #responsive-baths {
    height: 90px !important
  }

  #responsive-properties,
  .responsive-apartment,
  .responsive-building {
    height: auto !important
  }

  .responsive-types {
    border-bottom: 1px solid #efefef
  }
}

@media screen and (max-width:460px) {
  #search-tab>li>a {
    padding-left*: 13px !important;
    height: 42px !important;

    width: 42px;
    text-align: center;
  }
  body[id='body-'] a#bedrooms{
    width: 100%;
  }

}

.mx-property-img {
  height: 148px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

@media (max-width:1280px) {
  .mx-property-img {
    height: 246px
  }
}

@media (min-width:1281px) {
  .mx-property-img {
    height: 246px
  }
}