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


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

}


/*---------------------------------------------------------- LIGHT*/

.apex-light-micro-white, .apex-light-micro-gray{
	font: 11px 'DIN-LightRegular', Arial, serif;
	/*letter-spacing: 0.1em;*/
	text-decoration:none;
	/*line-height:16px;*/
}
.apex-light-micro-white{color:#fff;}
.apex-light-micro-gray{color:#aeafb1;}
a.apex-light-micro-gray:HOVER{color:#fff;}


.apex-light-pic-white, .apex-light-pic-gray{
	font: 13px 'DIN-LightRegular', Arial, serif;
	/*letter-spacing: 0.1em;*/
	text-decoration:none;
	/*line-height:18px;*/
}
.apex-light-pic-white{color:#fff;}
.apex-light-pic-gray{color:#aeafb1;}
a.apex-light-pic-gray:HOVER{color:#fff;}




.apex-light-mid-white, .apex-light-mid-gray{
	font: 22px 'ApexSansLightST', Arial, serif;
	/*letter-spacing: 0.1em;*/
	text-decoration:none;
}
.apex-light-mid-white{color:#fff;}
.apex-light-mid-gray{color:#aeafb1;}





