@media print {
    /**,*/
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
    
    #logo-absolute {
        position: relative;
        max-width: 10%;
    }
	
	
	
	/* Minerva Solutions - START */
	#cr-general-wrapper .main-menu,
	#headerMinified { display: none !important; }
	
	#logo-absolute {
		position: relative !important;
		visibility: visible !important;
		opacity: 1 !important;
		text-align: center;
		text-decoration: none;
	}	
		#logo-absolute .logo svg {
			height: auto !important;
		}
	
	.nav-filter li:not(.active) { display: none; }
	
	a[href^="#"],
	.mostra_item a { text-decoration: none; }
	
	.selectors-fixed {
		position: relative !important;
		top: unset !important;
	}
	
	.mailing-list { display: none; }
	
	.overlay:after { color: #fff !important; }
	
	.one-sixth-col { width: 16.66%; float: left; }
	.one-fifth-col { width: 20%; float: left; }
	.one-fourth-col { width: 25%; float: left; }
	.one-third-col { width: 33.33%; float: left; }
	.one-half-col { width: 50%; float: left; }
	.two-third-col { width: 66.66%; float: left; }
	.full-col { width: 100%; }
	/*.elenco_mostre_archive > .mostra_item,
	#lista-opere > .mostra_item { width: 25%; }
	
	.opere-correlate > .mostra_item { width: 33.33%; }*/
	
	footer { background: transparent; }
		footer .footer-bar-dark { display: none; }
	
		.loghi-footer {
			flex-direction: row;
			-webkit-box-orient: horizontal;
		}
			.loghi-footer .sponsor { margin: 10px; }
	
	#cookie-notice { display: none !important; }
	
	/* Minerva Solutions - END */
	
}