@font-face {
    font-family: 'fontello';
    src: ;
    src:  format('embedded-opentype'),  format('woff2'),  format('woff'),  format('truetype'),  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:  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-play:before {
    content: '\e800';
}

/* 'î €' */

.icon-cancel:before {
    content: '\e801';
}

/* 'î ' */

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

/* 'î ‚' */

.icon-down-open:before {
    content: '\e803';
}

/* 'î ƒ' */

.icon-mail:before {
    content: '\e804';
}

/* 'î „' */

.icon-left-open:before {
    content: '\e805';
}

/* 'î …' */

.icon-right-open:before {
    content: '\e806';
}

/* 'î †' */

.icon-right-open-big:before {
    content: '\e807';
}

/* 'î ‡' */

.icon-minus-1:before {
    content: '\e80c';
}

/* 'î œ' */

.icon-angle-double-right:before {
    content: '\f101';
}

/* 'ï„' */

.icon-facebook:before {
    content: '\f300';
}

/* 'ïœ€' */

.icon-twitter-bird:before {
    content: '\f303';
}

/* 'ïœƒ' */

.icon-facebook-squared:before {
    content: '\f308';
}

/* 'ïœˆ' */

.icon-instagram:before {
    content: '\f31e';
}

/* 'ïœž' */