@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?75665013');
	src: url('../font/fontello.eot?75665013#iefix') format('embedded-opentype'),
		url('../font/fontello.woff2?75665013') format('woff2'),
		url('../font/fontello.woff?75665013') format('woff'),
		url('../font/fontello.ttf?75665013') format('truetype'),
		url('../font/fontello.svg?75665013#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
[class^="fa-"]:before, [class*=" fa-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-snowflake:before {
	content: '\f2dc';
}