/* search */
.spoton-search-sidebar {
  background-color: #eef1f2;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 123px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px; }

.spoton-bottom-right {
  height: 100%;
  top: 123px;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 0; }

#spoton-spa-bottom {
  /*overflow: hidden;
position: absolute;
top: 123px;
bottom: 0;
right: 0;
left: 0;*/ }

#spa-search-map {
  height: 100%; }

.spoton-propertysearch .links {
  padding: 5px 0 7px;
  border-top: none; }

@media (min-width: 768px) and (max-width: 960px) {
  #spoton-spa-bleft {
    width: 70%; }

  #spoton-spa-bright {
    width: 30%; } }
@media (min-width: 961px) and (max-width: 1170px) {
  #spoton-spa-bleft {
    width: 65%; }

  #spoton-spa-bright {
    width: 35%; } }
@media (min-width: 1171px) and (max-width: 1599px) {
  #spoton-spa-bleft {
    width: 50%; }

  #spoton-spa-bright {
    width: 50%; } }
@media (min-width: 1600px) {
  .spoton-search-sidebar {
    width: 40%; }

  .spoton-bottom-right {
    width: 60%; } }
/* property results */
.layout2 .spoton-property-box .image-holder:after,
.layout2 .spoton-property-box .picture,
.layout2 .spoton-property-info,
.layout2 .spoton-property-row {
  margin-top: -2px; }
.layout2 .spoton-property-box {
  margin: 0 -15px;
  border-radius: 0;
  border: none;
  border-top: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  height: auto !important; }
  .layout2 .spoton-property-box .image-holder {
    float: left;
    width: 36.5%;
    border-radius: 0;
    position: static;
    margin: 0;
    height: 150px;
    padding-bottom: 0; }
    .layout2 .spoton-property-box .image-holder img {
      border-radius: 0; }
  .layout2 .spoton-property-box .text-holder {
    overflow: hidden;
    padding: 42px 11px 0; }
  .layout2 .spoton-property-box .label {
    top: 12px;
    right: 11px;
    left: auto;
    font-size: 13px;
    line-height: 15px;
    padding: 2px 5px;
    min-width: 0;
    border-radius: 2px; }
  .layout2 .spoton-property-box .price {
    left: 36.5%;
    right: auto;
    top: 12px;
    bottom: auto;
    margin-left: 11px;
    color: #fff; }
  .layout2 .spoton-property-box h2.spoton-property-grid-heading {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*br {
        display: none;
    }*/ }
    .layout2 .spoton-property-box h2.spoton-property-grid-heading a.spa-details-link {
      text-decoration: none;
      line-height: 21px;
      margin: 0;
      text-align: left;
      text-transform: capitalize;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .layout2 .spoton-property-box h2.spoton-property-grid-heading a.spa-details-link span {
        color: #656565;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .layout2 .spoton-property-box .feature-list {
    display: block;
    font-size: 13px;
    margin: 0; }
    .layout2 .spoton-property-box .feature-list li {
      display: inline;
      padding: 0;
      border: none; }
    .layout2 .spoton-property-box .feature-list li + li {
      margin-left: 6px; }
  .layout2 .spoton-property-box .spoton-property-info {
    overflow: hidden;
    padding-top: 0px;
    padding-right: 13px;
    padding-bottom: 0;
    padding-left: 14px; }

@media only screen and (max-width: 767px) {
  #spa-search-facets,
  #spoton-spa-bright,
  #spoton-spa-top,
  .spoton-utilities-wrap {
    display: none; }

  #spoton-main {
    padding-bottom: 10px; }

  .spoton-search-sidebar {
    overflow-x: hidden;
    position: relative;
    background-color: #eef1f2;
    left: inherit;
    bottom: inherit;
    top: inherit;
    overflow-y: inherit;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px; } }
/* hide footer for search page */
body.spoton-spa-body #footer {
  display: none; }
body.spoton-spa-body .copyright {
  display: none; }
