﻿@font-face {
  font-family: 'inf-icon';
  src:  url('../fonts/inf-icon.eot?uyb4pe');
  src:  url('../fonts/inf-icon.eot?uyb4pe#iefix') format('embedded-opentype'),
    url('../fonts/inf-icon.ttf?uyb4pe') format('truetype'),
    url('../fonts/inf-icon.woff?uyb4pe') format('woff'),
    url('../fonts/inf-icon.svg?uyb4pe#inf-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'inf-icon' !important;
  speak: none;
  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_lift:before {
  content: "\e901";
}
.icon-keyboard_arrow_right:before {
  content: "\e905";
}
.icon-home:before {
  content: "\e900";
  color: #0F3C80;
}
.icon-search:before {
  content: "\e986";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-circle-right:before {
  content: "\ea42";
  color: #0F3C80;
}
