/* Super custom styles! */

#xmccms-contentWrap {
    min-height: 500px;
}

.baurat-logo {
    max-height: 80px;
    margin: 10px 0;
}

.baurat-main-navigation {
    height: 140px;
}
@media (max-width: 767px) {
    .baurat-main-navigation {
        height: 120px;
    }
}

.br-main-nav-container {
    /* padding-bottom: 40px; */
    border-bottom: 4px solid #555;
}

.mnav {
    width: 100%;
    padding: 8px;
    margin: 30px 0 20px;
    background: #f26522;
    color: #FFF;
}

h1, h2, h3, h4, h5 {
    font-family: Verdana !important;
    color: #444 !important;
}

.tab-content {
    border: none;
}
.tab-pane {
    padding: 0 10px;
}
.nav-tabs a {
    color: #f26522 !important;
}

#xmccms-content {
    margin: 10px 0 30px;
}

footer {
    background: #444;
    color: #FFF;
    bottom: 0;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
}
footer h1, footer h2, footer h3, footer h4, footer h5 {
    color: white !important;
}
footer a {
    color: #FFF;
    text-decoration: underline;
}
.footerInfo {
    padding: 20px 0;
}
footer .copyright-notice {
    margin-top: 10px;
    text-align: left;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff !important;
    background-color: #fd6020 !important;
    border-color: #fd6020 !important;
}
.pagination>li>a, .pagination>li>span {
    color: #df6020 !important;
}