
.container {
    clear: both;
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.navbar {
    /*background-image: linear-gradient(0deg, #0089E5 0%, #006CB9 100%);*/
    background-color: #006CB9;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#006CB9), to(#0089E5));
    background: -moz-linear-gradient(#006CB9, #0089E5);
    -pie-background: linear-gradient(#006CB9, #0089E5);
    position: relative;
    behavior: url(assets/css/pie.htc);
    line-height: 25px;
}

#navbar ul li a {
    font-size: 16px;
    height: 50px;
    text-decoration: none!important;
    color: #fff;
    display: block;
}

.navbar a:hover,
.navbar li.active a {
    /* background: #fff!important; */
    color: #006DBF!important;
}

.nav.navbar-nav {
    width: 100%;
}

.nav.navbar-nav li{
    width: 9%;
    height: 50px;
    float: left;
    text-align: center;
}

.nav.navbar-nav li a{
    line-height: 50px;
    
}


#navbar ul li a {
    font-size: 16px;
    height: 50px;
    text-decoration: none!important;
    color: #fff;
    display: inline-block;
}

.navbar a:hover,
.navbar li.active a {
    color: #FFD740!important;
    border-bottom: 1px solid #FFD740!important;
}

.nav.navbar-nav {
    width: 100%;
}

.nav.navbar-nav li {
    width: 11%;
    height: 50px;
    float: left;
    text-align: center;
}
.nav.navbar-nav li > a{
    line-height: 50px;
}