@font-face {
    font-family: 'icomoon';
    src:    url('icomoon.eot?jim7ex');
    src:    url('icomoon.eot?jim7ex#iefix') format('embedded-opentype'),
        url('icomoon.ttf?jim7ex') format('truetype'),
        url('icomoon.woff?jim7ex') format('woff'),
        url('icomoon.svg?jim7ex#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-instagram:before {
    content: "\e903";
}
.icon-twitter:before {
    content: "\e900";
}
.icon-facebook:before {
    content: "\e902";
}
.icon-email:before {
    content: "\e0be";
}
.icon-mail_outline:before {
    content: "\e0e1";
}
.icon-clear:before {
    content: "\e14c";
}
.icon-file_download:before {
    content: "\e2c4";
}
.icon-left:before {
    content: "\e5c4";
}
.icon-right:before {
    content: "\e5c8";
}
.icon-menu:before {
    content: "\e5d2";
}
.icon-open_in_new:before {
    content: "\e89e";
}

