@font-face {
  font-family: 'rfh';
  src: url('../font/rfh.eot?10768507');
  src: url('../font/rfh.eot?10768507#iefix') format('embedded-opentype'),
       url('../font/rfh.woff?10768507') format('woff'),
       url('../font/rfh.ttf?10768507') format('truetype'),
       url('../font/rfh.svg?10768507#rfh') 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: 'rfh';
    src: url('../font/rfh.svg?10768507#rfh') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before,
 .view-updates li.type a.update-type:before {
  font-family:"rfh";
  font-style:normal;
  font-weight:normal;
  speak:none;
  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 */
  line-height:1em;
 
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-bigh:before, li.type a.blog:before { content: '\e809'; } /* '' */
.icon-news:before, li.type a.news:before { content: '\e805'; } /* '' */
.icon-mail:before { content: '\e80a'; } /* '' */
.icon-clipboard:before { content: '\e80d'; } /* '' */
.icon-mail:before { content: '\e80a'; } /* '' */
.icon-lock:before { content: '\e800'; } /* '' */
.icon-menu:before { content: '\e802'; } /* '' */
.icon-left:before { content: '\e803'; } /* '' */
.icon-right:before { content: '\e801'; } /* '' */
.icon-photo:before, li.type a.image:before { content: '\e806'; } /* '' */
.icon-fbook:before { content: '\e807'; } /* '' */
.icon-instagram:before { content: '\e80c'; } /* '' */
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-youtube:before, li.type a.video:before { content: '\e80b'; } /* '' */
.icon-pr:before, li.type a.press:before { content: '\e804'; } /* '' */