#nav_fix {
display:none;

    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}