
.navbar-default {
    border: none;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #99b5d6;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #88a4c5;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #99b5d6;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #88a4c5!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}


    .navbar-default {
        background-color: rgba(155, 181,213,0.01);
        transition: all 2s;
    }

    .navbar-default .navbar-header .navbar-brand,
    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default.affix {
        background-color: rgba(155, 181,213,.7);
        transition: all 2s;
    }

.navbar-toggle,
.navbar-toggle:hover{
    border-color: rgba(155, 181,213,.7);
    background-color: rgba(155, 181,213,.7);
}

.navbar-collapse.collapsing{
    background-color: rgba(155, 181,213,.7);
}

.navbar-collapse.in{
    background-color: rgba(155, 181,213,.7);
}

.navbar-scrolled {
    background-color: rgba(155, 181,213,.7);
  }