.c-map .leaflet-pane {
    z-index: 1;
}
.c-map .leaflet-control {
    z-index: 2;
}
.c-map .leaflet-top, .leaflet-bottom {
    z-index: 2;
}
.mouseposition {
    display: none;
}
.l-map__headline {
    font-size: 2.6rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.l-map__subline {
    font-family: "Avenir", sans-serif;
    font-size: 1.5rem;
    color: #999999;
    line-height: 1.5;
    display: block;
    font-weight: 500;
    text-transform: none;
    margin-top: 10px;
}
.l-map__container {
    margin: 0 -10px;
}
.l-map__map {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.l-map__results {
    display: none;
    font-size: 2.6rem;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 28px;
    margin-top: 33px;
    margin-bottom: 45px;
}
.l-map__pagination {
    margin-top: 15px;
}
.c-map-active-filter {
    display: none
}
.c-map-item {
    padding: 15px;
    margin-bottom: 10px;
    background: #f6f6f6;
    cursor: pointer;
    text-align: center;
    transition: background-color .15s ease-in-out
}
.c-map-item:active, .c-map-item:focus, .c-map-item:hover {
    background: #f4f5f8
}
.c-map-item:active .c-map-item__headline, .c-map-item:focus .c-map-item__headline, .c-map-item:hover .c-map-item__headline {
    text-decoration: underline
}
.c-map-item__headline {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 10px 15px 0;
    margin-bottom: 0
}
.c-map-item p {
    margin: 10px 15px;
    position: relative
}
.c-map-item p::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 15px;
    position: relative;
    top: 4px;
    left: -5px
}
.c-map-item.is-active {
    background: #e1e1e1
}
.c-map-popup {
    text-align: center;
    color: #002f62;
    padding: 30px 15px 25px
}
.c-map-popup__headline {
    font-size: 1.6rem;
    font-family: "Avenir", sans-serif
}
.c-map-popup p, .c-map-popup a {
    font-size: 1.4rem
}
.c-map-popup p {
    position: relative;
    margin: 0 0 10px
}
.c-map-popup p.c-map-popup__address {
    margin-bottom: 10px
}
.c-map-popup p.c-map-popup__link {
    margin-bottom: 5px
}
.c-map-popup a {
    color: #d60d4a
}
.c-map-popup a.c-button {
    color: #fff;
    width: 100%
}
.c-map-popup__address::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 15px;
    position: relative;
    top: 1px;
    left: -5px
}
.c-map-popup__link::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    position: relative;
    top: 1px;
    left: -5px
}
.c-map-popup__phone::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    position: relative;
    top: 1px;
    left: -5px
}
.c-map-popup__filter {
    display: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}
.c-map-popup__filter span {
    display: inline-block
}
.c-map-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background: #fff;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .2);
    margin: 0 10px 5px
}
.c-map-search form {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex
}
.c-map-search__input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative
}
.c-map-search__input input {
    font-size: 1.2rem;
    padding: 0px 10px;
    border: 1px solid #bbb;
    border-radius: 4px;
    outline: 0;
    box-shadow: inset 0 2px 1px rgba(0, 0, 40, .1);
    vertical-align: middle;
    line-height: normal;
    color: #000 !important;
    height: 100% !important;
}
.c-map-search__input input::-moz-placeholder {
    color: #bbb;
    opacity: 1 !important
}
.c-map-search__input input:-ms-input-placeholder {
    color: #bbb;
    opacity: 1 !important
}
.c-map-search__input input::placeholder {
    color: #bbb;
    opacity: 1 !important
}
.c-map-search__input input:active, .c-map-search__input input:focus, .c-map-search__input input:hover {
    border: 1px solid #666
}
.c-map-search__input .formField {
    padding: 5px;
    margin: 0
}
.c-map-search__input button {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
.c-map-search__input button:active, .c-map-search__input button:focus, .c-map-search__input button:hover {
    border: 1px solid #666;
    border-radius: 4px
}
.c-map-search__input button svg {
    width: 100%;
    height: 100%
}
.c-map-search__geolocator {
    display: none;
    -ms-flex-item-align: center;
    align-self: center
}
.c-map-search__geolocator button {
    height: 47px;
    width: 47px;
    padding: 12px
}
.c-map-search__geolocator button:active, .c-map-search__geolocator button:focus, .c-map-search__geolocator button:hover {
    border: 1px solid #666;
    border-radius: 4px
}
.c-map-search__geolocator button svg {
    width: 100%;
    height: 100%
}
.c-map-search__button-wrapper {
    border-left: 1px solid #ccc;
    height: 100%;
    width: 80px
}
.c-map-search__button {
    font-size: 1.6rem;
    color: #000;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #fff;
    transition: background-color .15s ease-in-out
}
.c-map-search__button:active, .c-map-search__button:focus, .c-map-search__button:hover {
    text-decoration: underline;
    background-color: #eee
}
.c-map-search__filter-container {
    background: #fff;
    position: fixed;
    z-index: 1111;
    overflow-x: hidden
}
.c-map-search__filter-container.is-shown {
    width: 100vw;
    height: calc(100vh - 64px - 50px);
    top: 114px;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transform: scale(1)
}
.c-map-search__filter-container.is-closed {
    width: 1px;
    height: 1px;
    overflow: auto;
    position: fixed;
    top: -1px;
    right: 0;
    bottom: 0;
    left: -1px;
    z-index: 102;
    opacity: 0;
    transform: scale(1.2);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out, top 0s .25s, left 0s .25s, width 0s .25s, height 0s .25s
}
body.js-map-filter-toggle-opened {
    overflow: hidden
}
.c-map-toggle-filter {
    padding: 3px 0
}
.c-map-toggle-filter__item {
    padding: 15px 12px;
    border-bottom: 1px solid #e2e3ea
}
.c-map-toggle-filter legend.formLabel {
    color: #002f62;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase
}
.c-map-toggle-filter__button {
    color: #002f62;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}
.c-map-toggle-filter__button[disabled] {
    display: none
}
.c-map-toggle-filter__button-close {
    color: #002f62;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 17px;
    margin-bottom: 10px
}
.c-map-toggle-filter__button-close:active, .c-map-toggle-filter__button-close:focus, .c-map-toggle-filter__button-close:hover {
    text-decoration: underline
}
.c-map-toggle-filter__closer-wrapper {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1
}
.c-map-toggle-filter__closer {
    height: 20px;
    width: 20px;
    padding: 4px
}
.c-map-toggle-filter__closer:active, .c-map-toggle-filter__closer:focus, .c-map-toggle-filter__closer:hover {
    border: 1px solid #666;
    border-radius: 4px
}
.c-map-toggle-filter__closer svg {
    width: 100%;
    height: 100%
}
.c-map-toggle-filter input.submit {
    font-size: 1.4rem;
    font-weight: 500;
    background: #002f62;
    padding: 8.4px 5.6px;
    margin: 0 12px;
    width: calc(100% - 24px)
}
.c-map-toggle-filter input.submit:active, .c-map-toggle-filter input.submit:focus, .c-map-toggle-filter input.submit:hover {
    background: #d60d4a
}
.c-map-toggle-filter input[type=checkbox], .c-map-toggle-filter input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    border: 1px solid #002f62;
    cursor: pointer
}
.c-map-toggle-filter input[type=checkbox]:active, .c-map-toggle-filter input[type=checkbox]:focus, .c-map-toggle-filter input[type=checkbox]:hover, .c-map-toggle-filter input[type=radio]:active, .c-map-toggle-filter input[type=radio]:focus, .c-map-toggle-filter input[type=radio]:hover {
    border: 1px solid #002f62
}
.c-map-toggle-filter input[type=checkbox] {
    width: 20px;
    height: 20px
}
.c-map-toggle-filter input[type=checkbox]:checked {
    background: #d60d4a;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid #d60d4a
}
.c-map-toggle-filter input[type=checkbox]:checked::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 14px;
}
.c-map-toggle-filter input[type=checkbox] + label {
    margin-top: 3px;
    padding-top: 2px
}
.c-map-toggle-filter input[type=radio] {
    width: 16px;
    height: 16px;
    border-radius: 50%
}
.c-map-toggle-filter input[type=radio]:checked {
    border: 5px solid #d60d4a
}
.c-map-toggle-filter input[type=radio] + label {
    margin-top: 1px
}
.c-map-toggle-filter label {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #002f62;
    transform: none !important;
    margin-bottom: 10px;
    cursor: pointer !important
}
.c-map-toggle-filter label:active, .c-map-toggle-filter label:focus, .c-map-toggle-filter label:hover {
    text-decoration: underline
}
.c-map-toggle-filter .s-col-2 .formLabel + .formField {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.c-map-toggle-filter .formLabel + .formField {
    -ms-flex-flow: column;
    flex-flow: column
}
.c-map-toggle-filter .formField {
    margin-top: 20px;
    margin-bottom: 0
}
.c-map-toggle-filter .formField > div {
    margin-bottom: 8px
}
.c-map-toggle-filter .formFieldcheckbox {
    margin-top: 20px;
    margin-bottom: 0
}
.c-map-toggle-filter .formFieldcheckbox > div {
    margin-bottom: 20px
}
.c-map-simple .c-map-marker-count {
    visibility: hidden
}
.c-map {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
}
.c-map a.external {
    display: inline-block;
    position: relative;
}
.c-map a.external:before {
    left: 0;
    margin-top: 4px !important;
}
.c-map__marker-link {
    font-size: 1.5rem !important
}
.c-map form {
    margin-bottom: 0
}
.c-map fieldset {
    margin: 0;
    padding: 0;
    border: none
}
.c-map .c-content-search__heading {
    margin-bottom: 25px
}
.c-map__formwrapper {
    position: relative;
    z-index: 401
}
.c-map__input {
    margin-top: 10px;
    margin-bottom: 20px
}
.c-map__search {
    position: relative;
    z-index: 9
}
.c-map__search input[type=checkbox] + label::before, .c-map__search input[type=checkbox] + .formLabel::before {
    background: #fff
}
.c-map__canvas {
    width: 100%;
    height: 400px
}
.c-map-marker {
    padding: 7px 7px 14px;
    text-align: center
}
.c-map-marker img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
.c-map-marker-count {
    background: #eee;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 1.1rem;
    line-height: 15px;
    display: inline-block
}
.c-map .leaflet-bar a {
    display: block;
    text-decoration: none
}
.c-map .leaflet-bar a:active, .c-map .leaflet-bar a:focus, .c-map .leaflet-bar a:hover {
    border-color: #000;
    box-shadow: 0 0 0 1px #000
}
.c-map .leaflet-container {
    aspect-ratio: 4 / 3;
    height: unset;
}
.c-map .leaflet-container a.leaflet-popup-close-button {
    color: #003062;
    top: 10px;
    right: 10px;
    font-size: 1.8rem;
    padding: 0 1px 2px;
    width: auto;
    height: auto;
    border: 1px solid transparent
}
.c-map .leaflet-container a.leaflet-popup-close-button:active, .c-map .leaflet-container a.leaflet-popup-close-button:focus, .c-map .leaflet-container a.leaflet-popup-close-button:hover {
    border-color: #003062
}
.c-map .leaflet-popup {
    margin-bottom: 35px
}
.c-map .leaflet-popup-content {
    margin: 0
}
.c-map .leaflet-popup-content-wrapper {
    border: 2px solid #002f62;
    box-shadow: none;
    border-radius: 0
}
.c-map .leaflet-popup-tip-container {
    display: none
}
.c-map-legend {
    font-size: 12px;
    line-height: 1.5;
    background: #ffffff;
    padding: 0 5px;
}
.c-map-legend__item::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: var(--legend-color);
    margin: 0 5px 0 1px;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.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 */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}
.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 */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    max-height: none !important;
}
.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;
    /* Fallback for FF which doesn't support 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-container {
    -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.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 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}
.leaflet-pane {
    z-index: 400;
}
.leaflet-tile-pane {
    z-index: 200;
}
.leaflet-overlay-pane {
    z-index: 400;
}
.leaflet-shadow-pane {
    z-index: 500;
}
.leaflet-marker-pane {
    z-index: 600;
}
.leaflet-tooltip-pane {
    z-index: 650;
}
.leaflet-popup-pane {
    z-index: 700;
}
.leaflet-map-pane canvas {
    z-index: 100;
}
.leaflet-map-pane svg {
    z-index: 200;
}
.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}
.lvml {
//behavior: url(#default#VML); Support was dropped in IE 10
    display: inline-block;
    position: absolute;
}
/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    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 {
    will-change: opacity;
}
.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;
}
.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;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}
.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);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}
/* cursors */
.leaflet-interactive {
    cursor: pointer;
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}
.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 */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
    background: #DDDDDD;
    outline: 0;
}
.leaflet-container a {
    color: #0078A8;
}
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}
.leaflet-zoom-box {
    border: 2px dotted #3388FF;
    background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
    /*font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;*/
}
/* 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: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    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: #BBBBBB;
}
.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #FFFFFF;
    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: #333333;
    background: #FFFFFF;
}
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
.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 #DDDDDD;
    margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
//.leaflet-default-icon-path {
  //  background-image: url(images/marker-icon.png);
  //}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333333;
}
.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 #777777;
    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: #FFFFFF;
    background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777777;
    border-bottom: none;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777777;
}
.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: 20px;
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}
.leaflet-popup-content p {
    margin: 18px 0;
}
.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}
.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);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.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;
}
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999999;
}
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}
.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 #999999;
}
/* div icon */
.leaflet-div-icon {
    background: #FFFFFF;
    border: 1px solid #666666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    color: #222222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #FFFFFF;
}
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #FFFFFF;
}
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #FFFFFF;
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #FFFFFF;
}
.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: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
    background-color: rgb(110, 204, 57);
}
.leaflet-oldie .marker-cluster-medium {
    background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
    background-color: rgb(240, 194, 12);
}
.leaflet-oldie .marker-cluster-large {
    background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
    background-color: rgb(241, 128, 23);
}
.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}
.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;
}
.marker-cluster span {
    line-height: 30px;
}
.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;
}
.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;
}
