
.navbar-fixed {
    position: fixed;
}
/* responsive */
@media (max-width:767px) {
    .navbar{
        position: relative;
    }
    .navbar-fixed {
        position: fixed;
    }
}
