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

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  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 */
  

  /* 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-retro-glasses:before { content: '\e850'; } /* '' */
.icon-round-glasses:before { content: '\e851'; } /* '' */
.icon-swimming-google_1:before { content: '\e852'; } /* '' */
.icon-swimming-google:before { content: '\e853'; } /* '' */
.icon-swimming-google_2:before { content: '\e854'; } /* '' */
.icon-swimming-google_3:before { content: '\e855'; } /* '' */
.icon-vr-glasses:before { content: '\e856'; } /* '' */
.icon-vr-glasses_2:before { content: '\e857'; } /* '' */
.icon-vr-glasses_1:before { content: '\e858'; } /* '' */
.icon-vr-glasses_3:before { content: '\e859'; } /* '' */
.icon-vr-glasses_4:before { content: '\e85a'; } /* '' */
.icon-3d-glasses:before { content: '\e85b'; } /* '' */
.icon-aviator-glasses:before { content: '\e85c'; } /* '' */
.icon-casual-glasses:before { content: '\e85d'; } /* '' */
.icon-fashion-glasses:before { content: '\e85e'; } /* '' */
.icon-human-vr-glasses:before { content: '\e85f'; } /* '' */
.icon-th-thumb:before { content: '\f00a'; } /* '' */
