﻿@import url('style.css');

.third-nav {
    /*padding-top: 25px;
    padding-left: 25px;
    margin-right: 30px;*/
}

    .third-nav .bg {
        background-color: #fff;
        padding: 5px 0 0 0;
    }

    .third-nav > .row {
        border-bottom: 1px #d9d9dd solid;
    }

.breadcrumbs-wrap {
    margin-left: -5px;
}

div.breadcrumbs-bg {
    padding-right: 21px;
    background-image: url('../../breakcum/images/breadcrumb.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    display: inline-block;
    height: 38px;
}

.third-nav ul.breadcrumbs {
    background-color: #ededef;
}

.breadcrumbs-wrap {
    margin-left: -5px;
}


.breadcrumbs-wrap {
    margin-left: -5px;
}

div.breadcrumbs-bg {
    padding-right: 21px;
    /*background-image: url('../../Contents/breakcum/images/breadcrumb.png');*/
    background-image: url('../../breakcum/images/breadcrumb.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    display: inline-block;
    height: 38px;
}

.third-nav ul.breadcrumbs {
    background-color: #ededef;
}

.breadcrumbs a, .show-subs-breadcrumbs {
    background-color: transparent;
    color: #515050;
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 38px;
    /*font-family: 'Roboto';*/
    font-size: 12px;
}

.show-subs-breadcrumbs {
    background-color: #ededef;
    margin-right: 0;
    width: 40px;
    text-align: center;
    text-indent: -4px;
    border-right: 1px #b1b1b8 solid;
}

    .show-subs-breadcrumbs:after {
        display: none;
    }

.breadcrumbs a:before {
    display: none;
}

.breadcrumbs a:after {
    display: none;
}

.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
    background-color: transparent;
    color: #000;
}

.breadcrumbs > li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

    .breadcrumbs > li:first-child {
        margin-left: 20px;
        margin-right: 10px;
    }

        .breadcrumbs > li:first-child a span {
            display: none;
        }

        .breadcrumbs > li:first-child a {
            padding-left: 0;
            padding-right: 0;
        }

            .breadcrumbs > li:first-child a:after {
                display: inline-block;
                content: "\f0da";
                font-family: 'Font Awesome 5 Free';
                border: 0;
                margin: 0;
                padding: 0;
                top: 0px;
            }

    .breadcrumbs > li:nth-child(n+3) a:before {
        display: inline-block;
        /* content: "\f000";
                font-family: 'FontAwesome';*/
        border: 0;
        position: relative;
        top: 0px;
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

.subs-breadcrumbs {
    background-image: none;
    background-color: #fff;
}
