#pageHeader img { -webkit-animation: titles_logo_anim 1.7s cubic-bezier(0.2, 0.4, 0.4, 0.9) both !important; animation: titles_logo_anim 1.7s cubic-bezier(0.2, 0.4, 0.4, 0.9) both !important; -webkit-animation-delay: 1s;   animation-delay: 1s;  -webkit-animation-fill-mode: both;   animation-fill-mode: both; }
@keyframes titles_logo_anim { 0%{ opacity:0; } 65%{ opacity:0; } 100%{opacity:1; } }
@-webkit-keyframes titles_logo_anim { 0%{ opacity:0; } 65%{ opacity:0; } 100%{ opacity:1;} }