
.breadcrumb{
    background: rgba(76,60,50,1);
    background: -moz-linear-gradient(left, rgba(76,60,50,1) 0%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,60,50,1)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(left, rgba(76,60,50,1) 0%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(left, rgba(76,60,50,1) 0%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(left, rgba(76,60,50,1) 0%, rgba(231,56,39,0) 100%);
    background: linear-gradient(to right, rgba(76,60,50,1) 0%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c3c32', endColorstr='#e73827', GradientType=1 );
    padding: 2px;
    border-radius: 0;
}




