
/*---vc_header_text_editable*/
.vc_header_text_editable {
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_header_text_editable .text {
    color:#017cc5;
    font-weight:inherit;
    font-size:1.7em;
    line-height:1.7em;
    width:100%;
    float:left;
    clear:left;
    border-bottom:1px #c8c8c8 solid;
}
.vc_header_text_editable .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}
/*---Variant Registration*/
.vc_header_text_editable.vc_registration_page p {
    padding: 5px 10px;
    background-color: #fff;
}
.vc_header_text_editable.vc_text_user_registration {
    margin-top: 20px;
}
.vc_header_text_editable.vc_text_registration_side p {
    color: #000;
    font-size: inherit;
}
.vc_header_text_editable.vc_text_register_label p {
    background-color: #fafafa;
    border-bottom: none;
}
/*---Create your Business Events Variant*/
.vc_header_text_editable.vc_title_create_events p,
.vc_header_text_editable.vc_title_create_business p {
    border-bottom: none;
}
.vc_header_text_editable.vc_text_create_business_side p,
.vc_header_text_editable.vc_text_create_events_side p {
    color: #000;
    font-size: inherit;
}
.vc_header_text_editable.vc_create_form_page p {
    padding: 5px 10px;
    background-color: #fff;
}

/*rectangle_300x250_3*/
.banner_rectangle_300x250_3 {
    min-width:300px;
    min-height:250px;
    margin:0 auto;
    display:table;
    text-align:center;
}
.banner_rectangle_300x250_3 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
/*
@media (max-width: 767px) {
    .banner_rectangle_300x250_3 {
        min-width:inherit;
        min-height:inherit;
    }
}*/
/*---vc_article_preview_square*/
.vc_article_preview_square {
    width:100%;
    float:left;
    clear:left;
    position:relative;
    height:260px;
    background:#082c46;
    overflow:hidden;
}
.vc_article_preview_square .cont_img {
    width:100%;
    height:170px;
    overflow:hidden;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_preview_square .cont_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33% 0 0 -50%;
    
}
.vc_article_preview_square .cont3 {
    position:relative;
}
.vc_article_preview_square .cont4 {
    padding:10px 20px;
    width:100%;
    height:80px;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_preview_square .occhiello {
    float:left;
}
.vc_article_preview_square .titolo{
    width:100%;
    float:left;
    clear:left;
    color:#fff;
    max-height:72px;
    overflow:hidden;
}
.vc_article_preview_square .sottotitolo,
.vc_article_preview_square .sommario{
    margin-top:10px;
    color:#fff;
    font-size:1em;
    line-height:1.4em;
    width:100%;
    float:left;
    clear:left;
    height:96px;
    overflow:hidden;
    display:none;
}
.vc_article_preview_square .titolo a,
.vc_article_preview_square .sottotitolo a,
.vc_article_preview_square .sommario a{
    color:#fff !important;
}
.vc_article_preview_square .ora_pubblicazione{
    color: #fff;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_square .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_square .num_commenti{
    /*width:100%;
    color:#fff;
    position:absolute;
    bottom:10px;
    left:20px;
    font-size:14px;
    font-weight:normal;
    opacity: 0.6;*/
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: -2px;
    right: 60px;/* as we have the number "after" */
    font-size: 14px;
    font-weight: normal;
    opacity: 0.6;
    text-align: right;
}
.vc_article_preview_square .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_square .didascalia{
    display:none;
}
/*---media queries*/
@media (min-width: 320px) and (max-width: 479px) {
    .vc_article_preview_square {
        height:111px;
    }
    .vc_article_preview_square .cont_img { 
        height:111px;
    }
    .vc_article_preview_square .cont2 {
        padding-right:0;
    }
    .vc_article_preview_square .cont3 {
        padding-left:0;
    }
    .vc_article_preview_square .cont4 {
        padding:10px; 
        height:111px;
    }
    .vc_article_preview_square .num_commenti {
        right:10px;
        bottom:5px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .vc_article_preview_square {
        height:115px;
    }
    .vc_article_preview_square .cont_img { 
        height:115px;
    }
    .vc_article_preview_square .cont2 {
        padding-right:0;
    }
    .vc_article_preview_square .cont3 {
        padding-left:0;
    }
    .vc_article_preview_square .cont4 {
        padding:10px; 
        height:115px;
    }
    .vc_article_preview_square .num_commenti {
        right:10px;
        bottom:5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc_article_preview_square {
        height:135px;
    }
    .vc_article_preview_square .cont_img { 
        height:135px;
    }
    .vc_article_preview_square .cont2 {
        padding-right:0;
    }
    .vc_article_preview_square .cont3 {
        padding-left:0;
    }
    .vc_article_preview_square .cont4 {
        padding:10px; 
        height:135px;
    }
    .vc_article_preview_square .num_commenti {
        right:10px;
        bottom:5px;
    }
}
/*---vc_bg_variant*/
.vc_bg_variant {
    background:#d4243b;
}
/*---variant-top*/
.vc_article_preview_square.vc_top1:after {
    content:'1';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:5px 15px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#082c46;
    font-size:1.4em;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_square.vc_top2:after {
    content:'2';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:5px 15px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#082c46;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    font-size:1.4em;
}
.vc_article_preview_square.vc_top3:after {
    content:'3';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:5px 15px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#082c46;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    font-size:1.4em;
}
@media (max-width: 480px) {
    .vc_article_preview_square.vc_top1 .titolo,
    .vc_article_preview_square.vc_top2 .titolo {
        max-width: 100%;
        max-height: 50px;
        font-size: 0.99em;
        
    }
}
/*origami_300x250_1*/
.banner_origami_300x250_1 {
    min-width:300px;
    margin:0 auto;
    margin-bottom:10px;
    display:table;
    text-align:center;
}
.banner_origami_300x250_1 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
@media (max-width: 767px) {
    .banner_origami_300x250_1 {
        min-width:inherit;
        min-height:inherit;
    }
}
.checkheight2job .anteprima_articolo.double_banner {
    margin-bottom:30px;
    height:150px;
}
.checkheight2job .anteprima_articolo.double_banner .cont{
    height:140px;
}
.checkheight2job .anteprima_articolo.double_banner .cont3{
    height:250px;
}
/*rectangle_300x250_2*/
.banner_rectangle_300x250_2 {
    min-width:300px;
    min-height:250px;
    margin:0 auto;
    display:table;
    text-align:center;
}
.banner_rectangle_300x250_2 img {
    margin:auto 0;
    padding:0px;
    border:0px;
    max-width:100%;
}
 /*
@media (max-width: 767px) {
    .banner_rectangle_300x250_2 {
       min-width:inherit;
        min-height:inherit;
    }
}*/
/*---vc_article_preview_small*/
.vc_article_preview_small {
    width:100%;
    float:left;
    clear:left;
    border-top:5px solid #017cc5;
    border-right:1px solid #bcbcbc;
    border-bottom:1px solid #bcbcbc;
    border-left:1px solid #bcbcbc;
    background:#fff;
    height:130px;
    overflow:hidden;
    position:relative;
}
.vc_article_preview_small .cont {
    padding:22px;
    width:100%;
    float:left;
    clear:left;
    height:124px;
    position:relative;
}
.vc_article_preview_small .occhiello {
    float:left;
}
.vc_article_preview_small .titolo{
    width:100%;
    float:left;
    clear:left;
    height:56px;
    overflow:hidden;
}
.vc_article_preview_small .sottotitolo,
.vc_article_preview_small .sommario{
    margin:5px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    height:53px;
    overflow:hidden;
}
.vc_article_preview_small .sottotitolo a,
.vc_article_preview_small .sommario a{
    color:#404040 !important;
}
.vc_article_preview_small .ora_pubblicazione{
    color: #afafaf;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_small .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_small .num_commenti{
    position:absolute;
    left:22px;
    bottom: 10px;
    color:#afafaf;
    font-size:14px;
    font-weight:normal;
}
.vc_article_preview_small .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_small .didascalia{
    display:none;
}
.vc_article_preview_small .cont_img {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_small .cont_img img {
    width: 100%;
    height: auto;
}

/*---variant-most*/
.vc_article_preview_small.vc_article_preview_small_most {
    height:93px;
}
.vc_article_preview_small.vc_article_preview_small_most .cont {
    padding:15px 7px;
    height:87px;
}
.vc_article_preview_small.vc_article_preview_small_most .titolo {
    height:37px;
}
.vc_article_preview_small.vc_article_preview_small_most .num_commenti {
    left:7px;
}
/*---variant-top*/
.vc_article_preview_small.vc_top1:after {
    content:'1';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_small.vc_top2:after {
    content:'2';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_small.vc_top3:after {
    content:'3';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_small.vc_top4:after {
    content:'4';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_small.vc_top5:after {
    content:'5';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_small.vc_top6:after {
    content:'6';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_small.vc_top7:after {
    content:'7';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_small.vc_top8:after {
    content:'8';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_small.vc_top9:after {
    content:'9';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_small.vc_top10:after {
    content:'10';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_small.vc_top11:after {
    content:'11';
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px 10px;
    -webkit-border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    border-radius: 5px 20px 5px;
    background:#bbb;
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
/*---media queries*/
@media (min-width: 320px) and (max-width: 479px) {
    .vc_article_preview_small {
        height:75px;
    }
    .vc_article_preview_small .cont {
        padding:9px 13px;
        height:75px;
    }
    .vc_article_preview_small .titolo {
        height: 38px;
    }
    .vc_article_preview_small .num_commenti {
        font-size:0.9em;
        left:13px;
    }
    .vc_article_preview_small.vc_top1 .titolo,
    .vc_article_preview_small.vc_top2 .titolo,
    .vc_article_preview_small.vc_top3 .titolo,
    .vc_article_preview_small.vc_top4 .titolo,
    .vc_article_preview_small.vc_top5 .titolo,
    .vc_article_preview_small.vc_top6 .titolo,
    .vc_article_preview_small.vc_top7 .titolo,
    .vc_article_preview_small.vc_top8 .titolo,
    .vc_article_preview_small.vc_top9 .titolo,
    .vc_article_preview_small.vc_top10 .titolo {
        max-width:90%;
        
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .vc_article_preview_small {
        height:142px;
    }
    .vc_article_preview_small .titolo {
        height: 93px;
    }
    .vc_article_preview_small .cont {
        padding:13px;
        height:142px;
    }
    .vc_article_preview_small .num_commenti {
        font-size:0.9em;
        left:13px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc_article_preview_small .titolo {
        height: 74px;
    }
    .vc_article_preview_small .cont {
        padding:13px;
        height:127px;
    }
    .vc_article_preview_small .num_commenti {
        left:13px;
    }
}


.vc_read_more_news_button_article{
    margin: 0;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    cursor:pointer;
    text-decoration: none;
    width:100%;
    text-align:center;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    color: #fff;
    background:#019cf5;
    border:1px #1285c9 solid;
}
.vc_read_more_news_button_article a {
    padding: 4px 10px;
    color: inherit;
    display:inline-block;
    width:100%;
}
.vc_read_more_news_button_article a:hover{
    color: #019cf5;
    background:white;
}

.vc_read_more_news_button_article .testo_link{
    display:none;
}
.vc_read_more_news_button_article .sezione{
    
}

/* maidenhead channel*/
.vc_read_more_news_button_article.channel_1 .sezione a:before {
    content:"Read more ";
}
.vc_read_more_news_button_article.channel_1 a:hover{}


/* Slough Express channel */
.vc_read_more_news_button_article.channel_3 .sezione a:before{
    content:"Read more ";
}
.vc_read_more_news_button_article.channel_3 a:hover{}


/* Windsor Express channel */
.vc_read_more_news_button_article.channel_4 .sezione a:before{
    content:"Read more ";
}

.vc_read_more_news_button_article.channel_1 .sezione a:after,
.vc_read_more_news_button_article.channel_3 .sezione a:after,
.vc_read_more_news_button_article.channel_4 .sezione a:after{
    content:" Stories";
}


/* Twyford Advertiser channel 
.vc_read_more_news_button_article.channel_5{}
.vc_read_more_news_button_article.channel_5 a:hover{}
*/

/* Burnham Advertiser channel 
.vc_read_more_news_button_article.channel_7{}
.vc_read_more_news_button_article.channel_7 a:hover{}
*/

/*origami_300x250_2*/
.banner_origami_300x250_2 {
    min-width:300px;
    margin:0 auto;
    margin-bottom:25px;
    margin-top:25px;
    display:table;
    text-align:center;
}
.banner_origami_300x250_2 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
@media (max-width: 767px) {
    .banner_origami_300x250_2 {
        min-width:inherit;
        min-height:inherit;
    }
}
.vc_section_submenu_name {
    float:left;
    clear:left;
    width:100%;
    padding:15px 0;
}
.vc_section_submenu_name ul li {
    display:inline;
}
.vc_section_submenu_name ul li:first-child{
    font-size: 0px;   
}
.vc_section_submenu_name ul li.channel_home a:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size:17px;
}
.vc_section_submenu_name ul li {
    font-family: 'Noto Serif', 'Times New Roman', Serif;
    font-size:1.15em;
}
.vc_section_submenu_name ul li.sezione_attiva a {
    color:#017cc5;
}
.vc_section_submenu {
    float:left;
    clear:left;
    width:100%;
    background:#fafafa;
    border-bottom:1px solid #e0e0e0;
}
.vc_section_submenu_sections {
    float:left;
    margin-bottom:10px;
    width:100%;
}
.vc_section_submenu_sections ul {
    float:left;
    width:100%;
}
.vc_section_submenu_sections ul li {
    float:left;
    padding-right:5px;
    word-break:break-word;
    margin-top:10px;
    font-family: 'Noto Serif', 'Times New Roman', Serif;
    font-size:1.07em;
    color:#019cf5;
}
.vc_section_submenu_sections ul li a {
    color:#019cf5;
}
.vc_section_submenu_sections ul li:after {
    content:' | ';
    color:#bbb;
}
.vc_section_submenu_sections ul li:last-child:after {
    content:'';
}
/*.vc_section_submenu_sections ul li.active a {
    color:#072c45;
}
.vc_section_submenu_sections ul li.active a:before {
    content:url(../images/arrow_menu.png);
}*/

.vc_section_submenu_archives,
.vc_section_submenu_eedi {
    margin-top:20px;
    padding: 5px 12px;
    width:100%;
    text-align:center;
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #019cf5;
    color: #019cf5;
}
.vc_section_submenu_archives a,
.vc_section_submenu_eedi a {
    color: #019cf5;
}
.vc_section_submenu_buy {
    margin-top:20px;
    padding: 5px 12px;
    width:100%;
    text-align:center;
    background:#019cf5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #019cf5;
    color: #fff;
}
.vc_section_submenu_buy a {
    color:#fff;
}
/*---vc_button_all_sections*/
.vc_button_all_sections {
    margin-top:20px;
    float:right;
    clear:right;
    position:relative;
    cursor:pointer;
    color:#019cf5;
}
.vc_section_submenu_name {
    padding-bottom:0px;
}

/*---*/
/**.vc_button_all_sections:before {
    content: "\f078  ";
    color:#082c46;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

}
.vc_button_all_sections a:before {
    content:"Hide all Sections";
    float:right;
    margin-left:10px;
    color:#019cf5;
}**/
.vc_button_all_sections a.collapsed:before {
    content:"Show all Sections";
    float:right;
    margin-left:10px;
    color:#019cf5;

}
.banner_rectangle_300x250_4 {
    float:right;
}
/*---vc_button_archive*/
.vc_button_archive {
    float: right;
    padding-top: 16px;
    padding-right:15px;
}
.vc_button_archive .container,
.vc_button_archive .occhiello_titolo {
    display:none;
}
.vc_button_archive .link {
    width:100%;
    float:right;
    clear:right;
}
.vc_button_archive .link a {
    padding: 0 0 10px 0;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #019cf5;
    float: right;
}
.vc_button_archive .link a:before {
    content: "\f039";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right:5px;
}
.vc_button_archive .link:hover {
    color: #019cf5;
}
@media only screen and (max-width: 767px) {
    .vc_button_archive {
        display:none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
    .vc_section_submenu_buy,
    .vc_section_submenu_eedi {
        width:32%;
        float:left;
        margin-right:2%;
}
    .vc_section_submenu_archives {
        width:32%;
        float:left;
}
.banner_rectangle_300x250_4 {
    float:left;
}
}

/*rectangle_300x250_5*/
.banner_rectangle_300x250_5 {
    min-width:300px;
    min-height:250px;
    margin:0 auto;
    margin-bottom:10px;
    display:table;
    text-align:center;
}
.banner_rectangle_300x250_5 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
@media (max-width: 767px) {
    .banner_rectangle_300x250_5 {
        min-width:inherit;
        min-height:inherit;
    }
}
/*---vc_text_edit_comment*/
.vc_text_edit_comment {
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    width:100%;
    float:left;
    clear:left;
    position:relative;
    cursor:pointer;
}
.vc_text_edit_comment .text {
    color:#017cc5;
    font-weight:inherit;
    font-size:1.7em;
    line-height:1.7em;
    width:100%;
    float:left;
    clear:left;
    border-bottom:1px #c8c8c8 solid;
}
.vc_text_edit_comment .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}
/*---*/
.box_comment_icon .vc_text_edit_comment .text:before {
    content:"Hide";
    float:left;
    color:#019cf5;
    font-size:0.9em;
    line-height:1.9em;
    padding-right:5px;
}
.box_comment_icon.collapsed .vc_text_edit_comment .text:before {
    content:"Show";
    float:left;
    color:#019cf5;
    font-size:0.9em;
    line-height:1.9em;
    padding-right:5px;
}
/*---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;   
}
/*---box_comments*/
.box_comments {
    width:100%;
    float:left;
    clear:left;
}
.box_comments .fb-comments {
    margin:10px 0 0 0;
    width:100% !important;/* the important is to make it responsive */
    float:left;
    clear:left;
}
/*---posta_commenti*/
.box_comments .posta_commenti {
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.box_comments .posta_commenti .categoria {
    display:none;
}
.box_comments .posta_commenti .categoria .commenta {
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.box_comments .posta_commenti .categoria .commenta a {
    text-decoration:none;
    color:#000;
}
.box_comments .posta_commenti .categoria .condividi {
    display:none;
}
.box_comments .posta_commenti form,
.box_comments .posta_commenti form .post_commenti_form {
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.box_comments .posta_commenti form .post_commenti_form textarea {
    padding:10px;
    min-width:100%;
    min-height:140px;
    color:#a1a1a1;
	resize:none;
    float:left;
    clear:left;
    background:#fff;
    border:1px #DCDCDC solid;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.box_comments .posta_commenti form .caratteri {
    margin:2px 0 0 0;
    color:#757575;	
    float:right;
    clear:right;
}
.box_comments .posta_commenti form .post_commenti_btn {
    margin:10px 0 2px 0;
    float:left;
}
.box_comments .posta_commenti form .post_commenti_btn input {
    width:130px;
    height:30px;
    color:#019cf5;	
    background:#fff;
    cursor:pointer;
    border:1px #1285c9 solid;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.box_comments .posta_commenti form .post_commenti_btn input:hover {
    background:#019cf5;
    color:#fff;
}
/*---container_box_commento*/
.box_comments .container_box_commento {
    margin:10px 0;
    width:100%;
    float:left;
    clear:left;
}
.box_comments .container_box_commento p.occhiello_titolo {
    display:none; 
}
.box_comments .container_box_commento ul {
    list-style:none;
    width:100%;
    float:left;
    clear:left;
}
.box_comments .container_box_commento ul li {
    margin-top:15px;
    padding-top:15px;
    width:100%;
    float:left;
    clear:left;
    border-top:1px #d4d4d4 solid;
}
.box_comments .container_box_commento ul li ul li {
    padding-left:30px;
    padding-right:0px;
}
.box_comments .container_box_commento ul li ul li ul li div {
    padding-left:25px;
}
.box_comments .container_box_commento ul li ul li ul li ul li div {
    padding-left:45px;
}
.box_comments .container_box_commento ul li .posta_commenti {
    padding:0px;
    background:none;
}
/*---impostazione dei contenuti*/
.box_comments .container_box_commento ul li div {
    margin-top:10px;
}
.box_comments .container_box_commento ul li div p.titolo {
    word-break:break-word;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.box_comments .container_box_commento ul li div p.testo {
    margin-top:10px;
    color:#6c6c6c;
    word-break:break-word;
    width:100%;
    float:left;
    clear:left;
}
.box_comments .container_box_commento ul li div .autore {
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    color:#20465d;
    margin-right:5px;
    float:left;
}
.box_comments .container_box_commento ul li div .cognome {
    margin-top:5px;
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    color:#20465d;
    display: table-caption;
    display: -webkit-inline-box;
}
.box_comments .container_box_commento ul li div .data {
    color:#bbbbbb;
    display:table;
}
.box_comments .container_box_commento ul li div .rispondi {
    margin:20px 15px 0 0;
    color:#019cf5;
    float:left;
}
.box_comments .container_box_commento ul li div .rispondi a {
    color:#019cf5;
    text-decoration:none;
}
.box_comments .container_box_commento ul li div .rispondi a:before {
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-right:5px;
}
.box_comments .container_box_commento ul li div .rispondi a:hover {
    text-decoration:underline;
    cursor:pointer;
}
.box_comments .container_box_commento ul li div .vc_report {
    margin:20px 0 0 0;
    color:#019cf5;
    float:left;
}
.box_comments .container_box_commento ul li div .vc_report a {
    color:#019cf5;
    display:block;
}
.box_comments .container_box_commento ul li div .vc_report a:before {
    content: "\f024";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-right:5px;
}
.box_comments .container_box_commento ul li div .vc_report a:hover {
    text-decoration:underline;
    cursor:pointer;
}
.box_comments .container_box_commento ul li div div.cont_img {
    margin:0px 15px 0 0;
    padding:0px;
    width:45px;
    height:45px;
    overflow:hidden;
    float:left;
    border:1px #aaaaaa solid;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.box_comments .container_box_commento ul li div div.cont_img img {
    float:left;
}
.box_comments .container_box_commento p.showMore {
    margin-top:15px;
    padding-top:15px;
    color:#019cf5;
    border-top:1px #D4D4D4 solid;
    width:100%;
    float:left;
    clear:left;
}
.box_comments .container_box_commento p.showMore:before {
    content:"\f107";
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    float:left;
    margin-right:5px;
    color:#000;
    font-size:1.7em;
}
.box_comments .container_box_commento p.showMore:hover {
    cursor:pointer;
}
.box_comments .container_box_commento .posta_commenti {
    padding:10px;  
    background:#f0f0f0;
}
.box_comments .container_box_commento .posta_commenti form .post_commenti_form textarea {
    max-width:100%;
    min-width:100%;
    width:100%;
}
.box_comments .container_box_commento .vc_report_comment_box,
.box_comments .container_box_commento .vc_report_comment_box form,
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_textarea,
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_submit {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
}
.box_comments .container_box_commento .vc_report_comment_box {
    margin:10px 0 0 0;
}
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_textarea textarea {
    padding:10px;
    max-width:100%;
    min-height:140px;
    width:100%;
    color:#a1a1a1;
	resize:none;
    float:left;
    clear:left;
    background:#fff;
    border:1px #DE6507 solid;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
}
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_submit {
    margin:10px 0 2px 0;
}
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_submit input {
    width:130px;
    height:30px;
    color:#DE6507;	
    background:#fff;
    cursor:pointer;
    border:1px #DE6507 solid;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_submit input:hover {
    background:#DE6507;
    color:#fff;
}

/*boxComment .text*/
.box_comments .text{
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    color: #B7B7B7;
    font-size: 1.3em;
    line-height:1.1em;
    width: 100%;
    float: left;
    clear: left;
    padding: 95px 50px;
    text-align: center;
    background: #F3F3F3;
    height: 250px;
    font-weight: bold;
}
.box_comments .text:before{
    content: "\f071";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 10px;
    color: #B7B7B7;
    font-size: 1.3em;
    line-height:1.1em;
    display:block;
}
.fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}
.vc_fb_logo{
    border-bottom: 1px #c8c8c8 solid;
    padding-bottom:2px;
    padding-top:20px;
    width:100%;
    float:left;
}
.vc_fb_comments_txt{
    color: #017cc5;
    font-weight: bold;
    font-size: 1em;
    line-height: 1em;
}
/*article_taboola*/
.banner_article_taboola {
    width:100%;
    float:left;
    clear:left;
    text-align:center;
    margin-top:10px;
}
.banner_article_taboola img {
    margin:0 auto;
    padding:0px;
    border:0px;
}
/*---vc_preview_slider_auto_gallery_mobile_mobile*/
.vc_preview_slider_auto_gallery_mobile {
	margin:30px 0 0 0;
	float:left;
	clear:left;
	width:100%;
	min-height:250px;
	
}
.vc_preview_slider_auto_gallery_mobile .occhiello_titolo{
    width: 100%;
    float: left;
    clear: left;
    padding-top: 10px;
    position: relative;
}
.vc_preview_slider_auto_gallery_mobile .occhiello_titolo a,
.vc_preview_slider_auto_gallery_mobile .occhiello_titolo {
    background: #017cc5;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Noto Serif', serif;
    font-size: 1.3em;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.vc_preview_slider_auto_gallery_mobile .occhiello_titolo a:after{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
    font-size: 0.5em;
    line-height: 2em;
}
.vc_preview_slider_auto_gallery_mobile .bx-wrapper,
.vc_preview_slider_auto_gallery_mobile .bx-wrapper .bx-window,
.vc_preview_slider_auto_gallery_mobile .bx-wrapper .bx-window .cont,
.vc_preview_slider_auto_gallery_mobile .bx-wrapper .bx-window .cont .schermata {
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
}
.vc_preview_slider_auto_gallery_mobile .cont{
    float: left;    
    clear: left;
}
.vc_preview_slider_auto_gallery_mobile .bx-wrapper{
    padding:5px 15px;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .icona_tipo {
	display:none;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box {
    margin: 15px 0.5%;
    padding: 0px;
    width: 99%;
    float:left;
	position:relative;
	overflow:hidden;
	opacity: 0.95;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box:hover {
    opacity: 1;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .divcont {
    padding: 0;
    position:relative;
    width:100%;
    float:left;
    z-index:9;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .divcont2 {
    padding: 5px;
    position: relative;
    width: 100%;
    float: left;
    z-index: 9;
    background: #404040;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .cont_foto {
	width:100%;
	float:left;
	clear:left;
	position: relative;
}
.vc_preview_slider_auto_gallery_mobile .video .cont_foto a:before {
    /* content: "\f144"; */
    display:none !important;
    content: "Watch video";
    color: #fff;
    opacity: 1;
    font-family: inherit;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 5px 2px 25px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    display: inline-block;
    top: 0px;
    right: -60px;
    background: url(/images/icon_open_playlist_white.png) 8px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #0077b3;
    -webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
}
.vc_preview_slider_auto_gallery_mobile .gallery .cont_foto a:before {
    /* content: "\f144"; */
    content: "Watch gallery";
    color: #fff;
    opacity: 1;
    font-family: inherit;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 5px 2px 30px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    display: inline-block;
    top: 0px;
    right: -65px;
    background: url(/images/icon_open_gallery_white.png) 7px 3px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: #0077b3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display:none !important;
}
.vc_preview_slider_auto_gallery_mobile .box:hover .cont_foto a:before {
    right: 0px;
}
/*.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .cont_foto:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    }*/
.vc_preview_slider_auto_gallery_mobile .cont .schermata .box .cont_foto img {
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	text-decoration:none;
	float:left;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .occhiello {
    margin-bottom:5px;
    width:100%;
    float:left;
    clear:left;
    font-size: 1em;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .titolo {
    width: 100%;
    float: left;
    clear: left;
    font-size: 0.9em;
    color: #fff;
    height: 4.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family:'Noto Serif', Arial, serif;
}
.vc_preview_slider_auto_gallery_mobile .cont .schermata .titolo a {
    color: inherit !important;
}

/*---punti_slider*/
.vc_preview_slider_auto_gallery_mobile .punti_slide {
    bottom:5px;
    position: relative;
}
.vc_preview_slider_auto_gallery_mobile .punti_slide .bx-pager {
    margin:0 auto;
    padding:0px;
    text-align:center;    
    width:100%;
    float:left;
    clear:left;
}
.vc_preview_slider_auto_gallery_mobile .punti_slide .bx-pager .bx-pager-item {
    margin:0px 3px 0 0;
    padding:0px;
    width:10px;
    height:10px;
    display:inline-block;
    text-decoration:none;
    font-size:0px;
    color:#fff;
}
.vc_preview_slider_auto_gallery_mobile .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
    margin:0px 4px;
    padding:0px;
    width:10px;
    height:10px;
    display:inline-block;
    text-decoration:none;
    font-size:0px;
    color:#fff;
    background:transparent;
    border:2px solid #373E41;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.vc_preview_slider_auto_gallery_mobile .punti_slide .bx-pager .bx-pager-item a.active {
    background:#373E41;
}
/*---Arrows*/
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-prev {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 98;
}
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-prev:after {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    color: #373E41;
    top: 40%;
    left: 5px;
    position: absolute;
}
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-next {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 98;
}
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-next:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    color: #373E41;
    top: 40%;
    right: 4px;
    position: absolute;
}
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-prev a,
.vc_preview_slider_auto_gallery_mobile .bx-controls .bx-controls-direction .bx-next a {
    margin:0px;
    padding:0px;
    display:block;
}
.banner_native_formats {
    width:100%;
    float:left;
    clear:left;
    text-align:center;
    margin-top:20px;
}
.banner_native_formats img {
    margin:0 auto;
    padding:0px;
    border:0px;
}

.exco-player {
    min-width:300px;
    min-height:250px;
    margin:0 auto;
    margin-bottom:10px;
    display:table;
    text-align:center;
}
.exco-player img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
.vc_related_contents{
    margin:25px 0 35px 0;
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    width:100%;
    float:left;
    clear:left;
}
.vc_related_contents .occhiello_titolo{
    margin-bottom:25px;
    color:#017cc5;
    font-weight:inherit;
    font-size:1.7em;
    line-height:1.7em;
    width:100%;
    float:left;
    clear:left;
    border-bottom:1px #c8c8c8 solid;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 {
    width:32%;
    margin-right:2%;
    float:left;
    clear:left;
    position:relative;
    height:312px;
    background:#082c46;
    overflow:hidden;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .foto {
    width:100%;
    height:210px;
    overflow:hidden;
    float:left;
    clear:left;
    position:relative;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .foto img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33% 0 0 -50%;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .cont3 {
    position:relative;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .cont4 {
    padding:14px 20px;
    width:100%;
    height:80px;
    float:left;
    clear:left;
    position:relative;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .occhiello {
    float:left;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .titolo{
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    font-size: 1.17em;
    line-height: 1.1em;
    font-weight: 200;
    width:100%;
    float:left;
    clear:left;
    color:#fff;
    height:40px;
    overflow:hidden;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .sottotitolo,
.vc_related_contents .cont_anteprima_correlati .box.pos1 .sommario{
    margin:5px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    height:91px;
    overflow:hidden;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .titolo a,
.vc_related_contents .cont_anteprima_correlati .box.pos1 .sottotitolo a,
.vc_related_contents .cont_anteprima_correlati .box.pos1 .sommario a{
    color:#fff !important;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .data {
    color: #fff;
    font-size: 14px;
    font-weight:normal;
    width:100%;
    color:#fff;
    position:absolute;
    bottom:0px;
    left:20px;
    opacity: 0.6;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .data:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}

.vc_related_contents .cont_anteprima_correlati .box.pos1 .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .didascalia{
    display:none;
}

.vc_related_contents .cont_anteprima_correlati .box.pos2,
.vc_related_contents .cont_anteprima_correlati .box.pos3,
.vc_related_contents .cont_anteprima_correlati .box.pos4,
.vc_related_contents .cont_anteprima_correlati .box.pos5 {
    width:32%;
    float:left;
    margin-right:2%;
    margin-bottom:25px;
    border-top:5px solid #017cc5;
    border-right:1px solid #bcbcbc;
    border-left:1px solid #bcbcbc;
    border-bottom:1px solid #bcbcbc;
    background:#fff;
    position:relative;
    height:144px;
    overflow:hidden;
}
.vc_related_contents .cont_anteprima_correlati .box.pos3,
.vc_related_contents .cont_anteprima_correlati .box.pos5 {
    margin-right:0;
    margin-bottom:0;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .foto,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .foto,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .foto,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .foto {
    width:50%;
    float:left;
    height:auto;
    overflow:hidden;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .foto img,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .foto img,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .foto img,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .foto img {
    height: 144px;
    width: auto;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .cont3,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .cont3,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .cont3,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .cont3 {
    position:relative;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .cont4,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .cont4,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .cont4,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .cont4 {
    padding: 10px 30px 10px 15px;
    width: 50%;
    float: left;
    height: 144px;
    position: relative;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .occhiello,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .occhiello,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .occhiello,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .occhiello {
    float:left;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .titolo{
    width:100%;
    float:left;
    clear:left;
    height:76px;
    overflow:hidden;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    font-size: 1.17em;
    line-height: 1.2em;
    font-weight: 200;
}

.vc_related_contents .cont_anteprima_correlati .box.pos2 .data,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .data,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .data,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .data{
    color: #afafaf;
    font-size: 14px;
    font-weight:normal;
    position:absolute;
    left:0;
    bottom:10px;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .data:before,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .data:before,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .data:before,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .data:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
    padding-left:15px;
}

.vc_related_contents .cont_anteprima_correlati .box.pos2 .num_commenti:before,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .num_commenti:before,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .num_commenti:before,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .didascalia,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .didascalia,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .didascalia,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .didascalia{
    display:none;
}
.vc_related_contents .cont_anteprima_correlati .box.pos6,
.vc_related_contents .cont_anteprima_correlati .box.pos7,
.vc_related_contents .cont_anteprima_correlati .box.pos8,
.vc_related_contents .cont_anteprima_correlati .box.pos9 {
    width:24%;
    float:left;
    margin-right:1.33333%;
    border-top:5px solid #017cc5;
    border-right:1px solid #bcbcbc;
    border-left:1px solid #bcbcbc;
    border-bottom:1px solid #bcbcbc;
    background:#fff;
    position:relative;
    height:130px;
    overflow:hidden;
}
.vc_related_contents .cont_anteprima_correlati .box.pos6 {
    clear:left;
}
.vc_related_contents .cont_anteprima_correlati .box.pos9 {
    margin:0;
}
.vc_related_contents .cont_anteprima_correlati .box.pos6 .cont ,
.vc_related_contents .cont_anteprima_correlati .box.pos7 .cont ,
.vc_related_contents .cont_anteprima_correlati .box.pos8 .cont ,
.vc_related_contents .cont_anteprima_correlati .box.pos9 .cont {
    padding:22px;
    width:100%;
    float:left;
    clear:left;
    height:124px;
    position:relative;
}
.vc_related_contents .cont_anteprima_correlati .box.pos6 .occhiello,
.vc_related_contents .cont_anteprima_correlati .box.pos7 .occhiello,
.vc_related_contents .cont_anteprima_correlati .box.pos8 .occhiello,
.vc_related_contents .cont_anteprima_correlati .box.pos9 .occhiello {
    float:left;
}
.vc_related_contents .cont_anteprima_correlati .box.pos6 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos7 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos8 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos9 .titolo{
    width:100%;
    float:left;
    clear:left;
    height:56px;
    overflow:hidden;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    font-size: 1.10em;
    line-height: 1.2em;
    font-weight: 500;
}
.vc_related_contents .cont_anteprima_correlati .box.pos6 .foto,
.vc_related_contents .cont_anteprima_correlati .box.pos7 .foto,
.vc_related_contents .cont_anteprima_correlati .box.pos8 .foto,
.vc_related_contents .cont_anteprima_correlati .box.pos9 .foto {
    display:none;
}
.vc_related_contents .cont_anteprima_correlati .box.pos6 .data,
.vc_related_contents .cont_anteprima_correlati .box.pos7 .data,
.vc_related_contents .cont_anteprima_correlati .box.pos8 .data,
.vc_related_contents .cont_anteprima_correlati .box.pos9 .data {
    display:none;
}
@media (min-width:768px) and (max-width: 991px) {
.vc_related_contents .cont_anteprima_correlati .box.pos2,
.vc_related_contents .cont_anteprima_correlati .box.pos3,
.vc_related_contents .cont_anteprima_correlati .box.pos4,
.vc_related_contents .cont_anteprima_correlati .box.pos5 {
    width:64%;
    height:105px;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .titolo {
    height: 40px;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2,
.vc_related_contents .cont_anteprima_correlati .box.pos3,
.vc_related_contents .cont_anteprima_correlati .box.pos4,
.vc_related_contents .cont_anteprima_correlati .box.pos5 {
    margin-bottom:15px;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 {
    height:465px;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 .foto {
    height:238px;
}
.vc_related_contents .cont_anteprima_correlati .box.pos6,
.vc_related_contents .cont_anteprima_correlati .box.pos7,
.vc_related_contents .cont_anteprima_correlati .box.pos8,
.vc_related_contents .cont_anteprima_correlati .box.pos9 {
    margin-top:5px;
}
}
@media (max-width: 767px) {
.vc_related_contents .cont_anteprima_correlati .box.pos1,
.vc_related_contents .cont_anteprima_correlati .box.pos2,
.vc_related_contents .cont_anteprima_correlati .box.pos3,
.vc_related_contents .cont_anteprima_correlati .box.pos4,
.vc_related_contents .cont_anteprima_correlati .box.pos5,
.vc_related_contents .cont_anteprima_correlati .box.pos6,
.vc_related_contents .cont_anteprima_correlati .box.pos7,
.vc_related_contents .cont_anteprima_correlati .box.pos8,
.vc_related_contents .cont_anteprima_correlati .box.pos9 {
    width:100%;
    margin-top:20px;
    margin-bottom:0;
}
.vc_related_contents .cont_anteprima_correlati .box.pos1 {
    margin-top:0;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .foto,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .foto,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .foto,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .foto {
    width:30%;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .cont4,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .cont4,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .cont4,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .cont4 {
    width:70%;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .foto img,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .foto img,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .foto img,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .foto img {
    height: 100px;
    width: auto;
}
.vc_related_contents .cont_anteprima_correlati .box.pos2 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos3 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos4 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos5 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos6 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos7 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos8 .titolo,
.vc_related_contents .cont_anteprima_correlati .box.pos9 .titolo {
    height: 59px;
}

.vc_related_contents .cont_anteprima_correlati .box.pos2,
.vc_related_contents .cont_anteprima_correlati .box.pos3,
.vc_related_contents .cont_anteprima_correlati .box.pos4,
.vc_related_contents .cont_anteprima_correlati .box.pos5, 
.vc_related_contents .cont_anteprima_correlati .box.pos6,
.vc_related_contents .cont_anteprima_correlati .box.pos7,
.vc_related_contents .cont_anteprima_correlati .box.pos8,
.vc_related_contents .cont_anteprima_correlati .box.pos9 {
    height: 105px;
}
}
.vc_article_body_author_twitter {
    float: left;
    clear: left;
    width: 100% !important;
    display: block !important;
    height: auto !important;
    padding: 0 !important;
}
.vc_article_body_author_twitter .author_information {
    width: 100%;
    display: block;
    float: left;
    clear: left;
}
.vc_article_body_author_twitter .author_information .twitter_link {
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}
.vc_article_body_author_twitter .author_information .cont_image {
    clear: left;
    margin: 0 20px 0 0;
    width: 45px;
    border: 1px solid #ffffff;
    overflow: hidden;
    float: left;
}
.vc_article_body_author_twitter .author_information .cont_image img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    border-radius: 100%;
    height: 45px;
    width: 45px;
}
.vc_article_body_author_twitter .author_information .author {
    color: #20465d;
    display: table;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
}
.vc_article_body_author_twitter .author_information .author:before {
    content: "Written by";
    margin-right:5px;
}
.vc_article_body_author_twitter .author_information .vc_email:before {
    visibility: visible;
    content: "Email";
    background-color: grey;
    padding: 0 5px 0 5px;
    top: 0;
    font-size: 11px;
    border-radius: 5px;
    color: #fff;
    display: inline-table;
    margin-right: 5px;
}
.vc_article_body_author_twitter .author_information .vc_email {
        float: left;
    /* display: table; */
    /* width: auto; */
    position: relative;
    font-size: 0;
    margin: 5px 0 0 3px;
}
/*---vc_article_body_header*/
.vc_article_body_header {
    padding:0 15px;
}
.vc_article_body_header .occhiello_articolo {
    color:#019cf5;
}
.vc_article_body_header .sottotitolo_articolo {
    margin:15px 0 0 0;
}
/*---vc_article_body_author_date*/
.vc_article_body_author_date {
    margin:25px 0 0 0;
    color:#bbbbbb;

}
.vc_article_body_author_date .author_photo {
    margin:0 20px 0 0;
    width:45px;
    height:90px;
    border:1px solid #ffffff;
    overflow: hidden;
    float:left;
}
.vc_article_body_author_date .author_photo .author_photo_image {
    margin:0;
    padding:0;
    max-width:100%;
    height:auto;
    border-radius:100%;
}
.vc_article_body_author_date .data {
    display:table;
}
.vc_article_body_author_date .author_name {
    color:#20465d;
    display:table;
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
}
.vc_article_body_author_date .author_name:before {
    content:"Written by";
}
.vc_article_body_author_date .author_name .author_name_label {
    display:none;
}
.vc_article_body_author_date .author_name .author_name_value {
    margin:0 0 0 5px;
    display:inline;
}
.vc_article_body_author_date .author_email {
    position:absolute;
    float:none;
}
.vc_article_body_author_date .author_email .author_email_label {
    display:inline;
}
.vc_article_body_author_date .author_email .author_email_value {
    margin:0 0 0 2px;
    display:inline;
}

.vc_article_body_author_date .author_phone {
    float:left;
}
.vc_article_body_author_date .author_phone .author_phone_label {
    display:inline;
}
.vc_article_body_author_date .author_phone .author_phone_value {
    margin:0 0 0 2px;
    display:inline;
}
.vc_article_body_author_date .author_phone:before {
    content:"|";
    margin:0 5px;
    padding:0;
    float:left;
}
.vc_already_voted {
    width: 100%;
    background: #d4243a;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}

/*---vc_article_body_comments_share*/
/*---vc_article_body_comments_share*/
.vc_article_body_comments_share {
    margin:25px 0 0 0;
    color:#ababab;
    padding-left:0;
    padding-right:0;
}
.vc_article_body_comments_share .num_commenti_articolo {
    width:50%;
    float:right;
    cursor:pointer;
}
.vc_article_body_comments_share .num_commenti_articolo.zero_commenti {
    display:none;
}
.vc_article_body_comments_share .num_commenti{
    float:left;
    color:#afafaf;
    font-size:1em;
    font-weight:normal;
}
/*
.vc_article_body_comments_share .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
*/
.vc_article_body_comments_share .num_commenti:after{
    content: " comments";
    font-weight:normal;
    margin:5px 0 0 0;
}

.vc_article_body_comments_share .num_commenti_articolo .testo {
    margin:0 0 0 5px;
}
.vc_article_body_comments_share .download_zip {
    float: left;
    position: relative;
    margin-right: 20px;
}
.vc_article_body_comments_share .download_zip:before {
    content:"\f1c1";
    color:#d4243a;
    font-family: FontAwesome;
    font-weight:normal;
    font-size: 2em;
}
.vc_article_body_comments_share .download_zip a {
    font-size: 0;
    width: 25px;
    height: 30px;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*---sharre_fb_tw*/
.vc_article_body_comments_share .social_buttons {
    float:left;
    width:50%;
    z-index:30;
    position:relative;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw {
    display:block;
    float:left;
    position:relative;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw {
    float:left;
    position:relative;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw .box {
    width:100%;
    float:left;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw .box .count {
    font-size:1em; 
    color:#afafaf;
    text-decoration:none;
    float:left;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw.zero_share_count .box .count,
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw.zero_share_count .box .share {
    display:none;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw .box .share {
    margin:0 0 0 5px;
    font-size:1em; 
    color:#afafaf;
    text-decoration:none;
    text-transform:lowercase;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .buttons {
    position:absolute;
    top:23px;
    left:0;
    border-top:5px solid #017bc6;
    background:#ededed;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .buttons .share_toolbox {
    padding:0 5px 5px 5px;
    width:150px;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .buttons .share_toolbox .fb-share-button,
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .buttons .share_toolbox .twitter-share-button,
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .buttons .share_toolbox .gplus-share-button {
    margin:5px 0 0 0 !important;
    width:100% !important;
    float:left;
    clear:left;
}
/*---vc_article_body_multimedia*/
.vc_article_body_multimedia {
    margin:25px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_body_multimedia .multimedia {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_body_multimedia .foto_articolo img,
.vc_article_body_multimedia .multimedia img,
.vc_article_body_multimedia .multimedia.audio a {
    max-width:100%;
    height:auto;
}
.vc_article_body_multimedia .foto_articolo .didascalia {
    padding: 5px;
    color: #fff;
    font-size: 0.9em;
    position:absolute;
    bottom:5px;
    left:0;
    background:#666\9;
    background:rgba(80, 80, 80, 0.75);
}
.vc_article_body_multimedia .multimedia.gallery {
	position:relative;
}
.vc_article_body_multimedia .multimedia.gallery .bx-wrapper,
.vc_article_body_multimedia .multimedia.gallery .bx-wrapper .bx-window,
.vc_article_body_multimedia .multimedia.gallery .bx-wrapper .bx-viewport {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_body_multimedia .multimedia.gallery ul.galleria_espanso {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_body_multimedia .multimedia.gallery ul.galleria_espanso li {
    width:100%;
    position:relative;
    text-align:center;
}
.vc_article_body_multimedia .multimedia.gallery ul.galleria_espanso li img {
    margin:0px;
    padding:0px;
    clear: left;
    max-width:100%;
}
.vc_article_body_multimedia .multimedia.video {
    width:100%;
    float:left;
    clear:left;
    background:#afafaf;
}
.vc_article_body_multimedia .multimedia.video #player,
.vc_article_body_multimedia .multimedia.video iframe,
.vc_article_body_multimedia .multimedia.video object,
.vc_article_body_multimedia .multimedia.video embed {
    width:100% !important;
    float:left;
    clear:left;
}
.vc_article_body_multimedia .multimedia #content-player-video{
    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 {
    position:absolute;
    bottom:5px;
    left:0;
    background:#666\9;
    background:rgba(80, 80, 80, 0.75);
    width:100%;
}
.multimedia .bx-wrapper .bx-caption span {
    color:#fff;
    display:block;
    font-size:1em;
    font-weight:bold;
    padding:10px;
}
/*---Controls*/
.multimedia .bx-controls {
    margin:0px;
    padding:0px;
    position:absolute;
    top:20px;
    right:15px;
}
.multimedia .bx-controls .bx-pager {
    margin:0px 5px 0 0;
    padding:0px;
    float:left;
    text-shadow:2px 1px #000;
    font-size:0.8em;
    line-height:30px;
    color:#fff;
}
.multimedia .bx-controls .bx-controls-direction {
    margin:0px;
    padding:0px;
    float:left;
}
.multimedia .bx-controls .bx-controls-direction .bx-prev {
    margin:0px 5px;
    padding:0px;
    width:32px;
    height:32px;
    float:left;
    text-indent:-9999px;
    outline:0;
    background:url(../images/controls.png) no-repeat 0 0;
}
.multimedia .bx-controls .bx-controls-direction .bx-next	 {
    margin:0px;
    padding:0px;
    width:32px;
    height:32px;
    float:left;
    text-indent:-9999px;
    outline:0;
    background:url(../images/controls.png) no-repeat -43px 0;
}
/*---vc_article_body*/
.vc_article_body {
    padding:0 15px;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_body .sommario_articolo {
    margin:15px 0 0 0;
    color:#525151;
}
.vc_article_body .testo_articolo {
    margin:15px 0 0 0;
    color:#6c6c6c;
    line-height:1.8em;
}/*
.vc_article_body .testo_articolo p {
    margin:0 0 15px;
}*/
.vc_article_body .testo_articolo p, .agate-standfirst p  {
    margin: 0 0 15px;
}
.vc_article_body .testo_articolo iframe{
    width: 100% !important;
    max-width: 100% !important;
    margin:0 auto;
}
.vc_article_body .testo_articolo img, .vc_article_body .testo_articolo .ImageCaptionBox {
    max-width: 100%;
    padding-right: 10px;
    height:auto;
}
.vc_article_body .testo_articolo strong {
    font-weight:bold;
}
.vc_article_body .testo_articolo em {
    font-style:italic;
}

/*---vc_article_body*/
.vc_article_body .testo_articolo .articlebox {
    margin:10px 0;
    padding:5px 15px;
    display:table;
    background:#EFFAFF;
    border-left:4px #017cc5 solid;    
}
.vc_article_body .testo_articolo .articlebox p {
    margin:0px;
    padding:0px;
    font-size:0.9em;
    color:#a09995;
}
.vc_article_body .testo_articolo .articlebox p a {
    margin:0 5px;
    text-decoration:none !important;
    color:#252525;
} 
.vc_article_body .testo_articolo .articlebox p a:hover {
    text-decoration:underline !important;
}
.vc_article_body .lettera_risposta {
    font-size:1em;
    line-height:1.8em;
    width:100%;
    float:left;
    clear:left;
    border-top:1px #ababab dotted;
}
.vc_article_body #mappa_articolo {
    margin:15px 0 0 0;
    padding:0px;
    width:100% !important;
}
.vc_article_body .indirizzo {
    margin:10px 0 0 0;
    font-size:12px;
    color:#525151;
    width:100%;
}
/*---Sondaggio_box_orizzontal*/
.Sondaggio_box_orizzontal {
    margin:15px 0 0 0;
    padding:0 15px;
    width:100%;
    float:left;
    clear:left;
}
.Sondaggio_box_orizzontal .container_response {
    margin:0px;
    padding:5px 0;
    border-top:1px #d2dce1 solid;
    border-bottom:1px #d2dce1 solid;    
    width:100%;
    float:left;
    clear:left;
}
.Sondaggio_box_orizzontal .container_response .photo {
    margin:0 4% 0 0;
    padding:0px;
    width:16%;
    float:left;
    cursor:pointer;
}
.Sondaggio_box_orizzontal .container_response .photo img {
    padding:1px;
    max-width:100%;
    border:1px #d2dce1 solid;
    text-decoration:none;
    cursor:pointer;
}
.Sondaggio_box_orizzontal .container_response .response {
    width:80%;
    float:left;
}
.Sondaggio_box_orizzontal .container_response .response p {
    font-size:1em;
    font-weight:400;
    color:#0d0c0c;
    width:100%;
    float:left;
    cursor:pointer;
}
.Sondaggio_box_orizzontal .container_response .poll_vote_button {
    margin:4px 0px 0px 0px;
    font-size:0.9em;
    color:#fff;
    font-weight:600;
    border:0px;
    cursor: pointer;    
    width:100px;
    height:30px;
    float:left;
    background:#00A4F6 url(../images/poll_vote_button.png) no-repeat 11px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.Sondaggio_box_orizzontal .container_response .poll_vote_button:hover {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.Sondaggio_box_orizzontal .container_response .bar_container {
    margin:5px 0 0 0;
    width:80%;
    height:40px;
    float:left;
    position:relative;
}
.Sondaggio_box_orizzontal .container_response .bar_container .bar {
    height:30px;
    border: 1px #9dcf9d dashed;
    background: #b3e2b3;    
    float:left;
}
.Sondaggio_box_orizzontal .container_response .bar_container .perc_container {
    font-size: 1em;
    color: #3A833C;
    position: absolute;
    top:5px;
    left:5px;
}
/*---corsivo*/
.Corsivo {
    margin: 5px 15px !important;
    padding: 40px 20px !important;
    position: relative !important;
}
.Corsivo .ApiceSx {
    margin:0;
    padding:0;
    width:20px;
    height:20px;
    position:absolute;
    top:0;
    left:0;
}
.Corsivo .ApiceDx {
    margin:0;
    padding:0;
    width:20px;
    height:20px;
    position:absolute;
    bottom:0;
    right:0;
}
.Corsivo p {
    margin:0;
    padding:20px;
    font-size:1.1em;
    line-height:20px;
    text-align:left;
    font-weight:400;  
    font-style:italic;
    color:#313133;
}
.vc_article_body_banner {
    margin:15px 0 0 15px;
    text-align:center;
    float: right !important;
    clear: none !important;
    width: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    display:none;
}
.vc_article_body_banner img {
    margin:0 auto;
    padding:0px;
    border:0px;
}
/*---vc_article_body_share*/
.vc_article_body_share {
    margin:25px 0 0 0;
    /*padding:0 15px;
    width: 100%;
    clear: left; */
    float: right;
}
.vc_article_body_share:before {
    content:url(../images/icon_social_share.png);
    margin:0px 10px 0px 0px;
    float:left;
    width:84px;
    height:33px;
}
.addthis_toolbox.addthis_default_style.addthis_16x16_style {
    margin-top:0.5em;
}
/*---vc_article_tag*/
.vc_article_tag {
    margin:0;
    padding:0px 15px;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_tag p {
    margin-left:5px;
    color:#000;
    line-height:2.0em;
    float:left;
}
.vc_article_tag p:after {
    content:"-";
}
.vc_article_tag:last-child p {
    background:#ccc;
}
.vc_article_tag p span.nome {
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    margin-right:5px;
    color:#072c45;
}
.vc_article_tag p span.nome:after {
    content:":";
}
.vc_article_tag p span.valore {
    color:#019CF5;
}
.vc_article_tag p a:hover {
    text-decoration:undeline;
    color:#019CF5;
}
/*---vc_addcalendar_events*/
.vc_addcalendar_events {
    padding:0 15px;
    width:100%;
    float:left;
    clear:left;
}
.vc_addcalendar_events a.addthisevent-drop {
    margin-top:10px;
    margin-bottom:15px;
    padding:10px 15px 10px 10px;
    background:#017CC5;
    border:1px #017CC5 solid;
    color:#fff !important;
    font-weight:bold;
    float:left;
    clear:left;
    z-index:100;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
} 
.vc_addcalendar_events a.addthisevent-drop .addthisevent_icon {
    background:transparent !important;
}
.vc_addcalendar_events a.addthisevent-drop .addthisevent_icon:after {
    content:"\f133";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right:5px;
}
.vc_addcalendar_events a.addthisevent-drop:after {
    content:"add to calendar";
    padding-left:30px;
}

/*vc_buy_gallery_related*/
.vc_buy_gallery_related {
    float:left;
    clear:left;
    width:100%;
    text-align:center;
    margin-top:25px;
}
.vc_buy_gallery_related a {
    width: 180px;
    height: 30px;
    color: #019cf5;
    background: #fff;
    cursor: pointer;
    border: 1px #1285c9 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    line-height: 28px;
    
    /*position: absolute;
    margin-top: 25px;
    margin-left: 29%;*/
}
.vc_buy_gallery_related a:hover {
    background: #019cf5;
    color: #fff;
}
/*---media queries*/
@media (min-width:320px) and (max-width:480px){
    .Sondaggio_box_orizzontal .container_response .photo {
        margin:0 4% 0 0;
        padding:0px;
        width:30%;
        float:left;
    }
    .Sondaggio_box_orizzontal .container_response .response {
        width:63%;
        float:left;
    }
    .vc_article_body_share .addthis_toolbox .addthis_button_whatsapp {
        display:block;
    }
    .vc_article_body_multimedia .multimedia #content-player-video{
        max-height:200px;
    }
}
@media (max-width:767px) {
    .vc_article_body,
    .vc_article_body_header {
        padding:0 8px;
    }
    .vc_article_body_share {
        padding:0 6px;
    }
    .vc_article_body_comments_share {
        margin:15px 0 0 0;
    }
    
    .vc_article_body_comments_share .num_commenti_articolo{
        float:left;
        margin-left:10px;
    }
}
@media (min-width:768px) and (max-width:989px){
    .vc_article_body_banner {   
        display:inline;
    }
}
@media (min-width:989px) and (max-width:1200px){

}

/* Twitter author links */

.vc_article_body_author_share{
    font-family:'FontAwesome';
    margin-top:15px;
    padding: 5px 0 5px 0;
    font-size:14px;
    width:26%;
    bottom:25px;
}
.vc_article_body_author_share .author_information .facebook_link,
.vc_article_body_author_share .author_information .twitter_link{
    float:left;
    margin:10px 10px 0 15px;
}

.vc_article_body_author_share .author_information .twitter_link a:before{
    content:'\f099';
    font-size:1.1em;
    color:#fff;
    bottom:-5px;
    text-decoration:inherit;
    left:-18px;
    position:absolute;
    font-weight:normal;
    font-family:FontAwesome;
    /*content:url("/images/twitter-roundel24.png");*/
}

.twitter_link{
    width:130px;
    height:20px;
    font-size:small;
    border-radius:2px;
}

.twitter_link a {
    color:white;
    position:absolute;
    width:130px;
    height:20px;
    text-align:right;
    bottom:0;
    border-radius:5px;
    top:5px;
    padding-right:5px;
    font-family:Arial;
    font-size:11px;
    background-color:#1DA1F2;
    background-image:url("//www.maidenhead-advertiser.co.uk/userUpload/TwitterDownloadPNG_ba2fd310dcaa8781a9a652a31baf3c68.png");
    background-repeat:no-repeat;
    background-position:3px;
    background-size:17px;
}

.author_email{
    display:inline-flex;
    padding-top:5px;
    position:absolute;
}

p.author_email_label{
    width:45px;
    position:relative;
    height:20px;
    font-size:18px;
    border-radius:6px;
    background-position:2px;
    background-image:url("http://www.maidenhead-advertiser.co.uk/userUpload/emailtag.jpg");
    background-repeat:no-repeat;
    color:white
    ;
}

.author_email a{
    color:transparent;
    width:0;
    background-color:grey;
}

.author_email_value{
    display:none;
}

.date_test{
    width:100%;
    position:absolute;
    top:110px;
}

.testshare{
    width:100%;
}

.author_information{
    position:relative;
    display:flex;
    padding:15px 0 20px;
    width:130px;
}

.cont_author_information {
    position:relative;
    display:flex;
    width:130px;
    height:20px;
    padding-bottom:30px;
}

.author_email_label {
    visibility:hidden;
    display:inline;
}

.author_email_label:after {
    visibility:visible;
    content:"Email";
    position:absolute;
    left:134px;
    background-color:grey;
    padding:0 5px 0 5px;
    top:0;
    font-size:11px;
    border-radius:5px;
}

.author_email_value a{
    position:absolute;
    left:140px;
}

.share{
    float:right !important;
}
/*rectangle_300x250_6*/
.banner_rectangle_300x250_6 {
    min-width:300px;
    min-height:250px;
    margin:0 auto;
    margin-bottom:10px;
    display:none;
    text-align:center;
}
.banner_rectangle_300x250_6 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
@media (max-width: 767px) {
    .banner_rectangle_300x250_6 {
        display:table;
    }

}


/*rectangle_300x250_1*/
.banner_rectangle_300x250_1 {
    min-width:300px;
    min-height:250px;
    margin:0 auto;
    margin-bottom:10px;
    display:table;
    text-align:center;
}
.banner_rectangle_300x250_1 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
/*
@media (max-width: 767px) {
    .banner_rectangle_300x250_1 {
        min-width:inherit;
        min-height:inherit;
    }
}*/
.vc_container_box_tab_auto_full_article {
    margin-bottom:5px;
    width:100%;
    float:left;
    clear:left;
}
.vc_box_tab_auto_full_article{
    margin:20px 0 10 0;
    padding:0;
    width:100%;
    float:left;
    /*position:relative;*/
}
.anteprima_ipiu_counter_1.vc_box_tab_auto_full_article, 
.anteprima_ipiu_counter_2.vc_box_tab_auto_full_article,
.anteprima_ipiu_counter_3.vc_box_tab_auto_full_article,
.anteprima_ipiu_counter_4.vc_box_tab_auto_full_article,
.anteprima_ipiu_counter_5.vc_box_tab_auto_full_article,
.anteprima_ipiu_counter_6.vc_box_tab_auto_full_article{
    margin: 0 0 5px 0;
    width:100%;
    float: left;
    background: #fff;
    padding: 0;
    border-top:0;
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
    width:100%;
    height:260px;
}
.tab_menu.vc_box_tab_auto_full_article_menu_tab {
    margin:10px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    background: #029CF6;
}
.tab_menu.vc_box_tab_auto_full_article_menu_tab p {
  margin: 0;
  /*padding: 0 0 35px 0;*/
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  float: left;
  line-height: 41px;
  cursor: pointer;
  background: #029CF6;
  width: 20%;
  height: 39px;
  text-align: center;
  border:1px solid #dedede;
  text-transform: uppercase;
}
.tab_menu.vc_box_tab_auto_full_article_menu_tab p.label_tab_2,
.tab_menu.vc_box_tab_auto_full_article_menu_tab p.label_tab_3,
.tab_menu.vc_box_tab_auto_full_article_menu_tab p.label_tab_4,
.tab_menu.vc_box_tab_auto_full_article_menu_tab p.label_tab_5,
.tab_menu.vc_box_tab_auto_full_article_menu_tab p.label_tab_6{
    margin: 0;
    padding: 0 0 35px 0;
    /*font-weight: 800;*/
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 41px;
    cursor: pointer;
    background:#029CF6;
    text-align:center;
    border-left:0;
    border-top:1px solid #dedede;
    border-right:1px solid #dedede;
    text-transform:uppercase;
}
.tab_menu.vc_box_tab_auto_full_article_menu_tab p.attivo,
.tab_menu.vc_box_tab_auto_full_article_menu_tab p.attivo{
   border-bottom:0;
   font-weight: 800;
   background:#082C46;
}
.vc_box_tab_auto_full_article .cont,
.vc_box_tab_auto_full_article .cont .schermata,
.vc_box_tab_auto_full_article .cont .schermata .hori_group {
    margin:0;
    padding:0;
/*	width:100%;
	float:left;
	position:relative;*/
}
.vc_box_tab_auto_full_article .cont .schermata .hori_group .cont_foto {
    margin-bottom:5px;
    float: left;
    clear:left;
    /*overflow:hidden;*/
    width: 100%;
    margin: 0 auto; 
}
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos1 .cont_foto a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos2 .cont_foto a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos3 .cont_foto a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos4 .cont_foto a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos5 .cont_foto a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos6 .cont_foto a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos7 .cont_foto a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos8 .cont_foto a {
    font-size:0;
    line-height:0;
    width:90%;
    /*margin:auto;
    display:block;*/
    /*float:left;*/
}

.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos1 .occhiello,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos2 .occhiello,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos3 .occhiello,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos4 .occhiello,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos5 .occhiello,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos6 .occhiello,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos7 .occhiello,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos8 .occhiello {
    color: #118ac0;
    font-size: 13px;
    font-weight:800;
    text-transform:uppercase;
    line-height:16px;
    text-align:left;
    float:left;
    margin:0 0 10px 0;
    padding:0;
    width:100%;
}
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos1 .titolo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos2 .titolo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos3 .titolo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos4 .titolo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos5 .titolo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos6 .titolo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos7 .titolo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos8 .titolo {
    color:#000;
    font-size: 12px;
    font-weight:bold;
    line-height:16px;
    text-align:center;
    margin:5px 0 0 0;
    padding:0;
}
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos1 .titolo a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos2 .titolo a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos3 .titolo a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos4 .titolo a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos5 .titolo a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos6 .titolo a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos7 .titolo a,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos8 .titolo a {
    color:#000;
    text-decoration:none;
    z-index:100;
    /*background-color: #D4243B;*/
    font-size: 12px;
    font-weight:bold;
}
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos1 .titolo a:hover,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos2 .titolo a:hover,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos3 .titolo a:hover,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos4 .titolo a:hover,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos5 .titolo a:hover,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos6 .titolo a:hover,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos7 .titolo a:hover,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos8 .titolo a:hover {
    text-decoration:underline;
    background:white;
    color:#000;
}
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos1 .testo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos2 .testo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos3 .testo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos4 .testo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos5 .testo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos6 .testo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos7 .testo,
.vc_box_tab_auto_full_article .cont .schermata .hori_group .pos8 .testo {
    z-index: 100;
    color: #000;
    width: 90%;
    height: 60px;
    padding-left: 15px;
    padding-right: 4px;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 15px;
    float: left;
    clear: left;
    overflow:hidden;
}
.vc_box_tab_auto_full_article .cont .schermata .hori_group .box{
    margin:0;
    padding:10px;/* space between boxes */
    width:25%;/* each box is 1/4 of the area - we have 4 pictures */
    float:left;
    overflow:hidden;/* was auto */
}
.icona_tipo{
    display:none;
}
.cont_foto a img{
    display:block;
    margin:auto;
}
@media (max-width:767px){ 
    .vc_box_tab_auto_full_article .cont .schermata .hori_group .box{width:100%}
    
    }
.sticky_mobile_banner{
    position:fixed;
    bottom:0px;
    margin:0 auto;
    z-index:400;
    width:100%;
    background-color:#F1F1F1;
}
.sticky_mobile_banner img{
    margin:0 auto;
    padding:0;
    max-width:100%;
    border:0;
    display:table;
}
.btn_news {
    float:left;
    clear:left;
    width:100%;
}
.btn_news p.link a{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color:#019cf5;	
  background:#fff;
  cursor:pointer;
  border:1px #1285c9 solid;
  padding: 1px 15px;
  text-decoration: none;
  width:auto;
  /*width:130px;*/
  height:30px;
  text-align:center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display:inline-block;
  vertical-align:middle;
  padding-top:2px;
}
.btn_news p.link a:hover{
  background:#019cf5;
  color:#fff;
  /*background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);*/
  text-decoration: none;
}
.btn_news p.occhiello_titolo{
    display:none;
}
.btn_news a{
  color:#019cf5;
}

/* */
.row.container_btn_news{
    margin:0;
    text-align: left !important;
}

.row.container_btn_news .btn_news p.link a{
    padding:4px 15px;
    height:auto;
}
.row.container_btn_news .btn_news .link a,
.row.container_btn_news .btn_news {
    width:100%;
}

@media screen and (max-width:1024px){
    
    .row.container_btn_news .btn_news {
        width:100%;
    }
}

/*---vc_article_preview_medium*/
.vc_article_preview_medium {
    width:100%;
    float:left;
    clear:left;
    border-top:5px solid #017cc5;
    border-right:1px solid #bcbcbc;
    border-left:1px solid #bcbcbc;
    border-bottom:1px solid #bcbcbc;
    background:#fff;
    position:relative;
    height:147px;
    overflow:hidden;
}
.vc_article_preview_medium .cont_img {
    width:100%;
    float:left;
    clear:left;
    height:147px;
    overflow:hidden;
}
.vc_article_preview_medium .cont_img img {
    width: 100%;
    height: auto;
    float:left;
}
.vc_article_preview_medium .cont3 {
    position:relative;
}
.vc_article_preview_medium .cont4 {
    padding:10px 30px 10px 0;
    width:100%;
    float:left;
    clear:left;
    height:145px;
    position:relative;
}
.vc_article_preview_medium .occhiello,
.vc_article_preview_medium .sezione {
    height:12px;
    overflow:hidden;
    color:#019cf5;
}
.vc_article_preview_medium .titolo{
    width:100%;
    float:left;
    clear:left;
    height:110px;
    overflow:hidden;
}
.vc_article_preview_medium .sottotitolo,
.vc_article_preview_medium .sommario{
    margin:5px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    height:91px;
    overflow:hidden;
}
.vc_article_preview_medium .sottotitolo a,
.vc_article_preview_medium .sommario a{
    color:#404040 !important;
}
.vc_article_preview_medium .ora_pubblicazione{
    color: #afafaf;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_medium .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_medium .num_commenti{
    position:absolute;
    left:0;
    bottom:10px;
    color:#afafaf;
    font-size:14px;
    font-weight:normal;
}
.vc_article_preview_medium .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_medium .didascalia{
    display:none;
}
/*---variant-most*/
.vc_article_preview_medium.vc_article_preview_medium_most {
    height:147px;
}
.vc_article_preview_medium.vc_article_preview_medium_most .cont_img {
    height:145px;
}
.vc_article_preview_medium.vc_article_preview_medium_most .cont4 {
    height:145px;
}
/*---media queries*/


@media (min-width: 768px) and (max-width: 991px) {
    .vc_article_preview_medium,
    .vc_article_preview_medium.vc_article_preview_medium_most {
        height:115px;
    }
    .vc_article_preview_medium .titolo,
    .vc_article_preview_medium.vc_article_preview_medium_most .titolo{
        height: 37px;
        padding-right:30px;
    }
    .vc_article_preview_medium .cont_img,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont_img{
        height:100px;
    }
    .vc_article_preview_medium .cont2,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont2{
        padding-right:0;
    }
    .vc_article_preview_medium .cont3,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont3{
        padding-left:0;
    }
    .vc_article_preview_medium .cont4,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont4{
        padding:15px 0 15px 15px;
        height:100px;
    }
    .vc_article_preview_medium .num_commenti,
    .vc_article_preview_medium.vc_article_preview_medium_most .num_commenti{
        left:15px;
        bottom:10px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    .vc_article_preview_medium,
    .vc_article_preview_medium.vc_article_preview_medium_most {
        height:140px;
    }
    .vc_article_preview_medium .cont2,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont2{
        padding-right:0;
    }
    .vc_article_preview_medium .cont3,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont3{
        padding-left:0;
    }
    .vc_article_preview_medium .cont4,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont4{
        padding:10px 20px;
    }
    .vc_article_preview_medium .num_commenti,
    .vc_article_preview_medium.vc_article_preview_medium_most .num_commenti{
        left:20px;
    }
    .vc_article_preview_medium .titolo,
    .vc_article_preview_medium.vc_article_preview_medium_most .titolo{
        height:90px;
    }
}
@media (max-width: 767px) {
    .vc_article_preview_medium,
    .vc_article_preview_medium.vc_article_preview_medium_most {
        height:110px;
    }
    .vc_article_preview_medium .titolo,
    .vc_article_preview_medium.vc_article_preview_medium_most .titolo{
    height: 70px;
    padding: 0 15px 0 0;
    }
    .vc_article_preview_medium .cont2,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont2{
        padding-right:0;
    }
    .vc_article_preview_medium .cont3,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont3{
        padding-left:0;
    }
    .vc_article_preview_medium .cont_img,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont_img{
        height:131px;
    }
    .vc_article_preview_medium .cont4,
    .vc_article_preview_medium.vc_article_preview_medium_most .cont4{
        padding:8px;
        padding-right:20px;
        height:110px;
    }
    .vc_article_preview_medium .num_commenti,
    .vc_article_preview_medium.vc_article_preview_medium_most .num_commenti{
        left:10px;
        bottom:8px;
        font-size:0.9em;
    }
}
/*rectangle_300x250_5*/
.banner_banner_DFP_mpu_inarticle {
    min-width:300px;
    min-height:250px;
    margin:0 auto;
    margin-bottom:10px;
    display:table;
    text-align:center;
}
.banner_banner_DFP_mpu_inarticle img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
@media (max-width: 767px) {
    .banner_banner_DFP_mpu_inarticle {
        min-width:inherit;
        min-height:inherit;
    }
}
.cont_list_purchasing .cont_button_console button {
    background-color: #029cf6;
    border: 2px solid #029cf6;
    text-shadow: 0 0;
}
.form_inserimento_dati form #photo #upload-button, .form_inserimento_dati form .campo_form_file #upload-button, .form_inserimento_dati form #foto #upload-button {
	background-color: #029cf6;
    border: 2px solid #029cf6;
    text-shadow: 0 0;
}
.form_inserimento_dati form .campo_form_invia input {
	background-color: #029cf6;
    border: 2px solid #029cf6;
    text-shadow: 0 0;
}
.form_inserimento_dati form .campo_form_invia input:hover {
	background-color: #029cf6;
    border: 2px solid #029cf6;
    text-shadow: 0 0;
}
.cont_contents h2
{
    font-weight:bold;
}
.cont_list_purchasing .cont_button_console button {
    margin: 10px 1% 0px 0px;
}
.authentication_login .vc_box_login_social{
    display:none;
}
.authentication_login .vc_box_login .user_access_orizzontale .user_login .user_login_button input:hover{
    background-color: #029cf6;
    border: 2px solid #029cf6;
    text-shadow: 0 0;
}
.authentication_login .vc_box_login .user_access_orizzontale .user_login .user_login_button input
{
    background-color: #029cf6;
    border: 2px solid #029cf6;

    text-shadow: 0 0;
}
.form_inserimento_dati form .campo_form_invia input
{
    color: #fff;
}
.no_risultati{
    color: #000;
    font-size:14px;
}
.authentication_login .vc_box_login_register p.registrati{
    display:none;
}
.register_button{
    margin-top:10px;
}
.msg .popup{
    text-decoration: underline;
}


