/**
 * cbslideheader - A jQuery plugin to display or hide headerbar with a sliding motion
 * @version v0.3.6
 * @author maechabin <mail@chab.in> http://mae.chab.in/
 * @license MIT license
 
.cb-header {
  position: fixed;
  visibility: hidden;
}*/
.cb-header.header1 {
  position: fixed;
  visibility: hidden;
  z-index:10000;
}