@font-face {
	font-family: 'icomoon';
	src:url('../files/fonts/icomoon.eot');
	src:url('../files/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../files/fonts/icomoon.woff') format('woff'),
		url('../files/fonts/icomoon.ttf') format('truetype'),
		url('../files/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;
}

/* 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-facebook, .icon-twitter, .icon-youtube, .icon-google-plus, .icon-pinterest, .icon-envelope, .icon-caret-down, .icon-angle-right, .icon-angle-left, .icon-list, .icon-speak-now, .icon-friends, .icon-home, .icon-forum, .icon-down-arrow, .icon-student, .icon-settings, .icon-magnifying-glass, .icon-chat, .icon-newspaper, .icon-bull-horn, .icon-profile, .icon-audio, .icon-pages, .icon-video, .icon-trophy, .icon-rss, .icon-star, .icon-camera, .icon-hospital, .icon-pencil, .icon-share, .icon-pdf, .icon-printer, .icon-caret-right {
	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-facebook:before {
	content: "\f09a";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-pinterest:before {
	content: "\e000";
}
.icon-envelope:before {
	content: "\f003";
}
.icon-caret-down:before {
	content: "\f0d7";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-list:before {
	content: "\e019";
}
.icon-speak-now:before {
	content: "\e001";
}
.icon-friends:before {
	content: "\e002";
}
.icon-home:before {
	content: "\e003";
}
.icon-forum:before {
	content: "\e004";
}
.icon-down-arrow:before {
	content: "\e005";
}
.icon-student:before {
	content: "\e006";
}
.icon-settings:before {
	content: "\e007";
}
.icon-magnifying-glass:before {
	content: "\e008";
}
.icon-chat:before {
	content: "\e009";
}
.icon-newspaper:before {
	content: "\e00a";
}
.icon-bull-horn:before {
	content: "\e00b";
}
.icon-profile:before {
	content: "\e00c";
}
.icon-audio:before {
	content: "\e00d";
}
.icon-pages:before {
	content: "\e00e";
}
.icon-video:before {
	content: "\e00f";
}
.icon-trophy:before {
	content: "\e010";
}
.icon-rss:before {
	content: "\e011";
}
.icon-star:before {
	content: "\e012";
}
.icon-camera:before {
	content: "\e013";
}
.icon-hospital:before {
	content: "\e014";
}
.icon-pencil:before {
	content: "\e015";
}
.icon-share:before {
	content: "\e016";
}
.icon-pdf:before {
	content: "\e017";
}
.icon-printer:before {
	content: "\e018";
}
.icon-caret-right:after {
	content: "\f0da";
}
