@font-face {
  font-family: 'pollack';
  src: url('../font/pollack.eot?23544491');
  src: url('../font/pollack.eot?23544491#iefix') format('embedded-opentype'),
       url('../font/pollack.woff2?23544491') format('woff2'),
       url('../font/pollack.woff?23544491') format('woff'),
       url('../font/pollack.ttf?23544491') format('truetype'),
       url('../font/pollack.svg?23544491#pollack') 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: 'pollack';
    src: url('../font/pollack.svg?23544491#pollack') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "pollack";
  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-arrow_back:before { content: '\e800'; } /* '' */
.icon-arrow_downward:before { content: '\e801'; } /* '' */
.icon-arrow_forward:before { content: '\e802'; } /* '' */
.icon-arrow_left_alt:before { content: '\e803'; } /* '' */
.icon-arrow_outward:before { content: '\e804'; } /* '' */
.icon-arrow_right_alt:before { content: '\e805'; } /* '' */
.icon-arrow_upward:before { content: '\e806'; } /* '' */
.icon-attach_money:before { content: '\e807'; } /* '' */
.icon-bar_chart_4_bars:before { content: '\e808'; } /* '' */
.icon-business_center:before { content: '\e809'; } /* '' */
.icon-call:before { content: '\e80a'; } /* '' */
.icon-cancel:before { content: '\e80b'; } /* '' */
.icon-check:before { content: '\e80c'; } /* '' */
.icon-check_circle:before { content: '\e80d'; } /* '' */
.icon-close:before { content: '\e80e'; } /* '' */
.icon-design_services:before { content: '\e80f'; } /* '' */
.icon-directions_car:before { content: '\e810'; } /* '' */
.icon-favorite:before { content: '\e811'; } /* '' */
.icon-help:before { content: '\e812'; } /* '' */
.icon-home:before { content: '\e813'; } /* '' */
.icon-home_work:before { content: '\e814'; } /* '' */
.icon-info:before { content: '\e815'; } /* '' */
.icon-instant_mix:before { content: '\e816'; } /* '' */
.icon-keyboard_arrow_left:before { content: '\e817'; } /* '' */
.icon-keyboard_arrow_down:before { content: '\e818'; } /* '' */
.icon-keyboard_arrow_right:before { content: '\e819'; } /* '' */
.icon-location_on:before { content: '\e81a'; } /* '' */
.icon-keyboard_arrow_up:before { content: '\e81b'; } /* '' */
.icon-mail:before { content: '\e81c'; } /* '' */
.icon-search:before { content: '\e81d'; } /* '' */
.icon-download:before { content: '\e81e'; } /* '' */
