
nav{
    background: white !important;
}
nav li a{
    color:#444444 !important;
}
.active, nav li a:hover, footer a:hover{
    color:#90b61c !important ;
}


header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: #90b61c none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}