@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?17505166');
    src: url('../font/fontello.eot?17505166#iefix') format('embedded-opentype'),
         url('../font/fontello.woff?17505166') format('woff'),
         url('../font/fontello.ttf?17505166') format('truetype'),
         url('../font/fontello.svg?17505166#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?17505166#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    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: 1.4em;
    /* 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%; */
 
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cancel:before {content: '\e04e';}/* '' */
.icon-play:before {content: '\e05d';}/* '' */
.icon-ok:before {content: '\e070';}/* '' */
.icon-list:before {content: '\e080';}/* '' */
.icon-right-open:before {content: '\e0cc';}/* '' */
.icon-left-open:before {content: '\e0cd';}/* '' */
.icon-cog:before {content: '\e109';}/* '' */
.icon-info:before {content: '\e800';}/* '' */
.icon-right-circle:before {content: '\e801';}/* '' */
.icon-left-circle:before {content: '\e802';}/* '' */
.icon-ok-circle:before {content: '\e803';}/* '' */
.icon-print:before {content: '\e804';}/* '' */
.icon-help-1:before {content: '\e805';}/* '' */
.icon-menu-1:before {content: '\e806';}/* '' */
.icon-menu:before {content: '\e807';}/* '' */
.icon-ok-circled:before {content: '\e808';}/* '' */
.icon-up-open:before {content: '\e809';}/* '' */
.icon-down-open-1:before {content: '\e80a';}/* '' */
.icon-down-open:before {content: '\e80b';}/* '' */
.icon-up-open-1:before {content: '\e80c';}/* '' */
.icon-cancel-circled:before {content: '\e80d';}/* '' */
.icon-ok-circled-1:before {content: '\e80e';}/* '' */
.icon-cancel-circled-1:before {content: '\e80f';}/* '' */
.icon-attention:before {content: '\e810';}/* '' */
.icon-help-circled:before {content: '\e811';}/* '' */
.icon-info-circled:before {content: '\e812';}/* '' */
.icon-plus:before {content: '\e813';}/* '' */
.icon-minus:before {content: '\e814';}/* '' */
.icon-plus-1:before {content: '\e815';}/* '' */
.icon-minus-1:before {content: '\e816';}/* '' */
.icon-comment:before {content: '\e817';}/* '' */
.icon-videocam:before {content: '\e818';}/* '' */
.icon-chat:before {content: '\e819';}/* '' */
.icon-phone:before {content: '\e81a';}/* '' */
.icon-rss:before {content: '\e81b';}/* '' */
.icon-trash:before {content: '\e81c';}/* '' */
.icon-facebook:before {content: '\e81d';}/* '' */
.icon-twitter:before {content: '\e81e';}/* '' */
.icon-youtube:before {content: '\e81f';}/* '' */
.icon-gplus:before {content: '\e820';}/* '' */
.icon-instagramm:before {content: '\e821';}/* '' */
.icon-file-pdf:before {content: '\e822';}/* '' */
.icon-play-1:before {content: '\e823';}/* '' */
.icon-fast-fw:before {content: '\e824';}/* '' */
.icon-fast-bw:before {content: '\e825';}/* '' */
.icon-download-alt:before {content: '\e826';}/* '' */
.icon-search:before {content: '\e827';}/* '' */
.icon-email:before {content: '\e828';}/* '' */
.icon-volume-off:before {content: '\e829';}/* '' */
.icon-volume-up:before {content: '\e82a';}/* '' */
.icon-sort:before {content: '\e82b';}/* '' */
.icon-sort-down:before {content: '\e82c';}/* '' */
.icon-sort-up:before {content: '\e82d';}/* '' */
.icon-block:before {content: '\e82e';}/* '' */
.icon-youtube-play:before {content: '\e82f';}/* '' */
.icon-search-1:before {content: '\e830';}/* '' */
.icon-user:before {content: '\e831';}/* '' */
.icon-basket:before {content: '\e832';}/* '' */
.icon-right-dir:before {content: '\e833';}/* '' */
.icon-search-2:before {content: '\e834';}/* '' */
.icon-down-dir:before {content: '\e835';}/* '' */
.icon-cancel-1:before {content: '\e836';}/* '' */
.icon-down:before {content: '\e837';}/* '' */

@media (max-width: 800px) {
    [class^="icon-"]:before, [class*=" icon-"]:before {
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
    }
}