#site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 10000; transition: all .3s ease;  height: 60px }
#site-header.hide { top: -60px; }