#map {
	height: 800px;
}
#map .leaflet-popup-content img {
    border-radius: 4px;

	width: 100%;
}
.leaflet-image-layer, .leaflet-layer, .leaflet-marker-icon, .leaflet-pane, .leaflet-pane > canvas, .leaflet-pane > svg, .leaflet-tile, .leaflet-tile-container, .leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-marker-icon {
    width: 30px !important;
}
.leaflet-marker-icon, .leaflet-tile {
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}
.leaflet-tile::selection {
    background: 0 0;
}
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;

    -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon, .leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img, .leaflet-container, .leaflet-container .leaflet-tile, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    max-height: none !important;
    width: auto;

    padding: 0;
}
.leaflet-container img.leaflet-tile {
    mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}
.leaflet-tile {
    filter: inherit;

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

/* */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}
.leaflet-pane {
    z-index: 40;
}
.leaflet-tile-pane {
    z-index: 20;
}
.leaflet-overlay-pane {
    z-index: 40;
}
.leaflet-marker-pane {
    z-index: 60;
}
.leaflet-popup-pane {
    z-index: 70;
}
.leaflet-map-pane canvas {
    z-index: 10;
}
.leaflet-map-pane svg {
    z-index: 20;
}

/* */
.leaflet-control {
    position: relative;
    z-index: 80;

    pointer-events: visiblePainted;
    pointer-events: auto;
}
.leaflet-bottom, .leaflet-top {
    position: absolute;
    z-index: 100;

    pointer-events: none;
}
.leaflet-top {
    top: 20px;
}
.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;
}

/* */
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;

    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
    will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0, .25,1);
    -moz-transition: -moz-transform .25s cubic-bezier(0,0, .25,1);
    transition: transform .25s cubic-bezier(0,0, .25,1);
}
.leaflet-pan-anim .leaflet-tile, .leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.leaflet-grab {
    cursor: grab;
}

/* */
.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;

	width: 30px;
    height: 30px;
    line-height: 30px;

    display: block;

    text-align: center;
    text-decoration: none;
    color: #000;
}

/* */
.leaflet-popup {
    position: absolute;

    text-align: center;

    margin-bottom: 25px;
    margin-left: 5px;
}
.leaflet-popup-content-wrapper {
	background: #fff;
    border: none;
	border-radius: 4px;
    box-shadow: 0 5px 8px #b9b9b9;

    padding: 10px;

    text-align: left;

    width: 220px;
}
.leaflet-popup-content {
    font-size: 14px;

    width: 100% !important;
}
.leaflet-popup-content p {
    padding-right: 25px;
}
.leaflet-popup-close-button {
    position: absolute;
    top: 10px;
    right: 10px;

    background: #7209b7;
    border: none;
    border-radius: 4px;

    width: 20px;
    height: 20px;
    line-height: 20px;

    font-size: 16px;
    font-weight: 700;
    color: #fff;

    text-align: center;
    text-decoration: none;
}
.leaflet-popup-close-button:focus, .leaflet-popup-close-button:hover {
    background: #7209b7;

	color: #fff;
	text-decoration: none;
}
.leaflet-popup-scrolled {
    overflow: auto
}
