@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
}
@font-face {
	font-family: 'icomoon';
	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;
	-webkit-font-smoothing: antialiased;
}

@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 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-"] {
*/
[class^="icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.icon-google-plus:before {
	content: "\e000";
}
.icon-facebook:before {
	content: "\e001";
}
.icon-twitter:before {
	content: "\e003";
}
.icon-youtube:before {
	content: "\e004";
}
.icon-vimeo:before {
	content: "\e005";
}
.icon-flickr:before {
	content: "\e006";
}
.icon-dribbble:before {
	content: "\e007";
}
.icon-soundcloud:before {
	content: "\e008";
}
.icon-camera:before {
	content: "\e009";
}
.icon-camera-retro:before {
	content: "\f083";
}
.icon-chevron-left:before {
	content: "\f053";
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-pinterest:before {
	content: "\e00a";
}
.icon-linkedin:before {
	content: "\e00b";
}
.icon-behance:before {
	content: "\e00c";
}
.icon-pencil:before {
	content: "\f040";
}
.icon-music:before {
	content: "\e00f";
}
.icon-instagram:before {
	content: "\e002";
}
.icon-search:before {
	content: "\f002";
}
.icon-remove-sign:before {
	content: "\f057";
}
.icon-warning-sign:before {
	content: "\f071";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-info:before {
	content: "\e00e";
}
.icon-feed:before {
	content: "\e010";
}
.icon-tag:before {
	content: "\e00d";
}
.icon-menu:before {
	content: "\e011";
}