
/************** NEWS Catmenu **************/
ul.news-catmenu {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	font-size: 100%;
}
ul.news-catmenu li {
	list-style-type: none;
	font-size: 100%;
	text-transform: uppercase;
	text-align: center;
}
ul.news-catmenu li a, ul.news-catmenu li a:link, ul.news-catmenu li a:visited, ul.news-catmenu li a:active {
	display: block;
	padding: 8px 5%;
	margin: 0 0 5px 0;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
ul.news-catmenu li a:hover {
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
}



/************** NEWS List **************/
.news-list-item {
	float: left;
	width: 30%;
	padding: 0px 0px 0px 0px;
	margin: 5px 1% 30px;
	overflow: hidden;
	background: #FFF;
}
.news-list-container .news-list-item {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.gutter-sizer {	width: 2%; }

#mainDx .news-list-item {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
}

.news-list-category-header {
	font-weight: 700;
}
.news-list-date-header {
	text-transform: lowercase;
}

.news-list-item .news-list-image {
	position: relative;
}
.news-list-item .news-list-image img {
	display: block;
	width: 100%;
	max-width: 480px;
	height: auto;
}
.news-list-item .news-list-image-top img {
	margin: 0px 0px 15px 0px;
}
.news-list-item .news-list-image-bottom img {
	margin: 15px 0px 0px 0px;
}
.news-list-item .news-list-image-left img {
	float: left;
	margin: 0px 10px 2px 0px;
}
.news-list-item .news-list-image-right img {
	float: right;
	margin: 0px 0px 2px 10px;
}

.news-list-item h1 {
	margin: 20px;
	font-size: 160%;
}
.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: 700;
	text-decoration: none;
}
.news-list-item h1 a:hover {
	color: #D15459;
	text-decoration: none;
}

.news-list-item h2 {
	margin: 20px;
	font-size: 120%;
}
.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: 400;
	text-decoration: none;
}
.news-list-item h2 a:hover {
	color: #D15459;
	text-decoration: none;
}

.news-list-item .news-list-date {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 7px 12px;
	background: #EFECE9;
	font-size: 80%;
	color: #D15459;
	font-weight: 400;
	text-transform: uppercase;
}
.news-list-item .news-list-date a, .news-list-item .news-list-date a:link, .news-list-item .news-list-date a:visited, .news-list-item .news-list-date a:active {
	color: #D15459;
	font-weight: 400;
	text-decoration: none;
}
.news-list-item .news-list-date a:hover {
	color: #D15459;
	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%;
}

.news-list-morelink {
	position: absolute;
	bottom: 0px;
	right: 10px;
	margin: 0 0 -20px 0;
	font-size: 90%;
}
.news-list-morelink a, .news-list-morelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #D15459;
	border-radius:999em;   
	-moz-border-radius:999em;
	-webkit-border-radius:999em;
	-o-border-radius: 999em;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
}
.news-list-morelink a:hover {
	background: #EFECE9;
	color: #D15459;
	text-decoration: none;
}


/* personalizzazione "news-cat-sponsorizzate" */
.news-cat-sponsorizzate {
	background: #D15459;
}
.news-cat-sponsorizzate h1 a, .news-cat-sponsorizzate h1 a:link, .news-cat-sponsorizzate h1 a:visited, .news-cat-sponsorizzate h1 a:active,
.news-cat-sponsorizzate h2 a, .news-cat-sponsorizzate h2 a:link, .news-cat-sponsorizzate h2 a:visited, .news-cat-sponsorizzate h2 a:active {
	color: #FFF;
}
.news-cat-sponsorizzate h1 a:hover,
.news-cat-sponsorizzate h2 a:hover {
	color: #000;
}



/************** NEWS Latest **************/
.csc-frame-frame1 .news-latest-container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

.news-latest-item {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}
.news-latest-dategroup {
	min-height: 14px;
	padding: 0px 0px 0px 19px;
	margin: 5px 0px 4px 0px;
	background: url(../images/ico_clock.png) no-repeat left center scroll;
	font-size: 100%;
	color: #000;
	font-weight: 700;
}
.news-latest-title {
	font-size: 90%;
}
.news-latest-title a, .news-latest-title a:link, .news-latest-title a:visited, .news-latest-title a:active {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
.news-latest-title a:hover {
	color: #D15459;
	text-decoration: none;
}
.csc-frame-frame1 .news-latest-title a, .csc-frame-frame1 .news-latest-title a:link, .csc-frame-frame1 .news-latest-title a:visited, .csc-frame-frame1 .news-latest-title a:active {
	font-weight: 500;
}

.news-latest-image {
	float: right;
	margin-left: 8px;
}

.news-latest-time {
	font-size: 70%;
	color: #D15459;
	/*font-style: italic;*/
}
.csc-frame-frame1 .news-latest-time {
	display: none;
}



/************** #mainBottom - RSS - NEWS Latest **************/
#mainBottom .news-latest-item {
	float: left;
	width: 19%;
	height: 115px;
	padding: 0px 0px 0px 0px;
	margin: 0px 1% 0px 0px;
	border-bottom: 0px;
	overflow: hidden;
}
#mainBottom .news-latest-title {
	float: right;
	width: 62%;
	font-size: 95%;
}
#mainBottom .news-latest-title a, #mainBottom .news-latest-title a:link, #mainBottom .news-latest-title a:visited, #mainBottom .news-latest-title a:active {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
#mainBottom .news-latest-title a:hover {
	color: #D15459;
	text-decoration: none;
}
#mainBottom .news-latest-image {
	float: left;
	margin: 0;
}
#mainBottom .news-latest-image img {
	margin: 0;
	border-radius:999em;   
	-moz-border-radius:999em;
	-webkit-border-radius:999em;
	-o-border-radius: 999em; 
}



/************** to24 **************/
.to24 {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 30px 0px;
	font-size: 90%;
	text-align: right;
}
.to24 a, .to24 a:link, .to24 a:visited, .to24 a:active {
	color: #000;
	font-weight: 500;
	text-decoration: none;
}
.to24 a:hover {
	color: #D15459;
	text-decoration: none;
}


/************** news-latest-link24ore **************/
.news-latest-link24ore {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 30px 0px;
	font-size: 90%;
	text-align: right;
}
.news-latest-link24ore a, .news-latest-link24ore a:link, .news-latest-link24ore a:visited, .news-latest-link24ore a:active {
	color: #000;
	font-weight: 500;
	text-decoration: none;
}
.news-latest-link24ore a:hover {
	color: #D15459;
	text-decoration: none;
}



/************** NEWS Single **************/
.news-single-item {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}
.news-single-item h1.title {
	font-size: 200%;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
}
.news-single-item h2.subheader {
	font-size: 130%;
	color: #000;
	font-weight: 400;
	margin-bottom: 15px;
}
.news-single-image {
	margin-bottom: 15px;
	text-align: center;
}
p.news-single-imgcaption {
	padding: 4px 0px 0px 0px;
	margin: 0px auto;
	font-size: 70% !important;
	color: #000;
	text-align: right;
}
.news-single-content p.bodytext, .news-single-content p, .news-single-content ul, .news-single-content ol {
	font-size: 100%;
	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;
}

.news_single_gallery {
	padding: 0;
	margin: 20px 0;
	overflow: hidden;
}
.news_single_gallery_el {
	float: left;
	padding: 0px;
	margin: 0 10px 10px 0;
}
.news_single_gallery_el img {
	
}
.news_single_gallery p.news-single-imgcaption {
	display: none;
	padding: 2px 2px 0px 2px;
	margin: 0px;
	text-align: center;
	color: #000;
	font-size: 60% !important;
}

.news-single-related,
.news-single-files {
	font-size: 100%;
}
.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: #000;
	font-weight: 400;
	text-decoration: none;
}
.news-single-related a:hover,
.news-single-files a:hover {
	color: #D15459;
	text-decoration: none;
}
.news-single-related dt,
.news-single-files dt {
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
}
.news-single-additional-info dd {
	margin: 0px;
}

.news-single-author,
.news-single-author-profile {
	font-size: 80%;
	color: #000;
	font-weight: 500;
	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: 500;
	text-decoration: none;
}
.news-single-author a:hover,
.news-single-author-profile a:hover {
	color: #D15459;
	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-list24-category-header {
	font-weight: 700;
}
.news-list24-date-header {
	text-transform: lowercase;
}

.news-list24-item {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}
.news-list24-item .news-list24-image img {
	
}
.news-list24-item .news-list24-image-left img {
	float: left;
	margin: 0px 10px 2px 0px;
}
.news-list24-item .news-list24-image-right img {
	float: right;
	margin: 0px 0px 2px 10px;
}
.news-list24-item h2 {
	margin-bottom: 5px;
	font-size: 130%;
}
.news-list24-item h2 a, .news-list24-item h2 a:link, .news-list24-item h2 a:visited, .news-list24-item h2 a:active {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.news-list24-item h2 a:hover {
	color: #D15459;
	text-decoration: none;
}
.news-list24-time {
	margin-bottom: 5px;
	font-size: 70%;
	color: #D15459;
	text-transform: uppercase;
}
.news-list24-item p.bodytext, .news-list24-item p {
	margin: 0px;
	font-size: 85%;
}


.news-archivio24-container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}
.news-archivio24-item {
	margin-bottom: 8px;
	overflow: hidden;
}
.news-archivio24-title {
	min-height: 14px;
	padding: 0px 0px 0px 19px;
	margin: 0px 0px 4px 0px;
	background: url(../images/ico_clock.png) no-repeat left center scroll;
	font-size: 100%;
	color: #000;
	font-weight: 700;
}
.news-archivio24-title a, .news-archivio24-title a:link, .news-archivio24-title a:visited, .news-archivio24-title a:active {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.news-archivio24-title a:hover {
	color: #D15459;
	text-decoration: none;
}

.news-archivio24-date {
	padding:0px 0px 0px 19px;
	font-size: 90%;
}



/************** NEWS 24 ore 1 **************/
#mainDx .news-list24-container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}
#mainDx .news-list24-item {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#mainDx .news-list24-title {
	font-size: 75%;
}
#mainDx .news-list24-title a, #mainDx .news-list24-title a:link, #mainDx .news-list24-title a:visited, #mainDx .news-list24-title a:active {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
#mainDx .news-list24-title a:hover {
	color: #D15459;
	text-decoration: none;
}



/************** DIV archivio **************/
.news-search-form, .news-searchlist-container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.news-search-emptyMsg {
	display: none;
}

.news-search-form .news-search-field {
	margin:0px 0px 8px 0px;
	overflow: hidden;
}
.news-search-form .news-search-field label {
	display: block;
	width: 90px;
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	font-size: 100%;
}
.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;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #CCC;
	font-family: inherit;
	font-size: 90%;
}
.news-search-form .news-search-field input[type="submit"] {
	padding: 5px 10px;
	margin: 0px;
	border: 1px solid #000;
	background-color: #000;
	font-size: 90%;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}


.news-searchlist-item {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}
.news-searchlist-image {
	float: right;
	margin: 0px 0px 2px 10px;
}
.news-searchlist-item h2 {
	margin-bottom: 5px;
	font-size: 130%;
}
.news-searchlist-item h2 a, .news-searchlist-item h2 a:link, .news-searchlist-item h2 a:visited, .news-searchlist-item h2 a:active {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.news-searchlist-item h2 a:hover {
	color: #D15459;
	text-decoration: none;
}
.news-searchlist-date {
	margin-bottom: 5px;
	font-size: 70%;
	color: #D15459;
	font-weight: 400;
	text-transform: uppercase;
}
.news-searchlist-date a, .news-searchlist-date a:link, .news-searchlist-date a:visited, .news-searchlist-date a:active {
	color: #D15459;
	font-weight: 400;
	text-decoration: none;
}
.news-searchlist-date a:hover {
	color: #000;
	text-decoration: none;
}
.news-searchlist-date .news-list-category {
	display: inline;
}
.news-searchlist-item p.bodytext, .news-searchlist-item p {
	margin: 0px;
	font-size: 85%;
}


.news-list-browse .showResultsWrap {
	margin-bottom: 10px;
	font-size: 90%;
	color: #000;
	font-weight: 500;
}
.news-list-browse .browseLinksWrap {
	padding: 20px 10px;
	margin: 0px 0px 30px 0px;
	background: #F5F5F5;
	font-size: 90%;
	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: 400;
	text-decoration: none;
}
.news-list-browse .browseLinksWrap a:hover {
	color: #D15459;
	text-decoration: none;
}
.news-list-browse .browseLinksWrap .activeLinkWrap {
	font-weight: 500;
}



/************** NEWS box GALLERY **************/
.gallery-latest-container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.gallery-latest-item {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
.gallery-latest-item_left {
	clear: left;
	float: left;
	width: 120px;
	height: 135px;
	margin: 0px;
}
.gallery-latest-item_right {
	float: right;
	width: 120px;
	height: 135px;
	margin: 0px;
}
.gallery-latest-title {
	font-size: 65%;
}
.gallery-latest-title a, .gallery-latest-title a:link, .gallery-latest-title a:visited, .gallery-latest-title a:active {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
.gallery-latest-title a:hover {
	color: #D15459;
	text-decoration: none;
}
.gallery-latest-image {
	position: relative;
	margin: 0px 0px 10px 0px;
}
.gallery-latest-image_maschera {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
	border-radius:999em;   
	-moz-border-radius:999em;
	-webkit-border-radius:999em;
	-o-border-radius: 999em;
	background: #D15459 url(../images/bgr_gallery.png) no-repeat left top scroll;
}
.csc-frame-frame1 .gallery-latest-image_maschera {
	background: #D15459 url(../images/bgr_video.png) no-repeat left top scroll;
}
.gallery-latest-category {
	margin: 0px 0px 2px 0px;
	font-size: 65%;
	color: #000;
	text-transform: uppercase;	
}



/************** NEWS box SMALL LIST **************/
.smalllist-list-container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.smalllist-list-item {
	width: 46%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 4% 30px 0px;
	overflow: hidden;
}
.smalllist-list-image {
	float: left;
	margin: 0px 10px 2px 0px;
}
.smalllist-list-title {
	margin: 0;
	font-size: 80%;
}
.smalllist-list-title a, .smalllist-list-title a:link, .smalllist-list-title a:visited, .smalllist-list-title a:active {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
.smalllist-list-title a:hover {
	color: #D15459;
	text-decoration: none;
}
.smalllist-list-date {
	margin-bottom: 2px;
	font-size: 70%;
	color: #D15459;
	font-weight: 400;
	text-transform: uppercase;
}
.smalllist-list-date a, .smalllist-list-date a:link, .smalllist-list-date a:visited, .smalllist-list-date a:active {
	color: #D15459;
	font-weight: 400;
	text-decoration: none;
}
.smalllist-list-date a:hover {
	color: #000;
	text-decoration: none;
}



/************** NEWS box DATEAGO - ACCADEVA UN ANNO FA **************/
.dateago-latest-item {
	padding: 10px;
	background: #F5F5F5;
}
.dateago-latest-title {
	font-size: 75%;
}
.dateago-latest-title a, .dateago-latest-title a:link, .dateago-latest-title a:visited, .dateago-latest-title a:active {
	color: #000;
	font-weight: 500;
	text-decoration: none;
}
.dateago-latest-title a:hover {
	color: #D15459;
	text-decoration: none;
}
.dateago-latest-image {
	position: relative;
	margin-bottom: 5px;
}
.dateago-latest-image_maschera {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 18px;
	background: url(../images/1annofa.png) no-repeat left top scroll;
}
.dateago-latest-time {
	margin-bottom: 2px;
	font-size: 70%;
	color: #D15459;
	font-weight: 500;	
}



@media only screen and (max-width: 1260px) {

  #mainBottom .news-latest-item {
	width: 32.333%;
	height: auto;
	margin: 0px 1% 20px 0px;
  }
  #mainBottom .news-latest-title {
	float: none;
	width: auto;
  }
  #mainBottom .news-latest-image {
	margin: 0 10px 0 0;
  }

  .news-single-image img {
	width: 100%;
	height: auto;
  }
  p.news-single-imgcaption {
	width: 100% !important;
  }

}


@media only screen and (max-width: 980px) {

  #mainBottom .news-latest-item {
	width: 49%;
  }

  .news-list-item {
	width: 47%;
  }

  .news-single-item h1 {
	font-size: 160%;
  }

}


@media only screen and (max-width: 768px) {

  #mainBottom .news-latest-item {
	width: 100%;
	margin: 0px 0px 20px 0px;
  }
  
  .news-single-content img {
	width: auto;
	max-width: 100%;
	height: auto;
  }

}


@media only screen and (max-width: 480px) {

  .news-list-item {
	width: 98%;
  }
  
  .news-single-item h1.title {
	float: none !important;
	width: auto !important;
  }
  .news-single-item .likeButton {
	float: none !important;
	margin-bottom: 10px;
  }

}


@media only screen and (max-width: 385px) {

  .news_single_gallery_el {
	width: calc(33.33% - 10px);
	margin: 0 5px 10px;
  }
  .news_single_gallery_el img {
	width: 100%;
	height: auto;
  }

}
