@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?67387141');
  src: url('../fonts/fontello.eot?67387141#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?67387141') format('woff2'),
       url('../fonts/fontello.woff?67387141') format('woff'),
       url('../fonts/fontello.ttf?67387141') format('truetype'),
       url('../fonts/fontello.svg?67387141#fontello') 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: 'fontello';
    src: url('../fonts/fontello.svg?67387141#fontello') format('svg');
  }
}
*/
 
 [class^="fontello-icon-"]:before, [class*=" fontello-icon-"]:before {
  font-family: "fontello";
  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;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.fontello-icon-answers:before { content: '\e800'; } /* '' */
.fontello-icon-digits:before { content: '\e801'; } /* '' */
.fontello-icon-fabric:before { content: '\e802'; } /* '' */
.fontello-icon-crashlytics:before { content: '\e803'; } /* '' */
.fontello-icon-advertising:before { content: '\e804'; } /* '' */
.fontello-icon-api:before { content: '\e805'; } /* '' */
.fontello-icon-twitter_apis:before { content: '\e806'; } /* '' */
.fontello-icon-twitter:before { content: '\e807'; } /* '' */
.fontello-icon-mopub:before { content: '\e808'; } /* '' */
.fontello-icon-gnip:before { content: '\e809'; } /* '' */
.fontello-icon-gnip_decahose:before { content: '\e80a'; } /* '' */
.fontello-icon-gnip_powertrack:before { content: '\e80c'; } /* '' */
.fontello-icon-gnip_historical_powertrack:before { content: '\e80d'; } /* '' */
.fontello-icon-gnip_historical_30-day:before { content: '\e80e'; } /* '' */
.fontello-icon-gnip_full-archive:before { content: '\e80f'; } /* '' */
.fontello-icon-gnip_audience:before { content: '\e810'; } /* '' */
.fontello-icon-gnip_engagement:before { content: '\e811'; } /* '' */



/* GLOBAL ICON COLORS (can be overridden in dtc.css) */

.fontello-icon-answers { color: #051728; }
.fontello-icon-digits { color: #5fa9dd; }
.fontello-icon-fabric { color: #02528a; }
.fontello-icon-crashlytics { color: #d13232; }
.fontello-icon-advertising { color: #794bc4; }
.fontello-icon-api { color: #e0245e; }
.fontello-icon-twitter_apis { color: #e0245e; }
.fontello-icon-twitter { color: #55acee; }
.fontello-icon-mopub { color: #4d4d4d; }
.fontello-icon-gnip { color: #13465f; }
.fontello-icon-gnip_decahose { color: #f45D22; }
.fontello-icon-gnip_powertrack { color: #f45D22; }
.fontello-icon-gnip_historical_powertrack { color: #f45D22; }
.fontello-icon-gnip_historical_30-day { color: #f45D22; }
.fontello-icon-gnip_full-archive { color: #f45D22; }
.fontello-icon-gnip_audience { color: #f45D22; }
.fontello-icon-gnip_engagement { color: #f45D22; } 



