
.vc_buy_sell_tell_box_desc {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
    margin-bottom:10px;
    background: #017cc5;
    color: #cbecfd;
    padding: 0 15px 15px 15px;
    font-family: 'Noto Serif', serif;
    font-size: 1.1em;
    border: 1px solid #017cc5;
    min-height:57px;
}
.container_vc_buy_sell_tell_box {
    background:#fff;
    border-right:1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding:15px;
    height:424px;
    overflow:hidden;
}


/*---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_vertical*/
.vc_article_preview_vertical {
    width:100%;
    float:left;
    clear:left;
    position:relative;
    height:320px;
    background:#082c46;
    overflow:hidden;
}
.vc_article_preview_vertical .cont_img {
    width:100%;
    height:205px;
    overflow:hidden;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_preview_vertical .cont_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33% 0 0 -50%;
}
.vc_article_preview_vertical .cont3 {
    position:relative;
}
.vc_article_preview_vertical .cont4 {
    padding:14px 20px;
    width:100%;
    height:115px;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_preview_vertical .occhiello {
    float:left;
}
.vc_article_preview_vertical .titolo{
    width:100%;
    float:left;
    clear:left;
    color:#fff;
    height:77px;
    overflow:hidden;
}
.vc_article_preview_vertical .sottotitolo,
.vc_article_preview_vertical .sommario{
    margin:5px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    height:91px;
    overflow:hidden;
}
.vc_article_preview_vertical .titolo a,
.vc_article_preview_vertical .sottotitolo a,
.vc_article_preview_vertical .sommario a{
    color:#fff !important;
}
.vc_article_preview_vertical .ora_pubblicazione{
    color: #fff;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_vertical .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_vertical .num_commenti{
    width:100%;
    color:#fff;
    position:absolute;
    bottom:10px;
    left:20px;
    font-size:14px;
    font-weight:normal;
    opacity: 0.6;
}
.vc_article_preview_vertical .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_vertical .didascalia{
    display:none;
}
/*---media queries*/
@media (min-width: 320px) and (max-width: 479px) {
    .vc_article_preview_vertical {
        height:251px;
    }
    .vc_article_preview_vertical .cont_img { 
        height:140px;
    }
    .vc_article_preview_vertical .cont2.col-xs-6,
    .vc_article_preview_vertical .cont3.col-xs-6 {
        width:100%;
    }
    .vc_article_preview_vertical .cont4 {
        padding:12px; 
        height:111px;
    }
    .vc_article_preview_vertical .num_commenti {
        left:12px;
    }
    .vc_article_preview_vertical .titolo {
        height:58px;
    }
}
@media (min-width: 480px) and (max-width:767px){
    .vc_article_preview_vertical {
        height:405px;
    }
    .vc_article_preview_vertical .cont_img { 
        height:230px;
    }
    .vc_article_preview_vertical .cont4 {
        padding:14px; 
        height:174px;
    }
    .vc_article_preview_vertical .num_commenti {
        left:17px;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .vc_article_preview_vertical {
        height: 494px;
    }
    .vc_article_preview_vertical .cont_img { 
        height:238px;
    }
    .vc_article_preview_vertical .cont4 {
        padding:14px; 
        height:227px;
    }
    .vc_article_preview_vertical .num_commenti {
        left:17px;
    }
}
/*---vc_bg_variant*/
.vc_bg_variant {
    background:#d4243b;
}
/*---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;
        
    }
}
/*leaderboard_middle_mobile_320x50*/
.banner_leaderboard_middle_mobile_320x50 {
    margin: 10px auto;
    padding: 0px;
    text-align: center;
}
.banner_leaderboard_middle_mobile_320x50 iframe,
.banner_leaderboard_middle_mobile_320x50 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
/*leaderboard_2*/
/*@media (max-width: 480px) {
    .banner_leaderboard_320x50 {
    }

}*/
/*---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;
    }
}

.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_box_latest_events_cont {
    display:none;
    width:100%;
    background:#f9fcff;
    border:1px solid #bbbbbb;
    padding:10px;
}

.vc_box_latest_events_text {
    width:100%;
    padding: 20px;
    background-color: #072c45;
    border-bottom:4px solid #017cc5;
    color: #fff;
    font-family: 'Noto Serif', Arial, serif;
    font-size: 1.15em;
    line-height:27px;
}
.vc_box_latest_events .vc_filter_tabs {
    float:left;
    width:100%;
    margin-top:10px;
    cursor:pointer;
}

.vc_box_latest_events .vc_filter_tabs .vc_label_filter_tab {
    padding: 5px 12px;
    width: 50%;
    float:left;
    text-align: center;
    background: #fff;
    border: 1px solid #019cf5;
    color: #019cf5;
}
.vc_box_latest_events .vc_filter_tabs .vc_label_filter_tab:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.vc_box_latest_events .vc_filter_tabs .vc_label_filter_tab:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.vc_box_latest_events .vc_filter_tabs .vc_label_filter_tab.active {
    background-color: #029cf6;
    color: #fff;
}
.vc_box_latest_events .vc_content {
    float: left;
    width: 100%;
    margin-top:10px;
}
.vc_box_latest_events .vc_content .list {
    padding:20px 0;
    border-bottom:1px solid #bbb;
    font-family: 'Noto Serif', 'Times New Roman', Serif;
    height: 96px;
    overflow: hidden;
}
.vc_box_latest_events .vc_content .list:last-child {
    border-bottom:0;
}
.vc_box_latest_events .vc_content .list .vc_tag_3 {
    color: #029cf6;
}
.vc_box_latest_events_filter_button input {
    margin-top: 10px;
    padding: 5px 20px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #019cf5;
    color: #019cf5;
    float:left;
}
/*---vc_button_add_your_event*/
.vc_button_add_your_event {
    margin-top: 10px;
    margin-left: 5px;
    float:left;
    z-index: 99;
    padding: 5px 20px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #019cf5;
    color: #019cf5;
}
.vc_button_add_your_event a {
    color: #019cf5;
}
/*---*/
.vc_box_latest_events .bx-wrapper {
    float:left;
    clear:left;
}
.vc_box_latest_events .bx-controls-direction {
    font-size:0px;
    position:absolute;
    right:20px;
    bottom:-40px;
    z-index:99;
}
.vc_box_latest_events .bx-prev,
.vc_box_latest_events .bx-next {
    float:left;
    
}
.vc_box_latest_events .bx-prev:after {
    content: "\f053";
    font-size:15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right:10px;
}
.vc_box_latest_events .bx-next:after {
    content: "\f054";
    font-size:15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
@media screen and (max-width:1199px) {
    .vc_box_latest_events .bx-controls-direction {
        right:10px;
    }
}

@media screen and (max-width:991px) {
    .vc_box_latest_events .bx-controls-direction {
        right:20px;
    }
}

@media screen and (max-width:480px) {
    .vc_box_latest_events .bx-controls {
        width:100%;
        float:left;
        clear:left;
    }
    .vc_box_latest_events .bx-controls-direction {
        width:100%;
        float:left;
        clear:left;
        position:inherit;
    }
    .vc_box_latest_events .bx-prev {
        float:left;
    }
    .vc_box_latest_events .bx-next {
        float:right;
    }
    .vc_box_latest_events_filter_button input,
    .vc_button_add_your_event {
        width:49%;
        margin:0;
        font-size: 0.9em;
    }
    .vc_button_add_your_event {
        float:right;
    }
}
/*---vc_menu_local_area_text_editable*/
.vc_menu_local_area_text_editable {
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_menu_local_area_text_editable .text {
    margin-bottom:20px;
    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_menu_local_area_text_editable .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}
/*---vc_menu_local_area*/
.vc_menu_local_area {
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_menu_local_area ul.menu_1 {
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_menu_local_area ul.menu_1 li {
    margin:0px 0.5555%;
    width:15.6666666666%;
    float:left;
    position:relative;
}
.vc_menu_local_area ul.menu_1 li:first-child {
    margin-left:0%;
}
.vc_menu_local_area ul.menu_1 li:last-child {
    margin-right:0%;
}
.vc_menu_local_area ul.menu_1 li a {
    width:100%;
    float:left;
    clear:left;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.vc_menu_local_area ul.menu_1 li a span {
    padding:10px;
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    text-rendering: optimizeLegibility;
    color:#072c45;
    font-weight:inherit;
    text-align:left;
    font-size:15px;
    line-height:15px;
    border:1px #bbbbbb solid;
    border-top:5px #017cc5 solid;
    width:100%;
    float:left;
    clear:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vc_menu_local_area ul.menu_1 li a img {
    width:100%;
    height:inherit;
    float:left;
}
/*----MEDIA*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .vc_menu_local_area ul.menu_1 li a img {
        display:none;
    }
    .vc_menu_local_area ul.menu_1 li:first-child {
        padding-left:0px;
    }
    .vc_menu_local_area ul.menu_1 li:last-child {
        padding-right:0px;
    }
    .vc_menu_local_area ul.menu_1 li {
        margin:0px;
        padding:0px;
        width:50%;
        float:left;
    }
    .vc_menu_local_area ul.menu_1 li a span {
        padding:15px 0px;
        text-align:center;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .vc_menu_local_area ul.menu_1 li a img {
        display:none;
    }
    .vc_menu_local_area ul.menu_1 li:first-child {
        padding-left:0px;
    }
    .vc_menu_local_area ul.menu_1 li:last-child {
        padding-right:0px;
    }
    .vc_menu_local_area ul.menu_1 li {
        margin:0px;
        padding:0px;
        width:50%;
        float:left;
    }
    .vc_menu_local_area ul.menu_1 li a span {
        padding:15px 0px;
        text-align:center;
    }    
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .vc_menu_local_area ul.menu_1 li a img {
        display:none;
    }
    .vc_menu_local_area ul.menu_1 li:first-child {
        padding-left:0px;
    }
    .vc_menu_local_area ul.menu_1 li:last-child {
        padding-right:0px;
    }
    .vc_menu_local_area ul.menu_1 li {
        margin:0px;
        padding:0px;
        width:50%;
        float:left;
    }
    .vc_menu_local_area ul.menu_1 li a span {
        padding:15px 0px;
        text-align:center;
        height:55px;
    }    
}
.vc_button_more_news {
    display: table;
    clear:left;
    margin:0 auto;
    padding: 5px 20px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #019cf5;
    color: #019cf5;
}
.vc_button_more_news a {
    color: #019cf5;
}
.vc_button_more_news a:before {
    content:"Less ";
}
.vc_button_more_news a.collapsed:before {
    content:"More ";
}
.container_facebook_like {
    width:100%;
    float: left;
    clear: left;
}
.fb_vc_header {
    padding:5px 20px;
    background:#3b5998;
    position:relative;
    height:35px;
}
.fb_vc_header:after {
    content:"\f082";
    color:#fff;
    font-family: FontAwesome;
    font-weight:normal;
    font-size: 1.9em;
    position: absolute;
    left: 12px;
    top: 8px;
}
.fb_vc_header a {
    float: right;
    color: #fff;
    margin: 2px 0px;
    /*padding:2px 0 0 26px;
    background:url(../images/like.jpg) no-repeat left center;*/
}
.fb_vc_header a img {
    float: left;
    margin: -2px 4px;
}
.fb_vc_container{
    width:100%;
    height:280px;
    position: relative;
    overflow: hidden;
    border:1px solid #eaeaeb;
}
.fb_vc_wrapper{
    position: absolute;
    top: -72px;
}

/*---vc_article_preview_medium_section_over*/
.vc_article_preview_medium_section_over {
    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;
}
.vc_article_preview_medium_section_over .cont {
    width:100%;
    float:left;
    clear:left;
    height:177px;
    overflow:hidden;
}
.vc_article_preview_medium_section_over .cont_img {
    width:100%;
    float:left;
    clear:left;
    height:177px;
    overflow:hidden;
}
.vc_article_preview_medium_section_over .cont_img img {
    height: 100%;
    width: auto;
}
.vc_article_preview_medium_section_over .cont3,
.vc_article_preview_medium_section_over .cont2 {
    position:relative;
}
.vc_article_preview_medium_section_over .cont4 {
    position:relative;
}
.vc_article_preview_medium_section_over .cont5 {
    padding:30px 20px 20px 0;
    width:100%;
    float:left;
    clear:left;
    height:172px;
    position:relative;
}
.vc_article_preview_medium_section_over .vc_section_link,
.vc_article_preview_medium_section_over .vc_section {
    padding:5px;
    position:absolute;
    right:15px;
    background:#017cc5;
    color:#fff;
    text-transform:uppercase;
    z-index:1;
}
.vc_article_preview_medium_section_over .vc_section_link a,
.vc_article_preview_medium_section_over .vc_section a {
    color:#fff;
}
.vc_article_preview_medium_section_over .occhiello {
    color:#019cf5;
    height:10px;
    overflow:hidden;
}
.vc_article_preview_medium_section_over .titolo{
    margin:3px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    max-height:130px;
    overflow:hidden;
}
.vc_article_preview_medium_section_over .sottotitolo,
.vc_article_preview_medium_section_over .sommario{
    margin:5px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    height:31px;
    overflow:hidden;
    font-size:0.9em;
    line-height:1.3em;
}
.vc_article_preview_medium_section_over .sottotitolo a,
.vc_article_preview_medium_section_over .sommario a{
    color:#404040 !important;
}
.vc_article_preview_medium_section_over .ora_pubblicazione{
    color: #afafaf;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_medium_section_over .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_medium_section_over .num_commenti{
    position:absolute;
    left:0;
    bottom:10px;
    color:#afafaf;
    font-size:14px;
    font-weight:normal;
}
.vc_article_preview_medium_section_over .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_medium_section_over .didascalia{
    display:none;
}
.vc_article_preview_medium_section_over .tag_3 {
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    font-size:1em;
    line-height:1.1em;
    font-weight:200;
    color:#019cf5;
    float:left;
}
.vc_article_preview_medium_section_over .tag_3 .nome {
    display:none;
}
.vc_article_preview_medium_section_over .tag_3 .valore {
    float:left;
}
/*---Social*/
.vc_article_preview_medium_section_over .social  {
    position:absolute;
    bottom:5px;
    right:5px;
}
.vc_article_preview_medium_section_over .social  a {
    margin:0px;
    padding:2px 10px;
    background:#fff;
	font-size:0px;
    border:0px;
    width:100%;
    float:left;
    clear:left;
    z-index:9 !important;
}
.vc_article_preview_medium_section_over .social a:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size:14px;
    line-height:1.2em;
    color:#AFAFAF;
}
.vc_article_preview_medium_section_over .social  .addthisevent-drop .addthisevent_icon {
    display:none;
}
.vc_article_preview_medium_section_over .social .addthisevent_dropdown {
    top:-200px !important;
    left:-195px !important;
}
/* --- variant */
.vc_article_preview_medium_section_over.vc_article_preview_medium_red_section_over {
    border-top:5px solid #d4243a;
}
.vc_article_preview_medium_section_over.vc_article_preview_medium_red_section_over .vc_section_link,
.vc_article_preview_medium_section_over.vc_article_preview_medium_red_section_over .vc_section {
    padding:5px;
    position:absolute;
    right:15px;
    background:#d4243a;
    color:#fff;
    text-transform:uppercase;
    z-index:1;
}
.vc_article_preview_medium_section_over.vc_article_preview_medium_red_section_over .vc_section_link a,
.vc_article_preview_medium_section_over.vc_article_preview_medium_red_section_over .vc_section a {
    color:#fff;
}

.vc_article_preview_medium_section_over.vc_article_preview_medium_red_section_over .titolo{
    margin:3px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    height:90px;
    color:#d4243a;
    overflow:hidden;
}
.vc_article_preview_medium_section_over.vc_article_preview_medium_red_section_over .titolo a,
.vc_article_preview_medium_section_over.vc_article_preview_medium_red_section_over .occhiello {
    color:#d4243a;
}
/*---media queries*/
@media (min-width: 320px) and (max-width: 767px) {
    .vc_article_preview_medium_section_over {
        height:130px;
    }
/*    .vc_article_preview_medium_section_over .occhiello,
    .vc_article_preview_medium_section_over .sezione{
        display:none;
    } */
    .vc_article_preview_medium_section_over .titolo {
        max-height: 90px;
        font-size: 1.0em;
        width:90%  ;
    }
    .vc_article_preview_medium_section_over .cont3{
        padding-right:0;
    }
    .vc_article_preview_medium_section_over .cont4{
        padding-left:0;
    }
    .vc_article_preview_medium_section_over .cont_img{
        height:124px;
    }
    .vc_article_preview_medium_section_over .cont5 {
        padding:30px 15px 8px 8px;
        height:130px;
    }
    .vc_article_preview_medium_section_over .num_commenti {
        left:8px;
        bottom:10px;
        font-size:0.9em;
    }
    .vc_article_preview_medium_section_over .tag_3 {
        display:none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc_article_preview_medium_section_over {
        height:150px;
    }
    .vc_article_preview_medium_section_over .titolo {
        max-height:55px;
    }
    .vc_article_preview_medium_section_over .cont_img{
        height:144px;
    }
    .vc_article_preview_medium_section_over .cont3{
        padding-right:0;
    }
    .vc_article_preview_medium_section_over .cont4{
        padding-left:0;
    }
    .vc_article_preview_medium_section_over .cont5 {
        padding:30px 25px 15px 15px;
        height:144px;
    }
    .vc_article_preview_medium_section_over .num_commenti {
        left:15px;
        bottom:10px;
    }
    /*---Variant*/
    .vc_article_preview_medium_section_over.vc_article_preview_medium_section_over_height {
        height:150px;
    }
    .vc_article_preview_medium_section_over.vc_article_preview_medium_section_over_height .cont_img {
        height:144px;
    }
    .vc_article_preview_medium_section_over.vc_article_preview_medium_section_over_height .cont5 {
        height:144px;
    }
    .vc_article_preview_medium_section_over .tag_3 {
        display:none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vc_article_preview_medium_section_over {
        height:150px;
    }
    .vc_article_preview_medium_section_over .cont { 
        height:150px;
    }
    .vc_article_preview_medium_section_over .cont3{
        padding-right:0;
    }
    .vc_article_preview_medium_section_over .cont4{
        padding-left:0;
    }
    .vc_article_preview_medium_section_over .cont5 {
        padding:30px 20px 10px 10px;
        height:150px;
    }
    .vc_article_preview_medium_section_over .cont_img {
        height:144px;
    }
    .vc_article_preview_medium_section_over .num_commenti {
        left:10px;
    }
    .vc_article_preview_medium_section_over .titolo {
        height:70px;
    }
}
.vc_buy_sell_tell_marketplace_box_article {
    width: 100%;
    float: left;
    clear: left;
    border-bottom: 1px solid #bcbcbc;
    background: #fff;
    overflow: hidden;
    position: relative;
    height:50px;
  
}
.vc_buy_sell_tell_marketplace_box_article .cont{
    padding: 5px 0 0;
    width: 100%;
    float: left;
    clear: left;
    position: relative;
    height:46px;
}
.vc_buy_sell_tell_marketplace_box_article .cont2{
    padding:0;
}
.vc_buy_sell_tell_marketplace_box_article .cont3{
    height:auto;
    padding:0;
}
.vc_buy_sell_tell_marketplace_box_article .cont_img{
    width:100%;
    padding-right:10px;
}
.vc_buy_sell_tell_marketplace_box_article .cont_img img{
    max-width:100%;
    height:auto;
}
.vc_buy_sell_tell_marketplace_box_article .titolo,
.vc_buy_sell_tell_marketplace_box_article .tag_7 {
    float:left;
    clear:left;
    width:100%;
}
.vc_buy_sell_tell_marketplace_box_article .tag_7 .nome,
.vc_buy_sell_tell_marketplace_box_article .tag_27 .nome,
.vc_buy_sell_tell_marketplace_box_article .tag_23 .nome,
.vc_buy_sell_tell_marketplace_box_article .tag_43 .nome {
    display:none;
}
.vc_buy_sell_tell_marketplace_box_article .tag_7 .currency {
    float:left;
    margin-right:3px;
}
.vc_buy_sell_tell_marketplace_box_article .tag_27:before {
    content:'T.  ';
}
.vc_buy_sell_tell_marketplace_box_article .vc_section_link,
.vc_buy_sell_tell_marketplace_box_article .vc_section {
    padding:5px;
    position:absolute;
    right:0px;
    background:#017cc5;
    color:#fff;
    text-transform:uppercase;
    z-index:1;
}
.vc_buy_sell_tell_marketplace_box_article .vc_section_link a,
.vc_buy_sell_tell_marketplace_box_article .vc_section a{
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
}
.vc_buy_sell_tell_marketplace_box_article .testo{
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    font-size: 13.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.vc_buy_sell_tell_marketplace_box_article .puntini{
    position: absolute;
    top: 40px;
    left: 0;
}



/*---vc_article_preview_wide_section*/
.vc_article_preview_wide_section {
    width:100%;
    float:left;
    clear:left;
    position:relative;
    height:250px;
    background:#082c46;
    overflow:hidden;
}
.vc_article_preview_wide_section .cont_img {
    width:100%;
    height:250px;
    overflow:hidden;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_preview_wide_section .cont_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33% 0 0 -50%;
    
}
.vc_article_preview_wide_section .cont2 {
    min-height:24px;
}
.vc_article_preview_wide_section .cont3 {
    position:relative;
}
.vc_article_preview_wide_section .cont4 {
    padding:10px 20px;
    max-width:93%;
    height:240px;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_preview_wide_section .vc_section,
.vc_article_preview_wide_section .vc_section_link {
    padding:5px;
    position:absolute;
    top:0;
    right:15px;
    background:#082c46;
    color:#fff;
    text-transform:uppercase;
    z-index:1;
}
.vc_article_preview_wide_section .vc_section_link a,
.vc_article_preview_wide_section .vc_section a {
    color:#fff;
}
.vc_article_preview_wide_section .vc_section_link {
    display:none;/* we will show it only in specific sections */ 
}
.vc_article_preview_wide_section .occhiello {
    float:left;
}
.vc_article_preview_wide_section .titolo{
    width:100%;
    float:left;
    clear:left;
    color:#fff;
    max-height:37px;
    overflow:hidden;
}
.vc_article_preview_wide_section .sottotitolo,
.vc_article_preview_wide_section .sommario{
    margin-top:10px;
    color:#fff;
    font-size:1.05em;
    line-height:1.2em;
    width:100%;
    float:left;
    clear:left;
    height:175px;
    overflow:hidden;
    
}
.vc_article_preview_wide_section .titolo a,
.vc_article_preview_wide_section .sottotitolo a,
.vc_article_preview_wide_section .sommario a{
    color:#fff !important;
}
.vc_article_preview_wide_section .ora_pubblicazione{
    color: #fff;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_wide_section .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_wide_section .num_commenti{
    width:100%;
    color:#fff;
    position:absolute;
    bottom:10px;
    left:20px;
    font-size:14px;
    font-weight:normal;
    opacity: 0.6;
}
.vc_article_preview_wide_section .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_wide_section .didascalia{
    display:none;
}

/*---media queries*/
@media (min-width: 320px) and (max-width: 479px) {
    .vc_article_preview_wide_section {
        height:111px;
    }
    .vc_article_preview_wide_section .cont_img { 
        height:111px;
    }
    .vc_article_preview_wide_section .cont2 {
        padding-right:0;
    }
    .vc_article_preview_wide_section .cont3 {
        padding-left:0;
    }
    .vc_article_preview_wide_section .cont4 {
        padding:10px; 
        height:111px;
    }
    .vc_article_preview_wide_section .num_commenti {
        left:10px;
    }
    .vc_article_preview_wide_section .vc_section,
    .vc_article_preview_wide_section .vc_section_link {
        left:15px;
        max-width: 150px;
    }
    .vc_article_preview_wide_section .vc_section_link{
        display:none;
    }
    .vc_article_preview_wide_section .sottotitolo,
    .vc_article_preview_wide_section .sommario{
        display:none!important;
    }
    .vc_article_preview_wide_section .titolo{
        height: 80px;
        font-size: 1.0em;
        max-height: 80px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .vc_article_preview_wide_section {
        height:115px;
    }
    .vc_article_preview_wide_section .cont_img { 
        height:115px;
    }
    .vc_article_preview_wide_section .cont2 {
        padding-right:0;
    }
    .vc_article_preview_wide_section .cont3 {
        padding-left:0;
    }
    .vc_article_preview_wide_section .cont4 {
        padding:10px; 
        height:115px;
    }
    .vc_article_preview_wide_section .num_commenti {
        left:10px;
    }
    .vc_article_preview_wide_section .sottotitolo,
    .vc_article_preview_wide_section .sommario{
        display:none!important;
    }
    .vc_article_preview_wide_section .titolo{
        height:73px;
    }
    .vc_article_preview_wide_section .vc_section,
    .vc_article_preview_wide_section .vc_section_link {
        left:15px;
        max-width: 150px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc_article_preview_wide_section {
        height:135px;
        margin-top:0 !important;
    }
    .vc_article_preview_wide_section .cont_img { 
        height:135px;
    }
    .vc_article_preview_wide_section .cont2 {
        padding-right:0;
    }
    .vc_article_preview_wide_section .cont3 {
        padding-left:0;
    }
    .vc_article_preview_wide_section .cont4 {
        padding:10px; 
        height:135px;
    }
    .vc_article_preview_wide_section .num_commenti {
        left:10px;
    }
    .vc_article_preview_wide_section .sottotitolo,
    .vc_article_preview_wide_section .sommario{
        display:none!important;
    }
    .vc_article_preview_wide_section .titolo{
        height:73px;
        max-height: 73px;
    }
    .vc_article_preview_wide_section .vc_section,
    .vc_article_preview_wide_section .vc_section_link {
        left:15px;
        max-width: 150px;
    }
}
/*---vc_bg_variant*/
.vc_bg_variant {
    background:#d4243b;
}
.vc_bg_variant .vc_section_link,
.vc_bg_variant .vc_section {
    background:#d4243b !important;
}
/*---vc_bg_variant_geo*/
.vc_bg_variant_geo {
    background: #f2f2f2;
}
.vc_bg_variant_geo .vc_title,
.vc_bg_variant_geo .vc_title a,
.vc_bg_variant_geo .sottotitolo, 
.vc_bg_variant_geo .vc_summary {
    color: #072c45 !important;
}
.vc_bg_variant_geo .vc_section_link,
.vc_bg_variant_geo .vc_section {
    display:none !important;
}
.vc_bg_variant_geo .distance {
    width: 50%;
    color: #072c45;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-transform: lowercase;
    text-align: right;
    display: block !important;
}
.vc_bg_variant_geo .distance:before {
    content: "\f041";
    font-family: FontAwesome;
    font-weight: normal;
    color: #d63e30;
    margin: 0px 5px 0px 0px;
}
.vc_bg_variant_geo .distance a {
    color:#072c45;
}
.vc_article_preview_wide_section .distance {
    display: none;
}
/*---variant-top*/
.vc_article_preview_wide_section.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_wide_section.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_medium_red*/
.vc_article_preview_medium_red {
    width:100%;
    float:left;
    clear:left;
    border-top:5px solid #d4243a;
    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_red .cont_img {
    width:100%;
    float:left;
    clear:left;
    height:147px;
    overflow:hidden;
}
.vc_article_preview_medium_red .cont_img img {
    width: 100%;
    height: auto;
    float:left;
}
.vc_article_preview_medium_red .cont3 {
    position:relative;
}
.vc_article_preview_medium_red .cont4 {
    padding:10px 30px 20px 0;
    width:100%;
    float:left;
    clear:left;
    height:145px;
    position:relative;
}
.vc_article_preview_medium_red .occhiello,
.vc_article_preview_medium_red .sezione {
    height:12px;
    overflow:hidden;
    color:#d4243a;
}
.vc_article_preview_medium_red .titolo{
    margin:3px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    height:110px;
    color:#d4243a;
    overflow:hidden;
}
.vc_article_preview_medium_red .titolo a {
    color:#d4243a;
}
.vc_article_preview_medium_red .sottotitolo,
.vc_article_preview_medium_red .sommario{
    margin:5px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    height:91px;
    overflow:hidden;
}
.vc_article_preview_medium_red .sottotitolo a,
.vc_article_preview_medium_red .sommario a{
    color:#404040 !important;
}
.vc_article_preview_medium_red .ora_pubblicazione{
    color: #afafaf;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_medium_red .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_medium_red .num_commenti{
    /*position:absolute;*//* To deal with long titles */
    left:0;
    bottom:10px;
    color:#afafaf;
    font-size:14px;
    font-weight:normal;
}
.vc_article_preview_medium_red .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_medium_red .didascalia{
    display:none;
}
/*---media queries*/
@media (min-width: 320px) and (max-width: 767px) {
    .vc_article_preview_medium_red {
        height:110px;
    }
    .vc_article_preview_medium_red .titolo {
        height: 56px;
        padding: 0 15px 0 0;
    }
    .vc_article_preview_medium_red .cont_img {
        height:131px;
    }
    .vc_article_preview_medium_red .cont2{
        padding-right:0;
    }
    .vc_article_preview_medium_red .cont3{
        padding-left:0;
    }
    .vc_article_preview_medium_red .cont4 {
        padding:8px;
        height:110px;
    }
    .vc_article_preview_medium_red .num_commenti {
        left:8px;
        bottom:10px;
        font-size:0.9em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc_article_preview_medium_red {
        height:105px;
    }
    .vc_article_preview_medium_red .titolo {
        height:37px;
        padding-right:30px;
    }
    .vc_article_preview_medium_red .cont_img{
        height:100px;
    }
    .vc_article_preview_medium_red .cont2{
        padding-right:0;
    }
    .vc_article_preview_medium_red .cont3{
        padding-left:0;
    }
    .vc_article_preview_medium_red .cont4 {
        padding:15px 0 15px 15px;
        height:100px;
    }
    .vc_article_preview_medium_red .num_commenti {
        left:15px;
        bottom:10px;
    }
    /*---Variant*/
    .vc_article_preview_medium_red.vc_article_preview_medium_red_height {
        height:115px;
    }
    .vc_article_preview_medium_red.vc_article_preview_medium_red_height .cont_img {
        height:110px;
    }
    .vc_article_preview_medium_red.vc_article_preview_medium_red_height .cont4 {
        height:110px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vc_article_preview_medium_red {
        height:140px;
    }
    .vc_article_preview_medium_red .cont2{
        padding-right:0;
    }
    .vc_article_preview_medium_red .cont3{
        padding-left:0;
    }
    .vc_article_preview_medium_red .cont4 {
        padding:10px 20px;
    }

    .vc_article_preview_medium_red .num_commenti {
        left:20px;
    }
    .vc_article_preview_medium_red .titolo {
        height:90px;
    }
}
/*---variant-most*/
.vc_article_preview_medium_red.vc_article_preview_medium_red_most {
    height:151px;
}
.vc_article_preview_medium_red.vc_article_preview_medium_red_most .cont_img {
    height:145px;
}
.vc_article_preview_medium_red.vc_article_preview_medium_red_most .cont4 {
    height:145px;
}
/*---vc_article_preview_medium_event*/
.vc_article_preview_medium_event {
    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:160px;
}
.vc_article_preview_medium_event .cont_img {
    width:100%;
    float:left;
    clear:left;
    height:auto;
    overflow:hidden;
}
.vc_article_preview_medium_event .cont_img img {
    width: 100%;
    height: auto;
    float:left;
}
.vc_article_preview_medium_event .cont3 {
    position:relative;
}
.vc_article_preview_medium_event .cont4 {
    padding:20px 30px 20px 0;
    width:100%;
    float:left;
    clear:left;
    height:160px;
    position:relative;
}
.vc_article_preview_medium_event .occhiello,
.vc_article_preview_medium_event .sezione {
    color:#019cf5;
    height:14px;
    overflow:hidden;
}
.vc_article_preview_medium_event .tag_3,
.vc_article_preview_medium_event .tag_4,
.vc_article_preview_medium_event .tag_7,
.vc_article_preview_medium_event .tag_8,
.vc_article_preview_medium_event .tag_9,
.vc_article_preview_medium_event .tag_10,
.vc_article_preview_medium_event .tag_11,
.vc_article_preview_medium_event .tag_12,
.vc_article_preview_medium_event .tag_13,
.vc_article_preview_medium_event .tag_14,
.vc_article_preview_medium_event .tag_16 {
    width:100%;
    float:left;
    clear:left;
    color:#019cf5;
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
}
.vc_article_preview_medium_event .tag_3 .nome,
.vc_article_preview_medium_event .tag_4 .nome,
.vc_article_preview_medium_event .tag_7 .nome,
.vc_article_preview_medium_event .tag_8 .nome,
.vc_article_preview_medium_event .tag_9 .nome,
.vc_article_preview_medium_event .tag_10 .nome,
.vc_article_preview_medium_event .tag_11 .nome,
.vc_article_preview_medium_event .tag_12 .nome,
.vc_article_preview_medium_event .tag_13 .nome,
.vc_article_preview_medium_event .tag_14 .nome,
.vc_article_preview_medium_event .tag_16 .nome {
    display:none;
}
.vc_article_preview_medium_event .titolo{
    width:100%;
    float:left;
    clear:left;
    max-height:73px;
    overflow:hidden;
}
.vc_article_preview_medium_event .sottotitolo,
.vc_article_preview_medium_event .sommario{
    margin:5px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    height:91px;
    overflow:hidden;
}
.vc_article_preview_medium_event .sottotitolo a,
.vc_article_preview_medium_event .sommario a{
    color:#404040 !important;
}
.vc_article_preview_medium_event .ora_pubblicazione{
    color: #afafaf;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_medium_event .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_medium_event .num_commenti{
    position:absolute;
    left:0;
    bottom:10px;
    color:#afafaf;
    font-size:14px;
    font-weight:normal;
}
.vc_article_preview_medium_event .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_medium_event .didascalia{
    display:none;
}
.vc_article_preview_medium_event .social{
    position:absolute;
    right:15px;
    bottom:19px;
    width:19px;
    height:19px;
}
.vc_article_preview_medium_event .social a.addthisevent-drop {
    padding:0;
    float:left;
    clear:left;
    z-index:100;
    border:none;
} 
.vc_article_preview_medium_event .social a.addthisevent-drop .addthisevent_icon {
    background:transparent !important;
    left: 0px;
}
.vc_article_preview_medium_event .social a.addthisevent-drop .addthisevent_icon:after {
    content:"\f073";
    font-family: FontAwesome;
    font-weight: normal;
    color:#a9a9a9;
}
/*---media queries*/
@media (min-width: 320px) and (max-width: 767px) {
    .vc_article_preview_medium_event {
        height:95px;
    }
    .vc_article_preview_medium_event .titolo {
        max-height: 54px;
        padding-right: 10px;
    }
    .vc_article_preview_medium_event .cont_img{
        padding:0;
        height:89px;
    }
    .vc_article_preview_medium_event .cont2{
        padding-right:0;
    }
    .vc_article_preview_medium_event .cont3{
        padding-left:0;
    }
    .vc_article_preview_medium_event .cont4 {
        padding:15px;
        height:95px;
    }
    .vc_article_preview_medium_event .num_commenti {
        font-size:0.9em;
        left:15px;
    }
    .vc_article_preview_medium_event .commenti {
        display:none;
    }
    .vc_article_preview_medium_event .tag_3,
    .vc_article_preview_medium_event .tag_4,
    .vc_article_preview_medium_event .tag_7,
    .vc_article_preview_medium_event .tag_8,
    .vc_article_preview_medium_event .tag_9,
    .vc_article_preview_medium_event .tag_10,
    .vc_article_preview_medium_event .tag_11,
    .vc_article_preview_medium_event .tag_12,
    .vc_article_preview_medium_event .tag_13,
    .vc_article_preview_medium_event .tag_14,
    .vc_article_preview_medium_event .tag_16 {
        display:none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc_article_preview_medium_event {
        height:129px;
    }
    .vc_article_preview_medium_event .titolo {
        max-height: 54px;
    }

    .vc_article_preview_medium_event .cont2{
        padding-right:0;
    }
    .vc_article_preview_medium_event .cont3{
        padding-left:0;
    }
    .vc_article_preview_medium_event .cont4 {
        padding:13px;
        height:123px;
    }
    .vc_article_preview_medium_event .num_commenti {
        left:13px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vc_article_preview_medium_event {
        height:136px;
    }
    .vc_article_preview_medium_event .cont2{
        padding-right:0;
    }
    .vc_article_preview_medium_event .cont3{
        padding-left:0;
    }
    .vc_article_preview_medium_event .cont4 {
        padding:10px 15px 10px 10px;
        height:145px;
    }
    .vc_article_preview_medium_event .titolo {
        height:72px;
    }
    .vc_article_preview_medium_event .num_commenti {
        left:10px;
        bottom:15px;
    }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .vc_box_search_events select {
        width:50%;
        margin-right:0px;
        margin-top:5px;
    }
    .vc_box_search_events .cerca_campo_invio input {
        margin-top:5px;
        width:100%;
        float:left;
        clear:left;
    }
}
/*rectangle_300x250_7*/
.banner_rectangle_300x250_7 {
    min-width:300px;
    min-height:250px;
    margin:0 auto;
    margin-bottom:10px;
    display:table;
    text-align:center;
}
.banner_rectangle_300x250_7 img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
}
/*
@media (max-width: 767px) {
    .banner_rectangle_300x250_7 {
        min-width:inherit;
        min-height:inherit;
    }
}*/
.vc_box_tabs_prefooter {
    width: 100%;
}
.vc_box_tabs_prefooter ul.indicators {
    width:100%;
    display: table;
    clear:left;
    height:45px;
    background-color: #019cf5;
}
.vc_box_tabs_prefooter ul.indicators li {
    float: left;
    padding: 13px 15px;
    margin-right: 1%;
    color: #fff;
    cursor: pointer;
    font-family: 'Noto Serif', Arial, Serif;
    font-size: 1.05em;
}
.vc_box_tabs_prefooter ul.indicators li.active {
    background:#072c45;
}
.vc_box_tabs_prefooter.carousel {
    background-color: #fafafa;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 20px;
}
/*--vc_register_prefooter*/
.vc_register_prefooter {
    width:100%;
    float:left;
}
.vc_register_prefooter .occhiello_titolo {display:none;}
.vc_register_prefooter p.registrati,
.vc_register_prefooter p.modifica_dati {
    width:100%;
    float:left;
    clear:left;
}
.vc_register_prefooter p.registrati a,
.vc_register_prefooter p.modifica_dati a {
    height:30px;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
    color:#fff;
    line-height:2.0em;
    border:1px #039bf6 solid;
    background:#039bf6;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    cursor:pointer;    
}
.banner_stay_connected {
    width: 100%;
    text-align: center;
}
.vc_box_tabs_prefooter_stayconnected,
.vc_box_tabs_prefooter_signup {
    margin-top:20px;
    margin-bottom:30px;
    font-weight: bold;
}
.vc_box_tabs_prefooter_fb,
.vc_box_tabs_prefooter_tw {
    position:relative;
    margin-top:20px;
}
.vc_box_tabs_prefooter_fb a,
.vc_box_tabs_prefooter_tw a {
    padding: 5px 12px 5px 40px;
    width:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    display:inline-block;
    text-align: center;
}
.vc_box_tabs_prefooter_fb a {
    background:#536ca2;
}
.vc_box_tabs_prefooter_tw a {
    background:#21b7eb;
}
.vc_box_tabs_prefooter_fb:before {
    content: "\f082";
     position: absolute;
    font-family: FontAwesome;
    color: #fff;
    font-size: 1.43em;
    font-weight: normal;
    text-decoration: inherit;
    top: 5px;
    left: 10px;
}
.vc_box_tabs_prefooter_tw:before {
    content: "\f099";
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    font-size: 1.43em;
    font-weight: normal;
    text-decoration: inherit;
    top: 5px;
    left: 10px;
}
.vc_box_tabs_prefooter_subscribe input {
    padding: 5px 12px;
    width:100%;
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #019cf5;
    color: #019cf5;
}
.vc_box_tabs_prefooter_contactus .titolo a{
    color:#019cf5;
}
.vc_box_tabs_prefooter_contactus .sommario strong{
    font-weight:bold;
}
.vc_box_tabs_prefooter_contactus .sommario p{
    margin-top:10px;
}
.vc_box_tabs_prefooter_sendstory_button,
.vc_box_tabs_prefooter_advertise_button,
.vc_box_tabs_prefooter_editions_button {
    margin-top: 20px;
    position:relative;
    float: left;
    clear: left;
    padding: 5px 20px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #019cf5;
    color: #019cf5;
    width: 100%;
    z-index:999;
}
.vc_box_tabs_prefooter_sendstory_button a,
.vc_box_tabs_prefooter_advertise_button a,
.vc_box_tabs_prefooter_editions_button a {
    color: #019cf5;
    width:100%;
    float:left;
}
.vc_box_tabs_prefooter_sendstory p {
    margin-top:10px;
    font-weight:bold;
}
.vc_box_tabs_prefooter_advertise p {
    margin-top:40px;
    font-weight:bold;
}

.banner_send_story {
    display:table;
    clear:left;
    margin:10px auto 0 auto;
}
.banner_advertise_map {
    float: left;
    margin: 0;
}
.banner_advertise_map img {
    width: 322px; 
    margin-left: 30px;
}
.banner_tab_logos {
    display:table;
    clear:left;
    margin:10px auto 0 auto;
}
.vc_box_tabs_prefooter_advertise_preview {
    float:left;
    width:55%;
    background:#00b4f1;
    padding:20px;
}
.vc_box_tabs_prefooter_advertise_preview .cont_img {
    float: left;
}
.vc_box_tabs_prefooter_advertise_preview .sommario {
    margin-top: 25px;
    margin-bottom:15px;
    float: left;
    width: 40%;
    font-size: 1em;
    line-height: 1.6em;
    color: #fff;
    font-weight: normal;
}
.vc_box_tabs_prefooter_editions p {
    margin-top:20px;
    font-weight:bold;
}
.vc_box_tabs_prefooter_editions_preview {
    margin-top:20px;
    float:left;
    width:100%;
    font-weight:normal;
}
.vc_box_tabs_prefooter_editions_preview .titolo {
    font-weight:bold;
}
.vc_box_tabs_prefooter_editions_preview strong {
    font-weight:bold;
    color:#072c45;
    margin-top:5px;
}
.vc_box_tabs_prefooter_photo {
    font-weight:bold;
    margin-top:15px;
}
.vc_box_tabs_prefooter_photo_preview {
    margin-top:15px;
    float:left;
    width:100%;
    font-weight:normal;
}
.vc_box_tabs_prefooter_photo_preview .titolo {
    font-weight:bold;
    margin-bottom:15px;
}
.vc_box_tabs_prefooter_photo_preview strong {
    font-weight:bold;
    color:#019cf5;
    margin-top:5px;
}
.vc_box_tabs_prefooter_photo_preview p span {
    color:#666;
    float:left;
    margin-top:10px;
}

.vc_box_tabs_prefooter_photo_search input {
    float:left;
    padding:8px;
    margin-top:10px;
    width:90%;
    border-radius:3px;
    border:1px solid #e0e0e0;
    color:#bbb;
    margin-right:2%;
}

.vc_box_tabs_prefooter_photo_search .cerca_campo_invio input {
    float:left;
    margin-top:10px;
    border:1px solid #019cf5;
    color:#25a3f6;
    background:#fff;
    width:90%;
}

.vc_box_tabs_prefooter_photo_search select {
    margin-right:2%;
    margin-top:10px;
    padding:0px 15px;
    text-transform:none;
    height:38px;
    float:left;
    width:90%;
    color:#bbb;
    border:1px #e0e0e0 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.vc_box_tabs_prefooter_trust_preview .sommario{
    float: right;
    width: 65%;
    padding-right:5%;
}
.vc_box_tabs_prefooter_trust_preview .cont{
    float: left;
    width: 30%;
}
.vc_box_tabs_prefooter_trust_preview .cont_img,
.vc_box_tabs_prefooter_trust_preview .titolo {
    float: left;
    clear: left;
    width: 100%;
    font-weight:bold;
    line-height:2em;
}
.vc_box_tabs_prefooter_trust_preview .cont_img img {
    max-width:100%;
    height:auto;
}
.vc_box_tabs_prefooter_contactus .titolo a{
    color:#019cf5;
    cursor:default;
}
.vc_box_tabs_prefooter_contactus .titolo a:hover{
    text-decoration:none;
}

.vc_box_tabs_prefooter_editions_preview .titolo a {
    cursor:default;
}
.vc_box_tabs_prefooter_editions_preview .titolo a:hover {
   text-decoration:none;
    color:#404040;
}

.vc_box_tabs_prefooter_photo_preview .titolo a {
    cursor:default;
}
.vc_box_tabs_prefooter_photo_preview .titolo a:hover {
   text-decoration:none;
   color:#404040;
}

.vc_box_tabs_prefooter_trust_preview .titolo a,
 .vc_box_tabs_prefooter_trust_preview .cont_img a {
    cursor:default;
}
.vc_box_tabs_prefooter_trust_preview .titolo a:hover {
   text-decoration:none;
   color:#404040;
}
.vc_box_tabs_prefooter_advertise_preview .titolo a,
 .vc_box_tabs_prefooter_advertise_preview .cont_img a {
    cursor:default;
}
.vc_box_tabs_prefooter_advertise_preview .titolo a:hover {
   text-decoration:none;
   color:#404040;
}
.drag_and_drop .vc_box_tabs_prefooter .anteprima_articolo {
    width:auto !important;
}
.banner_photo_orders img {
        max-width: 100%;
    }
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .vc_box_tabs_prefooter ul.indicators li {
        width:100%;
        margin:0;
        border-bottom:1px solid #fff;
    }
        .vc_box_tabs_prefooter ul.indicators li.active,
            .vc_box_tabs_prefooter ul.indicators li:last-child {
            border:none;
        }
    .vc_box_tabs_prefooter_sendstory_button {
        margin-bottom:20px;
    }
    .vc_box_tabs_prefooter_advertise_preview {
        padding:5px;
        margin-top:20px;
    }
    .vc_box_tabs_prefooter_advertise_preview .sommario {
        width: 100%;
        margin-top: 10px;
        padding-left: 20px;
    }
    .vc_box_tabs_prefooter_trust_preview .cont_img,
    .vc_box_tabs_prefooter_trust_preview .titolo {
        float: left;
        clear: left;
        width: 100%;
    }
    .vc_box_tabs_prefooter_trust_preview .sommario {
        margin-top:20px;
        width:100%;
        height:100px;
        overflow:hidden;
    }
    .vc_box_tabs_prefooter_trust_preview .cont {
        width:100%;
    }
    .vc_box_tabs_prefooter_advertise p {
         margin-top:10px;
    }
    
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .vc_box_tabs_prefooter_fb,
    .vc_box_tabs_prefooter_tw {
        width:48%;
        float:left;
    }
    .vc_box_tabs_prefooter_fb {
        margin-right:4%;
    }
    .vc_box_tabs_prefooter_stayconnected, 
    .vc_box_tabs_prefooter_signup {
        margin-bottom:0;
        text-align:center;
        
    }
    .vc_box_tabs_prefooter_signup {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    .vc_box_tabs_prefooter_subscribe {
        margin-top:25px;
        float: left;
        width: 48%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .banner_advertise_map {
        display:none;
    }
    .vc_box_tabs_prefooter_advertise_preview {
        width:100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vc_box_tabs_prefooter_advertise_preview .sommario {
        width:100%;
    }
    .banner_advertise_map img {
        width: 240px; 
        margin-left: 30px;
    }
}

/*leaderboard_middle_728x90*/
.banner_leaderboard_middle_728x90 {
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_leaderboard_middle_728x90 img {
    margin:0 auto;
    padding:0px;
    border:0px;
}
/*leaderboard_2
@media (max-width: 767px) {
    
    .banner_leaderboard_middle_728x90 {
       display:none;
    }

}*/
/*---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;   
}
/*---vc_header_section_with_link*/
.vc_header_section_with_link {
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    width:100%;
    float:left;
    clear:left;
    border-bottom:1px #c8c8c8 solid;
    position:relative;
}
.vc_header_section_with_link p.sezione {
    width:60%;
    float:left;
    clear:left;
}
.vc_header_section_with_link p.sezione a {
    color:#017cc5;
    font-weight:inherit;
    font-size:1.7em;
    line-height:1.7em;
    width:100%;
    float:left;
    clear:left;
}
.vc_header_section_with_link p.testo_link {
    width:40%;
    float:right;
}
.vc_header_section_with_link p.testo_link a {
    color:#019cf5;
    text-align:right;
    font-size:1em;
    line-height:2.7em;
    width:100%;
    float:left;
    clear:left;
}
.vc_header_section_with_link p.testo_link a:hover {
    text-decoration:underline;
}
@media (min-width:320px) and (max-width:480px) {
    .vc_header_section_with_link p.testo_link {
    width: auto;
    }
    .vc_header_section_with_link p.sezione {
        width:100%;
    }
    .vc_header_section_with_link p.sezione a{
       line-height:1.2em;
    }
    }
.vc_buy_sell_tell_box_article {
    padding:5px 0;
    font-family: 'Noto Serif', serif;
    font-size: 0.95em;
    border-bottom:1px solid #d6d6d6;
}
.vc_buy_sell_tell_box_article .cont{
    padding:0 15px;
}
.vc_buy_sell_tell_box_article .cont2{
    padding:0;
}
.vc_buy_sell_tell_box_article .cont3{
    height:auto;
    padding:0;
}
.vc_buy_sell_tell_box_article .cont_img{
    width:100%;
    padding-right:10px;
}
.vc_buy_sell_tell_box_article .cont_img img{
    max-width:100%;
    height:auto;
}
.vc_buy_sell_tell_box_article .titolo,
.vc_buy_sell_tell_box_article .tag_7 {
    float:left;
    clear:left;
    width:100%;
}
.vc_buy_sell_tell_box_article .tag_7 .nome,
.vc_buy_sell_tell_box_article .tag_27 .nome,
.vc_buy_sell_tell_box_article .tag_23 .nome,
.vc_buy_sell_tell_box_article .tag_43 .nome {
    display:none;
}
.vc_buy_sell_tell_box_article .tag_7 .currency {
    float:left;
    margin-right:3px;
}
.vc_buy_sell_tell_box_article .tag_27:before {
    content:'T.  ';
}
.vc_buy_sell_tell_bereavement_box_article {
    width: 100%;
    float: left;
    border-bottom: 1px solid #bcbcbc;
    clear: left;
    background: #fff;
    height: 46px;
    overflow: hidden;
    position: relative;
  
}
.vc_buy_sell_tell_bereavement_box_article .cont{
    padding: 0;
    width: 100%;
    float: left;
    clear: left;
    height: 100px;
    position: relative;
}
.vc_buy_sell_tell_bereavement_box_article .cont2{
    padding:0;
}
.vc_buy_sell_tell_bereavement_box_article .cont3{
    height:auto;
    padding:0;
}
.vc_buy_sell_tell_bereavement_box_article .cont_img{
    width:100%;
    padding-right:10px;
}
.vc_buy_sell_tell_bereavement_box_article .cont_img img{
    max-width:100%;
    height:auto;
}
.vc_buy_sell_tell_bereavement_box_article .titolo,
.vc_buy_sell_tell_bereavement_box_article .tag_7 {
    float:left;
    clear:left;
    width:100%;
}
.vc_buy_sell_tell_bereavement_box_article .tag_7 .nome,
.vc_buy_sell_tell_bereavement_box_article .tag_27 .nome,
.vc_buy_sell_tell_bereavement_box_article .tag_23 .nome,
.vc_buy_sell_tell_bereavement_box_article .tag_43 .nome {
    display:none;
}
.vc_buy_sell_tell_bereavement_box_article .tag_7 .currency {
    float:left;
    margin-right:3px;
}
.vc_buy_sell_tell_bereavement_box_article .tag_27:before {
    content:'T.  ';
}
.vc_buy_sell_tell_bereavement_box_article .vc_section_link,
.vc_buy_sell_tell_bereavement_box_article .vc_section {
    padding:0 5px;
    position:absolute;
    right:0px;
    background:#017cc5;
    color:#fff;
    text-transform:uppercase;
    z-index:1;
}
.vc_buy_sell_tell_bereavement_box_article .vc_section_link a,
.vc_buy_sell_tell_bereavement_box_article .vc_section a{
    color:#fff;
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: normal;
}
.vc_buy_sell_tell_bereavement_box_article .testo{
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    font-size: 13.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.vc_buy_sell_tell_bereavement_box_article .puntini{
    position:absolute;;
    top:45px;
    left:0;
}
/*---vc_article_preview_square_section*/
.vc_article_preview_square_section {
    width:100%;
    float:left;
    clear:left;
    position:relative;
    height:250px;
    background:#082c46;
    overflow:hidden;
}
.vc_article_preview_square_section .cont_img {
    width:100%;
    height:170px;
    overflow:hidden;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_preview_square_section .cont_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33% 0 0 -50%;
    
}
.vc_article_preview_square_section .cont2 {
    min-height:24px;
}
.vc_article_preview_square_section .cont3 {
    position:relative;
}
.vc_article_preview_square_section .cont4 {
    padding:10px 20px;
    max-width:93%;
    height:80px;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_preview_square_section .vc_section,
.vc_article_preview_square_section .vc_section_link {
    padding:5px;
    position:absolute;
    top:0;
    right:15px;
    background:#082c46;
    color:#fff;
    text-transform:uppercase;
    z-index:1;
}
.vc_article_preview_square_section .vc_section_link a,
.vc_article_preview_square_section .vc_section a {
    color:#fff;
}
.vc_article_preview_square_section .vc_section_link {
    display:none;/* we will show it only in specific sections */ 
}
.vc_article_preview_square_section .occhiello {
    float:left;
}
.vc_article_preview_square_section .titolo{
    width:100%;
    float:left;
    clear:left;
    color:#fff;
    max-height:37px;
    overflow:hidden;
}
.vc_article_preview_square_section .sottotitolo,
.vc_article_preview_square_section .sommario{
    margin-top:10px;
    color:#fff;
    font-size:1.05em;
    line-height:1.2em;
    width:100%;
    float:left;
    clear:left;
    height:96px;
    overflow:hidden;
    display:none;
}
.vc_article_preview_square_section .titolo a,
.vc_article_preview_square_section .sottotitolo a,
.vc_article_preview_square_section .sommario a{
    color:#fff !important;
}
.vc_article_preview_square_section .ora_pubblicazione{
    color: #fff;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_square_section .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_square_section .num_commenti{
    width:100%;
    color:#fff;
    position:absolute;
    bottom:10px;
    left:20px;
    font-size:14px;
    font-weight:normal;
    opacity: 0.6;
}
.vc_article_preview_square_section .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_square_section .didascalia{
    display:none;
}
/*---media queries*/
@media (min-width: 320px) and (max-width: 479px) {
    .vc_article_preview_square_section {
        height:111px;
    }
    .vc_article_preview_square_section .cont_img { 
        height:111px;
    }
    .vc_article_preview_square_section .cont2 {
        padding-right:0;
    }
    .vc_article_preview_square_section .cont3 {
        padding-left:0;
    }
    .vc_article_preview_square_section .cont4 {
        padding:10px; 
        height:111px;
    }
    .vc_article_preview_square_section .num_commenti {
        left:10px;
    }
    .vc_article_preview_square_section .vc_section,
    .vc_article_preview_square_section .vc_section_link {
        left:15px;
        max-width: 150px;
    }
    .vc_article_preview_square_section .vc_section_link{
        display:none;
    }
    .vc_article_preview_square_section .sottotitolo,
    .vc_article_preview_square_section .sommario{
        display:none!important;
    }
    .vc_article_preview_square_section .titolo{
        height: 80px;
        font-size: 1.0em;
        max-height: 80px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .vc_article_preview_square_section {
        height:115px;
    }
    .vc_article_preview_square_section .cont_img { 
        height:115px;
    }
    .vc_article_preview_square_section .cont2 {
        padding-right:0;
    }
    .vc_article_preview_square_section .cont3 {
        padding-left:0;
    }
    .vc_article_preview_square_section .cont4 {
        padding:10px; 
        height:115px;
    }
    .vc_article_preview_square_section .num_commenti {
        left:10px;
    }
    .vc_article_preview_square_section .sottotitolo,
    .vc_article_preview_square_section .sommario{
        display:none!important;
    }
    .vc_article_preview_square_section .titolo{
        height:73px;
    }
    .vc_article_preview_square_section .vc_section,
    .vc_article_preview_square_section .vc_section_link {
        left:15px;
        max-width: 150px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc_article_preview_square_section {
        height:135px;
        margin-top:0 !important;
    }
    .vc_article_preview_square_section .cont_img { 
        height:135px;
    }
    .vc_article_preview_square_section .cont2 {
        padding-right:0;
    }
    .vc_article_preview_square_section .cont3 {
        padding-left:0;
    }
    .vc_article_preview_square_section .cont4 {
        padding:10px; 
        height:135px;
    }
    .vc_article_preview_square_section .num_commenti {
        left:10px;
    }
    .vc_article_preview_square_section .sottotitolo,
    .vc_article_preview_square_section .sommario{
        display:none!important;
    }
    .vc_article_preview_square_section .titolo{
        height:73px;
        max-height: 73px;
    }
    .vc_article_preview_square_section .vc_section,
    .vc_article_preview_square_section .vc_section_link {
        left:15px;
        max-width: 150px;
    }
}
/*---vc_bg_variant*/
.vc_bg_variant {
    background:#d4243b;
}
.vc_bg_variant .vc_section_link,
.vc_bg_variant .vc_section {
    background:#d4243b !important;
}
/*---vc_bg_variant_geo*/
.vc_bg_variant_geo {
    background: #f2f2f2;
}
.vc_bg_variant_geo .vc_title,
.vc_bg_variant_geo .vc_title a,
.vc_bg_variant_geo .sottotitolo, 
.vc_bg_variant_geo .vc_summary {
    color: #072c45 !important;
}
.vc_bg_variant_geo .vc_section_link,
.vc_bg_variant_geo .vc_section {
    display:none !important;
}
.vc_bg_variant_geo .distance {
    width: 50%;
    color: #072c45;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-transform: lowercase;
    text-align: right;
    display: block !important;
}
.vc_bg_variant_geo .distance:before {
    content: "\f041";
    font-family: FontAwesome;
    font-weight: normal;
    color: #d63e30;
    margin: 0px 5px 0px 0px;
}
.vc_bg_variant_geo .distance a {
    color:#072c45;
}
.vc_article_preview_square_section .distance {
    display: none;
}
/*---variant-top*/
.vc_article_preview_square_section.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_section.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_twitter_container{
    width:100%;
    height:280px;
    overflow-y: scroll;
}
.tw-header {
    padding:5px 10px;
    background:#02b0ef;
    position:relative;
    width:100%;
    height:35px;
    float:left;
    clear:left;
}
.tw-header a {
    padding:2px 10px;
    float:right;
    clear:right;
    background:#fff;
    border:1px #ecdccf solid;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.tw-header a:before {
    content: "\f099";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#02b0ef;
    margin-right:10px;
}
.tw-header:before {
    content: "\f099";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#fff;
    font-size:1.5em;
    line-height:1.3em;
    float:left;
}
.tw-container {
    background-color: #F8FCFF; 
    float: left;
    width:100%;
    clear:left;
    border:1px solid #eaeaeb;
}
.tw-container iframe {
    width:95% !important;
    display:table !important;
    margin:0 auto;
}
.timeline-Viewport {
    width: auto !important;
}
.vc_headlines_button {
	font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    width: 100%;
    float: left;
    clear: left;
    border-bottom: 1px #c8c8c8 solid;
    position: relative;
}
.vc_headlines_button a {
    color: #017cc5;
    font-weight: inherit;
    font-size: 1.7em;
    line-height: 1.7em;
}
.vc_button_more_sport {
    display: table;
    clear:left;
    margin:0 auto;
    padding: 5px 20px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #019cf5;
    color: #019cf5;
}
.vc_button_more_sport a {
    color: #019cf5;
}
.vc_button_more_sport a:before {
    content:"Less ";
}
.vc_button_more_sport a.collapsed:before {
    content:"More ";
}
.vc_buy_sell_tell_box_text {
    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;
}

.button_search_buyselltell {
    display:table;
    margin:17px auto 0 auto;
    padding: 5px 14px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #019cf5;
    color: #019cf5;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, -50%);
}
.button_search_buyselltell a {
    color: #019cf5;
}
/*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;
    }
}*/
.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;
}
/*---vc_article_preview_big_section*/
.vc_article_preview_big_section {
    width:100%;
    float:left;
    clear:left;
    border-top:5px solid #017cc5;
    border-right:1px solid #bcbcbc;
    border-bottom:1px solid #bcbcbc;
    background:#fff;
    position:relative;
    height:373px;
    overflow:hidden;
}
.vc_article_preview_big_section .cont_img {
    width:100%;
    float:left;
    clear:left;
    height:373px;
    overflow:hidden;
}
.vc_article_preview_big_section .cont_img img {
    width: 100%;
    height: auto;
}
.vc_article_preview_big_section .cont2 {
    min-height:34px;
}
.vc_article_preview_big_section .cont3 {
    position:relative;
}
.vc_article_preview_big_section .cont4 {
    padding:15px 15px 15px 0;
    width:100%;
    height:305px;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_preview_big_section .vc_section_link,
.vc_article_preview_big_section .vc_section {
    padding:5px;
    position:absolute;
    top:0;
    right:15px;
    background:#017cc5;
    color:#fff;
    text-transform:uppercase;
    z-index:1;
}
.vc_article_preview_big_section .vc_section_link a,
.vc_article_preview_big_section .vc_section a {
    color:#fff;
}
.vc_article_preview_big_section .vc_section_link{
    display:none;/* we will display it only in specific sections */
}
.vc_article_preview_big_section .occhiello {
    float:left;
}
.vc_article_preview_big_section .titolo{
    width:100%;
    float:left;
    clear:left;
    max-height:125px;
    padding-bottom:2px;
    font-size:2.2em;
    overflow:hidden;
}
.vc_article_preview_big_section .sottotitolo,
.vc_article_preview_big_section .sommario{
    margin:5px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    height:91px;
    overflow:hidden;
}
.vc_article_preview_big_section .sottotitolo a,
.vc_article_preview_big_section .sommario a{
    color:#404040 !important;
}
.vc_article_preview_big_section .ora_pubblicazione{
    color: #afafaf;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_big_section .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_big_section .num_commenti{
    position:absolute;
    left:0;
    bottom:10px;
    color:#afafaf;
    font-size:14px;
    font-weight:normal;
}
.vc_article_preview_big_section .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_big_section .didascalia{
    display:none;
}
/*---media queries*/
@media (min-width: 320px) and (max-width: 479px) {
    
    .vc_article_preview_big_section {
        border-left:1px solid #bcbcbc;
        border-right:1px solid #bcbcbc;
        border-bottom:1px solid #bcbcbc;
        height:320px;
    }
    .vc_article_preview_big_section .cont_img { 
        height:194px;
    }
    .vc_article_preview_big_section .cont4 {
        padding:6px; 
        height:120px;
    }
    .vc_article_preview_big_section .sommario {
        display:none;
    }
    .vc_article_preview_big_section .titolo {
        margin:0;
        height:85px;
        font-size:1.5em;
        line-height:1.3em;
    }
    .vc_article_preview_big_section .num_commenti{
        left:8px;
        bottom:6px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .vc_article_preview_big_section {
        border-left:1px solid #bcbcbc;
        border-right:1px solid #bcbcbc;
        border-bottom:1px solid #bcbcbc;
        height:350px;
    }
    .vc_article_preview_big_section .cont_img { 
        height:194px;
    }
    .vc_article_preview_big_section .cont4 {
        padding:10px 6px; 
        height:147px;
    }
    .vc_article_preview_big_section .titolo {
        margin: 5px 0 0 0;
        height: 87px;
        font-size: 1.7em;
        line-height: 1.2em;
    }
    .vc_article_preview_big_section .sommario {
        display:none;
    }
    .vc_article_preview_big_section .num_commenti{
        left:8px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc_article_preview_big_section {
        border-left:1px solid #bcbcbc;
        border-right:1px solid #bcbcbc;
        border-bottom:1px solid #bcbcbc;
        height:235px;
    }
    .vc_article_preview_big_section .cont_img { 
        height:231px;
    }
    .vc_article_preview_big_section .cont3 {
        padding-left:0;
    }
    .vc_article_preview_big_section .cont4 {
        padding:5px 10px 0 0; 
        height:231px;
    }
    .vc_article_preview_big_section .sommario {
        height:46px;
    }
}
/*---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;
    }
}
.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;
}


