@font-face {
    font-family: 'fontello';
    font-display: swap;
    src: url('../font/fontello.eot?8876930');
    src: url('../font/fontello.eot?8876930#iefix') format('embedded-opentype'),
        url('../font/fontello.woff2?8876930') format('woff2'),
        url('../font/fontello.woff?8876930') format('woff'),
        url('../font/fontello.ttf?8876930') format('truetype'),
        url('../font/fontello.svg?8876930#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?8876930#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
    content: '\e802';
}

/* '' */
.icon-star:before {
    content: '\e806';
}

/* '' */
.icon-star-empty:before {
    content: '\e807';
}

/* '' */
.icon-th-large:before {
    content: '\e80f';
}

/* '' */
.icon-th-list:before {
    content: '\e811';
}

/* '' */
.icon-ok:before {
    content: '\e812';
}

/* '' */
.icon-home:before {
    content: '\e81e';
}

/* '' */
.icon-link:before {
    content: '\e81f';
}

/* '' */
.icon-lock:before {
    content: '\e821';
}

/* '' */
.icon-tag:before {
    content: '\e825';
}

/* '' */
.icon-tags:before {
    content: '\e826';
}

/* '' */
.icon-flag:before {
    content: '\e828';
}

/* '' */
.icon-thumbs-up:before {
    content: '\e829';
}

/* '' */
.icon-comment:before {
    content: '\e833';
}

/* '' */
.icon-chat:before {
    content: '\e834';
}

/* '' */
.icon-logout:before {
    content: '\e844';
}

/* '' */
.icon-down-open:before {
    content: '\e857';
}

/* '' */
.icon-left-open:before {
    content: '\e858';
}

/* '' */
.icon-right-open:before {
    content: '\e859';
}

/* '' */
.icon-up-open:before {
    content: '\e85a';
}

/* '' */
.icon-target:before {
    content: '\e872';
}

/* '' */
.icon-signal:before {
    content: '\e873';
}

/* '' */
.icon-off:before {
    content: '\e88a';
}

/* '' */
.icon-book:before {
    content: '\e88f';
}

/* '' */
.icon-gift:before {
    content: '\e894';
}

/* '' */
.icon-sitemap:before {
    content: '\f0e8';
}

/* '' */
.icon-doc-text:before {
    content: '\f0f6';
}

/* '' */
.icon-gamepad:before {
    content: '\f11b';
}

/* '' */
.icon-flag-empty:before {
    content: '\f11d';
}

/* '' */
.icon-flag-checkered:before {
    content: '\f11e';
}

/* '' */
.icon-puzzle:before {
    content: '\f12e';
}

/* '' */
.icon-doc-text-inv:before {
    content: '\f15c';
}

/* '' */
.icon-thumbs-up-alt:before {
    content: '\f164';
}

/* '' */
.icon-file-pdf:before {
    content: '\f1c1';
}

/* '' */
.icon-paper-plane:before {
    content: '\f1d8';
}

/* '' */
.icon-paper-plane-empty:before {
    content: '\f1d9';
}

/* '' */
.icon-newspaper:before {
    content: '\f1ea';
}

/* '' */
.icon-wifi:before {
    content: '\f1eb';
}

/* '' */
.icon-handshake-o:before {
    content: '\f2b5';
}

/* '' */