@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?gcpqvl');
    src:    url('fonts/icomoon.eot?gcpqvl#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?gcpqvl') format('truetype'),
        url('fonts/icomoon.woff?gcpqvl') format('woff'),
        url('fonts/icomoon.svg?gcpqvl#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-camera:before {
    content: "\e900";
}
.icon-music:before {
    content: "\e901";
}
.icon-video-camera:before {
    content: "\e902";
}
.icon-coin-dollar:before {
    content: "\e903";
}
.icon-calendar:before {
    content: "\e905";
}
.icon-users:before {
    content: "\e906";
}
.icon-leaf:before {
    content: "\e907";
}
.icon-list-numbered:before {
    content: "\e909";
}
.icon-menu:before {
    content: "\e904";
}
.icon-wink:before {
    content: "\e90a";
}
.icon-cross:before {
    content: "\e90b";
}
.icon-checkmark:before {
    content: "\e90c";
}
.icon-sort-alpha-asc:before {
    content: "\e90d";
}
.icon-facebook2:before {
    content: "\e908";
}

