.header-fixed>.container{display:none!important}
@-webkit-keyframes applyGlow {
  from { background-color: #5aa1e3; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #FF3C00; -webkit-box-shadow: 0 0 18px #5aa1e3; }
  to { background-color: #5aa1e3; -webkit-box-shadow: 0 0 9px #333; }
}
.applylink{
  -webkit-animation-name: applyGlow;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}