@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-facebook, .icon-youtube, .icon-twitter, .icon-user, .icon-pencil, .icon-phone, .icon-arrow-right, .icon-arrow-left, .icon-calendar, .icon-print, .icon-envelop, .icon-map, .icon-pushpin, .icon-warning, .icon-airplane, .icon-arrow-right-2, .icon-stopwatch, .icon-arrow_d, .icon-question, .icon-arrow_r, .icon-device_nav, .icon-tick, .icon-home, .icon-newspaper, .icon-image, .icon-search, .icon-camera, .icon-happy, .icon-location, .icon-info {
	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: "\e000";
}
.icon-youtube:before {
	content: "\e001";
}
.icon-twitter:before {
	content: "\e002";
}
.icon-user:before {
	content: "\e003";
}
.icon-pencil:before {
	content: "\e004";
}
.icon-phone:before {
	content: "\e005";
}
.icon-arrow-right:before {
	content: "\e006";
}
.icon-arrow-left:before {
	content: "\e007";
}
.icon-calendar:before {
	content: "\e008";
}
.icon-print:before {
	content: "\e009";
}
.icon-envelop:before {
	content: "\e00a";
}
.icon-map:before {
	content: "\e00b";
}
.icon-pushpin:before {
	content: "\e00c";
}
.icon-warning:before {
	content: "\e00d";
}
.icon-airplane:before {
	content: "\e00e";
}
.icon-arrow-right-2:before {
	content: "\e00f";
}
.icon-stopwatch:before {
	content: "\e010";
}
.icon-arrow_d:before {
	content: "\e011";
}
.icon-question:before {
	content: "\e012";
}
.icon-arrow_r:before {
	content: "\e013";
}
.icon-device_nav:before {
	content: "\e014";
}
.icon-tick:before {
	content: "\e015";
}
.icon-home:before {
	content: "\e016";
}
.icon-newspaper:before {
	content: "\e017";
}
.icon-image:before {
	content: "\e018";
}
.icon-search:before {
	content: "\e019";
}
.icon-camera:before {
	content: "\e01a";
}
.icon-happy:before {
	content: "\e01b";
}
.icon-location:before {
	content: "\e01c";
}
.icon-info:before {
	content: "\e01d";
}
