@font-face {
    font-family: 'seriflight';
    src: url('../fonts/serif-light-webfont.eot');
    src: url('../fonts/serif-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/serif-light-webfont.woff2') format('woff2'),
         url('../fonts/serif-light-webfont.woff') format('woff'),
         url('../fonts/serif-light-webfont.ttf') format('truetype'),
         url('../fonts/serif-light-webfont.svg#seriflight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'seriflight_italic';
    src: url('../fonts/serif-lightitalic-webfont.eot');
    src: url('../fonts/serif-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/serif-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/serif-lightitalic-webfont.woff') format('woff'),
         url('../fonts/serif-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/serif-lightitalic-webfont.svg#seriflight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'serifbold';
    src: url('../fonts/serif-bold-webfont.eot');
    src: url('../fonts/serif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/serif-bold-webfont.woff2') format('woff2'),
         url('../fonts/serif-bold-webfont.woff') format('woff'),
         url('../fonts/serif-bold-webfont.ttf') format('truetype'),
         url('../fonts/serif-bold-webfont.svg#serifbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'serifbold_italic';
    src: url('../fonts/serif-bolditalic-webfont.eot');
    src: url('../fonts/serif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/serif-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/serif-bolditalic-webfont.woff') format('woff'),
         url('../fonts/serif-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/serif-bolditalic-webfont.svg#serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MeepleExtBd';
    src: url('../fonts/Meeple ExtraBold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Meeple ExtraBold.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'MeepleMed';
    src: url('../fonts/Meeple Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Meeple Medium.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'MeepleSemBd';
    src: url('../fonts/Meeple SemiBold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Meeple SemiBold.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Meeple';
    src: url('../fonts/Meeple Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Meeple Regular.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Infra';
    src: url('../fonts/Infra-Regular.eot');
    src: url('../fonts/Infra-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Infra-Regular.woff2') format('woff2'),
         url('../fonts/Infra-Regular.woff') format('woff'),
         url('../fonts/Infra-Regular.ttf') format('truetype'),
         url('../fonts/Infra Regular.otf') format('opentype'),
         url('../fonts/Infra-Regular.svg#serifbold_italic') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'InfraBold';
    src: url('../fonts/Infra-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Infra-Bold.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}





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

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fuorisalone_sym";
  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-up-open:before { content: '\e800'; } /* '' */
.icon-down-open:before { content: '\e801'; } /* '' */
.icon-left-open:before { content: '\e802'; } /* '' */
.icon-right-open:before { content: '\e803'; } /* '' */
.icon-down-open-mini:before { content: '\e804'; } /* '' */
.icon-left-open-mini:before { content: '\e805'; } /* '' */
.icon-right-open-mini:before { content: '\e806'; } /* '' */
.icon-up-open-mini:before { content: '\e807'; } /* '' */
.icon-down-open-big:before { content: '\e808'; } /* '' */
.icon-left-open-big:before { content: '\e809'; } /* '' */
.icon-right-open-big:before { content: '\e80a'; } /* '' */
.icon-up-open-big:before { content: '\e80b'; } /* '' */
.icon-twitter:before { content: '\e80c'; } /* '' */
.icon-facebook:before { content: '\e80d'; } /* '' */
.icon-pinterest:before { content: '\e80e'; } /* '' */
.icon-linkedin:before { content: '\e80f'; } /* '' */
.icon-search:before { content: '\e810'; } /* '' */
.icon-cancel:before { content: '\e811'; } /* '' */
.icon-download:before { content: '\e812'; } /* '' */
.icon-download-alt:before { content: '\e813'; } /* '' */
.icon-arrows-ccw:before { content: '\e814'; } /* '' */
.icon-arrow-right:before { content: '\e815'; } /* '' */
.icon-arrow1-right:before { content: '\e816'; } /* '' */
.icon-arrow1-left:before { content: '\e817'; } /* '' */
.icon-arrow1-down:before { content: '\e818'; } /* '' */
.icon-arrow1-up:before { content: '\e819'; } /* '' */
.icon-arrow-up:before { content: '\e81a'; } /* '' */
.icon-arrow-left:before { content: '\e81b'; } /* '' */
.icon-arrow-down:before { content: '\e81c'; } /* '' */
.icon-vimeo:before { content: '\e81d'; } /* '' */
.icon-gplus:before { content: '\e81f'; } /* '' */
.icon-skype:before { content: '\e820'; } /* '' */
.icon-youtube:before { content: '\e821'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-tumblr:before { content: '\f173'; } /* '' */
.icon-spotify:before { content: '\f1bc'; } /* '' */
