<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1180px) {

}
@media screen and (max-width: 1199px) {
	#header {
		position: relative;
		z-index: 30;
	}
	#menubar,#audiobar {
		position: absolute;
		width: 50px;
		padding-left: 10px;
		padding-right: 10px;
		z-index: 20;
		transition: all 0.2s;
	}
	#menubar.open,#audiobar.open {
		width: 33%;
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
	}
	#audiobar.open {
		-webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.5);
		box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.5);
	}
	#audiobar {
		right: 0;
		overflow: hidden;
	}
	#menubar .bar-icon-wrapper {
		margin-left: 1px;
		transition: margin-left 0.2s;
	}
	#menubar.open .bar-icon-wrapper {
		margin-left: -9px;
	}
	.audiobar-toggle {
		display: block;
		position: absolute; 
		top: 15px;
		right: 0px;
		margin-right: 5px;
	}
	.audiobar-content {
		width: 0%;
		overflow: hidden;
		margin-top: 75px;
	}
	#audiobar.open .audiobar-content {
		width: 100%;
		overflow: visible;
	}
	.audiobar-toggle.active {
		background: none;
		top: 0;
		margin-right: 0px;
	}
	.audiobar-toggle .bar-icon {
		opacity: 0;
	}
	.audiobar-toggle.active .bar-icon {
		opacity: 1;
		transition: opacity 0.2s;
	}
	.audiobar-toggle.active .bar-icon:nth-child(2) {
		opacity: 0;
	}
	.audiobar-counter {
		display: block;
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		color: black;
		opacity: 1;
		transition: opacity 0.2s;
	}
	#audiobar.open .audiobar-counter {
		opacity: 0;
	}
	#content-holder {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.overlay-wrapper {
		left: 50px;
		right: 50px;
	}
	.audio-playlist .scroll-wrapper {
		padding-right: 10px !important;
		margin-right: -10px;
	}

	/*
	}
	@media screen and (max-width: 1024px) {*/
	body {
		font-size: 12px;
		line-height: 15px;
	}
	h2,
	.page-content .paragraphs-list {
		font-size: 30px;
		line-height: 30px;
	}
	h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.page-text p,
	#info p {
		font-size: 16px;
		line-height: 20px;
	}

	.col-padding { padding-left: 15px; padding-right: 15px; }
	.col-padding-2x { padding-left: 30px; padding-right: 30px; }
	.col-padding-half { padding-left: 7px; padding-right: 7px; }
	.row-padding { padding-top: 15px; padding-bottom: 15px; }
	.row-padding-2x { padding-top: 30px; padding-bottom: 30px; }
	.row-padding-half { padding-top: 7px; padding-bottom: 7px; }

	.socials-holder li {
		padding: 5px;
		width: 30px;
	}
	.pages-holder li { padding: 5px 11px; }
	.audio-link.columns-11 { width: 85%; }
	.audio-list li .download-icon { width: 15%; }

	.card-txt .scrollbar-inner,
	.page-text .scrollbar-inner {
		padding-right: 30px !important;
	}
}

/*@media screen and (max-width: 768px) {
	.col-padding { padding-left: 10px; padding-right: 10px; }
	.col-padding-2x { padding-left: 20px; padding-right: 20px; }
	.col-padding-half { padding-left: 5px; padding-right: 5px; }
	.row-padding { padding-top: 10px; padding-bottom: 10px; }
	.row-padding-2x { padding-top: 20px; padding-bottom: 20px; }
	.row-padding-half { padding-top: 5px; padding-bottom: 5px; }
	
	.socials-holder li { width: 25px; }
	body.no-scroll{
		overflow: hidden;
	}
}*/

@media screen and (max-width: 767px) {
	.small-screen { display: block;	}
	.small-screen-inline { display: inline-block; }
	.big-screen,.big-screen-inline { display: none; }
	.column-of-1,
	.column-of-2,
	.column-of-3,
	.column-of-4,
	.column-of-2-5,
	.column-of-3-5,
	.double-column-of-3,
	.columns-1,
	.columns-2,
	.columns-3,
	.columns-4,
	.columns-5,
	.columns-6,
	.columns-7,
	.columns-8,
	.columns-9,
	.columns-10,
	.columns-11,
	.columns-12 	{ width: 100%; }
	.spacers-1 { height: 0; }
	.col-padding{ padding-left: 15px; padding-right: 15px; }
	.row-padding { padding-top: 15px; padding-bottom: 15px; }
	.col-padding-2x { padding-left: 30px; padding-right: 30px; }
	.col-padding-half { padding-left: 7px; padding-right: 7px; }
	.row-padding-2x { padding-top: 30px; padding-bottom: 30px; }
	.row-padding-half { padding-top: 7px; padding-bottom: 7px; }

	body {
		/*overflow: hidden;*/
	}
	#content-holder {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#menubar, #audiobar, #searchbar {
		position: fixed;
		top: 50px;
		bottom: 50px;
		z-index: 20;
		display: none;
	}
	.overlay-wrapper {
		left: 0px;
		right: 0px;
	}
	#header h1 {
		width: 100%;
		height: 30px;
		margin: 0;
		background-position: 15px;
	}
	#header {
		height: 50px;
		padding: 10px 0;
	}
	h2,
	.page-content .paragraphs-list {
		margin-bottom: 20px; 
	}

	.mobile-sections-holder {
		position: fixed;
		bottom: 0; 
		width: 100%;
		height: 50px;
	}
	.mobile-sections-holder li {
		height: 50px;
		line-height: 45px;
		display: inline-block;
		width: 25%;
		text-align: center;
		font-size: 20px;
		color: white;
	}
	.mobile-sections-holder li.current {
		background: white;
		color: black;
	}

	
	.sidebar-menu { display: block; }
	#menubar.open,
	#audiobar.open,
	#searchbar.open { 
		display: block; 
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#menubar.open {
		padding: 0;
	}

	.audiobar-content {
		margin: 0;
	}

	.sticky-content {
		position: absolute;
		top: 45%;
		left: 0;
		width: 80%
		transform: translate(0,-50%);
		padding: 0 15px;
	}
	.tabs-holder {
		display: none;
	}
	.section-content.open .tabs-holder{
		display: block;
	}
	.info-tab {
		position: static;
		left: auto;
	}
	.info-tab + .tab {
		margin-left: 0;
	}

	.audio-controls-seek .column-of-4 {
		width: 25%;
	}
	.audio-controls-seek .column-of-2 {
		width: 50%;
	}

	.audio-playlist li {
		padding: 10px 5px;
	}
	.audio-controls {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 15px;
		border-bottom: 0;
		border-top: 2px solid black;
	}
	.audio-controls li {
		height: 32px;
		line-height: 32px;
	}
	.audio-playlist .remove-audio {
		padding: 11px 0 11px 4px;
	}

	.sidebar-menu li {
		padding: 0;
	}
	.section-link {
		width: 100%;
		display: block;
		padding: 10px 15px;
	}
	.sidebar-menu li a.open {
		border-bottom: 0;
		border-left: 5px solid black
	}
	#menubar {
		padding: 0;
	}
	#menubar .clear {
		display: none;
	}
	.mobile-pages-holder,
	.mobile-languages-holder,
	.mobile-socials-holder {
		padding: 10px 15px;
		list-style: none;
	}
	.mobile-pages-holder li,
	.mobile-languages-holder li {
		font-size: 1.33em;
		line-height: 2;
	}
	.mobile-pages-holder li a,
	.mobile-languages-holder li a,
	.mobile-socials-holder li a {
		color: white;
		font-weight: normal;
	}
	.mobile-languages-holder li {
		display: inline-block;
		padding-right: 10px;
	}
	.mobile-socials-holder li {
		display: inline-block;
		padding: 5px 10px 5px 0;
		width: 25px;
	}
	.section-link.archivio-brd, .section-link.archive-brd { background: #FAAC4A; }
	.section-link.progetti-brd, .section-link.projects-brd { background: #A971B1; }
	.section-link.calls-brd { background: #3FBBA3; }
	.section-link.live-brd { background: #F75E54; }
	.section-link.audioguide-brd, .section-link.audioguides-brd { background: #AC9680; }
	.section-link.notizie-brd, .section-link.news-brd { background: #B8CF6A; }
	.section-link.tags-brd { background: #A0A0A0; }

	.tabs-scroll-left,
	.tabs-scroll-right {
		display: none !important
	}
	.portfolio-related-link {
		padding-top: 66%;
	}
	.scrollbar-inner-content {
		padding-top: 10px;
	}
	.card-sidebar-stripe {
		padding: 10px 0;
	}
	.seek-knob {
		width: 24px;
		height: 24px;
	}
	.archive-letters-index,
	.archive-content thead,
	.archive-content tbody td {
		display: none;
	}
	.archive-content tbody td:first-child {
		display: table-cell;
	}
	tbody tr:first-child td {
		padding-top: 0;
	}
	#small-search-input {
		width: 85%;
		display: block;
		/*border-bottom: 2px solid white;*/
	}
	#small-search-btn {
		width: 15%;
		text-align: center;
	}
	.mobile-socials-holder li {
		font-size: 20px;
		width: 50px;
	}
	.socials-holder li:first-child {
		display: none;
	}
	.audio-stripe &gt; .metadata-label {
		padding-top: 0;
	}
	.audio-list li .download-icon {
		right: 0;
	}

	.onair-link {
		position: absolute;
		right: -10px;
		top: -30px;
		width: 30px;
		height: 30px;
	}
}</pre></body></html>