.vastheader { transition-duration: 0.6s; transition-timing-function: ease; transition-property: all; sticky-box-shadow: 0 0 30px rgba(0,0,0,.11);z-index:1;}
.vastheader.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active { position: fixed; top: 0; left: 0; right: 0; box-shadow: 0 0 30px rgba(0,0,0,.11);}
.vastheader.oxy-header.oxy-sticky-header-active .oxygen-hide-in-sticky { display:none}
.vastheader.oxy-sticky-header .oxygen-show-in-sticky-only {display: none;}
.vastheader.oxy-sticky-header-active .oxygen-show-in-sticky-only {display: block;}
.vastheader.oxy-sticky-header-active.scrollDown { transition:0.6s ease all; top:-130px!important }
.vastheader.oxy-sticky-header-active.scrollUp { transition:0.6s ease all; }

