@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?lp9gzc');
    src:    url('../fonts/icomoon.eot?lp9gzc#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?lp9gzc') format('truetype'),
        url('../fonts/icomoon.woff?lp9gzc') format('woff'),
        url('../fonts/icomoon.svg?lp9gzc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e5d3";
    color: #fff;
    font-size: 22px;
}
.icon-cross:before {
    content: "\e5cd";
    color: #fff;
    font-size: 22px;
}
.icon-ok:before {
    content: "\e876";
    color: #fff;
    font-size: 22px;
}
.icon-spinner:before {
    content: "\f110";
    font-size: 50px;
}
.icon-linkedin:before {
    content: "\f08c";
    font-size: 200px;
}
.icon-xing:before {
    content: "\f169";
    font-size: 200px;
}
.icon-fb:before {
    content: "\f082";
    font-size: 60px;
}
.icon-insta:before {
    content: "\f16d";
    font-size: 62px;
}
.icon-github:before {
    content: "\f09b";
}