/*
Underneath bar
 */

nav.navbar.sunfw-menu-head ul.navbar-nav > li.active > a > span:before,

nav.navbar.sunfw-menu-head ul.navbar-nav > li:hover > a > span:before {
    left: 0;
    bottom: 11px;
    width: 100%;
}

nav.navbar ul.navbar-nav > li > a > span:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0px;
    height: 3px;
    -webkit-transition: width 0.3s, left 0.3s;
    -o-transition: width 0.3s, left 0.3s;
    transition: width 0.3s, left 0.3s;
}
nav.navbar ul.navbar-nav > li > a > span:before {
    background-color: #ffaa00;
}