/* Little fix to make icons appear on IE8 */

@font-face {
  font-family: 'fontello';
  src: url('../../Fonts/fontello/fontello.eot');
  font-weight: normal;
  font-style: normal;
}

/* Now all other browsers */

@font-face {
  font-family: 'fontello';
  src: url('../../Fonts/fontello/fontello.eot?60600827');
  src: url('../../Fonts/fontello/fontello.eot?60600827#iefix') format('embedded-opentype'),
       url('../../Fonts/fontello/fontello.woff?60600827') format('woff'),
       url('../../Fonts/fontello/fontello.ttf?60600827') format('truetype'),
       url('../../Fonts/fontello/fontello.svg?60600827#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon, [class^="icon-"], [class*=" icon-"] {
	font-family: 'fontello';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}