@font-face {
	font-family: 'icomoon';
	src:url('../../font-icons/icomoon.eot');
	src:url('../../font-icons/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../../font-icons/icomoon.woff') format('woff'),
		url('../../font-icons/icomoon.ttf') format('truetype'),
		url('../../font-icons/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-menu, .icon-plus, .icon-minus, .icon-right-arrow, .icon-up-arrow, .icon-down-arrow, .icon-left-arrow, .icon-bubble, .icon-contact, .icon-fax, .icon-location, .icon-mail, .icon-phone, .icon-linkedin, .icon-right-dir, .icon-down-dir, .icon-up-dir, .icon-left-dir, .icon-close, .icon-linkedin-square, .icon-facebook, .icon-exclamation, .icon-checkmark, .icon-close-circle {
	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-menu:before {
	content: "\e019";
}
.icon-plus:before {
	content: "\e000";
}
.icon-minus:before {
	content: "\e001";
}
.icon-right-arrow:before {
	content: "\e006";
}
.icon-up-arrow:before {
	content: "\e002";
}
.icon-down-arrow:before {
	content: "\e003";
}
.icon-left-arrow:before {
	content: "\e004";
}
.icon-bubble:before {
	content: "\e005";
}
.icon-contact:before {
	content: "\e007";
}
.icon-fax:before {
	content: "\e008";
}
.icon-location:before {
	content: "\e009";
}
.icon-mail:before {
	content: "\e00a";
}
.icon-phone:before {
	content: "\e00b";
}
.icon-linkedin:before {
	content: "\e00c";
}
.icon-right-dir:before {
	content: "\e00d";
}
.icon-down-dir:before {
	content: "\e00e";
}
.icon-up-dir:before {
	content: "\e00f";
}
.icon-left-dir:before {
	content: "\e010";
}
.icon-close:before {
	content: "\e029";
}
.icon-linkedin-square:before {
	content: "\e011";
}
.icon-facebook:before {
	content: "\e013";
}
.icon-exclamation:before {
	content: "\e012";
}
.icon-checkmark:before {
	content: "\e014";
}
.icon-close-circle:before {
	content: "\e015";
}
