@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'icomoon';
        src: url('../fonts/icomoon.svg#icomoon') format('svg');
    }
}
/* 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-"] {
*/
.icon-facebook, .icon-facebook-2, .icon-instagram, .icon-twitter, .icon-twitter-2, .icon-twitter-3, .icon-youtube, .icon-youtube-2, .icon-github, .icon-github-2, .icon-pinterest, .icon-pinterest-2, .icon-apple, .icon-android, .icon-windows, .icon-windows8, .icon-google, .icon-google-plus, .icon-google-plus-2, .icon-google-plus-3, .icon-google-plus-4, .icon-google-drive, .icon-github-3, .icon-github-4, .icon-github-5, .icon-envelop {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
	content: "\e000";
}
.icon-facebook-2:before {
	content: "\e001";
}
.icon-instagram:before {
	content: "\e002";
}
.icon-twitter:before {
	content: "\e003";
}
.icon-twitter-2:before {
	content: "\e004";
}
.icon-twitter-3:before {
	content: "\e005";
}
.icon-youtube:before {
	content: "\e006";
}
.icon-youtube-2:before {
	content: "\e007";
}
.icon-github:before {
	content: "\e008";
}
.icon-github-2:before {
	content: "\e009";
}
.icon-pinterest:before {
	content: "\e00a";
}
.icon-pinterest-2:before {
	content: "\e00b";
}
.icon-apple:before {
	content: "\e00c";
}
.icon-android:before {
	content: "\e00d";
}
.icon-windows:before {
	content: "\e00e";
}
.icon-windows8:before {
	content: "\e00f";
}
.icon-google:before {
	content: "\e010";
}
.icon-google-plus:before {
	content: "\e011";
}
.icon-google-plus-2:before {
	content: "\e012";
}
.icon-google-plus-3:before {
	content: "\e013";
}
.icon-google-plus-4:before {
	content: "\e014";
}
.icon-google-drive:before {
	content: "\e015";
}
.icon-github-3:before {
	content: "\e016";
}
.icon-github-4:before {
	content: "\e017";
}
.icon-github-5:before {
	content: "\e018";
}
.icon-envelop:before {
	content: "\e019";
}
