@font-face {
  font-family: 'pr_standard';
  src: url('pr_standard.eot?15411339');
  src: url('pr_standard.eot?15411339#iefix') format('embedded-opentype'),
       url('pr_standard.woff2?15411339') format('woff2'),
       url('pr_standard.woff?15411339') format('woff'),
       url('pr_standard.ttf?15411339') format('truetype'),
       url('pr_standard.svg?15411339#pr_standard') 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: 'pr_standard';
    src: url('pr_standard.svg?15411339#pr_standard') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before, .pr_standard {
  font-family: "pr_standard";
  font-style: normal;
  font-weight: normal;
  speak: none;

  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-plus:before { content: '\2b'; } /* '+' */
.icon-link:before { content: '\2c'; } /* ',' */
.icon-rss:before { content: '\31'; } /* '1' */
.icon-user-male:before { content: '\32'; } /* '2' */
.icon-heart:before { content: '\33'; } /* '3' */
.icon-left-open:before { content: '\61'; } /* 'a' */
.icon-menu:before { content: '\62'; } /* 'b' */
.icon-download:before { content: '\63'; } /* 'c' */
.icon-right-open:before { content: '\64'; } /* 'd' */
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-twitter:before { content: '\67'; } /* 'g' */
.icon-linkedin-1:before { content: '\68'; } /* 'h' */
.icon-instagram-1:before { content: '\69'; } /* 'i' */
.icon-coverflow-empty:before { content: '\6a'; } /* 'j' */
.icon-search:before { content: '\6c'; } /* 'l' */
.icon-mail:before { content: '\6d'; } /* 'm' */
.icon-cancel:before { content: '\6e'; } /* 'n' */
.icon-pause:before { content: '\6f'; } /* 'o' */
.icon-play:before { content: '\70'; } /* 'p' */
.icon-info-circled-alt:before { content: '\71'; } /* 'q' */
.icon-fast-backward:before { content: '\72'; } /* 'r' */
.icon-down-open:before { content: '\73'; } /* 's' */
.icon-fast-forward:before { content: '\74'; } /* 't' */
.icon-to-end:before { content: '\75'; } /* 'u' */
.icon-upload:before { content: '\76'; } /* 'v' */
.icon-up-open:before { content: '\77'; } /* 'w' */
.icon-xing:before { content: '\78'; } /* 'x' */
.icon-ok:before { content: '\79'; } /* 'y' */
.icon-to-start:before { content: '\7a'; } /* 'z' */
.icon-stop:before { content: '\fc'; } /* 'ü' */
