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

/* 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-"] {
*/
.icon-remove, .icon-text-height, .icon-plus, .icon-minus, .icon-bold, .icon-camera, .icon-download, .icon-upload, .icon-paragraph-center, .icon-bubble, .icon-checkbox-checked, .icon-arrow-right, .icon-arrow-left, .icon-paragraph-justify, .icon-paragraph-left, .icon-italic, .icon-pencil, .icon-paragraph-right, .icon-list, .icon-menu, .icon-search, .icon-strikethrough, .icon-underline, .icon-checkbox-unchecked, .icon-arrow-up, .icon-user, .icon-link, .icon-pencil-2, .icon-instagram, .icon-mail, .icon-twitter, .icon-youtube, .icon-flickr, .icon-facebook, .icon-google-plus, .icon-github, .icon-tumblr, .icon-soundcloud, .icon-linkedin, .icon-numbered-list {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-remove:before {
	content: "\e000";
}
.icon-text-height:before {
	content: "\e001";
}
.icon-plus:before {
	content: "\e002";
}
.icon-minus:before {
	content: "\e003";
}
.icon-bold:before {
	content: "\e004";
}
.icon-camera:before {
	content: "\e005";
}
.icon-download:before {
	content: "\e006";
}
.icon-upload:before {
	content: "\e007";
}
.icon-paragraph-center:before {
	content: "\e008";
}
.icon-bubble:before {
	content: "\e009";
}
.icon-checkbox-checked:before {
	content: "\e00a";
}
.icon-arrow-right:before {
	content: "\e00b";
}
.icon-arrow-left:before {
	content: "\e00c";
}
.icon-paragraph-justify:before {
	content: "\e00d";
}
.icon-paragraph-left:before {
	content: "\e00e";
}
.icon-italic:before {
	content: "\e00f";
}
.icon-pencil:before {
	content: "\e010";
}
.icon-paragraph-right:before {
	content: "\e011";
}
.icon-list:before {
	content: "\e012";
}
.icon-menu:before {
	content: "\e013";
}
.icon-search:before {
	content: "\e014";
}
.icon-strikethrough:before {
	content: "\e015";
}
.icon-underline:before {
	content: "\e016";
}
.icon-checkbox-unchecked:before {
	content: "\e017";
}
.icon-arrow-up:before {
	content: "\e018";
}
.icon-user:before {
	content: "\e019";
}
.icon-link:before {
	content: "\e01a";
}
.icon-pencil-2:before {
	content: "\e01b";
}
.icon-instagram:before {
	content: "\e01f";
}
.icon-mail:before {
	content: "\e022";
}
.icon-twitter:before {
	content: "\e024";
}
.icon-youtube:before {
	content: "\e01d";
}
.icon-flickr:before {
	content: "\e021";
}
.icon-facebook:before {
	content: "\e020";
}
.icon-google-plus:before {
	content: "\e01c";
}
.icon-github:before {
	content: "\e023";
}
.icon-tumblr:before {
	content: "\e026";
}
.icon-soundcloud:before {
	content: "\e01e";
}
.icon-linkedin:before {
	content: "\e025";
}
.icon-numbered-list:before {
	content: "\e027";
}
