﻿.navbar {
    color: #fff;
    background-image: linear-gradient(to left, #49b849, #04559d, #653089, #e83238, #f26224 );
    padding: 5px 16px;
    border-radius: 0;
    height: 70px;
    border: none;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}

    .navbar .navbar-brand {
        color: #efe5ff;
        margin-bottom: 55px;
        font-size: 24px;
    }

    .navbar-menu {
        color: #efe5ff;
        margin-bottom: 55px;
        font-size: 12.5px;
    }


        .navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
            color: #fff;
        }

    .navbar .navbar-brand i {
        font-size: 25px;
        margin-right: 5px;
    }

    .navbar .divider {
        background-color: #e9ecef !important;
    }


    .navbar .nav-item span {
        position: relative;
        top: 3px;
    }
   

    .navbar .navbar-nav > div {
        color: #efe5ff;
        padding: 8px 15px;
        font-size: 12px;
    }

    .navbar .navbar-nav > div:hover, .navbar .navbar-nav > div:focus {
        color: #fff;
        text-shadow: 0 0 4px rgba(255,255,255,0.3);
    }

    .navbar .navbar-nav > div > i {
        display: block;
        text-align: center;
    }


    .navbar .nav-item.open > div, .navbar .nav-item.open > div:hover, .navbar .nav-item.open > div:focus {
        color: #fff;
        background: none !important;
    }



    .navbar .navbar-nav .active adiv, .navbar .navbar-nav .active adiv:hover, .navbar .navbar-nav .active adiv:focus {
        color: #fff;
        text-shadow: 0 0 4px rgba(255,255,255,0.2);
        background: transparent !important;
    }


    .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
        background: transparent;
    }



    .navbar .divider {
        background-color: #e9ecef !important;
    }


    .navbar .navbar-nav {
        margin: 8px 0;
    }

    .navbar img {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }

    .nav-white {
        color: #fff !important;
    }

.nav-item-new.active {
    color: #777 !important;
}

.nav-item-new:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: slateblue;
    opacity: 0;
    transition: all 300ms linear;
}

.nav-item-new:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item-new.active:hover:after {
    opacity: 0;
}

.nav-item-new {
    position: relative;
    transition: all 200ms linear;
}
