@charset "UTF-8";

#map {
 /* width: 100%;*/
  background-color: #CCC;
}

.map-single {
	height: 400px;
}


/**
 *   4.3 - Card
 */

.card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 8px;
  background: white;
  color: #ABABAB;
  transition: box-shadow 0.1s ease-out, opacity 0.3s ease-in-out;
  padding: 15px;
}
.loading .card {
  opacity: 0;
}

.popup__image,
.card__image {
  position: relative;
  background: #fff center no-repeat;
  background-size: contain;
}
.popup__image:after,
.card__image:after {
  content: "";
  display: block;
  padding-top: 60%;
}

.card__content {
  padding: 16px;
  font-size: 14.95px;
  color: #ABABAB;
}
.card__content p {
  margin: 0;
}
@media only screen and (min-width: 560px) and (max-width: 900px), (min-width: 740px) and (max-width: 1200px) {
  .card__content {
    padding: 13px;
  }
}

.card__title.card__title {
  margin: 0;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 28px/24px;
  font-weight: normal;
  color: #484848;
}
@media only screen and (min-width: 560px) and (max-width: 900px), (min-width: 740px) and (max-width: 1200px) {
  .card__title.card__title {
    font-size: 21px;
    margin-bottom: 0;
  }
}

.flexbox .card,
.flexbox .card--listing .card__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flexbox .card__tagline {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card--listing .card__content {
  padding-top: 32px;
}
@media only screen and (min-width: 560px) and (max-width: 900px), (min-width: 740px) and (max-width: 1200px) {
  .card--listing .card__content {
    padding-top: 26px;
    font-size: 14px;
    line-height: 18px/14px;
  }
}
.card--listing .card__title {
  color: #383838;
}
@media not screen and (min-width: 480px) {
  .page-listings .card--listing {
    border: 0;
    border-radius: 0;
  }
}

.card--listing .listing-claimed-icon,
.popup__title .listing-claimed-icon {
  display: inline-block;
  margin-left: 5px;
}

.card__pin svg {
  display: block;
}

.card__rating,
.card__address {
  margin-top: 10px;
  margin-bottom: 10px;
}

.card__footer {
  margin-top: 10px;
  margin-bottom: -10px;
}
@media only screen and (min-width: 560px) and (max-width: 900px), (min-width: 740px) and (max-width: 1200px) {
  .card__footer {
    margin-top: 14px;
  }
}

.card__rating {
  float: left;
  margin-right: 10px;
  color: #383838;
}

.card__address {
  overflow: hidden;
}

.card__tags.card__tags {
  float: right;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  list-style: none;
}
.card__tags.card__tags > li {
  padding: 0;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.no-flexbox .card__tags.card__tags {
  max-width: 100px;
}

.card__tag {
  width: 40px;
  height: 40px;
  border: 2px solid #383838;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.card__tag .pin__icon {
  top: 50%;
  left: 50%;
}
.card__tag .pin__icon img {
  top: 0;
}
@media only screen and (min-width: 560px) and (max-width: 900px), (min-width: 740px) and (max-width: 1200px) {
  .card__tag {
    width: 36px;
    height: 36px;
  }
  .card__tag svg {
    width: 22px;
    height: 22px;
  }
}

.pin__icon svg, .pin__icon img {
  max-width: 30px;
  max-height: 30px;
  margin: 0 !important;
}

.flexbox .card__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flexbox .card__tags {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flexbox .card__address {
  -webkit-flex: 100 0 7.5em;
      -ms-flex: 100 0 7.5em;
          flex: 100 0 7.5em;
}

.card--post {
  text-align: center;
}
.card--post.sticky {
  box-shadow: 0 0 30px #ABABAB;
  border: 0;
}
.card--post.sticky .card__image {
  border: 0 solid transparent;
  border-width: 0 1px;
}
.card--post .card__content {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 14px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card--post .card__image:after {
  padding-top: 100%;
}
.card--post .card__title {
  font-size: 24px;
  margin-bottom: 17px;
}
.card--post a:hover {
  color: #383838;
}
.card--post ul.card__links {
  padding-left: 0;
}
.card--post ul.card__links:before {
  content: " \00B7 ";
  padding: 0 0.25em;
}
.card--post ul.card__links, .card--post ul.card__links > li {
  display: inline;
}

.card--feature {
  font-size: 16px;
  line-height: 25px/16px;
}
.card--feature .card__content {
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
}
.card--feature .card__content > img,
.card--feature .card__content > svg {
  display: inline-block;
  margin: 0 auto;
}
.card--feature .card__content > img {
  margin-bottom: 15px;
}
.card--feature .card__title {
  margin-bottom: 5px;
}

/**
 *   4.4 - Popup
 */
.popup__title.popup__title {
  color: #fff;
  background-color: #383838;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
  margin-top: 4px;
  text-align: center;
  width: 100%;
  padding: 10px 4px;
}

.popup__content {
  /*padding: 15px;
  font-size: 12px;*/
}

.popup__rating {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  float: left;
  margin-right: 7px;
  padding-top: 5px;
  font-size: 12px;
  text-align: center;
  color: white;
  background: #383838;
}

.popup__address {
  color: #383838;
  margin-top: 2px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px;
  font-size:12px;
}

.popup__pin + .popup__address {
  padding-left: 10px;
}

.flexbox .popup__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox .popup__rating {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/**
 *   4.5 - Postcard
 */
/*body*/
.blog, .woocommerce.archive {
  background-color: #F9F9F9;
}

.postcards {
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 24px 60px;
}
.postcards .nav-links {
  margin-bottom: 0;
}
.front-page-section .postcards {
  margin-bottom: 0;
}
.postcards .grid__item, .postcards .product-content > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog .postcards .grid, .blog .postcards .product-content, .archive .postcards .grid, .archive .postcards .product-content, .search .postcards .grid, .search .postcards .product-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -24px;
  margin-bottom: -24px;
}
.blog .postcards .grid__item, .blog .postcards .product-content > *, .archive .postcards .grid__item, .archive .postcards .product-content > *, .search .postcards .grid__item, .search .postcards .product-content > * {
  padding-left: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 740px) {
  .blog .postcards .grid__item, .blog .postcards .product-content > *, .archive .postcards .grid__item, .archive .postcards .product-content > *, .search .postcards .grid__item, .search .postcards .product-content > * {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .blog .postcards .grid__item, .blog .postcards .product-content > *, .archive .postcards .grid__item, .archive .postcards .product-content > *, .search .postcards .grid__item, .search .postcards .product-content > * {
    width: 33.3%;
  }
}
.blog.infinite-scroll .nav-links, .archive.infinite-scroll .nav-links, .search.infinite-scroll .nav-links {
  display: none;
}

.infinite-loader {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 20px 0;
  padding-left: 24px;
}
.infinite-loader .spinner {
  margin: 0 auto;
}

.is--ie9 .postcards .grid, .is--ie9 .postcards .product-content {
  margin-bottom: 0 !important;
}

/**
 *   4.6 - Carousel
 */
.entry-featured-carousel {
  position: relative;
}
.entry-featured-carousel.carousel-center {
  text-align: center;
}
.entry-featured-carousel.is--at-end .gallery-arrow-next {
  opacity: 0;
  pointer-events: none;
}
.entry-featured-carousel.is--at-start .gallery-arrow-prev {
  opacity: 0;
  pointer-events: none;
}

.entry-cover-image {
  height: 450px;
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.entry-featured-gallery {
  overflow-x: auto;
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.075);
  font-size: 0;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.entry-featured-image {
  width: auto;
  height: 275px;
  display: inline-block;
  margin-right: 3px;
  max-width: none;
}
.entry-featured-image:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 480px) {
  .entry-featured-image {
    height: 450px;
  }
}

.gallery-arrow {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
  transition: opacity 0.3s ease-in-out;
  color: #383838;
}
.gallery-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.gallery-arrow.is--ready {
  opacity: 1;
}

/* rtl:ignore */
.gallery-arrow-prev,
.gallery-arrow-left {
  left: 20px;
}
.gallery-arrow-prev svg,
.gallery-arrow-left svg {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

/* rtl:ignore */
.gallery-arrow-next {
  right: 20px;
}

/**
 *   4.7 - Grid
 */
.grid__item, .product-content > * {
  width: 100%;
  display: block;
  float: left;
}

/**
 *   4.8 - Front page section
 */
.front-page-section {
  padding: 90px 0;
}
.front-page-section:nth-child(2n+1) {
  background-color: #F9F9F9;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.front-page-section .nav-links {
  margin-top: 30px;
  text-align: center;
}
.front-page-section .nav-links .nav-next {
  float: none;
}

.postcards--widget {
  padding: 0;
  margin-top: 0;
}

.grid--widget, .jobs-by-tags-page ul.job_listings {
  margin-left: -24px;
  margin-bottom: -24px;
}

.grid__item--widget, .jobs-by-tags-page ul.job_listings .grid__item, .jobs-by-tags-page ul.job_listings .product-content > * {
  padding-left: 24px;
  padding-bottom: 24px;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .grid__item--widget, .jobs-by-tags-page ul.job_listings .grid__item, .jobs-by-tags-page ul.job_listings .product-content > * {
    width: 33.333333%;
  }
}
.grid__item--widget .posted-on a, .jobs-by-tags-page ul.job_listings .grid__item .posted-on a, .jobs-by-tags-page ul.job_listings .product-content > * .posted-on a,
.grid__item--widget .card--post a,
.jobs-by-tags-page ul.job_listings .grid__item .card--post a,
.jobs-by-tags-page ul.job_listings .product-content > * .card--post a {
  color: #ABABAB;
}
.grid__item--widget .posted-on a:hover, .jobs-by-tags-page ul.job_listings .grid__item .posted-on a:hover, .jobs-by-tags-page ul.job_listings .product-content > * .posted-on a:hover,
.grid__item--widget .card--post a:hover,
.jobs-by-tags-page ul.job_listings .grid__item .card--post a:hover,
.jobs-by-tags-page ul.job_listings .product-content > * .card--post a:hover {
  color: #383838;
}

.postcard--widget, .card--widget {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}

.grid--widget, .jobs-by-tags-page ul.job_listings {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.grid__item--widget, .jobs-by-tags-page ul.job_listings .grid__item, .jobs-by-tags-page ul.job_listings .product-content > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid__item--widget > *, .jobs-by-tags-page ul.job_listings .grid__item > *, .jobs-by-tags-page ul.job_listings .product-content > * > * {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card--widget.card--widget {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.075);
}

.nav-links--widget {
  margin-bottom: 0;
  text-align: center;
}
.nav-links--widget .nav-next {
  float: none;
  display: inline-block;
}

.postcard--feature {
  padding: 18px;
  padding-bottom: 30px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.075);
}
.postcard--feature img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}

.postcard__header {
  background: white;
}

.widget_title--frontpage {
  text-align: center;
  font-size: 36px;
  color: #484848;
  margin-bottom: 30px;
}
@media not screen and (min-width: 740px) {
  .widget_title--frontpage {
    font-size: 24px;
  }
}

.widget_subtitle--frontpage {
  display: block;
  font-size: 18px;
  color: #919191;
}

.categories-wrap--widget {
  width: 100%;
  margin: 0 auto;
}

ul.categories--widget {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -15px;
  padding-left: 0;
  list-style-type: none;
}
ul.categories--widget > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-left: 15px;
  padding-bottom: 15px;
  float: left;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (min-width: 900px) {
  ul.categories--widget > li {
    width: 25%;
  }
}
ul.categories--widget > li.no-icon {
  min-height: 19em;
}
ul.categories--widget > li.no-icon .category-text {
  margin-top: 0;
}
ul.categories--widget > li.no-icon a {
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.categories--widget svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 480px) {
  ul.categories--widget svg {
    width: 80px;
    height: 80px;
  }
}
ul.categories--widget .category-icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 480px) {
  ul.categories--widget .category-icon {
    width: 150px;
    height: 150px;
  }
}
ul.categories--widget .category-icon img, ul.categories--widget .category-icon svg {
  max-width: 80%;
  max-height: 80%;
}
ul.categories--widget .category-icon img {
  border-radius: 50%;
}
ul.categories--widget .category-count {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 18px;
  line-height: 36px;
  background: white;
  color: black;
  border-radius: 50%;
}
ul.categories--widget .category-text {
  font-size: 24px;
  margin-top: 25px;
  padding: 0 0.5em;
}
ul.categories--widget .category-cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: center;
  background-size: 100%;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
ul.categories--widget .category-cover > a {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
ul.categories--widget a {
  padding: 44px 0 33px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
ul.categories--widget a:hover {
  color: white;
}
.is--ie9 ul.categories--widget a {
  display: block;
}

.section-wrap {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
@media not screen and (min-width: 900px) {
  .section-wrap {
    padding: 0 26px;
  }
}

@media not screen and (min-width: 900px) {
  .front-page-section {
    padding: 40px 0;
  }

  .categories-wrap--widget {
    max-width: 450px;
  }

  .categories--widget a {
    padding: 30px 0 25px;
  }
  .categories--widget > li {
    width: 50%;
  }
  .categories--widget .category-icon {
    width: 100px;
    height: 100px;
  }
  .categories--widget .category-text {
    font-size: 18px;
    margin-top: 18px;
  }
  .categories--widget .category-count {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
  .categories--widget svg {
    width: 50px;
    height: 50px;
  }
}
/**
 *   4.9 - Leaflet
 */
/* required styles */
/* rtl:ignore */
.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;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}

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

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

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

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

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

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

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

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

.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-vml-shape {
  width: 1px;
  height: 1px;
}

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

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.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;
}

.leaflet-control {
  float: left;
  clear: both;
}

.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;
}

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

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

.leaflet-zoom-anim .leaflet-zoom-animated {
  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 {
  transition: none;
}

.leaflet-marker-icon {
  transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

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

/* cursors */
.leaflet-clickable {
  cursor: pointer;
}
.is--ie9 .leaflet-clickable {
  position: absolute;
}

.leaflet-container {
  cursor: -webkit-grab;
}

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

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

/* visual tweaks */
.leaflet-container {
  background: #eae4d5;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.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 {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

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

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

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

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

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

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

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

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

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

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

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: -7px;
}

.leaflet-popup-content-wrapper {
  width: 200px;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
}

.leaflet-popup-content {
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 24px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 30px;
  height: 30px;
  padding: 1px;
  margin: -21px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.leaflet-container a.leaflet-popup-close-button {
  display: none;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

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

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/**
 *   4.10 - Leaflet cluster
 */
/**
 *   4.11 - List
 */
.list {
  margin-left: -30px;
  margin-bottom: -30px;
}
.list > * {
  padding-left: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 560px) and (max-width: 900px), (min-width: 740px) and (max-width: 1200px) {
  .list {
    margin-left: -26px;
    margin-bottom: -26px;
  }
  .list > * {
    padding-left: 26px;
    padding-bottom: 26px;
  }
}
/**
 *   4.12 - Pin
 */
.pin {
  position: relative;
  width: 48px;
  height: 59px;
  margin-left: -24px;
  margin-top: -59px;
  color: #383838;
  overflow: hidden;
}
.pin__icon {
  position: absolute;
  top: 38%;
  left: 50%;
  color: #383838;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.pin__icon svg, .pin__icon img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pin__icon img {
  top: 1px;
  max-width: 44px;
  max-height: 44px;
  border-radius: 50%;
}
.pin #selected {
  fill: white;
  transition: fill .2s ease-out;
}
.pin--selected #selected {
  fill: #383838;
}

.marker-cluster {
  width: 50px !important;
  height: 62px !important;
  margin-left: -25px !important;
  margin-top: -62px !important;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #383838;
}
.marker-cluster span {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
