@font-face {
	font-family: 'icomoon';
	src:url('../assets/css/fonts/icomoon/icomoon.eot');
	src:url('../assets/css/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../assets/css/fonts/icomoon/icomoon.woff') format('woff'),
		url('../assets/css/fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../assets/css/fonts/icomoon/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;
}

/* 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-"] {
*/
.facebook-icon, .google-plus-icon, .twitter-icon, .icon-mail, .icon-mail-2, .icon-mail-3, .icon-mail-4, .icon-google, .google-plus-icon-2, .google-plus-icon-3, .google-plus-icon-4, .facebook-icon-2, .facebook-icon-3, .icon-google-drive, .twitter-icon-2, .twitter-icon-3, .icon-feed, .icon-feed-2, .icon-feed-3, .icon-picassa, .icon-picassa-2, .dribbble-icon, .dribbble-icon-2, .dribbble-icon-3, .icon-github, .icon-github-2, .icon-github-3, .icon-github-4, .icon-github-5, .icon-wordpress, .icon-wordpress-2, .icon-pinterest, .icon-pinterest-2 {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.facebook-icon:before {
	content: "\e000";
}
.google-plus-icon:before {
	content: "\e001";
}
.twitter-icon:before {
	content: "\e002";
}
.icon-mail:before {
	content: "\e003";
}
.icon-mail-2:before {
	content: "\e004";
}
.icon-mail-3:before {
	content: "\e005";
}
.icon-mail-4:before {
	content: "\e006";
}
.icon-google:before {
	content: "\e007";
}
.google-plus-icon-2:before {
	content: "\e008";
}
.google-plus-icon-3:before {
	content: "\e009";
}
.google-plus-icon-4:before {
	content: "\e00a";
}
.facebook-icon-2:before {
	content: "\e00b";
}
.facebook-icon-3:before {
	content: "\e00c";
}
.icon-google-drive:before {
	content: "\e00d";
}
.twitter-icon-2:before {
	content: "\e00e";
}
.twitter-icon-3:before {
	content: "\e00f";
}
.icon-feed:before {
	content: "\e010";
}
.icon-feed-2:before {
	content: "\e011";
}
.icon-feed-3:before {
	content: "\e012";
}
.icon-picassa:before {
	content: "\e013";
}
.icon-picassa-2:before {
	content: "\e014";
}
.dribbble-icon:before {
	content: "\e015";
}
.dribbble-icon-2:before {
	content: "\e016";
}
.dribbble-icon-3:before {
	content: "\e017";
}
.icon-github:before {
	content: "\e018";
}
.icon-github-2:before {
	content: "\e019";
}
.icon-github-3:before {
	content: "\e01a";
}
.icon-github-4:before {
	content: "\e01b";
}
.icon-github-5:before {
	content: "\e01c";
}
.icon-wordpress:before {
	content: "\e01d";
}
.icon-wordpress-2:before {
	content: "\e01e";
}
.icon-pinterest:before {
	content: "\e01f";
}
.icon-pinterest-2:before {
	content: "\e020";
}
