@CHARSET "UTF-8";
.headerFixed #header .headerLeft {
    float: none;
}
div.logo_left, li.topmenu {
    /* display:none; */
}
ul.result li:nth-child(2){
    display:none;
}

ul.result li:nth-child(4){
   display:none;
}
#breadcrumbs-outer{
    height:28px;
}
#breadcrumbs-outer > div{
    position:static;
    top: 47px;
    border-bottom:2px solid #3ea1ff;
    border-top:2px solid #3ea1ff;
}
#breadcrumbs-container{
    top:0;
}

nav :nth-child(10) {
    display: none;
}
nav :nth-child(11) {
    display: none;
}

ul#home{
    top: 0px;
}

.headerFixed {
    transition: 0s;
}
