@media print { 
	
	h1,h2,h3,h4,h5,h6 {
	  font-family: 'Source Sans Pro', sans-serif;
	}
	
	h1 {
		font-size: 24px;
		line-height: 32px;
		color: #6f6f6f !important;
		margin: 0 0 30px 0;
		padding: 0;
	}
	
	h2 {
		font-size: 16px;
		margin-top: 20;
		margin-right: 0;
		margin-bottom: 10px;
		margin-left: 0;
	}
	
	h2+p {
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	h3 {
	  font-size: 14px;
	}
	
	a, p {
	  font-size: 13px;
	  line-height: 14px;
	  font-weight: 400;
	  color: #000;
	}
	
	a {
		text-decoration: none;
	}
	
	html {
	  font-family: Frutiger; !important;
	}
	
	html, body, #contentwrapper, #wrapper {
		background-color: #fff;
	}
	
	.float-left, .mod_navigation, #top, #off_canvas, #left, #pagetitle, #header_after, .ce_revolutionslider, #footer, #bottom, .noprint, #container_before {
		display: none;
	}
	
	body {
		font-size: 13px;
		line-height: 15px;
	}
	
	.mod_navigation, .mod_customnav, body .mainmenu {
		display: none !important;
	}
	
	#right{
		width: 100%;
		margin-top: 30px;	
	}
	
	#header_print {
		display: block;
		width: 100%;
		height: 100px;
	}
	
	#header_print p{
	font-size: 11px;
	color: #666;
	}
	
	#header_print img {
		width: 350px;
	}
	
	img {
		width: 100%;
		height: auto;
	}

}


