#breadcrumb {
   /* background: linear-gradient(#5C5C5C, #494949) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);*/
    color: #FFFFFF;
    float: left;
    /*padding: 0 0 4px 0px;*/
    text-align: left;
    width: 100%;
	line-height: 1;
}

#private #breadcrumb_cover {
    height: 27px;
    width: 100%;

}

#breadcrumb_cover{
    height: 24px;
    width: 100%;
}

#breadcrumb.fixed {
    top: 87px;
}

#breadcrumb img {
    height: 10px;
    padding-right: 5px;
    position: relative;
    top: 1px;
}

#breadcrumb a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight:	normal;
    text-decoration: none;
}
@media (max-width: 1080px) {
    
    #private #breadcrumb {
        
        width: 1060px;
        max-width: 1060px;
        min-width: 1060px;
        width: 1080px;
        max-width: 1080px;
        min-width: 1080px;
    }
    
}

