@font-face {
    font-family: 'icomoon';
    src:
        url('fonts/icomoon.ttf?lh0rdq') format('truetype'),
        url('fonts/icomoon.woff?lh0rdq') format('woff'),
        url('fonts/icomoon.svg?lh0rdq#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-headset:before {
    content: "\e949";
}
.icon-credit-card2:before {
    content: "\ea16";
}
.icon-bubble-lines3:before {
    content: "\eada";
}
.icon-bubble-user:before {
    content: "\eae2";
}
.icon-circle-css:before {
    content: "\eed2";
}
.icon-facebook2:before {
    content: "\eef0";
}
.icon-tux:before {
    content: "\ef1c";
}
.icon-appleinc:before {
    content: "\ef1d";
}
.icon-android:before {
    content: "\ef1f";
}
.icon-windows8:before {
    content: "\ef21";
}

