
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/

.global-page-header {
    background-attachment: fixed;
    background-size: cover;
    padding: 25px 0 5px 0;
    position: relative;
    background: #02bdd5;
    color: #fff;
}

    .global-page-header h2 {
        font-size: 42px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .global-page-header .breadcrumb {
        background: none;
        font-size: 16px;
        padding: 8px 0;
        text-align: center;
    }

        .global-page-header .breadcrumb .active {
            color: #fff;
        }

        .global-page-header .breadcrumb li a {
            color: #fff;
        }

    .global-page-header .block {
        position: relative;
        z-index: 99;
        text-align: center;
    }