/*
  Icon Font: icons
*/

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"),
       url("../fonts/icons.woff") format("woff"),
       url("../fonts/icons.ttf") format("truetype"),
       url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "icons";
    src: url("../fonts/icons.svg#icons") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.i-arrow-down:before,
.i-arrow-up:before,
.i-behance:before,
.i-circle-android:before,
.i-circle-apple:before,
.i-circle-bar-chart:before,
.i-circle-box:before,
.i-circle-code:before,
.i-circle-dashboard:before,
.i-circle-diamond:before,
.i-circle-doc:before,
.i-circle-heart:before,
.i-circle-line-chart:before,
.i-circle-magic:before,
.i-circle-map:before,
.i-circle-marker:before,
.i-circle-people:before,
.i-circle-question-mark:before,
.i-circle-sci:before,
.i-circle-search:before,
.i-circle-server:before,
.i-circle-shield:before,
.i-circle-smile:before,
.i-circle-store:before,
.i-circle-tri-lock:before,
.i-circle-wallet:before,
.i-circle-wallet-lock:before,
.i-dribbble:before,
.i-expand:before,
.i-facebook:before,
.i-facebook-fill:before,
.i-github:before,
.i-googleplus-fill:before,
.i-instagram:before,
.i-link:before,
.i-linkedin:before,
.i-map-marker:before,
.i-map-marker-fill:before,
.i-medal-left:before,
.i-medal-right:before,
.i-pinterest:before,
.i-plus:before,
.i-search:before,
.i-stackoverflow:before,
.i-techaviv:before,
.i-test:before,
.i-twitter:before,
.i-twitter-favorite:before,
.i-twitter-fill:before,
.i-twitter-reply:before,
.i-twitter-retweet:before,
.i-x:before,
.i-youtube-fill:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.i-arrow-down:before { content: "\f100"; }
.i-arrow-up:before { content: "\f101"; }
.i-behance:before { content: "\f102"; }
.i-circle-android:before { content: "\f103"; }
.i-circle-apple:before { content: "\f104"; }
.i-circle-bar-chart:before { content: "\f105"; }
.i-circle-box:before { content: "\f106"; }
.i-circle-code:before { content: "\f107"; }
.i-circle-dashboard:before { content: "\f108"; }
.i-circle-diamond:before { content: "\f132"; }
.i-circle-doc:before { content: "\f109"; }
.i-circle-heart:before { content: "\f133"; }
.i-circle-line-chart:before { content: "\f10a"; }
.i-circle-magic:before { content: "\f134"; }
.i-circle-map:before { content: "\f10b"; }
.i-circle-marker:before { content: "\f10c"; }
.i-circle-people:before { content: "\f10d"; }
.i-circle-question-mark:before { content: "\f10e"; }
.i-circle-sci:before { content: "\f10f"; }
.i-circle-search:before { content: "\f110"; }
.i-circle-server:before { content: "\f111"; }
.i-circle-shield:before { content: "\f112"; }
.i-circle-smile:before { content: "\f113"; }
.i-circle-store:before { content: "\f114"; }
.i-circle-tri-lock:before { content: "\f115"; }
.i-circle-wallet:before { content: "\f116"; }
.i-circle-wallet-lock:before { content: "\f117"; }
.i-dribbble:before { content: "\f118"; }
.i-expand:before { content: "\f119"; }
.i-facebook:before { content: "\f11a"; }
.i-facebook-fill:before { content: "\f11b"; }
.i-github:before { content: "\f11c"; }
.i-googleplus-fill:before { content: "\f11d"; }
.i-instagram:before { content: "\f11e"; }
.i-link:before { content: "\f11f"; }
.i-linkedin:before { content: "\f120"; }
.i-map-marker:before { content: "\f121"; }
.i-map-marker-fill:before { content: "\f122"; }
.i-medal-left:before { content: "\f123"; }
.i-medal-right:before { content: "\f124"; }
.i-pinterest:before { content: "\f125"; }
.i-plus:before { content: "\f126"; }
.i-search:before { content: "\f127"; }
.i-stackoverflow:before { content: "\f128"; }
.i-techaviv:before { content: "\f129"; }
.i-test:before { content: "\f12a"; }
.i-twitter:before { content: "\f12b"; }
.i-twitter-favorite:before { content: "\f12c"; }
.i-twitter-fill:before { content: "\f12d"; }
.i-twitter-reply:before { content: "\f12e"; }
.i-twitter-retweet:before { content: "\f12f"; }
.i-x:before { content: "\f130"; }
.i-youtube-fill:before { content: "\f131"; }
