@charset "UTF-8";

@font-face {
    font-family: 'myicon';
    src: url('../fonts/myicon.woff2') format('woff2'),
        url('../fonts/myicon.woff') format('woff'),
        url('../fonts/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: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.myicon::before {
    vertical-align: baseline;
}
.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-angle-top::before { content: '\EA01' }
.myicon-angle-right::before { content: '\EA02' }
.myicon-angle-bottom::before { content: '\EA03' }
.myicon-angle-left::before { content: '\EA04' }
.myicon-plus::before { content: '\EA05' }
.myicon-minus::before { content: '\EA06' }
.myicon-search::before { content: '\EA07' }
.myicon-people::before { content: '\EA08' }
.myicon-house::before { content: '\EA09' }
.myicon-car::before { content: '\EA0A' }
.myicon-life::before { content: '\EA0B' }
.myicon-external::before { content: '\EA0C' }
.myicon-contact::before { content: '\EA0D' }
.myicon-triangle-breadcrumb::before { content: '\EA0E' }
.myicon-check::before { content: '\EA0F' }
.myicon-play::before { content: '\EA10' }
.myicon-download::before { content: '\EA11' }
.myicon-pdf::before { content: '\EA12' }
.myicon-play-circle::before { content: '\EA13' }
