/*************************************************** BREADCRUMBS ***********************************/
.breadcrumbs {
    padding-left: 25px;
    text-align: left;
    float: left;
    width: 100%;
}
.breadcrumbs span,
.breadcrumbs span a{
    line-height: 60px;
    text-transform: uppercase;
    color: #7d5a07;
}

.breadcrumbs span.active,
.breadcrumbs span.active a{
    color: #593f66;
    font-weight: bold;
}
.yellow-bg.small-br {
    background: transparent;
}
.yellow-bg.small-br.gray-bg-br {
    background: #f5f5f5;
}
.small-br .breadcrumbs {
    padding-left: 15px;
}
.small-br .breadcrumbs span a{
    color: #777B7E;
}
.small-br .breadcrumbs span,
.small-br .breadcrumbs span a{
    line-height: 20px;
    font-size: 11px;
}