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

.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_sm-arrow-left:before {
    content: "\e915";
}
.icon_eye:before {
    content: "\e914";
}
.icon_down-arrow:before {
    content: "\e918";
}
.icon_grid:before {
    content: "\e912";
}
.icon_list:before {
    content: "\e913";
}
.icon_next-arrow:before {
    content: "\e90b";
}
.icon_prev-arrow:before {
    content: "\e90d";
}
.icon_sm-arrow-right:before {
    content: "\e90e";
}
.icon_search:before {
    content: "\e90c";
}
.icon_warning:before {
    content: "\e91a";
}
.icon_cross:before {
    content: "\e90a";
}
.icon_facebook-lite:before {
    content: "\e90f";
}
.icon_instagram-lite:before {
    content: "\e916";
}
.icon_twitter-lite:before {
    content: "\e910";
}
.icon_linkedin-lite:before {
    content: "\e917";
}
.icon_hamburger:before {
    content: "\e909";
}
.icon_chevron-down:before {
    content: "\e919";
}
.icon_mail:before {
    content: "\e911";
}
.icon_facebook:before {
    content: "\e900";
}
.icon_flickr:before {
    content: "\e901";
}
.icon_google:before {
    content: "\e902";
}
.icon_instagram:before {
    content: "\e903";
}
.icon_linkedin:before {
    content: "\e904";
}
.icon_tumblr:before {
    content: "\e905";
}
.icon_twitter:before {
    content: "\e906";
}
.icon_vimeo:before {
    content: "\e907";
}
.icon_youtube:before {
    content: "\e908";
}

