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

.fpicon-arrow-long-right:before { content: '\e800'; } /* '' */
.fpicon-pin:before { content: '\e811'; } /* '' */
.fpicon-search:before { content: '\e812'; } /* '' */
.fpicon-globe:before { content: '\e813'; } /* '' */
.fpicon-complete_marker_font:before { content: '\e900'; } /* '' */
.fpicon-icon_accordion_plus_font:before { content: '\e901'; } /* '' */
.fpicon-icon_close_font:before { content: '\e902'; } /* '' */
.fpicon-icon_close_white_font:before { content: '\e903'; } /* '' */
.fpicon-icon_economy_font:before { content: '\e904'; } /* '' */
.fpicon-icon_menu_font:before { content: '\e905'; } /* '' */
.fpicon-icon_power_font:before { content: '\e906'; } /* '' */
.fpicon-icon_show_more_font:before { content: '\e907'; } /* '' */
.fpicon-icons_jobs_font:before { content: '\e908'; } /* '' */
.fpicon-info_font:before { content: '\e909'; } /* '' */
.fpicon-info_white_font:before { content: '\e90a'; } /* '' */
.fpicon-photo_font:before { content: '\e90b'; } /* '' */
.fpicon-photo_white_font:before { content: '\e90c'; } /* '' */
.fpicon-play_font:before { content: '\e90d'; } /* '' */
.fpicon-play_white_font:before { content: '\e90e'; } /* '' */
.fpicon-icon_download:before { content: '\e90f'; } /* '' */
.fpicon-chevron-right:before { content: '\f054'; } /* '' */
