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

.fontello {
	font-family: "fontello_icons";
	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;
     
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}