﻿/* ============  Header =================== */
#navbar_prisma {
    background-color: #2a3745;
    margin-right: 0;
    padding: 0;
}

    #navbar_prisma img {
        vertical-align: text-top;
    }

    #navbar_prisma nav span,
    #navbar_prisma nav span:hover {
        color: #fff;
        font-size: .8em;
    }

#navbarTopNav ul, .navbar-custom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* ============  Breadcrumb =================== */
.breadcrumb-container-simple {
    background: none;
    border: none;
    margin-bottom: 0;
}

.breadcrumb {
    font-size: .9em;
}

.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
    color: #cc0000;
}

/* ============  Special headings =================== */

.av-special-heading {
    padding-bottom: 1.4em;
}


body .av-special-heading .av-special-heading-tag {
    text-transform: uppercase;
    font-size: 1.1em;
}

.special-heading-border {
    overflow: visible;
    z-index:-1;
}

.special-heading-inner-border {
    margin-left: 0;
    top: 100%;
}
