body.noscroll {
  overflow: hidden; }

.search {
  display: flex;
  margin: 0 -1em;
  /*
  &-perpage,
  &-sort {
      width:175px;
      &-box {
          float:left;
          width:80%;
          border:0;
          height:25px;
          font-family:'Work Sans',Arial,sans-serif;
          font-size:14px;
          padding:0 5px;
          border:1px solid $primary;
      }
      &-button {
          float:left;
          width:20%;
          background:$primary;
          color:#fff;
          height:25px;
          border:0;
          padding:0;
      }
  }
  &-perpage {
      float:left;
      text-align:left;
  }
  &-sort {
      float:right;
      text-align:right;
  }
  */
  /*&-nearby,*/ }
  .search > * {
    margin: 0 1em; }
  @media (max-width: 575px) {
    .search {
      margin: 0; }
      .search > * {
        margin: 0; } }
  .search-sidebar {
    background: #c2dccd;
    min-width: 250px;
    flex-basis: 0px;
    flex-grow: 1;
    padding: 1em;
    position: relative;
    border-radius: .25em; }
    .search-sidebar__sticky {
      position: sticky;
      top: 1em;
      bottom: 1em; }
    .search-sidebar__item {
      clear: both;
      margin-bottom: 10px;
      max-height: 500px;
      overflow: auto; }
      .search-sidebar__item label {
        margin: 0;
        line-height: 1;
        font-size: .875em; }
      .search-sidebar__item input[type=text],
      .search-sidebar__item select {
        width: 100%;
        border: 0px;
        padding: 0 5px;
        height: 30px;
        box-sizing: border-box;
        font-family: 'Work Sans',Arial,sans-serif; }
      .search-sidebar__item button {
        width: 100%; }
  .search-container {
    flex-grow: 4; }
  .search-pagination {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 1em; }
    .search-pagination a {
      position: relative;
      display: inline-block;
      background: #004c20;
      color: #fff;
      transition: all .3s;
      z-index: 1;
      padding: 0;
      line-height: 35px;
      width: 30px;
      margin: 0 2px;
      border-bottom: 0 !important; }
      .search-pagination a.active {
        background: #333232; }
      .search-pagination a.prev, .search-pagination a.next {
        padding: 0 20px;
        width: auto;
        margin: 0; }
      .search-pagination a.prev {
        float: left; }
      .search-pagination a.next {
        float: right; }
      .search-pagination a:hover, .search-pagination a:hover:before {
        background: #333232; }
      @media (max-width: 479px) {
        .search-pagination a {
          width: 20px; }
          .search-pagination a.prev, .search-pagination a.next {
            padding: 0 5px; }
            .search-pagination a.prev:before, .search-pagination a.prev:before, .search-pagination a.next:before, .search-pagination a.next:before {
              display: none; } }
      @media (max-width: 767px) {
        .search-pagination a.desktop {
          display: none; } }
  .search-results {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%; }
    @media (max-width: 575px) {
      .search-results {
        margin: 0; } }
    .search-results__item {
      overflow: hidden;
      width: 100%;
      box-sizing: border-box;
      position: relative;
      margin: 0 2% 4%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      border-radius: .25em; }
      @media (min-width: 768px) {
        .search-results__item {
          width: 100%; } }
      @media (min-width: 991px) {
        .search-results__item {
          width: 46%; } }
      @media (min-width: 1200px) {
        .search-results__item {
          width: 29.33%; } }
      .search-results__item:after {
        content: '';
        display: block;
        clear: both; }
      @media (max-width: 575px) {
        .search-results__item {
          margin: 0 0 30px; } }
      .search-results__item-container {
        display: flex;
        height: 100%;
        flex-direction: column; }
      .search-results__item-photo {
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        margin-bottom: 5px;
        border-radius: .25em .25em 0 0; }
        .search-results__item-photo a {
          display: block;
          padding-bottom: 75%;
          border-bottom: 0 !important; }
          .search-results__item-photo a:hover, .search-results__item-photo a:active, .search-results__item-photo a:focus {
            border-bottom: 0 !important;
            text-decoration: none; }
        .search-results__item-photo img.flag {
          position: absolute;
          top: 0;
          left: 0;
          height: 90px; }
          @media (max-width: 1199px) {
            .search-results__item-photo img.flag {
              height: 65px; } }
          @media (max-width: 991px) {
            .search-results__item-photo img.flag {
              height: 90px; } }
          @media (max-width: 479px) {
            .search-results__item-photo img.flag {
              height: 65px; } }
        .search-results__item-photo img.photo {
          display: none;
          position: absolute;
          top: 0;
          height: 100%;
          width: auto;
          max-width: none; }
        .search-results__item-photo:hover .search-fav {
          display: block; }
      .search-results__item-details {
        flex-grow: 1;
        padding: .5em 1em; }
        .search-results__item-details:after {
          content: '';
          display: block;
          clear: both; }
        .search-results__item-details > div {
          float: left;
          font-size: 15px;
          line-height: 24px;
          margin: .25em 0; }
          .search-results__item-details > div:nth-child(2n) {
            margin-left: 2%;
            text-align: right;
            float: right; }
          .search-results__item-details > div:nth-child(2n+1) {
            clear: both; }
      .search-results__item-id, .search-results__item-citystate, .search-results__item-subdivision {
        font-weight: bold; }
      .search-results__item-description {
        clear: both; }
      .search-results__item-id {
        font-size: 14px; }
      .search-results__item-content {
        display: none;
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background: rgba(0, 0, 0, 0.75);
        color: #fff;
        padding: 10px;
        font-size: 16px;
        line-height: 24px; }
      .search-results__item .btn__md {
        padding: .25em;
        border-radius: 0 0 .25em .25em;
        background: #ddd;
        box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.25) inset;
        color: #004c20; }
        .search-results__item .btn__md:hover, .search-results__item .btn__md:active, .search-results__item .btn__md:focus {
          background: #004c20;
          color: #ffffff; }
      @media (max-width: 991px) {
        .search-results__item:nth-child(3n+1) {
          clear: none; }
        .search-results__item:nth-child(2n+1) {
          clear: both; } }
      @media (max-width: 767px) {
        .search-results__item:nth-child(2n+1) {
          clear: none; } }
      .search-results__item.search-featured .btn__md {
        border-color: #369; }
        .search-results__item.search-featured .btn__md:hover {
          background: #369; }
      .search-results__item-premium {
        background: #0e6ce5;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        line-height: 2;
        position: absolute;
        top: 15px;
        left: -75px;
        width: 300px;
        z-index: 1;
        transform: rotate(-25deg); }
      .search-results__item-featured {
        background: #600;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        line-height: 2;
        position: absolute;
        top: 15px;
        left: -75px;
        width: 300px;
        z-index: 1;
        transform: rotate(-25deg); }
  .search-fav {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 26px;
    background: #2a764a; }
    .search-fav a {
      padding: 10px;
      display: block;
      line-height: 29px; }
      .search-fav a:link, .search-fav a:visited {
        color: #ffffff80; }
      .search-fav a:hover, .search-fav a:active, .search-fav a:focus {
        color: #fff; }
    .search-fav.isFav {
      display: block;
      background: #004c20; }
      .search-fav.isFav a {
        color: #fff !important; }
  .search-tour {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: .5em; }
    .search-tour img {
      width: 24px; }
  .search-toolbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
    .search-toolbar > a {
      width: 33.33%;
      float: left;
      background: #444;
      color: #fff;
      text-align: center;
      box-sizing: border-box;
      padding: 1em 0;
      line-height: 1;
      font-size: 1.25rem;
      font-weight: 700;
      border-right: 1px solid #ffffff;
      border-bottom: 0 !important; }
      .search-toolbar > a:hover, .search-toolbar > a:active, .search-toolbar > a:focus {
        color: #ff0; }
      .search-toolbar > a[data-toolbar=filter] {
        background: #004c20; }
    @media (max-width: 991px) {
      .search-toolbar {
        display: block; } }

@media (max-width: 991px) {
  body {
    padding-top: 60px; } }
img.icon-price {
  width: 16px;
  margin-left: -13px; }

a.search-open {
  color: #004c20; }

a.search-close {
  float: right;
  margin: 0 0 5px 10px;
  font-size: 21px;
  line-height: 21px;
  padding: 5px;
  background: #004c20;
  color: #fff;
  font-family: 'Work Sans',Arial,sans-serif;
  font-weight: 300;
  border-bottom: 0 !important; }

a.search-button-view {
  background: #004c20;
  color: #fff;
  padding: .5em;
  text-align: center;
  margin-top: .5em;
  display: block;
  border-radius: .25em; }

.toolbar-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9); }
  .toolbar-window h4 {
    background: #004c20;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    padding: .5em 0; }
    .toolbar-window h4 a.toolbar-close {
      position: absolute;
      top: 0;
      right: 0;
      border-bottom: 0 !important;
      padding: .5em 1em;
      background: #053919; }
      .toolbar-window h4 a.toolbar-close:link, .toolbar-window h4 a.toolbar-close:visited {
        color: #fff; }
      .toolbar-window h4 a.toolbar-close:hover, .toolbar-window h4 a.toolbar-close:active, .toolbar-window h4 a.toolbar-close:focus {
        color: #fff; }

.filter-items {
  border-top: 1px solid #004c20; }
  .filter-items > a {
    width: 25%;
    float: left;
    padding-bottom: 25%;
    position: relative;
    border-right: 1px solid #004c20;
    box-sizing: border-box;
    border-bottom: 1px solid #004c20; }
    .filter-items > a span {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      color: #fff;
      font-weight: 700;
      transform: translateY(-50%); }
    @media (max-width: 767px) {
      .filter-items > a {
        width: 33.33%;
        padding-bottom: 33%; } }
.filter-search input[type=text] {
  float: left;
  width: 80%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 18px;
  padding: 0 10px;
  line-height: 30px;
  border: 0; }
.filter-search:after {
  content: '';
  display: block;
  clear: both; }
.filter-search button {
  border: 0;
  background: #004c20;
  color: #fff;
  padding: 0;
  text-align: center;
  width: 20%;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer; }
.filter-active {
  padding: 10px; }
  .filter-active > a {
    display: inline-block;
    padding: 2px 10px;
    background: #444;
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: 'Work Sans',Arial,sans-serif;
    font-weight: 300;
    border-bottom: 0 !important; }
    .filter-active > a:hover, .filter-active > a:active, .filter-active > a:focus {
      color: #ff0; }
    .filter-active > a.clear-all {
      background: #ccc;
      color: #000; }
.filter-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff; }
  .filter-window a.apply {
    display: block;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 5px 20px;
    width: 25%;
    margin: 0 auto;
    text-align: center; }
  .filter-window .pad-10p {
    padding: 0 10%; }
.filter-options {
  position: absolute;
  width: 100%;
  top: 95px;
  bottom: 0;
  overflow-y: auto;
  padding-bottom: 2em; }

.sort-options > a,
.filter-options > a {
  display: block;
  border-bottom: 1px solid #004c20;
  padding: 5px 15px; }
  .sort-options > a:link, .sort-options > a:visited,
  .filter-options > a:link,
  .filter-options > a:visited {
    color: #ffffff; }
  .sort-options > a:hover, .sort-options > a:active, .sort-options > a:focus,
  .filter-options > a:hover,
  .filter-options > a:active,
  .filter-options > a:focus {
    color: #ff0; }
  .sort-options > a:before,
  .filter-options > a:before {
    content: url("/images/bullet-circle.png");
    margin-right: 5px;
    width: 16px;
    display: inline-block; }
  .sort-options > a.active:before,
  .filter-options > a.active:before {
    content: url("/images/bullet-disc.png"); }

.sort-perpage {
  margin-bottom: 15px; }
  .sort-perpage:after {
    clear: both;
    content: '';
    display: block; }
  .sort-perpage .search-perpage-box,
  .sort-perpage .search-perpage-button {
    font-size: 16px;
    height: 30px; }

@media (max-width: 991px) {
  .search-sidebar,
  .search-perpage,
  .search-sort {
    display: none; } }

/*# sourceMappingURL=search.css.map */
