@font-face {
	font-family: 'customicons';
	src:url('fonts/customicons.eot');
	src:url('fonts/customicons.eot?#iefix') format('embedded-opentype'),
		url('fonts/customicons.woff') format('woff'),
		url('fonts/customicons.ttf') format('truetype'),
		url('fonts/customicons.svg#customicons') 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: 'customicons';
	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-twitter, .icon-youtube, .icon-vimeo, .icon-github, .icon-dribbble, .icon-picassa, .icon-flickr, .icon-delicious, .icon-pinterest, .icon-google-drive, .icon-play, .icon-pause, .icon-headphones, .icon-music, .icon-heart, .icon-heart-2, .icon-share, .icon-calendar, .icon-clock, .icon-eye, .icon-tags, .icon-facebook, .icon-search, .icon-ellipsis-vertical, .icon-ellipsis-horizontal, .icon-feed, .icon-soundcloud, .icon-lastfm, .icon-linkedin, .icon-google-plus, .icon-user {
	font-family: 'customicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-twitter:before {
	content: "\e000";
}
.icon-youtube:before {
	content: "\e003";
}
.icon-vimeo:before {
	content: "\e002";
}
.icon-github:before {
	content: "\e005";
}
.icon-dribbble:before {
	content: "\e004";
}
.icon-picassa:before {
	content: "\e006";
}
.icon-flickr:before {
	content: "\e008";
}
.icon-delicious:before {
	content: "\e00b";
}
.icon-pinterest:before {
	content: "\e00c";
}
.icon-google-drive:before {
	content: "\e00e";
}
.icon-play:before {
	content: "\e00f";
}
.icon-pause:before {
	content: "\e010";
}
.icon-headphones:before {
	content: "\e011";
}
.icon-music:before {
	content: "\e012";
}
.icon-heart:before {
	content: "\25f8";
}
.icon-heart-2:before {
	content: "\e014";
}
.icon-share:before {
	content: "\e015";
}
.icon-calendar:before {
	content: "\e016";
}
.icon-clock:before {
	content: "\e017";
}
.icon-eye:before {
	content: "\e018";
}
.icon-tags:before {
	content: "\e01a";
}
.icon-facebook:before {
	content: "\e019";
}
.icon-search:before {
	content: "\e01b";
}
.icon-ellipsis-vertical:before {
	content: "\f142";
}
.icon-ellipsis-horizontal:before {
	content: "\f141";
}
.icon-feed:before {
	content: "\e001";
}
.icon-soundcloud:before {
	content: "\e007";
}
.icon-lastfm:before {
	content: "\e009";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-google-plus:before {
	content: "\e00a";
}
.icon-user:before {
	content: "\e00d";
}
