@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?o9w5kt");
  src: url("../fonts/icomoon.eot?o9w5kt#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?o9w5kt") format("truetype"), url("../fonts/icomoon.woff?o9w5kt") format("woff"), url("../fonts/icomoon.svg?o9w5kt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: ""; }

.icon-realtor:before {
  content: ""; }

.icon-arrow-lt:before {
  content: ""; }

.icon-arrow-rt:before {
  content: ""; }

.icon-dbl-arrow-rt:before {
  content: ""; }

.icon-hamburger:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-heart-o:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-search:before {
  content: ""; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border: 1px solid #777;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 6px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -5px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 5px 0 0;
  height: 16px;
  width: 16px; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  height: 30px;
  min-width: 69px;
  border: 1px solid #979797;
  width: 100%; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  margin: 0 35px 0 8px;
  color: #555; }
  .jcf-select .jcf-select-text .jcf-option-topic {
    color: #d8d8d8; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 35px;
  bottom: 0;
  right: 0;
  top: 0;
  background: #d8d8d8;
  cursor: pointer; }
  .jcf-select .jcf-select-opener:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 12px;
    border: solid transparent;
    border-top: solid #4a4a4a;
    border-width: 6px 5px; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 13px;
  width: 100%;
  border: 1px solid #979797; }
  .jcf-list .jcf-option-hideme {
    display: none !important; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #fff;
  width: 10px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 10px;
  width: 10px;
  left: 0;
  top: 0;
  display: none; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #9b9b9b;
  height: 1px;
  width: 5px;
  border-radius: 5px;
  left: 4px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.clearfix:after, .select-list:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_100.eot");
  src: url("../fonts/museo_slab_100.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_100.woff2") format("woff2"), url("../fonts/museo_slab_100.woff") format("woff"), url("../fonts/museo_slab_100.ttf") format("truetype"), url("../fonts/museo_slab_100.svg#museo_slab100") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_100italic.eot");
  src: url("../fonts/museo_slab_100italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_100italic.woff2") format("woff2"), url("../fonts/museo_slab_100italic.woff") format("woff"), url("../fonts/museo_slab_100italic.ttf") format("truetype"), url("../fonts/museo_slab_100italic.svg#museo_slab100_italic") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_300.eot");
  src: url("../fonts/museo_slab_300.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_300.woff2") format("woff2"), url("../fonts/museo_slab_300.woff") format("woff"), url("../fonts/museo_slab_300.ttf") format("truetype"), url("../fonts/museo_slab_300.svg#museo_slab300") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_300italic.eot");
  src: url("../fonts/museo_slab_300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_300italic.woff2") format("woff2"), url("../fonts/museo_slab_300italic.woff") format("woff"), url("../fonts/museo_slab_300italic.ttf") format("truetype"), url("../fonts/museo_slab_300italic.svg#museo_slab300_italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_500.eot");
  src: url("../fonts/museo_slab_500.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_500.woff2") format("woff2"), url("../fonts/museo_slab_500.woff") format("woff"), url("../fonts/museo_slab_500.ttf") format("truetype"), url("../fonts/museo_slab_500.svg#museo_slab500") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_500italic.eot");
  src: url("../fonts/museo_slab_500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_500italic.woff2") format("woff2"), url("../fonts/museo_slab_500italic.woff") format("woff"), url("../fonts/museo_slab_500italic.ttf") format("truetype"), url("../fonts/museo_slab_500italic.svg#museo_slab500_italic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_700.eot");
  src: url("../fonts/museo_slab_700.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_700.woff2") format("woff2"), url("../fonts/museo_slab_700.woff") format("woff"), url("../fonts/museo_slab_700.ttf") format("truetype"), url("../fonts/museo_slab_700.svg#museo_slab700") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_700italic.eot");
  src: url("../fonts/museo_slab_700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_700italic.woff2") format("woff2"), url("../fonts/museo_slab_700italic.woff") format("woff"), url("../fonts/museo_slab_700italic.ttf") format("truetype"), url("../fonts/museo_slab_700italic.svg#museo_slab700_italic") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_900.eot");
  src: url("../fonts/museo_slab_900.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_900.woff2") format("woff2"), url("../fonts/museo_slab_900.woff") format("woff"), url("../fonts/museo_slab_900.ttf") format("truetype"), url("../fonts/museo_slab_900.svg#museo_slab900") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_900italic.eot");
  src: url("../fonts/museo_slab_900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_900italic.woff2") format("woff2"), url("../fonts/museo_slab_900italic.woff") format("woff"), url("../fonts/museo_slab_900italic.ttf") format("truetype"), url("../fonts/museo_slab_900italic.svg#museo_slab900_italic") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_1000.eot");
  src: url("../fonts/museo_slab_1000.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_1000.woff2") format("woff2"), url("../fonts/museo_slab_1000.woff") format("woff"), url("../fonts/museo_slab_1000.ttf") format("truetype"), url("../fonts/museo_slab_1000.svg#museo_slab1000") format("svg");
  font-weight: 1000;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museo_slab_1000italic.eot");
  src: url("../fonts/museo_slab_1000italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_1000italic.woff2") format("woff2"), url("../fonts/museo_slab_1000italic.woff") format("woff"), url("../fonts/museo_slab_1000italic.ttf") format("truetype"), url("../fonts/museo_slab_1000italic.svg#museo_slab1000_italic") format("svg");
  font-weight: 1000;
  font-style: italic; }

.advance-search-form {
  background: #4b4b4b;
  color: #e6e6e6;
  font-family: Muli, Arial, sans-serif;
  padding: 10px 15px; }
  @media (min-width: 768px) {
    .advance-search-form {
      //font-size: 15px;
      //line-height: 19px;
      //padding: 4px 3px 4px 20px;
      //margin-bottom: -7px; }
  }
  .advance-search-form .container {
    max-width: 1024px;
    padding: 0;
    width: auto; }
  @media (min-width: 768px) {
    .advance-search-form .search-form {
      overflow: hidden; } }
  .advance-search-form .input-wrap {
    position: relative;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .advance-search-form .input-wrap {
        float: left;
        margin: 0 10px 4px 0;
        width: 144px; } }
  .advance-search-form [type="text"],
  .advance-search-form [type="search"],
  .advance-search-form [type="submit"] {
    border: 0;
    border-radius: 0;
    height: 20px; }
  .advance-search-form [type="text"],
  .advance-search-form [type="search"] {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    line-height: 20px;
    color: #555; }
  .advance-search-form [type="search"] {
    width: 100%;
    padding: 0 30px 0 10px; }
  .advance-search-form [type="submit"] {
    -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
    background: #9b0101;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1; }
    .advance-search-form [type="submit"]:hover {
      opacity: 0.8; }
  @media (min-width: 768px) {
    .advance-search-form .select-wrap.input-wrap {
      width: 168px;
      margin-right: 13px;
      margin-bottom: 4px; } }

.select-wrap {
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .select-wrap {
      float: left;
      margin: 0 7px 4px 0; } }
  @media (min-width: 768px) {
    .select-wrap label,
    .select-wrap .jcf-select {
      float: left; } }
  .select-wrap label {
    font-style: italic;
    font-weight: 300;
    text-transform: none;
    margin-right: 7px; }
    .select-wrap label .miles {
      display: inline-block;
      vertical-align: top;
      font-weight: 900;
      margin-right: 5px;
      font-style: normal; }
      @media (min-width: 768px) {
        .select-wrap label .miles {
          font-size: 15px;
          line-height: 19px;
          margin-left: -5px; } }
  @media (min-width: 768px) {
    .select-wrap [type="text"] {
      width: 104px; } }

.jcf-select-alternate {
  border: 0;
  background: none; }
  @media (min-width: 768px) {
    .jcf-select-alternate {
      width: auto !important;
      max-width: 155px !important;
      min-width: 42px; } }
  .jcf-select-alternate .jcf-select-text {
    font-family: Muli, Arial, sans-serif;
    font-weight: 900;
    color: #e6e6e6;
    margin-left: 0;
    text-transform: capitalize;
    text-overflow: ellipsis;
    cursor: default; }
    @media (min-width: 768px) {
      .jcf-select-alternate .jcf-select-text {
        font-size: 15px;
        line-height: 19px;
        margin-right: 18px; } }
  .jcf-select-alternate .jcf-select-opener {
    background: none;
    cursor: default; }
    @media (min-width: 768px) {
      .jcf-select-alternate .jcf-select-opener {
        width: 18px; } }
    .jcf-select-alternate .jcf-select-opener:after {
      border-color: #e6e6e6 transparent transparent; }
      @media (min-width: 768px) {
        .jcf-select-alternate .jcf-select-opener:after {
          top: 8px;
          left: 4px; } }
  @media (min-width: 768px) {
    .jcf-select-alternate {
      width: auto;
      height: auto; } }
  .jcf-select-alternate .jcf-list {
    background: rgba(75, 75, 75, 0.9);
    border: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    text-transform: capitalize; }
    .jcf-select-alternate .jcf-list .jcf-option {
      color: #e6e6e6;
      white-space: normal; }
    .jcf-select-alternate .jcf-list .jcf-option-hide {
      display: none; }
    .jcf-select-alternate .jcf-list .jcf-hover {
      color: #000; }
  .jcf-select-alternate .jcf-list-content {
    padding: 2px 0; }

.places.alt-places {
  border-top: none; }
  .places.alt-places .box {
    padding-bottom: 0;
    border-bottom: 6px solid #bcbcbc;
    color: #6f6f6f;
    background: #fff;
    text-decoration: none; }
    .places.alt-places .box:hover {
      opacity: 0.8; }
  .places.alt-places address {
    font-weight: 700;
    margin-right: 31px; }
    @media (min-width: 768px) {
      .places.alt-places address {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 1px;
        margin-right: 22px; } }
  .places.alt-places .price {
    display: inline-block;
    vertical-align: top;
    color: #333;
    width: 100%;
    font-weight: 700; }
    @media (min-width: 375px) {
      .places.alt-places .price {
        margin-bottom: 5px; } }
    @media (min-width: 768px) {
      .places.alt-places .price {
        font-size: 25px;
        line-height: 29px;
        margin: 0 0 -2px; } }
  .places.alt-places .mls-wrap {
    display: inline-block;
    vertical-align: top;
    font-weight: 700; }
    @media (min-width: 375px) {
      .places.alt-places .mls-wrap {
        margin-bottom: 5px; } }
    @media (min-width: 768px) {
      .places.alt-places .mls-wrap {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px; } }
    .places.alt-places .mls-wrap sub {
      bottom: 0;
      font-weight: 900; }
      @media (min-width: 768px) {
        .places.alt-places .mls-wrap sub {
          font-size: 11px;
          line-height: 15px; } }
  .places.alt-places .info-list {
    display: block;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .places.alt-places .info-list {
        margin: 0 -7px; } }
    .places.alt-places .info-list li {
      float: left;
      text-align: center;
      padding: 0 4px;
      margin-bottom: 2px;
      width: auto; }
      @media (min-width: 768px) {
        .places.alt-places .info-list li {
          padding: 0 7px;
          margin-bottom: 5px; } }
      .places.alt-places .info-list li + li:before {
        content: '';
        background: url(../images/pattern.png);
        position: absolute;
        width: 1px;
        left: 0;
        top: 0;
        bottom: 0; }
        @media (min-width: 768px) {
          .places.alt-places .info-list li + li:before {
            top: 2px;
            bottom: -3px; } }
  .places.alt-places .value {
    font-weight: 900;
    color: #666; }
    @media (min-width: 768px) {
      .places.alt-places .value {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 2px; } }
    @media (min-width: 992px) {
      .places.alt-places .value {
        font-size: 18px;
        line-height: 22px; } }
  .places.alt-places .name {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 768px) {
      .places.alt-places .name {
        font-size: 10px;
        line-height: 14px; } }
    @media (min-width: 992px) {
      .places.alt-places .name {
        font-size: 12px;
        line-height: 16px; } }
  .places.alt-places .like {
    font-size: 25px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 4px;
    left: auto;
    right: 10px;
    text-decoration: none;
    color: #6f6f6f; }
    @media (min-width: 375px) {
      .places.alt-places .like {
        top: 6px; } }
    @media (min-width: 992px) {
      .places.alt-places .like {
        font-size: 15px;
        right: 15px; } }
    .places.alt-places .like:before {
      content: "";
      font-family: icomoon; }
    .places.alt-places .like:hover:before {
      content: "";
      color: #990000; }
  .places.alt-places .text-holder {
    padding-top: 7px;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      .places.alt-places .text-holder {
        padding: 13px 19px 21px; } }
  .places.alt-places .img-holder {
    position: relative; }
    @media (min-width: 768px) {
      .places.alt-places .img-holder {
        min-width: 170px; max-width: 170px; } }
    @media (min-width: 992px) {
      .places.alt-places .img-holder {
        min-width: 252px; max-width: 252px;} }
    .places.alt-places .img-holder img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%; }

.box-holder {
  position: relative; }

.pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 10px 11px;
  border-bottom: 6px solid #9b0101;
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .pagination .pagination-list {
      font-size: 24px;
      line-height: 28px; } }
  .pagination .pagination-list:before {
    content: '';
    height: 3px;
    background: #ececec;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    position: absolute; }
  .pagination .pagination-list li {
    padding: 0 5px; }
    .pagination .pagination-list li.active {
      color: #990000; }
  .pagination .pagination-list a {
    color: #666;
    text-decoration: none; }
    .pagination .pagination-list a:hover {
      color: #990000; }
    .pagination .pagination-list a.next {
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .pagination .pagination-list a.next {
          font-size: 19px;
          line-height: 23px; } }

.alt-search-section {
  font-family: Muli, Arial, sans-serif;
  z-index: 1; }
  .alt-search-section .map-col .btn-holder {
    padding: 20px 0 0 15px; }
    @media (min-width: 768px) {
      .alt-search-section .map-col .btn-holder {
        padding-top: 60px; } }
    @media (min-width: 992px) {
      .alt-search-section .map-col .btn-holder {
        padding-top: 40px; } }
  .alt-search-section .map-col .more-map {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 19px;
    padding: 4px;
    min-width: 119px;
    font-family: Prompt, Arial, sans-serif;
    background: #4b4b4b;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center; }
    .alt-search-section .map-col .more-map:hover {
      opacity: 0.8; }
    .alt-search-section .map-col .more-map:before {
      content: "";
      display: inline;
      font-family: icomoon;
      margin-right: 5px;
      font-size: 12px; }
  .alt-search-section .map-col .zoom-function-wrap {
    margin-top: 15px;
    font-size: 23px;
    line-height: 1; }
    .alt-search-section .map-col .zoom-function-wrap a {
      display: inline-block;
      vertical-align: top;
      color: #4b4b4b;
      text-decoration: none;
      margin-bottom: 5px; }
      .alt-search-section .map-col .zoom-function-wrap a:hover {
        opacity: 0.8; }
  @media (min-width: 768px) {
    .alt-search-section .side-col {
      width: 40%;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.31); } }
  .alt-search-section .places-wrapper .jcf-scrollable {
    width: 100% !important;
    max-height: 530px; }
    @media (min-width: 768px) {
      .alt-search-section .places-wrapper .jcf-scrollable {
        max-height: 915px; } }
  .alt-search-section .place-detail {
    padding: 25px 15px;
    color: #272727; }
    @media (min-width: 768px) {
      .alt-search-section .place-detail {
        font-size: 14px;
        line-height: 20px;
        padding: 29px 30px 11px; } }
    @media (min-width: 768px) {
      .alt-search-section .place-detail p {
        margin-bottom: 13px; } }
    .alt-search-section .place-detail .contact,
    .alt-search-section .place-detail a {
      display: inline-block;
      vertical-align: top; }
    .alt-search-section .place-detail .contact {
      width: 100%;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .alt-search-section .place-detail .contact {
          line-height: 19px;
          margin-bottom: 19px; } }
    .alt-search-section .place-detail a {
      color: #272727;
      text-decoration: none; }
      .alt-search-section .place-detail a:hover {
        color: #990000; }
    .alt-search-section .place-detail .btn-danger {
      background: #9b0101;
      color: #fff;
      font-family: Prompt, Arial, sans-serif;
      border-radius: 4px;
      font-weight: 900;
      max-width: 245px;
      white-space: normal; }
      @media (min-width: 768px) {
        .alt-search-section .place-detail .btn-danger {
          padding: 13px 14px;
          font-size: 14px;
          line-height: 1; } }
      .alt-search-section .place-detail .btn-danger:hover {
        color: #fff;
        background: #6c0000; }
    .alt-search-section .place-detail address {
      margin-bottom: -4px; }
  .alt-search-section .jcf-scrollbar-vertical {
    background: transparent;
    width: 7px; }
    @media (min-width: 768px) {
      .alt-search-section .jcf-scrollbar-vertical {
        width: 12px; } }
    .alt-search-section .jcf-scrollbar-vertical .jcf-scrollbar-handle {
      width: 6px;
      left: -1px;
      height: 182px;
      background: rgba(72, 72, 72, 0.8); }
      @media (min-width: 768px) {
        .alt-search-section .jcf-scrollbar-vertical .jcf-scrollbar-handle {
          width: 11px; } }
  .alt-search-section .jcf-scrollbar-horizontal {
    display: none !important; }
  .alt-search-section .map-topic {
    padding-left: 10px;
    padding-right: 10px;
    border-top: 2px solid #fff; }
    @media (min-width: 768px) {
      .alt-search-section .map-topic {
        border-top: 0; } }
    .alt-search-section .map-topic h1 {
      font-size: 14px;
      line-height: 19px;
      text-transform: none; }
      .alt-search-section .map-topic h1 span {
        font-size: 11px;
        line-height: 15px; }
    .alt-search-section .map-topic .mimic-h1 {
        text-transform: uppercase;
        margin: 0;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        }
    .city-h1 h1 {
        text-transform: uppercase;
        margin: 0;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
  .alt-search-section .popup-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .alt-search-section .popup-wrap .popup-holder {
      max-width: 348px;
      margin: 0 auto;
      padding: 0 10px;
      position: relative;
      text-align: center; }
      @media (min-width: 768px) {
        .alt-search-section .popup-wrap .popup-holder {
          max-width: 548px; } }
    .alt-search-section .popup-wrap .popup-opener {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      width: 22px;
      position: relative; }
      .alt-search-section .popup-wrap .popup-opener:after {
        content: none;
        height: 105px;
        position: absolute;
        left: 7px;
        bottom: -105px;
        z-index: 1;
        min-width: 287px;
        background: transparent;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
        @media (min-width: 375px) {
          .alt-search-section .popup-wrap .popup-opener:after {
            min-width: 337px;
            left: 18px;
            height: 115px;
            bottom: -115px; } }
        @media (min-width: 768px) {
          .alt-search-section .popup-wrap .popup-opener:after {
            min-width: 365px;
            bottom: -162px;
            height: 162px;
            left: 33px; } }
        @media (min-width: 992px) {
          .alt-search-section .popup-wrap .popup-opener:after {
            min-width: 477px;
            height: 168px;
            bottom: -168px; } }
        @media (min-width: 1100px) {
          .alt-search-section .popup-wrap .popup-opener:after {
            height: 183px;
            bottom: -183px;
            min-width: 502px;
            left: 19px; } }
      .alt-search-section .popup-wrap .popup-opener:hover + .alt-places {
        display: block; }
      .alt-search-section .popup-wrap .popup-opener:hover:after {
        content: ''; }
      @media (min-width: 768px) {
        .alt-search-section .popup-wrap .popup-opener {
          width: 44px; } }
      .alt-search-section .popup-wrap .popup-opener:hover {
        width: 28px; }
        @media (min-width: 768px) {
          .alt-search-section .popup-wrap .popup-opener:hover {
            width: 66px; } }
        .alt-search-section .popup-wrap .popup-opener:hover span {
          display: none; }
          .alt-search-section .popup-wrap .popup-opener:hover span.hover {
            display: inline-block; }
      .alt-search-section .popup-wrap .popup-opener span {
        display: inline-block;
        vertical-align: top; }
        .alt-search-section .popup-wrap .popup-opener span.hover {
          display: none; }
      .alt-search-section .popup-wrap .popup-opener img {
        height: auto; }
    .alt-search-section .popup-wrap .alt-places {
      display: none;
      position: absolute; }
      @media (min-width: 768px) {
        .alt-search-section .popup-wrap .alt-places {
          width: 365px; } }
      @media (min-width: 992px) {
        .alt-search-section .popup-wrap .alt-places {
          width: 477px; } }
      @media (min-width: 1100px) {
        .alt-search-section .popup-wrap .alt-places {
          width: auto; } }
      .alt-search-section .popup-wrap .alt-places .text-holder {
        text-align: left; }
        @media (min-width: 768px) {
          .alt-search-section .popup-wrap .alt-places .text-holder {
            padding: 10px 10px 9px; } }
        @media (min-width: 1100px) {
          .alt-search-section .popup-wrap .alt-places .text-holder {
            padding: 13px 19px 21px; } }
