@include keyframes(fm_loading)
{
	0%
	{
		@include rotate-z(0deg);
	}
	
	100%
	{
		@include rotate-z(360deg);
	}
}
