@font-face {
    font-family: 'iconfont';
    src: url('font/iconfont.eot?54930095');
    src: url('font/iconfont.eot?54930095#iefix') format('embedded-opentype'),
         url('font/iconfont.woff2?54930095') format('woff2'),
         url('font/iconfont.woff?54930095') format('woff'),
         url('font/iconfont.ttf?54930095') format('truetype'),
         url('font/iconfont.svg?54930095#iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-search:before { content: '\e800'; } /* '' */
  .icon-facebook:before { content: '\f09a'; } /* '' */
  .icon-menu:before { content: '\f0c9'; } /* '' */
  .icon-linkedin:before { content: '\f0e1'; } /* '' */
  .icon-instagram:before { content: '\f16d'; } /* '' */
  .icon-twitter:before { content: '\f309'; } /* '' */
  