/* required styles */
/* line 3, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-pane canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 17, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 22, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
/* line 31, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
/* line 35, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

/* line 40, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
/* line 46, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}

/* line 52, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

/* line 56, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-tile-loaded {
  visibility: inherit;
}

/* line 59, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

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

/* line 71, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-pane {
  z-index: 400;
}

/* line 73, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-tile-pane {
  z-index: 200;
}

/* line 74, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-overlay-pane {
  z-index: 400;
}

/* line 75, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-shadow-pane {
  z-index: 500;
}

/* line 76, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-marker-pane {
  z-index: 600;
}

/* line 77, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-popup-pane {
  z-index: 700;
}

/* line 79, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-map-pane canvas {
  z-index: 100;
}

/* line 80, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-map-pane svg {
  z-index: 200;
}

/* line 82, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

/* line 86, vendor/assets/stylesheets/leaflet/leaflet.css */
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
/* line 95, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: auto;
}

/* line 100, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

/* line 106, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-top {
  top: 0;
}

/* line 109, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-right {
  right: 0;
}

/* line 112, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-bottom {
  bottom: 0;
}

/* line 115, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-left {
  left: 0;
}

/* line 118, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control {
  float: left;
  clear: both;
}

/* line 122, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-right .leaflet-control {
  float: right;
}

/* line 125, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

/* line 128, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

/* line 131, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* line 134, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
/* line 141, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

/* line 144, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 151, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

/* line 154, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 159, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

/* line 162, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

/* line 168, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 176, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
/* line 183, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-interactive {
  cursor: pointer;
}

/* line 186, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

/* line 190, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

/* line 194, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

/* line 198, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
/* line 207, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

/* line 215, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: auto;
}

/* visual tweaks */
/* line 223, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

/* line 227, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-container a {
  color: #0078A8;
}

/* line 230, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

/* line 233, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
/* line 240, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
/* line 247, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

/* line 251, vendor/assets/stylesheets/leaflet/leaflet.css */
.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;
}

/* line 263, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

/* line 269, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

/* line 272, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 276, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

/* line 281, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

/* line 287, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

/* line 301, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-zoom-out {
  font-size: 20px;
}

/* line 305, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

/* line 308, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

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

/* line 320, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-layers-toggle {
  background-image: url(/images/leaflet/layers.png);
  width: 36px;
  height: 36px;
}

/* line 325, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/images/leaflet/layers-2x.png);
  background-size: 26px 26px;
}

/* line 329, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

/* line 333, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

/* line 337, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* line 341, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

/* line 346, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px;
}

/* line 350, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

/* line 355, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-layers label {
  display: block;
}

/* line 358, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

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

/* line 372, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

/* line 377, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-attribution a {
  text-decoration: none;
}

/* line 380, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

/* line 383, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

/* line 387, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

/* line 390, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* line 393, vendor/assets/stylesheets/leaflet/leaflet.css */
.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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

/* line 407, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

/* line 412, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

/* line 416, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

/* line 421, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
/* line 430, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-popup {
  position: absolute;
  text-align: center;
}

/* line 434, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

/* line 439, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

/* line 443, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-popup-content p {
  margin: 18px 0;
}

/* line 446, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

/* line 453, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 466, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/* line 472, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

/* line 487, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

/* line 490, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* line 496, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

/* line 499, vendor/assets/stylesheets/leaflet/leaflet.css */
.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);
}

/* line 506, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 510, vendor/assets/stylesheets/leaflet/leaflet.css */
.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 */
/* line 520, vendor/assets/stylesheets/leaflet/leaflet.css */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* line 1, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

/* line 4, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

/* line 8, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

/* line 11, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

/* line 15, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

/* line 18, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
/* line 23, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

/* line 26, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

/* line 30, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

/* line 33, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

/* line 37, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

/* line 40, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

/* line 44, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

/* line 48, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 58, vendor/assets/stylesheets/leaflet/MarkerCluster.Default.css */
.marker-cluster span {
  line-height: 30px;
}

/* line 1, vendor/assets/stylesheets/leaflet/MarkerCluster.css */
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

/* line 8, vendor/assets/stylesheets/leaflet/MarkerCluster.css */
.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 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/*
* Heavily based on the CSS for https://github.com/mapshakers/leaflet-icon-pulse
*
* Modified to get rid of the opaque circle, and tweaked the pulse to be subtler.
*/
/* line 7, vendor/assets/stylesheets/leaflet/L.VisualClick.css */
.leaflet-visualclick-icon {
  border-radius: 100%;
  pointer-events: none;
}

/* line 12, vendor/assets/stylesheets/leaflet/L.VisualClick.css */
.leaflet-visualclick-icon:after {
  content: "";
  border-radius: 100%;
  height: 60px;
  width: 60px;
  position: absolute;
  margin-left: -30px;
  margin-top: -30px;
  pointer-events: none;
  box-shadow: inset 0 0 25px -1px #E1E3E4, 0 0 10px -1px #C5C5C5;
  animation: visualclick-pulsate 0.7s ease-out;
  animation-iteration-count: 1;
  animation-delay: 0s;
  opacity: 0;
}

/* line 30, vendor/assets/stylesheets/leaflet/L.VisualClick.css */
.leaflet-visualclick-icon-touch:after {
  content: "";
  border-radius: 100%;
  height: 140px;
  width: 140px;
  position: absolute;
  margin-left: -70px;
  margin-top: -70px;
  pointer-events: none;
  box-shadow: inset 0 0 25px -1px #E1E3E4, 0 0 10px -1px #C5C5C5;
  animation: visualclick-pulsate-touch 0.7s ease-out;
  animation-iteration-count: 1;
  animation-delay: 0s;
  opacity: 0;
}

@keyframes visualclick-pulsate {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes visualclick-pulsate-touch {
  from {
    transform: scale(1);
    opacity: 0.8;
  }
  to {
    transform: scale(0.2);
    opacity: 0.0;
  }
}

/* line 72, vendor/assets/stylesheets/leaflet/L.VisualClick.css */
.leaflet-pane.leaflet-ie10-visual-click-pane-pane {
  z-index: 300;
}

/* line 1, vendor/assets/stylesheets/leaflet/Control.FullScreen.css */
.fullscreen-icon {
  background-image: url(/leaflet/icon-fullscreen.png);
}

/* line 2, vendor/assets/stylesheets/leaflet/Control.FullScreen.css */
.leaflet-retina .fullscreen-icon {
  background-image: url(/leaflet/icon-fullscreen-2x.png);
  background-size: 26px 26px;
}

/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
/* line 4, vendor/assets/stylesheets/leaflet/Control.FullScreen.css */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

/* line 5, vendor/assets/stylesheets/leaflet/Control.FullScreen.css */
.leaflet-container:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

/* line 6, vendor/assets/stylesheets/leaflet/Control.FullScreen.css */
.leaflet-container:full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

/* line 7, vendor/assets/stylesheets/leaflet/Control.FullScreen.css */
.leaflet-container:fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

/* line 8, vendor/assets/stylesheets/leaflet/Control.FullScreen.css */
.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 99999;
}

/* Compatible with Leaflet 0.7 */
/* line 3, vendor/assets/stylesheets/leaflet/L.Control.Locate.scss */
.leaflet-control-locate a {
  font-size: 1.4em;
  color: #444;
}

/* line 8, vendor/assets/stylesheets/leaflet/L.Control.Locate.scss */
.leaflet-control-locate.active a {
  color: #2074B6;
}

/* line 11, vendor/assets/stylesheets/leaflet/L.Control.Locate.scss */
.leaflet-control-locate.active.following a {
  color: #FC8428;
}

/* line 2, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-toolbar-0 {
  list-style: none;
  padding-left: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

/* line 7, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-toolbar-0 .leaflet-toolbar-1 {
  display: none;
  list-style: none;
}

/* line 12, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-toolbar-0 > li {
  position: relative;
}

/* line 15, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-toolbar-0 > li > .leaflet-toolbar-icon {
  display: block;
  width: 52px;
  height: 26px;
  line-height: 26px;
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  color: #000;
}

/* line 30, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-toolbar-0 > li > .leaflet-toolbar-icon:hover {
  background-color: #f4f4f4;
}

/* line 36, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-toolbar-tip-container {
  margin: 0 auto;
  height: 12px;
  position: relative;
  overflow: hidden;
}

/* line 43, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-toolbar-tip {
  width: 12px;
  height: 12px;
  margin: -6px auto 0;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 54, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-control-toolbar {
  margin: 0;
}

/* line 59, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-control-toolbar > li > .leaflet-toolbar-icon {
  border-bottom: 1px solid #ccc;
}

/* line 64, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-control-toolbar > li:first-child > .leaflet-toolbar-icon {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 71, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-control-toolbar > li:last-child > .leaflet-toolbar-icon {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 0;
}

/* line 79, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-control-toolbar .leaflet-toolbar-1 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 54px;
  /* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
  top: 0;
  white-space: nowrap;
  height: 26px;
}

/* line 93, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-control-toolbar .leaflet-toolbar-1 > li > .leaflet-toolbar-icon {
  display: block;
  background-color: #919187;
  border-left: 1px solid #aaa;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  padding: 10px 20px;
}

/* line 108, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-control-toolbar .leaflet-toolbar-1 > li > .leaflet-toolbar-icon:hover {
  background-color: #a0a098;
}

/* line 115, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-popup-toolbar {
  position: relative;
}

/* line 118, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-popup-toolbar > li {
  float: left;
}

/* line 122, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-popup-toolbar > li:first-child > .leaflet-toolbar-icon {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 129, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-popup-toolbar > li:last-child > .leaflet-toolbar-icon {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 0;
}

/* line 137, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-popup-toolbar .leaflet-toolbar-1 {
  position: absolute;
  top: 26px;
  left: 0;
  padding-left: 0;
}

/* line 144, app/assets/stylesheets/leaflet.toolbar.custom.scss */
.leaflet-popup-toolbar .leaflet-toolbar-1 > li > .leaflet-toolbar-icon {
  position: relative;
  float: left;
  width: 26px;
  height: 26px;
}

/* line 2, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-control {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

/* line 7, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-control .magnify_glass {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/leaflet/search.png);
  display: block;
  width: 44px;
  height: 44px;
}

/*
.leaflet-touch {
  .leaflet-kutufilter-control {
    .magnify_glass {
      width: 44px;
      height: 44px;
    }
  }
}
*/
/* line 30, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel {
  position: absolute;
  height: 100%;
  width: 350px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

/* line 47, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel.left {
  left: 0;
}

/* line 51, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel.right {
  right: 0;
}

/* line 55, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel.visible {
  opacity: 1;
  z-index: 2000;
}

/* line 60, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel .content {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 20px;
  background: white;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: black;
  font-size: 1.1em;
}

/* line 82, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel .close {
  position: absolute;
  right: 25px;
  top: 15px;
  width: 30px;
  height: 30px;
  color: #333;
  font-size: 25pt;
  line-height: 1em;
  text-align: center;
  background: white;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  z-index: 8;
}

/* line 99, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel .search-image {
  background-repeat: no-repeat;
  background-image: url(/leaflet/search_input.png);
  background-size: 20px 20px;
  background-position: 1px 1px;
  display: inline-block;
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
}

/* line 111, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel .search-input {
  position: relative;
  top: 6px;
  left: 3px;
  line-height: 1.8;
  width: 230px;
}

/* line 119, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel .result-item {
  color: black;
}

/* line 123, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel .result-item.clickable {
  cursor: pointer;
}

/* line 127, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel .filter {
  margin: 10px 0;
}

/* line 131, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel .filter_label {
  clear: both;
  float: left;
  line-height: 2.5;
}

/* line 137, app/assets/stylesheets/leaflet.kutufilter.scss */
.leaflet-kutufilter-panel .filter_select {
  font-size: 0.8rem;
  padding: 0.3rem;
  height: auto;
  margin: 3px 0;
  width: 160px;
  float: right;
}

@media (max-width: 320px) {
  /* line 155, app/assets/stylesheets/leaflet.kutufilter.scss */
  .leaflet-kutufilter-panel {
    width: 100%;
    padding: 0;
  }
  /* line 159, app/assets/stylesheets/leaflet.kutufilter.scss */
  .leaflet-kutufilter-panel .content {
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

@media (min-width: 321px) and (max-width: 480px) {
  /* line 168, app/assets/stylesheets/leaflet.kutufilter.scss */
  .leaflet-kutufilter-panel {
    width: 250px;
    padding: 0;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  /* line 175, app/assets/stylesheets/leaflet.kutufilter.scss */
  .leaflet-kutufilter-panel {
    width: 300px;
  }
}

@media (min-width: 769px) {
  /* line 181, app/assets/stylesheets/leaflet.kutufilter.scss */
  .leaflet-kutufilter-panel {
    width: 350px;
  }
}

/* line 7, app/assets/stylesheets/map.scss */
#map_wrapper #map_canvas {
  margin: 0;
  min-height: 95vh;
}
