.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #ccc;
    }

        .mfp-preloader a:hover {
            color: #fff;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.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,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

    .leaflet-tile::selection {
        background: transparent;
    }

.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-marker-shadow {
    display: block;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.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 {
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    touch-action: none;
    touch-action: pinch-zoom;
}

    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
        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;
    box-sizing: border-box;
    z-index: 800;
}

.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);
    display: inline-block;
    position: absolute;
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto;
}

.leaflet-bottom,
.leaflet-top {
    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;
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: grabbing;
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

    .leaflet-image-layer.leaflet-interactive,
    .leaflet-marker-icon.leaflet-interactive,
    .leaflet-pane > svg path.leaflet-interactive,
    svg.leaflet-image-layer.leaflet-interactive path {
        pointer-events: visiblePainted;
        pointer-events: auto;
    }

.leaflet-container {
    background: #ddd;
    outline: 0;
}

    .leaflet-container a {
        color: #0078a8;
    }

        .leaflet-container a.leaflet-active {
            outline: 2px solid orange;
        }

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: hsla(0, 0%, 100%, 0.5);
}

.leaflet-container {
    font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif;
}

.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: #000;
    }

    .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;
}

    .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;
    }

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: 700 18px Lucida Console, Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

.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-expanded .leaflet-control-layers-toggle,
.leaflet-control-layers .leaflet-control-layers-list {
    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-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 #ddd;
    margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: hsla(0, 0%, 100%, 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: border-box;
    background: #fff;
    background: hsla(0, 0%, 100%, 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-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
    box-shadow: none;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.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;
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    color: #333;
    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: 700;
    background: transparent;
}

    .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-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-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-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

.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: #fff;
    }

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.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: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

.extra-marker {
    background: url("img/markers_default.png") no-repeat 0 0;
    width: 35px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
}

.extra-marker-shadow {
    background: url("img/markers_shadow.png") no-repeat 0 0;
    width: 36px;
    height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .extra-marker {
        background-image: url("img/markers_default@2x.png");
        background-size: 540px 184px;
    }

    .extra-marker-shadow {
        background-image: url("img/markers_shadow@2x.png");
        background-size: 35px 16px;
    }
}

.extra-marker.extra-marker-svg {
    background: none;
}

    .extra-marker.extra-marker-svg .svg-inline--fa,
    .extra-marker.extra-marker-svg i {
        position: absolute;
        left: 0;
        width: 35px;
    }

.extra-marker .svg-inline--fa,
.extra-marker i {
    color: #fff;
    margin-top: 7px;
    display: inline-block;
    font-size: 14px;
}

.extra-marker .svg-inline--fa {
    margin-top: 10px;
    background: none;
}

.extra-marker .svg-inline--fa,
.extra-marker i.fa,
.extra-marker i.fab,
.extra-marker i.fas,
.extra-marker i.far,
.extra-marker i.fal {
    margin-top: 10px;
}

    .extra-marker .svg-inline--fa.fa-2x,
    .extra-marker i.fa.fa-2x,
    .extra-marker i.fab.fa-2x,
    .extra-marker i.fas.fa-2x,
    .extra-marker i.far.fa-2x,
    .extra-marker i.fal.fa-2x {
        font-size: 16px;
        margin-top: 9px;
    }

    .extra-marker .svg-inline--fa.fa-3x,
    .extra-marker i.fa.fa-3x,
    .extra-marker i.fab.fa-3x,
    .extra-marker i.fas.fa-3x,
    .extra-marker i.far.fa-3x,
    .extra-marker i.fal.fa-3x {
        font-size: 18px;
        margin-top: 9px;
    }

    .extra-marker .svg-inline--fa.fa-4x,
    .extra-marker i.fa.fa-4x,
    .extra-marker i.fab.fa-4x,
    .extra-marker i.fas.fa-4x,
    .extra-marker i.far.fa-4x,
    .extra-marker i.fal.fa-4x {
        font-size: 20px;
        margin-top: 8px;
    }

    .extra-marker .svg-inline--fa.fa-5x,
    .extra-marker i.fa.fa-5x,
    .extra-marker i.fab.fa-5x,
    .extra-marker i.fas.fa-5x,
    .extra-marker i.far.fa-5x,
    .extra-marker i.fal.fa-5x {
        font-size: 24px;
        margin-top: 6px;
    }

.extra-marker .fa-number:before {
    content: attr(number);
}

.extra-marker i.glyphicon {
    margin-top: 10px;
}

.extra-marker i.icon {
    margin-right: 0;
    opacity: 1;
}

.extra-marker-circle-red {
    background-position: 0 0;
}

.extra-marker-circle-orange-dark {
    background-position: -36px 0;
}

.extra-marker-circle-orange {
    background-position: -72px 0;
}

.extra-marker-circle-yellow {
    background-position: -108px 0;
}

.extra-marker-circle-blue-dark {
    background-position: -144px 0;
}

.extra-marker-circle-blue {
    background-position: -180px 0;
}

.extra-marker-circle-cyan {
    background-position: -216px 0;
}

.extra-marker-circle-purple {
    background-position: -252px 0;
}

.extra-marker-circle-violet {
    background-position: -288px 0;
}

.extra-marker-circle-pink {
    background-position: -324px 0;
}

.extra-marker-circle-green-dark {
    background-position: -360px 0;
}

.extra-marker-circle-green {
    background-position: -396px 0;
}

.extra-marker-circle-green-light {
    background-position: -432px 0;
}

.extra-marker-circle-black {
    background-position: -468px 0;
}

.extra-marker-circle-white {
    background-position: -504px 0;
}

.extra-marker-square-red {
    background-position: 0 -46px;
}

.extra-marker-square-orange-dark {
    background-position: -36px -46px;
}

.extra-marker-square-orange {
    background-position: -72px -46px;
}

.extra-marker-square-yellow {
    background-position: -108px -46px;
}

.extra-marker-square-blue-dark {
    background-position: -144px -46px;
}

.extra-marker-square-blue {
    background-position: -180px -46px;
}

.extra-marker-square-cyan {
    background-position: -216px -46px;
}

.extra-marker-square-purple {
    background-position: -252px -46px;
}

.extra-marker-square-violet {
    background-position: -288px -46px;
}

.extra-marker-square-pink {
    background-position: -324px -46px;
}

.extra-marker-square-green-dark {
    background-position: -360px -46px;
}

.extra-marker-square-green {
    background-position: -396px -46px;
}

.extra-marker-square-green-light {
    background-position: -432px -46px;
}

.extra-marker-square-black {
    background-position: -468px -46px;
}

.extra-marker-square-white {
    background-position: -504px -46px;
}

.extra-marker-star-red {
    background-position: 0 -92px;
}

.extra-marker-star-orange-dark {
    background-position: -36px -92px;
}

.extra-marker-star-orange {
    background-position: -72px -92px;
}

.extra-marker-star-yellow {
    background-position: -108px -92px;
}

.extra-marker-star-blue-dark {
    background-position: -144px -92px;
}

.extra-marker-star-blue {
    background-position: -180px -92px;
}

.extra-marker-star-cyan {
    background-position: -216px -92px;
}

.extra-marker-star-purple {
    background-position: -252px -92px;
}

.extra-marker-star-violet {
    background-position: -288px -92px;
}

.extra-marker-star-pink {
    background-position: -324px -92px;
}

.extra-marker-star-green-dark {
    background-position: -360px -92px;
}

.extra-marker-star-green {
    background-position: -396px -92px;
}

.extra-marker-star-green-light {
    background-position: -432px -92px;
}

.extra-marker-star-black {
    background-position: -468px -92px;
}

.extra-marker-star-white {
    background-position: -504px -92px;
}

.extra-marker-penta-red {
    background-position: 0 -138px;
}

.extra-marker-penta-orange-dark {
    background-position: -36px -138px;
}

.extra-marker-penta-orange {
    background-position: -72px -138px;
}

.extra-marker-penta-yellow {
    background-position: -108px -138px;
}

.extra-marker-penta-blue-dark {
    background-position: -144px -138px;
}

.extra-marker-penta-blue {
    background-position: -180px -138px;
}

.extra-marker-penta-cyan {
    background-position: -216px -138px;
}

.extra-marker-penta-purple {
    background-position: -252px -138px;
}

.extra-marker-penta-violet {
    background-position: -288px -138px;
}

.extra-marker-penta-pink {
    background-position: -324px -138px;
}

.extra-marker-penta-green-dark {
    background-position: -360px -138px;
}

.extra-marker-penta-green {
    background-position: -396px -138px;
}

.extra-marker-penta-green-light {
    background-position: -432px -138px;
}

.extra-marker-penta-black {
    background-position: -468px -138px;
}

.extra-marker-penta-white {
    background-position: -504px -138px;
}

@font-face {
    font-family: FC_Bold;
    src: url(../../fonts/mapa/FC_Bold.otf);
}

@font-face {
    font-family: FC_Regular;
    src: url(../../fonts/mapa/FC_Regular.otf);
}

@font-face {
    font-family: FC_Light;
    src: url(../../fonts/mapa/FC_Light.otf);
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 20px;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.clear {
    clear: both;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    position: relative;
    width: 100%;
}

.page-loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 999999;
    background-color: #f1f1f1;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

.page-loader-spinner {
    width: 50px;
    height: 50px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-loader-spinner-bounce1,
.page-loader-spinner-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #34aba0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s ease-in-out infinite;
}

.page-loader-spinner-bounce2 {
    animation-delay: -1s;
}

@keyframes sk-bounce {
    0%, to {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.page-loader.loaded {
    visibility: hidden;
    opacity: 0;
}

@media only screen and (max-width: 480px) {
    .page-loader-spinner {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 599px) {
    .page-loader-spinner {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .page-loader-spinner {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .page-loader-spinner {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1099px) {
    .page-loader-spinner {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .page-loader-spinner {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .page-loader-spinner {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .page-loader-spinner {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .page-loader-spinner {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .page-loader-spinner {
        width: 45px;
        height: 45px;
    }
}

::-webkit-scrollbar-track {
    background: #faf9f8;
}

.wrapper-navbar {
    position: relative;
    z-index: 10;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.15);
}

.wrapper-navbar-container {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px 40px;
    font-size: 0;
    text-align: left;
}

.wrapper-navbar-left,
.wrapper-navbar-right {
    display: inline-block;
    vertical-align: middle;
}

.wrapper-navbar-left {
    width: calc(100% - 40px);
}

.wrapper-navbar-right {
    width: 40px;
    text-align: right;
}

.wrapper-navbar-left .wrapper-navbar-link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    font-family: FC_Regular;
    font-weight: 400;
    cursor: pointer;
    color: #801063;
}

    .wrapper-navbar-left .wrapper-navbar-link i {
        margin-right: 10px;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
    }

.wrapper-navbar-right .wrapper-navbar-link {
    display: inline-block;
    font-size: 25px;
    line-height: 1.3;
    font-family: FC_Regular;
    font-weight: 400;
    cursor: pointer;
    color: #801063;
}

.wrapper-first {
    position: relative;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 72px);
    background: #fff;
}

.wrapper-first-container {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.wrapper-first-left,
.wrapper-first-right {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.wrapper-first-right {
    overflow-y: auto;
}

.wrapper-first-right-container {
    display: block;
    padding: 0 40px;
}

.wrapper-first-right-content,
.wrapper-first-right-header {
    display: block;
    position: relative;
}

.wrapper-first-right-header {
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
}

    .wrapper-first-right-header h1 {
        font-size: 22px;
        padding-bottom: 17px;
    }

    .wrapper-first-right-header h1,
    .wrapper-first-right-header h2 {
        font-family: FC_Regular;
        font-weight: 400;
        line-height: 1.3;
        color: #333;
    }

    .wrapper-first-right-header h2 {
        font-size: 14px;
    }

        .wrapper-first-right-header h2 i {
            color: #801063;
            font-weight: 700;
            font-size: 16px;
            margin-right: 9px;
        }

.wrapper-first-right-header-buttons {
    display: block;
    padding-top: 25px;
    font-size: 0;
    text-align: left;
}

.wrapper-first-right-header-buttons-left,
.wrapper-first-right-header-buttons-right {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
}

.wrapper-first-right-header-buttons-right {
    text-align: right;
}

.wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item {
    display: block;
    padding-top: 10px;
}

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item:first-child {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item label {
        font-size: 13.5px;
        font-family: FC_Light;
        font-weight: 700;
        line-height: 1.3;
        display: inline-block;
        vertical-align: middle;
        color: #333;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }

        .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li {
            display: inline-block;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            margin-left: 12px;
            cursor: pointer;
            color: #fff;
            border-radius: 100%;
            text-align: center;
            line-height: 30px;
            font-size: 15px;
        }

            .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li:first-child {
                margin-left: 0;
            }

            .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li.fb {
                background: #3b5998;
            }

            .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li.tw {
                background: #00acee;
            }

            .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li.wa {
                background: #0dc143;
            }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p {
        font-size: 13.5px;
        font-weight: 400;
        font-family: FC_Light;
        text-align: center;
        width: 210px;
        display: inline-block;
        padding: 11px 15px;
        border-radius: 30px;
        line-height: 1.3;
        cursor: pointer;
        color: #fff;
    }

        .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p i {
            font-size: 16px;
            margin-right: 9px;
        }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item .popup {
        background: #ed2b33;
    }

.wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item {
    display: block;
    padding-top: 10px;
}

    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item:first-child {
        padding-top: 0;
    }

    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        font-size: 13.5px;
        font-weight: 400;
        font-family: FC_Light;
        text-align: center;
        width: 250px;
        display: inline-block;
        padding: 11px 15px;
        border-radius: 30px;
        line-height: 1.3;
        cursor: pointer;
        color: #fff;
    }

        .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p i {
            font-size: 16px;
            margin-right: 9px;
        }

    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item .btn {
        background: #79b429;
        border-radius: 8px;
    }

    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item .download {
        background: #0070b6;
    }

.wrapper-first-right-body {
    display: block;
    position: relative;
    text-align: left;
}

    .wrapper-first-right-body > h2 {
        font-size: 16px;
        color: #333;
        line-height: 1.3;
        font-family: FC_Regular;
        font-weight: 400;
        padding-bottom: 27px;
    }

.wrapper-first-right-list {
    display: block;
    position: relative;
}

.wrapper-first-right-list-item {
    display: block;
    width: 100%;
    padding-bottom: 40px;
    text-align: left;
}

    .wrapper-first-right-list-item:last-child {
        padding-bottom: 0;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 14px;
        line-height: 1.3;
        font-family: FC_Regular;
        font-weight: 400;
        color: #801063;
        display: inline-block;
        cursor: pointer;
        padding-bottom: 2px;
    }

        .wrapper-first-right-list-item .wflitem-title span {
            width: 22px;
            height: 22px;
            background: #801063;
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            line-height: 23px;
            border-radius: 100%;
            margin-right: 9px;
            margin-top: -4px;
            font-size: 10px;
        }

        .wrapper-first-right-list-item .wflitem-title label {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 31px);
            cursor: pointer;
        }

    .wrapper-first-right-list-item .wflitem-height {
        font-size: 13px;
        font-style: italic;
        color: #333;
        font-family: FC_Light;
        font-weight: 400;
        line-height: 1.3;
        padding-top: 15px;
    }

    .wrapper-first-right-list-item .wflitem-activity-title {
        font-size: 13px;
        color: #333;
        font-family: FC_Regular;
        font-weight: 400;
        line-height: 1.3;
        padding-top: 15px;
    }

    .wrapper-first-right-list-item .wflitem-activity-list {
        display: block;
        padding-top: 15px;
        margin: 0 -10px;
    }

        .wrapper-first-right-list-item .wflitem-activity-list li {
            margin: 15px 10px 0;
            width: 100px;
            display: inline-block;
            vertical-align: top;
            text-align: center;
            overflow: hidden;
        }

            .wrapper-first-right-list-item .wflitem-activity-list li img {
                width: 50px;
                padding-bottom: 8px;
            }

            .wrapper-first-right-list-item .wflitem-activity-list li span {
                font-size: 13px;
                display: block;
                color: #333;
                font-family: FC_Light;
                font-weight: 400;
                line-height: 1.3;
            }

    .wrapper-first-right-list-item .wflitem-apt-title {
        font-size: 13px;
        color: #333;
        font-family: FC_Regular;
        font-weight: 400;
        line-height: 1.3;
        padding-top: 15px;
    }

    .wrapper-first-right-list-item .wflitem-apt-list {
        display: block;
        padding-top: 15px;
        padding-left: 20px;
    }

        .wrapper-first-right-list-item .wflitem-apt-list li {
            list-style: disc;
            font-size: 13px;
            color: #333;
            font-family: FC_Light;
            line-height: 1.3;
            font-weight: 400;
            padding-top: 5px;
        }

            .wrapper-first-right-list-item .wflitem-apt-list li:first-child {
                padding-top: 0;
            }

    .wrapper-first-right-list-item .wflitem-apt-description {
        font-size: 13px;
        color: #333;
        font-family: FC_Light;
        line-height: 1.4;
        font-weight: 400;
        padding-top: 20px;
    }

    .wrapper-first-right-list-item .wflitem-image {
        display: block;
        margin-top: 15px;
        width: 100%;
        height: 320px;
        border-radius: 5px;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }

.wrapper-first-right-deals {
    padding-top: 50px;
    margin-top: 40px;
    display: block;
    position: relative;
    text-align: center;
    border-top: 1px solid #dcdcdc;
}

    .wrapper-first-right-deals h2 {
        font-size: 16px;
        color: #333;
        line-height: 1.3;
        font-family: FC_Regular;
        font-weight: 400;
        padding-bottom: 25px;
    }

.wrapper-first-right-deals-link {
    font-size: 13px;
    font-family: FC_Light;
    font-weight: 700;
    text-align: center;
    width: 200px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 30px;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #f3ae1a;
    background: #f3ae1a;
    color: #fff;
}

.white-popup {
    position: relative;
    background: #ed2b33;
    width: 600px;
    height: auto;
    margin: 50px auto;
    border-radius: 10px;
}

    .white-popup > button {
        display: none;
    }

.mfp-close-btn-in .mfp-close {
    color: #fff;
    top: -2px;
    right: 0;
    opacity: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 28px;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.55;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.wc-popup-content {
    padding: 50px;
}

.wc-popup-content,
.wc-popup-content-border {
    width: 100%;
    height: 100%;
}

.wc-popup-item {
    border-top: 1px solid #fff;
    display: block;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .wc-popup-item:first-child {
        border-top: none;
        padding-top: 0;
    }

    .wc-popup-item:last-child {
        padding-bottom: 0;
    }

    .wc-popup-item h2 {
        font-weight: 400;
        font-family: FC_Regular;
        color: #fff;
        line-height: 1.3;
        font-size: 15px;
        padding-right: 30px;
    }

        .wc-popup-item h2 i {
            font-size: 17px;
            margin-right: 9px;
        }

    .wc-popup-item h3 {
        font-size: 13.5px;
        color: #fff;
        font-family: FC_Regular;
        font-weight: 400;
        line-height: 1.3;
    }

.wc-popup-first,
.wc-popup-first-item {
    display: block;
    position: relative;
    padding-top: 20px;
}

.wc-popup-first-item {
    font-size: 0;
}

    .wc-popup-first-item:first-child {
        padding-top: 0;
    }

.wc-popup-first-item-left {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    text-align: center;
}

    .wc-popup-first-item-left img {
        width: 40px;
    }

.wc-popup-first-item-right {
    width: calc(100% - 60px);
    display: inline-block;
    vertical-align: middle;
}

    .wc-popup-first-item-right ul {
        display: block;
        position: relative;
        padding-left: 20px;
    }

        .wc-popup-first-item-right ul li {
            color: #fff;
            line-height: 1.4;
            font-size: 13px;
            font-family: FC_Light;
            font-weight: 400;
            padding-top: 5px;
            list-style: disc;
        }

            .wc-popup-first-item-right ul li:first-child {
                padding-top: 0;
            }

.wc-popup-second {
    display: block;
    position: relative;
    font-size: 0;
}

.wc-popup-second-left {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.wc-popup-second-left-left {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    padding-right: 20px;
}

.wc-popup-second-left-right {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
}

.wc-popup-second-left-right-icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    width: 35px;
}

    .wc-popup-second-left-right-icon img {
        width: 100%;
    }

.wc-popup-second-left-right-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 35px);
}

    .wc-popup-second-left-right-text p {
        line-height: 1.3;
        font-size: 13px;
        color: #fff;
        font-family: FC_Light;
        padding: 5px 0;
    }

.wrapper-first-left-map {
    width: 100%;
    height: 100%;
}

.leaflet-popup-content {
    margin: 0;
    padding: 15px 30px;
    line-height: 1.4;
    font-size: 12.5px;
    text-align: center;
    font-family: FC_Light;
    font-weight: 700;
    max-width: 300px;
    color: #333;
}

.leaflet-container a.leaflet-popup-close-button {
    display: none;
}

.extra-marker i {
    font-size: 12px;
    font-family: FC_Light;
    font-weight: 700;
    font-style: normal;
    margin-top: 8px;
}

.leaflet-popup-content-wrapper {
    padding: 0;
    text-align: center;
    border-radius: 5px;
}

@media only screen and (max-width: 480px) {
    .wc-popup-content {
        padding: 30px;
    }

    .wrapper-navbar-right {
        display: none;
    }

    .wrapper-navbar-left {
        width: 100%;
    }

    .wrapper-navbar-container {
        padding: 20px 30px;
    }

    .white-popup {
        width: 98%;
    }

    .wrapper-first-right-header-buttons-left,
    .wrapper-first-right-header-buttons-right {
        width: 100%;
        display: block;
    }

    .wrapper-first-right-header-buttons-right {
        text-align: left;
    }

        .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item:first-child {
            padding-top: 10px;
        }

    .wrapper-first-container {
        display: flex;
        flex-direction: column;
    }

    .wrapper-first-right-header h1 {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item label,
    .wrapper-first-right-header h2 {
        font-size: 13px;
    }

        .wrapper-first-right-header h2 i {
            font-size: 14px;
        }

    .wrapper-first-left {
        width: 100%;
        height: 250px;
    }

    .wrapper-first-right {
        width: 100%;
        height: calc(100% - 250px);
    }

    .wrapper-first-right-list-item .wflitem-image {
        height: 250px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li {
        line-height: 29px;
        font-size: 13px;
        width: 28px;
        height: 28px;
    }

    .wrapper-first-right-header-buttons {
        padding-top: 20px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p,
    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 65%;
        margin: 0 auto;
    }
    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item:nth-child(2), .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item:nth-child(3), .wrapper-first-right-header-buttons-right {
        text-align: center;
    }

        .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p i,
        .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p i {
            font-size: 15px;
        }

    .wrapper-first-right-body > h2 {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 13px;
    }

    .wrapper-first-right-deals h2 {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header {
        padding-top: 45px;
    }

    .wrapper-first-right-deals-link {
        width: 170px;
        padding: 8px 15px;
    }

    .wrapper-navbar-left .wrapper-navbar-link {
        font-size: 13.5px;
    }

    .wrapper-navbar-right .wrapper-navbar-link {
        font-size: 20px;
    }

    .wrapper-first {
        height: calc(100vh - 57px);
    }

    .wc-popup-item h2 {
        font-size: 14px;
    }

        .wc-popup-item h2 i {
            font-size: 16px;
        }

    .mfp-close-btn-in .mfp-close {
        font-size: 25px;
    }

    .wc-popup-item h3 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 599px) {
    .wc-popup-content {
        padding: 40px;
    }

    .white-popup {
        width: 450px;
    }

    .wrapper-first-right-header-buttons-left,
    .wrapper-first-right-header-buttons-right {
        width: 100%;
        display: block;
    }

    .wrapper-first-right-header-buttons-right {
        text-align: left;
    }

        .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item:first-child {
            padding-top: 10px;
        }

    .wrapper-first-container {
        display: flex;
        flex-direction: column;
    }

    .wrapper-first-right-header h1 {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item label,
    .wrapper-first-right-header h2 {
        font-size: 13px;
    }

        .wrapper-first-right-header h2 i {
            font-size: 14px;
        }

    .wrapper-first-left {
        width: 100%;
        height: 250px;
    }

    .wrapper-first-right {
        width: 100%;
        height: calc(100% - 250px);
    }

    .wrapper-first-right-list-item .wflitem-image {
        height: 300px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li {
        line-height: 29px;
        font-size: 13px;
        width: 28px;
        height: 28px;
    }

    .wrapper-first-right-header-buttons {
        padding-top: 20px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p,
    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 220px;
    }

        .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p i,
        .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p i {
            font-size: 15px;
        }

    .wrapper-first-right-body > h2 {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 13px;
    }

    .wrapper-first-right-deals h2 {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header {
        padding-top: 45px;
    }

    .wrapper-first-right-deals-link {
        width: 170px;
        padding: 8px 15px;
    }

    .wrapper-navbar-left .wrapper-navbar-link {
        font-size: 13.5px;
    }

    .wrapper-navbar-right .wrapper-navbar-link {
        font-size: 20px;
    }

    .wrapper-first {
        height: calc(100vh - 66px);
    }

    .wc-popup-item h2 {
        font-size: 14px;
    }

        .wc-popup-item h2 i {
            font-size: 16px;
        }

    .mfp-close-btn-in .mfp-close {
        font-size: 25px;
    }

    .wc-popup-item h3 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .wc-popup-content {
        padding: 40px;
    }

    .white-popup {
        width: 500px;
    }

    .wrapper-first-container {
        display: flex;
        flex-direction: column;
    }

    .wrapper-first-right-header h1 {
        font-size: 17px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item label,
    .wrapper-first-right-header h2 {
        font-size: 13px;
    }

        .wrapper-first-right-header h2 i {
            font-size: 14px;
        }

    .wrapper-first-left {
        width: 100%;
        height: 280px;
    }

    .wrapper-first-right {
        width: 100%;
        height: calc(100% - 280px);
    }

    .wrapper-first-right-list-item .wflitem-image {
        height: 300px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li {
        line-height: 29px;
        font-size: 13px;
        width: 28px;
        height: 28px;
    }

    .wrapper-first-right-header-buttons {
        padding-top: 20px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 195px;
    }

    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 220px;
    }

        .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p i,
        .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p i {
            font-size: 15px;
        }

    .wrapper-first-right-body > h2 {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 13px;
    }

    .wrapper-first-right-deals h2 {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header {
        padding-top: 45px;
    }

    .wrapper-first-right-deals-link {
        width: 170px;
        padding: 8px 15px;
    }

    .wrapper-navbar-left .wrapper-navbar-link {
        font-size: 13.5px;
    }

    .wrapper-navbar-right .wrapper-navbar-link {
        font-size: 20px;
    }

    .wrapper-first {
        height: calc(100vh - 66px);
    }

    .wc-popup-item h2 {
        font-size: 14px;
    }

        .wc-popup-item h2 i {
            font-size: 16px;
        }

    .mfp-close-btn-in .mfp-close {
        font-size: 25px;
    }

    .wc-popup-item h3 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .wrapper-first-container {
        display: flex;
        flex-direction: column;
    }

    .wrapper-first-right-header h1 {
        font-size: 17px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item label,
    .wrapper-first-right-header h2 {
        font-size: 13px;
    }

        .wrapper-first-right-header h2 i {
            font-size: 14px;
        }

    .wrapper-first-left {
        width: 100%;
        height: 280px;
    }

    .wrapper-first-right {
        width: 100%;
        height: calc(100% - 280px);
    }

    .wrapper-first-right-list-item .wflitem-image {
        height: 300px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li {
        line-height: 29px;
        font-size: 13px;
        width: 28px;
        height: 28px;
    }

    .wrapper-first-right-header-buttons {
        padding-top: 20px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 195px;
    }

    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 220px;
    }

        .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p i,
        .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p i {
            font-size: 15px;
        }

    .wrapper-first-right-body > h2 {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 13px;
    }

    .wrapper-first-right-deals h2 {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header {
        padding-top: 45px;
    }

    .wrapper-first-right-deals-link {
        width: 170px;
        padding: 8px 15px;
    }

    .wrapper-navbar-left .wrapper-navbar-link {
        font-size: 13.5px;
    }

    .wrapper-navbar-right .wrapper-navbar-link {
        font-size: 20px;
    }

    .wrapper-first {
        height: calc(100vh - 66px);
    }

    .wc-popup-item h2 {
        font-size: 14px;
    }

        .wc-popup-item h2 i {
            font-size: 16px;
        }

    .mfp-close-btn-in .mfp-close {
        font-size: 25px;
    }

    .wc-popup-item h3 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1099px) {
    .wrapper-first-right-header h1 {
        font-size: 17px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item label,
    .wrapper-first-right-header h2 {
        font-size: 13px;
    }

        .wrapper-first-right-header h2 i {
            font-size: 14px;
        }

    .wrapper-first-left {
        width: 40%;
    }

    .wrapper-first-right {
        width: 60%;
    }

    .wrapper-first-right-list-item .wflitem-image {
        height: 300px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li {
        line-height: 29px;
        font-size: 13px;
        width: 28px;
        height: 28px;
    }

    .wrapper-first-right-header-buttons {
        padding-top: 20px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 195px;
    }

    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 220px;
    }

        .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p i,
        .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p i {
            font-size: 15px;
        }

    .wrapper-first-right-body > h2 {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 13px;
    }

    .wrapper-first-right-deals h2 {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header {
        padding-top: 45px;
    }

    .wrapper-first-right-deals-link {
        width: 170px;
        padding: 8px 15px;
    }

    .wrapper-navbar-left .wrapper-navbar-link {
        font-size: 13.5px;
    }

    .wrapper-navbar-right .wrapper-navbar-link {
        font-size: 20px;
    }

    .wrapper-first {
        height: calc(100vh - 66px);
    }

    .wc-popup-item h2 {
        font-size: 14px;
    }

        .wc-popup-item h2 i {
            font-size: 16px;
        }

    .mfp-close-btn-in .mfp-close {
        font-size: 25px;
    }

    .wc-popup-item h3 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .wrapper-first-right-header h1 {
        font-size: 17px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item label,
    .wrapper-first-right-header h2 {
        font-size: 13px;
    }

        .wrapper-first-right-header h2 i {
            font-size: 14px;
        }

    .wrapper-first-left {
        width: 45%;
    }

    .wrapper-first-right {
        width: 55%;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li {
        line-height: 29px;
        font-size: 13px;
        width: 28px;
        height: 28px;
    }

    .wrapper-first-right-header-buttons {
        padding-top: 20px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 195px;
    }

    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 220px;
    }

        .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p i,
        .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p i {
            font-size: 15px;
        }

    .wrapper-first-right-body > h2 {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 13px;
    }

    .wrapper-first-right-deals h2 {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header {
        padding-top: 45px;
    }

    .wrapper-first-right-deals-link {
        width: 170px;
        padding: 8px 15px;
    }

    .wrapper-navbar-left .wrapper-navbar-link {
        font-size: 13.5px;
    }

    .wrapper-navbar-right .wrapper-navbar-link {
        font-size: 20px;
    }

    .wrapper-first {
        height: calc(100vh - 66px);
    }

    .wc-popup-item h2 {
        font-size: 14px;
    }

        .wc-popup-item h2 i {
            font-size: 16px;
        }

    .mfp-close-btn-in .mfp-close {
        font-size: 25px;
    }

    .wc-popup-item h3 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .wrapper-first-right-header h1 {
        font-size: 17px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item label,
    .wrapper-first-right-header h2 {
        font-size: 13px;
    }

        .wrapper-first-right-header h2 i {
            font-size: 14px;
        }

    .wrapper-first-left {
        width: 48%;
    }

    .wrapper-first-right {
        width: 52%;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li {
        line-height: 29px;
        font-size: 13px;
        width: 28px;
        height: 28px;
    }

    .wrapper-first-right-header-buttons {
        padding-top: 20px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 195px;
    }

    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        padding: 9px 15px;
        font-size: 13px;
        width: 220px;
    }

        .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p i,
        .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p i {
            font-size: 15px;
        }

    .wrapper-first-right-body > h2 {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 13px;
    }

    .wrapper-first-right-deals h2 {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header {
        padding-top: 45px;
    }

    .wrapper-first-right-deals-link {
        width: 170px;
        padding: 8px 15px;
    }

    .wrapper-navbar-left .wrapper-navbar-link {
        font-size: 13.5px;
    }

    .wrapper-navbar-right .wrapper-navbar-link {
        font-size: 20px;
    }

    .wrapper-first {
        height: calc(100vh - 66px);
    }

    .wc-popup-item h2 {
        font-size: 14px;
    }

        .wc-popup-item h2 i {
            font-size: 16px;
        }

    .mfp-close-btn-in .mfp-close {
        font-size: 25px;
    }

    .wc-popup-item h3 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .wrapper-first-right-header h1 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header h2 {
        font-size: 13.5px;
    }

        .wrapper-first-right-header h2 i {
            font-size: 14px;
        }

    .wrapper-first-left {
        width: 47%;
    }

    .wrapper-first-right {
        width: 53%;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li {
        line-height: 31px;
        font-size: 14px;
    }

    .wrapper-first-right-header-buttons {
        padding-top: 20px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p,
    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        padding: 10px 15px;
    }

    .wrapper-first-right-body > h2 {
        font-size: 15px;
        padding-bottom: 25px;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 13.5px;
    }

    .wrapper-first-right-deals h2 {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .wrapper-first-right-deals-link {
        width: 170px;
        padding: 8px 15px;
    }

    .wrapper-navbar-left .wrapper-navbar-link {
        font-size: 13.5px;
    }

    .wrapper-navbar-right .wrapper-navbar-link {
        font-size: 22px;
    }

    .wrapper-first {
        height: calc(100vh - 68px);
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .wrapper-first-right-header h1 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header h2 {
        font-size: 13.5px;
    }

    .wrapper-first-right-header-buttons {
        padding-top: 20px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p,
    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        padding: 10px 15px;
    }

    .wrapper-first-right-body > h2 {
        font-size: 15px;
        padding-bottom: 25px;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 13.5px;
    }

    .wrapper-first-right-deals h2 {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .wrapper-first-right-deals-link {
        width: 170px;
        padding: 8px 15px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .wrapper-first-right-header h1 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .wrapper-first-right-header h2 {
        font-size: 13.5px;
    }

    .wrapper-first-right-header-buttons {
        padding-top: 20px;
    }

    .wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item p,
    .wrapper-first-right-header-buttons-right .wrapper-first-right-header-buttons-item p {
        padding: 10px 15px;
    }

    .wrapper-first-right-body > h2 {
        font-size: 15px;
        padding-bottom: 25px;
    }

    .wrapper-first-right-list-item .wflitem-title {
        font-size: 13.5px;
    }

    .wrapper-first-right-deals h2 {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .wrapper-first-right-deals-link {
        width: 170px;
        padding: 8px 15px;
    }
}

.wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mapa__volver__origen {
    display: block;
    color: #888;
    font-family: "FC_Light";
    padding: 5px 0 0 25px;
}

.wrapper-navbar-left .wrapper-navbar-link,
.wrapper-navbar-right .wrapper-navbar-link {
    color: #0091ff;
}

.wrapper-first-right-container {
    background-color: #0070ba;
}

.wrapper-first-right-header h1,
.wrapper-first-right-header h2,
.wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item label,
.wrapper-first-right-header h2 i,
.wrapper-first-right-list-item .wflitem-title,
.wrapper-first-right-list-item .wflitem-height,
.wrapper-first-right-list-item .wflitem-activity-list li span,
.wrapper-first-right-list-item .wflitem-apt-list li,
.wrapper-first-right-list-item .wflitem-apt-description {
    color: #fff;
}

.wrapper-first-right-list-item .wflitem-activity-title,
.wrapper-first-right-list-item .wflitem-apt-title,
.wrapper-first-right-body > h2 {
    color: #ffdc7b;
}

.wrapper-first-right-list-item .wflitem-height {
    padding: 5px 0 0 30px;
}

.wrapper-first-right-list-item .wflitem-title span {
    background-color: #0091ff;
}

.wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item .popup {
    background-color: transparent;
    color: #fff;
    border: 1px solid;
    border-radius: 8px;
}
.wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item a {
    font-size: 13.5px;
    font-weight: 400;
    font-family: FC_Light;
    text-align: center;
    width: 210px;
    display: inline-block;
    color: #FFF;
    background: #f2b30c;
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px;
}
.wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item .popup i {
    display: none;
}

.wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li.fb,
.wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li.tw,
.wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li.wa {
    background-color: #fff;
    color: #0070ba;
}

.wrapper-first-right-header-buttons-left .wrapper-first-right-header-buttons-item ul li.wa {
    font-size: 20px;
}

.wrapper-first-right-list-item .wflitem-activity-list li img {
    filter: grayscale(100) brightness(100);
}

.wrapper-first-right-container {
    padding: 0 40px 40px;
}

.extra-marker-square-violet {
    background-position: -181px -46px;
}

.leaflet-popup-content,
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background-color: #0070ba;
    color: #fff;
}

@media (max-width: 979px) {
    .wrapper-first-right-container {
        padding: 0 15px 20px !important;
    }
}

::-webkit-scrollbar-track {
    background: #fff !important;
}

::-webkit-scrollbar-thumb {
    background: #0091ff !important;
    border-radius: 20px;
}