@media print {
	
	body,
	header#pageheader > div,
	footer,
	footer .publisher {
		background: none !important;
	}
	
	nav,
	aside,
	.bookingbox,
	#scrollToTop,
	.tt_news.detailview .youtube,
	.servicebar,
	.backlink {
		display: none !important;
	}
	
	.content {
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
	}
	.content > div {
		padding: 0 !important;
	}
	
	.content figure {
		page-break-inside: avoid;
	}
	
	footer,
	footer h3,
	footer a {
		color: #444;
	}
	footer,
	footer .ym-wrapper {
		position: static;
	}
	footer .publisher {
		position: absolute;
		top: 25px;
		left: 250px;
		border: 0 none !important;
	}
	footer .publisher > div {
		padding: 0 !important;
	}
}