/* Top Header */

.nav-top {
    background: #222222;
}

.nav-top-inner-links a {
    color: #A9ABBD!important;
}

.nav-top-inner-links2 strong {
    color: #fff;
}

.nav-top-inner-links2 a, 
.nav-top-inner-links2 span {
    color: #fff!important;
}

.nav-top-inner-links2 span.highlight,
.nav-top-inner-links2 a.highlight {
    color: #121520!important;
}

/* Bottom Header */

.layout-header {
    background: #2D2F40;
}

.layout-header-logo img {
    filter: grayscale(100%) invert(1);
}

.search-input {
    border: solid 1px #A9ABBD;
}

.search-input,
.search-input-control {
    background: #565769;
    color: #fff;
}

.search-input ::-webkit-input-placeholder { /* Edge */
    color: #fff;
}
  
.search-input :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
  
.search-input ::placeholder {
    color: #fff;
}

.search-input-icon {
    color: #fff;
}

.button-header-icon {
    color: #A9ABBD!important;
}

.button-header-text {
    color: #A9ABBD!important;
}

.button-header:hover {
    background-color: #222;
}

.nav-header-links > a {
    color: #FFFFFF!important;
}


@media only screen and (max-width: 950px) {

    .nav-header-links,
    .nav-header-links-right {
        background: #2D2F40;
    }

}