@keyframes rotate {
	0%{
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
    }
	100%{
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@font-face{
	font-family:Anton;
	src:url('../fonts/Anton-Regular-2.ttf');
}
@font-face{
	font-family:Fonttwo;
	src:url('../fonts/Aller_Lt.ttf');
} 
@font-face{
	font-family:Fontthree;
	src:url('../fonts/ariblk.ttf');
}  
@font-face{
	font-family:Fontfour;
	src:url('../fonts/MyriadPro-Regular.otf');
} 
@font-face{
	font-family:Fontfive;
	src:url('../fonts/DINPro-Bold.otf');
} 
@font-face{
	font-family:Fontsix;
	src:url('../fonts/unvr67x.ttf');
} 
@font-face{
	font-family:Fonteight;
	src:url('../fonts/ProximaNova-Semibold.otf');
} 
@font-face{
	font-family:Fontnine;
	src:url('../fonts/ProximaNova-Regular.otf');
} 