@keyframes wd-FadeInLoader {
	from {
		opacity: 0;
	}
	
	to {
		opacity: .8;
	}
}