@charset "utf-8";
/* CSS Document */
/*@font-face {
  font-family: 'Open Sans';
  src: url(/font/sans.eot);
  src: url(/font/sans.eot?#iefix) format('embedded-opentype');
  src: url(/font/sans.woff) format('woff');
}
*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);*/
@font-face {
    font-family: "Open Sans";
    src: url("/font/OpenSans300.eot");
	font-weight:300;
	font-style:normal;
}
@font-face {
	font-family: "Open Sans";
	font-weight:300;
	font-style:normal;
	src: url(//:) format("no404"), url("/font/OpenSans300.woff") format("woff"), url("/font/OpenSans300.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    src: url("/font/OpenSans400.eot");
	font-weight:400;
	font-style:normal;
}
@font-face {
	font-family: "Open Sans";
	font-weight:400;
	font-style:normal;
	src: url(//:) format("no404"), url("/font/OpenSans400.woff") format("woff"), url("/font/OpenSans400.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    src: url("/font/OpenSans600.eot");
	font-weight:600;
	font-style:normal;
}
@font-face {
	font-family: "Open Sans";
	font-weight:600;
	font-style:normal;
	src: url(//:) format("no404"), url("/font/OpenSans600.woff") format("woff"), url("/font/OpenSans600.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    src: url("/font/OpenSans700.eot");
	font-weight:700;
	font-style:normal;
}
@font-face {
	font-family: "Open Sans";
	font-weight:700;
	font-style:normal;
	src: url(//:) format("no404"), url("/font/OpenSans700.woff") format("woff"), url("/font/OpenSans700.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    src: url("/font/OpenSans800.eot");
	font-weight:800;
	font-style:normal;
}
@font-face {
	font-family: "Open Sans";
	font-weight:800;
	font-style:normal;
	src: url(//:) format("no404"), url("/font/OpenSans800.woff") format("woff"), url("/font/OpenSans800.ttf") format("truetype");
}


@font-face{
	font-family: 'optimaRegular';
	src: url('/font/optima_regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('/font/optima_regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/font/optima_regular-webfont.woff') format('woff'), /* Modern Browsers */
	url('/font/optima_regular-webfont.woff2') format('woff'),/* Modern Browsers */
	url('/font/optima_regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('/font/segoeui-light-webfont.svg#YourWebFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}