@font-face {
	font-family: 'ecoico';
	src:url('fonts/ecoico.eot');
	src:url('fonts/ecoico.eot?#iefix') format('embedded-opentype'),
		url('fonts/ecoico.woff') format('woff'),
		url('fonts/ecoico.ttf') format('truetype'),
		url('fonts/ecoico.svg#ecoico') 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: 'ecoico';
	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*="ecoicon-"] {
*/
.ecoicon-download, .ecoicon-chat, .ecoicon-archive, .ecoicon-user, .ecoicon-users, .ecoicon-archive-2, .ecoicon-earth, .ecoicon-location, .ecoicon-contract, .ecoicon-mobile, .ecoicon-screen, .ecoicon-mail, .ecoicon-support, .ecoicon-help, .ecoicon-videos, .ecoicon-pictures, .ecoicon-link, .ecoicon-search, .ecoicon-cog, .ecoicon-trashcan, .ecoicon-pencil, .ecoicon-info, .ecoicon-article, .ecoicon-clock, .ecoicon-photoshop, .ecoicon-illustrator, .ecoicon-star, .ecoicon-heart, .ecoicon-bookmark, .ecoicon-file, .ecoicon-feed, .ecoicon-locked, .ecoicon-unlocked, .ecoicon-refresh, .ecoicon-list, .ecoicon-share, .ecoicon-archive-3, .ecoicon-images, .ecoicon-images-2, .ecoicon-pencil-2 {
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.ecoicon-download:before {
	content: "\e000";
}
.ecoicon-chat:before {
	content: "\e001";
}
.ecoicon-archive:before {
	content: "\e002";
}
.ecoicon-user:before {
	content: "\e003";
}
.ecoicon-users:before {
	content: "\e004";
}
.ecoicon-archive-2:before {
	content: "\e005";
}
.ecoicon-earth:before {
	content: "\e006";
}
.ecoicon-location:before {
	content: "\e007";
}
.ecoicon-contract:before {
	content: "\e008";
}
.ecoicon-mobile:before {
	content: "\e009";
}
.ecoicon-screen:before {
	content: "\e00a";
}
.ecoicon-mail:before {
	content: "\e00b";
}
.ecoicon-support:before {
	content: "\e00c";
}
.ecoicon-help:before {
	content: "\e00d";
}
.ecoicon-videos:before {
	content: "\e00e";
}
.ecoicon-pictures:before {
	content: "\e00f";
}
.ecoicon-link:before {
	content: "\e010";
}
.ecoicon-search:before {
	content: "\e011";
}
.ecoicon-cog:before {
	content: "\e012";
}
.ecoicon-trashcan:before {
	content: "\e013";
}
.ecoicon-pencil:before {
	content: "\e014";
}
.ecoicon-info:before {
	content: "\e015";
}
.ecoicon-article:before {
	content: "\e016";
}
.ecoicon-clock:before {
	content: "\e017";
}
.ecoicon-photoshop:before {
	content: "\e018";
}
.ecoicon-illustrator:before {
	content: "\e019";
}
.ecoicon-star:before {
	content: "\e01a";
}
.ecoicon-heart:before {
	content: "\e01b";
}
.ecoicon-bookmark:before {
	content: "\e01c";
}
.ecoicon-file:before {
	content: "\e01d";
}
.ecoicon-feed:before {
	content: "\e01e";
}
.ecoicon-locked:before {
	content: "\e01f";
}
.ecoicon-unlocked:before {
	content: "\e020";
}
.ecoicon-refresh:before {
	content: "\e021";
}
.ecoicon-list:before {
	content: "\e022";
}
.ecoicon-share:before {
	content: "\e023";
}
.ecoicon-archive-3:before {
	content: "\e024";
}
.ecoicon-images:before {
	content: "\e025";
}
.ecoicon-images-2:before {
	content: "\e026";
}
.ecoicon-pencil-2:before {
	content: "\e027";
}
