body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
    top: 79px;
    position: fixed;
}

body.toolbar-fixed .navbar-fixed-top {
    top: 79px;
    position: fixed;
}

body.toolbar-fixed .navbar-fixed-top.scroll {
    top: 79px;
    position: fixed;
    background-color:#ff0000;
}

.navbar-fixed-top {
    top: 0;
    position: fixed !important;
}