
/*---vc_article_preview_extrasmall*/
.alpha-bnews-test {
    padding:20px 0 10px;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.alpha-bnews-test .icona_tipo{
    display:none;
}
/* clearfix trick to allow us to have bottom margins */
.alpha-bnews-test .cont:after,
.alpha-bnews-test .cont .schermata:after,
.alpha-bnews-test .cont .schermata .hori_group:after,
.alpha-bnews-test .cont .schermata .hori_group .box:after{
    content:"";
    display:table;
    clear:both;
}
.alpha-bnews-test .cont .schermata .hori_group .box{
    margin-bottom:10px;
}
.alpha-bnews-test .divcont{
    padding:0;
}
.alpha-bnews-test .cont_foto {
    float:left;
    clear:left;
}
.alpha-bnews-test .schermata{
    margin-bottom:5px;
}
.alpha-bnews-test .cont_foto img {
    clear:left;
    display:block;
    vertical-align:middle;
    max-width:100%;
    max-height:100%;
    object-fit:cover;
    margin:0 auto;
    box-shadow: 5px 5px 10px #4c4c4c;
}
.alpha-bnews-test .taglia_testo .titolo{
	display            : block;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;

	line-height        : 1em;
	overflow           : hidden;
	text-overflow      : ellipsis;
	-webkit-line-clamp : 4;
	height             : calc(1em * 1 * 4);
	padding-left       : 20px !important;
	letter-spacing: -.3px;
}
.latest_headlines_title{
    color: #fff;
    color: var(--alpha-fg);
    font-weight: 400;
    font-size: 1.3em;
    line-height: 0.9em;
    width: 100%;
    float: left;
    clear: left;
    background-color: #D8002D;
    background-color: var(--alpha-bg);
    padding: 5px;
    text-transform: uppercase;
}
.vc_cont_article_body{
    /*padding-left:45px;*/
}
.vc_cont_article_body .foto_articolo img{
    width:100%;
    height:auto;
}
.vc_cont_article_body .nwn_1st_line{
    margin-bottom:10px;
    font-size:0.8em;
}

/*---vc_article_body_multimedia*/
.vc_article_body_multimedia {
    margin:25px 0 0 0;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_body_multimedia .multimedia {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_body_multimedia .foto_articolo img,
.vc_article_body_multimedia .multimedia img,
.vc_article_body_multimedia .multimedia.audio a {
    max-width:100%;
    height:auto;
}
.vc_article_body_multimedia .foto_articolo .didascalia {
    padding: 5px;
    color: #fff;
    font-size: 0.9em;
    position:absolute;
    bottom:5px;
    left:0;
    background:#666\9;
    background:rgba(80, 80, 80, 0.75);
}
.vc_article_body_multimedia .multimedia.gallery {
	position:relative;
}
.vc_article_body_multimedia .multimedia.gallery .bx-wrapper,
.vc_article_body_multimedia .multimedia.gallery .bx-wrapper .bx-window,
.vc_article_body_multimedia .multimedia.gallery .bx-wrapper .bx-viewport {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_body_multimedia .multimedia.gallery ul.galleria_espanso {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_body_multimedia .multimedia.gallery ul.galleria_espanso li {
    width:100%;
    position:relative;
    text-align:center;
}
.vc_article_body_multimedia .multimedia.gallery ul.galleria_espanso li img {
    margin:0px;
    padding:0px;
    clear: left;
    max-width:100%;
}
.vc_article_body_multimedia .multimedia.video {
    width:100%;
    float:left;
    clear:left;
    background:#afafaf;
}
.vc_article_body_multimedia .multimedia.video #player,
.vc_article_body_multimedia .multimedia.video iframe,
.vc_article_body_multimedia .multimedia.video object,
.vc_article_body_multimedia .multimedia.video embed {
    width:100% !important;
    float:left;
    clear:left;
}
.vc_article_body_multimedia .multimedia #content-player-video{
    width:100% !important;
}
/*---Controls*/
.multimedia .bx-controls {
    margin:0px;
    padding:0px;
    position:absolute;
    top:20px;
    right:15px;
}
.multimedia .bx-controls .bx-pager {
    margin:0px 5px 0 0;
    padding:0px;
    float:left;
    text-shadow:2px 1px #000;
    font-size:0.8em;
    line-height:30px;
    color:#fff;
}
.multimedia .bx-controls .bx-controls-direction {
    margin:0px;
    padding:0px;
    float:left;
}
.multimedia .bx-controls .bx-controls-direction .bx-prev {
    margin:0px 5px;
    padding:0px;
    width:32px;
    height:32px;
    float:left;
    text-indent:-9999px;
    outline:0;
    background:url(../images/controls.png) no-repeat 0 0;
}
.multimedia .bx-controls .bx-controls-direction .bx-next	 {
    margin:0px;
    padding:0px;
    width:32px;
    height:32px;
    float:left;
    text-indent:-9999px;
    outline:0;
    background:url(../images/controls.png) no-repeat -43px 0;
}
/* Facebook, Twitter author links */
.vc_article_body_author_share{
    font-family:'FontAwesome';
    margin-top:10px;
    padding: 5px 0 5px 0;
    font-size:14px;
}
.vc_article_body_author_share .author_information .facebook_link,
.vc_article_body_author_share .author_information .twitter_link{
    float:left;
    margin:2px 10px 0 15px;
}
.vc_article_body_author_share .author_information .facebook_link a:after{
    content:'\f082';
    font-size:30px;
    color:#3b5998;
    /*content:url("/images/facebook-roundel24.png");*/
}
.vc_article_body_author_share .author_information .twitter_link a:after{
    content:'\f081';
    font-size:30px;
    color:#0084b4;
    /*content:url("/images/twitter-roundel24.png");*/
}
/*---vc_article_body_author_date*/
.vc_article_body_author_date {
    margin-top:15px;
    color:#bbbbbb;
}
.vc_article_body_author_date .author_photo {
    margin:0 20px 0 0;
    border-radius:100%;
    width:45px;
    height:45px;
    border:1px solid #ababab;
    overflow: hidden;
    float:left;
}
.vc_article_body_author_date .author_photo .author_photo_image {
    margin:0;
    padding:0;
    max-width:100%;
    height:auto;
}
.vc_article_body_author_date .data {
    float:left;
    color:#000;
    padding-top:1px;/* Requested by Gary 27/4/2017 to compensate 1px mis-alignement with name... */
    margin-bottom:20px;
}
.vc_article_body_author_date .author_name {
    color:#000;
    display:table;
}
.vc_article_body_author_date .author_name .author_name_label {
    display:none;
}
.vc_article_body_author_date .author_name .author_name_value {
    margin:0 0;
    padding: 2px 10px 2px 0;
    background-color:var(--nwn-light-grey);
    color:#000;
    float:left;
}
.vc_article_body_author_email .author_email {
    float:left;
}
.vc_article_body_author_email .author_email .author_email_label {
    display:none;
}
.vc_article_body_author_email .author_email .author_email_value {
    margin:0 0 0 2px;
    font-size:0.8em;
    font-style:italic;
    display:inline;
}
.author_email_value{
    color:#000;
}
.vc_article_body_author_date .author_phone {
    float:left;
}
.vc_article_body_author_date .author_phone .author_phone_label {
    display:inline;
}
.vc_article_body_author_date .author_phone .author_phone_value {
    margin:0 0 0 2px;
    display:inline;
}
.vc_article_body_author_date .author_phone:before {
    content:"|";
    margin:0 5px;
    padding:0;
    float:left;
}
/*---vc_article_body_comments_share*/
.vc_article_body_comments_share {
    margin-top:15px;
    color:#ababab;
}
.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_body*/
.vc_article_body {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_body .sommario_articolo {
    margin-bottom:15px;
    color:#525151;
}
.vc_article_body .testo_articolo {
    color:#6c6c6c;
    line-height:1.8em;
}
.vc_article_body .testo_articolo p {
    margin:0 0 15px;
    font-size: 1.20em;
    font-weight: 300;
}
.vc_article_body .testo_articolo img {
    max-width:100%;
    height:inherit;
}
.vc_article_body .testo_articolo strong {
    font-weight:700;
}
/*---vc_article_body*/
.vc_article_body .testo_articolo .articlebox {
    margin:10px 0;
    padding:5px 15px;
    display:table;
    background:#EFFAFF;
    border-left:4px #017cc5 solid;    
}
.vc_article_body .testo_articolo .articlebox p {
    margin:0px;
    padding:0px;
    font-size:0.9em;
    color:#a09995;
}
.vc_article_body .testo_articolo .articlebox p a {
    margin:0 5px;
    text-decoration:none !important;
    color:#252525;
} 
.vc_article_body .testo_articolo .articlebox p a:hover {
    text-decoration:underline !important;
}
.vc_article_body .lettera_risposta {
    font-size:1em;
    line-height:1.8em;
    width:100%;
    float:left;
    clear:left;
    border-top:1px #ababab dotted;
}
.vc_article_body #mappa_articolo {
    margin:15px 0 0 0;
    padding:0px;
    width:100% !important;
}
.vc_article_body .indirizzo {
    margin:10px 0 0 0;
    font-size:12px;
    color:#525151;
    width:100%;
}
.galleria-image img{
    top:0px !important;
}
/*---Sondaggio_box_orizzontal*/
.Sondaggio_box_orizzontal {
    margin:0 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:60%;
    float:left;
}
.Sondaggio_box_orizzontal .container_response .response p {
    font-size:1em;
    font-weight:400;
    color:#0d0c0c;
    width:100%;
    float:left;
    cursor:pointer;
}
.Sondaggio_box_orizzontal .container_response .poll_vote_button {
    margin:4px 0px 0px 0px;
    font-size:0.9em;
    color:#fff;
    font-weight:600;
    border:0px;
    cursor: pointer;    
    width:100px;
    height:30px;
    float:left;
    background:#00A4F6 url(../images/poll_vote_button.png) no-repeat 11px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.Sondaggio_box_orizzontal .container_response .poll_vote_button:hover {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.Sondaggio_box_orizzontal .container_response .bar_container {
    margin:5px 0 0 0;
    width:80%;
    height:40px;
    float:left;
    position:relative;
}
.Sondaggio_box_orizzontal .container_response .bar_container .bar {
    height:30px;
    border: 1px #9dcf9d dashed;
    background: #b3e2b3;    
    float:left;
}
.Sondaggio_box_orizzontal .container_response .bar_container .perc_container {
    font-size: 1em;
    color: #3A833C;
    position: absolute;
    top:5px;
    left:5px;
}
/*---corsivo*/
.Corsivo {
    margin: 5px 15px !important;
    padding: 40px 20px !important;
    position: relative !important;
}
.Corsivo .ApiceSx {
    margin:0;
    padding:0;
    width:20px;
    height:20px;
    position:absolute;
    top:0;
    left:0;
}
.Corsivo .ApiceDx {
    margin:0;
    padding:0;
    width:20px;
    height:20px;
    position:absolute;
    bottom:0;
    right:0;
}
.Corsivo p {
    margin:0;
    padding:20px;
    font-size:1.1em;
    line-height:20px;
    text-align:left;
    font-weight:400;  
    font-style:italic;
    color:#313133;
}
.vc_article_body_banner {
    margin:15px 0 0 15px;
    text-align:center;
    float: right !important;
    clear: none !important;
    width: auto !important;
    display:none;
}
.vc_article_body_banner img {
    margin:0 auto;
    padding:0px;
    border:0px;
}
/*---vc_article_body_share*/
.vc_article_body_share {
    width:100%;
    float:left;
    clear:left;
    padding-top:30px;
}
.vc_article_body_share a {
    margin-bottom:5px;
}
/*---vc_article_tag*/
.vc_article_tag {
    margin:15px 0 15px 0;
    /*padding:15px 0 15px 0;
    border-top:1px #d6d6d6 dashed;
    border-bottom:1px #d6d6d6 dashed;*/
    width:100%;
    float:left;
    clear:left;
}
.vc_article_tag p {
    margin-left:5px;
    color:#b7b7b7;
    line-height:2.0em;
    float:left;
}
.vc_article_tag p:after {
    content:"-";
}
.vc_article_tag p span.nome {
    margin-right:5px;
    color:#b7b7b7;
    font-family:'Open Sans';
}
.vc_article_tag p span.nome:after {
    content:":";
}
.vc_article_tag p span.valore {
    color:#000;
}
.vc_article_tag p a:hover {
    text-decoration:undeline;
    color:#000;
}
/*---vc_addcalendar_events*/
.vc_addcalendar_events {
    padding:0;
    width:100%;
    float:left;
    clear:left;
}
.vc_addcalendar_events a.addthisevent-drop {
    margin-top:10px;
    padding:10px 15px 10px 10px;
    background:#017CC5;
    border:1px #017CC5 solid;
    color:#fff !important;
    font-weight:bold;
    float:left;
    clear:left;
    z-index:100;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
} 
.vc_addcalendar_events a.addthisevent-drop .addthisevent_icon {
    background:transparent !important;
}
.vc_addcalendar_events a.addthisevent-drop .addthisevent_icon:after {
    content:"\f133";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right:5px;
}
.vc_addcalendar_events a.addthisevent-drop:after {
    content:"add to calendar";
    padding-left:30px;
}

.author_email_label{
    display:none;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .vc_cont_article_body {
        padding-left: 0px;
    }
    .vc_cont_article_body .foto_articolo img{
        width:666px;
        height:444px;
    }
    /* #### REMOVED on 12/07/2017 
    .bannervcms.banner_mpu_1_300x250,
    .bannervcms.banner_mpu_2_300x250{
        display:none;
    }
    ##### */
}

@media only screen and (max-width : 1024px) and (orientation:landscape) {
    .vc_cont_article_body .foto_articolo img{
        width:630px;
        height:420px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .vc_cont_article_body {
        padding-left: 0px;
    }
    .vc_cont_article_body .foto_articolo img{
        width:100%;
        height:auto;
    }
    /* #### REMOVED on 12/07/2017 
    .bannervcms.banner_mpu_1_300x250,
    .bannervcms.banner_mpu_2_300x250{
        display:none;
    }
    ##### */
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

    .vc_article_body_author_share {
        margin-top: 15px;
        padding: 0 10px 0 0;
    }
    .vc_article_body_author_date .data {
        margin: 10px 0 20px 0;
    }
    .vc_article_body_author_date .author_name .author_name_value {
        margin: 0 0;
        padding: 2px 10px 2px 0;
        float: left;
        font-family: 'Open Sans';
    }
    .foto_articolo img {
        width:100% !important;
        height:100% !important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

.vc_share_link_container{
   display: inline-block; 
}
.vc_share_link_container .facebook{
    background-color: rgb(59, 89, 152);
    line-height: 32px;
    height: 32px;
    width: 32px;
    display: inherit;
    color: #fff;
    padding-left: 9px;
}
.vc_share_link_container .twitter{
    background-color: rgb(29, 161, 242);
    line-height: 32px;
    height: 32px;
    width: 32px;
    display: inherit;
    color: #fff;
    padding-left: 9px;
}
.vc_share_link_container .whatsapp{
    background-color: rgb(77, 194, 71);
    line-height: 32px;
    height: 32px;
    width: 32px;
    display: inherit;
    color: #fff;
    padding-left: 9px;
}
.vc_share_link_container .mail{
    background-color: rgb(132, 132, 132);
    line-height: 32px;
    height: 32px;
    width: 32px;
    display: inherit;
    color: #fff;
    padding-left: 9px;
}

/*---spacer*/
.spacer {
    width:100%;
    height:0px;
    float:left;
    clear:left;
    font-size:0px;
    line-height:0px;
}
.spacer.t_5 {
    margin-top:5px;
}
.spacer.t_8 {
    margin-top:8px;   
}
.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;   
}

body.background .nwn-padding-head{
    padding-top:0px;    
}
body.background .banner_background_dpf1 {
    /*margin-top: 100px;*/
}
@media screen and (max-width: 991px) {/* hide wrap on devices < than desktops */
    body {
        background-image: none !important;
    }
}
@media (max-width: 991px) {/* close gap for missing wrap < than desktops */
    body.background {
        margin-top:58px !important;
    }
}
@media (max-width: 767px){
    
    body.background{
        background-position:center 60px !important;
    }
}
@media (min-width: 768px){
    body.background .container-fluid,
    body.background .container {
        max-width:750px;
        margin: 0 auto;
    }
    body.background{
        background-position:center 60px !important;
    }
}
@media (min-width: 769px){
    /*body.background .nwn_hamb_menu .top_menu {
	   margin: 61px 0 20px 0px;
    }
    body.background .nwn_hamb_menu .vc_menu_mobile {
        margin: 0px 0 5px 0px;
        left: auto;
    }*/
}
@media (min-width: 992px) {
    body.background .container-fluid,
    body.background .container {
        max-width:970px;
        margin: 0 auto;
    }
    
    body.background {
        background-position:center 205px !important;
    }
}
@media (min-width: 1200px) {
    body.background .container-fluid,
    body.background .container {
        max-width:1050px;
        margin: 0 auto;
    }
}
body.background .vc_menu_header ul.menu_1 li a{
    font-size: 0.75em;
}
body.background .vc_menu_header ul.menu_1 li a span {
    padding: 9px 10px;
    display: inline-block;
    cursor: pointer;
}

body.background .vc_search_horizontal form {
    /*max-width: 1050px;*/
    max-width: 100%;
    margin: 0 auto;
}
/*body.background .nwn-padding-head {
    padding-top:49px;  
}*/
/*body.background .container {
    width:100%;
    margin-left:inherit;
    margin-right:inherit;
    margin:0 auto;
    padding-left:0;
    padding-right:0;
    background:#fff;
}
body.background .container-fluid {
    z-index:2;
    position:relative;
}
body.background .row {
    margin-left:inherit;
    margin-right:inherit;
    margin:0px;
    padding-left:0;
    padding-right:0;
}
body.background .col-xs-1,
body.background .col-sm-1,
body.background .col-md-1,
body.background .col-lg-1,
body.background .col-xs-2,
body.background .col-sm-2,
body.background .col-md-2,
body.background .col-lg-2,
body.background .col-xs-3,
body.background .col-sm-3,
body.background .col-md-3,
body.background .col-lg-3,
body.background .col-xs-4,
body.background .col-sm-4,
body.background .col-md-4,
body.background .col-lg-4,
body.background .col-xs-5,
body.background .col-sm-5,
body.background .col-md-5,
body.background .col-lg-5,
body.background .col-xs-6,
body.background .col-sm-6,
body.background .col-md-6,
body.background .col-lg-6,
body.background .col-xs-7,
body.background .col-sm-7,
body.background .col-md-7,
body.background .col-lg-7,
body.background .col-xs-8,
body.background .col-sm-8,
body.background .col-md-8,
body.background .col-lg-8,
body.background .col-xs-9,
body.background .col-sm-9,
body.background .col-md-9,
body.background .col-lg-9,
body.background .col-xs-10,
body.background .col-sm-10,
body.background .col-md-10,
body.background .col-lg-10,
body.background .col-xs-11,
body.background .col-sm-11,
body.background .col-md-11,
body.background .col-lg-11,
body.background .col-xs-12,
body.background .col-sm-12,
body.background .col-md-12,
body.background .col-lg-12 {
    margin-left:inherit;
    margin-right:inherit;
}*/


/*---vc_box_preview_correlated*/
.vc_box_preview_correlated {
    margin:-5px 0 0 0;
    float:left;
    position:relative;
    font-family:'Open Sans';
}
.related_occhiello_titolo {
    margin-bottom:20px;
    color:#000;
    font-weight:600;
    font-size:1.1em;
    width:100%;
    float:left;
    clear:left;
    text-transform:uppercase;
}
.vc_box_preview_correlated aside,
.vc_box_preview_correlated .cont_anteprima_correlati,
.vc_box_preview_correlated .cont_anteprima_correlati .schermata,
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;    
    clear:left;    
}
.vc_box_preview_correlated aside{
    width:100%;
}
.vc_box_preview_correlated .cont_anteprima_correlati .schermata{
    margin:15px 0;
}
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box {
    margin-bottom:20px;
    float:left;
    width:33%;
}
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .foto {
    margin-right:15px;
    float:left;
}
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .foto img {
    margin:0 0 10px 0;
    padding:0;
    text-decoration:none;
    border:0;
    width:100%;
    height:inherit;
    float:left;
    clear:left;
}
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .data{
    font-size:0.8em;
    line-height:1.1em;
    color:var(--nwn-grey);
}
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .cont {
    position:relative;
    margin-right:3px;
}
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .titolo {
    width:100%;
    float:left;
    clear:left;
    font-size:0.9em;
    line-height:1.1em;
    margin-top:10px;
    margin-right:10px;
    display:block;
}

.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .titolo a {
    margin-right:5px;
    color:#202020;
}
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .titolo a:hover {
    margin-right:5px;
    text-decoration:underline;
}
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .sottotitolo {
    width:100%;
    float:left;
    clear:left;
}
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .sottotitolo a {
    color:#202020;
}
.vc_box_preview_correlated .show_more_related_articles {
    width:100%;
    float:left;
    clear:left;
}
.vc_box_preview_correlated .show_more_related_articles p.label {
    color:#131313;
    text-align:left;
    font-size:0.9em;
    width:100%;
    float:left;
    clear:left;
    cursor:pointer;
}
.vc_box_preview_correlated .show_more_related_articles p.label:before {
    content:"\f021";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right:5px;
    float:left;
}
/*----MEDIA*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
}
@media screen and (max-width: 1024px) {
    .vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .data {
        clear: both;
    }
}
/* 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) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box {
        width:100%;
    }
    .vc_box_preview_correlated .cont_anteprima_correlati .schermata{
        margin-bottom:0;
    }
    .vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .foto{
        float:none;
        margin-right:0;
    }
}

/*---banner_rectangle_300x250_1*/
.banner_mpu1 {
    width:100%;
    float:right;
    clear:left;
    text-align:center;
}
.banner_mpu1 img {
   float:right;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation:portrait) {
    .banner_mpu1{
        margin-bottom:30px;
    }
}
@media (max-width: 1200px) {
    .banner_mpu1 img{
        float:none;
        margin:0 auto;
    }
}

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

/*boxComment .text*/
.box_comments .text{
    font-family: 'Noto Serif', Georgia, Times, 'Times New Roman', serif;
    color: #B7B7B7;
    font-size: 1.3em;
    line-height:1.1em;
    width: 100%;
    float: left;
    clear: left;
    padding: 95px 50px;
    text-align: center;
    background: #F3F3F3;
    height: 250px;
    font-weight: bold;
}
.box_comments .text:before{
    content: "\f071";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 10px;
    color: #B7B7B7;
    font-size: 1.3em;
    line-height:1.1em;
    display:block;
}
.fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}
.vc_fb_logo{
    border-bottom: 1px #c8c8c8 solid;
    padding-bottom:2px;
    padding-top:20px;
    width:100%;
    float:left;
}
.vc_fb_comments_txt{
    color: #017cc5;
    font-weight: bold;
    font-size: 1em;
    line-height: 1em;
}
/*---vc_box_preview_correlated-rr*/
.vc_box_preview_correlated-rr {
    margin:-5px 0 0 0;
    float:left;
    position:relative;
    font-family:'Open Sans';
}
.related_occhiello_titolo {
    margin-bottom:20px;
    color:#000;
    font-weight:600;
    font-size:1.1em;
    width:100%;
    float:left;
    clear:left;
    text-transform:uppercase;
}
.vc_box_preview_correlated-rr aside,
.vc_box_preview_correlated-rr .cont_anteprima_correlati,
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata,
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;    
    clear:left;    
}
.vc_box_preview_correlated-rr aside{
    width:100%;
}
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata{
    margin:15px 0;
}
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box {
    margin-bottom:20px;
    float:left;
    width:100%;
}
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box .foto {
    margin-right:10px;
    float:left;
    display:inline-block;
    width:100%;
}
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box .foto img {
    margin:0 0 10px 0;
    padding:0;
    text-decoration:none;
    border:0;
    width:100%;
    height:inherit;
    float:left;
    clear:left;
}
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box .data{
    font-size:0.8em;
    line-height:1.1em;
    color:var(--nwn-grey);
}
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box .cont {
    position:relative;
    display:inline-block;
    width:100%;
}
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box .titolo {
    width:100%;
    float:left;
    clear:left;
    font-size:0.9em;
    line-height:1.1em;
    margin-right:10px;
    display:block;
}

.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box .titolo a {
    margin-right:5px;
    color:#202020;
}
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box .titolo a:hover {
    margin-right:5px;
    text-decoration:underline;
}
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box .sottotitolo {
    width:100%;
    float:left;
    clear:left;
}
.vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box .sottotitolo a {
    color:#202020;
}
.vc_box_preview_correlated-rr .show_more_related_articles {
    width:100%;
    float:left;
    clear:left;
}
.vc_box_preview_correlated-rr .show_more_related_articles p.label {
    color:#131313;
    text-align:left;
    font-size:0.9em;
    width:100%;
    float:left;
    clear:left;
    cursor:pointer;
}
.vc_box_preview_correlated-rr .show_more_related_articles p.label:before {
    content:"\f021";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right:5px;
    float:left;
}
/*----MEDIA*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
}
@media screen and (max-width: 1024px) {
    .vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata .hori_group .box .data {
        clear: both;
    }
}
/* 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) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .vc_box_preview_correlated-rr .cont_anteprima_correlati .schermata{
        margin-bottom:0;
    }
}

/*leaderboard_728x90*/
.banner_taboola_below_thumbnails {
    width:100%;
    clear:left;
    text-align:center;
    margin-top:20px;
}
.banner_taboola_below_thumbnails img {
    margin:0 auto;
    padding:0px;
    border:0px;
    max-width:100%;
    display:table;
    height: auto;
}
/*---vc_box_most*/
.vc_box_most {
    width:100%;
    float:left;
    clear:left;
}
.vc_box_most .label_tab {
    padding:10px 0;
    width:50%;
    float:left;
    font-weight:bold;
    font-size:0.9em;
    text-align:center;
    color:#000;
    border-bottom:1px #e5e5e5 solid;
    cursor:pointer;
}
.vc_box_most .label_tab_1{
    border-left:1px #e5e5e5 solid;
    border-right:1px #e5e5e5 solid;
    border-top:1px #e5e5e5 solid;
}
.vc_box_most .label_tab_2{
    border-left:1px #e5e5e5 solid;
    border-right:1px #e5e5e5 solid;
}
.vc_box_most .label_tab.attivo {
    border-bottom:1px #fff solid;
}
/*---vc_article_preview_extrasmall*/
.vc_article_preview_extrasmall {
    padding:10px 10px 10px 55px;
    width:100%;
    float:left;
    clear:left;
    border-bottom:1px #e5e5e5 solid;
    position:relative;
}
.vc_article_preview_extrasmall.style_drag {
    width:100% !important;
}
.vc_article_preview_extrasmall .cont_img {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_extrasmall .cont_img img {
    max-width:100%;
    height:inherit;
    float: left;
}
.vc_article_preview_extrasmall .cont2 {
    padding-right:5px;
    position:relative;
}
.vc_article_preview_extrasmall .cont3 {
    padding-left:5px;
    position:relative;
}
.vc_article_preview_extrasmall .occhiello,
.vc_article_preview_extrasmall .sezione {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_extrasmall .titolo {
    width:100%;
    float:left;
    clear:left;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}
.vc_article_preview_extrasmall .sottotitolo,
.vc_article_preview_extrasmall .sommario{
    margin:5px 0 0 0;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_extrasmall .sottotitolo a,
.vc_article_preview_extrasmall .sommario a{
    color:#000;
}
.vc_article_preview_extrasmall .ora_pubblicazione{
    color: #afafaf;
    font-size: 14px;
    font-weight:normal;
}
.vc_article_preview_extrasmall .ora_pubblicazione:before{
    content:  "\f017";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_extrasmall .num_commenti{
    position:absolute;
    left:0;
    bottom:10px;
    color:#afafaf;
    font-size:14px;
    font-weight:normal;
}
.vc_article_preview_extrasmall .num_commenti:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_extrasmall .didascalia{
    display:none;
}
/*---vc_article_preview_extrasmall*/
.vc_article_preview_extrasmall.pos1 {
    border-top:1px #e5e5e5 solid;
}
.vc_article_preview_extrasmall:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size:1em;
    position:absolute;
    left:5px;
    top:50%;
    margin-top:-10px;
}
.vc_article_preview_extrasmall.pos1:before {
    content: "1";
    padding-left: 10px;
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos2:before {
    content: "2";
    padding-left: 10px;
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos3:before {
    content: "3";
    padding-left: 10px;
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos4:before {
    content: "4";
    padding-left: 10px;
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos5:before {
    content: "5";
    padding-left: 10px;
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos6:before {
    content: "6";
    padding-left: 10px;
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos7:before {
    content: "7";
    padding-left: 10px;
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos8:before {
    content: "8";
    padding-left: 10px;
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos9:before {
    content: "9";
    padding-left: 10px;
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos10:before {
    content: "10";
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos11:before {
    content: "11";
    color: #aaa;
    font-size: 2em;
}
.vc_article_preview_extrasmall.pos12:before {
    content: "12";
    color: #aaa;
    font-size: 2em;
}
/*---vc_most_read*/
.vc_most_read,.vc_most_commented {
    border-left:1px #e5e5e5 solid;
    border-right:1px #e5e5e5 solid;
    float:left;
    clear:left;
    width:100%;
}
/*---Variant*/
.vc_txt_s_variant.vc_article_preview_extrasmall .titolo {
    font-size:0.8em;
    line-height:1.3em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.vc_txt_s_variant.vc_article_preview_extrasmall .titolo a {
    color:#0f0605;
    font-family:'Roboto', Arial, Helvetica, sans-serif;
}
.vc_txt_s_variant.vc_article_preview_extrasmall .occhiello,
.vc_txt_s_variant.vc_article_preview_extrasmall .sezione {
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: bold;
    color:#147bb0;
}
/*---vc_text_edit_comment*/
.vc_text_edit_comment {
    font-family: 'Noto Serif',  Georgia, Times, 'Times New Roman', serif;
    width:100%;
    float:left;
    clear:left;
    position:relative;
    cursor:pointer;
}
.vc_text_edit_comment .text {
    color:#017cc5;
    font-weight:inherit;
    font-size:1.7em;
    line-height:1.7em;
    width:100%;
    float:left;
    clear:left;
    border-bottom:1px #c8c8c8 solid;
}
.vc_text_edit_comment .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}
/*---*/
.box_comment_icon .vc_text_edit_comment .text:before {
    content:"Hide";
    float:right;
    color:#019cf5;
    font-size:0.8em;
    line-height:1.9em;
}
.box_comment_icon.collapsed .vc_text_edit_comment .text:before {
    content:"Show";
    float:right;
    color:#019cf5;
    font-size:0.8em;
    line-height:1.9em;
}

/* paywall*/
.paywall_box{
    background:#ebebeb;
    float: left;
    clear:left;
    width: 100%;
    margin: 0;
    padding:0;
    border:2px solid #ccc;
}
.cont_paywall {
    float: left;
    clear:left;
    width: 100%;
    margin: 0;
    padding:0;
}
.cont_paywall .cont_testo {
    float:left;
    clear:left;
    text-align: left;
    padding-top: 15px;
}
.cont_paywall .cont_testo .vc_paywall_title {
    margin:15px 0 0 0;
    padding:0 0 15px 0;
    float:left;
    clear:left;
}
.cont_paywall .cont_testo .vc_paywall_title .text {
    margin:0px;
    padding:0px;
    font-weight: bold;
    color: #0061a4;
    font-size: 1em;
    line-height: 18px;	
}
.cont_paywall .cont_testo .vc_paywall_text {
    float:left;
    clear:left;
    margin:0;
    padding:0 0 15px 0;
}
.cont_paywall .cont_testo .vc_paywall_text .text {
    margin:0px;
    padding:0px;
    color:#8f8f8f;
    font-size:0.9em;
    line-height: 22px;
}
.vc_paywall_icon {
    margin: 0 0 5px 0;
    float: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size:20px;
    cursor: pointer;
    clear: left;
    border-radius: 50% 50%;
    background:#0061a4;
    color:#fff;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align:center;
}
.vc_paywall_icon:after{
    content:"A";
    color:#fff;
    text-transform:uppercase;
}
.cont_paywall .fa.fa-user{
    font-size:1.7em;
}
@media (max-width:767px) {
    .cont_paywall .cont_testo .vc_paywall_title {
        margin:0 0 0 0;
    }
    
}

.vc_article_preview_medium .taglia_testo a{
    color:#0f0605;
}

.vc_article_preview_large_mm .titolo a {
    color:#fff;
}

/* Setting Page width */

.all_content{
    max-width:1070px;
    margin:0 auto;
    background-color:white;
    margin-top:200px;
    padding:10px 10px 0 10px;
    position:relative;
    z-index:2;
}
.all_content2{
    max-width:1050px;
    margin:0 auto;
    background-color:white;
}

.all_footer{
    max-width:1070px;
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    background-color:white;
    z-index:2;
}

.padding{
    background-color:#fff;

}

.padding2{
    background-color:#fff;
    margin-top:400px !important;
}

.static_mpu a{
    width:100%;
    display:inline-block;
} 
.static_mpu img{
    float:right;
} 
/* Setting Footer color */

.info_footer{
    background-color:#EDEDED;
}

/* Setting top header width */

.top_header{
    margin:0 auto;
    width:100%;
    background-color:#ffffff;
    position:fixed;
    z-index:99;
    top:0;
}

.navbar{
    max-width:100%;
}

.inner_nav{
    max-width:1050px;
    margin:0 auto;
    
}

.logo_top{
    float:left;
}

.nav_links{
    background-color:#EDEDED;
}

.line_up{
    margin:0 15px 30px -15px;
}

.at-icon-wrapper .at-icon-twitter .at-icon-facebook{
    height:25px !important;
    width:25px !important;
}

.archive_rail{
    margin-left:-30px;
}

.heading{
    color:#2D3437;
    font-weight:bold;
    font-size:1.3em;
    line-height:0.9;
}

.buttons{
    float:right;
}

.align{
    margin-left:-15px !important;
    margin-right:-15px !important;
}

.results{
    float:right;
}

.galleria-container{
    width:100% !important;
}

.banner_mpu1{
    float:right;
}

.lined{
    margin-left:-15px !important;
    margin-right:-15px !important;
}
.top_header{
    height:auto !important;
}
.newsstandSpace{
    padding-left:35px;
}
@media (max-width: 768px) {
    .paddingrightdesktop{
        padding:0;
    }
    .paddingmobile{
        padding:0;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .static_mpu img{
        margin: 0 auto;
        float:none;
        display:block;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .vc_sign_in .user_access_orizzontale{
        width:275px;
        left:-20px;
    }
    
    .galleria-container{
        height:250px !important;
    }
    
    .all_content{
        margin-top:40%;
    }
    
    .line_up{
        margin:0 0 30px 0;
    }
    
    .align{
        margin-left:0 !important;
        margin-right:0 !important;
    }
    
    .archive_rail{
        margin-left:0px;
    }
    .lined{
        margin-left:0 !important;
        margin-left:0 !important;
    }
}

@media only screen and (max-width : 1024px) and (orientation:landscape){
    .padding{
        padding-right:30px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) and (orientation:landscape) {
    .all_content{
        margin-top:13%;
    }
    
    .bottom_logo{
        width:65%;
    }
    .padding{
        padding-right:15px !important;
    }
}

/* Tablets */
@media (min-width : 768px) and (max-width : 1199px) {
    .align{
        margin-left:0;
    }
    .lined{
        margin-left:0 !important;
        margin-right:0 !important;
        padding-right:5px !important
    }
    .align{
        margin-left:0px !important;
        margin-right:0px !important;
}
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation:portrait) {
    .galleria-container{
        height:470px !important;
    }
    .smlBlk{
        padding-left:-15px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation:landscape) {
    .spacing{
        height:70px;
    }
}

@media (max-width: 320px) and (orientation: portrait) {
    .static_mpu{
        margin-left:-30px !important;
    }
}

@media (max-width: 320px) and (orientation: landscape) {
    .static_mpu{
        margin-left:-30px !important;
    }
}

@media (max-width: 748px) and (orientation: landscape) {
    .static_mpu{
        margin:0 auto;
        width:290px;
    }
}

@media (min-width: 748px) and (max-width:1024px) and (orientation: landscape) {
    #content-player-video{
        padding-right:20px;
    }
}

@media (max-width: 748px) and (orientation: portrait) {
    .static_mpu{
        margin:0 auto;
        width:290px;
    }
}




