body.header-sticky .page-header {
    position: fixed;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1111;
	top: 0;
}
.page-header.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}