﻿nav,
.black-bg,
.top-navigation .navbar-brand {
    background: #000 !important;
}

.menu-logo {
    position: relative;
    top: 15px;
}

.top-navigation .nav > li.active > a {
    color: #D0112B !important;
    background: transparent !important;
}

.top-navigation .nav > li > a {
    padding: 40px 20px 20px 20px !important;
}

.top-navigation .navbar .nav > li.active {
    background: transparent !important;
}

.top-navigation .nav > li > a:hover, .top-navigation .nav > li a:focus {
    background: #D0112B !important;
    color: #FFF !important;
}

.top-navigation .nav > li > a {
    color: #FFF !important;
    text-transform: uppercase;
    font-family: "Oswald";
}

