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

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

  /* 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-home-stroke:before { content: '\e800'; } /* '' */
.icon-home-colorfill:before { content: '\e801'; } /* '' */
.icon-love_colorfill:before { content: '\e80a'; } /* '' */
.icon-roadmovie01_stroke:before { content: '\e828'; } /* '' */
.icon-music_stroke:before { content: '\e829'; } /* '' */
.icon-search-stroke:before { content: '\e82a'; } /* '' */
.icon-search-colorfill:before { content: '\e82b'; } /* '' */
.icon-profile-colorfill:before { content: '\e82c'; } /* '' */
.icon-profile-stroke:before { content: '\e82d'; } /* '' */
.icon-menu-colorfill:before { content: '\e82f'; } /* '' */
.icon-menu-stroke:before { content: '\e830'; } /* '' */
.icon-star-colorfill:before { content: '\e831'; } /* '' */
.icon-star-stroke:before { content: '\e832'; } /* '' */
.icon-heart-stroke:before { content: '\e848'; } /* '' */
.icon-heart-colorfill:before { content: '\e849'; } /* '' */
.icon-share:before { content: '\e84b'; } /* '' */
.icon-film-link:before { content: '\e84c'; } /* '' */
.icon-bell-colorfill:before { content: '\e85a'; } /* '' */
.icon-book-colorfill:before { content: '\e85b'; } /* '' */
.icon-film:before { content: '\e867'; } /* '' */
.icon-info:before { content: '\e86f'; } /* '' */
.icon-chevron-right:before { content: '\e871'; } /* '' */
.icon-link:before { content: '\e872'; } /* '' */
.icon-times-colorfill:before { content: '\e874'; } /* '' */
.icon-plus-in-circle:before { content: '\e88e'; } /* '' */
.icon-minus-in-circle:before { content: '\e88f'; } /* '' */
.icon-arrow-left:before { content: '\e89a'; } /* '' */
.icon-outgoing-link:before { content: '\e8d9'; } /* '' */
