@charset "utf-8";

/* $B%U%)%s%H@_Dj(B
--------------------------------------------------- */

/* $B6&DL%"%$%3%s(B */
@font-face {
  font-family: 'picticon';
  src: url('picticon/font/picticon.eot?82885356');
  src: url('picticon/font/picticon.eot?82885356#iefix') format('embedded-opentype'),
       url('picticon/font/picticon.woff2?82885356') format('woff2'),
       url('picticon/font/picticon.woff?82885356') format('woff'),
       url('picticon/font/picticon.ttf?82885356') format('truetype'),
       url('picticon/font/picticon.svg?82885356#picticon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* $B%5%$%HFH<+%"%$%3%s(B */
@font-face {
  font-family: 'illusticon';
  src: url('illusticon/font/illusticon.eot?10470343');
  src: url('illusticon/font/illusticon.eot?10470343#iefix') format('embedded-opentype'),
       url('illusticon/font/illusticon.woff2?10470343') format('woff2'),
       url('illusticon/font/illusticon.woff?10470343') format('woff'),
       url('illusticon/font/illusticon.ttf?10470343') format('truetype'),
       url('illusticon/font/illusticon.svg?10470343#illusticon') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* $BI=<(@_Dj(B
--------------------------------------------------- */

a[class^="icon-"],
a[class*=" icon-"] {
  position: relative;
}


[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "picticon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  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;
}


/* $B%5%$%H@lMQ%"%$%3%s$r;H$&>l9g$O$3$3$KDI5-(B */
.illusticon:before {
  font-family: "illusticon"!important;
}




/* hover blink
--------------------------------------------------- */


@-webkit-keyframes richblink{
      0% {opacity:0;}
     50% {opacity:1;}
    100% {opacity:0;}
}
@keyframes richblink{
      0% {opacity:0;}
     50% {opacity:1;}
    100% {opacity:0;}
}