@charset "UTF-8";

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

[data-icon]:before {
  font-family: "fonticons" !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;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-arrow-down:before {
  content: "\61";
}
.icon-arrow-left:before {
  content: "\62";
}
.icon-arrow-right:before {
  content: "\63";
}
.icon-facebook:before {
  content: "\64";
}
.icon-gplus:before {
  content: "\65";
}
.icon-twitter:before {
  content: "\66";
}
.icon-line:before {
  content: "\67";
}
.icon-instagram:before {
  content: "\68";
}
.icon-youtube:before {
  content: "\69";
}
.icon-whatsapp:before {
  content: "\6a";
}
.icon-play:before {
  content: "\6b";
}

