/*-------------------------------*/
/*      Code snippet by          */
/*      nadzhq@gmail.com              */
/*-------------------------------*/

.breadcrumb.brand-primary{
	background-color:#687c7d;
}
.breadcrumb.brand-primary a{
    color:#fff;    
}
.breadcrumb.brand-primary li.active{
    color:#eee;    
}

.breadcrumb.brand-success{
background-color:#5cb85c;    
}
.breadcrumb.brand-success a{
    color:#fff;    
}
.breadcrumb.brand-success li.active{
    color:#eee;    
}

.breadcrumb.brand-info{
background-color:#5bc0de;    
}
.breadcrumb.brand-info a{
    color:#fff;    
}
.breadcrumb.brand-info li.active{
    color:#eee;    
}

.breadcrumb.brand-warning{
background-color:#f0ad4e;    
}
.breadcrumb.brand-warning a{
    color:#fff;    
}
.breadcrumb.brand-warning li.active{
    color:#eee;    
}


.breadcrumb.brand-danger{
background-color:#d9534f;    
}
.breadcrumb.brand-danger a{
    color:#fff;    
}
.breadcrumb.brand-danger li.active{
    color:#eee;    
}