/* CSS Document */

@font-face {
    font-family: 'roboto_condensedlight';
    src: url(/font/robotocondensed-light-webfont.woff2) format('woff2'),
         url(/font/robotocondensed-light-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url(/font/robotocondensed-bold-webfont.woff2) format('woff2'),
         url(/font/robotocondensed-bold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@media print {
	body {
		font-family: 'roboto_condensedlight', sans-serif;
		font-size: 12px;
		line-height: 1.2em;	
		color: #000;
	}
	
	.noneprint {
		display: none; 
		width: 0; 
		height: 0;
	}	
	
	.pagebreak {
		page-break-before: always;
	}
	
	.hidden {display: none;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
p + p {margin-top: 15px;}
	
a {
	margin:0;
	padding: 0;
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #212529;	
	text-align: left;
}

h2 {
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 1.3em;
	color: #212529;	
	text-align: left;
	margin: 0 0 50px 0;
}

h3 {
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.2em;
	text-align: left;  
}

h4, h5, h6 {
	font-family: 'roboto_condensedlight', sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #212529;	
	text-align: left;
	margin: 100px 0 20px 20%;
}

span{
	font-family: 'roboto_condensedbold';
	font-weight: normal;
}

strong{
	font-family: 'roboto_condensedbold';
	font-weight: normal;
}
	
nav, .container,
footer {
	display: none;
}
	.logo img {height: 150px;
	margin-right: 30px;}
	
	.logotext {
		margin-top: 40px;
	}
	
	.logotext h1 {
				font-family: 'roboto_condensedbold';
	font-weight: normal;
		font-size: 18px;
	}	
	
	.logotext p {
	font-family: 'roboto_condensedlight';
	font-weight: normal;
		font-size: 14px;
	}
	
	.logo, .logotext {
		float: left;
	}
	
	
	.spacer {
		width: 100%;
		float: none;
	}
	.spacer p {
		font-family: 'roboto_condensedbold';
	font-weight: normal;
		font-size: 18px;
	}
	
	.one img {
		display: none;
	}
	
	.center{
		margin-top: 50px;
	}

	.center .picture a img {
		width: 33.33%;
		float: left;
	}
		
.center .picture a p{
		display: none;
	}

	
.clear {
	clear: both;
	float: none;
}
	
.onlyprint {
	visibility: visible;
	padding-top: 50px;}
	
}