﻿.navbar-nav>li>a {
    font-family:'Ubuntu', sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 200;
    padding: 25px 20px;
    margin-right: -5px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.navbar-nav>li>a:hover {
  
background: #f6783a;
}


.navbar-nav>li>a:active {
  
background: #f6783a;
}
.dropdown-menu>li>a {
    background: #020031;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 350;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #808080;
    border-color: 137ab7;
}


.navbar-toggle .icon-bar{ background-color: #fff;}