/* Minification failed. Returning unminified contents.
(469,32): run-time error CSS1039: Token not allowed after unary operator: '-data-marker'
 */
.leaflet-container a.leaflet-popup-close-button {
    color: #222;
    z-index: 9999;
    padding: 1px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background-color: transparent;
}

.leaflet-popup-content {
    background: white;
    border-radius: 10px;
}

main .map-wrapper {
    height: calc(100vh - 143px);
}

@media (max-width:991.98px) {
    main .map-wrapper {
        height: calc(100vh - 103px);
    }
}

body.iframe main .map-wrapper {
    height: calc(100vh - 43px);
}

main .map-nav, main .map-legend {
    z-index: 4001;
}

.island-vn {
    white-space: nowrap;
    font-size: 20px;
    color: #4074b5;
    text-shadow: 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px 0px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0px 0 #ffffff, 0px -2px 0 #ffffff;
}

.marker-icon-label {
    border: none;
}

.marker-icon-label .marker-icon-label_wrapper {
    position: absolute;
    bottom: 0;
    left: -50%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.marker-icon-label .marker-icon-label_label {
    position: relative;
    left: -50%;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    text-shadow: 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px 0px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0px 0 #ffffff, 0px -2px 0 #ffffff;
}

.marker-icon-label .marker-icon-label_img {
    position: relative;
    left: -50%;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
}

.marker-icon-label .marker-icon-label_img img {
    width: 54px;
    height: 54px;
    border: solid 2px #fff;
    border-radius: 50%;
    padding: 4px;
    margin-top: 3px;
}

.marker-icon-label .marker-icon-label_arrow {
    width: 0px;
    height: 0px;
    left: 50%;
    border-style: solid;
    border-width: 17px 19px 0 19px;
    margin-left: -19px;
    margin-top: -7px;
}

.marker-icon-label_wrapper .pulse {
    height: 14px;
    width: 14px;
    position: absolute;
    bottom: -7px;
    margin: 4px 0px 0px -14px;
    transform: rotateX(55deg);
    -webkit-transform: rotateX(64deg);
    z-index: -1;
}

.marker-icon-label_wrapper .pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px gray;
    -webkit-box-shadow: 0 0 1px 2px gray;
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
        color: gray;
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
        color: gray;
    }
}

.marker-popup-content {
    margin: -14px -20px;
    padding: 3px 3px;
    max-height: 500px;
}

.marker-popup-content .marker-popup-content_wrapper {
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}

.marker-popup-content .image {
    width: 100%;
    /*height: 194px;*/
    display: block;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.marker-popup-content .image img {
    width: 100%;
    max-height: 180px;
}

.marker-popup-content .text {
    text-align: justify;
}

.marker-popup-content .text p {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.marker-popup-content .text .tags {
    margin: 0 0 3px 0;
    font-weight: 600;
}

.marker-popup-content .text .name {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.marker-popup-content .text .address {
    margin: 5px 0 15px;
    font-style: italic;
}

.marker-popup-content .text .description {
    max-height: 147px;
    padding-bottom: 10px;
    overflow-y: scroll;
    padding: 5px;
    margin-right: -12px;
    font-size: 13px;
    line-height: 18px;
    background-color: #f1f1f1;
}

.marker-popup-content .text p.view3d a {
    background: #014b85;
    -moz-user-select: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 14px 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}

.marker-popup-content .text p.view3d a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e6373d;
    z-index: 1;
    border-radius: 3px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
}

.marker-popup-content .text p.view3d a:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

.marker-popup-content .text p.view3d a.btn-directions,
.marker-popup-content .text p.view3d a.btn-place-info {
    padding: 2px !important;
}

.marker-popup-content .image a.arrow {
    position: absolute;
    top: 90px;
    z-index: 200;
    background-color: rgba(255,255,255,0.8);
    display: block;
    width: 32px;
    height: 27px;
}

.marker-popup-content .image a.arrow:hover {
    background-color: rgba(255,255,255,1.0);
}

.marker-popup-content .icn {
    display: block;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
}

.marker-popup-content .icn span {
    display: none;
}

.marker-popup-content .left-black-arrow {
    background-position: -58px -377px;
    width: 14px;
    height: 11px;
    left: 0;
    position: relative;
    top: 5px;
}

.marker-popup-content .right-black-arrow {
    background-position: -118px -377px;
    width: 14px;
    height: 11px;
    right: 0;
    position: relative;
    top: 5px;
}

/*custom*/
#place-locator {
    min-height: 600px;
    height: calc(100vh - 100px);
}

.place-locator_list li {
    cursor: pointer;
}

.place-locator_list .place-locator_place_name a {
    font-size: 16px;
    color: #2f2e2d;
}

.place-locator_list .place-locator_place_name a:hover {
    color: #C51103;
}

.place-locator_list .place-locator_place_address, .place-locator_list .place-locator_place_description {
    font-size: 14px;
}

.place-locator_list .place-locator_place_thumbnail {
    width: 70px;
    height: 70px;
}

.place-locator_list .place-locator_place_thumbnail img {
    border-radius: 4px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background-color: #fff;
}

.place-locator_nav {
    max-width: 400px;
}

.place-locator_nav_header {
    background-color: #e0e0e0;
    padding-bottom: 0.25rem;
}

.place-locator_search {
    background-color: #fff;
}

.filter-switch {
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter-switch-item {
    font-size: 11px;
    margin: 2px;
}

.filter-switch-item input:checked + label {
    color: #c51103;
    box-shadow: none;
    background-color: transparent;
}

.filter-switch-item label {
    display: flex;
}

.filter-switch-item label i {
    margin-right: 5px;
}

.filter-switch-item .util-icon {
    width: 14px;
    height: 14px;
}

.filter-switch-item label img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

/*marker-icon-style*/
.marker-icon-label_wrapper .marker-icon-label_img {
    background-color: #C51103;
}

.marker-icon-label_wrapper .marker-icon-label_img:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    color: #C51103;
}

.marker-icon-label_wrapper .marker-icon-label_arrow {
    border-color: #C51103 transparent transparent transparent;
}

/*marker-icon-place*/
.marker-icon-place .marker-icon-label_img {
}

.marker-icon-place .marker-icon-label_img:before {
    content: "\f030";
}

/*marker-icon-hotel*/
.marker-icon-hotel .marker-icon-label_img {
}

.marker-icon-hotel .marker-icon-label_img:before {
    content: "\f236";
}

/*marker-icon-restaurant*/
.marker-icon-restaurant .marker-icon-label_img {
}

.marker-icon-restaurant .marker-icon-label_img:before {
    content: "\f2e7";
}

/*marker-icon-shop*/
.marker-icon-shop .marker-icon-label_img {
}

.marker-icon-shop .marker-icon-label_img:before {
    content: "\f290";
}

/*marker-icon-entertainmentplace*/
.marker-icon-entertainmentplace .marker-icon-label_img {
}

.marker-icon-entertainmentplace .marker-icon-label_img:before {
    content: "\f001";
}

/*marker-icon-addressbook*/
[class*="marker-icon-addressbook"] .marker-icon-label_img {
}

[class*="marker-icon-addressbook"] .marker-icon-label_img:before {
    content: "";
    background-image: var(--data-marker);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
