@charset utf-8;
@font-face {
    font-family: 'open_sansregular';	
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url("../fonts/opensans-regular-webfont.woff") format("woff"),
				 url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'open_sanslight';			
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light.ttf') format('truetype'),
         url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}*/
/* open-sans-600 - latin */
/*@font-face {
		font-family: 'open_sanssemibold';
		src: url('../fonts/open-sans-v14-latin-600.eot');
		src: url('../fonts/open-sans-v14-latin-600.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/open-sans-v14-latin-600.ttf') format('truetype'),
				 url("../fonts/open-sans-v14-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v14-latin-600.woff") format("woff");
		font-style: normal;
		font-weight: normal;
}*/
@font-face {
    font-family: 'open_sansbold';			
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url("../fonts/opensans-bold-webfont.woff") format("woff"),
				 url('../fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

