#header_box { -webkit-animation: header-fade 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important; animation: header-fade 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important; -webkit-animation-delay: 1.0s !important; animation-delay: 1.0s !important; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@keyframes header-fade { 0%{ opacity:0;} 100%{ opacity:1;} }
@-webkit-keyframes header-fade { 0%{ opacity:0;} 100%{ opacity:1;} }