<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 25 ottobre 2023 */


/*********** #font styles ***********/
@import url('../../common/fonts/fontawesome-free-6.4.2-web/css/all.min.css');


/* Definizione delle classi principali */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	line-height: 1.166;
	padding: 0px;
	margin: 0px;
	background: #FFF;
}

p.bodytext, p.align-center, p.align-right, p.align-left, p.align-justify {
	font-size: 80%;
	color: #333;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-justify {
	text-align: justify;
}

.contenttable p {
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
	/*font-weight: normal;*/
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
h1{
	font-size: 150%;
}
h2{
	font-size: 140%;
}
h3{
	font-size: 130%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 110%;
}
h6{
	font-size: 100%;
}
h1 a:link, h1 a:visited, h1 a:hover,
h2 a:link, h2 a:visited, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:hover,
h4 a:link, h4 a:visited, h4 a:hover,
h5 a:link, h5 a:visited, h5 a:hover,
h6 a:link, h6 a:visited, h6 a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #000;
	text-decoration: underline;
}

ul{
	list-style-type: square;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}
ol{
	font-size: 80%;
	line-height: 1.462;
}
ol ol{
	font-size: 100%;
}
ol ol ol{
	font-size: 100%;
}

ol ul {
	font-size: 100%;
}

hr {
	height: 0px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #E5E5E5;
}

img {
	border: 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

#container {
	width: 100%;
	padding: 0;
	margin: 0;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

#header {
	position: relative;
	/*position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ECECEC;
	/*overflow: hidden;*/
	/*background: #FFF;*/
}
#logo {
	float: left;
	width: 145px;
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 0px 7px;
}
@media only screen and (min-width: 360px) {
	#logo {
		width: 170px;
		margin: 13px 0px 0px 7px;
	}
}
#logo img {
	display: block;
	width: 100%;
}
#meteo {
	width: 70px;
	height: 69px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	line-height: 69px;
}
#menu {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#headerMenu {
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 20px;
	overflow: hidden;
}

#content {
	max-width: 675px;
	min-height: 100px;
	padding: 0px 2%;
	margin: 0px auto;
	/*overflow: hidden;*/
}

#toTop {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#footerMenu {
	padding: 0px 0px 0px 0px;
	margin: 30px 2%;
	overflow: hidden;
}

#footer {
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 100px;
}




/***********************************************/
/* Caratteristiche specifiche dei Divs         */
/***********************************************/

/************** TITOLI CONTENUTI **************/
.csc-header {
	position: relative;
	text-align: center;
}
.csc-header h1, .csc-header h2, .csc-header h3, .csc-header h4, .csc-header h5, .csc-header h6 {
	display: inline-block;
	min-width: 60%;
	padding: 10px 15px;
	margin: 0px auto 20px;
	border-radius: 20px;   
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px; 
	background: #4A73CD;
	color: #FFF;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.csc-frame-frame1 .csc-header h1, .csc-frame-frame1 .csc-header h2, .csc-frame-frame1 .csc-header h3, .csc-frame-frame1 .csc-header h4, .csc-frame-frame1 .csc-header h5, .csc-frame-frame1 .csc-header h6 {
	background: #920956;
}
.csc-frame-frame2 .csc-header h1, .csc-frame-frame2 .csc-header h2, .csc-frame-frame2 .csc-header h3, .csc-frame-frame2 .csc-header h4, .csc-frame-frame2 .csc-header h5, .csc-frame-frame2 .csc-header h6 {
	background: #212121;
}

.csc-header h1:after, .csc-header h2:after, .csc-header h3:after, .csc-header h4:after, .csc-header h5:after, .csc-header h6:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\f0dd";
	position: absolute;
	bottom: 9px;
	left: 50%;
	margin: 0 0 0 -5px;
	color: #4A73CD;
	font-size: 2em;
}
.csc-frame-frame1 .csc-header h1:after, .csc-frame-frame1 .csc-header h2:after, .csc-frame-frame1 .csc-header h3:after, .csc-frame-frame1 .csc-header h4:after, .csc-frame-frame1 .csc-header h5:after, .csc-frame-frame1 .csc-header h6:after {
	color: #920956;
}
.csc-frame-frame2 .csc-header h1:after, .csc-frame-frame2 .csc-header h2:after, .csc-frame-frame2 .csc-header h3:after, .csc-frame-frame2 .csc-header h4:after, .csc-frame-frame2 .csc-header h5:after, .csc-frame-frame2 .csc-header h6:after {
	color: #212121;
}

.csc-header h1 a:link, .csc-header h1 a:visited, .csc-header h1 a:hover,
.csc-header h2 a:link, .csc-header h2 a:visited, .csc-header h2 a:hover,
.csc-header h3 a:link, .csc-header h3 a:visited, .csc-header h3 a:hover,
.csc-header h4 a:link, .csc-header h4 a:visited, .csc-header h4 a:hover,
.csc-header h5 a:link, .csc-header h5 a:visited, .csc-header h5 a:hover,
.csc-header h6 a:link, .csc-header h6 a:visited, .csc-header h6 a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.csc-header h1 a:hover,
.csc-header h2 a:hover,
.csc-header h3 a:hover,
.csc-header h4 a:hover,
.csc-header h5 a:hover,
.csc-header h6 a:hover {
	color: #FFF;
	text-decoration: none;
}



/*********** #menu styles ***********/
#nav-aux {
	
}
#toggle-navigazione {
	width: 70px;
	height: 69px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #4A73CD url(../images/mobile/nav-ico.png) no-repeat center center scroll;
	background-size: 40px 40px;
	text-decoration: none;
}
.menu {
	position: absolute;
	top: 69px;
	right: 0px;
	z-index: 1000;
	display: none;
	width: 94%;
	padding: 15px 3% 20px;
	margin: 0px 0px 0px 0px;
	background: #3B5CA4 url(../images/mobile/bgr_menu.gif) no-repeat right 20px scroll;
	background-size: 40px 186px;
	text-align: left;
}

ul#menu01, ul#menu02, ul#menu03 {
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	text-transform: uppercase;
}
ul#menu01, ul#menu02 {
	width: 46%;
	margin: 0 4% 0 0;
}
ul#menu03 {
	width: 100%;
	clear: both;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

li.menu_NO {
	display: block;
	list-style-type: none;
	font-size: 90%;
}
li.menu_NO a, li.menu_NO a:link, li.menu_NO a:visited, li.menu_NO a:active {
	display: block;
	padding: 8px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
li.menu_NO a:hover {
	color: #FFF;
	text-decoration: none;
}

li.menu_ACT {
	display: block;
	list-style-type: none;
	font-size: 90%;
}
li.menu_ACT a, li.menu_ACT a:link, li.menu_ACT a:visited, li.menu_ACT a:active {
	display: block;
	padding: 8px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
li.menu_ACT a:hover {
	color: #FFF;
	text-decoration: none;
}

ul#menu03 li.menu_NO a, ul#menu03 li.menu_NO a:link, ul#menu03 li.menu_NO a:visited, ul#menu03 li.menu_NO a:active {
	padding: 4px 0px;
}
.menu-img {
	display: inline-block;
	padding: 7px;
	margin: 0 3px 0 0;
	background: #4A73CD;
	border-radius:999em;
	-moz-border-radius:999em;
	-webkit-border-radius:999em;
	-o-border-radius: 999em;
	vertical-align: middle; 
}
.menu-img01 {
	background: #920956;
}
.menu-img img {
	width: 22px;
}



/*********** #meteo styles ***********/
#meteo span {
	display: block;
}
#meteo .tdL {
	float: left;
	width: 35%;
	margin: 21px 0 0 0;
}
#meteo .tdR {
	float: left;
	width: 65%;
}
#meteo .tdL img {
	width: 100%;
}
#meteo .tdR .blocchetto {
	margin: 0 0 0 3px;
	font-size: 85%;
}
#meteo a:link, #meteo a:visited, #meteo a:hover {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#meteo a:hover {
	color: #000;
	text-decoration: none;
}


#contentDatameteo h3 {
	text-align: center;
}



/*********** #headerMenu styles ***********/
#headerMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 100%;
	text-align: center;
}
#headerMenu li {
	display: inline-block;
	margin: 0 3px;
}
#headerMenu li a, #headerMenu li a:link, #headerMenu li a:visited, #headerMenu li a:active {
	text-decoration: none;
	color: #4A73CD;
	font-weight: 400;
}
#headerMenu li a:hover {
	text-decoration: none;
	color: #000;
}
#headerMenu i {
	vertical-align: -0.125em;
	font-size: 120%;
}
.headerMenu-btn {
	display: inline-block;
	padding: 8px;
	background: #DE6258;
	border-radius: 3px;
	font-size: 70%;
	color: #FFF !important;
}



/*********** #footerMenu styles ***********/
#footerMenu ul {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase;
}

li.footerMenu {
	display: inline-block;
	list-style-type: none;
	font-size: 75%;
	color: #000;
}
li.footerMenu a, li.footerMenu a:link, li.footerMenu a:visited, li.footerMenu a:active {
	display: inline-block;
	padding: 0px 5px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
li.footerMenu a:hover {
	color: #4A73CD;
	text-decoration: none;
}

li.footerMenu-ACT {
	display: inline-block;
	list-style-type: none;
	font-size: 75%;
	color: #4A73CD;
}
li.footerMenu-ACT a, li.footerMenu-ACT a:link, li.footerMenu-ACT a:visited, li.footerMenu-ACT a:active {
	display: inline-block;
	padding: 0px 5px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	text-decoration: none;
	color: #4A73CD;
	font-weight: normal;
}
li.footerMenu-ACT a:hover {
	color: #4A73CD;
	text-decoration: none;
}



/************** #toTop styles **************/
#toTop {
	font-size: 120%;
	color: #FFF;
	text-align: center;
}
#toTop img {
	width: 16px;
	height: 10px;
	display: block;
	margin: 0px auto 3px;
}
#toTop a, #toTop a:link, #toTop a:visited, #toTop a:active {
	display: block;
	width: 34px;
	height: 34px;
	padding: 20px;
	margin: 0px auto;
	border-radius:999em;   
	-moz-border-radius:999em;
	-webkit-border-radius:999em;
	-o-border-radius: 999em;
	background: #000;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#toTop a:hover {
	background: #4A73CD;
	color: #FFF;
	text-decoration: none;
}



/************** #bottomMenu styles **************/
ul#bottomMenu {
	padding: 0px;
	margin: 0 0 30px;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase;
}
#bottomMenu li {
	display: inline-block;
	list-style-type: none;
	font-size: 75%;
	color: #000;
}
#bottomMenu li a, #bottomMenu li a:link, #bottomMenu li a:visited, #bottomMenu li a:active {
	display: inline-block;
	padding: 0px 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
#bottomMenu li a:hover {
	color: #4A73CD;
	text-decoration: none;
}
.bottomMenu-img {
	display: inline-block;
	padding: 7px;
	margin: 0 3px 0 0;
	background: #4A73CD;
	border-radius:999em;
	-moz-border-radius:999em;
	-webkit-border-radius:999em;
	-o-border-radius: 999em;
	vertical-align: middle; 
}
.bottomMenu-img img {
	width: 22px;
}



/************** #footer styles **************/
#footer {
	font-size: 70%;
	color: #000;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}



/************** contenitore BANNER **************/
.phpads_container, .csc-frame-invisible {
	width: 104%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px -2%;
	text-align: center;
}
.phpads_container div {
	margin: auto;
}




/***********************************************/
/*                     NEWS                    */
/***********************************************/

/************** NEWS catmenu **************/
ul.news-catmenu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	font-size: 100%;
}
li.news-catmenu-level1 {
	position: relative;
	float: left;
	width: 31.33%;
	height: 65px;
	padding: 0px 0px 0px 0px;
	margin: 0px 1% 10px;
	list-style-type: none;
	font-size: 70%;
	text-transform: uppercase;
	text-align: center;
}
.news-catmenu-NO, .news-catmenu-ACT {
	display: block;
	width: 32px;
	height: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	border-radius: 20px;   
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px; 
	background: #4A73CD url(../images/mobile/zona.png) no-repeat center center scroll;
	background-size: 22px 22px;
}
.csc-frame-frame1 .news-catmenu-NO, .csc-frame-frame1 .news-catmenu-ACT {
	background: #920956 url(../images/mobile/rubrica.png) no-repeat center center scroll;
	background-size: 22px 22px;
}
.csc-frame-frame2 .news-catmenu-NO, .csc-frame-frame2 .news-catmenu-ACT {
	background: #212121 url(../images/mobile/zona.png) no-repeat center center scroll;
	background-size: 22px 22px;
}
li.news-catmenu-level1 a, li.news-catmenu-level1 a:link, li.news-catmenu-level1 a:visited, li.news-catmenu-level1 a:active {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 35px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
li.news-catmenu-level1 a:hover {
	color: #000;
	text-decoration: none;
}

li.news-catmenu-level2 {
	display: none;
}



/************** NEWS List **************/
.news-list-container {
	margin: 0px 0px 30px 0px;
}
.news-list-item {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.news-list-item01 {
	padding: 10px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #CCC;
	overflow: hidden;
}
.news-list-item02 {
	margin: 0 0 30px;
	overflow: hidden;
}

.news-list-category-header {
}
.news-list-date-header {
	font-size: 75%;
}

.news-list-item .news-list-image {
	position: relative;
}
.news-list-item .news-list-image img {
	
}
.news-list-item .news-list-image-top img {
	width: 104%;
	/*max-width: 480px;*/
	height: auto;
	margin: 0px 0px 10px -2%;

}
.news-list-item .news-list-image-left img {
	float: left;
	width: 30%;
	max-width: 320px;
	height: auto;
	margin: 0px 10px 2px 0px;
}
.news-list-item .news-list-image-right img {
	float: right;
	width: 30%;
	max-width: 320px;
	height: auto;
	margin: 0px 0px 2px 10px;
}

.news-cat-gallery .news-list-image:after {
        position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
        background: rgba(0, 0, 0, 0.2) url(../images/mobile/gallery.png) no-repeat center center scroll;
	background-size: 22px 22px;
        content: "";
}
.news-cat-video .news-list-image:after {
        position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
        background: rgba(0, 0, 0, 0.2) url(../images/mobile/video.png) no-repeat center center scroll;
	background-size: 22px 22px;
        content: "";
}
.news-cat-gallery .news-list-image-top:after,
.news-cat-video .news-list-image-top:after {
        width: 60px !important;
	height: 60px !important;
	margin: 0 -2% 0 0;
	background-size: 32px 32px !important;
}

.news-list-item h1 {
	margin-bottom: 5px;
	font-size: 120%;
}
.news-list-item h1 a, .news-list-item h1 a:link, .news-list-item h1 a:visited, .news-list-item h1 a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.news-list-item h1 a:hover {
	color: #000;
	text-decoration: none;
}

.news-list-item h2 {
	margin-bottom: 5px;
	font-size: 100%;
}
.news-list-item h2 a, .news-list-item h2 a:link, .news-list-item h2 a:visited, .news-list-item h2 a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.news-list-item h2 a:hover {
	color: #000;
	text-decoration: none;
}

.news-list-item .news-list-date {
	font-size: 75%;
	color: #000;
	font-weight: normal;
}
.news-list-category {
	display: inline-block;
	padding: 8px 5px;
	margin: 0 5px 0 0;
	background: #4A73CD;
	color: #FFF;
}
.news-list-date a, .news-list-date a:link, .news-list-date a:visited, .news-list-date a:active {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.news-list-date a:hover {
	color: #FFF;
	text-decoration: none;
}

.news-list-item p.bodytext, .news-list-item p {
	margin: 0px;
	font-size: 100%;
}
.news-list-content p.bodytext,.news-list-content p {
	font-size: 85%;
}


/****** csc-frame-frame1 ******/
.csc-frame-frame1 .news-list-item {
	overflow: hidden;
}
.csc-frame-frame1 .news-list-item .news-list-image-top {
	/*display: inline-block;*/
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background: #920956;
}
.csc-frame-frame1 .news-list-item .news-list-image-top img {
	width: 100%;
	margin: 0px;
}
.csc-frame-frame1 .news-list-item .news-list-image-left img,
.csc-frame-frame1 .news-list-item .news-list-image-right img {
	width: 20%;
	padding: 5px;
	background: #920956;
}
.csc-frame-frame1 .news-list-item h1 a, .csc-frame-frame1 .news-list-item h1 a:link, .csc-frame-frame1 .news-list-item h1 a:visited, .csc-frame-frame1 .news-list-item h1 a:active,
.csc-frame-frame1 .news-list-item h2 a, .csc-frame-frame1 .news-list-item h2 a:link, .csc-frame-frame1 .news-list-item h2 a:visited, .csc-frame-frame1 .news-list-item h2 a:active {
	color: #920956;
}


/****** csc-frame-frame2 ******/
.csc-frame-frame2 .news-list-container {
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	background: #212121;
}
.csc-frame-frame2 .news-list-item01 {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-top: 0px;
	border-bottom: 1px solid #646464;
}
.csc-frame-frame2 .news-list-item .news-list-image-top {
	margin: 0px 0px 10px 0px;
}
.csc-frame-frame2 .news-list-item .news-list-image-top img {
	width: 100%;
	margin: 0px;
}
.csc-frame-frame2 .news-list-item h1 a, .csc-frame-frame2 .news-list-item h1 a:link, .csc-frame-frame2 .news-list-item h1 a:visited, .csc-frame-frame2 .news-list-item h1 a:active,
.csc-frame-frame2 .news-list-item h2 a, .csc-frame-frame2 .news-list-item h2 a:link, .csc-frame-frame2 .news-list-item h2 a:visited, .csc-frame-frame2 .news-list-item h2 a:active {
	color: #FFF;
}



/************** NEWS Latest **************/
.news-latest-container {
	width: 104%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px -2%;
	overflow: hidden;
}
.news-latest-item {
	position: relative;
	float: left;
	width: 49.6%;
	padding: 0px 0px 0px 0px;
	margin: 0.2%;
}
.news-latest-dategroup {
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 5px 0px;
	font-size: 100%;
	color: #000;
	font-weight: bold;
}
.news-latest-title {
	position: absolute;
	bottom: 0px;
	width: 94%;
	min-height: 65px;
	padding: 5px 3%;
	margin: 0px 0px 0px 0px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 85%;
}
.news-latest-title a, .news-latest-title a:link, .news-latest-title a:visited, .news-latest-title a:active {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.news-latest-title a:hover {
	color: #FFF;
	text-decoration: none;
}
.news-latest-image img {
	width: 100%;
	/*max-width: 320px;*/
	height: auto;
	margin: 0px 0px 0px 0px;
}
.news-latest-category {
	padding: 8px 5px;
	margin: 0px 0px 0px 0px;
	background: #4A73CD;
	font-size: 75%;
	color: #FFF;
	text-align: center;
}
.news-latest-category a, .news-latest-category a:link, .news-latest-category a:visited, .news-latest-category a:active {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.news-latest-category a:hover {
	color: #FFF;
	text-decoration: none;
}



/************** NEWS Gallery **************/
.news-latest-container .flexslider .slides {
	font-size: 100%;
}
.gallery-latest-item {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.gallery-latest-title {
	position: absolute;
	bottom: 0px;
	width: 94%;
	min-height: 50px;
	padding: 5px 3%;
	margin: 0px 0px 0px 0px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 85%;
}
.gallery-latest-title a, .gallery-latest-title a:link, .gallery-latest-title a:visited, .gallery-latest-title a:active {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.gallery-latest-title a:hover {
	color: #FFF;
	text-decoration: none;
}
.gallery-latest-image img {
	width: 100%;
	/*max-width: 480px;*/
	height: auto;
}

/* Direction Nav */
.flex-direction-nav a  { text-indent: 100%; white-space: nowrap; width: 32px !important; height: 32px !important; border-radius:999em; -moz-border-radius:999em; -webkit-border-radius:999em; -o-border-radius: 999em; margin: -16px 0 0 !important; opacity: 1 !important; text-shadow: none !important; }
.flex-direction-nav .flex-prev { background: #4A73CD url(../images/mobile/arrowSx.png) no-repeat center center scroll; background-size: 8px 14px; }
.flex-direction-nav .flex-next { background: #4A73CD url(../images/mobile/arrowDx.png) no-repeat center center scroll; background-size: 8px 14px; }
.flexslider:hover .flex-prev { opacity: 1 !important; }
.flexslider:hover .flex-next { opacity: 1 !important; }
.flex-direction-nav a:before  { content: '' !important; }
.flex-direction-nav a.flex-next:before  { content: '' !important; }



/************** to24/toCat **************/
.to24,
.toCat {
	padding: 0px 0px 0px 0px;
	margin: -10px 0px 30px 0px;
	font-size: 90%;
	text-align: center;
	text-transform: uppercase;
}
.toCat {
	margin-top: 20px;
}
.to24 a, .to24 a:link, .to24 a:visited, .to24 a:active,
.toCat a, .toCat a:link, .toCat a:visited, .toCat a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.to24 a:hover,
.toCat a:hover {
	color: #000;
	text-decoration: none;
}



/************** NEWS Single **************/
.csc-header-single {
	margin: 0 0 10px;
}
.csc-header-single h3 {
	font-size: 75%;
}
.news-single-category-header {
	text-transform: uppercase;
}

.news-single-item {
	
}
.news-single-item h1.title {
	font-size: 160%;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}
.news-single-item h2.subheader {
	font-size: 120%;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
.news-single-image {
	margin: 0 0 30px 0;
	text-align: center;
}
.news-single-image img {
	width: 104%;
	/*max-width: 480px;*/
	height: auto;
	margin: 0px 0px 0px -2%;
	text-align: center;
}
p.news-single-imgcaption {
	width: 100% !important;
	margin: 4px 0px 0px 0px;
	font-size: 70% !important;
}
.news-single-content p.bodytext, .news-single-content p, .news-single-content ul, .news-single-content ol {
	font-size: 95%;
	line-height: 1.462;
}
.news-single-content ul p, .news-single-content ol p {
	font-size: 100%;
}
.news-single-content img {
	/*width: auto;*/
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.news-single-content iframe:not([id^="google_ads_iframe_"]) {
		width: 100% !important;
	}
}

.news_single_gallery {
	margin: 20px 0;
	overflow: hidden;
}
.news_single_gallery_el {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: center;
}
.news_single_gallery_el:nth-child(even) {
	padding-left: 5px;
	padding-right: 0;
}
.news_single_gallery_el img {
	width: 100%;
	max-width: 320px;
	height: auto;
}
.news_single_gallery p.news-single-imgcaption {
	display: none;
}

.news-single-related,
.news-single-files {
	font-size: 80%;
}
.news-single-related a, .news-single-related a:link, .news-single-related a:visited, .news-single-related a:active,
.news-single-files a, .news-single-files a:link, .news-single-files a:visited, .news-single-files a:active {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.news-single-related a:hover,
.news-single-files a:hover {
	color: #333;
	text-decoration: none;
}
.news-single-related dt,
.news-single-files dt {
	color: #000;
	font-weight: bold;

	margin-bottom: 5px;
}
.news-single-additional-info dd {
	margin: 0px;
}

.news-single-author,
.news-single-author-profile {
	font-size: 75%;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
.news-single-author a, .news-single-author a:link, .news-single-author a:visited, .news-single-author a:active,
.news-single-author-profile a, .news-single-author-profile a:link, .news-single-author-profile a:visited, .news-single-author-profile a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.news-single-author a:hover,
.news-single-author-profile a:hover {
	color: #000;
	text-decoration: none;
}
.news-single-author img,
.news-single-author-profile img {
	vertical-align: middle;
}
.news-single-author-profile img {
	margin-right: 5px;
	border-radius: 50%;
}


/************** NEWS 24 ore **************/
.news-archivio24-container {
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.news-archivio24-item {
	margin-bottom: 8px;
	overflow: hidden;
}
.news-archivio24-title {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	font-size: 100%;
	color: #000;
	font-weight: bold;
}
.news-archivio24-title a, .news-archivio24-title a:link, .news-archivio24-title a:visited, .news-archivio24-title a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.news-archivio24-title a:hover {
	color: #000;
	text-decoration: none;
}
.news-archivio24-date {
	font-size: 75%;
}



/************** NEWS archivio **************/
.news-search-form {
	margin: 0px 0px 20px 0px;
}
.news-search-emptyMsg {
	display: none;
}
.news-search-form form, .news-search-form fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.news-search-form .news-search-field {
	margin: 0px 0px 8px 0px;
	overflow: hidden;
}
.news-search-form .news-search-field label {
	display: block;
	float: left;
	width: 20%;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
}
.news-search-form .news-search-field input[type="text"], .news-search-form .news-search-field input[type="date"], .news-search-form .news-search-field select {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 80%;
	padding: 5px;
	margin: 0px;
	border: 1px solid #CCC;
	font-size: 100%;
}
.news-search-form .news-search-field input[type="submit"] {
	padding: 10px 20px;
	margin: 0px;
	border: 0px;
	border-radius: 20px;   
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px; 
	background: #4A73CD;
	font-size: 100%;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.news-list-browse .showResultsWrap {
	margin: 10px 0px;
	font-size: 90%;
	color: #000;
	font-weight: bold;
}
.news-list-browse .browseLinksWrap {
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background: #EEE;
	font-size: 80%;
	color: #000;
	text-align: center;
}
.news-list-browse .browseLinksWrap a, .news-list-browse .browseLinksWrap a:link, .news-list-browse .browseLinksWrap a:visited, .news-list-browse .browseLinksWrap a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.news-list-browse .browseLinksWrap a:hover {
	color: #000;
	text-decoration: none;
}
.news-list-browse .browseLinksWrap .activeLinkWrap {
	font-weight: bold;
}</pre></body></html>