/* BREADCRUMB */
.breadcrumb {
    background-color: transparent;
    color: #656665;
    line-height: 30px;
    padding: 0;
    position: absolute;
    left: -30px;
    top: 0;
    border-radius: 0;
}

.breadcrumb-img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 8px;
    margin-bottom: 0;
}

.breadcrumb-img ul {
    margin: 0 -12px 2px -25px;
}

.breadcrumb ul li, .breadcrumb-img ul li {
    display: inline;
    position: relative;
    padding-right: 30px;
}

.breadcrumb ul li:before {
    content: "\f04b";
    font-family: "FontAwesome";
    top: -6px;
    left: -19px;
    position: absolute;
    color: #D66843;
    font-size: 10px;
}

.breadcrumb-img ul li:before {
    content: "\f04b";
    font-family: "FontAwesome";
    top: -4px;
    left: -19px;
    position: absolute;
    color: #D66843;
    font-size: 10px;
}

.breadcrumb ul li:first-child:before, .breadcrumb-img ul li:first-child:before {
    content: "";
}

.breadcrumb ul li span {
    border-bottom: 1px dotted #656665;
}

.breadcrumb ul li:last-child span {
    border-bottom: 0;
}

.breadcrumb ul li a {
    text-decoration: none;
    color: #656665;
}

.breadcrumb-img ul li a {
    text-decoration: none;
    color: #fff;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
