@font-face {
  font-family: 'opicon';
  src: url('font/opicon.eot?81835275');
  src: url('font/opicon.eot?81835275#iefix') format('embedded-opentype'),
       url('font/opicon.woff?81835275') format('woff'),
       url('font/opicon.ttf?81835275') format('truetype'),
       url('font/opicon.svg?81835275#opicon') 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: 'opicon';
    src: url('../font/opicon.svg?81835275#opicon') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "opicon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: none;
  text-align: center;
}
 
.icon-menu:before { content: '\e807'; } /* '' */
.icon-dev:before { content: '\e804'; } /* '' */
.icon-ecom:before { content: '\e805'; } /* '' */
.icon-seo:before { content: '\e806'; } /* '' */
.icon-mobile:before { content: '\e808'; } /* '' */
.icon-design:before { content: '\e802'; } /* '' */
.icon-motion:before { content: '\e803'; } /* '' */
.icon-view:before { content: '\e801'; } /* '' */
.icon-css:before { content: '\e800'; } /* '' */
