@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.svg#icomoon') format('svg'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype');
	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: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-itunes:before {
	content: "\21";
}
.icon-twitter:before {
	content: "\54";
}
.icon-facebook:before {
	content: "\46";
}
.icon-google-plus:before {
	content: "\47";
}
.icon-linkedin:before {
	content: "\4c";
}
.icon-youtube:before {
	content: "\59";
}
.icon-list:before {
	content: "\3d";
}
.icon-feed:before {
	content: "\52";
}
.icon-zune:before {
	content: "\5a";
}
.icon-tumblr:before {
	content: "\74";
}
.icon-stitcher:before {
	content: "\53";
}
.icon-miro:before {
	content: "\6d";
}
.icon-podcast:before {
	content: "\72";
}
