﻿.pageheader .page-bar .page-breadcrumb > span {
    display: inline-block;
}

    .pageheader .page-bar .page-breadcrumb > span > a {
        color: #95a2a9;
        padding: 8px 10px;
        display: inline-block;
    }

        .pageheader .page-bar .page-breadcrumb > span > a:hover {
            color: #16a085;
            text-decoration: none;
        }

    .pageheader .page-bar .page-breadcrumb > span:empty:before {
        display: inline-block;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        color: #95a2a9;
    }

    .pageheader .page-bar .page-breadcrumb > span:first-of-type {
        background-color: #493d55;
        margin-right: 8px;
    }

        .pageheader .page-bar .page-breadcrumb > span:first-of-type > a {
            /*color: rgba(255, 255, 255, 0.5);*/
            color:white;
        }

            .pageheader .page-bar .page-breadcrumb > span:first-of-type > a:hover {
                color: white;
            }

        .pageheader .page-bar .page-breadcrumb > span:first-of-type:before {
            content: "";
        }

        .pageheader .page-bar .page-breadcrumb > span:first-of-type > a:first-child:before {
            content: "";
        }
