.blink_me {
  animation: blinker 1s linear infinite;
}


@keyframes blinker {  
  50% { opacity: 0; }

}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'C64 Pro';
  src: url('../fonts/C64_Pro-STYLE.eot');
  src: url('../fonts/C64_Pro-STYLE.eot') format('embedded-opentype'), url('../fonts/fonts/') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: C64_Pro-STYLE;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}