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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'nhl-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-nhl-"]:before {
*/

.icon-nhl-*:before {
	font-family: 'nhl-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-nhl-list:before {
	content: "\e000";
}
.icon-nhl-arrow-left:before {
	content: "\e001";
}
.icon-nhl-arrow-right:before {
	content: "\e002";
}
.icon-nhl-calendar:before {
	content: "\e003";
}
.icon-nhl-arrow-down:before {
	content: "\e004";
}
.icon-nhl-arrow-up:before {
	content: "\e005";
}
.icon-nhl-plus:before {
	content: "\e009";
}
.icon-nhl-cross:before {
	content: "\e00a";
}
.icon-nhl-ellipsis:before {
	content: "\e00e";
}
.icon-nhl-dots:before {
	content: "\e00f";
}
.icon-nhl-dot:before {
	content: "\e010";
}
.icon-nhl-ticket:before {
	content: "\e011";
}
.icon-nhl-cog:before {
	content: "\e012";
}
.icon-nhl-paperplane:before {
	content: "\e00c";
}
.icon-nhl-export:before {
	content: "\e007";
}
.icon-nhl-search:before {
	content: "\e015";
}
.icon-nhl-mail:before {
	content: "\e00b";
}
.icon-nhl-twitter:before {
	content: "\e006";
}
.icon-nhl-facebook:before {
	content: "\e016";
}
.icon-nhl-googleplus:before {
	content: "\e017";
}
.icon-nhl-pinterest:before {
	content: "\e018";
}
.icon-nhl-fontsize:before {
	content: "\f6f3";
}
.icon-nhl-apple:before {
	content: "\f8ff";
}
.icon-nhl-bb:before {
	content: "\e01a";
}
.icon-nhl-pinterest-circle:before {
	content: "\f650";
}
.icon-nhl-facebook-circle:before {
	content: "\f610";
}
.icon-nhl-twitter-circle:before {
	content: "\f611";
}
.icon-nhl-mail-circle:before {
	content: "\2709";
}
.icon-nhl-googleplus-circle:before {
	content: "\f613";
}
.icon-nhl-android:before {
	content: "\e008";
}
