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

  display: inline-block;
  text-decoration: inherit;
  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 */

  /* 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); */
}

.r-right:before { content: '\e800'; } /* '' */
.r-left:before { content: '\e801'; } /* '' */
.r-up:before { content: '\e802'; } /* '' */
.r-down:before { content: '\e803'; } /* '' */
.r-cancel:before { content: '\e804'; } /* '' */
.r-plus:before { content: '\e805'; } /* '' */
.r-minus:before { content: '\e806'; } /* '' */
.r-search:before { content: '\e80b'; } /* '' */
.r-chat:before { content: '\e812'; } /* '' */
.r-facebook-circled:before { content: '\f051'; } /* '' */
.r-twitter-1:before { content: '\f058'; } /* '' */
.r-gplus-circled:before { content: '\f059'; } /* '' */
.r-linkedin:before { content: '\f05c'; } /* '' */
.r-instagram:before { content: '\f05d'; } /* '' */
.r-angle-double-left:before { content: '\f100'; } /* '' */
.r-angle-double-right:before { content: '\f101'; } /* '' */
.r-angle-double-up:before { content: '\f102'; } /* '' */
.r-angle-double-down:before { content: '\f103'; } /* '' */
.r-angle-left:before { content: '\f104'; } /* '' */
.r-angle-right:before { content: '\f105'; } /* '' */
.r-angle-up:before { content: '\f106'; } /* '' */
.r-angle-down:before { content: '\f107'; } /* '' */
