@keyframes slide-down{
	0%
	{
		opacity:0;transform:translateY(-100%)
	}
	to
	{opacity:.9;transform:translateY(0)
	}100%
}

.headerModule, .sticky {	 	width: 100%;	z-index: 99999;}
.sticky { position: fixed !important; animation: slide-down .7s; top: 0; left: 0;}
.sticky {box-shadow: 0 2px 10px 0 hsla(0,0%,71%,.24);}