@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot');
	src:url('icomoon.eot?#iefix') format('embedded-opentype'),
		url('icomoon.woff') format('woff'),
		url('icomoon.ttf') format('truetype'),
		url('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-person, .icon-building, .icon-home, .icon-pencil, .icon-camera, .icon-play, .icon-film, .icon-user, .icon-arrow-right, .icon-arrow-left, .icon-arrow-right-2, .icon-arrow-left-2, .icon-menu, .icon-list, .icon-list-2, .icon-expand, .icon-contract, .icon-expand-2, .icon-contract-2, .icon-unlocked, .icon-lock, .icon-lock-2, .icon-key, .icon-key-2, .icon-binoculars, .icon-spinner, .icon-cogs, .icon-remove, .icon-qrcode, .icon-user-2, .icon-users, .icon-search, .icon-compass, .icon-location, .icon-location-2, .icon-clock, .icon-clock-2, .icon-switch, .icon-target, .icon-info, .icon-stack, .icon-file, .icon-profile, .icon-library {
	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-person:before {
	content: "\e002";
}
.icon-building:before {
	content: "\e003";
}
.icon-home:before {
	content: "\e000";
}
.icon-pencil:before {
	content: "\e001";
}
.icon-camera:before {
	content: "\e004";
}
.icon-play:before {
	content: "\e005";
}
.icon-film:before {
	content: "\e006";
}
.icon-user:before {
	content: "\e007";
}
.icon-arrow-right:before {
	content: "\e008";
}
.icon-arrow-left:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-left-2:before {
	content: "\e00b";
}
.icon-menu:before {
	content: "\e00c";
}
.icon-list:before {
	content: "\e00d";
}
.icon-list-2:before {
	content: "\e00e";
}
.icon-expand:before {
	content: "\e00f";
}
.icon-contract:before {
	content: "\e010";
}
.icon-expand-2:before {
	content: "\e011";
}
.icon-contract-2:before {
	content: "\e012";
}
.icon-unlocked:before {
	content: "\e013";
}
.icon-lock:before {
	content: "\e014";
}
.icon-lock-2:before {
	content: "\e015";
}
.icon-key:before {
	content: "\e016";
}
.icon-key-2:before {
	content: "\e017";
}
.icon-binoculars:before {
	content: "\e018";
}
.icon-spinner:before {
	content: "\e01a";
}
.icon-cogs:before {
	content: "\e01c";
}
.icon-remove:before {
	content: "\e019";
}
.icon-qrcode:before {
	content: "\e01b";
}
.icon-user-2:before {
	content: "\e01d";
}
.icon-users:before {
	content: "\e01e";
}
.icon-search:before {
	content: "\e01f";
}
.icon-compass:before {
	content: "\e020";
}
.icon-location:before {
	content: "\e021";
}
.icon-location-2:before {
	content: "\e022";
}
.icon-clock:before {
	content: "\e023";
}
.icon-clock-2:before {
	content: "\e024";
}
.icon-switch:before {
	content: "\e025";
}
.icon-target:before {
	content: "\e026";
}
.icon-info:before {
	content: "\e027";
}
.icon-stack:before {
	content: "\e028";
}
.icon-file:before {
	content: "\e029";
}
.icon-profile:before {
	content: "\e02a";
}
.icon-library:before {
	content: "\e02b";
}
