
@font-face {
    font-family: 'opensans';
    src: url('fonts/opensans.eot');
    src: url('fonts/opensans.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans.woff') format('woff'),
         url('fonts/opensans.ttf') format('truetype'),
         url('fonts/opensans.svg#opensans') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'segoesc';
    src: url('fonts/segoesc.eot');
    src: url('fonts/segoesc.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoesc.woff2') format('woff2'),
         url('fonts/segoesc.woff') format('woff'),
         url('fonts/segoesc.ttf') format('truetype'),
         url('fonts/segoesc.svg#segoesc') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIDOT';
    src: url('fonts/DIDOT.eot');
    src: url('fonts/DIDOT.eot?#iefix') format('embedded-opentype'),
         url('fonts/DIDOT.woff') format('woff'),
         url('fonts/DIDOT.ttf') format('truetype'),
         url('fonts/DIDOT.svg#DIDOT') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {font-family: "iconfont";
  src: url('fonts/iconfont.eot?t=1465713037'); /* IE9*/
  src: url('fonts/iconfont.eot?t=1465713037#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/iconfont.woff?t=1465713037') format('woff'), /* chrome, firefox */
  url('fonts/iconfont.ttf?t=1465713037') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('fonts/iconfont.svg?t=1465713037#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-in:before { content: "\e603"; }
.icon-facebook:before { content: "\e618"; }
.icon-twitter:before { content: "\e62e"; }

