/*----------------------------------------------------------------------------------------------------*\
	T R A N S I T I O N S   A N D   F I L T E R S

		links
		navbar
\*----------------------------------------------------------------------------------------------------*/





/*----------------------------------------------------------------------------------------------------*\
	links
\*----------------------------------------------------------------------------------------------------*/

a, 
a:before, 
a:after {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	}