@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot');
	src:url('icomoon.eot?#iefix') format('embedded-opentype'),
		url('icomoon.woff') format('woff'),
		url('icomoon.ttf') format('truetype'),
		url('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-"] {
*/
.icon-twitter, .icon-question, .icon-plus, .icon-play, .icon-pause, .icon-mute-on, .icon-mute-off, .icon-menu, .icon-layout, .icon-facebook, .icon-email {
	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-pause { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xe003;&nbsp;'); } */

.icon-twitter:before {
	content: "\e000";
}
.icon-question:before {
	content: "\e001";
}
.icon-plus:before {
	content: "\e002";
}
.icon-play:before {
	content: "\e003";

}

.icon-pause:before {
	content: "\e004";
}
.icon-mute-on:before {
	content: "\e005";
}
.icon-mute-off:before {
	content: "\e006";
}
.icon-menu:before {
	content: "\e007";
}
.icon-layout:before {
	content: "\e008";
}
.icon-facebook:before {
	content: "\e009";
}
.icon-email:before {
	content: "\e00a";
}

/* -------------------- */
/* Fontello font CSS
 * Taken directly out from fontello.css from the download zip package.
 * -- Use the advanced options to change the CSS prefix to "fontello"
 * -- Changed the paths from 'font' to 'fonts'
 */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?11467593');
  src: url('../fonts/fontello.eot?11467593#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?11467593') format('woff'),
       url('../fonts/fontello.ttf?11467593') format('truetype'),
       url('../fonts/fontello.svg?11467593#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?11467593#fontello') format('svg');
  }
}
*/

 [class^="fontello-"]:before, [class*=" fontello-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.fontello-plus-circled:before { content: '\e802'; } /* '' */
.fontello-minus-circled:before { content: '\e803'; } /* '' */
.fontello-thumbs-up-alt:before { content: '\e801'; } /* '' */
.fontello-thumbs-down-alt:before { content: '\e800'; } /* '' */⏎
/* END fontello font CSS
/* --------------------- */
