<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	public $pages = '
		&lt;div class="row textpage"&gt;
		&lt;div class="small-12 columns"&gt;
			&lt;div class="textpage-header"&gt;
				&lt;h1&gt;${TITLE}&lt;/h1&gt;
				IF{SUBTILE}&lt;h2&gt;${SUBTITLE}&lt;/h2&gt;END{SUBTILE}
			&lt;/div&gt;
			&lt;div class="textpage-text"&gt;${TEXT}&lt;/div&gt;
		&lt;/div&gt;
		&lt;/div&gt;
		IF{MORE}${MORE}END{MORE}
	';*/

div#up main article .homepage {
	margin: 0;
	padding: 0;
	margin: 30px 0 0 30px;
}

div#up main article .homepage .grid-x &gt; .cell {
	margin-bottom: 30px;
}

.homepage .box { }
.homepage .box .box-head {}
.homepage .box .box-head img {}
.homepage .box .box-main {}
.homepage .box .box-main .box-content {}
.homepage .box .box-main .box-content .box-content-text {}
.homepage .box .box-main .box-content .box-content-text h1 {}
.homepage .box .box-main .box-content .box-content-text p {}
.homepage .box .box-main .box-content .box-content-text a {}
.homepage .box .box-main .box-content .box-content-text a:hover {}
.homepage .box .box-main .box-content .box-content-html {}
.homepage .box .box-main .box-side {}


.homepage .box { 
	background:white;
	color:#333;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);	
}

.homepage .box:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  box-shadow:0 3px 4px rgba(0,0,0,0.24), 0 2px 4px rgba(0,0,0,0.36);
}
.homepage .box .box-head {}
.homepage .box .box-head img {}
.homepage .box .box-head .box-full-img { display: none; }
.homepage .box .box-main {}
.homepage .box .box-main .box-content {
	padding:15px;
}
.homepage .box .box-main .box-content .box-content-text {}
.homepage .box .box-main .box-content .box-content-text h1 {
	font-size:1.25rem;
	color:#F39200;
	margin-bottom:0.75rem;
	font-weight:normal;
}
.homepage .box .box-main .box-content .box-content-text p {
	font-size:1rem;
	line-height: 1.5rem;
}
.homepage .box .box-main .box-content .box-content-text a:link, 
.homepage .box .box-main .box-content .box-content-text a:visited {
	color:#F39200;
	text-decoration:none;
}
.homepage .box .box-main .box-content .box-content-text a:hover {
	color: #666;
	text-decoration: none;
}

.homepage .box .box-main .box-side {
	display: none;
	border-top:solid 1px rgba(243,146,0,0.5); /* border -with-opacity */
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	height: 2.6rem;
	height: 3.75rem;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.homepage .box .box-main .box-side.box-side-content {
	position:relative;
	padding:0;
}
.homepage .box .box-main .box-side .box-side-content p {
	padding:0; margin:0;
	padding:0 15px;
	font-size:0.95rem;
	color:#000;
	line-height: 2.6rem;
	line-height: 3.75rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.homepage .box .box-main .box-side .box-side-content p a {
	color:#444;
	font-weight: bold;
}

.homepage .box .box-main .box-side .box-side-content p a:hover {
	color:#666;
}

.homepage .box .box-main .box-side .box-side-content i.fa {
	position:absolute;
	top:-0.75rem;
	left:15px;
	font-size:1.5rem;
	color:#F39200;
	background: white;
}

.homepage .box .box-main .box-side .box-side-content img.box-side-logo {
	position: absolute;
	top:-15px;
	left: 15px;
	background: white;
}

/**
	box-with-side-quote
	Cambia lo stile del footer dei box "quote"
*/
.homepage .box.box-with-side-quote .box-main .box-side .box-side-content p {
	line-height: 1rem;
	white-space: normal;
	text-overflow: initial;
	margin-top: 15px;
	font-style: italic;
	color:#777;
	font-family: Georgia, "Droid Serif", serif;
	font-size: 0.9rem;
}

.homepage .box.box-with-side-quote .box-main .box-side .box-side-content img.box-side-logo {
	left: auto;
	right:15px; 
	position: absolute;
}

/**
	box-with-side-quote
	Cambia lo stile del footer dei box "news"
*/
.homepage .box.box-with-side-news .box-main .box-side .box-side-content p {
	line-height: 1rem;
	white-space: normal;
	text-overflow: initial;
	margin-top: 15px;
	/*font-style: italic;*/
	color:#000;
	/*font-family: Georgia, "Droid Serif", serif;*/
	font-size: 1rem;
}

.homepage .box.box-with-side-news .box-main .box-side .box-side-content img.box-side-logo {
	left: auto;
	right:15px; 
	position: absolute;
}

/**
	box-with-side 
*/
.homepage .box.box-with-side {
	position: relative;
	padding-bottom: 2.6rem;
	padding-bottom: 3.75rem;
}
.homepage .box.box-with-side .box-side {
	display: block;
	background: white;
	/*z-index: 1;*/
}

/** BOX FULL SOLO PER DESKTOP */

@media screen and (min-width: 768px) {

	/* Right */
	.homepage .box.box-full {
		height: 281px;
		overflow: hidden;
	}

	.homepage .box.box-full .box-head {
		width: 281px;
		float: right;
	}

	.homepage .box.box-full .box-head img { 
		display: none !Important;
	}

	.homepage .box.box-full .box-head .box-full-img {
		display: block;
		width: 281px;
		height: 281px;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;		
	}

	.homepage .box.box-full .box-main {
		width: calc(100% - 281px);
		float: left;
	}

	.homepage .box.box-full .box-main {
		position: relative;
		height: 281px;
	}	

	.homepage .box.box-full .box-main .box-content .box-content-text {}
	.homepage .box.box-full .box-main .box-content .box-content-text h1 {
		font-size:1.5rem;
		margin-bottom:0.75rem;
		font-weight:bold;
	}
	.homepage .box .box-main .box-content .box-content-text p {
		font-size:1.1rem;
		overflow:hidden;
	}	

	.homepage .box.box-full.box-with-side {
		position: initial;
		padding-bottom: 0;
	}

	.homepage .box.box-full.box-with-side .box-side {
		display: block;
	}	

	/* Left */
	.homepage .box.box-full-left .box-head {
		width: 281px;
		float: left;
	}
	.homepage .box.box-full-left .box-main {
		float: right;
	}	

}

/** NEWS **/
.homepage-newsline {
	background: #ccc;
	width: 100%;
}

.homepage-newsline .homepage {
	max-width: 900px;
}

.homepage-newsline .homepage-slide-header {
	line-height: 3rem;
	height: 3rem;
	margin-bottom: 0 !Important;
	text-transform: uppercase;
	color:#eeefff;
	font-weight: bold;
}

.homepage-newsline .homepage-slide-header i {
	color:#F39200;
}

#homepage-slide-pagination-news.owl-nav,
#homepage-slide-pagination-events.owl-nav {
	display: block;
	line-height: 3rem;
	height: 3rem;
}
#homepage-slide-pagination-news.owl-nav .owl-dot,
#homepage-slide-pagination-events.owl-nav .owl-dot {
	width: 12px;
	height: 12px;
	background-color: #eee;
	border-radius: 50%;
	margin: 3px;
	display: inline-block;
	cursor:pointer;
}

#homepage-slide-pagination-news.owl-nav .owl-dot.active,
#homepage-slide-pagination-events.owl-nav .owl-dot.active {
	background-color:#F39200;
}

@media screen and (max-width: 75rem) {
	.homepage-newsline .homepage {
		width: 100%;
		max-width: calc(100% - 60px);
	}
}

@media screen and (max-width: 30rem) {
	.homepage-newsline .homepage {
		width: 100%;
		max-width: calc(100% - 30px);
	}
}


/**
FORM RICERCA E FILTRO NEWS
*/
.homepage .box .box-head form.form-agenda {
	padding: 1rem 0;
	background-color: #eee;
}
.homepage .box .box-head form.form-agenda input, 
.homepage .box .box-head form.form-agenda button, 
.homepage .box .box-head form.form-agenda select {
	margin: 0 !Important; 
}
.homepage .box .box-head form.form-agenda button {
	background-color: #F39200;
}
.homepage .box .box-head form.form-agenda h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9rem;
}

/**
	PAGINAZIONE
*/

.homepage .box .box-head .pagination-container {
	text-align: center;
}

.homepage .box .box-head .pagination-container ul.pagination li.current {
	background-color: #F39200;
	color:white;
}

/**
STRISCIA ALERT
&lt;row&gt;
	&lt;col cols="3"&gt;
 	   &lt;box type="classic"&gt;&lt;rawhead&gt;&lt;![CDATA[
			&lt;div class="alertbox"&gt;
				&lt;a href="{LINK}"&gt;
				&lt;i class="fa fa-exclamation-triangle" aria-hidden="true"&gt;&lt;/i&gt;
				{TESTO}
				&lt;/a&gt;
			&lt;/div&gt;
		]]&gt;&lt;/rawhead&gt;&lt;/box&gt;
    &lt;/col&gt;
 &lt;/row&gt;
*/

.homepage .box .box-head .alertbox {
	background-color: #f05022;
	color: white;
	padding: 15px;
	line-height: 2rem;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 700;
}
.homepage .box .box-head .alertbox i.fa {
	display: inline-block;
	margin-right: 0.5rem;
}
.homepage .box .box-head .alertbox a:link,
.homepage .box .box-head .alertbox a:visited {
	color:white;
}
.homepage .box .box-head .alertbox a:active,
.homepage .box .box-head .alertbox a:hover {
	color: #F8F8F8;
	text-decoration:none;
}



/**
	Albo pretorio lst
*/
.homepage .box .box-head table.albopretorio-form, 
.homepage .box .box-head table.albopretorio-results {
	margin: 0;
	font-size: .9rem;
}

.homepage .box .box-head table.albopretorio-form input, 
.homepage .box .box-head table.albopretorio-form select {
	width: auto;
	margin: 0;
	color:#555;
}

.homepage .box .box-head table.albopretorio-form tr th {
	text-align: left;
}

.homepage .box .box-head table.albopretorio-form tr td {
	padding:0;
	line-height: 48px;
	height: 48px;
}

.homepage .box .box-head table.albopretorio-form tr td.label {
	background-color: transparent;
	color:#444;
	padding-left: 4px;
}</pre></body></html>