/*
 * Start Bootstrap - Logo Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


@media(min-width:992px) {
   
 body {
        padding-top: 151px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */     
          }

#lock
{
z-index: 9999; position: fixed; left: 0; top: 0; width: 100%
}


    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

@media (max-width: 767px) and (min-width: 0px) {
    #hide {
        display:none !important;

    }

}