@font-face {
    font-family: 'jdicons';
    src:    url('fonts/jdicons.eot?iy4q3x');
    src:    url('fonts/jdicons.eot?iy4q3x#iefix') format('embedded-opentype'),
        url('fonts/jdicons.ttf?iy4q3x') format('truetype'),
        url('fonts/jdicons.woff?iy4q3x') format('woff'),
        url('fonts/jdicons.svg?iy4q3x#jdicons') 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: 'jdicons' !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-arrow-filled-up:before {
    content: "\e918";
}
.icon-upload:before {
    content: "\e916";
}
.icon-long-arrow-left:before {
    content: "\e917";
}
.icon-logo-wrap:before {
    content: "\e915";
}
.icon-long-arrow-right:before {
    content: "\e914";
}
.icon-arrow-down:before {
    content: "\e900";
}
.icon-arrow-filled-down:before {
    content: "\e901";
}
.icon-arrow-left:before {
    content: "\e902";
}
.icon-arrow-right:before {
    content: "\e903";
}
.icon-arrow-up:before {
    content: "\e904";
}
.icon-check-filled:before {
    content: "\e905";
}
.icon-check:before {
    content: "\e906";
}
.icon-cross-filled:before {
    content: "\e907";
}
.icon-cross:before {
    content: "\e908";
}
.icon-facebook-filled:before {
    content: "\e909";
}
.icon-facebook:before {
    content: "\e90a";
}
.icon-instagram-filled:before {
    content: "\e90b";
}
.icon-instagram:before {
    content: "\e90c";
}
.icon-pinterest-filled:before {
    content: "\e90d";
}
.icon-pinterest:before {
    content: "\e90e";
}
.icon-search:before {
    content: "\e90f";
}
.icon-twitter-filled:before {
    content: "\e910";
}
.icon-twitter:before {
    content: "\e911";
}
.icon-youtube-filled:before {
    content: "\e912";
}
.icon-youtube:before {
    content: "\e913";
}
.icon-grid:before {
    content: "\e919";
}