@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'HeydingsCommonIconsRegular';
    src: url('../../../fonts/heydings_icons-webfont.eot');
    src: url('../../../fonts/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/heydings_icons-webfont.woff') format('woff'),
         url('../../../fonts/heydings_icons-webfont.ttf') format('truetype'),
         url('../../../fonts/heydings_icons-webfont.svg#heydings_iconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
span.icon_download {
    font-family: 'HeydingsCommonIconsRegular';
    font-size: 2em;
}
.listapdf {
    width: 100%;
    overflow: hidden;
    text-align: left;
    clear: both;
    display: block;
}
ul.allegati_news a {
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}
ul.allegati_news {
    list-style: none;
    padding: 0;
    margin: 25px 0px;
}


#corpo-news > a:nth-child(n+2) {
    height: 210px !important;
    overflow: hidden;
    display: block;
    float: left;
}

#corpo-news > a:nth-child(n+2) img {
    height: 100%;
}

#corpo-news {
    overflow: hidden;
    margin-bottom: 51px;
}
/*elenco news*/

div#content-page {
    width: 100%;
    padding: 15px 0 !important;
}

#breadcrumb {
    display: none;
}

#breadcrumb a{
	color:inherit;
	text-decoration:none;
}

#breadcrumb a:hover{
	color:inherit;
	text-decoration:underline;
}


/*inizio toolbar*/

#toolbar-news-centro, #toolbar-news-sx, #toolbar-news-dx {
    display: none;
}

#toolbar-news-centro label{
}

#toolbar-news-centro .dimensione-cerca{
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

#toolbar-news-centro .dimensione-data{
}

#toolbar-news-centro select{
}

#toolbar-news-centro .filtra{
	background-color:#555555;
	color:#ffffff;
}

#toolbar-news-centro .filtra:hover{
	background-color:#333333;
}

#toolbar-news-centro .bottone{
	background-color: #555555;
	border: #555555 solid 1px;
	font-family: 'HeydingsCommonIconsRegular';
	color: #ffffff;
}

#toolbar-news-centro .bottone:hover{
	background-color:#333333;
	border:1px solid #333333;
}

#toolbar-news-centro .cerca {
	border: #999999 solid 1px;
}

/*fine toolbar*/

#elenco-news {
    border-top: none;
}

#elenco-news a{
}

#elenco-news a:hover{
	text-decoration:none;
}

#elenco-news #anteprima-news{
	border-bottom:1px #ccc dotted;
}

#elenco-news #anteprima-news:hover>p.titolo {
}
#elenco-news #anteprima-news p.titolo {
    color: #005d8d !important;
    font-family: 'Conv_OPTIMA' !important;
    width: calc(100% - 130px);
    font-size: 20px !important;
    height: 33px !important;
    text-transform: uppercase;
    float: right;
    overflow: hidden;
}
div#anteprima-news:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
#elenco-news #anteprima-news .sottotitolo {
    display: none;
}
div#elenco-news a {
    position: relative;
	display:block;
}


#elenco-news #anteprima-news {
    text-decoration: none;
    position: relative;
    background-color: #f7f7f7;
    width: 48% !important;
    margin: 1%;
    border: 1px solid #ddd;
    padding: 10px;
    height: auto;
    padding-bottom: 15px;
    float: left;
    margin-bottom: 45px;
    overflow: visible;
    margin-top: 15px;
}

#elenco-news #anteprima-news .data-ora {
    color: #313131;
    width: calc(100% - 130px);
    font-weight: normal;
    float: right;
}

#elenco-news #anteprima-news .descrizione-news {
    color: #0c0f21;
    width: calc(100% - 130px);
    font-family: 'Conv_JosefinSans-Regular';
    font-size: 19px !IMPORTANT;
    line-height: 26px;
    float: right;
    min-height: 190px;
}
#elenco-news #anteprima-news .descrizione-news img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    position: absolute;
    top: -24px;
    left: 10px;
    border: 3px dotted #ddd;
    box-shadow: 0px 0px 2px #6b6161;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1px;
}



#navigatore-news a{}

#navigatore-news a:hover{}
/*fine elenco news*/


/* proprietà generali del box news*/
#contenitore-news {
    width: 100% !important;
    padding-left: 0px;
    padding-top: 0px;
}

#contenitore-news .img-principale {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 25px;
    max-width: 550px;
}

.video_news_2 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    margin: 25px 0px;
}


/* testata superiore */
#header-news{
}

#contenitore-news h1 {
    font-size: 1.5em !important;
    text-align: center;
    text-decoration: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
    color: #433b88 !important;
    font-weight: 600;
    text-transform: uppercase;
}

#contenitore-news h1:nth-child(1):after {
    content: '';
    display: block;
    height: 3px;
    width: 60px;
    background-color: #005d8d;
    margin: 0 auto;
    margin-top: 9px;
}
#contenitore-news h1.sottotitolo {
    color: #000000 !important;
    font-style: italic !important;
    font-size: 21px !important;
    margin-bottom: 7px !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    margin: 23px 0px !important;
}

.indietro {
    display: none;
}
#contenitore-news h2 {
    /* visibility: hidden; */
    background-color: transparent;
    border-top: 1px solid #c9c8c9;
    padding: 10px 0px;
    color: #4390d2 !important;
}


#header-news {
    padding-bottom: 35px !important;
}
#contenitore-news .indietro {
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;

    text-transform: uppercase;
    background-color: #005D8D;
    color: #fff;
    padding: 9px 28px;
    border: 1px solid #666666;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.highslide-caption {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
#contenitore-news .indietro:hover {
    padding: 9px 48px;
}
.stampapdf {
    display: none;
}

.stampa{
}
.stampa:hover {
}
.pdf {
}
.pdf:hover {
}

/*corpo della news */
#corpo-news{
}

#corpo-news p {
    letter-spacing: 0.17px;
    min-height: 100%;
    line-height: 29px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #1b1b1b;
}
#corpo-news img {
    max-width: 100%;
}


.contentgallery a {
    height: 200px;
    width: 23%;
    float: left;
    display: block;
    text-align: center;
    margin: 1%;
    overflow: hidden;
    padding: 5px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.contentgallery a>img {
    max-height: 100%;
    max-width: 100%;
    float: none;
    margin: 0 auto;
}

@media (max-width:1190px)
{
	.contentgallery a {
    width: 48%;
	}

}


@media (max-width:560px)
{

	.contentgallery a {
    width: 98%;
    height: auto;
}
	
}


.contentgallery a {
    height: 200px;
    width: 23%;
    float: left;
    display: block;
    text-align: center;
    margin: 1%;
    overflow: hidden;
    padding: 5px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.contentgallery a>img {
    max-height: 100%;
    max-width: 100%;
    float: none;
    margin: 0 auto;
}

@media (max-width:1190px)
{
	.contentgallery a {
    width: 48%;
	}

}


@media (max-width:560px)
{

	.contentgallery a {
    width: 98%;
    height: auto;
}
	
}
@media (max-width: 925px)
{#elenco-news #anteprima-news {
    padding-top: 105px;
}
	#elenco-news #anteprima-news .descrizione-news,
	#elenco-news #anteprima-news .data-ora,
	#elenco-news #anteprima-news p.titolo {
		width: 100%;
	}
}

@media (max-width: 800px)
{
	#elenco-news #anteprima-news {
		width: 98% !important;
	}
	#elenco-news #anteprima-news .descrizione-news, #elenco-news #anteprima-news .data-ora, #elenco-news #anteprima-news p.titolo {
		height: auto !important;
	}
}

@media (max-width: 500px)
{
	#contenitore-news .indietro
	{
		display:none;
	}
}




