.fade-target{
	transition: all 600ms 0s ease-out;
	opacity: 0;
}
.f-active{
	opacity: 1;
}