.sr-only {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.nav:after,
.navbar-collapse:after,
.navbar:after {
    clear: both;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus,
:focus,
a:focus,
.dropdown-toggle:focus,
.navbar-toggle:focus,
.open > a {
    outline: 0;
}

.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before {
    content: " ";
    display: table;
}

.navbar-nav .open .dropdown-menu > li a:focus,
.navbar-nav .open .dropdown-menu > li a:hover,
.navbar-toggle {
    background-image: none;
}

.dropdown-menu {
    top: 100%;
    left: 0;
    display: none;
    float: left;
    list-style: none;
    background-clip: padding-box;
    /*
    min-width: 160px;
    font-size: 14px;
    margin: 2px 0 0;
    background: #000;
    border: 1px solid #1a1a1a;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
}

.nav > li,
.nav > li > a,
.open > .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li > a {
    padding: 10px 15px;
    color: #000;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: inherit;
    color: inherit;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: inherit;
    color: inherit;
    border-color: #428bca;
}

.navbar,
.navbar-toggle {
    border: none;
}

.navbar-collapse {
    overflow-x: visible;
    padding: 0 10px;
    border-top: 1px solid transparent;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    background: rgba(255, 255, 255, 0.95);
    text-align: left;
    z-index: 999;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.navbar-toggle {
    text-align: center;
    cursor: pointer;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 10px;
    margin: 9px 0 0 7px;
    background-color: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar-nav {
    margin: 0 -10px;
}

.navbar-nav .open .dropdown-menu > li a {
    line-height: 25px;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
}

.navbar-nav .open .dropdown-menu > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.menu-depth-1,
.menu-depth-2,
.menu-depth-3 {
    padding: 0;
}

.menu-depth-1 > li > a,
.menu-depth-2 > li > a,
.menu-depth-3 > li > a {
    color: #000;
    font-weight: 400;
    font-size: 0.9em;
}

.menu-depth-1 > li {
    background: #fff;
    color: #3c3c3c;
}

.menu-depth-1 > li.open > a,
.menu-depth-1 > li.open > a:focus,
.menu-depth-1 > li.open > a:hover {
    border-bottom: solid 1px #d9d9d9;
}

.menu-depth-2 > li {
    background: #e6e6e6;
    color: #565656;
}

.menu-depth-2 > li.open > a,
.menu-depth-2 > li.open > a:focus,
.menu-depth-2 > li.open > a:hover {
    border-bottom: solid 1px #bfbfbf;
}

.menu-depth-3 > li {
    background: #d9d9d9;
    color: #898989;
}

.menu-depth-3 > li.menu-item-has-children,
.menu-depth-3 > li.open {
    background-color: #ccc;
    color: #6f6f6f;
}

.menu-depth-3 > li.open > a,
.menu-depth-3 > li.open > a:focus,
.menu-depth-3 > li.open > a:hover {
    border-bottom: solid 1px #a6a6a6;
}

.menu-depth-1 > li > a.dropdown-toggle:after,
.menu-depth-2 > li > a.dropdown-toggle:after,
.menu-depth-3 > li > a.dropdown-toggle:after,
.menu-depth-4 > li > a.dropdown-toggle:after,
.bmenu > li > a.dropdown-toggle:after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bmenu > li > a.dropdown-toggle:after {
    top: 25px;
}

.menu-depth-1 > li > a.dropdown-toggle:after {
    border-top-color: #3c3c3c;
}

.menu-depth-2 > li > a.dropdown-toggle:after {
    border-top-color: #565656;
}

.menu-depth-3 > li> a.dropdown-toggle:after {
    border-top-color: #6f6f6f;
}

.menu-depth-4 > li > a.dropdown-toggle:after {
    border-top-color: #898989;
}

@media (max-width: 768px) {
    .navbar-collapse {
        top: 40px;
    }
}
