@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon2.eot?v=2');
	src:url('fonts/icomoon2.eot?v=2#iefix') format('embedded-opentype'),
		url('fonts/icomoon2.woff?v=2') format('woff'),
		url('fonts/icomoon2.ttf?v=2') format('truetype'),
		url('fonts/icomoon2.svg?v=2#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;
	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-"]:before {
*/
.icon-instagram:before, .icon-twitter:before, .icon-facebook:before, .icon-feed:before, .icon-google-plus:before, .icon-mobile:before, .icon-play:before, .icon-bubble:before, .icon-playback:before, .icon-pinterest:before, .icon-mail:before, .icon-reddit:before, .icon-angle-left:before, .icon-angle-right:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-instagram:before {
	content: "\ea92";
  }

.icon-twitter:before {
	content: "\e006";
}
.icon-facebook:before {
	content: "\e000";
}
.icon-feed:before {
	content: "\e001";
}
.icon-google-plus:before {
	content: "\e002";
}
.icon-mobile:before {
	content: "\e003";
}
.icon-play:before {
	content: "\e004";
}
.icon-bubble:before {
	content: "\e008";
}
.icon-playback:before {
	content: "\e007";
}
.icon-pinterest:before {
	content: "\e00b";
}
.icon-mail:before {
	content: "\e005";
}
.icon-reddit:before {
	content: "\e009";
}
.icon-angle-left:before {
	content: "\e00a";
}
.icon-angle-right:before {
	content: "\e00c";
}
