/* FONTS */
/*
@font-face {
	font-family: GGSubscript;
	src: url('../font/ggsubscr-webfont.eot');
	src: url('../font/ggsubscr-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/ggsubscr-webfont.woff') format('woff'),
		 url('../font/ggsubscr-webfont.ttf') format('truetype'),
		 url('../font/ggsubscr-webfont.svg#GGSubscriptRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: GGSuperscript;
	src: url('../font/ggsupers-webfont.eot');
	src: url('../font/ggsupers-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/ggsupers-webfont.woff') format('woff'),
		 url('../font/ggsupers-webfont.ttf') format('truetype'),
		 url('../font/ggsupers-webfont.svg#GGSuperscriptRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Calibri Bold Italic;
	src: url('../font/Calibri Bold Italic.eot');
	src: url('../font/Calibri Bold Italic.eot?#iefix') format('embedded-opentype'),
		 url('../font/Calibri Bold Italic.woff') format('woff'),
		 url('../font/Calibri Bold Italic.ttf') format('truetype'),
		 url('../font/Calibri Bold Italic.svg#Calibri Bold Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Calibri;
	src: url('../font/Calibri.eot');
	src: url('../font/Calibri.eot?#iefix') format('embedded-opentype'),
		 url('../font/Calibri.woff') format('woff'),
		 url('../font/Calibri.ttf') format('truetype'),
		 url('../font/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'nunitoregular';
    src: url('../font/nunito-regular-webfont.eot');
    src: url('../font/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/nunito-regular-webfont.woff') format('woff'),
         url('../font/nunito-regular-webfont.ttf') format('truetype'),
         url('../font/nunito-regular-webfont.svg#nunitoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}
*/