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

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "modern_icons";
    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: 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-heart:before {
    content: '\e800';
}

/* '' */
.icon-star:before {
    content: '\e801';
}

/* '' */
.icon-basket-alt:before {
    content: '\e802';
}

/* '' */
.icon-ok:before {
    content: '\e803';
}

/* '' */
.icon-cancel:before {
    content: '\e804';
}

/* '' */
.icon-plus:before {
    content: '\e805';
}

/* '' */
.icon-location:before {
    content: '\e806';
}

/* '' */
.icon-article-alt:before {
    content: '\e807';
}

/* '' */
.icon-cd:before {
    content: '\e808';
}

/* '' */
.icon-tag:before {
    content: '\e809';
}

/* '' */
.icon-mail:before {
    content: '\e80a';
}

/* '' */
.icon-camera:before {
    content: '\e80b';
}

/* '' */
.icon-search:before {
    content: '\e80c';
}

/* '' */
.icon-quote-left:before {
    content: '\e80d';
}

/* '' */
.icon-quote-right:before {
    content: '\e80e';
}

/* '' */
.icon-chat:before {
    content: '\e80f';
}

/* '' */
.icon-info:before {
    content: '\e810';
}

/* '' */
.icon-question:before {
    content: '\e811';
}

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

/* '' */
.icon-pause-1:before {
    content: '\e813';
}

/* '' */
.icon-download:before {
    content: '\e814';
}

/* '' */
.icon-clock:before {
    content: '\e815';
}

/* '' */
.icon-pause:before {
    content: '\f00e';
}

/* '' */
.icon-play:before {
    content: '\f00f';
}

/* '' */
.icon-facebook:before {
    content: '\f052';
}

/* '' */@font-face {
    font-family: 'line_icons';
    src: url('fonts/line/line_icons.eot?60714299');
    src: url('fonts/line/line_icons.eot?60714299#iefix') format('embedded-opentype'),
    url('fonts/line/line_icons.woff2?60714299') format('woff2'),
    url('fonts/line/line_icons.woff?60714299') format('woff'),
    url('fonts/line/line_icons.ttf?60714299') format('truetype'),
    url('fonts/line/line_icons.svg?60714299#line_icons') 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: 'line_icons';
    src: url('../font/line_icons.svg?60714299#line_icons') format('svg');
  }
}
*/

[class^="l-icon-"]:before, [class*="l-icon-"]:before {
    font-family: "line_icons";
    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: 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;

}

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

/* '' */
.l-icon-arr-long-right:before {
    content: '\e804';
}

/* '' */
.l-icon-double-caret-left:before {
    content: '\e805';
}

/* '' */
.l-icon-caret-left:before {
    content: '\e806';
}

/* '' */
.l-icon-caret-right:before {
    content: '\e807';
}

/* '' */
.l-icon-x:before {
    content: '\e808';
}

/* '' */
.l-icon-double-caret-right:before {
    content: '\e809';
}

/* '' */
.l-icon-info:before {
    content: '\e80a';
}

/* '' */
.l-icon-q:before {
    content: '\e80b';
}

/* '' */
.l-icon-bars:before {
    content: '\e80c';
}

/* '' */
.l-icon-check:before {
    content: '\e80d';
}

/* '' */
.l-icon-double-caret-up:before {
    content: '\e80e';
}

/* '' */
.l-icon-eye:before {
    content: '\e80f';
}

/* '' */
.l-icon-marker:before {
    content: '\e810';
}

/* '' */
.l-icon-heart:before {
    content: '\e811';
}

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

/* '' */
.l-icon-key:before {
    content: '\e813';
}

/* '' */
.l-icon-link:before {
    content: '\e814';
}

/* '' */
.l-icon-envelope:before {
    content: '\e815';
}

/* '' */
.l-icon-map:before {
    content: '\e816';
}

/* '' */
.l-icon-bubble:before {
    content: '\e817';
}

/* '' */
.l-icon-comment:before {
    content: '\e818';
}

/* '' */
.l-icon-img:before {
    content: '\e819';
}

/* '' */
.l-icon-book:before {
    content: '\e81b';
}

/* '' */
.l-icon-star:before {
    content: '\e81c';
}

/* '' */
.l-icon-download:before {
    content: '\e81d';
}

/* '' */
.l-icon-download-ok:before {
    content: '\e81e';
}

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

/* '' */
.l-icon-cart:before {
    content: '\e820';
}

/* '' */
.l-icon-tag:before {
    content: '\e821';
}

/* '' */
.l-icon-tags:before {
    content: '\e822';
}

/* '' */
.l-icon-note:before {
    content: '\e823';
}

/* '' */
.l-icon-note2:before {
    content: '\e824';
}

/* '' */
.l-icon-phones:before {
    content: '\e825';
}

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

/* '' */
.l-icon-note3:before {
    content: '\e827';
}

/* '' */
.l-icon-pause:before {
    content: '\e828';
}

/* '' */
.l-icon-play:before {
    content: '\e829';
}

/* '' */
.l-icon-record:before {
    content: '\e82a';
}

/* '' */
.l-icon-dj:before {
    content: '\e82b';
}

/* '' */
.l-icon-target:before {
    content: '\e82c';
}

/* '' */
.l-icon-web:before {
    content: '\e82d';
}

/* '' */