@font-face {
	font-family: 'entypo';
	src:url('fonts/entypo.eot');
	src:url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
		url('fonts/entypo.woff') format('woff'),
		url('fonts/entypo.ttf') format('truetype'),
		url('fonts/entypo.svg#entypo') 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: 'entypo';
	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-instagram, .icon-behance, .icon-soundcloud, .icon-dribbble, .icon-dribbble-2, .icon-linkedin, .icon-linkedin-2, .icon-pinterest, .icon-pinterest-2, .icon-googleplus, .icon-googleplus-2, .icon-facebook, .icon-facebook-2, .icon-facebook-3, .icon-twitter, .icon-twitter-2, .icon-vimeo, .icon-vimeo-2, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-arrow-left, .icon-arrow-up-2, .icon-arrow-down-2, .icon-arrow-left-2, .icon-arrow-right-2, .icon-mail, .icon-user, .icon-vcard, .icon-share, .icon-heart, .icon-heart-2, .icon-star, .icon-star-2, .icon-info {
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-instagram:before {
	content: "\e000";
}
.icon-behance:before {
	content: "\e001";
}
.icon-soundcloud:before {
	content: "\e002";
}
.icon-dribbble:before {
	content: "\e003";
}
.icon-dribbble-2:before {
	content: "\e004";
}
.icon-linkedin:before {
	content: "\e005";
}
.icon-linkedin-2:before {
	content: "\e006";
}
.icon-pinterest:before {
	content: "\e007";
}
.icon-pinterest-2:before {
	content: "\e008";
}
.icon-googleplus:before {
	content: "\e009";
}
.icon-googleplus-2:before {
	content: "\e00a";
}
.icon-facebook:before {
	content: "\e00b";
}
.icon-facebook-2:before {
	content: "\e00c";
}
.icon-facebook-3:before {
	content: "\e00d";
}
.icon-twitter:before {
	content: "\e00e";
}
.icon-twitter-2:before {
	content: "\e00f";
}
.icon-vimeo:before {
	content: "\e010";
}
.icon-vimeo-2:before {
	content: "\e011";
}
.icon-arrow-right:before {
	content: "\e013";
}
.icon-arrow-up:before {
	content: "\e014";
}
.icon-arrow-down:before {
	content: "\e015";
}
.icon-arrow-left:before {
	content: "\e016";
}
.icon-arrow-up-2:before {
	content: "\e012";
}
.icon-arrow-down-2:before {
	content: "\e017";
}
.icon-arrow-left-2:before {
	content: "\e018";
}
.icon-arrow-right-2:before {
	content: "\e019";
}
.icon-mail:before {
	content: "\e01a";
}
.icon-user:before {
	content: "\e01b";
}
.icon-vcard:before {
	content: "\e01c";
}
.icon-share:before {
	content: "\e01d";
}
.icon-heart:before {
	content: "\e01e";
}
.icon-heart-2:before {
	content: "\e01f";
}
.icon-star:before {
	content: "\e020";
}
.icon-star-2:before {
	content: "\e021";
}
.icon-info:before {
	content: "\e022";
}
