@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?fz3o88');
    src:    url('fonts/icomoon.eot?fz3o88#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?fz3o88') format('truetype'),
        url('fonts/icomoon.woff?fz3o88') format('woff'),
        url('fonts/icomoon.svg?fz3o88#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-plus:before {
    content: "\e900";
}
.icon-arrow-down:before {
    content: "\e901";
}
.icon-arrow-left:before {
    content: "\e902";
}
.icon-arrow-right:before {
    content: "\e903";
}
.icon-arrow-up:before {
    content: "\e904";
}
.icon-hands:before {
    content: "\e905";
}
.icon-search:before {
    content: "\e906";
}
.icon-speaker .path1:before {
    content: "\e907";
    color: rgb(255, 255, 255);
}
.icon-speaker .path2:before {
    content: "\e908";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-speaker .path3:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-speaker .path4:before {
    content: "\e90a";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-speaker .path5:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

