#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(29, 73, 128, 1);
    background: -webkit-linear-gradient(top, rgba(34, 92, 168, 1) 0%, rgba(29, 73, 128, 1) 100%);
    background: linear-gradient(to bottom, rgba(34, 92, 168, 1) 0%, rgba(29, 73, 128, 1) 100%);
    border-width: 0px;
    border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(219, 219, 219, 1);
    background-color: rgba(29, 73, 128, 1);
    background: -webkit-linear-gradient(top, rgba(34, 92, 168, 1) 0%, rgba(29, 73, 128, 1) 100%);
    background: linear-gradient(to bottom, rgba(34, 92, 168, 1) 0%, rgba(29, 73, 128, 1) 100%);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(29, 73, 128, 1);
    background: -webkit-linear-gradient(top, rgba(29, 73, 128, 1) 0%, rgba(29, 73, 128, 1) 100%);
    background: linear-gradient(to bottom, rgba(29, 73, 128, 1) 0%, rgba(29, 73, 128, 1) 100%);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #1d4980;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #1d4980;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #1d4980;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #1d4980;
}
#custom-bootstrap-menu.navbar-default .dropdown-menu > li > a:hover,
#custom-bootstrap-menu.navbar-default .dropdown-menu > li > a:focus{
    color: rgba(255, 255, 255, 1);
    background: #1d4980 !important;
}
ul.dropdown-menu {margin-top:-1px !important;}
