/* http://fontello.com/ */

@font-face {
  font-family: 'fontawesome-custom';
  src: url('/theme/fonts/fontawesome-custom.eot?63907253');
  src: url('/theme/fonts/fontawesome-custom.eot?63907253#iefix') format('embedded-opentype'),
       url('/theme/fonts/fontawesome-custom.woff2?63907253') format('woff2'),
       url('/theme/fonts/fontawesome-custom.woff?63907253') format('woff'),
       url('/theme/fonts/fontawesome-custom.ttf?63907253') format('truetype'),
       url('/theme/fonts/fontawesome-custom.svg?63907253#fontawesome-custom') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontawesome-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: none;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  /* 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;
 
  font-size: 110%;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-lock:before { content: '\e801'; } /* '' */
.icon-link:before { content: '\e802'; } /* '' */
.icon-clock:before { content: '\e803'; } /* '' */
.icon-right-open:before { content: '\e804'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-rss-squared:before { content: '\f143'; } /* '' */
.icon-hashtag:before { content: '\f292'; } /* '' */
