@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?peye1q');
  src:  url('../fonts/icomoon.eot?peye1q#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?peye1q') format('truetype'),
        url('../fonts/icomoon.woff?peye1q') format('woff'),
        url('../fonts/icomoon.svg?peye1q#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock-o:before { content: "\e900"; }
.icon-external-link-square:before { content: "\e901"; }
.icon-cny:before, .icon-jpy:before, .icon-rmb:before, .icon-yen:before { content: "\e902"; }
.icon-plus:before { content: "\e903"; }
.icon-credit-card:before { content: "\e904"; }
.icon-chevron-right:before { content: "\e905"; }
.icon-hand-o-up:before { content: "\e906"; }
.icon-check-circle:before { content: "\e907"; }
.icon-caret-right:before { content: "\e908"; }
.icon-chevron-circle-right:before { content: "\e909"; }
.icon-external-link:before { content: "\e90a"; }
.icon-check:before { content: "\e90b"; }
.icon-handshake-o:before { content: "\e90c"; }

/* Font Awesome 4.7 alias mapping */
.fa:before { font-family: 'icomoon'!important;font-style: normal!important; }
.fa-check:before { content: "\e90b"; }
.fa-plus:before { content: "\e903"; }
.fa-jpy:before { content: "\e902"; }
.fa-external-link:before { content: "\e90a"; }
.fa-external-link-square:before { content: "\e901"; }
.fa-clock-o:before { content: "\e900"; }
.fa-chevron-right:before { content: "\e905"; }
.fa-check-circle:before { content: "\e907"; }
.fa-chevron-circle-right:before { content: "\e909"; }
