@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.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-bulb:before {
	content: "\e821";
}
.icon-pencil:before {
	content: "\e822";
}
.icon-heart:before {
	content: "\e813";
}
.icon-settings:before {
	content: "\e81d";
}
.icon-envelope:before {
	content: "\e640";
}
.icon-linkedin:before {
	content: "\e942";
}
.icon-brands:before {
	content: "\e630";
}
.icon-calendar:before {
	content: "\e7e9";
}
.icon-players:before {
	content: "\e671";
}
.icon-instagram:before {
	content: "\e94f";
}
.icon-twitter:before {
	content: "\e76d";
}
.icon-youtube:before {
	content: "\e773";
}