/*
 * blumaps - Custom Interactive Map Plugin by @sekler
 * Version 5.0.2
 * https://www.blumaps.com/
 */

html {
    touch-action: none;
}

.blumaps-marketing {
    font-size: 12px;
    font-weight: 500;
    position: inherit;
    bottom: 7px;
    right: 37px;
}

.blumaps-element {
    position: relative;
    overflow: hidden;
    font-size: 0;
    height: 420px;
}

    .blumaps-element input,
    .blumaps-element button,
    .blumaps-element a,
    .blumaps-element a:active {
        outline: none;
        box-shadow: none;
        text-decoration: none !important;
    }

        .blumaps-element a:focus {
            outline: none;
        }

    .blumaps-element > * {
        opacity: 1;
        transition: opacity 0.4s;
    }

    .blumaps-element.blumaps-loading > * {
        opacity: 0;
    }

    /* Preloader & Error */
    .blumaps-element.blumaps-loading {
        background: url(../../assets/icons/loader.gif) no-repeat center;
    }

    .blumaps-element.blumaps-error {
        background: url(../../assets/icons/error-icon.png) no-repeat center;
    }

/* Map container */
.blumaps-container {
    display: inline-block;
    position: relative;
    width: 70%;
    height: 100%;
}

.blumaps-map {
    transform-origin: 0 0;
}

/* Map layer */
.blumaps-layer img {
    width: 100%;
}

/* IE Fix */
.blumaps-layer {
    width: 100%;
    height: 100%;
    position: absolute;
}

.blumaps-map .blumaps-map-image {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* IE Fix END */

.blumaps-map.blumaps-zoomable .blumaps-map-image {
    cursor: url(../../assets/icons/openhand.cur), default;
}

.blumaps-map.blumaps-zoomable.blumaps-dragging .blumaps-map-image {
    cursor: url(../../assets/icons/closedhand.cur), move;
}

/* Pin types */
.blumaps-pin {
    background-image: url(../../assets/icons/pin.png);
    background-size: 28px 34px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 28px;
    height: 34px;
    margin-top: -23px;
    margin-left: -9px;
    position: absolute;
    transform-origin: 50% 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .blumaps-pin.hide {
        display: none;
    }

    /* Marker types */
    .blumaps-pin.blumaps-active {
        display: block !important;
    }

    .blumaps-pin.pin-classic {
        background-color: transparent !important;
        background-image: none;
        border-color: #f23543;
        border-radius: 10px;
        line-height: 22px !important;
        /*width: 20px;
    height: 20px;*/
        margin-top: -20px;
        margin-left: -10px;
        transform-origin: 50% 50%;
    }

        .blumaps-pin.pin-classic:before {
            border-style: solid;
            border-width: 9px 8px 0 8px;
            border-color: inherit;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
            content: '';
            display: block;
            position: absolute;
            top: 16px;
            left: 2px;
        }

    .blumaps-pin:before {
        box-sizing: content-box !important;
    }

    .blumaps-pin.pin-marker {
        background-color: #fdca2a;
        background-image: none;
        border-color: #fdca2a;
        border-radius: 8px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        margin-left: -8px;
        transform-origin: 50% 50%;
    }

        .blumaps-pin.pin-marker:before {
            border-color: inherit;
            border-style: solid;
            border-width: 6px;
            border-radius: 16px;
            content: '';
            display: block;
            opacity: 0.4;
            width: 16px;
            height: 16px;
            position: absolute;
            left: -6px;
            top: -6px;
        }

    .blumaps-pin.pin-disk {
        background-color: white !important;
        background-image: none;
        border-color: #f19819;
        border-radius: 8px;
        color: #333 !important;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        margin-left: -8px;
        transform-origin: 50% 50%;
    }

        .blumaps-pin.pin-disk:before {
            border-color: inherit;
            border-style: solid;
            border-width: 3px;
            border-radius: 16px;
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            position: absolute;
            left: -3px;
            top: -3px;
        }

    .blumaps-pin.pin-ribbon {
        background-color: #a3bd31;
        background-image: none;
        border-color: #a3bd31;
        border-radius: 2px 2px 2px 0;
        height: 16px;
        min-width: 10px;
        width: auto;
        padding: 0 3px;
        margin-left: -8px;
        margin-top: -20px;
        transform-origin: 8px 20px;
    }

        .blumaps-pin.pin-ribbon:after {
            border-style: solid;
            border-width: 0 8px 4px 0;
            border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
            content: '';
            display: block;
            position: absolute;
            top: 16px;
            left: 0px;
        }

        .blumaps-pin.pin-ribbon:before {
            border-style: solid;
            border-width: 0 8px 4px 0;
            border-color: inherit;
            border-top-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
            content: '';
            display: block;
            position: absolute;
            top: 16px;
            left: 0px;
        }

    .blumaps-pin.pin-dot {
        background-color: transparent !important;
        background-image: none;
        border-color: #29afa1;
        color: #333 !important;
        height: 16px;
        min-width: 10px;
        width: auto;
        padding: 0 3px;
        margin-left: 4px;
        margin-top: -8px;
        transform-origin: -4px 8px;
    }

        .blumaps-pin.pin-dot:before {
            border-color: inherit;
            border-style: solid;
            border-width: 3px;
            border-radius: 12px;
            content: '';
            display: block;
            width: 0px;
            height: 0px;
            position: absolute;
            top: 5px;
            left: -7px;
        }

    /* Image pin */
    .blumaps-pin.pin-image {
        background-size: 32px;
        border-radius: 50%;
        box-sizing: border-box;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        border: 2px solid #fff;
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px;
        transform-origin: 50%;
    }

    .blumaps-pin.orange {
        background-image: url(../../assets/icons/pin-orange.png);
    }

    .blumaps-pin.yellow {
        background-image: url(../../assets/icons/pin-yellow.png);
    }

    .blumaps-pin.green {
        background-image: url(../../assets/icons/pin-green.png);
    }

    .blumaps-pin.blue {
        background-image: url(../../assets/icons/pin-blue.png);
    }

    .blumaps-pin.purple {
        background-image: url(../../assets/icons/pin-purple.png);
    }

    .blumaps-pin.circular {
        background-image: none;
        background-color: #fb7575;
        border-radius: 6px;
        box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
        width: 12px;
        height: 12px;
        margin-left: -6px;
        margin-top: -6px;
        transform-origin: 50% 50%;
    }

    .blumaps-pin.circle {
        background: none !important;
        border: 2px solid #fb7575;
        width: 8px;
        height: 8px;
        margin-left: -6px;
        margin-top: -6px;
        transform-origin: 50% 50%;
    }

    .blumaps-pin.transparent {
        background-image: none;
        background-color: #795ecd;
        border-radius: 10px;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0.5 !important;
        transform-origin: 50% 50%;
    }

    .blumaps-pin.pin-label {
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        line-height: 16px;
    }

        .blumaps-pin.pin-label:visited {
            color: #fff;
        }

    .blumaps-pin.pin-md {
        border-radius: 50%;
        margin-left: -10px;
        margin-top: -10px;
        line-height: 20px;
        width: 20px;
        height: 20px;
    }

    .blumaps-pin.pin-lg {
        border-radius: 50%;
        margin-left: -15px;
        margin-top: -15px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }

    .blumaps-pin.pin-xl {
        border-radius: 50%;
        margin-left: -20px;
        margin-top: -20px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }

    .blumaps-pin.pin-pulse:before {
        content: '';
        border: 1px solid #a3bd31;
        border-radius: 50px;
        height: inherit;
        width: inherit;
        top: 0px;
        left: 0px;
        position: absolute;
        animation: pulsate 1.5s ease-out;
        animation-iteration-count: infinite;
        animation-delay: 1s;
        opacity: 0;
        /*box-sizing: content-box;*/
    }

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 0.0;
    }

    25% {
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(2.6, 2.6);
        opacity: 0.0;
    }
}

/* Minimap */
.blumaps-minimap {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    margin: 12px;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blumaps-minimap-layer {
    line-height: 0;
}

.blumaps-minimap img {
    width: 100%;
}

.blumaps-minimap-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blumaps-minimap .blumaps-minimap-active {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
}

.blumaps-minimap-background {
    width: 140px !important;
    -webkit-filter: blur(2px);
}

/* UI Buttons */
.blumaps-button {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
    transition: background-color 0.2s;
}

.blumaps-container > .blumaps-button {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    position: absolute;
    margin: 12px;
}

.blumaps-button:active {
    background-color: #f8f8f8;
}

/* Clear Button */
.blumaps-clear-button {
    background-image: url(../../assets/icons/reset.svg);
    background-size: 16px 16px;
    display: none;
    bottom: 69px;
    right: 0;
}

/* Floor Buttons */
.blumaps-floor-buttons {
    box-shadow: none;
    margin: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
}

    .blumaps-floor-buttons a {
        display: block;
    }

        .blumaps-floor-buttons a.blumaps-disabled {
            background-color: transparent;
            cursor: default;
        }

a.blumaps-pisol1-button {
    background-image: url(../../assets/icons/L1.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisol1-active-button {
    background-image: url(../../assets/icons/L1a.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisol2-button {
    background-image: url(../../assets/icons/L2.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisol2-active-button {
    background-image: url(../../assets/icons/L2a.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisol3-button {
    background-image: url(../../assets/icons/L3.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisol3-active-button {
    background-image: url(../../assets/icons/L3a.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisog1-button {
    background-image: url(../../assets/icons/G1.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisog1-active-button {
    background-image: url(../../assets/icons/G1a.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisog2-button {
    background-image: url(../../assets/icons/G2.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisog2-active-button {
    background-image: url(../../assets/icons/G2a.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisog3-button {
    background-image: url(../../assets/icons/G3.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisog3-active-button {
    background-image: url(../../assets/icons/G3a.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisol4-button {
    background-image: url(../../assets/icons/L4.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

a.blumaps-pisol4-active-button {
    background-image: url(../../assets/icons/L4a.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
}

/* Propaganda */
.modal-propraganda {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto; /* 15% from the top and centered */
    width: 100%; /* Could be more or less, depending on screen size */
    height: 100%;
    min-width: 100%;
    min-height: 100%;    
    background-color: black;
}

.blumaps-propaganda {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    display: block;
    min-width: 100%;
    min-height: 100%;    
}

/* Zoom Buttons */
.blumaps-zoom-buttons {
    box-shadow: none;
    margin: 12px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

    .blumaps-zoom-buttons a {
        display: block;
    }

        .blumaps-zoom-buttons a.blumaps-disabled {
            background-color: transparent;
            cursor: default;
        }

a.blumaps-zoomin-button {
    background-image: url(../../assets/icons/zoomin.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

a.blumaps-zoomout-button {
    background-image: url(../../assets/icons/zoomout.png);
    background-size: 60px 60px;
    background-color: transparent;
    width: 60px;
    height: 60px;
}

/* Fullscreen */
.blumaps-fullscreen {
    background-color: rgba(248, 248, 248, 0.95);
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    z-index: 99980;
}

.blumaps-fullscreen-button {
    background-image: url(../../assets/icons/fullscreen.svg);
    background-size: 14px 14px;
    top: 0;
    left: 0;
}

.blumaps-fullscreen .blumaps-fullscreen-button {
    background-image: url(../../assets/icons/fullscreen-exit.svg);
}

.blumaps-fullscreen .blumaps-container {
    width: 80%;
}

.blumaps-fullscreen .blumaps-sidebar {
    width: 20%;
}

/* Levels */
.blumaps-levels {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px;
    overflow: hidden;
}

    .blumaps-levels > * {
        display: block;
        box-sizing: border-box;
    }

.blumaps-levels-select {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #2f3435;
    margin: 0;
    padding: 10px 8px;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    -webkit-appearance: none;
    display: none; /* todo: criar propriedade para esconder o dropdown de pisos */
}

.blumaps-levels a {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 4px;
    cursor: pointer;
    height: 50%;
    width: 20px;
    position: absolute;
    right: 0;
}

    .blumaps-levels a:active {
        background-color: #f8f8f8;
    }

.blumaps-levels .blumaps-levels-up {
    background-image: url(../../assets/icons/arrow-up.svg);
}

.blumaps-levels .blumaps-levels-down {
    background-image: url(../../assets/icons/arrow-down.svg);
    bottom: 0;
}

.blumaps-levels a.blumaps-disabled {
    background-color: #eee;
    cursor: default;
}

/* Sidebar */
.blumaps-sidebar {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    width: 35%;
    height: 100%;
    padding: 0 0 12px 0;
    position: relative;
    box-sizing: border-box;
    pointer-events: none;
}

    .blumaps-sidebar > * {
        pointer-events: auto;
    }

.blumaps-container {
    float: right;
}

/* Right sidebar */
.blumaps-sidebar-right .blumaps-container {
    float: left;
}

.blumaps-sidebar-right .blumaps-sidebar {
    float: right;
    padding: 92px 12px 12px 0;
}

/* Search */
.blumaps-filter {
    background-color: #fff;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: lightgray;
    margin: 0;
    overflow: hidden;
    margin-top: 0px;
    padding: 16px 20px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.blumaps-search-input {
    background-image: url(../../assets/icons/magnifier.svg) !important;
    background-size: 14px 14px !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 20px !important;
    font-family: inherit;
    line-height: 20px;
    width: 100%;
    height: 48px !important;
    margin: 0 !important;
    padding: 24px 24px 4px 0 !important;
}

    .blumaps-search-input:focus {
        outline: none !important;
    }

    .blumaps-search-input::placeholder {
        color: #ccc;
        font-weight: 400;
    }

    .blumaps-search-input::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

.blumaps-search-clear {
    background-image: url(../../assets/icons/cross.svg);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    box-shadow: none;
    border: none;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 32px;
    right: 8px;
    margin: 2px 0;
    width: 34px;
    height: 34px;
}

/* Search Disabled */
.blumaps-sidebar-nosearch {
    padding-top: 56px;
}

    .blumaps-sidebar-nosearch .blumaps-filter {
        margin-top: -44px;
        height: 44px;
    }

/* Tags */
.blumaps-filter-tags {
    text-align: right;
    position: absolute;
    top: 14px;
    right: 16px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.blumaps-tag {
    background-color: #2f3434;
    border-radius: 18px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin-left: 4px;
    padding: 4px 8px 4px 12px;
    display: inline-block;
}

    .blumaps-tag > span {
        background-image: url(../../assets/icons/cross-light.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        display: inline-block;
        margin-left: 8px;
        width: 12px;
        height: 12px;
        opacity: 0.5;
        transition: opacity 0.2s;
    }

    .blumaps-tag:hover > span {
        transform: scale(1.2);
        opacity: 1.0;
    }

/* Sidebar list */
.blumaps-panel {
    box-sizing: border-box;
    height: auto;
    max-height: 100%;
    background-image: linear-gradient(to right, #30662d, #a3bd31);
    overflow-y: auto;
    position: relative;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.blumaps-programacao {
    height: 48%;
    position: relative;
}

.modal-content {
    position: fixed;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto; /* 15% from the top and centered */
    width: 80%; /* Could be more or less, depending on screen size */
    height: 90%;
}

.blumaps-btn-programacao {
    background-color: transparent;
    color: white;
    height: 40px;
    border-style: solid;
    border-width: thin;
    border-color: white;
    font-size: 14px;
    font-weight: 100;
    position: center;
    cursor: pointer;
}

.blumaps-cinema {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.blumaps-pagina {
    width: 100%;
    height: 94%;
    border: solid;
    border-color: lightgray;
    border-radius: 2px;
}

.blumaps-cinema-close {
    float: right;
    font-size: 80px;
    color: red;
    font-weight: 400;
    margin-top: -90px;    
    cursor: pointer;
}

blumaps-cinema-closehover,
blumaps-cinema-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.beiramar-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
    padding: 8px;
}

.blumaps-logo {
    box-sizing: border-box;
    background-color: white;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: center;
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    border-top-style: solid;
    border-top-width: medium;
    border-top-color: #30662d;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #a3bd31;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.blumaps-list-container {
    box-sizing: border-box;
    height: 55%;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

    .blumaps-list-container:before {
        display: block;
        content: '';
        background-color: #fff;
        width: 100%;
        position: absolute;
        z-index: 100;
    }

.blumaps-list {
    list-style: none;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    overflow-y: auto;
    height: 100%;
    background: white;
}

.blumaps-list-container ol {
    border-color: #eee;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blumaps-list-expandable {
    background-color: #fff;
    padding: 0px 0;
}

.blumaps-list-container li {
    margin: 0 !important;
}

.blumaps-list-category > a {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f3434 !important;
    display: block;
    margin: 6px 10px;
    margin-bottom: 0;
    padding: 10px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.2s;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: thin;
}

    .blumaps-list-category > a:hover {
        background-color: #f8f8f8;
    }

.blumaps-list-category h4 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
}

    .blumaps-list-category h4.blumaps-margin {
        margin-top: 9px;
    }

.blumaps-about {
    color: #aaa;
    display: block;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}

/* Thumbnail */
.blumaps-list-category .blumaps-thumbnail {
    background-color: #aaa;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.blumaps-list-category .blumaps-thumbnail-placeholder {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

.blumaps-thumbnail {
    border-radius: 0px;
    box-shadow: none !important;
    margin-right: 10px;
    float: left;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.blumaps-thumbnail-placeholder {
    background-color: #eee;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    padding: 8px 4px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.blumaps-list-category > a .blumaps-list-count {
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
    margin-left: 4px;
}

/* List location */
.blumaps-list-location {
    border-color: #aaa;
    margin: 0 !important;
    padding: 0 !important;
}

    .blumaps-list-location[data-location=init] {
        display: none !important;
    }

    .blumaps-list-location > a {
        background-color: #fff;
        border-left: 2px solid transparent;
        display: block;
        font-size: 14px;
        padding: 10px 20px 10px 18px;
        text-decoration: none;
        transition: border, background-color 0.1s;
        border-bottom-style: solid;
        border-bottom-color: lightgray;
        border-bottom-width: thin;
    }

        .blumaps-list-location > a:after {
            content: '';
            display: block;
            clear: both;
        }

        .blumaps-list-location > a:hover,
        .blumaps-list-location > a:focus,
        .blumaps-list-location.blumaps-focus > a {
            background-color: #fafafa;
        }

    .blumaps-list-location.blumaps-active > a {
        background-color: #fafafa;
        border-color: inherit;
    }

    .blumaps-list-location h4 {
        color: #2f3435;
        font-size: 16px;
        font-weight: normal;
        line-height: 18px;
        margin: 4px 0 !important;
        padding: 0;
        clear: none;
    }

/* Tooltip */
.blumaps-tooltip {
    display: none;
    position: absolute;
    -webkit-transition: margin 0.1s;
    -moz-transition: margin 0.1s;
    transition: margin 0.1s;
    transform-origin: 0 0;
    padding-bottom: 30px;
    pointer-events: none;
}

    .blumaps-tooltip:after {
        content: '';
        border-color: #fff transparent transparent transparent !important;
        border-style: solid;
        border-width: 8px 7px 0 7px;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-bottom: -7px;
        margin-left: -7px;
    }

.blumaps-tooltip-wrap {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: 300px;
    min-width: 120px;
    padding: 16px;
    pointer-events: auto;
}

    .blumaps-tooltip-wrap::after {
        content: '';
        clear: both;
        display: table;
    }

.blumaps-tooltip img {
    max-width: 100%;
}

.blumaps-tooltip .blumaps-image {
    margin: -16px;
    max-width: none;
}

.blumaps-tooltip-title {
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 12px 0 0 !important;
}

.has-image .blumaps-tooltip-title {
    color: #fff;
    margin: -20px 12px 20px 0 !important;
}

.blumaps-hovertip,
.blumaps-hovertip > .blumaps-tooltip-wrap {
    pointer-events: none;
}

    .blumaps-hovertip > .blumaps-tooltip-wrap {
        min-width: 20px;
        padding: 6px 14px;
    }

    .blumaps-hovertip .blumaps-tooltip-title {
        margin: 0 !important;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

.blumaps-tooltip-content {
    margin-top: 10px;
    margin-bottom: 6px;
    max-height: 160px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.blumaps-tooltip .blumaps-thumbnail {
    border-radius: 50% !important;
    width: 48px;
    height: 48px;
    margin-right: 12px;
}

.blumaps-tooltip-description,
.blumaps-tooltip p {
    color: #888;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.blumaps-tooltip p {
    margin-top: 0;
    margin-bottom: 6px;
}

.blumaps-tooltip-description p:last-child {
    margin: 0;
}

.blumaps-popup-link {
    background-color: #888;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    float: right;
    margin-top: 4px;
    padding: 4px 8px;
    text-decoration: none;
    transition: background-color 0.2s, box-shadow 0.2s;
}

    .blumaps-popup-link:hover {
        background-color: #666;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    }

.blumaps-tooltip-close {
    background-image: url(../../assets/icons/cross.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 6px;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .blumaps-tooltip-close:hover {
        opacity: 1.0;
    }

/* Lightbox */
.blumaps-lightbox-title {
    color: #333;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}

.blumaps-lightbox {
    background-color: #fff;
    position: relative;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

    .blumaps-lightbox:after {
        content: '';
        display: block;
        clear: both;
    }

.blumaps-popup-image {
    outline: none;
}

.mfp-bg {
    z-index: 99981 !important;
}

.mfp-wrap {
    z-index: 99982 !important;
}

.mfp-content {
    z-index: 99983 !important;
}

/* Lightbox animation */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Toggle */
.blumaps-toggle {
    display: block;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    min-width: 20px;
    min-height: 20px;
}

    .blumaps-toggle > .blumaps-toggle-circle {
        background-color: #aaa;
        border-radius: 50%;
        position: absolute;
        left: 1px;
        top: 1px;
        width: 18px;
        height: 18px;
        transform-origin: center;
        transform: scale(0);
        transition: 0.2s;
    }

    .blumaps-toggle:before {
        background-color: #fff;
        border: 1px solid #e4e4e4;
        border-radius: 50%;
        box-sizing: content-box;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
    }

    .blumaps-toggle > input {
        display: none;
    }

        .blumaps-toggle > input:checked + span {
            transform: scale(0.7);
        }

.blumaps-list-category {
    position: relative;
}

    .blumaps-list-category .blumaps-toggle {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -10px;
        box-sizing: border-box;
    }

/* Legend */
.blumaps-legend {
    background-color: rgba(255,255,255, 0.9);
    margin: 12px;
    padding: 0 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.blumaps-legend-label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 6px 0;
    padding-left: 28px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.blumaps-legend-key {
    background-color: #aaa;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 8px;
}

/* Reveal */
.blumaps-revealed {
    display: block !important;
}

/* Portrait mode */
.blumaps-portrait .blumaps-container,
.blumaps-portrait .blumaps-sidebar {
    width: 100% !important;
}

.blumaps-portrait .blumaps-sidebar {
    padding: 92px 12px 12px 12px !important;
}

.blumaps-portrait .blumaps-tooltip {
    max-width: 240px;
}

.blumaps-portrait .blumaps-minimap-background {
    width: 100px !important;
}

.blumaps-portrait.blumaps-element {
    height: auto !important;
}

.blumaps-portrait .blumaps-list-container {
    max-height: 600px;
}

/* Retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .blumaps-pin {
        background-image: url(../../assets/icons/pin@2x.png);
    }

        .blumaps-pin.orange {
            background-image: url(../../assets/icons/pin-orange@2x.png);
        }

        .blumaps-pin.yellow {
            background-image: url(../../assets/icons/pin-yellow@2x.png);
        }

        .blumaps-pin.green {
            background-image: url(../../assets/icons/pin-green@2x.png);
        }

        .blumaps-pin.blue {
            background-image: url(../../assets/icons/pin-blue@2x.png);
        }

        .blumaps-pin.purple {
            background-image: url(../../assets/icons/pin-purple@2x.png);
        }
}

/* Map */
.blumaps-element svg {
    width: 100%;
    height: 100%;
}

    .blumaps-element svg a {
        cursor: pointer;
    }

.blumaps-clickable:not(g),
g.blumaps-clickable > * {
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.blumaps-map-image *[id^=nopointer] {
    pointer-events: none;
}

[id^=landmarks] .blumaps-clickable {
    cursor: pointer;
}

/* Developer tools */
.blumaps-coordinates {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    position: absolute;
    margin: 10px;
    margin-left: -80px;
    padding: 4px 6px;
    font-size: 14px;
    top: 0;
    left: 50%;
    pointer-events: none;
}

/* SKINS */
/* blumaps-booking */
.blumaps-booking .blumaps-active,
.blumaps-booking .blumaps-active > * {
    fill: #A8D865;
}

.blumaps-booking .unavailable,
.blumaps-booking .unavailable > * {
    fill: #F7B332;
    opacity: 1;
    cursor: default;
}

/* blumaps-dark */
.blumaps-dark .blumaps-tooltip-wrap {
    background-color: #333;
}

.blumaps-dark .blumaps-tooltip:after {
    border-color: #333 transparent transparent transparent !important;
}

.blumaps-dark .blumaps-tooltip-title {
    color: #fff;
}

.blumaps-dark .blumaps-tooltip-description,
.blumaps-dark .blumaps-tooltip p {
    color: #bbb;
}

.blumaps-dark .blumaps-tooltip-close {
    background-color: rgba(51, 51, 51, 0.5);
    background-image: url(../../assets/icons/cross-light.svg) !important;
}

/* INTERACTIVE ELEMENTS */
/* clickable elements */
.blumaps-clickable:not(g),
g.blumaps-clickable > * {
    opacity: 0.9;
    /*fill: #b7a6bd*/;
}

    /* hovered elements */
    .blumaps-clickable:not(g):hover,
    g.blumaps-clickable:hover > * {
        opacity: 0.8;
    }

/* active elements */
.blumaps-active,
a.blumaps-active > path,
g.blumaps-active > * {
    opacity: 1.0 !important;
}

/* Transparent */
.blumaps-transparent .blumaps-clickable:not(g),
.blumaps-transparent g.blumaps-clickable > * {
    opacity: 0.6;
}

    .blumaps-transparent .blumaps-clickable:not(g):hover,
    .blumaps-transparent g.blumaps-clickable:hover > * {
        opacity: 0.8;
    }

.blumaps-transparent .blumaps-active,
.blumaps-transparent a.blumaps-active > path,
.blumaps-transparent g.blumaps-active > * {
    opacity: 1.0 !important;
}

/* Mall example - Custom */
#landmarks-ground .blumaps-clickable,
#landmarks-underground .blumaps-clickable,
#landmarks-level1 .blumaps-clickable {
    opacity: 1 !important;
}

#landmarks-ground polygon.blumaps-active,
#landmarks-ground path.blumaps-active {
    fill: #ADDB2C;
}

#landmarks-underground polygon.blumaps-active,
#landmarks-underground path.blumaps-active {
    fill: #7EE0CD;
}

#landmarks-level1 polygon.blumaps-active,
#landmarks-level1 path.blumaps-active {
    fill: #F9684B;
}

/* CUSTOM STYLES */
.blumaps-image,
.blumaps-tooltip {
    max-width: 300px !important;
}
/* tooltip width */
.blumaps-tooltip-content {
    max-height: 160px;
}
/* tooltip height*/

/* example custom pin */
.blumaps-pin.my-new-pin { /* replace 'my-new-pin' with the name of your pin */
    background-image: url(../../assets/icons/my-new-pin.png); /* define the path to image file */
    background-size: 20px 30px;
    width: 20px;
    height: 30px;
    margin-left: -10px; /* negative margins are used for */
    margin-top: -15px; /* defining the pin's origin */
}

.cronometro {
    height: 30px;
    width: 55px;
    /* position: absolute; */
    /* top: 0px; */
    background: #30662d;
    font-size: large;
    font-style: normal;
    color: azure;
    background-size: 14px 14px;
    top: 0;
    left: 0;
    background-position: center;
    width: 28px;
    height: 28px;
    transition: background-color 0.2s;
}