/* Start custom CSS */#header-cssticky.headershow{
transform: translateY(0);
}
#header-cssticky{
position: fixed;
top:0;
width: 100%;
-webkit-transition: transform 0.34s ease;
transition : transform 0.34s ease;
transform: translateY(-200px); /*adjust this value to the height of your header*/
}/* End custom CSS */