.notify_bubble {
    position: absolute;
    top: -9px;
    right: -9px;
    padding: 0px 5px;
    border-radius: 40%;
    background: red;
    color: white;
}

.bootstrap-notify {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1500;
}

    .bootstrap-notify.alert .close {
        padding: 4px;
    }

    .bootstrap-notify a,
    .bootstrap-notify a:hover,
    .bootstrap-notify a:visited {
        color: #ffffff !important;
        text-decoration: underline;
    }

.element-container {
    box-shadow: none;
    display: block !important;
    margin: unset !important;
    position: relative !important;
    top: unset !important;
    right: unset !important;
    width: auto !important;
}

.alert {
    color: #ffffff;
    padding: 0.85rem 1.5rem;
    z-index: 9999;
}

    .alert span[data-notify~="title"] {
        display: block;
        font-weight: bold;
        padding-top: 10px;
    }

    .alert span.fas {
        font-size: 24px;
        float: left;
        padding-top: 10px;
        min-width: 40px;
        min-height: 40px;
    }

    .alert .close {
        color: #ffffff;
        font-weight: 200;
        padding: 12px 18px;
    }

    .alert > .alert-icon {
        float: left;
    }

        .alert > .alert-icon i {
            font-size: 34px;
        }

    .alert > p {
        padding-left: 54px;
    }

    .alert.alert-primary {
        background-color: #2250fc;
        border-color: #093cfc;
    }

    .alert.alert-secondary {
        background-color: #5A6268;
        border-color: #4e555a;
    }

    .alert.alert-success {
        background-color: #81c868;
        border-color: #71c155;
    }

    .alert.alert-info {
        background-color: #53b0f8;
        border-color: #3aa5f7;
    }

    .alert.alert-danger {
        background-color: #CE041C;
        border-color: #b50419;
    }

    .alert.alert-warning {
        background-color: #ffb20e;
        border-color: #f4a600;
    }


/* ----------------------------------------------------------------
Topbar
-----------------------------------------------------------------*/
#topbar {
    position: relative;
    z-index: 1;
    background-color: #ef3f3e;
}

    #topbar .top-menu {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        float: left;
    }

        #topbar .top-menu > li {
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

            #topbar .top-menu > li > a {
                color: #484848;
                display: block;
                font-size: 14px;
                font-weight: 700;
                height: 40px;
                margin-right: 16px;
            }

    #topbar .top-links {
        position: relative;
    }

    #topbar .social-icons {
        float: right;
        height: 100%;
        overflow: hidden;
    }

        #topbar .social-icons li,
        #topbar .social-icons li a {
            float: left;
            list-style: outside none none;
        }

            #topbar .social-icons li a {
                border-radius: 0px;
                font-size: 14px;
                font-weight: 700;
                height: 40px;
                line-height: 40px;
                text-align: right;
                width: 255px;
                overflow: hidden;
                margin: 0;
            }

    #topbar.dark {
        background-color: #1f1f1f;
    }

        #topbar.dark .top-menu > li > a,
        #topbar.dark .social-icons li a {
            color: #ffffff !important;
        }

    #topbar.topbar-colored, #topbar.topbar-colored.dark {
        background-color: #ef3f3e;
    }

.topbar-dropdown {
    color: #747474;
    float: left;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}

    .topbar-dropdown .title {
        border-left: 1px solid #eeeeee;
        padding: 0 20px;
        cursor: pointer;
        line-height: 40px;
    }

        .topbar-dropdown .title a {
            color: #747474;
        }

            .topbar-dropdown .title a:hover {
                text-decoration: underline;
            }

        .topbar-dropdown .title b {
            font-weight: 600;
        }

        .topbar-dropdown .title .fa {
            margin-left: 7px;
            position: relative;
            top: -1px;
        }

            .topbar-dropdown .title .fa:first-child {
                margin-left: 0;
                margin-right: 7px;
            }

    .topbar-dropdown:first-child .title {
        border-color: transparent;
        padding-left: 0;
    }

    .topbar-dropdown .title img,
    .topbar-dropdown .list-entry img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        position: relative;
        top: -1px;
    }

    .topbar-dropdown .dropdown-list {
        position: absolute;
        width: auto;
        left: 0px;
        top: auto;
        border-radius: 3px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: solid 1px #eee;
        padding: 0px 16px;
        z-index: 1;
        text-align: left;
        opacity: 0;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transform-origin: 50% 0% 0px;
        -moz-transform-origin: 50% 0% 0px;
        -webkit-transform-origin: 50% 0% 0px;
        -ms-transform-origin: 50% 0% 0px;
        z-index: 1;
        visibility: hidden;
    }

    .topbar-dropdown:hover .dropdown-list, .topbar-dropdown:hover .topbar-form {
        opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        visibility: visible;
    }

    .topbar-dropdown .list-entry {
        line-height: 30px;
        white-space: nowrap;
        display: block;
        color: #747474;
        padding: 2px 0;
        border-top: 1px #f0f0f0 solid;
    }

        .topbar-dropdown .list-entry:hover {
            color: #222;
        }

        .topbar-dropdown .list-entry:first-child {
            border-top: none;
        }

    .topbar-dropdown .topbar-form {
        position: absolute;
        width: 240px;
        padding: 20px 20px 10px 20px;
        right: auto;
        top: 40px;
        border-radius: 3px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: solid 1px #eee;
        z-index: 1;
        text-align: left;
        opacity: 0;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transform-origin: 50% 0% 0px;
        -moz-transform-origin: 50% 0% 0px;
        -webkit-transform-origin: 50% 0% 0px;
        -ms-transform-origin: 50% 0% 0px;
        visibility: hidden;
    }

    .topbar-dropdown input {
        margin-bottom: 2px;
    }

    .topbar-dropdown .form-group {
        margin-bottom: 10px;
    }

    .topbar-dropdown .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
        margin-top: -12px;
    }

    .topbar-dropdown.float-right .title {
        padding: 0 0px 0 20px !important;
    }

    .topbar-dropdown .dropdown-invert.topbar-form {
        left: auto;
        right: -20px;
    }

#topbar.topbar-fullwidth > .container {
    max-width: 100%;
    padding: 0 30px;
}

#topbar {
    border-bottom: 1px solid #eeeeee;
}

    #topbar.topbar-dark, #topbar.dark {
        background-color: #252525;
        border-color: rgba(231, 231, 231, 0.25);
    }

        #topbar.topbar-dark .top-menu > li > a,
        #topbar.topbar-dark .social-icons li a, #topbar.dark .top-menu > li > a,
        #topbar.dark .social-icons li a {
            color: #ffffff !important;
        }

    #topbar .topbar-light .top-menu > li > a,
    #topbar .topbar-light .social-icons li a {
        color: #111 !important;
    }

.topbar-transparent {
    margin-top: -2px;
}

    .topbar-transparent.topbar-dark .topbar-dropdown .title a, .topbar-transparent.topbar-dark .topbar-dropdown {
        color: #ffffff;
    }

    .topbar-transparent .topbar-dropdown .title {
        border-color: rgba(231, 231, 231, 0.25);
    }

    .topbar-transparent .topbar-dropdown:first-child .title {
        border-color: transparent;
    }

#topbar.topbar-dark.topbar-colored {
    border-bottom: 0;
}

#topbar.dark {
    border-bottom: 1px solid rgba(231, 231, 231, 0.05);
}

    #topbar.dark.topbar-transparent {
        background-color: transparent;
        border-bottom: 1px solid rgba(144, 144, 144, 0.25);
    }

#topbar ~ #header[data-transparent="true"] + #slider,
#topbar ~ #header[data-transparent="true"] + .fullscreen,
#topbar ~ #header[data-transparent="true"] + .halfscreen,
#topbar ~ #header[data-transparent="true"] + #google-map {
    top: -120px;
    margin-bottom: -120px;
}

@media (max-width: 1024px) {
    #topbar.topbar-transparent.dark {
        background-color: #ffffff !important;
    }

        #topbar.topbar-transparent.dark .top-menu > li > a,
        #topbar.topbar-transparent.dark .social-icons li a {
            color: #484848 !important;
        }
}