@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?cxv6m0');
  src:  url('../fonts/icomoon.eot?cxv6m0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?cxv6m0') format('truetype'),
    url('../fonts/icomoon.woff?cxv6m0') format('woff'),
    url('../fonts/icomoon.svg?cxv6m0#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: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 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-google-plus, .icon-google-plus-2, .icon-facebook-2, .icon-twitter, .icon-youtube {
	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-google-plus:before {
	content: "\e001";
}
.icon-google-plus-2:before {
	content: "\e002";
}
.icon-facebook-2:before {
	content: "\e003";
}
.icon-twitter:before {
	content: "\e004";
}

.icon-youtube:before {
  content: "\e900";
  font-size: 1.5em;
}
