@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("OpenSans.eot?") format("eot"),
  url("OpenSans.woff") format("woff"),
  url("OpenSans.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("OpenSans-Bold.eot?") format("eot"),
  url("OpenSans-Bold.woff") format("woff"),
  url("OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("OpenSans-Extrabold.eot?") format("eot"),
  url("OpenSans-Extrabold.woff") format("woff"),
  url("OpenSans-Extrabold.ttf") format("truetype");
}


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('OpenSans.eot'); /* IE9 Compat Modes */
  src: url('OpenSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('OpenSans.woff2') format('woff2'), /* Super Modern Browsers */
       url('OpenSans.woff') format('woff'), /* Pretty Modern Browsers */
       url('OpenSans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('OpenSans.svg#svgFontName') format('svg'); /* Legacy iOS */
}