@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;
}

/* 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-image, .icon-images, .icon-camera, .icon-play, .icon-image-2, .icon-film, .icon-camera-2, .icon-location, .icon-location-2, .icon-stack, .icon-compass, .icon-user, .icon-users, .icon-bubble, .icon-bubbles, .icon-bubbles-2, .icon-bubble-2, .icon-bubbles-3, .icon-bubbles-4, .icon-user-2, .icon-user-3, .icon-eye, .icon-eye-2 {
	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-image:before {
	content: "\e000";
}
.icon-images:before {
	content: "\e001";
}
.icon-camera:before {
	content: "\e002";
}
.icon-play:before {
	content: "\e003";
}
.icon-image-2:before {
	content: "\e004";
}
.icon-film:before {
	content: "\e005";
}
.icon-camera-2:before {
	content: "\e006";
}
.icon-location:before {
	content: "\e007";
}
.icon-location-2:before {
	content: "\e008";
}
.icon-stack:before {
	content: "\e009";
}
.icon-compass:before {
	content: "\e00a";
}
.icon-user:before {
	content: "\e00b";
}
.icon-users:before {
	content: "\e00c";
}
.icon-bubble:before {
	content: "\e00d";
}
.icon-bubbles:before {
	content: "\e00e";
}
.icon-bubbles-2:before {
	content: "\e00f";
}
.icon-bubble-2:before {
	content: "\e010";
}
.icon-bubbles-3:before {
	content: "\e011";
}
.icon-bubbles-4:before {
	content: "\e012";
}
.icon-user-2:before {
	content: "\e013";
}
.icon-user-3:before {
	content: "\e014";
}
.icon-eye:before {
	content: "\e015";
}
.icon-eye-2:before {
	content: "\e016";
}
