/* KRONE
*/

@font-face {
    font-family: 'Placard-Condensed';
    src: url('../clientfonts/Placard-CondBold.eot');
    src: url('../clientfonts/Placard-CondBold.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/Placard-CondBold.woff') format('woff'),
        url('../clientfonts/Placard-CondBold.ttf') format('truetype'),
        url('../clientfonts/Placard-CondBold.svg#QuadraatSansOT-Bld') format('svg');
}
@font-face {
    font-family: 'Bliss-Medium';
    src: url('../clientfonts/BlissPro-Medium.eot');
    src: url('../clientfonts/BlissPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('../clientfonts/BlissPro-Medium.woff') format('woff'),
         url('../clientfonts/BlissPro-Medium.ttf') format('truetype'),
         url('../clientfonts/BlissPro-Medium.svg#Calibri') format('svg');
}
@font-face {
    font-family: 'Bliss-MediumItalic';
    src: url('../clientfonts/BlissPro-MediumItalic.eot');
    src: url('../clientfonts/BlissPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/BlissPro-MediumItalic.woff') format('woff'),
        url('../clientfonts/BlissPro-MediumItalic.ttf') format('truetype'),
        url('../clientfonts/BlissPro-MediumItalic.svg#Calibri-Italic') format('svg');
}
@font-face {
    font-family: 'Bliss-Regular';
    src: url('../clientfonts/BlissPro.eot');
    src: url('../clientfonts/BlissPro.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/BlissPro.woff') format('woff'),
        url('../clientfonts/BlissPro.ttf') format('truetype'),
        url('../clientfonts/BlissPro.svg#Calibri-Regular') format('svg');
}
@font-face {
    font-family: 'Bliss-RegularItalic';
    src: url('../clientfonts/BlissPro-Italic.eot');
    src: url('../clientfonts/BlissPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/BlissPro-Italic.woff') format('woff'),
        url('../clientfonts/BlissPro-Italic.ttf') format('truetype'),
        url('../clientfonts/BlissPro-Italic.svg#Calibri-Bold') format('svg');
}
@font-face {
    font-family: 'Bliss-Heavy';
    src: url('../clientfonts/BlissPro-Heavy.eot');
    src: url('../clientfonts/BlissPro-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/BlissPro-Heavy.woff') format('woff'),
        url('../clientfonts/BlissPro-Heavy.ttf') format('truetype'),
        url('../clientfonts/BlissPro-Heavy.svg#Calibri-Regular') format('svg');
}
@font-face {
    font-family: 'Bliss-HeavyItalic';
    src: url('../clientfonts/BlissPro-HeavyItalic.eot');
    src: url('../clientfonts/BlissPro-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/BlissPro-HeavyItalic.woff') format('woff'),
        url('../clientfonts/BlissPro-HeavyItalic.ttf') format('truetype'),
        url('../clientfonts/BlissPro-HeavyItalic.svg#Calibri-Bold') format('svg');
}
@font-face {
    font-family: 'Bliss-ExtraLight';
    src: url('../clientfonts/BlissPro-ExtraLight.eot');
    src: url('../clientfonts/BlissPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../clientfonts/BlissPro-ExtraLight.woff') format('woff'),
        url('../clientfonts/BlissPro-ExtraLight.ttf') format('truetype'),
        url('../clientfonts/BlissPro-ExtraLight.svg#Calibri-BoldItalic') format('svg');  
}


body {

	background-color:		#FFFFFF;
}

.apa-svg svg * {
	font-family: 'Bliss-Medium';
}

#apa-title *, #apa-title  {

	font-family: 'Placard-Condensed' !important;
	font-size: 13px !important;
}
#apa-source *, #apa-source {

	font-family: 'Bliss-ExtraLight' !important;
}
.apa-hover  {
	font-family: 'Bliss-Regular' !important;
	color: #434343;
	border: 1px solid #DADADA;
	border-radius:4px;
	background-color:white;
	font-size:12px;
}
