@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "gmu" !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-"]:before,
[class*=" icon-"]:before {
  font-family: "gmu" !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-search:before {
  content: "\61";
}
.icon-close:before {
  content: "\62";
}
.icon-btn-arrow:before {
  content: "\63";
}
.icon-plus:before {
  content: "\64";
}
.icon-play-arrow:before {
  content: "\65";
}
.icon-foot-twiiter:before {
  content: "\66";
}
.icon-foot-lkdin:before {
  content: "\67";
}
.icon-foot-insta:before {
  content: "\68";
}
.icon-foot-fb:before {
  content: "\69";
}
.icon-back-arrow:before {
  content: "\6a";
}
.icon-fill-right-arrow:before {
  content: "\6b";
}
.icon-fill-bottom-arrow:before {
  content: "\6c";
}
.icon-play-arrow-fill:before {
  content: "\6d";
}
.icon-pause:before {
  content: "\6e";
}
.icon-times:before {
  content: "\6f";
}
.icon-foot-youtube:before {
  content: "\70";
}
