.not_ie .links li:nth-child(1) {
	-webkit-animation:fadeInFast .4s linear 1.7s 1 forwards;
	-moz-animation:fadeInFast .4s linear 1.7s 1 forwards;
	-ms-animation:fadeInFast .4s linear 1.7s 1 forwards;
	-o-animation:fadeInFast .4s linear 1.7s 1 forwards;
	animation:fadeInFast .4s linear 1.7s 1 forwards;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=00);
}

.not_ie .links li:nth-child(2) {
	-webkit-animation:fadeInFast .4s linear 1.75s 1 forwards;
	-moz-animation:fadeInFast .4s linear 1.75s 1 forwards;
	-ms-animation:fadeInFast .4s linear 1.75s 1 forwards;
	-o-animation:fadeInFast .4s linear 1.75s 1 forwards;
	animation:fadeInFast .4s linear 1.75s 1 forwards;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=00);
}

.not_ie .links li:nth-child(3) {
	-webkit-animation:fadeInFast .4s linear 2s 1 forwards;
	-moz-animation:fadeInFast .4s linear 2s 1 forwards;
	-ms-animation:fadeInFast .4s linear 2s 1 forwards;
	-o-animation:fadeInFast .4s linear 2s 1 forwards;
	animation:fadeInFast .4s linear 2s 1 forwards;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=00);
}

.not_ie .links li:nth-child(4) {
	-webkit-animation:fadeInFast .4s linear 2.25s 1 forwards;
	-moz-animation:fadeInFast .4s linear 2.25s 1 forwards;
	-ms-animation:fadeInFast .4s linear 2.25s 1 forwards;
	-o-animation:fadeInFast .4s linear 2.25s 1 forwards;
	animation:fadeInFast .4s linear 2.25s 1 forwards;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=00);
}

.not_ie .links li:nth-child(5) {
	-webkit-animation:fadeInFast .4s linear 2.5s 1 forwards;
	-moz-animation:fadeInFast .4s linear 2.5s 1 forwards;
	-ms-animation:fadeInFast .4s linear 2.5s 1 forwards;
	-o-animation:fadeInFast .4s linear 2.5s 1 forwards;
	animation:fadeInFast .4s linear 2.5s 1 forwards;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=00);
}

.not_ie span:nth-child(1) {
	-webkit-animation:fadeInFast .5s linear 2.5s 1 forwards;
	-moz-animation:fadeInFast .5s linear 2.5s 1 forwards;
	-ms-animation:fadeInFast .5s linear 2.5s 1 forwards;
	-o-animation:fadeInFast .5s linear 2.5s 1 forwards;
	animation:fadeInFast .5s linear 2.5s 1 forwards;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=00);
}

.not_ie span:nth-child(2) {
	-webkit-animation:fadeInFast .5s linear 2.85s 1 forwards;
	-moz-animation:fadeInFast .5s linear 2.85s 1 forwards;
	-ms-animation:fadeInFast .5s linear 2.85s 1 forwards;
	-o-animation:fadeInFast .5s linear 2.85s 1 forwards;
	animation:fadeInFast .5s linear 2.85s 1 forwards;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=00);
}

.not_ie span:nth-child(3) {
	-webkit-animation:fadeInFast .5s linear 4s 1 forwards;
	-moz-animation:fadeInFast .5s linear 4s 1 forwards;
	-ms-animation:fadeInFast .5s linear 4s 1 forwards;
	-o-animation:fadeInFast .5s linear 4s 1 forwards;
	animation:fadeInFast .5s linear 4s 1 forwards;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=00);
}

/*span:nth-child(5) {-webkit-animation:fadeInFast 2.5s ease-in 1;-moz-animation:fadeInFast 2.5s ease-in 1;-ms-animation:fadeInFast 2.5s ease-in 1;-o-animation:fadeInFast 2.5s ease-in 1;animation:fadeInFast 2.5s ease-in 1;}span:nth-child(6) {-webkit-animation:fadeInFast 2.7s ease-in 1;-moz-animation:fadeInFast 2.7s ease-in 1;-ms-animation:fadeInFast 2.7s ease-in 1;-o-animation:fadeInFast 2.7s ease-in 1;animation:fadeInFast 2.7s ease-in 1;}span:nth-child(7) {-webkit-animation:fadeInFast 2.8s ease-in 1;-moz-animation:fadeInFast 2.8s ease-in 1;-ms-animation:fadeInFast 2.8s ease-in 1;-o-animation:fadeInFast 2.8s ease-in 1;animation:fadeInFast 2.8s ease-in 1;}*/
@-webkit-keyframes fadeInFast {
	0% {
		opacity:0;
	}
	
	88% {
		opacity:.1;
	}
	
	100% {
		opacity:1;
	}
}

@-moz-keyframes fadeInFast {
	0% {
		opacity:0;
	}
	
	88% {
		opacity:.1;
	}
	
	100% {
		opacity:1;
	}
}