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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-search:before {
	content: "\e600";
}
.icon-rss:before {
	content: "\e601";
}
.icon-play:before {
	content: "\e602";
}
.icon-phone:before {
	content: "\e603";
}
.icon-list:before {
	content: "\e604";
}
.icon-grid:before {
	content: "\e605";
}
.icon-file:before {
	content: "\e606";
}
.icon-download:before {
	content: "\e607";
}
.icon-close:before {
	content: "\e608";
}
.icon-checkmark:before {
	content: "\e609";
}
.icon-calendar:before {
	content: "\e60a";
}
.icon-arrow-right:before {
	content: "\e60b";
}
.icon-arrow-left:before {
	content: "\e60c";
}
