@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?a7x0er');
  src:  url('fonts/icomoon.eot?a7x0er#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?a7x0er') format('truetype'),
    url('fonts/icomoon.woff?a7x0er') format('woff'),
    url('fonts/icomoon.svg?a7x0er#icomoon') 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: 'icomoon' !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-home:before {
  content: "\e900";
}
.icon-play_arrow:before {
  content: "\e905";
}
.icon-arrow_right:before {
  content: "\e903";
}
.icon-arrow_left:before {
  content: "\e904";
}
.icon-arrow_up:before {
  content: "\e906";
}
.icon-plus-circle:before {
  content: "\e902";
}
.icon-download:before {
  content: "\e90a";
}
.icon-menu:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e908";
}
.icon-line:before {
  content: "\e90d";
  color: #00c300;
}
.icon-twitter:before {
  content: "\e901";
}
.icon-envelope:before {
  content: "\e90c";
}
.icon-phone:before {
  content: "\e942";
}
.icon-map:before {
  content: "\e94c";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-facebook:before {
  content: "\ea90";
}
