@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?t4elm');
  src:  url('fonts/icomoon.eot?t4elm#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?t4elm') format('truetype'),
    url('fonts/icomoon.woff?t4elm') format('woff'),
    url('fonts/icomoon.svg?t4elm#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-chevron-down:before {
  content: "\e90f";
}
.icon-ico-file-zip:before {
  content: "\e90d";
  color: #9d9d9c;
}
.icon-ico-file-other:before {
  content: "\e90e";
}
.icon-ico-chevron-right:before {
  content: "\e906";
  color: #fff;
}
.icon-ico-clock:before {
  content: "\e909";
  color: #ed2724;
}
.icon-ico-file-image:before {
  content: "\e90a";
  color: #9d9d9c;
}
.icon-ico-file-pdf:before {
  content: "\e90b";
  color: #9d9d9c;
}
.icon-ico-fullpage:before {
  content: "\e90c";
  color: #ed2724;
}
.icon-ico-search:before {
  content: "\e908";
  color: #ec0000;
}
.icon-ico-arrow-bottom:before {
  content: "\e900";
}
.icon-ico-arrow-left:before {
  content: "\e901";
}
.icon-ico-arrow-right:before {
  content: "\e902";
}
.icon-ico-eye:before {
  content: "\e903";
}
.icon-ico-fb:before {
  content: "\e904";
}
.icon-ico-ln:before {
  content: "\e905";
}
.icon-ico-tt:before {
  content: "\e907";
}
