.nav>li,
.dropdown, .dropup {
    position: static;
}
.dropdown-menu {
    width: 100%;
}
.navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: 8.5vw;
    min-height: 50px;
    max-height: 80px;
}
.header .container-fluid {
    padding: 10px 15px;
}
.header .nav .open>a, 
.header .nav .open>a:focus, 
.header .nav .open>a:hover,
.header .nav>li>a:focus, 
.header .nav>li>a:hover {
    background: none;
    border-bottom: 2px solid #fff;
}
.navbar-nav>li>a {
    color: #fff;
}
.carousel-indicators li {
    border-color: transparent;
    background-color: #ADB5BC;
}
.carousel-indicators .active {
    background-color: #12326F;
}

/*-- Begin footer --*/
.footer-bottom .panel-heading {
    background: none;
}
.footer-bottom .panel,
.footer-bottom .panel-body {
    background: none;
    border: none !important;
    padding: 0 10px;
}
.footer-bottom .title-medium a {
    color: #fff;
    display: block;
    text-decoration: none;
}

/*-- IE Selector --*/
_:-ms-fullscreen, :root .block-search input {
        padding-bottom: 8px;
    }
@media (min-width: 768px) {
    .navbar-nav {
        margin: 15px 0;
    }
    .navbar-nav>li>a {
        color: #C5C8CB;
        margin: 0 15px;
        font-size: 13px;
        position: relative;
        font-weight: 400;
        padding: 15px 0 5px;
        border-bottom: 2px solid transparent;
    }
    .navbar-nav>li>a:before {
        left: -15px;
        content: "|";
        color: #c5c8cb;
        font-weight: 100;
        line-height: 18px;
        position: absolute;
        font-family: arial narrow;
    }
    .navbar-nav>li:first-child > a:before {
        display: none;
    }
    .navbar {
        position: initial;
    }
    .navbar-right .dropdown-menu {
        top: 132px;
        border: none;
        padding: 10px;
        box-shadow: none;
        border-bottom: 5px solid #12326b;
        background-color: rgba(255,255,255,.5);
    }
    .dropdown-menu {
        width: 100%;
        text-align: center;
    }
    .dropdown-menu li {
        display: inline-block;
    }
    .dropdown-menu>li>a {
        color: #12326b;
        padding: 10px 15px;
        text-shadow: 0 0 25px #fff;
        border: 1px solid transparent;
    }
    .dropdown-menu>li>a:hover {
        color: #12326b;
        background: none;
        border-radius: 5px;
        border: 1px solid #12326b;
    }
    /*-- IE Selector --*/
    _:-ms-fullscreen, :root .navbar-right .dropdown-menu {
        top: 101px;
    }
}
@media (min-width: 768px)  and (max-width: 991px) {
    .navbar-brand {
        min-height: 80px;
    }
    .navbar-header,
    .navbar-brand {
        width: 100%;
    }
    .navbar-brand img {
        margin: 0 auto;
    }
    .navbar-collapse {
        text-align: center;
    }
    .navbar-nav {
        display: inline-block;
        float: none !important;
    }
    .navbar-right .dropdown-menu {
        top: 210px;
    }
}
@media (max-width: 768px) {
    .nav .open>a, 
    .nav .open>a:focus, 
    .nav .open>a:hover,
    .nav>li>a:focus, .nav>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus, 
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background: none !important;
        border-bottom: none !important;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

}