@font-face {
  font-family: 'fa';
  src: url('/fonts/fa.15e51b381978ab4302841f6d56245a3d01f2a3e0f891fd87e62e0dcde8eb1063.ttf') format('truetype');
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fa";
  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%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon {
  font-size: 1.3em;
  margin-left: -0.2em;
}

.icon-calendar:before { content: '\e800'; } /* '' */
.icon-github-circled:before { content: '\f09b'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-at:before { content: '\f1fa'; } /* '' */