.mbBalloon {
    position: absolute;
    background-color: #bf1e2d !important;
    border:0;
    color: #fff;
    font-weight: bold;
    min-height: 20px;
    min-width: 80px;
    max-width: 250px;
    padding: 15px;
    border-radius: 5px !important;
    text-align: center;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2);
    display: block;
}

    /*.mbBalloon::before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        right: 45%;
        left: auto;
        top: auto;
        bottom: -26px;
        border: 13px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        border-color: #fff transparent transparent;
    }*/

    /*.mbBalloon::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        right: 45%;
        left: auto;
        top: auto;
        bottom: -24px;
        border: 12px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        border-color: #bf1e2d transparent transparent;
    }*/

    .mbBalloon.hasClose {
        padding-right: 60px;
    }

    .mbBalloon .arrow {
        position: absolute;
        width: 12px;
        height: 12px;
        border-color: transparent;
        border-style: solid;
        border-width: 12px;
    }

        .mbBalloon .arrow.border {
            /* Modify this attribute for the arrow border color*/
            border-color: transparent;
        }

        .mbBalloon .arrow.n {
            border-bottom-color: #bf1e2d;
            border-bottom-width: 12px;
            border-top-width: 0;
        }

        .mbBalloon .arrow.border.n {
            border-top-color: transparent !important;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            margin-top: -10px
        }

        .mbBalloon .arrow.s {
            border-top-color:#bf1e2d;
            border-top-width: 12px;
            border-bottom-width: 0;
            /*display: none;*/
        }

        .mbBalloon .arrow.border.s {
            border-top-color: transparent !important;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            margin-top: 0px
        }

        /*.mbBalloon .arrow.e {
            border-left-color: inherit;
            border-left-width: 12px;
            border-right-width: 0;
        }

        .mbBalloon .arrow.border.e {
            border-top-color: transparent !important;
            border-bottom-color: transparent !important;
            border-right-color: transparent !important;
            margin-left: -2px
        }*/
/*
        .mbBalloon .arrow.w {
            border-right-color: inherit;
            border-right-width: 12px;
            border-left-width: 0;
        }

        .mbBalloon .arrow.border.w {
            border-top-color: transparent !important;
            border-left-color: transparent !important;
            border-bottom-color: transparent !important;
            margin-left: 2px
        }*/

    .mbBalloon .balloon-visible {
        display: block;
    }

    .mbBalloon .mbBalloonClose {
        position: absolute;
        right: 10px;
        top: -3px;
        padding: 10px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        opacity: 1;
    }

        .mbBalloon .mbBalloonClose:hover {
            opacity: .5;
        }

/*
.mbBalloon.e .mbBalloonClose{
  left: auto;
  right: 5px;
}
*/

.mbBalloonClose:before {
    content: '\e802';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    font-size: 220%;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    position: absolute;
    top: 5px;
    left: 0;
}

.mbBalloonOpener.highlight {
    z-index: 1001;
    box-shadow: 0 0 15px 8px rgba(177, 255, 154, 0.50);
    background-color: rgba(255, 255, 255, 1) !important;
}

.mbBalloonOpener.mbBalloonOpened {
    z-index: 1001 !important;
}

.mbBalloonOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    top: 0;
    left: 0;
}

[data-contentForBalloon] {
    display: none;
}

.mbBalloonBlur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
