/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.top-nav > .primary-action > .btn {
    background-color: #c40606 !important;
}
.navbar-main {
    background-color: #242424 !important;
}
#home-banner {
    background-color: #242424 !important;
}
#home-banner .btn.search {
    background-color: #c40606 !important;
}
.navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover {
    color: #eee;
    background-color: #c40606 !important;
}
.home-shortcuts {
    background-color: #c40606 !important;
}
#footer {
    background-color: #242424 !important;
    color: #fff !important;
}