

.banner_embed_script_2 img,
.banner_embed_script_2 iframe {
    max-width:100%;
}
.container_box_preview_blog {
    margin-bottom: 30px;
    width: 100%;
    clear: left;
    float: left;
    background: #fff;
    border: 1px solid #606060;
    position: relative;
}
.vc_box_preview_blog .icona_tipo{
    display:none;
}
.vc_box_preview_blog .occhiello_titolo{
    clear: left;
    float: left;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-size: 1.5625em;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 8px 5px;
    background: #606060;
    z-index: 1;
}
.vc_box_preview_blog .occhiello_titolo a {
    color:inherit;
}
.vc_box_preview_blog .occhiello_titolo:before {
    content:url('../images/logorubriche_white_xs.png');
}
/*.vc_box_preview_blog .occhiello_titolo a:before {
    content:url('../images/logorubriche_white_xs.png');
    float:right;
}*/
.vc_box_preview_blog .box{
    width:100%;
    float:left;
    clear:left;
}

.vc_box_preview_blog .box .cont_foto{
    width: 100%;
    height: auto;
    float: left;
    clear: left;
    position:relative;
}
.vc_box_preview_blog .box .cont_foto img{
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}
.vc_box_preview_blog .box .occhiello,
.vc_box_preview_blog .box .titolo {
    float:left;
    clear:left;
    width:100%;
}
.vc_box_preview_blog .box .occhiello {
    background: #606060;
}
.vc_box_preview_blog .box .titolo {
    float:left;
    width:100%;
    padding: 15px;
    font-size:20px;
    line-height:22px;
    text-align:center;
    font-weight: 400;
    color:#606060;
}

.vc_box_preview_blog .box .sezione {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    padding: 6px;
    background: #606060;
}
/*---Punti slider*/
.vc_box_preview_blog .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
    background: rgba(96, 96, 96, 0.5) !important;
}
.vc_box_preview_blog .punti_slide .bx-pager .bx-pager-item a.active {
    background:#606060 !Important;
}

/*---Media Queries---*/ 
@media only screen and (max-width : 320px) {
}
@media only screen and (max-width : 767px) {
    .vc_box_preview_blog .box .cont_foto.foto_autore,
    .vc_box_preview_blog .box .vc_author_image {
        margin:0 auto 15px auto;
        float:none;
        clear:none;
    }
    .vc_box_preview_blog{
        margin:0;
        display:inline;
    }
    .vc_box_preview_blog .box .divcont{
        display:inline;
    }
    .vc_box_preview_blog .bx-controls .bx-controls-direction {
        display:none;
    }
    .vc_box_preview_blog .punti_slide {
        display:block;
         margin-top:5px;
    }
    .vc_box_preview_blog .box .sezione{
        display:block;
    }
    .vc_box_preview_blog .box .autore{
        float:none;
    }
    .vc_box_preview_blog .box .sezione,
    .vc_box_preview_blog .box .titolo,
    .vc_box_preview_blog .box .sommario,
    .vc_box_preview_blog .box .autore,
    .vc_box_preview_blog .box .vc_author {
    	text-align:center;
    }
}
@media only screen and (max-width : 992px) {
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
}
.cont_lettere_box {
    margin:20px 0 10px 0;
    padding: 20px 0 20px 15px;
    width:100%;
    height:210px;
    border:1px solid #606060;
    position:relative;
    float:left;
    clear:left;
}
.cont_lettere_box.vc_section_letters{
    height:175px;
}
.banner_lettere_direttore {
    position:absolute;
    right:0;
    bottom:0;
    z-index:0;
}
.banner_lettere_direttore img {
    float:left;
}
.lettere_box {
    width: 48%;
    float: left;
    clear:left;
    position:relative;
}
.cont_lettere_box:before {
    content:"La posta del direttore";
    margin-bottom:10px;
    float:left;
    clear:left;
    width:40%;
    font-size:1.3em;
    font-weight:800;
}
.lettere_box input {
    margin:0 0 5px 0;
    padding: 5px 0 5px 15px;
    width:100%;
    float:left;
    clear:left;
    color:#fff;
    font-size: 12px;
    font-weight:900;
    text-align:left;
    text-transform:uppercase;
    cursor:pointer;
    border:none;
    outline:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lettere_box.leggi input {
	background:#bb1218;
}
.lettere_box:after {
    content:'\f061';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#fff;
    position:absolute;
    top:5px;
    right:10px;
}
.lettere_box.scrivi input {
    background:#880d12;
}
.vc_letters_button {
    width: 48%;
    float: left;
    clear: left;
    position: relative;
}
.vc_letters_button a{
    margin: 0 0 5px 0;
    padding: 5px 0 5px 13px;
    width: 100%;
    float: left;
    clear: left;
    font-size: 12px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #880d12;
    color: #880d12;
}
.vc_letters_button a:after{
    content: '\f061';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #880d12;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size:17px;
    
}
.vc_box_opinions {
    margin: 20px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    border: 1px solid #606060;
}
.vc_box_opinions .occhiello_titolo {
    padding: 10px 15px;
    font-size: 1.3em;
    width: 100%;
    float: right;
    clear: left;
    font-weight: 500;
    text-align: right;
    font-style: italic;
    background: #0173ba;
    color: #fff;
}
.vc_box_opinions .box {
    width:100%;
    float:left;
    clear:left;
    border-bottom: 1px solid #606060;
}
.vc_box_opinions .box:last-child{
    border-bottom:none;
}
.vc_box_opinions .box .titolo{
    font-weight:bold;
    padding:10px;
}
.vc_box_opinions .titolo:after,
.vc_box_opinions .titolo:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#0173ba;
    font-size: .8em;
}
.vc_box_opinions .titolo:before {
    content: '\f10d';
    margin-right:5px;
}
.vc_box_opinions .titolo:after {
    content: '\f10e';
    margin-left: 5px;
}
.vc_box_opinions .box .cont_foto{
    float:right;
    margin-left:10px;
    width:80px;
}
.vc_box_opinions .box .cont_foto img{ 
    width:100%;
    height:auto;
    float:left;
}
.vc_box_opinions .box .icona_tipo {
    display:none;
}
.vc_box_opinions .box .autore{
    font-weight:bold;
    padding:10px;
    font-style:italic;
    font-size:0.8em;
}
.vc_box_opinions .box.pos1 .cont_foto{
    float:left;
    margin-right:10px;
    margin-left:0;
    width:inherit;
}

.banner_160x600_articolo {
    margin-right:15px;
    margin-bottom:15px;
    width:160px;
    min-width:160px;
    padding:0px;
    float:left;
}
#form-recaptcha {
    z-index: 999;
}
/*---testo_resize*/
.vc_article_resize .testo_resize {
    margin-left:15px;
    padding:0px;
    float:right;
}
.vc_article_resize .testo_resize li {
    margin:0px;
    padding:0px;
    float:left;
}
.vc_article_resize .testo_resize li a {
    margin:0px;
    padding:0;
    font-weight:500;
    text-transform: lowercase;
    text-align:center;
    color:#d6d6d6;
    text-decoration:none;
    float:left;    
}
.vc_article_resize .testo_resize li.small a {
    margin-right:2px;
    font-size:22px;
    line-height:35px;
}
.vc_article_resize .testo_resize li.medium a {    
    font-size:30px;
    line-height:30px;
}
.vc_article_resize .testo_resize li.large a {
    font-size:40px;
}
.vc_article_resize .testo_resize li.attivo a {
    color:#3a3a3a;
}

/*---vc_article_body*/
.vc_article_body {
    display:inline;
}
.vc_article_body .sommario_articolo {
    margin-bottom:15px;
    padding-left:15px;
}
.vc_article_body .testo_articolo {
    /*padding-left:15px;*/
}
.vc_article_body .testo_articolo img {
    margin-top:5px;
    margin-right:15px;
    margin-bottom:15px;
    max-width:100%;
    height:inherit;
    float:left;
}
/*---vc_article_body*/
.vc_article_body .testo_articolo .articlebox {
    margin:10px 0;
    padding:5px 15px;
    display:table;
    background:#EFFAFF;
    border-left:4px #017cc5 solid;    
}
.vc_article_body .testo_articolo .articlebox p {
    margin:0px;
    padding:0px;
    font-size:0.9em;
    color:#a09995;
}
.vc_article_body .testo_articolo .articlebox p a {
    margin:0 5px;
    text-decoration:none !important;
    color:#252525;
} 
.vc_article_body .testo_articolo .articlebox p a:hover {
    text-decoration:underline !important;
}
.vc_article_body .lettera_risposta {
    margin-top:10px;
    padding:10px 0;
    border-top:1px #ababab dotted;
    font-family:'Georgia', serif;
    font-size:1em;
    font-style:italic;
    line-height:1.7em;
    color:#870e12;
}
.vc_article_body #mappa_articolo {
    margin:15px 0 0 0;
    padding:0px;
    width:100% !important;
}
.vc_article_body .indirizzo {
    margin:10px 0 0 0;
    font-size:12px;
    color:#525151;
    width:100%;
}
/*---Sondaggio_box_orizzontal*/
.Sondaggio_box_orizzontal {
    margin:5px 0 15px 0;
    padding:0;
    width:100%;
    float:left;
    clear:left;
}
.Sondaggio_box_orizzontal .container_response {
    margin:0px;
    padding:5px 0;
    border-top:1px #d2dce1 solid;
    border-bottom:1px #d2dce1 solid;    
    width:100%;
    float:left;
    clear:left;
}
.Sondaggio_box_orizzontal .container_response .photo {
    margin:0 4% 0 0;
    padding:0px;
    width:16%;
    float:left;
    cursor:pointer;
}
.Sondaggio_box_orizzontal .container_response .photo img {
    padding:1px;
    max-width:100%;
    height:inherit;
    border:1px #d2dce1 solid;
    text-decoration:none;
    cursor:pointer;
}
.Sondaggio_box_orizzontal .container_response .response {
    width:80%;
    float:left;
}
.Sondaggio_box_orizzontal .container_response .response p {
    /*font-size:1em;
    font-weight:400;
    color:#0d0c0c;
    width:100%;
    float:left;
    cursor:pointer;*/
    font-size: 22px;
    font-weight: 600;
    color: #0d0c0c;
    width: 100%;
    float: left;
    cursor: pointer;
    line-height: 26px;
}
.Sondaggio_box_orizzontal .container_response .poll_vote_button {
    margin:4px 0px 0px 0px;
    font-size:0.9em;
    color:#fff;
    font-weight:600;
    border:0px;
    cursor: pointer;    
    width:100px;
    height:30px;
    float:right;
    background:#bb1218 url(../images/poll_vote_button.png) no-repeat 11px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.Sondaggio_box_orizzontal .container_response .poll_vote_button:hover {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.Sondaggio_box_orizzontal .container_response .bar_container {
    margin:5px 0 0 0;
    width:80%;
    height:40px;
    float:left;
    position:relative;
}
.Sondaggio_box_orizzontal .container_response .bar_container .bar {
    height:30px;
    border: 1px #9dcf9d dashed;
    background: #b3e2b3;    
    float:left;
}
.Sondaggio_box_orizzontal .container_response .bar_container .perc_container {
    font-size: 1em;
    color: #3A833C;
    position: absolute;
    top:5px;
    left:5px;
}
/*---corsivo*/
.Corsivo {
    margin: 5px 15px !important;
    padding: 40px 20px !important;
    position: relative !important;
}
.Corsivo .ApiceSx {
    margin:0;
    padding:0;
    width:20px;
    height:20px;
    position:absolute;
    top:0;
    left:0;
}
.Corsivo .ApiceDx {
    margin:0;
    padding:0;
    width:20px;
    height:20px;
    position:absolute;
    bottom:0;
    right:0;
}
.Corsivo p {
    margin:0;
    padding:20px;
    font-size:1.1em;
    line-height:20px;
    text-align:left;
    font-weight:400;  
    font-style:italic;
    color:#313133;
}

/*storytelling*/
.vc_story_telling .vc_story_telling_media img {
    width: 100%;
    margin: 10px 0;
    padding: 0;
}
.vc_story_telling .vc_story_telling_pagination {

}
.vc_story_telling .vc_story_telling_pagination .btn a{
    font-size:0;
    background: #0a6fbd;
    border-radius:0;
}
.vc_story_telling .vc_story_telling_pagination .btn a i{
    font-size:15px;
    color: #fff;
    font-style:normal;
}
.vc_story_telling_pagination.vc_pagination_nav .vc_next .fa{
    margin-left:0 !Important;
}
.vc_story_telling_pagination.vc_pagination_nav .vc_prev .fa {
    margin-right: 0px !important;
}

.vc_story_telling .vc_story_telling_media{
    position:relative;
}

.vc_story_telling ul.vc_story_telling_nav {
    padding: 0;
    font-family: 'Arimo', Arial, Helvetica, sans-serif;
}

.vc_story_telling .vc_story_telling_nav li {
    width: 100% !important;
    float: left;
    clear: left;
}

.vc_story_telling .vc_story_telling_nav li a {
    width: 100%;
    padding: 10px 15px;
    float: left;
    border-bottom: 1px solid #0a6fbd;
    background: #e6e6e6;
    font-style: normal;
    text-decoration: none;
    color: #0a6fbd;
}

.vc_story_telling .vc_story_telling_nav li:last-child a {
    border-bottom: 0px;
}

.vc_story_telling .vc_story_telling_nav li a.active,
.vc_story_telling .vc_story_telling_nav li a:hover {
    background: #0a6fbd;
    color:#fff;
}
.vc_story_telling .vc_story_telling_link {
    display: none;
}

@media (max-width:767px) {
    .vc_article_body .testo_articolo {
        padding-left:0;
    }
    .banner_160x600_articolo {
        display:none;
    }
}
.box_most_commented_media_filter,
.box_most_read_media_filter {
    margin:0 0 10px 0;
    padding:0;
    float: left;
    width:100%;
	position:relative;
    background:#fff;
    border:1px solid #606060;
    border-top:0px;
}
.box_most_read_commented_media_filter {
    margin:0;
    padding:15px 13px;
    width:100%;
    float:left;
    clear:left;
    border-top:1px solid #606060;
}

.box_most_read_commented_media_filter .schermata .hori_group:last-child .box {
    border-bottom: 0px;
    margin: 0px;
    padding: 0px;
}

.box_most_read_commented_media_filter .cont .schermata .box .cont_foto img {
    margin:0;
    padding:0;
    max-width:100%;
    border:none;
    text-decoration:none;
}
.tab_menu_most_read_commented {
    margin:0;
    padding:0;
    float:left;
    clear:left;
    width:100%;
    border:1px solid #606060;
    border-bottom: 0;
    z-index: 6;
    position: relative;
}
.tab_menu_most_read_commented .label_tab_1,
.tab_menu_most_read_commented .label_tab_2  {
    margin: 0;
    padding: 8px 0;
    font-weight: 900;
    font-size: 13px;
    /* text-transform: uppercase; */
    border-bottom: 2px solid #0173ba;
    font-style: italic;
    text-align: center;
    float: left;
    width: 100%;
    cursor: pointer;
}
.tab_menu_most_read_commented .label_tab_1 {
    border-right:1px solid #606060;
}
.tab_menu_most_read_commented .label_tab_1.attivo,
.tab_menu_most_read_commented .label_tab_2.attivo {
    /*border-bottom:2px solid #0173ba;*/
    background: #0173ba;
    color: #fff;
}
.box_most_read_commented_media_filter .cont .box {
    margin:0 0 10px 0;
    padding:0 0 5px 0;
    width:100%;
    float:left;
    clear:left;
    border-bottom:1px solid #ccc;
}
.box_most_read_commented_media_filter .cont .box.pos5 {
    border-bottom:0px;
}
.box_most_read_commented_media_filter .cont .box .cont_foto {
    float:left;
    margin-right:8px;
}
.box_most_read_commented_media_filter .cont .box .titolo {
    float:left;
    font-size: 14px;
    line-height: 16px;
    color:#111;
    margin:0;
    padding:0;
    /*width:180px;*/
    width:155px;
    font-weight:700;
    height: 4.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.box_most_read_commented_media_filter .cont .box .titolo a {
    color:#111;
    text-decoration:none;
}
.box_most_read_commented_media_filter .cont .box .titolo a:hover {
    text-decoration:underline;
}
.box_most_read_commented_media_filter .cont .box .ora_pubblicazione{
    display:block;
    font-size: 13px;
    line-height:13px;
    color:#111;
}
/*tab_menu tab_menu_media_filter*/
.tab_menu_media_filter {
	margin:0 auto;
	padding:15px 0;
	display:table;
}
.tab_menu_media_filter .label_tab_1,
.tab_menu_media_filter .label_tab_2,
.tab_menu_media_filter .label_tab_3 {
	margin:0 7px 0 0;
	padding:10px 0 8px 18px;
	width:74px;
	float:left;
    font-weight:bold;
    font-size:10px;
    text-transform:uppercase;
	text-align:center;
	cursor:pointer;
}
.tab_menu_media_filter .label_tab_1 {
    background:#f2f2f2 url(../images/icon_most_read_news.png) no-repeat 15px center;
}
.tab_menu_media_filter .label_tab_2 {
    background:#f2f2f2 url(../images/icon_most_read_photo.png) no-repeat 15px center;
}
.tab_menu_media_filter .label_tab_3 {
    background:#f2f2f2 url(../images/icon_most_read_video.png) no-repeat 15px center;
}
.tab_menu_media_filter .label_tab_1.attivo {
    background:#0173ba url(../images/icon_most_read_news_active.png) no-repeat 15px center;
}
.tab_menu_media_filter .label_tab_2.attivo {
    background:#0173ba url(../images/icon_most_read_photo_active.png) no-repeat 15px center;
}
.tab_menu_media_filter .label_tab_3.attivo {
    background:#0173ba url(../images/icon_most_read_video_active.png) no-repeat 15px center;
}
.tab_menu_media_filter .label_tab_1.attivo,
.tab_menu_media_filter .label_tab_2.attivo,
.tab_menu_media_filter .label_tab_3.attivo {
	margin:0 7px 0 0;
	padding:10px 0 8px 18px;
	width:74px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {    
    .tab_menu_media_filter {
        display:none;
    }   
}
.vc_cont_article_header {
    padding-top:5px;
    width:100%;
    float:left;
    clear:left;
    margin-bottom: 15px;
}
.vc_article_header .occhiello_articolo {
    margin-top:10px;
    width: 60%;
    float:left;
    clear:left;
}
.vc_article_header .titolo {
    margin-top:15px;
    margin-bottom:15px;
    padding-left:0;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_header .sottotitolo_articolo {
    margin-bottom:15px;
    padding-left:0;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_header .sottotitolo_articolo a {
    text-decoration: underline;
    color: #870e12;

}
.vc_article_date{
    margin:0;
    padding:0;
    float:right !important;
}
/*---vc_article_author_date*/
.vc_article_author_date {
    padding-left:0;
    float:left;
    color:#bbbbbb;
}
.vc_article_author_date .prefisso_autore{
    font-weight:normal;
}
.vc_article_author_date .vc_cont_img_author{
    float:left;
    width:45px;
}
.vc_article_author_date .vc_cont_author_info{
    float:left;
}
.vc_article_author_date .author_photo {
    margin:0 10px 0 0;
    border-radius:100%;
    width:45px;
    height:45px;
    border:1px solid #ababab;
    overflow: hidden;
}
.vc_article_author_date .author_photo .author_photo_image {
    margin:0;
    padding:0;
    max-width:100%;
    height:auto;
}
.vc_article_author_date .data {
    float:left;
    color:#424242;
    font-size:0.8em;
    /*margin-top:10px;*/
}
.vc_article_author_date .autore_articolo,
.vc_article_author_date .author_name {
    margin:0;
    color:#424242;
    font-size:0.8em;
    font-weight: bold;
}
.vc_article_author_date .author_name:before {
    content:"di";
    float:left;
}
.vc_article_author_date .author_name .author_name_label {
    display:none;
}
.vc_article_author_date .author_name .author_name_value {
    margin:0 5px;
    color:#424242 !important;
    font-weight:bold;
    float:left;
}
.vc_article_author_date .author_email {
    float:left;
    color: #424242;
    font-size: 0.8em;
    font-weight:normal;
}
.vc_article_author_date .author_email .author_email_label {
    display:none;
}
.vc_article_author_date .author_email .author_email_value {
    margin:0;
    display:inline;
}
.vc_article_author_date .author_phone {
    float:left;
}
.vc_article_author_date .author_phone .author_phone_label {
    display:inline;
}
.vc_article_author_date .author_phone .author_phone_value {
    margin:0 0 0 2px;
    display:inline;
}
.vc_article_author_date .author_phone:before {
    content:"|";
    margin:0 5px;
    padding:0;
    float:left;
}
.vc_cont_article_header #content-player-video{
    width:100% !important;
    height: 400px !important;
}
.video-js .vjs-tech{
    position:initial !important;
}
/*---vc_article_share_fb_tw_g*/
.vc_article_share_fb_tw_g {
    float:left;
}
/*---vc_article_body_comments_share*/
.vc_article_body_comments_share {
    float:right;
}
.vc_article_body_comments_share .num_commenti_articolo {
    width:100%;
    float:right;
}
.vc_article_body_comments_share .num_commenti{
    width:100%;
    float:left;
    clear:left;
    text-align:right;
    color:#000;
    font-size:1em;
    font-weight:normal;
}
.vc_article_body_comments_share .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_body_comments_share .num_commenti:after{
    content: "comments";
    margin:0px 0px 0px 5px;
}
/*---sharre_fb_tw*/
.vc_article_body_comments_share .social_buttons {
    float:left;
    width:50%;
    z-index:30;
    position:relative;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw {
    display:block;
    float:left;
    position:relative;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw {
    float:left;
    position:relative;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw .box {
    width:100%;
    float:left;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw .box .count {
    font-size:1em; 
    color:#afafaf;
    text-decoration:none;
    float:left;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw.zero_share_count .box .count,
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw.zero_share_count .box .share {
    display:none;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .sharre_fb_tw .box .share {
    margin:0 0 0 5px;
    font-size:1em; 
    color:#afafaf;
    text-decoration:none;
    text-transform:lowercase;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .buttons {
    position:absolute;
    top:23px;
    left:0;
    border-top:5px solid #017bc6;
    background:#ededed;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .buttons .share_toolbox {
    padding:0 5px 5px 5px;
    width:150px;
}
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .buttons .share_toolbox .fb-share-button,
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .buttons .share_toolbox .twitter-share-button,
.vc_article_body_comments_share .social_buttons .cont_sharre_fb_tw .buttons .share_toolbox .gplus-share-button {
    margin:5px 0 0 0 !important;
    width:100% !important;
    float:left;
    clear:left;
}
/*---vc_article_header_multimedia*/
.vc_article_header_multimedia {
    margin:15px 0 15px 0;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_header_multimedia.multimedia {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_header_multimedia .foto_articolo {
    width:100%;
    float:left;
    clear:left;
    position:relative;
    min-height: 300px;
}
.vc_article_header_multimedia .foto_articolo img {
    width:100%;
    height:inherit;
    display:block;
}
.vc_article_header_multimedia .foto_articolo .didascalia {
    padding:10px;
    font-size:0.8em;
    line-height:1em;
    font-weight:bold;
    color:#fff;
    width:100%;
    position:absolute;
    bottom:0;
    background:rgba(59,59,59,0.80);
}
.vc_article_header_multimedia .multimedia.gallery {
	position:relative;
}
.vc_article_header_multimedia .multimedia.gallery .bx-wrapper,
.vc_article_header_multimedia .multimedia.gallery .bx-wrapper .bx-window,
.vc_article_header_multimedia .multimedia.gallery .bx-wrapper .bx-viewport {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_header_multimedia .multimedia.gallery ul.galleria_espanso {
    background:#ededed;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_header_multimedia .multimedia.gallery ul.galleria_espanso li {
    padding:15px;
    width:100%;
    position:relative;
    text-align:center;
}
.vc_article_header_multimedia .multimedia.gallery ul.galleria_espanso li img {
    margin:0px;
    padding:0px;
    width:100%;
    height:auto;
}
.vc_article_header_multimedia .multimedia.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:40px;
	width:100%;
	float:left;
	clear:left;
}
.vc_article_header_multimedia .multimedia.video img {
    text-align:center;
    width:100%;
    height:inherit;
}
.vc_article_header_multimedia .multimedia.video iframe,
.vc_article_header_multimedia .multimedia.video object,
.vc_article_header_multimedia .multimedia.video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    /*height:100%;*/
}
.vc_article_header_multimedia .multimedia.video video {
    /*width:100% !important;
    height:auto !important;*/
}
.vc_article_header_multimedia .multimedia.video #player_mobile {
    /*width:100% !important;
    height:auto !important;*/
}
/*---LOADER*/
.bx-wrapper .bx-loading {
    min-height:50px;
    background:url(../images/bx_loader.gif) center center no-repeat #fff;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2000;
}
/*---Photo caption*/
.multimedia .bx-wrapper .bx-caption {
    text-align:left;
    float:left;
    clear:left;
    width:100%;
}
.multimedia .bx-wrapper .bx-caption br {display:none;}
.multimedia .bx-wrapper .bx-caption span.vc_title {
    margin-top:10px;
    margin-bottom:2px;
    font-size:0.8em;
    line-height:1em;
    font-weight:bold;
    color:#424242;
    float:left;
    clear:left;
    width:100%;
}
.multimedia .bx-wrapper .bx-caption span.vc_description {
    font-size:0.8em;
    line-height:1em;
    color:#424242;
    float:left;
    clear:left;
    width:100%;
}
/*---Controls*/
.multimedia .bx-controls {
    margin:0px;
    padding:0px;
}
.multimedia .bx-controls .bx-pager {
    margin:0px 5px 0 0;
    padding:0px;
    float:left;
    text-shadow:2px 1px #000;
    font-size:0.8em;
    line-height:30px;
    color:#fff;
    position:absolute;
    top:15px;
    right:25px;
}
.multimedia .bx-controls .bx-controls-direction {
    margin:0px;
    padding:0px;
}
.multimedia .bx-controls .bx-controls-direction .bx-prev {
    margin-top:-16px;
    padding:0px;
    width:32px;
    height:32px;
    float:left;
    text-indent:-9999px;
    outline:0;
    background:url(../images/controls.png) no-repeat 0 0;
    position:absolute;
    top:50%;
    left:25px;
}
.multimedia .bx-controls .bx-controls-direction .bx-next	 {
    margin-top:-16px;
    padding:0px;
    width:32px;
    height:32px;
    float:left;
    text-indent:-9999px;
    outline:0;
    background:url(../images/controls.png) no-repeat -43px 0;
    position:absolute;
    top:50%;
    right:25px;
}
/*---audio*/
.vc_article_header_multimedia .multimedia.audio {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_header_multimedia .multimedia.audio img {
    width:100%;
    height:inherit;
    float:left;
    clear:left;
}
.vc_article_header_multimedia .multimedia.audio a,
.vc_article_header_multimedia .multimedia.audio object {
    width:100% !important;
    height:inherit;
    float:left;
    clear:left;
}

/*---testo_resize*/
.vc_article_resize .testo_resize {
    margin-left:15px;
    padding:0px;
    float:right;
}
.vc_article_resize .testo_resize li {
    margin:0px;
    padding:0px;
    float:left;
}
.vc_article_resize .testo_resize li a {
    margin:0px;
    padding:0;
    font-weight:500;
    text-transform: lowercase;
    text-align:center;
    color:#d6d6d6;
    text-decoration:none;
    float:left;    
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.vc_article_resize .testo_resize li.small a {
    margin-right:2px;
    font-size:22px;
    line-height:35px;
}
.vc_article_resize .testo_resize li.medium a {    
    font-size:30px;
    line-height:30px;
}
.vc_article_resize .testo_resize li.large a {
    font-size:40px;
    line-height:23px;
}
.vc_article_resize .testo_resize li.attivo a {
    color:#3a3a3a;
}

/*preroll*/
#ima-slider-div {
    display:none !important;
}
/*#ima-controls-div:hover > #ima-slider-div,*/
#ima-ad-container:hover #ima-slider-div {
    display:block !important;
}



.vc_cont_article_header .vc_share_link_container {
    /* display:none; */
    float: left;
    clear: none;
    text-align: left;
    width: auto;
    padding: 0;
}

.vc_cont_article_header .vc_share_link_container a{
    float: left;
    width: 42px;
    height: 42px;
    line-height: 38px;
    border: 1px solid #0173ba;
    color:#0173ba;
    margin: 0 0px 0 10px;
    font-size: 24px;
    text-align: center;
}




/*@media (max-width:767px) {
    .vc_article_header_multimedia{
        min-height:auto;
    }
    .vc_article_author_date{
        float:left;
    }
    .vc_article_share_fb_tw_g .addthis_toolbox a{
        margin-bottom:0;
    }
    .vc_article_header .titolo {
        font-size:2em;
    }
    .vc_article_author_date{
        padding-bottom: 15px;
    }
    .vc_article_date{
        margin:0;
        padding:0;
        width:100%;
        float:left;
    }
    .vc_article_author_date .data{
        width:100%;
    }
    .vc_article_author_date .autore_articolo, 
    .vc_article_author_date .author_name,
    .vc_article_author_date .data,
    .vc_article_author_date .author_email {
        margin-top: 0;
    }
    .vc_article_author_date .author_photo{
        margin: 0 20px 0 0;
    }
    .vc_article_author_date .data:before,
    .vc_article_author_date .author_email:before{
        content:"";
        margin:0;
    }
    .vc_article_header_multimedia{
        margin-top:15px;
    }
}
*/
.banner_rectangle_6_300x250 {
    margin:0 auto;
    display:table;
    clear:left;
}
.banner_rectangle_6_300x250 img {
    max-width:100%;
}

.container_box_tv {
    margin-bottom: 30px;
    width: 100%;
    clear: left;
    float: left;
    background: #fff;
    border: 1px solid #0173ba;
    position: relative;
}
.vc_box_tv .icona_tipo{
    display:none;
}
.vc_box_tv .occhiello_titolo{
    clear: left;
    float: right;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-size: 1.5625em;
    position: relative;
    text-align: right;
    width: 100%;
    padding: 10px;
    background: #0173ba;
    z-index: 1;
}
.vc_box_tv .occhiello_titolo a {
    color:inherit;
}
.vc_box_tv .occhiello_titolo a:before {
    /*content:url('../images/logotv_white_xs.png');
    float:right;*/
    float: right;
    content: "\F03D";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    text-transform: uppercase;
    padding-left: 25px;
    font-size: 20px;
    line-height: 1;
}
.vc_box_tv .box{
    width:100%;
    float:left;
    clear:left;
}
.vc_box_tv .box .cont_foto{
    width: 100%;
    height: auto;
    float: left;
    clear: left;
    position:relative;
}
.vc_box_tv .box .cont_foto img{
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}
.vc_box_tv .box .occhiello,
.vc_box_tv .box .titolo {
    float:left;
    clear:left;
    width:100%;
}
.vc_box_tv .box .occhiello {
    padding: 8px 15px;
    background: #0173ba;
}
.vc_box_tv .box .titolo {
    padding: 15px;
}


.banner_rectangle_300x250_2_1 {
    margin:0 auto 20px auto;
    display:table;
    clear:left;
}
.banner_rectangle_300x250_2_1 img {
    max-width:100%;
}
.banner_rectangle_5_300x250 {
    margin:0 auto;
    display:table;
    clear:left;
}
.banner_rectangle_5_300x250 img {
    max-width:100%;
}
/*---articolo_correlati_articolo_verticale*/
.vc_read_also {
    margin:0;
    padding:8px 12px;
    width:300px;
    bottom:0;
    left:63%;
    background:#fff;
    position:relative;
    z-index:9999;
    -moz-box-shadow: 0 4px 10px #666;
    -webkit-box-shadow: 0 4px 10px #666;
    box-shadow: 0 4px 10px #666;
    float:left;
    clear:left;
}
.vc_read_also .occhiello_titolo {
    margin:0px 0 10px 0;
    padding:5px 0;
    text-transform:uppercase;
    font-size:16px;
    font-weight:800;
    color:#0173ba;
    float:left;
    width:91%;
    border-bottom:1px solid #ccc;
}
.vc_read_also .closeBox {
    width:24px;
    height:30px;
    font-size:0px;
    background:url(../images/close_related.jpg) no-repeat;
    color:#111;
    float:left;
    margin:0;
    padding:0;
    cursor:pointer;
}
.vc_read_also .schermata,
.vc_read_also .schermata .hori_group,
.vc_read_also .schermata .hori_group .box {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
}
.vc_read_also .schermata {
    margin-bottom:20px;
}
.vc_read_also .schermata .hori_group .box {
    width:100%;
}
.vc_read_also .schermata .hori_group .box.pos3,
.vc_read_also .schermata .hori_group .box.pos6,
.vc_read_also .schermata .hori_group .box.pos9,
.vc_read_also .schermata .hori_group .box.pos12,
.vc_read_also .schermata .hori_group .box.pos15 {
    margin-right:0px;
    float:left;
    border:0px;
}
.vc_read_also .schermata .hori_group .box .cont {
    margin:0px 0 10px 0;
    padding:0px;
    float:left;
    width:75%;
}
.vc_read_also .schermata .hori_group .box .foto {
    margin:0px 0 10px 0;
    padding:0 10px 0 0;
    float:left;
}
.vc_read_also .schermata .hori_group .box .foto img {
    margin:0px;
    padding:0px;
    width:100%;
    border:0px;
    text-decoration:none;
}
.vc_read_also .schermata .hori_group .box .foto .didascalia {
    margin:0px;
    padding:0px;	
    display:none;
}
.vc_read_also .schermata .hori_group .box .occhiello {
    margin:0px 0 5px 0;
    padding:0px;
    font-size:11px;
    text-transform:uppercase;
    color:#0173ba;
    display:table;
    clear:right;
}
.vc_read_also .schermata .hori_group .box .titolo {
    margin:0px 0 0 0;
    padding:0px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;	
    text-decoration:none;	
    color:#001d0f;
    width:100%;
    display:table;
    clear:right;
}
.vc_read_also .schermata .hori_group .box .titolo a {
    color:#001d0f;
    text-decoration:none;
}
.vc_read_also .schermata .hori_group .box .titolo a:hover {
    text-decoration:underline;
}
.vc_read_also .schermata .hori_group .box .testo {
    margin:0px;
    padding:0px;
    font-size:13px;
    font-weight:normal;
    display:table-cell;
}
.vc_read_also .schermata .hori_group .box .testo a {
    text-decoration:none;
    color:#212121;
}
@media (max-device-width : 767px) {    
    .vc_read_also {
        left:10px;
    }
}
.banner_rectangle_4_300x250 {
    margin:0 auto;
    display:table;
    clear:left;
}
.banner_rectangle_4_300x250 img {
    max-width:100%;
}
/*---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_article_tags*/
.vc_article_tags {
    padding-top:10px;
    border-top:2px #f3f3f3 solid;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_tags .occhiello {
    margin:0px 5px 0 0;
    font-size:1.1em;
    line-height:1em;
    font-weight:bold;
    color:#212121;
    float:left;
    text-transform: uppercase;
}
.vc_article_tags .occhiello:before {
    content: "\f096";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float:left;
    margin-right:5px;
    color:#0173ba;
    font-size:15px;
}
.vc_article_tags .box {
	text-align:left;
}
.vc_article_tags .box p {
    display:inline;
    color:#131313;
    font-size:0.9em;
}
.vc_article_tags .box p a {
    display:inline;
    color:#131313;
    text-decoration:none;
}
.vc_article_tags .box p a:hover {
    color:#131313;
    text-decoration:underline;
}
/*---box_comments*/
.box_comments {
    width:100%;
    float:left;
    clear:left;
}
.box_comments .fb-comments {
    margin:10px 0 0 0;
    width:100%;
    float:left;
    clear:left;
}
/*---posta_commenti*/
.box_comments .posta_commenti {
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.box_comments .posta_commenti .categoria {
    padding-top:10px;
    margin-bottom:15px;
    font-size:1.1em;
    line-height:1em;
    text-transform: uppercase;
    font-weight:bold;
    width:100%;
    float:left;
    clear:left;
    border-top:2px #f3f3f3 solid;
}
.box_comments .posta_commenti .categoria .commenta {
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.box_comments .posta_commenti .categoria .commenta a {
    text-decoration:none;
    color:#131313;
}
.box_comments .posta_commenti .categoria .commenta a:before {
    content: "\f096";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float:left;
    margin-right:5px;
    color:#0173ba;
}
.box_comments .posta_commenti .categoria .condividi {
    display:none;
}
.box_comments .posta_commenti form,
.box_comments .posta_commenti form .post_commenti_titolo {
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.box_comments .posta_commenti form {
    padding-left:15px;
    padding-bottom:20px;
}
.box_comments .posta_commenti form .post_commenti_titolo input {
    margin-bottom:10px;
    padding:10px;
    min-width:40%;
    font-size:0.9em;
    line-height:1.2em;
    color:#131313;
	resize:none;
    float:left;
    clear:left;
    background:#fff;
    border:1px #cccccc solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
}
.box_comments .posta_commenti form .post_commenti_form {
    width:84%;
    float:left;
    clear:left;
    position:relative;
}
.box_comments .posta_commenti form .post_commenti_form textarea {
    padding:10px;
    min-width:100%;
    min-height:140px;
    font-size:0.9em;
    line-height:1.2em;
    color:#131313;
	resize:none;
    float:left;
    clear:left;
    background:#fff;
    border:1px #cccccc solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.box_comments .posta_commenti form .caratteri {
    font-size:0.7em;
    color:#757575;
    position:absolute;
    bottom:0px;
    left:15px;
}
.box_comments .posta_commenti form .post_commenti_btn {
    margin:0px;
    width:14%;
    float:right;
    clear:right;
}
.box_comments .posta_commenti form .post_commenti_btn input {
    width:100%;
    height:40px;
    color:#fff;
    text-transform:uppercase;
    background:#fff;	
    cursor:pointer;
    border:1px #212121 solid;
    color:#212121;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.box_comments .posta_commenti form .post_commenti_btn input:hover {
    background:#0173ba;
    border-color:#0173ba;
    color:#fff;
}
/*---container_box_commento*/
.box_comments .container_box_commento {
    margin:10px 0 0 0;
    padding-left:15px;
    width:100%;
    float:left;
    clear:left;
}
.box_comments .container_box_commento p.occhiello_titolo {
    display:none; 
}
.box_comments .container_box_commento ul {
    list-style:none;
    width:100%;
    float:left;
    clear:left;
}
.box_comments .container_box_commento ul li {
    margin-top:15px;
    padding-top:15px;
    width:100%;
    float:left;
    clear:left;
    border-top:1px #d4d4d4 solid;
}
.box_comments .container_box_commento ul li:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 0.9em;
    line-height:inherit;
    font-style: normal;
    font-weight: normal;
    color:#fc4e47;
    float:left;
    margin-right:5px;
    margin-top:9px;
}
.box_comments .container_box_commento ul li ul li {
    padding-left:30px;
    padding-right:0px;
}
.box_comments .container_box_commento ul li ul li ul li div {
    padding-left:25px;
}
.box_comments .container_box_commento ul li ul li ul li ul li div {
    padding-left:45px;
}
.box_comments .container_box_commento ul li .posta_commenti {
    padding:0px;
    background:none;
}
.box_comments .container_box_commento ul li .posta_commenti form {
    padding-left:0px;
}
.box_comments .container_box_commento ul li .posta_commenti form .post_commenti_btn input {
    margin-top:10px;
}
/*---impostazione dei contenuti*/
.box_comments .container_box_commento ul li div {
    margin-top:10px;
}
.box_comments .container_box_commento ul li div p.titolo {
    word-break:break-word;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.box_comments .container_box_commento ul li div p.titolo {
    margin-top:10px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:1em;
    color:#131313;
    font-weight:bold;
    word-break:break-word;
    width:100%;
    float:left;
    clear:left;    
}
.box_comments .container_box_commento ul li div p.testo {
    margin-top:4px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:0.9em;
    color:#131313;
    word-break:break-word;
    width:84%;
    float:left;
    clear:left;
}
.box_comments .container_box_commento ul li div .nome {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:1em;
    color:#20465d;
    font-weight:bold;
    margin-right:5px;
    float:left;
}
.box_comments .container_box_commento ul li div .cognome {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:1em;
    color:#20465d;
    font-weight:bold;
    display: table-caption;
    display: -webkit-inline-box;
}
.box_comments .container_box_commento ul li div .data {
    text-transform:uppercase;
    font-size:0.8em;
    color:#645252;
    display:table;
}
.box_comments .container_box_commento ul li div .rispondi {
    padding-left:15px;
    color:#000000;
    font-size:0.8em;
    width:15%;
    float:right;
    clear:right;
    border-left:1px #ccc solid;
}
.box_comments .container_box_commento ul li div .rispondi a {
    color:#000000;
}
.box_comments .container_box_commento ul li div .rispondi a:before {
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-right:5px;
}
.box_comments .container_box_commento ul li div .rispondi a:hover {
    text-decoration:underline;
    cursor:pointer;
    color:#000000;
}
.box_comments .container_box_commento ul li div .vc_report {
    padding-left:15px;
    color:#000000;
    font-size:0.8em;
    width:15%;
    float:right;
    clear:right;
    border-left:1px #ccc solid;
}
.box_comments .container_box_commento ul li div .vc_report a {
    color:#000000;
    display:block;
}
.box_comments .container_box_commento ul li div .vc_report a:before {
    content: "\f024";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-right:5px;
}
.box_comments .container_box_commento ul li div .vc_report a:hover {
    text-decoration:underline;
    cursor:pointer;
}
.box_comments .container_box_commento ul li div div.cont_img {
    margin:0px 15px 0 0;
    padding:0px;
    width:45px;
    height:45px;
    overflow:hidden;
    float:left;
    border:1px #aaaaaa solid;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.box_comments .container_box_commento ul li div div.cont_img img {
    float:left;
}
.box_comments .container_box_commento p.showMore {
    margin-top:15px;
    margin-bottom:15px;
    padding:5px 10px;
    font-size:0.8em;
    text-transform:uppercase;
    text-align:center;
    color:#fff;
    border-top:1px #2975ad solid;
    background:#4e9ad4;
    float:left;
    clear:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.box_comments .container_box_commento p.showMore:before {
    content:"\f107";
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    color:#fff;
    margin-right:10px;
}
.box_comments .container_box_commento p.showMore:hover {
    cursor:pointer;
}
.box_comments .container_box_commento .posta_commenti {
    padding:10px;  
    background:#f0f0f0;
}
.box_comments .container_box_commento .posta_commenti form .post_commenti_form textarea {
    max-width:100%;
    min-width:100%;
    width:100%;
}
.box_comments .container_box_commento .vc_report_comment_box,
.box_comments .container_box_commento .vc_report_comment_box form {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
}
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_textarea {
    margin-top:10px;
    width:84%;
    float:left;
    clear:left;
}
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_textarea textarea {
    padding:10px;
    max-width:100%;
    min-height:140px;
    width:100%;
    font-size:0.9em;
    line-height:1.2em;
    color:#131313;
	resize:none;
    float:left;
    clear:left;
    background:#fff;
    border:1px #DE6507 solid;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
}
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_submit {
    width:14%;
    float:right;
    clear:right;
}
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_submit input {
    width:100%;
    height:40px;
    color:#fff;
    text-transform:uppercase;
    color:#DE6507;	
    background:#fff;
    cursor:pointer;
    border:1px #DE6507 solid;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.box_comments .container_box_commento .vc_report_comment_box .vc_report_comment_submit input:hover {
    background:#DE6507;
    color:#fff;
}
/*---box_facebook_comments*/
.box_facebook_comments {
    width:100%;
    float:left;
    clear:left;
}
.box_facebook_comments .fb_iframe_widget span,
.box_facebook_comments .fb_iframe_widget span iframe{
    width:100% !important;
    float:left;
    clear:left;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .box_comments .posta_commenti form .post_commenti_btn {
        width:20%;
    }
    .box_comments .posta_commenti form .post_commenti_form {
        width:75%;
    }
    .box_comments .container_box_commento ul li div p.testo {
        width:65%;
    }
    .box_comments .container_box_commento ul li div .rispondi,
    .box_comments .container_box_commento ul li div .vc_report {
        width:30%;
    }
    .box_comments .container_box_commento ul li ul li {
        padding:0;
        font-size: 0.9em;
    }
    .box_comments .container_box_commento ul li ul li:before {
        content:'\f063';
    }
}
.banner_rectangle_1_670x300 {
	margin:20px 0 0 0;
	padding:0px;
	width:100%;
	float:left;
	clear:left;
}
/*---vc_box_preview_related*/
.vc_box_preview_related {
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_box_preview_related .occhiello_titolo {
    padding-top: 10px;
    font-size: 1.1em;
    line-height: 1em;
    font-weight: bold;
    color: #212121;
    border-top: 2px #f3f3f3 solid;
    width: 100%;
    float: left;
    clear: left;
    text-transform: uppercase;
}
.vc_box_preview_related .occhiello_titolo:before {
    content: "\f096";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float:left;
    margin-right:5px;
    color:#0173ba;
}
.vc_box_preview_related aside,
.vc_box_preview_related .cont_anteprima_correlati,
.vc_box_preview_related .cont_anteprima_correlati .schermata,
.vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;    
    clear:left;    
}
.vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group .box {
    margin-top:2%;
    margin-left:2%;
    width:23.5%;
    float:left;
}
.vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group .box.pos1 {
    margin-left:0;
}
.vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group .box .foto {
    margin-bottom:15px;
    width:100%;
    float:left;
}
.vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group .box .foto img {
    margin:0px;
    padding:0px;
    text-decoration:none;
    border:0px;
    width:100%;
    height:inherit;
    float:left;
    clear:left;
}
.vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group .box .cont {
    width:100%;
    float:left;
    position:relative;
}
.vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group .box .occhiello,
.vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group .box .sezione {
    margin:0px 0 5px 0;
    padding:4px 4px;
    display:table;
    float:left;
    clear:left;
}
.vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group .box .titolo {
    width:100%;
    float:left;
    clear:left;
}
.vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group .box .sottotitolo {
    width:100%;
    float:left;
    clear:left;
}
.vc_box_preview_related .show_more_related_articles {
    position:absolute;
    top:7px;
    right:0px;
}
.vc_box_preview_related .show_more_related_articles p.label {
    padding: 5px 7px;
    color: #212121;
    text-align: left;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    float: left;
    clear: left;
    cursor: pointer;
    border: 1px #212121 solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.vc_box_preview_related .show_more_related_articles p.label:hover {
    background:#0173ba;
    border-color:#0173ba;
    color:#fff;
}
.vc_box_preview_related .show_more_related_articles p.label:before {
    content:"\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight:bold;
    text-decoration: inherit;
    margin-right:5px;
    float:left;
}
@media (max-device-width : 767px) {    
    .vc_box_preview_related .cont_anteprima_correlati .schermata .hori_group .box {
        width:49%;
    }
}

.banner_rectangle_2_300x250 {
    margin:0 auto 20px auto;
    display:table;
    clear:left;
}
.banner_rectangle_2_300x250 img {
    max-width:100%;
}
/*---vc_breadcrumbs*/
.vc_breadcrumbs {
    margin:15px 0;
    padding:0px 0px 5px 0px;
    width:100%;
    float:left;
    clear:left;
    /*border-bottom:3px #0173ba solid;*/
    border-bottom:3px #f3f3f3 solid;
}
.vc_breadcrumbs ul {
    margin:0;
    padding:0;
    width:100%;
    float:left;
    clear:left;
    list-style: none;
}
.vc_breadcrumbs ul li {
    margin:0 5px 0 0;
    padding:0;
    font-weight:600;
    text-transform:uppercase;
    font-size:11px;
    line-height:12px;
    color:#b7b7b7;
    float:left;
}
.vc_breadcrumbs ul li a:link,
.vc_breadcrumbs ul li a:visited {
    text-decoration:none;
    color:#b7b7b7;
}
.vc_breadcrumbs ul li a:hover,
.vc_breadcrumbs ul li a:focus,
.vc_breadcrumbs ul li a:active {
    text-decoration:underline;
    color:#b7b7b7;
}
.vc_breadcrumbs ul li.sezione_attiva {
    margin:0 0 0 0;
    padding:0 0 0 0;
    text-transform:uppercase;
    text-decoration:underline;
    font-size:13px;
    line-height:12px;	
    color:#9f9f9f;
    font-weight:bold;
}
.vc_breadcrumbs ul li.sezione_attiva a:link,
.vc_breadcrumbs ul li.sezione_attiva a:visited {
    color:#9f9f9f;
}
.vc_breadcrumbs ul li.hide {
    display:none;
}
.banner_rectangle_1_300x250 {
    margin:0 auto;
    display:table;
    clear:left;
}
.banner_rectangle_1_300x250 img {
    max-width:100%;
}
.banner_ligatus {
    margin:20px 0 0 0;
    float:left;
    clear:left;
    width:100%;
}
.banner_rectangle_3_300x250 {
    margin:0 auto;
    display:table;
    clear:left;
}
.banner_rectangle_3_300x250 img {
    max-width:100%;
}

