@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?lkr4dz');
  src:  url('fonts/icomoon.eot?lkr4dz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?lkr4dz') format('truetype'),
    url('fonts/icomoon.woff?lkr4dz') format('woff'),
    url('fonts/icomoon.svg?lkr4dz#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:before {
  content: "\e912";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-mail2:before {
  content: "\ea84";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-rss2:before {
  content: "\ea9c";
}
.icon-youtube2:before {
  content: "\ea9e";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-navigate_next:before {
  content: "\e409";
}
.icon-expand_more:before {
  content: "\e5cf";
}
.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}

