@charset "utf-8";

/* $B%U%)%s%H@_Dj(B
--------------------------------------------------- */

/* custom_icon */
@font-face {
  font-family: 'custom_icon';
  src: url('custom_icon/font/custom_icon.eot?8256985');
  src: url('custom_icon/font/custom_icon.eot?8256985#iefix') format('embedded-opentype'),
       url('custom_icon/font/custom_icon.woff2?8256985') format('woff2'),
       url('custom_icon/font/custom_icon.woff?8256985') format('woff'),
       url('custom_icon/font/custom_icon.ttf?8256985') format('truetype'),
       url('custom_icon/font/custom_icon.svg?8256985#custom_icon') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* $BI=<(@_Dj(B
--------------------------------------------------- */

[class^="icon-"],
[class*=" icon-"] {
  position: relative;
}


[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "custom_icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  
  margin: 0 0.5em 0 0;
 
  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;
}





/* 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;}
}