.print-only{
	display: none !important;
}
@media print {
	@page {
		margin: 0.5cm 1cm;
	}
	* {
		background: none !important;
		color: #101010 !important;
		box-shadow: none !important;
		text-shadow: none !important;
		position: relative !important;
		background:transparent !important;
		font-family: 'Open Sans', sans-serif !important;
	}
	.c-month-view {
		background:transparent !important;
		display: none !important;
	}
	.c-grid {
		display: block;
		clear: both;
		margin-top:40px;
		border-top:1px solid #000;
		border-right:1px solid #000;
	}
	[ewcalendar] .c-grid .c-row .c-day{
		border-bottom:1px solid #000;
		border-left:1px solid #000;
		font-weight: normal;
		font-size:14px;
	}
	[ewcalendar] .c-grid .c-row .c-day.c-l{
		font-weight:bold;
		font-size:20px;
	} 
	a, a:visited {
		text-decoration: none;
		font-weight:bold;
	}
	a[href]:after {
		content: "";
	}
	/*abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}*/
	pre, blockquote {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr{
		page-break-inside: avoid;
	}
	img {
		display: none !important;
	}
	.sticky {
		display: block;
		width:100%;
	}
	img.logo-main {
		display: block !important;
		margin:20px 0 0 0;
		clear: both;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	/*h2, h3 {
		page-break-after: avoid;
	}*/
	h1,h2,h3,h4,h5 {
		display: block;
		clear: both;
		width: 100%;
		margin:0 0 15px 0 !important;
		font-weight: bold;
	}
	.strip {
		display: block;
		clear: both; 
		width:100%;
		overflow: hidden;
		position: relative;
		margin:0 0 20px 0;
		padding:0 0 20px 0;
		border-bottom:1px solid #e3e5e8 !important;
	}
	.visual-title {
		border:0 none;

	}
	.hide-on-print {
		display: none !important;
	}
	.print-only {
		display: block !important;
	}
	.hide-for-print,
	.sticky ul,
	.main-menu,
	.top-bar-list,
	.menu-mobile,
	.sub-menu-1,
	.sub-menu-2,
	.breadcrumb,
	.back-to-top,
	.footer,
	.cta-container,
	.box-cta,
	.swiper-container,
	.leaf-sidebar-list,
	.vmap-tabs,
	.module-9,
	.arrow,
	.module-15 .nota,
	.box-master-background,
	.interactive-map {
		display: none !important;
	}
	.show-for-print {
		display: inherit !important;
	}

	.title-type-1,
	.title-type-2,
	.title-type-3,
	.title-type-4,
	.title-type-5,
	.title-type-6 {
		display: block;
		clear: both;
		border:0 none;
		margin:0;
		font-size:18px;
	}
	.module-4 li {
		display: block;
		clear: both;
		width: 100%;
		margin:10px 0;
	}
	iframe {
		width:100%;
	}
	.standard-table {
		margin:30px 0;
	}
	table {
		border-top:1px solid #000;
		border-right:1px solid #000;
		width:100%;
	}
	table td, table th {
		border-bottom:1px solid #000;
		border-left:1px solid #000;
		padding:6px;
	}
	.nota {
		height: auto;
	}
	.organisation-row {
		display: block;
		clear: both;
	}
	.organisation-row .cont{
		position: relative;
		display: inline-block;
		float: left;
		width:50%;
		padding:10px;
	}
	.module-15 .columns {
		display: block;
		clear: both;
	}
	.module-15 .item {
		position:relative;
	}
	
}
@media print {
	.show-for-print {
		display: block;
	}
	.hide-for-print {
		display: none;
	}
	table.show-for-print {
		display: table !important;
	}
	thead.show-for-print {
		display: table-header-group !important;
	}
	tbody.show-for-print {
		display: table-row-group !important;
	}
	tr.show-for-print {
		display: table-row !important;
	}
	td.show-for-print {
		display: table-cell !important;
	}
	th.show-for-print {
		display: table-cell !important;
	}
}