/* Mixins
================================================== */
/* Breakpoints
================================================== */
/* Inline SVG - Icons that need to transition effects (rollovers, hovers, animations)
================================================================================================ */
.icon path {
  transition: 0.5s;
}
a path, a:visited path {
  transition: 0.5s;
}

/* SVG Sprite - For glyphs, icons that don't need rollover or transition effects


	generate them http://iconizr.com/

	use mask css value or just add a different color for the icon
		eg. cross-green.

	use them as bkgd images (for select, checkboxes etc.)
	you can resize them with transform


================================================================================================ */
/*# sourceMappingURL=icons.css.map */