.navbar {
  z-index: 101;
}
@media (max-width: 767px) {
  .navbar {
    z-index: auto;
  }
}
div.map {
  z-index: 100;
}
.loading {
  z-index: 99;
}
.header {
  height: 60vh;
  max-height: 528px;
}
@media (max-width: 767px) {
  .header {
    display: none;
  }
}
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
section.results,
section.error {
  float: left;
  width: 576px;
}
@media (max-width: 943px) {
  section.results,
  section.error {
    float: none;
    width: auto;
  }
}
section.results h1,
section.error h1 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  section.results h1,
  section.error h1 {
    text-align: left;
  }
}
section.results {
  position: relative;
}
@media (max-width: 767px) {
  section.results {
    padding: 0;
  }
}
section.results h1 {
  padding-right: 120px;
}
@media (max-width: 767px) {
  section.results h1 {
    padding-right: 0;
  }
}
section.results h1 + div {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  section.results h1 + div {
    position: static;
    padding-bottom: 16px;
    overflow: hidden;
  }
  section.results h1 + div + div.place {
    border-top: 16px solid #f5f5f5;
  }
}
section.results span.count,
section.results .btn-filter {
  line-height: 24px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  section.results span.count,
  section.results .btn-filter {
    line-height: 1;
    vertical-align: top;
  }
}
section.results span.count {
  color: #929ba3;
}
@media (max-width: 943px) {
  section.results span.count {
    float: right;
  }
}
section.results .btn-filter {
  display: none;
}
@media (max-width: 943px) {
  section.results .btn-filter {
    display: inline;
    float: right;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  section.results .btn-filter {
    float: none;
  }
}
section.error p {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  section.error p {
    margin-bottom: 16px;
  }
}
section.error p:last-child {
  margin-bottom: 0;
}
section.filters {
  float: right;
  width: 304px;
  background-color: #f8f8f8;
  padding: 16px;
}
@media (max-width: 943px) {
  section.filters {
    display: none;
  }
}
@media (max-width: 767px) {
  ol.breadcrumbs {
    margin-bottom: 8px;
    text-align: left;
  }
}
div.note {
  margin-bottom: 32px;
  font-color: #929ba3;
  text-align: center;
}
@media (max-width: 767px) {
  div.pagination {
    margin-top: 0;
    border-top: none;
  }
}
div.map {
  width: 100%;
  height: 100%;
}
div.map .photo {
  float: left;
  width: 90px;
  height: 90px;
}
div.map .photo + div {
  margin-left: 100px;
}
div.map h2 {
  margin-bottom: 8px;
  font-size: 16px;
}
div.map h2 a {
  color: inherit;
}
div.map .meta {
  margin-bottom: 4px;
}
div.map .description {
  margin-bottom: 4px;
}
div.map .properties,
div.map .quote {
  display: none;
}
div.map span.neighborhood:after,
div.map span.neighborhood + span.city {
  display: none;
}
div.map span.address:after,
div.map span.address + span.city {
  display: none;
}
form.filters:after {
  content: "";
  display: block;
  clear: both;
}
form.filters > div {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  form.filters > div {
    margin-bottom: 8px;
  }
}
form.filters > div.keyword,
form.filters > div.other {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  form.filters > div.keyword,
  form.filters > div.other {
    margin-bottom: 16px;
  }
}
form.filters h4 {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #afb5bc;
}
@media (max-width: 767px) {
  form.filters h4 {
    margin-bottom: 8px;
  }
}
form.filters ul:only-of-type {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
form.filters ul > li {
  margin-bottom: 8px;
}
form.filters label,
form.filters input[type="checkbox"] {
  font-size: inherit;
  line-height: 20px;
}
form.filters label.disabled {
  color: #929ba3;
  cursor: not-allowed;
}
form.filters input[type="checkbox"] {
  margin-right: 4px;
}
form.filters .btn-apply {
  display: none;
}
@media (max-width: 943px) {
  form.filters .btn-apply {
    float: right;
    display: block;
    border: none;
    padding: 2px 16px;
    background-color: #259bce;
    color: #fff;
  }
  form.filters .btn-apply:hover,
  form.filters .btn-apply:focus {
    background-color: #218bb8;
    color: #fff;
  }
}
@media (max-width: 767px) {
  form.filters .btn-reset {
    margin: 2px 0;
  }
}
div.place {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  div.place {
    margin: 0 -16px;
    padding: 16px;
    border-bottom: 1px solid #eee;
  }
}
div.place .photo {
  float: left;
  width: 160px;
  height: 160px;
}
@media (max-width: 767px) {
  div.place .photo {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 8px;
  }
}
div.place .photo + div {
  min-height: 160px;
  margin-left: 176px;
}
@media (max-width: 767px) {
  div.place .photo + div {
    min-height: 60px;
    margin-left: 68px;
  }
}
div.place h2 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  div.place h2 {
    margin-bottom: 4px;
    font-size: inherit;
    word-wrap: break-word;
  }
}
div.place .meta {
  margin-bottom: 4px;
  line-height: 18px;
}
div.place .description {
  margin-bottom: 4px;
  line-height: 20px;
}
div.place .description + .meta {
  margin-bottom: 0;
}
div.place .properties {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #929ba3;
}
@media (max-width: 767px) {
  div.place .properties {
    margin-bottom: 0;
  }
}
div.place .quote {
  margin-top: 8px;
}
div.place .quote > a {
  display: block;
  border: 1px solid #d4d6d8;
  border-radius: 3px;
  padding: 6px 10px;
  background-color: #f5f5f5;
  font-size: 14px;
  color: inherit;
}
div.place .quote > a:hover,
div.place .quote > a:focus {
  border-color: #c7c9cc;
  text-decoration: none;
}
div.place a.more {
  display: none;
}
span.immediate {
  color: #54ac3e;
}
span.upcoming {
  color: #ffa72e;
}
span.full {
  color: #ffa72e;
}
.btn-filter,
.btn-reset {
  border: none;
  padding: 0;
  color: #ff5373;
}
.btn-filter:hover,
.btn-reset:hover,
.btn-filter:focus,
.btn-reset:focus {
  color: #ff5373;
  text-decoration: underline;
}
/* google map infowindow */
.gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  width: 376px !important;
  padding-top: 11px;
  padding-left: 11px;
  padding-bottom: 0;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
.gm-style .gm-style-iw > div {
  max-width: none !important;
  max-height: none !important;
}
