@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?51962897');
  src: url('../font/fontello.eot?51962897#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?51962897') format('woff2'),
       url('../font/fontello.woff?51962897') format('woff'),
       url('../font/fontello.ttf?51962897') format('truetype'),
       url('../font/fontello.svg?51962897#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?51962897#fontello') format('svg');
  }
}
*/
[class^="icons-"]:before, [class*=" icons-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-home:before { content: '\e800'; } /* '' */
.icons-play:before { content: '\e801'; } /* '' */
.icons-spin5:before { content: '\e838'; } /* '' */
.icons-facebook:before { content: '\f09a'; } /* '' */
.icons-mail-alt:before { content: '\f0e0'; } /* '' */
.icons-youtube-play:before { content: '\f16a'; } /* '' */
.icons-instagram:before { content: '\f16d'; } /* '' */
.icons-volume-control-phone:before { content: '\f2a0'; } /* '' */