#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;
        
        
    position: fixed;
    z-index: 7;
    top: 126px;
}

#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_cover {
        width: calc(100% + 80px);
    }
    
    #private #breadcrumb {
        
       /* width: 1080px;
        max-width: 1080px;*/
        min-width: 1080px;
        width: 100%;
        
        
        width: calc(100% + 80px);
    }
    
}



@media (max-width: 767px) {
    
    #private #breadcrumb_cover {
        display: none;
    }
        
}








