@media print {

	@page :left {
		margin: 1cm;
	}

	@page :right {
		margin: 1cm;
	}

	#wgc-cc-empty,
	nav,
	.header,
	.head-pic,
	.content-breadcrumb,
	.content-empty-top,
	.content-empty-bottom,
	.footer,
	.back-to-top,
	.wgc-cookie-box,
	#open-modal
	 {
		display: none;
	}

	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	html, body {
		width: 100%;
		height: 100%;
	}

	body {
		background: #fff;
		font-family: arial,verdana,sans-serif;
		color: #000;
		font-size: 16px;
		line-height: 24px;
	}

	address {
		border-top: 1px solid #000;
		width: 100%;
		margin-top: 20px;
		padding-top: 20px;
	}

	a:link, a:visited, a {
	background: transparent;
	color: #000;
	text-decoration: underline;
	text-align: left;
	}

	a {
	    page-break-inside:avoid
	}

	a[href^=http]:after {
	      content:" <" attr(href) "> ";
	}

	a[href^=mailto]:after {
	      content:" <" attr(href) ">";
	}

	a[href^=tel]:after {
	      content:" <" attr(href) ">";
	}

	$a:after > img {
	   content: "";
	}

	article a[href^="#"]:after {
	   content: "";
	}

	a:not(:local-link):after {
	   content:" <" attr(href) "> ";
	}

	.print-display-none {
		display: none;
	}

	.template-1, .template-2 {
		float: right;
		margin-left: 20px;
	}

	h1 {
		font-size: 28px;
		line-height: 44px;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 22px;
		line-height: 30px;
	}

	h3 {
		font-size: 18px;
		line-height: 26px;
	}

	h4, h5, h6 {
		font-size: 16px;
		line-height: 24px;
	}

	.small-text {
		font-size: 12px;
		line-height: 20px;
	}

	.cssbox_thumb {
		visibility: visible !important;
	}

	.tab-caption {
		font-weight: bold;
	}

	.tab-content {
		margin-bottom: 20px;
	}

	.tab > input {
		display: none;
	}

	iframe, ins {
	    display: none;
	    width: 0 !important;
	    height: 0 !important;
	    overflow: hidden !important;
	    line-height: 0pt !important;
	    white-space: nowrap;
	}

}