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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'layer' !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-gplus:before { content: "\e800"; }
.icon-rss:before { content: "\e801"; }
.icon-heart:before { content: "\e802"; }
.icon-pinterest:before { content: "\e803"; }
.icon-twitter:before { content: "\e804"; }
.icon-instagram:before { content: "\e805"; }
.icon-facebook:before { content: "\e806"; }
.icon-close:before { content: "\e807"; }
.icon-right:before { content: "\e808"; }
.icon-dribbble:before {content: "\e809"; }
.icon-vimeo:before { content: "\e80a"; }
.icon-search:before { content: "\e80b"; }
.icon-left:before { content: "\e80c"; }
.icon-youtube:before { content: "\e80d"; }
.icon-linkedin:before { content: "\e80e"; }
.icon-tumblr:before { content: "\e80f"; }
.icon-soundcloud:before { content: "\e810"; }
.icon-mail:before { content: "\e900"; }
