/* Fonts Information Start */

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

.im-icon{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fonts Information End *