@font-face {
    font-family: 'trail';
    src:    url('/fonts/trail.eot?chye08');
    src:    url('/fonts/trail.eot?chye08#iefix') format('embedded-opentype'),
        url('/fonts/trail.ttf?chye08') format('truetype'),
        url('/fonts/trail.woff?chye08') format('woff'),
        url('/fonts/trail.svg?chye08#trail') 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: 'trail' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-camper:before {
    content: "\e903";
}
.icon-draglift:before {
    content: "\e904";
}
.icon-chairlift:before {
    content: "\e900";
}
.icon-gondola:before {
    content: "\e901";
}
.icon-trail:before {
    content: "\e902";
}

