
.vc_cont_article_info{
    float: left;
    clear: left;
    width: 100%;
    margin-top: 30px;
}

.vc_article_info {
    margin: 0;
    width: 35%;
    float: left;
    text-align: left;
    padding: 0;
}
.vc_article_info .author_photo{
    float: left;
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #D3303E;
    margin-right: 15px;
}
.vc_article_info .vc_author_with_link{
    margin: 0;
    padding: 10px 0 5px 0;
    text-align:left;
    float: left;
    width: calc(100% - 70px);
    /* font-size: 16px; */
}
.vc_article_info .author_email{
    margin: 0;
    padding: 0;
    text-align:left;
    float: left;
    width: calc(100% - 70px);
}
.vc_article_info .author_email .author_email_label{
    display:none;
}
.vc_article_info .author_email .author_email_value{
    font-weight: normal;
    font-style:italic;
    line-height: 1em;
    float: left;
    font-size: 13px;
    word-break: break-word;
    color:#707070;
}

.vc_article_info .vc_author_with_link a{
    font-weight: normal;
    float: left;
    font-size: 17px;
    text-transform: uppercase;
}
.vc_article_info .vc_author_with_link a:hover{
    text-decoration:none;
}
.vc_article_info.vc_single_content .vc_article_header_author {
    display:none;
}

.vc_article_info_date{
    float: left;
    width: 30%;
    margin: 0;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.vc_article_info_date .data {
    /* float:left; */
    width:auto;
    font-size: 17px;
    color: #D3303E;
    margin: 0 auto;
}

.vc_cont_article_info .vc_share_link_container {
    /* display:none; */
    float: right;
    clear: none;
    text-align: right;
    width: 35%;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 55px;
}

.vc_cont_article_info .vc_share_link_container a{
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #a31621;
    margin: 0 0px 0 10px;
    font-size: 18px;
    text-align: center;
}

.vc_cont_article_info .vc_share_link_container a.facebook {
    border-color: #355DAE;
    color: #355DAE;
}
.vc_cont_article_info .vc_share_link_container a.twitter {
    border-color: #000000;
    color: #000000;
}
.vc_cont_article_info .vc_share_link_container a.whatsapp {
    border-color: #14C94C;
    color: #14C94C;
}
.vc_cont_article_info .vc_share_link_container a.mail {
    border-color: #646464;
    color: #646464;
}



/*---cont_download_pdf*/
.cont_download_pdf {
	margin: 0;
	padding:0px;
	position:relative;
	float: right;
	clear: right;
	width: auto;
	z-index: 1;
}
.cont_download_pdf form {
	margin:0px;
	padding:0px;
	float: right;
}
.cont_download_pdf form .download_pdf  {
	margin:0px;
	padding:0px 5px;
	text-transform:uppercase;
	font-size:10px;
	color:#0675b4;
	font-weight:bold;
	height:35px;
	background-color:#b3d5e8;
	border:1px #0675b4 solid;
	cursor:pointer;
}
.cont_download_pdf form .download_pdf:hover {
	background-color:#0675b4;
	color:#fff;
	border-color:#0675b4;
}
.cont_download_pdf form .disabled_download_pdf {
	margin:0px;
	padding: 0px 10px;
	text-transform:uppercase;
	font-size: 11px;
	color: #0675b4;
	font-weight:bold;
	background: #b3d5e8;
	border: 1px solid #0675b4;
	cursor:pointer;
}
.cont_download_pdf form .cont_tooltip_download_pdf {
	margin:0px;
	padding:0px;
	background:#b3d5e8;
	position:absolute;
	top:35px;
	right:0px;
	width:250px;
}
.cont_download_pdf form .cont_tooltip_download_pdf p {
	margin:0px;
	padding:5px 10px;
	font-size:11px;	
	color:#212121;
	float:left;
}


.vc_cont_article_info.vc_single_content .vc_article_info,
.vc_cont_article_info.vc_single_content .vc_article_info_date{
    display:none;
}
.vc_textedit_title_block {
    float:left;
    clear:left;
    width:auto;
    margin: 0;
    padding: 0;
}
.vc_textedit_title_block.vc_center {
    margin: 0 0 10px 0;
    text-align: center;
}
.vc_textedit_title_block .text {
    float: left;
}
.vc_textedit_title_block.vc_center .text{
    text-align:center;
}
.vc_textedit_title_block .text a {
    color:inherit;
}

.vc_textedit_title_block .text a:hover{
    text-decoration:none;
}

.vc_textedit_title_block .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}
/*---vc_text_edit_title_tag_event*/
.vc_text_edit_title_tag_event {
    margin:30px 0 15px 0;
    width:100%;
    float:left;
    clear:left;
    position:relative;
    text-align:center;
    display: flex;
}
.vc_text_edit_title_tag_event .text {
    position:relative;
    z-index:1;
    float: left;
    width:auto;
}

.vc_text_edit_title_tag_event .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}


/*--vc_article_tag_event--*/
.vc_article_tag_event {
    float: left;
    clear: left;
    width: 100%;

}
.vc_article_tag_event .sommario_articolo {
	margin:0px;
	padding:10px;
	width:100%;
	font-size:15px;
	line-height:24px;
	font-weight:normal !important;
}
.vc_article_tag_event .vc_all_tags,
.vc_article_tag_event {
    clear: left;
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #212121;
}

.vc_article_tag_event .vc_tag {
	margin:0;
	padding:0px;
	font-size: 15px;
	color: #D3303E;
	/*text-transform: uppercase;*/
	width: 50%;
    float: left;
}
.vc_article_tag_event .vc_tag a{
	color: #D3303E;
}
.vc_article_tag_event .vc_tag a:hover,
.vc_article_tag_event .vc_tag a:hover span {
	color: #D3303E !important;
}
.vc_article_tag_event .vc_tag .nome{
    font-weight:bold;
    /*text-transform: uppercase;*/
    padding-right: 10px;
}
.vc_article_tag_event .vc_tag .valore{
    color:#a7a7a7;
}

.vc_article_tag_event .tag_1 {
	margin-top: 5px;
}

.vc_article_tag_event .tag_16 a:hover .nome {
    color: #064c9c;
}

.vc_article_tag_event .tag_16 a .valore {
    text-transform: lowercase;
    text-decoration:underline;
}



/* tag date*/
/*.vc_article_tag_event .tag_12,
.vc_article_tag_event .tag_13{
    color:#212121;
}
.vc_article_tag_event .tag_12 {
	padding-right:10px;
	margin-right:10px;
	float:left;
	border-right: 1px #ccc solid;
}
.vc_article_tag_event .tag_12 .nome,
.vc_article_tag_event .tag_13 .nome {
	padding-right:5px;
	text-transform:capitalize;
	display:none;
}*/
.banner_rectangle_3_300x250 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_3_300x250 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}

.banner_rectangle_3_300x250 ins.adsbygoogle {
    width: 300px;
    margin: 0 auto;
}
.banner_rectangle_2_300x250 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_2_300x250 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}

.banner_rectangle_2_300x250 ins.adsbygoogle {
    width: 300px;
    margin: 0 auto;
}
/*---vc_article_tag*/
/*.vc_article_tag {
    padding: 20px 0 0 0;
    border-top: 1px #eaeaea solid;
    width: 100%;
    float: left;
    clear: left;
}
.vc_article_tag .occhiello {
    padding: 0;
    position: relative;
    float: left;
    font-weight: 500 !important;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #D3303E;
}
.vc_article_tag .box {
    padding: 0;
    margin-left: 15px;
    text-align: left;
    float: left;
    width: calc(100% - 60px);
    display: table;
    font-weight: normal;
}
.vc_article_tag.vc_article_full .box {
    width: 100%;
    margin-left: 0;
}
.vc_article_tag .box p {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    float: left;
    padding: 0px;
    font-size: 18px;
    line-height: 25px;
}
.vc_article_tag.vc_article_full .box p {
    width: 100%;
}

.vc_article_tag .box p a {
    display: inline-table;
    text-decoration: none;
    text-transform: uppercase;
    color: #212121;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 0 8px;
}
.vc_article_tag .box p a:hover {
    color: #D3303E;
}*/


/*---vc_article_tag*/
.vc_article_tag {
    padding: 15px 0 0 0;
    border-top: 1px #eaeaea solid;
    width: 100%;
    float: left;
    clear: left;
}
.vc_article_tag .occhiello {
    padding: 0;
    position: relative;
    float: left;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #D3303E;
}
.vc_article_tag .box {
    padding: 0;
    margin-left: 5px;
    text-align: left;
    float: left;
    width: calc(100% - 45px);
    display: table;
    font-weight: normal;
}
.vc_article_tag.vc_article_full .box {
    width: 100%;
    margin-left: 0;
}
.vc_article_tag .box p {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    text-transform: uppercase;
    float: left;
    padding: 0px;
    font-size: 16px;
    line-height: 20px;
}
.vc_article_tag.vc_article_full .box p {
    width: 100%;
}

.vc_article_tag .box p a {
    display: inline-table;
    text-decoration: none;
    text-transform: uppercase;
    color: #212121;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 0 7px;
}
.vc_article_tag .box p a:hover {
    color: #D3303E;
}



/*---vc_breadcrumbs*/
.vc_breadcrumbs {
    margin: 30px 0 0 0;
    padding: 10px 0;
    float: left;
    clear: left;
    position: relative;
    width: 100%;
}
.vc_breadcrumbs ul {
    margin: 0;
    padding: 0;
    width: auto;
    float: left;
    clear: left;
    list-style: none;
}
/*.vc_breadcrumbs ul li:first-child a:after {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 15px;
    line-height:1em;
    color: #212121;
    padding: 0px 15px 0px 0px;
    position: relative;
    float: left;
}*/
.vc_breadcrumbs ul li:nth-child(3) {
    color: #D3303E;
    font-weight: 600;
}
.vc_breadcrumbs ul li:nth-child(2){
	display:none;	
}
.vc_breadcrumbs ul li:nth-child(4) {
    font-style: inherit;
    padding: 0px 10px 0px 0px;
    font-weight: 600;
    color: #D3303E;
}
.vc_breadcrumbs ul li {
    margin: 0;
    padding: 0px 15px 0px 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    color: #525252;
    float: left;
}
.vc_breadcrumbs ul li a:link,
.vc_breadcrumbs ul li a:visited {
    text-decoration:none;
    color:inherit;
}
.vc_breadcrumbs ul li a:hover,
.vc_breadcrumbs ul li a:focus,
.vc_breadcrumbs ul li a:active {
    text-decoration:none;
    color:inherit;
}
.vc_breadcrumbs ul li.sezione_attiva {
    margin:0 0 0 0;
    color:#525252;
}
.vc_breadcrumbs ul li.sezione_attiva a:link,
.vc_breadcrumbs ul li.sezione_attiva a:visited {
    color:inherit;
}
.vc_breadcrumbs ul li.hide {
    display:none;
}

.banner_rectangle_1_300x250 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_1_300x250 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}

.banner_rectangle_1_300x250 ins.adsbygoogle {
    width: 300px;
    margin: 0 auto;
}
/*---vc_auto_preview_most_read*/
.vc_auto_preview_most_read {
    margin:30px 0 0 0;
    padding:0;
    width:100%;
    float:left;
    clear:left;
}
.vc_auto_preview_most_read .occhiello_titolo {
    float:left;
    width:100%;
    display:flex;
    justify-content:center;
}

.vc_auto_preview_most_read .occhiello_titolo a { 
    text-decoration:none;
}

.vc_auto_preview_most_read .occhiello_titolo .vc_occhiello_titolo.vc_center {
    width: auto !important;
}

.vc_auto_preview_most_read .cont {
    margin:0;
    padding:0;
}
.vc_auto_preview_most_read .bx-wrapper {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.vc_auto_preview_most_read .cont .cont_visualizzazione,
.vc_auto_preview_most_read .cont .schermata,
.vc_auto_preview_most_read .cont .hori_group {
    margin:0;
    padding:0;
    height:auto !important;
    width:100% !Important;
}
.vc_auto_preview_most_read .cont .box {
    float: left;
    clear: left;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.vc_auto_preview_most_read .cont .box article {
    float: left;
    clear: left;
    width: 100%;
}
.vc_auto_preview_most_read .cont .box .divcont {
    float: right;
    width: calc(100% - 145px);
    
}
.vc_auto_preview_most_read .cont .box .cont_foto {
    float: left;
    width: auto;
}
.vc_auto_preview_most_read .cont .box .cont_foto a {
    float: left;
    clear: left;
    width: auto;
}
.vc_auto_preview_most_read .cont .box .cont_foto a img {
    float: left;
    clear: left;
    width: 100%;
    max-width: 100%;
}
.vc_auto_preview_most_read .cont .box .ora_pubblicazione {
    margin: 0;
    padding:0;
    float:left;
}
.vc_auto_preview_most_read .cont .box .occhiello {
    margin:0 0 5px 0;
    padding:0;
    float:left;
    border-bottom:0px;
}
.vc_auto_preview_most_read .cont .box .titolo {
    margin:0;
    padding: 0 0 0 0;
    float:left;
    clear:left;
    width:100%;
}
.vc_auto_preview_most_read .cont .box .titolo a {
    text-decoration:none;
}
.vc_auto_preview_most_read .cont .box .titolo a:hover {
    text-decoration:none;
}
.vc_auto_preview_most_read .icona_tipo {
    display:none;
}
.vc_auto_preview_most_read .bx-window {
    margin:0;
    padding:0;
    float:left;
}



.vc_auto_preview_most_read .paywall_icon{
    display:none !important;
}

.banner_rectangle_autopromo_300x250_2 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_autopromo_300x250_2 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}
/*---spacer*/
.spacer {
    width:100%;
    height:0px;
    float:left;
    clear:left;
    font-size:0px;
    line-height:0px;
}
.spacer.t_5 {
    margin-top:5px;
}
.spacer.t_10 {
    margin-top:10px;
}
.spacer.t_15 {
    margin-top:15px;
}
.spacer.t_20 {
    margin-top:20px;   
}
.spacer.t_25 {
    margin-top:25px;   
}
.spacer.t_30 {
    margin-top:30px;   
}
.spacer.t_35 {
    margin-top:35px;   
}
.spacer.t_40 {
    margin-top:40px;   
}
.spacer.t_45 {
    margin-top:45px;   
}
.spacer.t_50 {
    margin-top:50px;   
}
.spacer.t_55 {
    margin-top:55px;   
}
.spacer.t_60 {
    margin-top:60px;   
}
.spacer.t_65 {
    margin-top:65px;   
}
.spacer.t_70 {
    margin-top:70px;   
}
.spacer.t_75 {
    margin-top:75px;   
}
.spacer.t_80 {
    margin-top:80px;   
}
.spacer.t_85 {
    margin-top:85px;   
}
.spacer.t_90 {
    margin-top:90px;   
}
.spacer.t_95 {
    margin-top:95px;   
}
.spacer.t_100 {
    margin-top:100px;   
}
.banner_rectangle_autopromo_300x250 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_autopromo_300x250 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}
.vc_article_header {
    width:100%;
    float:left;
    clear:left;
    text-align:left;
}
.vc_article_header .occhiello_articolo {
    margin-bottom: 15px;
    float: left;
    width: auto;
    clear: left;
}
.vc_article_header .titolo {
    margin: 0;
    width: 100%;
    float: left;
    clear: left;
}
.vc_article_header.variant .titolo {
    font-size: 2.6470588235em;
    line-height: 1.1111111111em;
}
.vc_article_header .sommario_articolo,
.vc_article_header .sottotitolo_articolo {
    margin: 10px 0 0 0;
    width: 100%;
    float: left;
    clear: left;
}
.vc_article_header .sezione a:empty{
    display: none;
}
.banner_rectangle_edicola_300x250 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_edicola_300x250 a {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
}
.banner_rectangle_edicola_300x250 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}

.banner_leaderboard_article_728x90 {
    margin:30px auto 0 auto;
    padding:0px;
    width: 100%;
    display: table;
    text-align:center;
    float:left;
}
.banner_leaderboard_article_728x90 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}
.vc_cont_article_body {
    float:left;
    clear:left;
    width:100%;
    margin:20px 0px;
    }
    
.vc_article_body .banner_rectangle_intext_1_300x250,
.vc_article_body .banner_rectangle_intext_2_300x250 {
    float: left;
    clear: none;
    width: auto;
    margin: 15px;
}
.vc_article_body .banner_leaderboard_intext_1_728x90,
.vc_article_body .banner_leaderboard_intext_2_728x90,
.vc_article_body .banner_leaderboard_intext_3_728x90 {
    float: left;
    clear: left;
    width: 100%;
    margin: 15px 0;
}

/*vc_article_body*/
.vc_article_body {
    margin:0px 0 0 0;
    padding:0px;
    /*float: left;*/
    clear: none;
    /*clear: left;
    width: 100%;*/
    display: inline;
}
.vc_article_body.vc_variant_annuncio {
    float: left;
    clear: left;
    width: 100%;
    padding: 0 30px;
    text-align:center;
}
.vc_article_body .sommario{
    float:left;
    clear:left;
    width:100%;
    margin-bottom:5px;
}

.vc_article_body .testo_articolo{
    display: inline;
}

.vc_article_body .testo_articolo img {
    margin:0px;
    padding:10px 0px 10px 10px;
    border:0px;
    text-decoration:none;
    display: inline-table;
    max-width: 100%;
    height: auto;
    /*width: inherit;*/
}
.vc_article_body .testo_articolo video {
    float: left;
    clear: left;
    width: 100%;
    height: auto;
    margin: 20px 0;
}
.vc_article_body .titolo_articolo{
    float:left;
    clear:left;
    width:100%;
}
.vc_article_body .occhiello_articolo {
    float:left;
    clear:left;
    width:100%;
    margin-bottom:10px;
}
.vc_article_body .sottotitolo_articolo {
    float:left;
    clear:left;
    width:100%;
    margin-top:20px;
}
.vc_article_body .autore_articolo {
    float:left;
    clear:left;
    width:100%;
    margin-top:20px;
}
.vc_article_body .data_articolo {
    float:left;
    clear:left;
    width:100%;
    margin: 20px 0 0 0;
}


.vc_article_body .lettera_risposta {
    margin:0px;
    padding:10px 0 0 0;
    font-size:14px;
    line-height:24px;
    color:#414141;
    width:100%;
    float:left;
    clear:left;
    border-top:1px #118ac0 dotted;
}
.vc_article_body .lettera_risposta:before {
    content: "\270f";
    margin:0 5px 0 0;
    padding:0px;
    font-size:22px;
    color:#118ac0;
    float:left;
}

/*---Sondaggio_box_orizzontal*/
.Sondaggio_box_orizzontal {
    margin:20px 0;
    padding: 0 15px;
    width:100%;
    float:left;
    clear:left;
    background:#fff;
    border: 1px solid #e9e9e9;
}
.Sondaggio_box_orizzontal .container_response {
    margin:0px;
    padding: 20px 0;
    /* border-top:1px #d2dce1 solid; */
    border-bottom: 1px #eaeaea solid;
    width:100%;
    float:left;
    clear:left;
    background:#fff;
}
.Sondaggio_box_orizzontal .container_response:last-child {
    border-bottom: 0px #eaeaea solid;
}
.Sondaggio_box_orizzontal .container_response .photo {
    margin:0 4% 0 0;
    padding:0px;
    width:16%;
    float:left;
}
.Sondaggio_box_orizzontal .container_response .photo img {
    margin:0px;
    padding:1px;
    width:100%;
    border:1px #eaeaea solid;
    text-decoration:none;
}
.Sondaggio_box_orizzontal .container_response .response {
    margin:0px;
    padding:0px;
    width:80%;
    float:left;
    font-size:16px;
}
.Sondaggio_box_orizzontal .container_response .response p {
    margin:0px;
    padding:0px;
    font-size:16px;
    font-weight:400;
    color:#0d0c0c;
    width:100%;
    float:left;
    cursor:pointer;
}
.Sondaggio_box_orizzontal .container_response .poll_vote_button {
    margin: 0;
    padding: 2px 30px;
    font-size: 16px;
    color: #0775b4;
    font-weight:600;
    text-transform: uppercase;
    border:0px;
    cursor: pointer;
    float: right;
    background: transparent;
    border: 1px solid #0775b4;
}
.Sondaggio_box_orizzontal .container_response .poll_vote_button:hover {
    color:#fff;
    background:#0775b4;
    text-decoration:none;
}
.Sondaggio_box_orizzontal .container_response .bar_container {
    margin:5px 0 0 0;
    padding:0px;
    width:80%;
    height:40px;
    float:left;
    position:relative;
}
.Sondaggio_box_orizzontal .container_response .bar_container .bar {
    margin:0;
    padding:0;
    height:30px;
    border: 1px #9dcf9d solid;
    background: #b3e2b3;    
    float:left;
}
.Sondaggio_box_orizzontal .container_response .bar_container .perc_container {
    margin:0px;
    padding:0px;    
    font-size: 14px;
    position: absolute;
    top:5px;
    left:5px;
}

/*---vc_article_body*/
.vc_article_body .testo_articolo .articlebox {
    margin:10px 0;
    padding:5px 15px;
    display:table;
    background:#f4eadb;
    border-left:4px #edbf7d solid;    
}
.vc_article_body .testo_articolo .articlebox p {
    margin:0px;
    padding:0px;
    font-size:12px;
    color:#a09995;
}
.vc_article_body .testo_articolo .articlebox p a {
    margin:0 5px;
    text-decoration:none !important;
    font-size:14px;
    color:#414141;
} 
.vc_article_body .testo_articolo .articlebox p a:hover {
    text-decoration:underline !important;
}
.vc_article_body iframe {
    margin:0px;
    padding:5px;
    max-width:100%;
    border:1px #ccc solid;
}
.vc_article_body em {
    font-style:italic;
}
.vc_article_body p {
    margin: 0 0 10px;
}

/*---corsivo*/
.Corsivo {
    margin:5px 15px;
    padding:30px 0px !important;
    position:relative;
}
.Corsivo .ApiceSx {
    margin:0 !important;
    padding:0 !important;
    width:20px !important;
    height:20px !important;
    position:absolute ;
    top:0;
    left:0;
}
.Corsivo .ApiceDx {
    margin:0 !important;
    padding:0 !important;
    width:20px !important;
    height:20px !important;
    position:absolute;
    bottom:0;
    right:0;
}
.Corsivo p {
    margin:0;
    padding:20px;
    font-size:16px;
    line-height:20px;
    text-align:left;
    font-weight:400;  
    font-style:italic;
    color:#313133;
}

.wp_image {
    margin: 0px;
    padding: 0;
    border: 0px;
    text-decoration: none;
    /* display: inline-table; */
    float: left;
    display: flex;
    flex-direction: column;
}
.wp_image img {
    margin: 15px 15px 15px 0 !important;
}
.wp_image .wp_caption {
    float: left;
    font-size: 14px;
    font-style: italic;
}


/*---Media Queries---*/ 
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 892px) {
}
@media only screen and (max-width : 692px) {
}
@media only screen and (max-width : 667px) {
}
@media only screen and (max-width : 480px) {
}




/*---vc_article_multimedia*/
.vc_article_multimedia {
    margin: 20px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_multimedia.vc_variant_annuncio{
    padding:0 190px;
}
.vc_article_multimedia .multimedia {
    width: 100%;
    float: left;
    clear: left;
}
.vc_article_multimedia.vc_article_full .multimedia {
    margin-bottom: -100px;
}
.vc_article_multimedia .multimedia.video {
    margin-bottom: 0px;
}
.vc_article_multimedia .foto_articolo {
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_multimedia .foto_articolo img {
    float: left;
    clear: left;
    width: 100%;
    height: auto;
}
.vc_article_multimedia .foto_articolo .didascalia {
    float: left;
    clear: left;
    padding: 10px 0;
    font-size: 0.75em;
    line-height: 1em;
    font-weight: 100;
    width: 100%;
}
.vc_article_multimedia .foto_articolo .didascalia:before {
    content: "\f030";
    font-family: FontAwesome;
    font-weight: 100;
    margin-right:10px;
}
.vc_article_multimedia .multimedia.gallery {
	position:relative;
}
.vc_article_multimedia .multimedia.gallery .bx-wrapper,
.vc_article_multimedia .multimedia.gallery .bx-wrapper .bx-window,
.vc_article_multimedia .multimedia.gallery .bx-wrapper .bx-viewport {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_multimedia .multimedia.gallery ul.galleria_espanso {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_multimedia .multimedia.gallery ul.galleria_espanso li {
    /*padding:15px;*/
    width:100%;
    position:relative;
    text-align:center;
    background:#f1f1f1;
}
.vc_article_multimedia .multimedia.gallery ul.galleria_espanso li img {
    margin:0px;
    padding:0px;
    max-width:100%;
    height:auto;
}
/*.vc_article_multimedia .multimedia.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom:15px;
	width:100%;
	float:left;
	clear:left;
}
.vc_article_multimedia .multimedia.video img {
    text-align:center;
    width:100%;
    height:inherit;
}
.vc_article_multimedia .multimedia.video iframe,
.vc_article_multimedia .multimedia.video object,
.vc_article_multimedia .multimedia.video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.vc_article_multimedia .multimedia.video video {
    width:100% !important;
    height:auto !important;
}
.vc_article_multimedia .multimedia.video #player_mobile {
    width:100% !important;
    height:auto !important;
}*/
.vc_article_multimedia .multimedia #content-player-video {
    float: left;
    clear: left;
    width: 100%;
}
.vc_article_multimedia .multimedia a#player {
    float: left !important;
    clear: left;
    width: 100% !important;
}
.vc_article_multimedia .multimedia iframe{
    width:100% !important;
}
/*---LOADER*/
.bx-wrapper .bx-loading {
    min-height:50px;
    background:url(../images/bx_loader.gif) center center no-repeat #fff;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2000;
}
/*---Photo caption*/
.multimedia .bx-wrapper .bx-caption {
    text-align:center;
    float:left;
    clear:left;
    width:100%;
}
.multimedia .bx-wrapper .bx-caption br {display:none;}
.multimedia .bx-wrapper .bx-caption span.vc_title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400;
    color: #212121;
    float: left;
    clear: left;
    width: 100%;
}
.multimedia .bx-wrapper .bx-caption span.vc_title:before {
    content: "\f030";
    font-family: FontAwesome;
    font-weight: 100;
    margin-right: 10px;
}
.multimedia .bx-wrapper .bx-caption span.vc_description {
    font-size: 0.8em;
    line-height: 1em;
    color: #6c6c6c;
    float: left;
    clear: left;
    width: 100%;
}
/*---Controls*/
.multimedia .bx-controls {
    margin:0px;
    padding:0px;
}
.multimedia .bx-controls .bx-pager {
    margin: 0px;
    padding: 0px 10px;
    float: left;
    font-size: 0.8em;
    line-height: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 60%);
}
.multimedia .bx-controls .bx-controls-direction {
    margin:0px;
    padding:0px;
}
.multimedia .bx-controls .bx-controls-direction .bx-prev {
    margin-top:-16px;
    padding:0px;
    width:32px;
    height:32px;
    float:left;
    text-indent:-9999px;
    outline:0;
    background:url(../images/controls.png) no-repeat 0 0;
    position:absolute;
    top:50%;
    left:0px;
}
.multimedia .bx-controls .bx-controls-direction .bx-next	 {
    margin-top:-16px;
    padding:0px;
    width:32px;
    height:32px;
    float:left;
    text-indent:-9999px;
    outline:0;
    background:url(../images/controls.png) no-repeat -43px 0;
    position:absolute;
    top:50%;
    right:0px;
}
/*---audio*/
.vc_article_multimedia .multimedia.audio {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_multimedia .multimedia.audio img {
    width:100%;
    height:inherit;
    float:left;
    clear:left;
}
.vc_article_multimedia .multimedia.audio a,
.vc_article_multimedia .multimedia.audio object {
    width:100% !important;
    height:inherit;
    float:left;
    clear:left;
}
/*Button Play*/
.vc_article_multimedia .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    z-index: 2222;
}

@media (min-width: 300px) and (max-width:767px) {
    .vc_article_multimedia{
        min-height:auto;
    }
    .vc_article_body_author_date{
        float:left;
    }
    .vc_article_share_fb_tw_g .addthis_toolbox a{
        margin-bottom:0;
    }
    .vc_article_share_fb_tw_g{
        display:table;
        float:none;
        margin: 18px auto 0 auto;
    }
}
@media (max-width:411px) {
    .vc_article_multimedia .multimedia.video iframe, 
    .vc_article_multimedia .multimedia.video object, 
    .vc_article_multimedia .multimedia.video embed {
        max-height:200px;
    }
}
@media (max-width:768px) {
    /*---vc_article_multimedia*/
    .vc_article_multimedia {
        margin-bottom:15px;
        width:100%;
        min-height:auto;
        float:left;
        clear:left;
        position:relative;
    }
    /*.vc_article_multimedia .multimedia.video {
        position: relative;
        padding-bottom:0;
        padding-top: 25px;
        height:auto;
        margin-bottom: 15px;
        width: 100%;
        float: left;
        clear: left;
    }*/
    .video-js .vjs-tech {
        position: relative !important;
        width: 100%;
        height: 100%;
    }
    .vc_article_multimedia .multimedia.video iframe,
    .vc_article_multimedia .multimedia.video object,
    .vc_article_multimedia .multimedia.video embed {
        position:relative;
        top:0;
        left:0;
        /*height:auto !important;*/
    }
    .vc_article_multimedia .multimedia.video .fb_iframe_widget span {
        height:auto !important;
    }
}

@media (max-width:1024px) {
    #content-player-video{
        width:100% !important;
        height:100% !important;
    }

}
.vc_article_reader{
    float: left;
    clear: left;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-top: 20px;
}


.vc_article_reader .controls {
    float: left;
    clear: left;
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}


.vc_article_reader .controls:before {
    content: "ASCOLTA L'ARTICOLO";
    float: left;
    clear: left;
    margin-right: 20px;
    font-size:15px;
}

.vc_article_reader .controls button {
    float: left;
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    color: #212121;
    margin-right: 10px;
}

.vc_article_reader .controls button:hover {
    background-color: #f1f1f1;
}

.vc_article_reader .controls button:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    line-height: 1;
    margin-left: 10px;
}

.vc_article_reader .controls .play-button:after { 
    content: "\f144";
}
.vc_article_reader .controls .pause-button:after { 
    content: "\f28b";
}
.vc_article_reader .controls .stop-button:after { 
    content: "\f28d";
}
.vc_article_reader .controls .resume-button:after { 
    content: "\f144";
}


.banner_rectangle_4_300x250 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_4_300x250 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}

.banner_rectangle_4_300x250 ins.adsbygoogle {
    width: 300px;
    margin: 0 auto;
}
.banner_rectangle_6_300x250 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_6_300x250 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}

.banner_rectangle_6_300x250 ins.adsbygoogle {
    width: 300px;
    margin: 0 auto;
}
.banner_rectangle_5_300x250 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_5_300x250 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}

.banner_rectangle_5_300x250 ins.adsbygoogle {
    width: 300px;
    margin: 0 auto;
}
.banner_rectangle_8_300x250 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_8_300x250 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}

.banner_rectangle_8_300x250 ins.adsbygoogle {
    width: 300px;
    margin: 0 auto;
}
.banner_rectangle_7_300x250 {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_7_300x250 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}

.banner_rectangle_6_300x250 ins.adsbygoogle {
    width: 300px;
    margin: 0 auto;
}
div.vc_newsletters_subscription_fixed {
    width: 95%;
    position: relative;
    z-index: 999;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: 2px solid #d01d22;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 8%);
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.10);
    display: flex;
    margin: 0px auto 0 auto;
}

div.vc_newsletters_subscription_fixed br {
    display: none;
}
.vc_newsletters_subscription_fixed.success {
    background-color: #fff;
    min-height: 110px;
    padding-top: 30px;
    font-size: 21px;
    font-weight: 600;
    color: #d01d22;
}
.vc_newsletters_subscription_fixed.error {
    float:left;
    width:100%;
    text-align:center;
    /*background-color: lightgray;*/
    /*min-height: 120px;*/
}
.vc_newsletters_subscription_fixed img.vc_newsletters_subscription {
    float: left;
    clear: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.vc_newsletters_subscription_fixed name.vc_newsletters_subscription {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    width: calc(100% - 50px);
    float: left;
    margin-top: 2px;
}
.vc_newsletters_subscription_fixed description.vc_newsletters_subscription {
    font-size: 14px;
    line-height: 16px;
    width: calc(100% - 50px);
    float: left;
}
.vc_newsletters_subscription_fixed .vc_newsletters_subscription.email.input {
    min-width: calc(100% - 70px);
    font-size: 14px;
    padding: 2px 10px;
    color: #808080;
    border-radius: 0px !important;
    border: 1px solid #ccc;
    background: transparent;
}
.vc_newsletters_subscription_fixed.email.error {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    margin-top: 3px;
}

.vc_newsletters_subscription_fixed.message {
    text-align: center;
    float: left;
    clear: left;
    width: 100%;
    color: #d01d22;
    padding: 5px 0;
    font-weight: 600;
    font-size: 18px;
    order: 1;
}
.vc_newsletters_subscription_fixed.submessage {
    float: left;
    clear: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    order: 2;
    color: #212121;
    display:none!important;
}

.vc_newsletters_subscription_fixed.list {
    float: left;
    clear: left;
    width: 100%;
    padding: 0 15px;
    display: block;
    order: 3;
    margin: 0px 0 5px 0;
}

.vc_newsletters_subscription_fixed.list tbody {
    float: left;
    clear: left;
    width: 100%;
    /* display: flex; */
    /* text-align: center; */
    /* flex-direction: row; */
}

.vc_newsletters_subscription_fixed.list input {
    margin-right: 10px;
}

.vc_newsletters_subscription_fixed .vc_newsletters_subscription.newsletter {
    float: left;
    clear: left;
    padding: 5px 5px;
    margin: 0 45px;
    background: #fffffff2;
    border: 1px solid #ccc;
    /* display: flex; */
    /* text-align: center; */
    /* flex-direction: row; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
}

.vc_newsletters_subscription_fixed.list tr {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    /* float: left; */
}

button.close {
    /* align-self: flex-end; */
    right: 10px;
    top: 15px;
    position: absolute;
    color: #212121;
    text-shadow: none !important;
    opacity: 0.5;
    font-weight: 900;
    font-size: 14px;
}

.vc_newsletters_subscription_fixed.campo_form_text {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    padding: 0px 60px 10px 60px;
    order: 4;
}

.vc_newsletters_subscription_fixed.campo_form_text label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 10px;
    color: #212121;
}

.vc_newsletters_subscription_fixed .button-container {
    float: left;
    clear: left;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    order: 5;
}


.vc_newsletters_subscription_fixed .vc_newsletters_subscription.button {
    float: left;
    clear: left;
    width: auto;
    margin: 0px 0 5px 0;
    padding: 0px 25px;
    text-transform: uppercase;
    background: #dc3732;
    border: 1px solid #dc3732;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.vc_newsletters_subscription_fixed .vc_newsletters_subscription.button.second {
    opacity: 0.8;
}

.vc_newsletters_subscription_fixed .vc_newsletters_subscription.button:hover {
    background: #fff;
    color: #dc3732;
    opacity:1;
}


