/*-- am --*/
.am-fade-in-down{
	margin-top:-99px;
	opacity:0;
}

.am-fade-in-up{
	margin-top:99px;
	opacity:0;
}
.am-fade-in-down.active, .am-fade-in-up.active{
	margin-top:0;
	opacity:1;
}

.am-fade-in-left{
	margin-left:99px;
	opacity:0;
}
.am-fade-in-left.active{
	margin-left:0;
	opacity:1;
}

.am-fade-in-right{
	margin-right:99px;
	opacity:0;
}
.am-fade-in-right.active{
	margin-right:0;
	opacity:1;
}
.am-first{
	transition:all .6s ease-in-out .4s;
}
.am-second{
	transition:all .6s ease-in-out .8s;
}
.am-third{
	transition:all .6s ease-in-out 1s;
}
.am-fourth{
	transition:all .6s ease-in-out 1.2s;
}
.am-fifth{
	transition:all .6s ease-in-out 1.4s;
}
.am-sixth{
	transition:all .6s ease-in-out 2s;
}
.am-seventh{
	transition:all .6s ease-in 2.6s;
}