
.header_video {
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: block;
}
.header_video .multimedia .foto_articolo {
    margin: 0 0 15px 0;
    width: 100%;
    position: relative;
}
.header_video .multimedia .foto_articolo .didascalia {
    padding: 10px;
    width: 100%;
    background: #000;
    background: linear-gradient(0deg, rgb(0 0 0 / .7483368347338936) 100%, rgb(0 0 0 / .9472163865546218) 100%);
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.multimedia.video {
    position: relative;
    width: 100%;
    float: left;
    clear: left;
    margin-bottom: 15px;
    aspect-ratio: 16 / 9;
}
.multimedia.video #content-player-video {
    width: 100%;
    border: 5px solid #504e4e;
    aspect-ratio: 16 / 9;
}

.multimedia.video #content-player-video .video-js {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.multimedia.video #content-player-video .video-js video {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.multimedia.video iframe {
    width: 100%!important;
    border: 5px solid #504e4e;
    aspect-ratio: 16 / 9;
}
.header_video .multimedia.audio img {
    width: 100%;
    height: 539px;
    aspect-ratio: 16 / 10.55;
}
.multimedia.audio .player-container:before {
    content: "ASCOLTA L'AUDIO";
    font-family: "Domine", serif;
    font-weight: 700;
    font-size: .8rem;
    color: #fff;
    margin: 20px;
}
.multimedia.gallery {
    position: relative;
    width: 100%;
    float: left;
    clear: left;
    margin-bottom: 15px;
    overflow: hidden;
    background: #eee;
    aspect-ratio: 16 / 10.55;
}
.multimedia.gallery .bx-wrapper, .multimedia.gallery .bx-wrapper .bx-window, .multimedia.gallery .bx-wrapper .bx-viewport {
    width: 100%;
    float: left;
    clear: left;
}
.multimedia.gallery ul.galleria_espanso {
    width: 100%;
    float: left;
    clear: left;
}
.multimedia.gallery ul.galleria_espanso li {
    width: 100%;
    position: relative;
}
.multimedia.gallery ul.galleria_espanso li img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10.55;
}
.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;
}
.multimedia .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #666\9;
    background: rgb(80 80 80 / .75);
    width: 100%}
.multimedia .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: "politico_sansbook", Arial, Helvetica, sans-serif;
    display: block;
    font-size: 11px;
    padding: 10px;
}
.multimedia .bx-controls {
    position: absolute;
    top: 20px;
    right: 15px;
}
.multimedia .bx-controls .bx-pager {
    margin: 0 5px 0 0;
    float: left;
    font-family: "politico_sansbook", Arial, Helvetica, sans-serif;
    text-shadow: 2px 1px #000;
    font-size: 11px;
    line-height: 30px;
    color: #fff;
}
.multimedia .bx-controls .bx-controls-direction {
    float: left;
}
.multimedia .bx-controls .bx-controls-direction .bx-prev {
    margin: 0 5px;
    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 {
    width: 32px;
    height: 32px;
    float: left;
    text-indent: -9999px;
    outline: 0;
    background: url(../images/controls.png) no-repeat -43px 0;
}
.header_video audio {
    height: 40px;
    width: 98%;
    margin-left: 1%}
.header_video #mep_0 {
    width: 100%!important;
}
.header_video .player-container.vc_mediaelementjs {
    background: #395b74;
    height: 70px;
    padding-top: 5px;
    border-radius: 10px;
}
.header_video .titolo_articolo {
    font-weight: 700;
    line-height: 50px;
    font-size: 2.7rem;
    margin: 0 auto 10px auto;
    color:#fff;
}
.header_video .sottotitolo_articolo {
    color:#fff;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 26px;
    margin: 0 auto 6px auto;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #504e4e;
    clear: both;
}
.header_video .author_photo {
    width: 50px;
    margin: 0 10px 10px 0;
    position: relative;
    float: left;
}
.header_video .author_photo img {
    width: 100%;
    height: auto;
    border-radius: 50%}
.header_video .author_name_value {
    color:#fff;
    font-weight: 700;
    font-size: .9rem;
    margin-bottom: 20px;
    padding: 18px 0 3px 0;
}
.info_videos {
    float: left;
    clear: left;
    position: relative;
    width: 100%}
.eta {
    float: left;
    clear: left;
    position: absolute;
    top: 7px;
    right: 0;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: .75rem;
    color: #fff;
    text-transform: uppercase;
}
.eta:before {
    content: "\f017 \00a0";
    font-family: "Font Awesome 5 Free";
    margin-right: 1px;
}
.eta:after {
    content: "di lettura";
    margin-left: 4px;
    text-transform: lowercase;
}
.header_video .data_articolo {
    float: left;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: .75rem;
    color: #fff;
    text-transform: uppercase;
    margin: 2px 5px 0 0;
    padding: 5px 0 10px 0;
}
.header_video .last_modified {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: .75rem;
    color: #fff;
    text-transform: uppercase;
    margin: 2px 0 0 0;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #504e4e;
}
.header_video .last_modified:before {
    content: "| Ultimo Aggiornamento:";
    margin-right: 1px;
    text-transform: capitalize;
}
#videos_message {
    float: left;
    clear: left;
    position: relative;
    width: 100%;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: .75rem;
    color: #000;
    margin: 0 0 20px 0;
    text-align: center;
}
.message_videos {
    margin-top: 10px;
    position: relative;
    padding: 10px 10px 8px 10px;
    border-bottom: 1px solid #ccc;
    background: #dee8f0;
    line-height: 16px;
}
.sticky_video {
    position: absolute;
    top: 0;
    right:0;
    margin-top:-5%;
}
.vc_share_link_container a i.fab, .vc_share_link_container a i.fa {
    color: #395b74;
    line-height: 32px!important;
    height: 32px!important;
    width: 32px!important;
    vertical-align: baseline;
    fill: #ccc;
    text-align: center;
    margin: 0 0 6px 0;
    fill: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #fff;
}
.vc_share_link_container a i.fab:hover, .vc_share_link_container a i.fa:hover {
    background-color: #eee;
}
.video_tags {
    position: relative;
    margin: 10px 0 20px 0;
    padding: 5px 0 3px 0;
    width: 100%;
    float: left;
    clear: left;
    border-bottom: 1px solid #504e4e;
}
.video_tags .occhiello {
    margin: 10px 0 5px 0;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    position: relative;
}
.video_tags .box {
    position: relative;
    display: inline;
    line-height: 17px;
    color: #fff;
}
.video_tags .box p {
    display: inline;
    padding: 5px;
    color: #fff;
    font-size: .85rem;
    background: #171717;
    text-transform: uppercase;
}
.video_tags .box p a {
    padding: 5px;
    display: inline;
    color: #fff;
    background: #171717;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    font-size: .85rem;
    line-height: 45px;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.video_tags .box p a:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
}
.video_correlati {
    margin: 0 auto;
    padding: 5px 0 10px 0;
    width: 100%;
    clear: left;
    position: relative;
}
.video_correlati .occhiello_titolo {
    padding: 6px 0 3px 0;
    font-size: 1.3rem;
    line-height: 25px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #504e4e;
}
.video_correlati .schermata, .article_correlati .schermata .hori_group {
    margin: 0;
    padding: 0;
}
.video_correlati .schermata .hori_group .box {
    border-bottom: 1px solid #504e4e;
    padding: 0 25px 15px 25px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    clear: left;
}
.video_correlati .schermata .hori_group .box .foto {
    position: relative;
    width: 200px;
    height: 132px;
    margin-right: 20px;
    float: left;
}
.video_correlati .schermata .hori_group .box .foto img {
    width: 200px;
    height: 132px;
}
.video_correlati .schermata .hori_group .box .foto .didascalia {
    display: none;
}
.video_correlati .schermata .hori_group .box .titolo {
    color:#fff;
    margin: 0 0 5px 0;
    padding-top: 10px;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 22px;
}
.video_correlati .schermata .hori_group .box .titolo a {
    color:#fff;
}
.video_correlati .schermata .hori_group .box .titolo a:hover {
    color:#eee;
    text-decoration:underline;
}
.video_correlati .schermata .hori_group .box .titolo br {
    margin-right: 5px;
    display: none;
}
.video_correlati .schermata .hori_group .box .sottotitolo {
    color:#fff;
    font-weight: 400;
    font-size: .9rem;
    line-height: 18px;
}
.video_correlati .schermata .hori_group .box .sottotitolo a {
    color:#fff;
}
.video_correlati .schermata .hori_group .box .sottotitolo a:hover {
    color:#eee;
    text-decoration:underline;
}

#half_promo{width:300px;min-height:620px;clear:both;margin:0 auto;position:relative;z-index:0}#half_promo_two{width:300px;min-height:270px;clear:both;margin:0 auto;position:relative;z-index:0}.digital_promo{width:300px;min-height:620px;float:left;clear:left;position:absolute;top:0;left:0;z-index:1}.digital_promo img{width:100%;height:auto}
#content_article {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.body_video .testo_articolo {
    color:#fff;
    margin: 0 auto;
    position: relative;
    clear: both;
    padding: 25px 0 15px 0;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 30px;
}
.body_video .testo_articolo::first-letter {
    float: left;
    font-size: 6rem;
    line-height: 40px;
    padding: 5px 5px 5px 0;
    margin-top: -5px;
}
.body_video .testo_articolo::first-line {
    font-weight: 700;
    color: #eee;
}
.body_video .testo_articolo a {
    color: #eee;
    text-decoration: underline;
    font-weight: 700;
}
.body_video .testo_articolo a:hover {
    color: #ddd;
    text-decoration: underline;
}
.body_video .testo_articolo p {
    margin-bottom: 25px;
    padding: 0;
}
.body_video .testo_articolo h3 {
    margin: 30px 0 10px 0;
    padding-top: 5px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 35px;
    border-top: 1px solid #ddd;
}
.body_video .testo_articolo hr {
    height: 5px;
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ccc;
}
.body_video .testo_articolo img {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    margin: 5px 0 5px 0!important;
    width: 100%!important;
    height: auto!important;
    display: block!important;
}
.body_video .testo_articolo .genially-view-item img {
    padding: 0;
    margin: 5px 0 5px 0;
    width: 100%}
.body_video .testo_articolo video {
    display: block;
    margin: 5px 0 5px 0!important;
    background-color: #ddd;
    border: 10px solid #ddd;
    width: 100%!important;
    height: auto!important;
}
.body_video .testo_articolo .vc_shortcode_article_preview {
    width: 100%;
    margin: 1% 0 4% 0;
    padding: 15px 50px 15px 50px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #aaa;
    position: relative;
}
.body_video .testo_articolo .vc_cont_image img {
    width: 200px;
    height: 120px;
}
.body_video .testo_articolo .vc_cont_image img:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
.body_video .testo_articolo .vc_title {
    color: #eee;
    text-decoration: none;
    font-family: 'Domine', serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-align: left;
    padding-top: 5px;
    margin: 10px 0 5px 20px;
}
.body_video .testo_articolo .vc_title a {
    color: #eee;
    text-decoration: none;
}
.body_video .testo_articolo .vc_title a:hover {
    color: #eee;
    text-decoration: underline;
}
.body_video .testo_articolo .vc_subtitle {
    display: none;
}
.body_video .testo_articolo .vc_summary {
    display: none;
}
.body_video .testo_articolo .vc_shortcode_gallery {
    width: 100%;
    margin: 1% 0 4% 0;
    background-color: #ddd;
    padding: 5px;
    position: relative;
}
.body_video .testo_articolo .vc_shortcode_gallery img {
    width: 99%!important;
    margin-left: 0.5%!important;
    height: auto;
    cursor: pointer;
}
.body_video .testo_articolo .vc_shortcode_gallery img:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
.body_video .testo_articolo .vc_shortcode_gallery .gallery_info {
    bottom: 10px;
    left: 30px;
    position: absolute;
}
.body_video .testo_articolo .vc_shortcode_gallery .gallery_info .slide_paragraph {
    display: none;
}
.body_video .testo_articolo .vc_shortcode_gallery .gallery_info .tot_photos_paragraph {
    background-color: rgb(17 19 8 / .5);
    padding: 3px 10px 5px 10px;
    color: #fff;
}
.body_video .lettera_risposta {
    padding: 10px 0 0 0;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #414141;
    width: 100%;
    float: left;
    clear: left;
    border-top: 1px #118ac0 dotted;
}
.body_video .lettera_risposta:before {
    content: "\270f";
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 22px;
    color: #118ac0;
    float: left;
}
.Corsivo {
    margin: 5px 25%;
    padding: 15px 0;
    position: relative;
    width: 50%!important;
}
.Corsivo .ApiceSx {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.Corsivo .ApiceDx {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.Corsivo p {
    margin: 0;
    padding: 20px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    font-weight: 400;
    font-style: italic;
    color: #313133;
}
.Sondaggio_box_orizzontal {
    padding: 15px 0;
    width: 100%;
    float: left;
    clear: left;
    background: #fff;
}
.Sondaggio_box_orizzontal .container_response {
    padding: 5px 0;
    width: 100%;
    min-height: 35px;
    float: left;
    cursor: pointer;
    background: url(../images/background_sondaggio_btn.jpg) no-repeat right center;
    border-top: 1px #d2dce1 solid;
    border-bottom: 1px #d2dce1 solid;
}
.Sondaggio_box_orizzontal .container_response .response {
    margin: 0;
    padding: 0;
}
.Sondaggio_box_orizzontal .container_response .response p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #0d0c0c;
    width: 390px;
}
.Sondaggio_box_orizzontal .container_response .photo {
    margin: 2px 10px 0 0;
    float: left;
}
.Sondaggio_box_orizzontal .container_response .photo img {
    padding: 1px;
    border: 1px #d2dce1 solid;
}
.Sondaggio_box_orizzontal .container_response .bar_container {
    margin: 5px 0 2px 0;
    width: 305px;
    position: relative;
    display: inline-block;
}
.Sondaggio_box_orizzontal .container_response .bar_container .bar {
    height: 15px;
    padding: 1px 5px 0 5px;
}
.Sondaggio_box_orizzontal .container_response .bar_container .perc_container {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 14px;
    color: #3A833C;
    padding: 1px 2px;
    border-top: 1px #9dcf9d dashed;
    border-right: 1px #9dcf9d dashed;
    border-bottom: 1px #9dcf9d dashed;
    border-left: 1px #9dcf9d dashed;
    background: #b3e2b3;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.body_video .testo_articolo .articlebox {
    margin: 10px 0 20px 5%;
    padding: 10px;
    display: table;
    background: #eee;
    border-left: 10px #ddd solid;
    width: 90%}
.body_video .testo_articolo .articlebox p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 13px;
    color: #118ABF;
}
.body_video .testo_articolo .articlebox p a {
    margin: 0 5px;
    font-family: "Open Sans", Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    color: #414141;
}
.body_video .testo_articolo .articlebox p a:hover {
    text-decoration: underline;
}
.body_video audio {
    margin: 0 0 0 10%!important;
    padding: 5px 0 0 0;
    width: 80%!important;
    height: 60px!important;
}
.body_video iframe {
    margin: 5px auto 5px auto!important;
    display: block!important;
}
.vc_container_stories .vc_story_telling .vc_story_telling_title {
    color: #fff;
    font-family: 'Domine', serif;
    font-weight: 600;
    line-height: 30px;
    font-size: 1.5rem;
    margin: 0 auto 10px auto;
}
.vc_container_stories .vc_story_telling .vc_story_telling_media video {
    display: block;
    margin: 5px 0 20px 0!important;
    background-color: #ddd;
    border: 10px solid #ddd;
    width: 100%!important;
    height: auto!important;
}
.vc_container_stories .vc_story_telling .vc_story_telling_media iframe {
    display: block;
    margin: 5px 0 20px 0!important;
    background-color: #ddd;
    border: 10px solid #ddd;
    width: 100%!important;
    min-height: 450px!important;
}
.vc_container_stories .vc_story_telling .vc_story_telling_link {
    position: relative;
    display: block;
    font-family: 'Monoton', sans-serif;
    font-size: 1.1rem;
    letter-spacing: .2rem;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    color: #eee;
    text-decoration: none;
}
.vc_container_stories .vc_story_telling .vc_story_telling_link:after {
    content: " →";
    font-size: 2rem;
}
.vc_container_stories .vc_story_telling .vc_story_telling_link:hover {
    color: #eee;
    text-decoration: underline;
}
.copyright_new {
    clear: both;
    text-align: right;
    display: block;
    background: #4a4a4a;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    font-style: oblique;
    font-size: .8rem;
    line-height: .92;
    letter-spacing: .5px;
    color: #fff;
    position: relative;
    padding: 6px 6px 5px 0;
}

.bacchetta_altrenews .occhiello_titolo {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    padding: 10px 0 3px 0;
    font-size: 1.3rem;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #504e4e;
    border-bottom: 1px solid #504e4e;
    margin-top:20px;
}
.altre_news_video {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding: 1.5% 0 0 0;
    float: left;
    clear: left;
}
.altre_news_video .occhiello_titolo {
    display: none;
}
.altre_news_video .cont_visualizzazione {
    position: relative;}
.altre_news_video .cont_visualizzazione .schermata .hori_group {
    clear: left;
}
.altre_news_video .box {
    width: 31.1%;
    min-height: 220px;
    margin: 0 3.33% 30px 0;
    padding-bottom: 5px;
    float: left;
    position: relative;
    border-bottom: 1px solid #504e4e;
}
.altre_news_video .box.pos3, .altre_news_video .box.pos6, .altre_news_video .box.pos9 {
    margin: 0 0 15px 0;
}
.altre_news_video .box.pos7, .altre_news_video .box.pos8, .altre_news_video .box.pos9 {
    border: none;
}
.altre_news_video .box .cont_foto {
    width: 100%;
    position: relative;
}
.altre_news_video .titolo {
    color:#fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    display: block;
    margin: 5px 0 0 0;
}
.altre_news_video .titolo a {
    color:#fff;
}
.altre_news_video .titolo a:hover {
    color:#eee;
    text-decoration:none;
}
.altre_news_video .titolo a span {
    text-decoration:underline;
    background:#fff;
    padding:0 5px 0 5px;
}


@media only screen 
and (min-width : 580px) 
and (max-width : 990px){ 
.banner_background {
display:none;
}
}
