

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\f22a";
}
.icon-arrow-left:before {
  content: "\f22b";
}
.icon-uniF20B:before {
  content: "\f20b";
}
.icon-play-button:before {
  content: "\f20c";
}
.icon-pause-button:before {
  content: "\f20d";
}
.icon-arrow-right-thin:before {
  content: "\f20f";
}
.icon-calendar:before {
  content: "\f21a";
}
.icon-email:before {
  content: "\f21b";
}
