/**
 * Created by shramee.srivastav@gmail.com on 23/4/15.
 */
@media only screen and (min-width: 768px) {

    #nav-container.sticky, #navigation.sticky {
        position: fixed;
        top: 0;
        min-height: 0;
        z-index: 9999;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: initial !important;
    }

    .full-header #nav-container #navigation {
        position: relative;
        z-index: 7;
        float: none;
        max-width: 960px;
    }

}