@font-face {
  font-family: 'grad-icons';
  src: url('../font/grad-icons.eot?95519058');
  src: url('../font/grad-icons.eot?95519058#iefix') format('embedded-opentype'),
       url('../font/grad-icons.woff2?95519058') format('woff2'),
       url('../font/grad-icons.woff?95519058') format('woff'),
       url('../font/grad-icons.ttf?95519058') format('truetype'),
       url('../font/grad-icons.svg?95519058#grad-icons') 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: 'grad-icons';
    src: url('../font/grad-icons.svg?95519058#grad-icons') format('svg');
  }
}
*/

 [class^="grad-icon-"]:before, [class*=" grad-icon-"]:before {
  font-family: "grad-icons";
  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 - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* 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); */
}

.grad-icon-map:before { content: '\e800'; } /* '' */
.grad-icon-cc:before { content: '\e801'; } /* '' */
.grad-icon-book-open:before { content: '\e802'; } /* '' */
.grad-icon-feather:before { content: '\e803'; } /* '' */
.grad-icon-glasses:before { content: '\e804'; } /* '' */
.grad-icon-users:before { content: '\e805'; } /* '' */
.grad-icon-docs:before { content: '\e806'; } /* '' */
.grad-icon-th-list:before { content: '\e807'; } /* '' */
.grad-icon-address:before { content: '\e808'; } /* '' */
.grad-icon-users-1:before { content: '\e809'; } /* '' */
.grad-icon-th:before { content: '\e80a'; } /* '' */
.grad-icon-hourglass:before { content: '\e80b'; } /* '' */
.grad-icon-network:before { content: '\e80c'; } /* '' */
.grad-icon-globe:before { content: '\e80d'; } /* '' */
.grad-icon-graduation-cap-1:before { content: '\e80e'; } /* '' */
.grad-icon-signal:before { content: '\e80f'; } /* '' */
.grad-icon-school:before { content: '\e834'; } /* '' */
.grad-icon-data-science:before { content: '\f016'; } /* '' */
.grad-icon-fork:before { content: '\f126'; } /* '' */
.grad-icon-wheelchair:before { content: '\f193'; } /* '' */
.grad-icon-child:before { content: '\f1ae'; } /* '' */
.grad-icon-recycle:before { content: '\f1b8'; } /* '' */
.grad-icon-tree:before { content: '\f1bb'; } /* '' */
.grad-icon-database:before { content: '\f1c0'; } /* '' */
.grad-icon-sliders:before { content: '\f1de'; } /* '' */
.grad-icon-share:before { content: '\f1e0'; } /* '' */
.grad-icon-share-squared:before { content: '\f1e1'; } /* '' */
.grad-icon-binoculars:before { content: '\f1e5'; } /* '' */
.grad-icon-chart-pie:before { content: '\f200'; } /* '' */
.grad-icon-bicycle:before { content: '\f206'; } /* '' */
.grad-icon-ship:before { content: '\f21a'; } /* '' */
.grad-icon-whatsapp:before { content: '\f232'; } /* '' */
.grad-icon-subway:before { content: '\f239'; } /* '' */
.grad-icon-balance-scale:before { content: '\f24e'; } /* '' */
.grad-icon-commenting:before { content: '\f27a'; } /* '' */
.grad-icon-id-badge:before { content: '\f2c1'; } /* '' */
.grad-icon-id-card:before { content: '\f2c2'; } /* '' */
.grad-icon-thermometer-2:before { content: '\f2c9'; } /* '' */

/* EXISTING ICONS SO THEY DON'T BREAK */

.grad-icon-college:before { content: '\e810'; } /* '' */
.grad-icon-museum:before { content: '\e828'; } /* '' */
.grad-icon-data-science:before { content: '\f016'; } /* '' */
.grad-icon-stumbleupon-circled:before { content: '\f1a3'; } /* '' */
.grad-icon-stumbleupon:before { content: '\f1a4'; } /* '' */
.grad-icon-whatsapp:before { content: '\F232'; } /* '' */
.grad-icon-pinterest:before { content: '\f312'; } /* '' */
.grad-icon-pinterest-circled:before { content: '\f313'; } /* '' */
.grad-icon-tumblr:before { content: '\f315'; } /* '' */
.grad-icon-tumblr-circled:before { content: '\f316'; } /* '' */

/* remap Shariff to Fontawesome icons */
.fa-twitter:before,
.fa-facebook:before,
.fa-instagram:before,
.fa-linkedin:before,
.fa-pinterest-p:before,
.fa-xing:before,
.fa-tumblr:before,
.fa-envelope:before,
.fa-info:before {
  font-family: fontawesome;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

/* redefine Fontawesome icons with new class names */
.fa-twitter:before { content: '\e61b'; }/*twitter*/
.fa-facebook:before { content: '\f09a'; }/*facebook*/
.fa-instagram:before,
.icon-instagram:before { /*instagram*/
  content: '\f16d';
}
.fa-linkedin:before { content: '\F0E1'; }/*linkdin*/
.fa-pinterest-p:before { content: '\F0D2'; }/*pinterest*/
.fa-xing:before { content: '\F168'; }/*xing*/
.fa-tumblr:before { content: '\f315'; }/*tumblr*/
.fa-money:before { content: '\F111'; } /*!!!flattr!!!*/
.fa-stumbleupon:before { content: '\f1a4'; }/*!!!stumbleupon!!!*/
.fa-whatsapp:before { content: '\F232'; }/*!!!whatsapp!!!!*/
.fa-envelope:before { content: '\F0E0'; }/*mail*/
.fa-info:before { content: '\F129'; }/*info*/
