.anim {
	transition:cubic-bezier(.175,.885,.32,1.275) 1s all;
}
.hide .fade {
	opacity:0 !important;
}
.fade {
	opacity:1;
}

