@page {size: auto; margin: 0px; }

@media print {

	*{
		padding: 0px !important;
		margin: 0px !important;
		height: auto !important;
		width: 100% !important;
		max-height: none !important;
		max-width: none !important;
	}
	
	body{
		padding: 50px !important;
	}
	
	#logo{
		max-width: 150px !important; 
		margin-bottom: 50px !important;
	}
	
	#headwrap,
	#navbarwrap,
	ul.breadcrumb,
	.socialmedia-wrap,
	#footer,
	#redim-cookiehint{
		display: none !important;
	}
	
	div{
		max-width: 100% !important;
		width: 100 !important;
		display: block !important;
	}
	
	p,ul, .item-info{margin-bottom: 20px !important}
	li{ margin-bottom: 8px !important; padding-left: 15px !important;}
	h1, h2, h3,h4,h5,h6{margin-bottom: 20px !important;}
	
	#content{
		background: none !important;
	}

}

