@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?61swsx');
    src:    url('fonts/icomoon.eot?61swsx#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?61swsx') format('truetype'),
        url('fonts/icomoon.woff?61swsx') format('woff'),
        url('fonts/icomoon.svg?61swsx#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-google:before {
    content: "\e900";
}
.icon-linkedin:before {
    content: "\e901";
}
.icon-twitter:before {
    content: "\e902";
}
.icon-vimeo:before {
    content: "\e903";
}
.icon-youtube:before {
    content: "\e904";
}
.icon-offline:before {
    content: "\e60d";
}
.icon-digital:before {
    content: "\e60c";
}
.icon-play:before {
    content: "\e60b";
}
.icon-share:before {
    content: "\e606";
}
.icon-facebook:before {
    content: "\e609";
}
.icon-arrow_down_home:before {
    content: "\e60f";
}
.icon-logo_loading:before {
    content: "\e605";
}
.icon-arrow_up:before {
    content: "\e603";
}
.icon-arrow_down:before {
    content: "\e604";
}
.icon-arrow_left:before {
    content: "\e607";
}
.icon-arrow_right:before {
    content: "\e608";
}
.icon-filter:before {
    content: "\e602";
}
.icon-arrow_down_delete:before {
    content: "\e601";
}
.icon-logo_lk:before {
    content: "\e600";
}

