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

    ** Custom Stylesheet **

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

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

.main-content p[style="text-align:center;"]{
    display:none !important;
}

/*section#main-menu {
    background-color: #DF171D;
}*/

.navbar-main {
    background-color: #DF171D;
}

ul.top-nav>li.primary-action>a.btn {
    background-color: #DF171D;
}

section#home-banner {
    background-color: #393939;
}

section#footer {
    background-color: #DF171D;
    color: #fff;
}

section#home-banner .btn.search {
    background-color: #DF171D;
}

section#home-banner .btn.transfer {
    background-color: #000;
}

.home-shortcuts {
    background: #DF171D;
}

.label-default {
    background-color: #DF171D;
}

.nav>li>a:focus,.nav>li>a:hover{
    background-color: #000 !important;
}

.btn-primary {
    background-color: #DF171D;
}