@charset "UTF-8";

 @font-face {
  font-family: 'active';
  src: url('../font/active.eot?7420209');
  src: url('../font/active.eot?7420209#iefix') format('embedded-opentype'),
       url('../font/active.woff?7420209') format('woff'),
       url('../font/active.ttf?7420209') format('truetype'),
       url('../font/active.svg?7420209#active') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'active';
    src: url('../font/active.svg?7420209#active') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "active";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  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 - magrins 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-gplus:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\54'; } /* 'T' */
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-up:before { content: '\25b4'; } /* '▴' */
.icon-right:before { content: '\25b8'; } /* '▸' */
.icon-down:before { content: '\25be'; } /* '▾' */
.icon-left:before { content: '\25c2'; } /* '◂' */
.icon-star:before { content: '\e817'; } /* '' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-forward:before { content: '\27a6'; } /* '➦' */
.icon-videos:before { content: '\e048'; } /* '' */
.icon-up-hand:before { content: '\e0b5'; } /* '' */
.icon-reply:before { content: '\e809'; } /* '' */
.icon-reply-all:before { content: '\e811'; } /* '' */
.icon-export:before { content: '\e715'; } /* '' */
.icon-publish:before { content: '\e812'; } /* '' */
.icon-retweet:before { content: '\e813'; } /* '' */
.icon-tweets:before { content: '\e720'; } /* '' */
.icon-dealspromos:before { content: '\e73d'; } /* '' */
.icon-picture:before { content: '🌄'; } /* '\1f304' */
.icon-leaderboard:before { content: '🏉'; } /* '\1f3c9' */
.icon-superstars:before { content: '\e821'; } /* '' */
.icon-events:before { content: '\e814'; } /* '' */
.icon-search:before { content: '🔍'; } /* '\1f50d' */
.icon-clock:before { content: '🕔'; } /* '\1f554' */