/*
	Utilities
		Animation
 */
.u-transition {
	transition: all $speed $easing;
}