@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "marketing" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-marketing-"]:before,
[class*=" icon-marketing-"]:before {
  font-family: "marketing" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-marketing-flight-takeoff:before {
  content: "\65";
}
.icon-marketing-microphone:before {
  content: "\66";
}
.icon-marketing-money:before {
  content: "\67";
}
.icon-marketing-navigation:before {
  content: "\68";
}
.icon-marketing-trophy:before {
  content: "\69";
}
.icon-marketing-group:before {
  content: "\6a";
}
.icon-marketing-people-outline:before {
  content: "\6b";
}
.icon-marketing-arrow-right2:before {
  content: "\6c";
}
.icon-marketing-commenting-o:before {
  content: "\6d";
}
.icon-marketing-comment:before {
  content: "\6e";
}
.icon-marketing-map:before {
  content: "\6f";
}
