@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  src: url('fontello.eot');
  src: url('fontello.eot?#iefix') format('embedded-opentype'),
       url('fontello.woff') format('woff'),
       url('fontello.ttf') format('truetype'),
       url('fontello.svg#fontello') format('svg');
  font-weight: normal; font-style: normal;
}

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

  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center;
}

.the-icons li {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}

.icon-ok:before { content: "✓"; } /* '\2713' */
.icon-ok-circle:before { content: "✔"; } /* '\2714' */
.icon-info-circle:before { content: ""; } /* '\e705' */
.icon-volume:before { content: ""; } /* '\e742' */
.icon-list:before { content: ""; } /* '\e782' */
.icon-music-alt:before { content: "🎵"; } /* '\1f3b5' */
.icon-book-open:before { content: "📖"; } /* '\1f4d6' */
.icon-light-up:before { content: "🔆"; } /* '\1f506' */
