/*==========================================================*/
/* fonts
/*==========================================================*/

@font-face
  {
    font-family:'Gogh';
    src:url("fonts/GoghVariableVF.woff") format("woff-variations"),
        url("fonts/GoghVariableVF.woff2") format("woff2-variations");
    font-weight:100 900;font-style:normal;font-display:block;
  }

@font-face {
    font-family:'Virgo';
    src: url('fonts/Virgo.woff');
    font-weight: normal;
    font-style: normal;
}

/*==========================================================*/
/* fontello
/*==========================================================*/

@font-face {
  font-family: 'fontello';
  src: url('fontello/fontello.eot?51556942');
  src: url('fontellofontello.eot?51556942#iefix') format('embedded-opentype'),
       url('fontello/fontello.woff2?51556942') format('woff2'),
       url('fontello/fontello.woff?51556942') format('woff'),
       url('fontello/fontello.ttf?51556942') format('truetype'),
       url('fontello/fontello.svg?51556942#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?50951238#fontello') format('svg');
  }
}
*/
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: none;

  /* 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;

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

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

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

.icon-webring:before { content: '\e800'; } /* '' */
.icon-player:before { content: '\e804'; } /* '' */
.icon-play:before { content: '\e807'; } /* '' */
.icon-stop:before { content: '\e808'; } /* '' */
.icon-pause:before { content: '\e809'; } /* '' */
.icon-mute:before { content: '\e80a'; } /* '' */
.icon-close:before { content: '\e80b'; } /* '' */
.icon-volume:before { content: '\e80c'; } /* '' */
.icon-transmit:before { content: '\e812'; } /* '' */
.icon-loop:before { content: '\e813'; } /* '' */
.icon-launch:before { content: '\e814'; } /* '' */
.icon-down:before { content: '\f004'; } /* '' */
.icon-up:before { content: '\f005'; } /* '' */
.icon-grid:before { content: '\f00b'; } /* '' */
.icon-about:before { content: '\f2bd'; } /* '' */