.navbar {
    /*position: relative;*/
    /*width: 100%;*/
    margin-bottom: 10px !important;
    border-radius: unset !important;
    /*font-family: "Source Sans Pro", sans-serif;*/
    /*color: #fff;*/

}

.navbar .container {
    width: 100%;
    /*position: fixed;*/


}

.navbar-default {
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #000000;

}

.navbar-bottom {
    opacity: 0.95;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #D0CFD1;
    margin-top: 71px;

}

.navbar-bottom .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-bottom .navbar-toggle {
    border: 1px solid #000;
}

.navbar-bottom .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar-bottom .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover {
    border-bottom: 3px solid #fff;
    color: #fff;
    /*position: fixed;*/

}

.navbar-bottom .navbar-nav > li > a:hover {
    /*border-bottom: 3px solid #000;*/
    color: #000;
    /*text-decoration: underline;*/
    background-color: transparent;
    /*position: fixed;*/

}

.nav > li {
    position: relative;
    /* width: 49%; */
    float: left;
}

@media (max-width: 992px) {
    #nav-bottom-top > li {
        width: 49%;
        display: inline-block !important;

    }


    #nav-bottom {
        display: none;
    }

    .nav > li {
        width: 49%;
    }

    .meta-controls-container {
        padding-top: 100px;
    }

}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }

    #nav-bottom-top {
        display: none;
    }
}


.navbar-toggle {
    margin-bottom: 6px !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle {
    border: none !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.icons-right:hover {
    border-bottom: none !important;

}

.user-name {

}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;

}

.brand {
    padding-top: 15px;
    width: 10%;
}

.navbar {
}

.navbar-nav {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar-header {
        margin-right: 111px !important;
    }

    .navbar-toggle {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .navbar {
        padding-bottom: 13px !important;
    }

    .icon-separator {
        margin-left: 44px !important;
    }

    .navbar-bottom {
        margin-top: 64px;

    }

    .icons-nav > img {
        width: 30px !important;
    }
}

.icons-right {
    height: 30px;
    margin-top: -6px;
}

.icon-separator {
    font-size: 50%;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    color: #fff;
    margin-left: 20px;
}

.item-navbar-bottom {
    background-color: #fff;
    border-radius: 15px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-size: 11px;*/
    /*margin-left: 10px;*/
    cursor: pointer;
    text-align: center;
    /*padding-left: 7px;*/
    /*padding-right: 7px;*/
    padding: 2px 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.navbar-bottom .navbar-nav > li > a:hover > span {
    background-color: #888888;
    color: white;
}