@font-face {
	font-family: 'icomoon';
	src:url('../assets/css/fonts/icomoon/icomoon.eot');
	src:url('../assets/css/fonts/icomoon/icomoon-0.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-"] {
*/
.ico-moon-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";
}

.mail-icon:before {
	content: "\e006";
}
.dribble-icon:before {
	content: "\e015";
}
.github-icon:before {
	content: "\e01c";
}
.icon-github-2:before {
	content: "\e019";
}
.icon-github-3:before {
	content: "\e01a";
}
.icon-github-4:before {
	content: "\e01b";
}
.icon-github-5:before {
	content: "\e01c";
}
.pinterest-icon:before {
	content: "\e01f";
}
.icon-pinterest-2:before {
	content: "\e020";
}

/* Localized */