﻿.desktop .HeaderBreadCrumb, 
.tablet .HeaderBreadCrumb{
    background-color: #efefef;
    height: 50px;
    position: absolute;
    top: 40px;
}

.phone .HeaderBreadCrumb{
    display:  none;
}
.desktop .BreadCrumContainer {
    width: 99%;
    top: 20px;
    height: 50px;
    position: relative;
}
 .phone .HeaderBreadCrumb {
    display: none;
}
.phone .MainContent {
    padding-bottom: 0px;
    padding-top: 0px;
}
