@font-face {
    font-family: 'layer';
    src: url('../font/layer.eot?52952660');
    src: url('../font/layer.eot?52952660#iefix') format('embedded-opentype'),
    url('../font/layer.woff2?52952660') format('woff2'),
    url('../font/layer.woff?52952660') format('woff'),
    url('../font/layer.ttf?52952660') format('truetype'),
    url('../font/layer.svg?52952660#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?87093218#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-facebook:before { content: '\e806'; } /* '' */
.icon-twitter:before { content: '\e804'; } /* '' */
.icon-instagram:before { content: '\e805'; } /* '' */
.icon-pinterest:before { content: '\e803'; } /* '' */
.icon-heart:before { content: '\e802'; } /* '' */
.icon-gplus:before { content: '\e800'; } /* '' */
.icon-tumblr:before { content: '\e80f'; } /* '' */
.icon-youtube:before { content: '\e80d'; } /* '' */
.icon-dribbble:before { content: '\e809'; } /* '' */
.icon-soundcloud:before { content: '\e810'; } /* '' */
.icon-vimeo:before { content: '\e80a'; } /* '' */
.icon-linkedin:before { content: '\e80e'; } /* '' */
.icon-rss:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e80b'; } /* '' */
.icon-close:before { content: '\e807'; } /* '' */
.icon-left:before { content: '\e80c'; } /* '' */
.icon-right:before { content: '\e808'; } /* '' */