a.ccm-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

div.ccm-block-page-list-wrapper {
    position: relative;
}

div.ccm-block-page-list-page-entry-horizontal {
    display: table;
    width: 100%;
}

div.elenco-news div.ccm-block-page-list-page-entry-horizontal,
div.elenco-news div.ccm-block-page-list-page-entry {
    /* margin-bottom: 10px; */
	border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 15px 0;
}

div.elenco-news div.ccm-block-page-list-pages > div:first-child {
	border-top: 1px solid rgba(0,0,0,.1);
}


div.elenco-news div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: middle;
    /* width: 1px; */
	width: 30%;
}

div.elenco-news div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    /*width: 120px;
    max-width: none;*/
    width: auto;
    max-width: 100%;
    height: auto;
	min-height: 370px;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}


div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title h2{
    font-size: 30px;
	font-weight: 300;
	line-height: 34px;
}

div.elenco-ultime-news div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
	width: 50%;
}

div.elenco-ultime-news .ccm-block-page-list-page-entry-text { text-align: left; }

.ultime_news.owl-carousel { padding: 0; }
.ultime_news.owl-theme .owl-controls { 
    top: unset;
    width: 100%;
    left: 50%;
    bottom: -20px;
    right: 50%;
    text-align: center;
}
.ultime_news.owl-theme .owl-controls .owl-pagination { display: block !important; }
.ultime_news.owl-theme .owl-controls .owl-page.active span { background-color: #962830; }
.ultime_news.owl-theme .owl-controls .owl-page span { border: 2px solid #962830; }

.ultime_news.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #962830;
}
.ultime_news.owl-theme .owl-dots .owl-dot.active span, .ultime_news.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #962830;
}

.ultime_news.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
}

.ultime_news .ccm-block-page-list-read-more {
    color: #fff;
    font-weight: 600;
    padding: 8px 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
    background: #962830;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.ccm-block-page-list-description {
    text-align: justify;
	padding-bottom: 1em;
}

ul.data-info {
	position: relative;
    display: flex;
    justify-content: space-around;
    height: 45px;
	padding: 0;
	margin: 0;
	/* background-color: #962830; */
}

ul.data-info li {
	list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    float: left;
    width: auto;
    width: 100%;
    font-size: 14px;
    line-height: 42px;
    cursor: default;
    font-weight: 500;
    min-height: 45px;
    text-align: center;
	/* color: #fff;
	border: solid 1px #fff; */
	color: #962830;
	border-top: solid 1px #962830;
    border-right: solid 1px #962830;
}

ul.data-info:last-child {
    border-bottom: solid 1px #962830;
}

ul.data-info li:first-child {
    border-left: solid 1px #962830;
}

.ultime_news .cella span{
	display: inline-block;
	width:100%;
    border: solid 1px #962830;
    padding: 4px;
    margin: 2px;
}

@media only screen and (max-width: 991px) {
	.owl-carousel {
		margin-left: 0;
	}
	div.elenco-ultime-news div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	div.elenco-ultime-news div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail a {
		width: 100%;
	}
	div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
		display: block;
		padding: 20px;
	}
	div.elenco-news div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: auto;
		    max-height: 380px;
	}
	
	ul.data-info {
		height: auto;
	}
		
}