@charset "UTF-8";

@font-face {
  font-family: 'myicon';
  src: url('../font/myicon.woff2') format('woff2'),
      url('../font/myicon.woff') format('woff'),
      url('../font/myicon.svg#myicon') format('svg');
  font-style: normal;
  font-weight: normal;
}
.myicon {
  display: inline-block;
  font-family: 'myicon';
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.myicon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.myicon-2x { font-size: 2em; }
.myicon-3x { font-size: 3em; }
.myicon-4x { font-size: 4em; }
.myicon-5x { font-size: 5em; }
.myicon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.myicon-arrow-right::before { content: '\EA01' }
.myicon-arrow-left::before { content: '\EA02' }
.myicon-arrow-right-alt::before { content: '\EA03' }
.myicon-arrow-left-alt::before { content: '\EA04' }
.myicon-download::before { content: '\EA05' }
.myicon-mail::before { content: '\EA06' }
.myicon-docs::before { content: '\EA07' }
.myicon-window::before { content: '\EA08' }
.myicon-next::before { content: '\EA09' }
.myicon-angle-top::before { content: '\EA0A' }
.myicon-angle-right-alt::before { content: '\EA0B' }
.myicon-angle-down-alt::before { content: '\EA0C' }
.myicon-angle-left-alt::before { content: '\EA0D' }
.myicon-angle-top::before { content: '\EA0E' }
.myicon-angle-right::before { content: '\EA0F' }
.myicon-angle-bottom::before { content: '\EA10' }
.myicon-angle-left::before { content: '\EA11' }
.myicon-pdf::before { content: '\EA12' }
.myicon-index::before { content: '\EA13' }
.myicon-expand::before { content: '\EA14' }
.myicon-pin::before { content: '\EA15' }
.myicon-close::before { content: '\EA16' }
