/**
 * Nicolas Gallagher's micro clearfix hack without IE6/7 support
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
/**
 * Formats a list to have no bullets, padding or margin.
 * It uses `> li` to not affect any lists nested inside this list.
 */
/**
 * Mixin for absolute, fixed or relative positioning.
 *
 * Examples:
 *
 *     // this will position the item absolute with top: 0; and left: 0;
 *     .item1 { @include position; }
 *     
 *     // this will position the item absolute with bottom: 50px; and right: 50px;
 *     .item2 { @include position(50px, "BR"); }
 *     
 *     // this will position the item fixed with top: 10px; and right: 40px;
 *     .item3 { @include position(10px 40px, "TR", fixed); }
 * 
 * @param {Array} [$coordinates=0] Sets the coordinates.
 * @param {String} [$align="TL"] Sets the alignment of the positioning.
 * Possible values:
 * 
 *   - "TL": top left
 *   - "TR": top right
 *   - "BL": bottom left
 *   - "BR": bottom right
 *   
 * @param {String} [$position=absolute] Sets the css attribute `position`
 */
.hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

/**
 * Usage:
 *
 *   background-color: color(white);
 */
/**
 * Usage:
 *
 *   background-color: color('white');
 */
/**
 * Creates placeholder selectors for each color setting the background color
 * Example would be `%bg-white` which you could use like `@extend %bg-white`
 */
/* BREAKPOINTS CONFIG */
.listings__filters:before, .listings__filters__tabs:before, .listings__filters__tab-content__row:before, .listings__actions:before, .listings__list:before, .listing__details__listing--contact:before,
.packages__detail--details:before, .listings__filters:after, .listings__filters__tabs:after, .listings__filters__tab-content__row:after, .listings__actions:after, .listings__list:after, .listing__details__listing--contact:after,
.packages__detail--details:after {
  display: table;
  content: ' ';
}

.listings__filters:after, .listings__filters__tabs:after, .listings__filters__tab-content__row:after, .listings__actions:after, .listings__list:after, .listing__details__listing--contact:after,
.packages__detail--details:after {
  clear: both;
}

.listings__filters {
  margin: 20px 0 40px 0;
}

.listings__filters .form-field {
  margin: 0 0 15px 0;
}

.listings__filters.hidden-keyword .keyword {
  display: none;
}

.listings__filters__default-attributes .form-field {
  display: none;
}

.listings__filters__secondary label {
  font-weight: normal;
}

.listings__filters__sort {
  display: none;
  text-align: right;
}

.listings__filters__sort .form-select {
  display: inline-block;
  width: 175px;
  text-align: left;
}

.listings__filters__sort label {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
  font-weight: normal;
  line-height: 40px;
}

.listings__filters__tabs {
  width: 100%;
  border-bottom: 1px solid #64a70a;
}

.listings__filters__tab {
  position: relative;
  float: left;
  overflow: hidden;
  padding: 5px 6.6666666667px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #c1c1c1;
  text-align: center;
}

.listings__filters__tab input {
  position: absolute;
  display: inline-block;
  top: 0;
  left: -999em;
}

.listings__filters__tab [class*='icon-'] {
  display: block;
}

.listings__filters__tab:first-child {
  margin: 0px;
}

.no-touch .listings__filters__tab:hover, .listings__filters__tab.active {
  color: #64a70a;
}

.listings__filters__tab.active {
  margin-bottom: -1px;
  border: 1px solid #64a70a;
  border-bottom: 1px solid #fff;
}

.listings__filters__tab-label {
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  cursor: pointer;
}

@media (min-width: 500px) {
  .listings__filters__tab-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
  }
}

.listings__filters__tab-label span {
  padding: 0 0 5px 0;
}

.listings__filters__tab-label .labelCopy {
  display: none;
}

@media (min-width: 768px) {
  .listings__filters__tab-label .labelCopy {
    display: inline;
  }
}

.listings__filters__tab-content {
  display: none;
  padding: 30px 0 0 0;
}

.listings__filters__tab-content-container {
  padding: 20px;
}

.listings__filters__tab-content__column, .listings__filters__tab-content__column--half, .listings__filters__tab-content__column--third, .listings__filters__tab-content__column--whole {
  float: left;
  padding: 0 20px 0 0;
  width: 25%;
}

.listings__filters__tab-content__column:last-of-type, .listings__filters__tab-content__column--half:last-of-type, .listings__filters__tab-content__column--third:last-of-type, .listings__filters__tab-content__column--whole:last-of-type {
  padding: 0;
}

.listings__filters__tab-content__column .form-field, .listings__filters__tab-content__column--half .form-field, .listings__filters__tab-content__column--third .form-field, .listings__filters__tab-content__column--whole .form-field {
  padding: 0;
}

.listings__filters__tab-content__column--half {
  width: 37.5%;
}

.listings__filters__tab-content__column--whole {
  width: 75%;
}

.listings__filters__tab-content__row {
  margin: 0 0 10px 0;
  width: 100%;
}

.listings__filters__tab-content__row__label {
  padding-top: 10px;
  color: #64a70a;
}

.listings__filters__set {
  margin: 10px 0;
  padding: 0;
}

.listings__filters__set.not-listings button {
  display: none;
}

.listings__filters__set.not-listings .listings__filters__secondary {
  display: block;
  padding: 0;
}

.page-content-aside .listings__filters__set {
  margin-top: 0;
}

.listings__filters__filter > .form-field {
  padding-top: 0;
}

.listings__filters__filter .form-checkboxes {
  display: none;
}

.listings__filters__filter .form-checkboxes label {
  margin: 0;
  padding-left: 10px;
}

.listings__filters__filter .twitter-typeahead {
  width: 100%;
}

.listings__filters__filter .tt-menu {
  overflow: auto;
  margin-top: -1px;
  max-height: 180px;
  width: 100%;
  border: 1px solid #64a70a;
  background-color: #fff;
}

.listings__filters__filter .tt-suggestion {
  padding: 0 5px;
  cursor: pointer;
}

.listings__filters__filter .tt-suggestion p {
  margin: 0;
}

.no-touch .listings__filters__filter .tt-suggestion:hover,
.listings__filters__filter .tt-cursor {
  color: #64a70a;
}

.listings__filters__checkboxes-highlights .form-checkboxes:nth-child(1n+7) {
  display: none !important;
}

.listings__filters__checkboxes-group {
  display: none;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #c1c1c1;
}

@media (max-width: 767px) {
  .listings__filters__sort {
    text-align: left;
  }
  .listings__filters__tab-content button {
    display: block;
    margin: 0 auto 0 auto;
  }
  .listings__filters__tab-content__column, .listings__filters__tab-content__column--half, .listings__filters__tab-content__column--third, .listings__filters__tab-content__column--whole {
    display: block;
    padding: 0;
    width: 100%;
  }
  .listings__filters__tab-content__column .form-checkboxes, .listings__filters__tab-content__column--half .form-checkboxes, .listings__filters__tab-content__column--third .form-checkboxes, .listings__filters__tab-content__column--whole .form-checkboxes {
    padding: 10px;
  }
  .listings__filters__tab-content__column .form-select, .listings__filters__tab-content__column--half .form-select, .listings__filters__tab-content__column--third .form-select, .listings__filters__tab-content__column--whole .form-select,
  .listings__filters__tab-content__column .twitter-typeahead, .listings__filters__tab-content__column--half .twitter-typeahead, .listings__filters__tab-content__column--third .twitter-typeahead, .listings__filters__tab-content__column--whole .twitter-typeahead {
    margin: 0 0 10px 0;
  }
  .listings__filters__tab-content__row {
    display: block;
  }
  .listings__filters__tab-content__row__label {
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) {
  .listings__filters__checkboxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .listings__filters__checkboxes .form-checkboxes {
    width: 50%;
  }
}

@media (min-width: 500px) {
  .listings__filters__tab:first-child {
    margin-left: 10px;
  }
  .listings__filters__set {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .listings__filters__checkboxes-group {
    margin-left: 25;
  }
  .listings__filters__tab {
    padding: 5px 15px;
  }
  .listings__filters__tab:first-child {
    margin-left: 0;
  }
}

@media (min-width: 980px) {
  .listings__filters__checkboxes .form-checkboxes {
    width: 33.334%;
  }
  .listings__filters__tab {
    padding: 5px 20px;
  }
  .listings__filters__tab:first-child {
    margin-left: 20px;
  }
}

.force-region .modal-dialog {
  margin: 50vh auto 0;
  padding: 10px;
  max-width: 360px;
}

.force-region .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -75%);
          transform: translate(0, -75%);
}

.force-region .modal.in .modal-dialog {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.force-region__body {
  margin-top: 25px;
}

.force-region__label {
  font-size: 18px;
}

.force-region__divider {
  position: relative;
  margin: 0 auto;
  width: 40px;
  text-align: center;
}

.force-region__divider:before, .force-region__divider:after {
  position: absolute;
  top: 50%;
  width: 100px;
  height: 1px;
  background: #c1c1c1;
  content: '';
}

.force-region__divider:before {
  left: -100px;
}

.force-region__divider:after {
  right: -100px;
}

.listings {
  margin-bottom: 40px;
}

.listings__actions {
  display: table;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.listings__actions__column {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.listings__map-toggle {
  float: right;
  margin: 35px 0 0 0;
}

@media (max-width: 767px) {
  .listings__actions__column {
    display: block;
    width: 100%;
  }
  .listings__map-toggle {
    float: none;
  }
}

@media (min-width: 500px) {
  .listings__map-toggle {
    margin: 10px 0 0 0;
  }
}

@media (min-width: 768px) {
  .listings__map-toggle {
    display: none;
  }
}

.listings-amount__total {
  font-weight: bold;
}

@media (min-width: 768px) {
  .listings-amount__total {
    display: inline-block;
    float: left;
  }
  .listings-amount__total p {
    margin: 0;
  }
}

.listings-amount-per-page {
  margin: 20px 0;
}

.listings-amount-per-page .form-field {
  padding: 0;
}

.listings-amount-per-page .form-field > label {
  display: inline-block;
  font-weight: normal;
}

.listings-amount-per-page .form-select {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .listings-amount-per-page {
    display: inline-block;
    float: right;
  }
  .listings-amount-per-page .form-field {
    padding: 0;
  }
  .listings-amount-per-page .form-select--inline {
    margin: 0 0 0 10px;
  }
}

@media (min-width: 980px) {
  .listings-amount-per-page {
    margin-top: 0;
  }
}

.listings__map__toggle {
  padding: 15px;
}

.listings__map__placeholder {
  height: 100%;
}

.listings__map__placeholder img {
  max-width: none;
}

@media (max-width: 767px) {
  .listings__map {
    position: fixed;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
  }
  .listings__map__toggle {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    z-index: 999;
  }
}

@media (min-width: 768px) {
  .listings__map {
    margin: 0 0 20px 0;
    height: 500px;
  }
  .listings__map__toggle {
    display: none;
  }
}

.gm-style-iw {
  width: 280px;
}

.gm-style-iw .map__infoWindow h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 5px 0;
  padding: 0;
}

.gm-style-iw .map__infoWindow h3 a {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
}

.gm-style-iw .map__infoWindow p {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  margin: 0 0 5px 0;
  padding: 0;
}

/* general typography */
.leaflet-container {
  overflow: hidden;
  outline: 0;
  background: #fff;
  -ms-touch-action: none;
}

.leaflet-container *,
.leaflet-container *:after,
.leaflet-container *:before {
  box-sizing: border-box;
}

.leaflet-container .marker-description img {
  margin-bottom: 10px;
}

.leaflet-container.dark .mapbox-button,
.leaflet-container .mapbox-button {
  display: inline-block;
  height: 40px;
  background-color: #3887be;
  color: #fff;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 40px;
}

.leaflet-container.dark .mapbox-button:hover,
.leaflet-container .mapbox-button:hover {
  background-color: #3bb2d0;
  color: #fff;
}

/* Base Leaflet
------------------------------------------------------- */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-tile {
  visibility: hidden;
  -webkit-filter: inherit;
          filter: inherit;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-control {
  position: relative;
  z-index: 7;
  float: left;
  clear: both;
  pointer-events: auto;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-container {
}

.leaflet-overlay-pane path,
.leaflet-marker-icon,
.leaflet-container.map-clickable,
.leaflet-container.leaflet-clickable {
  cursor: pointer;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging,
.leaflet-dragging .map-clickable,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor: move;
}

.leaflet-zoom-box {
  border: 2px dotted #202020;
  background: #fff;
  opacity: .5;
}

/* general toolbar styles */
.leaflet-control-layers,
.leaflet-bar {
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  border-bottom: 1px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
}

.leaflet-bar a:hover,
.leaflet-bar a:active {
  background-color: #f8f8f8;
  cursor: pointer;
}

.leaflet-bar a:hover:first-child {
  border-radius: 3px 3px 0 0;
}

.leaflet-bar a:hover:last-child {
  border-bottom: none;
  border-radius: 0 0 3px 3px;
}

.leaflet-bar a:hover:only-of-type {
  border-radius: 3px;
}

.leaflet-bar .leaflet-disabled {
  opacity: .75;
  cursor: default;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  display: block;
  content: '';
  text-indent: -999em;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  position: relative;
  display: block;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  background: #fff;
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
}

.leaflet-control-layers-selector {
  position: relative;
  top: 1px;
  margin-top: 2px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  margin: 5px -10px 5px -6px;
  height: 0;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.leaflet-container .leaflet-control-attribution {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.leaflet-container .leaflet-control-attribution a,
.leaflet-container .map-info-container a {
  color: #404040;
}

.leaflet-control-attribution a:hover,
.map-info-container a:hover {
  color: inherit;
  text-decoration: underline;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* Used for smaller map containers & triggered by container size */
.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution {
  margin: 10px;
}

.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution {
  visibility: hidden;
  padding: 3px 31px 3px 3px;
  border-radius: 3px 13px 13px 3px;
  background: #fff;
}

.leaflet-control-attribution.leaflet-compact-attribution:hover {
  visibility: visible;
}

.leaflet-control-attribution.leaflet-compact-attribution:after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  visibility: visible;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: 0 -78px;
  content: '';
  vertical-align: middle;
  cursor: pointer;
}

.leaflet-control-attribution.leaflet-compact-attribution:hover:after {
  background-color: #fff;
}

.leaflet-right .leaflet-control-attribution.leaflet-compact-attribution:after {
  right: 0;
}

.leaflet-left .leaflet-control-attribution.leaflet-compact-attribution:after {
  left: 0;
}

.leaflet-control-scale-line {
  overflow: hidden;
  padding: 2px 5px 1px;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-top: none;
  background-color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.leaflet-control-scale-line:not(:first-child) {
  margin-top: -2px;
  border-top: 2px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  pointer-events: none;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  pointer-events: all;
}

.leaflet-popup-content {
  margin: 0;
  padding: 10px 10px 15px;
  line-height: inherit;
}

.leaflet-popup-close-button + .leaflet-popup-content-wrapper .leaflet-popup-content {
  padding-top: 15px;
}

.leaflet-popup-tip-container {
  position: relative;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}

.leaflet-popup-tip {
  margin: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  box-shadow: none;
}

.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999em;
  pointer-events: all;
}

.leaflet-popup-close-button:hover {
  background-color: #f8f8f8;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* div icon */
.leaflet-div-icon {
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  background: #fff;
}

.leaflet-editing-icon {
  border-radius: 3px;
}

/* Leaflet + Mapbox
------------------------------------------------------- */
.leaflet-bar a,
.mapbox-icon,
.map-tooltip.closable .close,
.leaflet-control-layers-toggle,
.leaflet-popup-close-button,
.mapbox-button-icon:before {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  content: '';
  vertical-align: middle;
}

.leaflet-bar a {
  display: block;
}

.leaflet-control-attribution:after,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-close-button,
.leaflet-control-layers-toggle,
.leaflet-container.dark .map-tooltip .close,
.map-tooltip .close,
.mapbox-icon {
  background-image: url(./images/icons-000000@2x.png);
  background-size: 26px 260px;
  background-repeat: no-repeat;
  opacity: .75;
}

.leaflet-container.dark .leaflet-control-attribution:after,
.mapbox-button-icon:before,
.leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-container.dark .mapbox-icon {
  background-image: url(./images/icons-ffffff@2x.png);
  background-size: 26px 260px;
  opacity: 1;
}

.leaflet-bar .leaflet-control-zoom-in {
  background-position: 0 0;
}

.leaflet-bar .leaflet-control-zoom-out {
  background-position: 0 -26px;
}

.map-tooltip.closable .close,
.leaflet-popup-close-button {
  width: 20px;
  height: 20px;
  border-radius: 0 3px 0 0;
  background-position: -3px -55px;
}

.mapbox-icon-info {
  background-position: 0 -78px;
}

.leaflet-control-layers-toggle {
  background-position: 0 -104px;
}

.mapbox-icon.mapbox-icon-share:before, .mapbox-icon.mapbox-icon-share {
  background-position: 0 -130px;
}

.mapbox-icon.mapbox-icon-geocoder:before, .mapbox-icon.mapbox-icon-geocoder {
  background-position: 0 -156px;
}

.mapbox-icon-facebook:before, .mapbox-icon-facebook {
  background-position: 0 -182px;
}

.mapbox-icon-twitter:before, .mapbox-icon-twitter {
  background-position: 0 -208px;
}

.mapbox-icon-pinterest:before, .mapbox-icon-pinterest {
  background-position: 0 -234px;
}

.leaflet-popup-content-wrapper,
.map-legends,
.map-tooltip {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.map-legends,
.map-tooltip {
  max-width: 300px;
}

.map-legends .map-legend {
  padding: 10px;
}

.map-tooltip {
  z-index: 999999;
  overflow: auto;
  padding: 10px;
  min-width: 180px;
  max-height: 400px;
  opacity: 1;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}

.map-tooltip .close {
  display: none;
  overflow: hidden;
  text-indent: -999em;
}

.map-tooltip.closable .close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
}

.map-tooltip.closable .close:active {
  background-color: #f8f8f8;
}

.leaflet-control-interaction {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 300px;
}

.leaflet-popup-content .marker-title {
  font-weight: bold;
}

.leaflet-control .mapbox-button {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
}

/* Share modal
------------------------------------------------------- */
.mapbox-modal > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.mapbox-modal.active > div {
  z-index: 99999;
  -webkit-transition: all .2s, z-index 0 0;
          transition: all .2s, z-index 0 0;
}

.mapbox-modal .mapbox-modal-mask {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.mapbox-modal.active .mapbox-modal-mask {
  opacity: 1;
}

.mapbox-modal .mapbox-modal-content {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mapbox-modal.active .mapbox-modal-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mapbox-modal-body {
  position: relative;
  z-index: 1000;
  margin: 20px 0 20px 25%;
  padding: 20px;
  width: 50%;
  background: #fff;
}

.mapbox-share-buttons {
  margin: 0 0 20px;
}

.mapbox-share-buttons a {
  width: 33.3333%;
  border-left: 1px solid #fff;
  border-radius: 0;
  text-align: center;
}

.mapbox-share-buttons a:last-child {
  border-radius: 0 3px 3px 0;
}

.mapbox-share-buttons a:first-child {
  border: none;
  border-radius: 3px 0 0 3px;
}

.mapbox-modal input {
  padding: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}

/* Info Control
------------------------------------------------------- */
.leaflet-control.mapbox-control-info {
  margin: 5px 30px 10px 10px;
  min-height: 26px;
}

.leaflet-right .leaflet-control.mapbox-control-info {
  margin: 5px 10px 10px 30px;
}

.mapbox-info-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.leaflet-right .mapbox-control-info .mapbox-info-toggle {
  right: 0;
  left: auto;
}

.mapbox-info-toggle:hover {
  background-color: #fff;
}

.map-info-container {
  position: relative;
  bottom: 0;
  left: 0;
  display: none;
  padding: 3px 5px 3px 27px;
  border-radius: 13px 3px 3px 13px;
  background: #fff;
}

.leaflet-right .map-info-container {
  right: 0;
  left: auto;
  padding: 3px 27px 3px 5px;
  border-radius: 3px 13px 13px 3px;
}

.mapbox-control-info.active .map-info-container {
  display: inline-block;
}

.leaflet-container .mapbox-improve-map {
  font-weight: bold;
}

/* Geocoder
------------------------------------------------------- */
.leaflet-control-mapbox-geocoder {
  position: relative;
}

.leaflet-control-mapbox-geocoder.searching {
  opacity: .75;
}

.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-wrap {
  position: absolute;
  top: -1px;
  left: 26px;
  overflow: hidden;
  width: 0;
  height: 28px;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 3px 3px 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}

.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-wrap {
  width: 180px;
  opacity: 1;
}

.leaflet-bar .leaflet-control-mapbox-geocoder-toggle,
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle:hover {
  border-bottom: none;
}

.leaflet-control-mapbox-geocoder-toggle {
  border-radius: 3px;
}

.leaflet-control-mapbox-geocoder.active,
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-form input {
  padding: 0 0 0 10px;
  width: 180px;
  height: 26px;
  outline: none;
  border: 0;
  background: transparent;
}

.leaflet-control-mapbox-geocoder-results {
  position: absolute;
  top: 25px;
  left: 26px;
  width: 180px;
  border-radius: 0 0 3px 3px;
}

.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-results {
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  background: #fff;
}

.leaflet-control-mapbox-geocoder-results a,
.leaflet-control-mapbox-geocoder-results span {
  display: block;
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 26px;
}

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a:hover,
.leaflet-control-mapbox-geocoder-results a:hover {
  background: #f8f8f8;
  opacity: 1;
}

.leaflet-right .leaflet-control-mapbox-geocoder-wrap,
.leaflet-right .leaflet-control-mapbox-geocoder-results {
  right: 26px;
  left: auto;
}

.leaflet-right .leaflet-control-mapbox-geocoder-wrap {
  border-radius: 3px 0 0 3px;
}

.leaflet-right .leaflet-control-mapbox-geocoder.active,
.leaflet-right .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-radius: 0 3px 3px 0;
}

.leaflet-bottom .leaflet-control-mapbox-geocoder-results {
  top: auto;
  bottom: 25px;
  border-radius: 3px 3px 0 0;
}

/* Mapbox Logo
------------------------------------------------------- */
.mapbox-logo-true:before {
  display: inline-block;
  width: 61px;
  height: 19px;
  content: '';
  vertical-align: middle;
}

.mapbox-logo-true {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI2NSIgaGVpZ2h0PSIyMCI+PGRlZnMvPjxtZXRhZGF0YT48cmRmOlJERj48Y2M6V29yayByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIvPjxkYzp0aXRsZS8+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNjEuODQ4MywtOTguNTAzOTUpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0ib3BhY2l0eTowLjI1O2ZpbGw6I2ZmZmZmZjtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLW9wYWNpdHk6MTtzdHJva2UtZGFzaGFycmF5Om5vbmUiPjxwYXRoIGQ9Ik0gNS4yOCAxLjUgQyA0LjU0IDEuNTYgMy45IDIuMjUgMy45MSAzIGwgMCAxMS44OCBjIDAuMDIgMC43NyAwLjcyIDEuNDcgMS41IDEuNDcgbCAxLjc1IDAgYyAwLjc4IDAgMS40OCAtMC42OSAxLjUgLTEuNDcgbCAwIC00LjI4IDAuNzIgMS4xOSBjIDAuNTMgMC44NyAyLjAzIDAuODcgMi41NiAwIGwgMC43MiAtMS4xOSAwIDQuMjggYyAwLjAyIDAuNzYgMC43IDEuNDUgMS40NyAxLjQ3IGwgMS43NSAwIGMgMC43OCAwIDEuNDggLTAuNjkgMS41IC0xLjQ3IGwgMCAtMC4xNiBjIDEuMDIgMS4xMiAyLjQ2IDEuODEgNC4wOSAxLjgxIGwgNC4wOSAwIDAgMS40NyBjIC0wIDAuNzggMC42OSAxLjQ4IDEuNDcgMS41IGwgMS43NSAwIGMgMC43OSAtMCAxLjUgLTAuNzEgMS41IC0xLjUgbCAwLjAyIC0xLjQ3IGMgMS43MiAwIDMuMDggLTAuNjQgNC4xNCAtMS42OSBsIDAgMC4xOSBjIDAgMC4zOSAwLjE2IDAuNzkgMC40NCAxLjA2IDAuMjggMC4yOCAwLjY3IDAuNDQgMS4wNiAwLjQ0IGwgMy4zMSAwIGMgMi4wMyAwIDMuODUgLTEuMDYgNC45MSAtMi42OSAxLjA1IDEuNjEgMi44NCAyLjY5IDQuODggMi42OSAxLjAzIDAgMS45OCAtMC4yNyAyLjgxIC0wLjc1IDAuMjggMC4zNSAwLjczIDAuNTcgMS4xOSAwLjU2IGwgMi4xMiAwIGMgMC40OCAwLjAxIDAuOTcgLTAuMjMgMS4yNSAtMC42MiBsIDAuOTEgLTEuMjggMC45MSAxLjI4IGMgMC4yOCAwLjM5IDAuNzQgMC42MyAxLjIyIDAuNjIgbCAyLjE2IDAgQyA2Mi42NyAxNi4zMyA2My40MiAxNC44OSA2Mi44MSAxNCBMIDYwLjIyIDEwLjM4IDYyLjYyIDcgQyA2My4yNiA2LjExIDYyLjUgNC42MiA2MS40MSA0LjYyIGwgLTIuMTYgMCBDIDU4Ljc4IDQuNjIgNTguMzEgNC44NiA1OC4wMyA1LjI1IEwgNTcuMzEgNi4yOCA1Ni41NiA1LjI1IEMgNTYuMjkgNC44NiA1NS44MiA0LjYyIDU1LjM0IDQuNjIgbCAtMi4xNiAwIGMgLTAuNDkgLTAgLTAuOTcgMC4yNSAtMS4yNSAwLjY2IC0wLjg2IC0wLjUxIC0xLjg0IC0wLjgxIC0yLjkxIC0wLjgxIC0yLjAzIDAgLTMuODMgMS4wOCAtNC44OCAyLjY5IEMgNDMuMSA1LjUzIDQxLjI3IDQuNDcgMzkuMTkgNC40NyBMIDM5LjE5IDMgQyAzOS4xOSAyLjYxIDM5LjAzIDIuMjEgMzguNzUgMS45NCAzOC40NyAxLjY2IDM4LjA4IDEuNSAzNy42OSAxLjUgbCAtMS43NSAwIGMgLTAuNzEgMCAtMS41IDAuODMgLTEuNSAxLjUgbCAwIDMuMTYgQyAzMy4zOCA1LjEgMzEuOTYgNC40NyAzMC4zOCA0LjQ3IGwgLTMuMzQgMCBjIC0wLjc3IDAuMDIgLTEuNDcgMC43MiAtMS40NyAxLjUgbCAwIDAuMzEgYyAtMS4wMiAtMS4xMiAtMi40NiAtMS44MSAtNC4wOSAtMS44MSAtMS42MyAwIC0zLjA3IDAuNyAtNC4wOSAxLjgxIEwgMTcuMzggMyBjIC0wIC0wLjc5IC0wLjcxIC0xLjUgLTEuNSAtMS41IEwgMTQuNSAxLjUgQyAxMy41NSAxLjUgMTIuMjggMS44NyAxMS42NiAyLjk0IGwgLTEgMS42OSAtMSAtMS42OSBDIDkuMDMgMS44NyA3Ljc3IDEuNSA2LjgxIDEuNSBsIC0xLjQxIDAgQyA1LjM2IDEuNSA1LjMyIDEuNSA1LjI4IDEuNSB6IG0gMTYuMTkgNy43MiBjIDAuNTMgMCAwLjk0IDAuMzUgMC45NCAxLjI4IGwgMCAxLjI4IC0wLjk0IDAgYyAtMC41MiAwIC0wLjk0IC0wLjM4IC0wLjk0IC0xLjI4IC0wIC0wLjkgMC40MiAtMS4yOCAwLjk0IC0xLjI4IHogbSA4LjgxIDAgYyAwLjgzIDAgMS4xOCAwLjY4IDEuMTkgMS4yOCAwLjAxIDAuOTQgLTAuNjIgMS4yOCAtMS4xOSAxLjI4IHogbSA4LjcyIDAgYyAwLjcyIDAgMS4zNyAwLjYgMS4zNyAxLjI4IDAgMC43NyAtMC41MSAxLjI4IC0xLjM3IDEuMjggeiBtIDEwLjAzIDAgYyAwLjU4IDAgMS4wOSAwLjUgMS4wOSAxLjI4IDAgMC43OCAtMC41MSAxLjI4IC0xLjA5IDEuMjggLTAuNTggMCAtMS4xMiAtMC41IC0xLjEyIC0xLjI4IDAgLTAuNzggMC41NCAtMS4yOCAxLjEyIC0xLjI4IHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZm9udC1zaXplOm1lZGl1bTtmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO3RleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDt0ZXh0LWRlY29yYXRpb246bm9uZTtsaW5lLWhlaWdodDpub3JtYWw7bGV0dGVyLXNwYWNpbmc6bm9ybWFsO3dvcmQtc3BhY2luZzpub3JtYWw7dGV4dC10cmFuc2Zvcm06bm9uZTtkaXJlY3Rpb246bHRyO2Jsb2NrLXByb2dyZXNzaW9uOnRiO3dyaXRpbmctbW9kZTpsci10Yjt0ZXh0LWFuY2hvcjpzdGFydDtiYXNlbGluZS1zaGlmdDpiYXNlbGluZTtjb2xvcjojMDAwMDAwO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7bWFya2VyOm5vbmU7dmlzaWJpbGl0eTp2aXNpYmxlO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZTtmb250LWZhbWlseTpTYW5zOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246U2FucyIvPjwvZz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0iZmlsbDojZmZmZmZmIj48cGF0aCBkPSJtIDUuNDEgMyAwIDEyIDEuNzUgMCAwIC05LjkxIDMuNSA1Ljk0IDMuNDcgLTUuOTQgMCA5LjkxIDEuNzUgMCAwIC0xMiBMIDE0LjUgMyBDIDEzLjggMyAxMy4yNSAzLjE2IDEyLjk0IDMuNjkgTCAxMC42NiA3LjU5IDguMzggMy42OSBDIDguMDcgMy4xNiA3LjUxIDMgNi44MSAzIHogTSAzNiAzIGwgMCAxMi4wMyAzLjI1IDAgYyAyLjQ0IDAgNC4zOCAtMS45MSA0LjM4IC00LjUzIDAgLTIuNjIgLTEuOTMgLTQuNDcgLTQuMzggLTQuNDcgQyAzOC43IDYuMDMgMzguMzIgNiAzNy43NSA2IGwgMCAtMyB6IE0gMjEuNDcgNS45NyBjIC0yLjQ0IDAgLTQuMTkgMS45MSAtNC4xOSA0LjUzIDAgMi42MiAxLjc1IDQuNTMgNC4xOSA0LjUzIGwgNC4xOSAwIDAgLTQuNTMgYyAwIC0yLjYyIC0xLjc1IC00LjUzIC00LjE5IC00LjUzIHogbSAyNy41NiAwIGMgLTIuNDEgMCAtNC4zOCAyLjAzIC00LjM4IDQuNTMgMCAyLjUgMS45NyA0LjUzIDQuMzggNC41MyAyLjQxIDAgNC4zNCAtMi4wMyA0LjM0IC00LjUzIDAgLTIuNSAtMS45NCAtNC41MyAtNC4zNCAtNC41MyB6IG0gLTIyIDAuMDMgMCAxMiAxLjc1IDAgMCAtMi45NyBjIDAuNTcgMCAxLjA0IC0wIDEuNTkgMCAyLjQ0IDAgNC4zNCAtMS45MSA0LjM0IC00LjUzIDAgLTIuNjIgLTEuOSAtNC41IC00LjM0IC00LjUgeiBtIDI2LjE2IDAgMy4wMyA0LjM4IC0zLjE5IDQuNjIgMi4xMiAwIEwgNTcuMzEgMTEuOTEgNTkuNDQgMTUgNjEuNTkgMTUgNTguMzggMTAuMzggNjEuNDEgNiA1OS4yNSA2IDU3LjMxIDguODEgNTUuMzQgNiB6IE0gMjEuNDcgNy43MiBjIDEuNCAwIDIuNDQgMS4xOSAyLjQ0IDIuNzggbCAwIDIuNzggLTIuNDQgMCBjIC0xLjQgMCAtMi40NCAtMS4yMSAtMi40NCAtMi43OCAtMCAtMS41NyAxLjA0IC0yLjc4IDIuNDQgLTIuNzggeiBtIDI3LjU2IDAgYyAxLjQ0IDAgMi41OSAxLjI0IDIuNTkgMi43OCAwIDEuNTQgLTEuMTUgMi43OCAtMi41OSAyLjc4IC0xLjQ0IDAgLTIuNjIgLTEuMjQgLTIuNjIgLTIuNzggMCAtMS41NCAxLjE4IC0yLjc4IDIuNjIgLTIuNzggeiBtIC0yMC4yNSAwLjAzIDEuNTkgMCBjIDEuNTkgMCAyLjU5IDEuMjggMi41OSAyLjc1IDAgMS40NyAtMS4xMyAyLjc4IC0yLjU5IDIuNzggbCAtMS41OSAwIHogbSA4Ljk3IDAgMS41IDAgYyAxLjQ3IDAgMi42MiAxLjI4IDIuNjIgMi43NSAwIDEuNDcgLTEuMDQgMi43OCAtMi42MiAyLjc4IGwgLTEuNSAwIHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIi8+PC9nPjwvZz48L3N2Zz4=");
  background-size: 61px 19px;
  background-repeat: no-repeat;
}

/* Dark Theme
------------------------------------------------------- */
.leaflet-container.dark .leaflet-bar {
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75);
  background-color: #404040;
}

.leaflet-container.dark .leaflet-bar a {
  border-color: rgba(0, 0, 0, 0.5);
  color: #404040;
}

.leaflet-container.dark .leaflet-bar a:active,
.leaflet-container.dark .leaflet-bar a:hover {
  background-color: #505050;
}

.leaflet-container.dark .leaflet-control-attribution:after,
.leaflet-container.dark .mapbox-info-toggle,
.leaflet-container.dark .map-info-container,
.leaflet-container.dark .leaflet-control-attribution {
  background-color: rgba(0, 0, 0, 0.5);
  color: #f8f8f8;
}

.leaflet-container.dark .leaflet-control-attribution a,
.leaflet-container.dark .leaflet-control-attribution a:hover,
.leaflet-container.dark .map-info-container a,
.leaflet-container.dark .map-info-container a:hover {
  color: #fff;
}

.leaflet-container.dark .leaflet-control-attribution:hover:after {
  background-color: #000;
}

.leaflet-container.dark .leaflet-control-layers-list span {
  color: #f8f8f8;
}

.leaflet-container.dark .leaflet-control-layers-separator {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.leaflet-container.dark .leaflet-bar a.leaflet-disabled,
.leaflet-container.dark .leaflet-control .mapbox-button.disabled {
  background-color: #252525;
  color: #404040;
}

.leaflet-container.dark .leaflet-control-mapbox-geocoder > div {
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75);
}

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a {
  border-color: #ddd #202020;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.75);
}

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results span {
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75);
}

/* Larger Screens
------------------------------------------------------- */
@media only screen and (max-width: 800px) {
  .mapbox-modal-body {
    margin-left: 8.3333%;
    width: 83.3333%;
  }
}

/* Smaller Screens
------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  .mapbox-modal-body {
    margin: 0;
    width: 100%;
    height: 100%;
  }
}

/* Print
------------------------------------------------------- */
@media print {
  .mapbox-improve-map {
    display: none;
  }
}

/* Browser Fixes
------------------------------------------------------- */
/* VML support for IE8 */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  position: absolute;
  display: inline-block;
  behavior: url(#default#VML);
}

/* Map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img.leaflet-tile {
  max-width: none !important;
}

/* Markers are broken in FF/IE if you have max-width: 100% on marker images */
.leaflet-container img.leaflet-marker-icon {
  max-width: none;
}

/* Stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* Older IEs don't support the translateY property for display animation */
.leaflet-oldie .mapbox-modal .mapbox-modal-content {
  display: none;
}

.leaflet-oldie .mapbox-modal.active .mapbox-modal-content {
  display: block;
}

.map-tooltip {
  width: 280px\8;
  /* < IE9 */
}

/* < IE8 */
.leaflet-oldie .leaflet-control-zoom-in,
.leaflet-oldie .leaflet-control-zoom-out,
.leaflet-oldie .leaflet-popup-close-button,
.leaflet-oldie .leaflet-control-layers-toggle,
.leaflet-oldie .leaflet-container.dark .map-tooltip .close,
.leaflet-oldie .map-tooltip .close,
.leaflet-oldie .mapbox-icon {
  background-image: url("data:image/png;base64,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");
}

.leaflet-oldie .mapbox-button-icon:before,
.leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-oldie .leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-oldie .leaflet-container.dark .mapbox-icon {
  background-image: url("data:image/png;base64,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");
}

.leaflet-oldie .mapbox-logo-true {
  background-image: none;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
  transition: transform .3s ease-out, opacity .3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset .3s ease-out, -webkit-stroke-opacity .3s ease-in;
  transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.marker-cluster {
  border-radius: 20px;
  background-clip: padding-box;
}

.marker-cluster div {
  margin-top: 5px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
}

.marker-cluster span {
  line-height: 30px;
}

.interactive-map {
  position: relative;
  margin-bottom: 40px;
}

.interactive-map .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.interactive-map .leaflet-popup-content {
  padding: 0 !important;
}

.interactive-map .leaflet-bar {
  border: 0;
  background-color: transparent;
}

.interactive-map .leaflet-bar a, .interactive-map .leaflet-bar a:hover {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 2px;
  background-color: #565759;
  background-image: url(./images/icons-ffffff@2x.png);
  color: #fff;
  opacity: 1;
}

.interactive-map .leaflet-bar .leaflet-control-zoom-in {
  margin-bottom: 10px;
  background-position: 2px 2px;
}

.interactive-map .leaflet-bar .leaflet-control-zoom-out {
  background-position: 2px -24px;
}

.interactive-map .leaflet-control-attribution {
  font-size: 12px;
}

.interactive-map__amount {
  margin: 15px 0;
}

.interactive-map__amount:before, .interactive-map__amount:after {
  display: table;
  content: ' ';
}

.interactive-map__amount:after {
  clear: both;
}

.interactive-map__placeholder {
  height: 80vh;
}

.interactive-map__loading {
  position: absolute;
  z-index: 100;
  display: none;
  width: 100%;
}

.interactive-map__marker,
.interactive-map__cluster-marker {
  border-radius: 50%;
  background-color: #64a70a;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.interactive-map__marker:before {
  vertical-align: top;
  font-size: 22px;
  line-height: 28px;
}

.interactive-map__marker.active {
  background-color: #565759;
}

.interactive-map__cluster-marker {
  font-size: 14px;
}

.interactive-map__popup__close {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  padding: 10px;
  color: #565759;
  line-height: 16px;
}

.interactive-map__popup__image {
  display: none;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .interactive-map__popup__image {
    display: block;
  }
}

.interactive-map__popup__content {
  padding: 20px;
}

.interactive-map__popup__title {
  margin: 0 0 10px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.33;
}

.interactive-map__popup__info {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
}

.interactive-map__popup__contact {
  font-size: 13px;
}

@media (max-width: 767px) {
  .interactive-map .leaflet-popup-content {
    max-width: 320px;
  }
  .interactive-map__popup__image {
    padding-top: 100%;
  }
}

@media (min-width: 768px) {
  .interactive-map {
    margin-bottom: 60px;
  }
  .interactive-map .leaflet-popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .interactive-map__popup__close {
    width: 30px;
    height: 30px;
  }
  .interactive-map__popup__close-icon:before {
    font-size: 10px;
    line-height: 1;
  }
  .interactive-map__popup__image {
    width: 140px;
    height: 140px;
  }
}

.interactive-map__header {
  display: block;
  min-height: 70px;
}

.interactive-map__header .listings-amount__total {
  margin-top: 10px;
}

.interactive-map__legend {
  float: left;
}

.interactive-map__legend-item {
  display: inline-block;
}

.interactive-map__legend-label {
  display: block;
  float: right;
  padding: 4px 0 0 8px;
  font-weight: bold;
}

.interactive-map__location-selector__row {
  margin-bottom: -20px;
}

@media (min-width: 768px) {
  .interactive-map__legend {
    float: right;
  }
  .interactive-map__header {
    min-height: 40px;
  }
  .interactive-map__legend-item {
    margin-left: 16px;
  }
}

.listings__list__item {
  float: left;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
}

@media (min-width: 980px) {
  .listings__list__item:last-child {
    margin: 20px 0 20px 0;
  }
}

.listings__list__item__thumbnail {
  float: left;
  margin: 0 0 20px 0;
  min-height: 1px;
  width: 100%;
}

@media (min-width: 768px) {
  .listings__list__item__thumbnail {
    margin: 0;
    width: 150px;
  }
  .listings__list__item__thumbnail img {
    width: 100%;
    height: auto;
  }
}

.listings__list__item--listings {
  float: left;
}

@media (min-width: 980px) {
  .listings__list__item--listings {
    margin: 0;
    width: 650px;
  }
}

.listings__list__item--listings .description {
  float: left;
  width: 100%;
}

@media (min-width: 980px) {
  .listings__list__item--listings .description {
    margin: 0 20px 0 0;
    width: 420px;
  }
}

.listings__list__item--listings .description h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 5px 0;
}

.listings__list__item--listings .description h2 {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  margin: 0 0 10px 0;
}

.listings__list__item--listings .description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: none;
  margin: 0;
}

@media (min-width: 768px) {
  .listings__list__item--listings .description p {
    display: block;
  }
}

.listings__list__item--listings .description .tripAdivisorReview {
  margin: 10px 0 0 0;
}

.listings__list__item--listings .description .tripAdivisorReview .tripAdivisorReviewImg {
  float: left;
  width: 100%;
}

.listings__list__item--listings .description .tripAdivisorReview .tripAdivisorReviewImg h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
}

.listings__list__item--listings .description .tripAdivisorReview .tripAdivisorReviewImg a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

@media (min-width: 980px) {
  .listings__list__item--listings .listings__list__item__thumbnail + .description {
    margin: 0 20px;
    width: 250px;
  }
}

.listings__list__item--listings .contact {
  float: left;
  min-width: 1px;
  width: 180px;
}

@media (min-width: 980px) {
  .listings__list__item--listings .contact {
    text-align: right;
  }
}

.listings__list__item--listings .contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listings__list__item--listings .contact ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listings__list__item--listings .contact ul li.viewOnMap {
  margin: 10px 0 0 0;
}

.listings__list__item--listings .contact ul li.viewOnMap a {
  display: block;
}

.listings__list__item--listings .contact ul li.viewOnMap a .icon-md-marker {
  width: 25px;
  height: 25px;
}

.listings__list__item--listings .contact a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

@media (min-width: 980px) {
  .listings__list__item--listings .contact a[href^='tel:'] {
    color: #000;
  }
}

.listings__list__item--packages {
  float: left;
}

@media (min-width: 980px) {
  .listings__list__item--packages {
    margin: 0;
    width: 620px;
  }
}

.listings__list__item--packages .description {
  float: left;
}

@media (min-width: 980px) {
  .listings__list__item--packages .description {
    margin: 0 20px;
    width: 300px;
  }
}

.listings__list__item--packages .description h1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 10px 0;
}

.listings__list__item--packages .description h2 {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  margin: 0 0 10px 0;
}

.listings__list__item--packages .description p {
  margin: 0;
}

@media (min-width: 980px) {
  .listings__list__item--packages .listings__list__item--packages + .description {
    margin: 0 20px;
    width: 300px;
  }
}

.listings__list__item--packages .priceDuration {
  float: left;
}

@media (min-width: 980px) {
  .listings__list__item--packages .priceDuration {
    width: 130px;
  }
  .listings__list__item--packages .priceDuration .price {
    text-align: right;
  }
  .listings__list__item--packages .priceDuration .duration {
    text-align: right;
  }
}

.listings__list__item--packages .priceDuration p {
  margin: 0;
}

@media (min-width: 768px) {
  .listings__list__item-toggle {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.listings__pager {
  float: left;
  margin: 20px 0;
  width: 100%;
}

@media (min-width: 980px) {
  .listings__pager {
    margin: 0 0 20px 0;
  }
}

.listings__pager__arrow,
.listings__pager__number {
  margin-left: 19px;
  width: 42px;
}

.listings__pager__arrow:first-child {
  margin-left: 0;
}

.listing__details__listing--contact,
.packages__detail--details {
  padding: 20px;
  background-color: #f3f3f3;
}

.listing__details__listing--contact h2,
.packages__detail--details h2 {
  margin: 0 0 10px 0;
}

.listing__details__listing--contact .sectionOne,
.packages__detail--details .sectionOne {
  float: left;
  width: 100%;
}

@media (min-width: 980px) {
  .listing__details__listing--contact .sectionOne,
  .packages__detail--details .sectionOne {
    width: 50%;
  }
}

.listing__details__listing--contact .sectionTwo,
.packages__detail--details .sectionTwo {
  float: left;
  width: 100%;
}

@media (min-width: 980px) {
  .listing__details__listing--contact .sectionTwo,
  .packages__detail--details .sectionTwo {
    width: 50%;
  }
}

.listing__details__listing--contact ul,
.packages__detail--details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing__details__listing--contact ul li,
.packages__detail--details ul li {
  margin: 0 0 10px 0;
}

.listing__details__listing--contact ul li.website,
.packages__detail--details ul li.website {
  margin: 0 10px 0 0;
}

.listing__details__listing--contact ul.socialMedia,
.packages__detail--details ul.socialMedia {
  margin: 30px 0 0 0;
}

.listing__details__listing--contact ul.socialMedia li,
.packages__detail--details ul.socialMedia li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.listing__details__listing--contact ul.socialMedia li:last-child,
.packages__detail--details ul.socialMedia li:last-child {
  margin: 0;
}

.listing__details__listing--contact address,
.packages__detail--details address {
  width: 100%;
  white-space: nowrap;
  font-style: normal;
}

@media (min-width: 980px) {
  .listing__details__listing--contact address,
  .packages__detail--details address {
    width: 50%;
  }
}

.listing__details__listing--contact .label,
.packages__detail--details .label {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  line-height: 100%;
}

.listing__details__listing--contact .label a,
.packages__detail--details .label a {
  display: inline-block;
  float: right;
  font-weight: 400;
}

.video-container {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0 0;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listing__details__listing-attractions,
.listing__details__listing-amenities {
  width: 100%;
}

.listing__details__listing-attractions h1,
.listing__details__listing-amenities h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #c1c1c1;
}

.listing__details__listing-attractions .icon-sm-plus,
.listing__details__listing-attractions .icon-sm-minus,
.listing__details__listing-amenities .icon-sm-plus,
.listing__details__listing-amenities .icon-sm-minus {
  margin: 20px 0 0 0;
}

.listing__details__listing-attractions ul,
.listing__details__listing-amenities ul {
  margin: 10px 0 0 0;
}

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

.listing__details__listing-amenities {
  float: left;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #c1c1c1;
}

.listings__list__item--listings .tripID {
  margin: 0 0 0 20px;
}

.tripAdvisor {
  margin: 0 0 20px 0;
}

.tripAdvisor .cdsROW .narrow {
  width: 100%;
}

.tripAdvisor .TA_logo {
  margin: 2px;
  width: 150px;
  height: 23px;
  background-image: url("/UI/images/150_logo-11900-2.png");
}

.tripAdvisor #CDSWIDSSP {
  width: 100% !important;
}

.tripAdvisor #CDSWIDSSP a {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #64a70a;
  text-decoration: none;
  font-family: Myriad, Helvetica, Arial, sans-serif;
}

.tripAdvisor #CDSWIDSSP a:hover {
  color: #64a70a;
  text-decoration: none;
}

.tripAdvisor #CDSWIDSSP .widSSPData .widSSPBranding {
  width: 100%;
}

.tripAdvisor #CDSWIDSSP .widSSPData .widSSPComponent .widSSPTrvlRtng .widSSPH11 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  font-family: Myriad, Helvetica, Arial, sans-serif;
}

.tripAdvisor #CDSWIDSSP .widSSPData .widSSPComponent .widSSPTrvlRtng .writeReview {
  margin: 10px 0;
}

.tripAdvisor #CDSWIDSSP .widSSPData .widSSPComponent .widSSPReviews .widSSPH11 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  font-family: Myriad, Helvetica, Arial, sans-serif;
}

.tripAdvisor #CDSWIDSSP .widSSPData .widSSPComponent .widSSPReviews .widSSPOneReview .widSSPBullet .widSSPDate,
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPComponent .widSSPReviews .widSSPOneReview .widSSPBullet .widSSPQuote {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  font-family: Myriad, Helvetica, Arial, sans-serif;
}

.tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll .widSSPReadReview li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #64a70a;
  text-decoration: none;
  font-family: Myriad, Helvetica, Arial, sans-serif;
}

.tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll .widSSPReadReview li a:hover {
  color: #64a70a;
  text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */