@media print {
	.header, footer, .section-corner-right, .section-corner-left, .bx-prev, .bx-next, .scroll-slides a + a {
		display: none;
	}
	.wrapper, body, .main {
		background: none;
		box-shadow: none;
	}
	.container {
		margin-top: 0;
	}
	.shell {
		max-width: 100%;
		margin: 0;
		padding: 0;
		margin-top: 0;
	}
	.page .page-title {
		color: #e64461;
		margin-left: 0;
	}
	.page .page-title:before {
		display: none;
	}
	.page .page-title span {
		padding: 0;
		background: none;
		box-shadow: none;
	}
	.scroll-container.scroll-slides-with-action, .scroll-slides-with-action .scroll-slides {
		height: auto;
	}
	.scroll-slide img {
		width: 125px;
		height: 210px;
	}
}