@media print {
	body {
		font-size: 12px;
		width: auto;
	}

	.center,
	.section-md .center,
	.section-sm .center,
	.section-xs .center,
	.section-tab-group .center {
		width: 100%;
	}

	.header,
	.main-navbar,
	.footer,
	.section-primary,
	.owl-carousel,
	.visible-xs,
	.app-section {
		display: none !important;
	}

	.content.section-md {
		padding-top: 0px;
	}
}
