/*
  Icon Font: fontcustom
*/

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

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

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

[data-icon]:before,
.itg-icon-browser:before,
.itg-icon-bubble-sms:before,
.itg-icon-cloud-computing:before,
.itg-icon-compass:before,
.itg-icon-discount:before,
.itg-icon-gauge:before,
.itg-icon-gift:before,
.itg-icon-globe:before,
.itg-icon-infinity:before,
.itg-icon-monitor:before,
.itg-icon-package:before,
.itg-icon-phone:before,
.itg-icon-smartphone:before,
.itg-icon-speaker:before,
.itg-icon-wallet:before {
  display: inline-block;
  font-family: "fontcustom";
  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;
}

.itg-icon-browser:before { content: "\f109"; }
.itg-icon-bubble-sms:before { content: "\f111"; }
.itg-icon-cloud-computing:before { content: "\f105"; }
.itg-icon-compass:before { content: "\f10f"; }
.itg-icon-discount:before { content: "\f101"; }
.itg-icon-gauge:before { content: "\f103"; }
.itg-icon-gift:before { content: "\f100"; }
.itg-icon-globe:before { content: "\f112"; }
.itg-icon-infinity:before { content: "\f110"; }
.itg-icon-monitor:before { content: "\f10d"; }
.itg-icon-package:before { content: "\f10a"; }
.itg-icon-phone:before { content: "\f10c"; }
.itg-icon-smartphone:before { content: "\f10e"; }
.itg-icon-speaker:before { content: "\f106"; }
.itg-icon-wallet:before { content: "\f104"; }
