/* =======================   ICON FONTS   ======================  */
@font-face {
    font-family: 'icomoon';
    src:url('../media/icomoon.eot?-kdcdwm');
    src:url('../media/icomoon.eot?#iefix-kdcdwm') format('embedded-opentype'),
        url('../media/icomoon.woff?-kdcdwm') format('woff'),
        url('../media/icomoon.ttf?-kdcdwm') format('truetype'),
        url('../media/icomoon.svg?-kdcdwm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    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-search:before {
    content: "\e602";
}
.icon-newtab:before {
    content: "\e606";
}
.icon-arrow-up:before {
    content: "\e609";
}
.icon-arrow-down:before {
    content: "\e608";
}
.icon-share:before {
    content: "\e607";
}
.icon-facebook:before {
    content: "\e600";
}
.icon-instagram:before {
    content: "\e603";
}
.icon-twitter:before {
    content: "\e604";
}
.icon-vimeo:before {
    content: "\e605";
}
.icon-pinterest:before {
    content: "\e601";
}