.with-bs4 .navbar-inverse {
    background-color: #222;
    border-color: #080808;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
}

.with-bs4 .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    padding: 0;
    border: 1px solid transparent;
}

.with-bs4 .nav:after,
.with-bs4 .navbar-collapse:after,
.with-bs4 .navbar-header:after,
.with-bs4 .navbar:after,
.with-bs4 .pager:after,
.with-bs4 .panel-body:after,
.with-bs4 .row:after,
.with-bs4 .navbar-header:after {
    clear: both;
}

.with-bs4 .navbar:before,
.with-bs4 .navbar-collapse:before,
.with-bs4 .navbar-collapse:after,
.with-bs4 .navbar-header:before,
.with-bs4 .navbar-header:after {
    display: table;
    content: " ";
}

.with-bs4 .navbar .container {
    display: block;
}

.with-bs4 .container-fluid > .navbar-collapse,
.with-bs4 .container-fluid > .navbar-header,
.with-bs4 .container > .navbar-collapse,
.with-bs4 .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.with-bs4 .navbar-inverse .navbar-toggle {
    border-color: #333;
}

.with-bs4 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.with-bs4 .navbar-inverse .navbar-toggle:focus,
.with-bs4 .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}

.with-bs4 .navbar-toggle:focus {
    outline: 0;
}

.with-bs4 .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.with-bs4 .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.with-bs4 .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.with-bs4 .navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.with-bs4 .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.with-bs4 .navbar-brand > img {
    display: block;
}

.with-bs4 .navbar-inverse .navbar-collapse,
.with-bs4 .navbar-inverse .navbar-form {
    border-color: #101010;
}

.with-bs4 .container-fluid > .navbar-collapse,
.with-bs4 .container-fluid > .navbar-header,
.with-bs4 .container > .navbar-collapse,
.with-bs4 .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.with-bs4 .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}

.with-bs4 .navbar-nav {
    margin: 7.5px -15px;
    display: block;
}

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

.with-bs4 .nav > li {
    position: relative;
    display: block;
}

.with-bs4 .dropdown,
.with-bs4 .dropup {
    position: relative;
}

.with-bs4 .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.with-bs4 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.with-bs4 .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.with-bs4 .navbar-inverse .navbar-nav > li > a:focus,
.with-bs4 .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.with-bs4 .nav > li > a:focus,
.with-bs4 .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.with-bs4 .navbar-inverse .navbar-nav > .show > a,
.with-bs4 .navbar-inverse .navbar-nav > .show > a:focus,
.with-bs4 .navbar-inverse .navbar-nav > .show > a:hover {
    color: #fff;
    background-color: #080808;
}

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

.with-bs4 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.with-bs4 .dropdown-menu.show {
    display: block;
}

.with-bs4 .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

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

.with-bs4 .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.with-bs4 .dropdown-toggle::after {
    display: none !important;
}

@media (min-width: 576px) {
    .with-bs4 .container {
        max-width: inherit;
    }
}

@media (min-width: 768px) {
    .with-bs4 .navbar {
        border-radius: 4px;
    }

    .with-bs4 .navbar-header {
        float: left;
    }

    .with-bs4 .container-fluid > .navbar-collapse,
    .with-bs4 .container-fluid > .navbar-header,
    .with-bs4 .container > .navbar-collapse,
    .with-bs4 .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .with-bs4 .navbar-toggle {
        display: none;
    }

    .with-bs4 .navbar > .container .navbar-brand,
    .with-bs4 .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
        margin-right: 0;
    }

    .with-bs4 .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .with-bs4 .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .with-bs4 .navbar-nav {
        float: left;
        margin: 0;
    }

    .with-bs4 .navbar-nav > li {
        float: left;
    }

    .with-bs4 .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .with-bs4 .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .with-bs4 .container {
        width: 750px;
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .with-bs4 .container {
        width: 970px;
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .with-bs4 .container {
        width: 1170px;
        max-width: 1170px;
    }
}

