/* Occhiello Sottotitolo */
body.article section.upper-section article .content-wrapper .desc .intro p{
    padding-top: 20px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.2px;
    color: #125578;
}

/* Autore */
body.article section.upper-section article .content-wrapper .desc .article-data .author .fieldAuthor{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.07;
    color: #000;
}

/* Immagine nel body del Testo dell'articolo di tipo orizzontale*/
.cssImgInlineOrizontal {
    width: 100% !important;
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

/* Immagine nel body del Testo dell'articolo di tipo verticale*/
.cssImgInlineVertical {
    width: auto;
    max-width: 100%;
    display: block; 
    margin-left: auto; 
    margin-right: auto;
   /* max-height: 50vh;
    max-width: 100%;*/
}

/* Immagine nel body del Testo padding top e Botton*/
.media-inline{
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Centrare Facebook */
.embed-wrapper {
	text-align: center;
}

.embed-wrapper>.twitter-tweet {
	margin: 20px auto 20px auto !important;
}

.embed-wrapper>.instagram-media {
	display: inline!important;
}

.embed-wrapper-facebook,
.embed-wrapper-facebook iframe{
	/* max-width: 650px; */
	text-align: center;
}

.embed-wrapper-facebook, 
.embed-wrapper-facebook iframe {
    max-width: calc(100vw - 30px);		
}
.embed-wrapper-facebook.fb-video {
    width: 100vw;
    height: calc(100vw / 1.77);		
}	
.embed-wrapper-facebook.fb-video iframe {
    width: 100vw;
    height: calc(100vw / 1.77);		
}

.embed-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.embed-video-wrapper iframe,
.embed-video-wrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* section linea sullo stesso argomento */
.module.type-01 article:first-child .related-articles {
    width: 100%;
}

body.article figure figcaption {
    padding-right: 0;
}

body.article figure figcaption {
    padding-top: 4px;
    bottom: -15px;
    right: 0;
    font-size: 1.1rem;
    line-height: 1.09;
    text-align: right;
    color: #9E9E9E;
}

body.article.gallery section.upper-section article section.gallery .controls .full-screen {
    width: 27px;
    height: 27px;
    padding: 7px;
    float: right;
    border: solid 1px #125578;
    background-origin: content-box;
    background-image: url(../images/icon-fullscreen.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

body.article .article-data .author-image img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    box-sizing: border-box;
    border: 1px solid #125578;
    box-shadow: 2px 2px 0 0 #125578;
}

body.article .article-data {
    display: flex;
    align-items: center;
}

body.article section.upper-section article .content-wrapper .desc .article-data {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

body.article section.upper-section article .content-wrapper .desc .article-data.blog .article-data-wrapper {
    display: inline-block;
}

body.article section.upper-section article .content-wrapper .desc .article-data.blog .social-media {
    margin-top: 50px;
}


body.article .article-data .article-data-wrapper {
    margin-left: 14px;
}

body.article .article-data .article-data-wrapper .blog-name {
    margin-bottom: 8px;
    display: block;
    font-family: Lora;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: .84;
    color: #125578;
}
@media only screen and (min-width: 768px){
    #adv-desktop-topleft{
        position: absolute;
        top: 226px;
        width: 100%;
    }
}
.module.news-wrapper.type-09 .slideshow-wrapper article .content-wrapper header{
    position: relative;
}
.module.news-wrapper.type-09 .slideshow-wrapper article .content-wrapper header ul {
    width: 78px;
    height: 45px;
    display: block;
    position: absolute;
    top: -57px;
    transform: translate(0, 0);
    background-color: #0e8fd0c2;
}

.module.news-wrapper.type-09 .slideshow-wrapper article .content-wrapper header ul .play {
    margin: auto;
    width: 15px;
    height: 20px;
    margin-top: 13px;
    display: block;
    background-image: url(../images/icon-video.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.module.type-09 article figure a::before{
    display:none !important;
}


.module.news-wrapper.type-09.b .slideshow-wrapper article .content-wrapper header ul {
    width: 78px;
    height: 45px;
    display: block;
    position: absolute;
    transform: translate(0, 0);
    background-color: #0e8fd0c2;
}

.module.news-wrapper.type-09.b .slideshow-wrapper article .content-wrapper header ul .gallery {
    width: 30px;
    height: 41px;
    display: block;
    background-image: url(../images/icon-camera.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}


.module.type-09 article figure a::before{
    display:none !important;
}
body>header{
    top:0;
}

body>header #advlocal-manchetteleft,
body>header #advlocal-manchetteright{
    display: none;
}

@media only screen and (min-width: 1024px){
    body>header #advlocal-manchetteleft{
        position: absolute;
        left: 35px;
        top:30px;
        display: block;
    }
    body>header #advlocal-manchetteright{
        position: absolute;
        right: 35px;
        top:30px;
        display: block;
        text-align: right;
    }
    body>header.sticky #advlocal-manchetteleft,
    body>header.sticky #advlocal-manchetteright{
        display: none;
    }

    body>header {
        position: relative;
        margin-bottom: 20px;
    }
    body>header{
        height:222px;
        top:0; 
    }
    body>header.sticky{
        position: fixed;
        height:50px;
        transition: none !important;
        z-index: 13;
        top:0;    
    }
    body main{
        margin-top: 20px;
    }
    body #adv-topleft.sticky, 
    body main.sticky{
        margin-top: 240px;
    }

    /*
    #adv-topleft{
        height: 100px;
        background-color: aquamarine;
    }*/
}

body.contact main .contact-content {
	margin: 0 15px;
	padding: 20px 0;
	border-top: 1px solid #cfcfcf;
}

body.contact section.contact-content h2.titoletto2 {
    font-family: Lora;
    font-size: 2.6rem;
    line-height: 1.15;
    color: #212121;
    text-align: center;
}
body.contact section.contact-content h3.titoletto3 {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: .5px;
    color: #090909;
    margin-top: 30px;
}
body.contact section.contact-content p {
    font-size: 1.6rem;
    line-height: 1.19;
    color: #636363;
    text-align: center;
}
body.contact section.contact-content a {
    color: #004C83;
}

body.contact main div.header {
    margin-top: 100px;
}

body.contact main div.header h3 {
    font-family: Lora;
    font-size: 3.8rem;
    line-height: 1.05;
    color: #004C83;
    text-transform: uppercase;
    text-align: center;
    margin: 30px auto;
}

body {
    background-color: white !important;
}

.module.type-01 .ad.order-4{
    order: 6;
}

.mobile .article.gallery .ad.order-4{
    order: 6;
    margin-top:-40px;
    margin-bottom:20px;
}

/* body.section.articleBlog div.page-header{
    margin-bottom: 10px;
    border-bottom: 1px solid #CFCCC0;
}

body.section.tag div.page-header{
    margin-bottom: 10px;
    border-bottom: 1px solid #CFCCC0;
}
 */
 body.blog main>.module.type-07 article .content-wrapper {
    width: 100%;
    min-height: 250px;
    margin-top: 15px;
    margin-left: 0;
}

.biografia-blog{
    padding: 15px !important;
    }
    
.biografia-blog > figure{
    flex: 0 !important;
    margin: 50px 0 0 0;
    width: 260px !important;
    }
    
.biografia-blog .content-wrapper{
    padding: 15px;
    flex: 0 0 calc(100% - 320px) !important;
    }
    
.biografia-blog .bioLabel{
    color: #888;
    font-weight: bold;
    font-size: 1.3rem !important;
    }


.articleBlog main .module.type-01{
    width: 100%;
    border: 2px solid #125578;
    background-color: #F0F3F7;
    margin: 15px 0;
    }
    
.articleBlog main .module.type-01 article figure img {
    width: 260px;
    
}

.articleBlog main .module.type-01 figure {
    order: 1;
}

.search .module.main-container.type-07 .content-wrapper{
    min-width: 289px;
}

.section main .module.type-01{
    width: 100%;
}

.section main .module.type-01 article{
    flex-direction: row !important;
}

.search .module.main-container.type-07 article figure img{
    width: 290px;
}

.module.type-01.special+.type-01 article .content-wrapper header .overtitle {
    margin-top: 15px !important;
}

.module.type-01.special+.type-01 article figure {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.module.type-01.special article:not(.default):first-child figure {
    width: calc(100% + 30px) !important;
}

.module.type-01 article:not(.default):first-child figure {
    width: 100%;
}
.mobile .module.type-01 article:not(.default):first-child figure {
    margin-left: auto;
}
.module.type-05:not(.b) {
    /*min-height: 460px;*/
}

body.article aside .ad.desktop-none {
    display: block !important;
    text-align: center;
}
body.article .tags-container {
    margin-bottom: 20px;;
}
body.article.gallery #adv-mobile-bottom1, 
body.article.videotemplate #adv-mobile-bottom1{
    display: none;
}
body.article.videotemplate .video-player{
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px){
    body.article aside .ad.desktop-none {
        display: none !important;
    }
    body.article.videotemplate .video-player{
        margin-bottom: 0;
    }    
}

@media only screen and (min-width: 1024px){
    body>header.sticky .second-row .local-news {
        display: none;
    }

    body.article .tags-container {
        margin-bottom: inherit;
    }
    .module.type-10 .ad {
        height: auto;
    }
    .ad.desktop-only{
        display: block !important;
    } 
}
footer {
    clear:both;
}
.ad {
    text-align: center;
}
.ad > span {
    visibility: hidden;
}

body.section .module.type-01 article .content-wrapper .desc time {
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1;
    color: #888;
}

body.section .module.type-01 article .content-wrapper .desc time, body.section .module.type-01 article .content-wrapper .desc .author {
    display: inline-block;
}

/* VIDEO DESKTOP STICKY */
@keyframes fade-in-up {
    0% { opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
  }
  .meride-video-container {
    height: calc(100vw / 1.77) !important;
    max-height:  calc(100vw / 1.77);
  }  
  .meride-video-container video {
    max-height:  calc(100vw / 1.77);
  }    
  .meride-video-container.stuck {
    position: fixed;
    top: 50px;
    left: auto;
    z-index:100;
    height: calc(100vw / 1.77) !important;
    z-index:9999;
  }
  @media only screen and (orientation: portrait) and (max-width: 900px){    
    .meride-video-container.fullscreenMode video{
        width: 100% !important;
        height: 100% !important;    
        max-height: 100vh  !important;  
      }  
  }

  @media only screen and (min-width: 768px){    
    .meride-video-container {
        height: auto !important;
        max-height: 464px !important;
      }  
      .meride-video-container:not(.fullscreenMode) video{
        max-height: 464px !important;
      }
    
    .meride-video-container.stuck {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 40px;
    right: 20px;
    transform: translateY(100%);
    width: 400px !important;
    height: 230px !important;
    animation: fade-in-up .25s ease forwards;
    z-index: 999999;
  }
  .meride-video-container.stuck .videoclose::before{
    content: 'X';
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    width: 32px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-family: Arial;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    opacity: 0.7;
    cursor: pointer;
  }
  .meride-video-container.stuck video{
    width: 400px !important;
    height: 230px !important;      
  }
  .meride-video-container.stuck.fullscreenMode video{
    width: 100% !important;
    height: 100% !important;      
  }  
}

.slide-out-nav {
    z-index: 9999;
}
.ad {
    border:0;
    background-color: transparent;
}

.content-wrapper .desc .article-data .social-media li a.linkedin {
    width: 16px;
    height: 16px;
	background-image: url(../images/icon-linkedin.svg);
	background-repeat: no-repeat;
}

.content-wrapper .desc .article-data .social-media li a.email {
    width: 15px;
    height: 11px;
	background-image: url(../images/icon-email.svg);
	background-repeat: no-repeat;
}
.content-wrapper .desc .article-data .social-media li a.share.print {
    width: 16px;
    height: 14px;
	background-image: url(../images/icon-print.svg);
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
    body.article section.upper-section article .content-wrapper header .overtitle a{
        color:#FFF;
    }
}

@media only screen and (max-width: 1023px) {
    body.article section.upper-section article .content-wrapper header .overtitle{
        background-color:#FFF;
        color:#000;
    }
}

header div.second-row ul.actions.last li a.subscribe.button {
    width: 41px;
    height: 17px;
    margin: 0 0 0 8px;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;    
    letter-spacing: 0.4px;
    text-align: center;
    color: #125578;
    text-transform: uppercase;
  }

@media only screen and (min-width:768px){

    body>header .bottom-row .left .tags {
        padding: 15px 15px 14px;
        display: block;
        white-space: nowrap;
        margin-left: -15px;
    }

    body>header .bottom-row .left {
        display: flex;
        align-items: center;
    }

    body>header .bottom-row {
        display: flex;
        background-color: #125578;
        margin-top: 4px;
    }

	body>header .third-row {
        display:none;
    }

	body>header .bottom-row .right {
        display: none;
    }
    body>header .bottom-row .left .tags li {
		margin-left: 20px;
		display: inline-block;
		vertical-align: top;
		white-space: normal;
	}
    body>header .bottom-row .left .tags li a {
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: .4px;
        color: #FFF;
    }
}

@media only screen and (min-width: 1024px){

    body>header .third-row {
        display:inline-block;
    }

    body>header .bottom-row .right {
        display: flex;
    }

    body>header .bottom-row {
        overflow-x: unset;
        margin-top: 0px;

    }
}

body>header .bottom-row .left .tags {
    padding: 15px 15px 14px;
    display: block;
    white-space: nowrap;
    margin-left: 0;
}

body>header .bottom-row .left {
    display: flex;
    align-items: center;
}

body>header .bottom-row {
    height: 45px;
    display: flex;
    background-color: #125578;
    white-space: nowrap;
}

body>header .bottom-row .left .tags li {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
body>header .bottom-row .left .tags li a {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .4px;
    color: #FFF;
}



@media only screen and (max-width:768px){
    
    body>header .third-row {
        display:none;
    }

    body>header .bottom-row {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 45px;
        margin-top: 4px;
    }

    body.blog main>.module.type-07 article .content-wrapper {
        min-height:150px;
    }
    
    body.blog main>.module.type-07 article .content-wrapper .desc {
      width:200px;    
    }
    
    body.blog main>.module.type-07 article figure {
      top:30px!important;
    }

    body.blog main>.module.type-07 article figure img {
        object-fit: cover;
        width:100%!important;
        height:100%!important;
      }
}

body>header.sticky .bottom-row {
    padding:0;
    height: 0;
    margin-top: 0;
    overflow: hidden;
}

.module.news-wrapper.type-09 .slideshow-wrapper .slick-list .slick-track  article header .overtitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: .92;
    letter-spacing: 1px;
    color: #ffffff;
}

.know-more figure a ul .play {
    margin: auto;
    width: 15px;
    height: 20px;
    margin-top: 13px;
    display: block;
    background-image: url(../images/icon-video.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.know-more figure a ul .gallery {
    width: 30px;
    height: 41px;
    display: block;
    background-image: url(../images/icon-camera.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.know-more figure a ul {
    width: 78px;
    height: 45px;
    display: block;
    position: absolute;
    top: -36px;
    transform: translate(0, 0);
    background-color: #0e8fd0c2;
}

html, body {
    overflow: unset;
}

@media only screen and (min-width: 768px){
    .module.highlights .track {
        overflow-x: auto;
    }
}

@media only screen and (min-width: 1024px){
    body.article aside .news-wrapper.type-07 ~ *,
    body.section aside .news-wrapper.type-07 ~ * {
        display: block;
    }    
}

header a.subscribe.button{
    display:none
}
@media only screen and (min-width: 1024px){
    header a.subscribe.button{
        display:block;
    }
}

@media only screen and (min-width: 1024px){
    body.article aside .news-wrapper.type-08,
    body.article aside .news-wrapper.type-07,
    body.section  aside .news-wrapper.type-07,
    body.section  aside .news-wrapper.type-08{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    body.article aside,
    body.section aside {
        margin-top: 0; 
    }    
    body.article aside .ad,
    body.section aside .ad  {
        padding: 4px 0 4px;
    }
}

.social-media li a.meteo-icon {
    width: 17px;
    height: 13px;
    background-image: url(../images/meteo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

body.article.videotemplate .meride-video-container:not(.stuck)  .meride-ad-container {
   z-index: 12 !important; 
 }
 body.section aside .module{
    padding-right: 0;
 }
body.section aside .module.type-07 {
    border-top: 1px solid #125578;
}
body.section aside .module::before{
    content: '';
    width: 100%;
    margin-top: 4px;
    display: block !important;
    border-top: 1px solid #CFCCC0;
}

@media only screen and (min-width: 768px){
    body>header .bottom-row .links li a {
        padding: 5px 0;
        display: block;
    }
}

.gallery-box.full {
    z-index: 13;
}
body.section .module.type-07.main-container article figure img{
    object-fit: cover;
    width: 100%;
    height: 225px;
}
@media only screen and (min-width: 768px){
    body.section .module.type-07.main-container article figure img{
        object-fit: cover;
        width: 335px;
        height: 163px;
    }
    body.section.blog    .module.type-07.main-container article figure img{
        object-fit: none;
        width: 100%;
        height: 100%;
    }
    
    /* per corregiere imagine da diversi larghezza nella lista 
    di "piu letti" nella homepage */

    .module.news-wrapper.type-07 > article > .content-wrapper {
        width:50%;
    }

    .module.news-wrapper.type-07 > article > figure {
        width:50%;
    }


}
body>footer .bottom-row nav {
    display: block;
}
body>footer .bottom-row nav ul{
    margin-top: 15px;
}
body>footer .bottom-row nav ul li {
    margin: 5px 0;
    padding: 0 10px;
    display: inline-block;
}
body>footer .bottom-row nav ul li a {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .23px;
    color: #125578;
}
@media only screen and (min-width: 1024px){
    body>footer .bottom-row nav ul{
        margin-top: 0;
    }    
    body>footer .bottom-row nav ul li {
        margin: 25px 0;
    }  
}
body.section .module.type-01 article:not(.default):first-child{
    display: block;
}
body>header:after{content:'';width:15px;height:45px;display:block;position: absolute;right:0;bottom: 0;background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,0.65) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(255,255,255,0.65) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255,255,255,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6ffffff',GradientType=1 );}
@media only screen and (min-width: 768px){
    body>header:after{
        content: none;
        background: none;
}
body.section .module.type-01 article:not(.default):first-child{
    display: flex;
}
}


body>header .second-row .actions .logout {
    padding-left: 20px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #125578;
}


@media only screen and (min-width: 1024px){
    body.homepage .module.news-wrapper.type-10 article{
        padding: 0 20px;
    }
}


body.article section.lower-section .article-content .content-wrapper .ad {
    margin-top:10px;
    margin-bottom:10px;
    padding: 0;
}

#profileText {
    font-size: 0;
    color: transparent;
    height: 10px;
    margin-right: -10px;
}

body.homepage .module.news-wrapper.type-09{
    position: relative;
}


body.article .article-content.detail_content p a{
    font-weight: 800;
    color: #215578;
    text-decoration: underline;

}

body.article .article-content.detail_content h5{
    font-size: 21px;
    font-weight: 600;

}
body.article section.lower-section.html-full-page{
    width: 100% !important;
}


.paywall{
 
    width: 100%;
    margin-left: -15px;
    padding: 40px 15px;
    position: relative;
    z-index: 1;
    background-color: #efefef;
    text-align: center;
    border-top: 1px solid #21212112;
    border-bottom: 1px solid #21212112;
}
.paywall .paywall-title {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: .86;
    letter-spacing: .2px;
    color: #1b5578;
}

.paywall .already-subscriber {
    padding: 25px 0 35p;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .11px;
    color: #212121;
}

.paywall .already-subscriber a {
    margin: 10px 0;
    display:inline-block;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #fff;
    padding:5px 8px;
    background-color: #1b5578;
}

.paywall .paywall-slogan {
    padding: 30px 0;
    display: block;
    border-top: 1px solid #e1e1e1;
    font-family: unna;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.14;
    color: #212121;
}

.paywall .paywall-description {
    display: block;
    padding-bottom: 30px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .2px;
    color: #212121;
}
.paywall .button.pricing {
    padding: 14px;
    display: block;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .2px;
    color: #fff;
    background-color: #1b5578;
}
.paywall .more{
    margin-top: 25px;
    display: block;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .2px;
    color: #1b5578;
}

#argomenti-arrow {
    float: right;
}
span.slick-arrow img {
     width: 30px;
     height: 24px;
 }


#argomenti img.lazy {
    width: 214px
}

.news-horizontal-carousel .title {
    font-family: 'Lora';
    font-size: 2rem;
    line-height: .95;
    letter-spacing: -.22px;
    color: #125578;
}
#argomenti-slide {
    clear: both;
}
 #argomenti article {
    display: block;
    position: relative;
    text-align: center;
    color: white;
}
#argomenti article h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#argomenti article h2 a {
    color: white;
    font-size: 1.8rem;
    line-height: 1.13;
    letter-spacing: 1px;
    letter-spacing: 1px;
    font-weight: bolder;
}
#argomenti article img {
    /*margin-left: auto;
    margin-right: auto;*/
}
.header-speciali {
    font-family: 'Lora';
    font-size: 2rem;
    line-height: .95;
    letter-spacing: -.22px;
    color: #125578;
}
.news-horizontal-carousel {
    margin-bottom: 30px;
}

#argomenti-arrow {
    display: flex;
}

@media only screen and (max-width: 768px) {
    #argomenti-arrow {
        display: none !important;
    }
    .news-horizontal-carousel {
        margin-top: 2rem !important;
        /*  */
    }
}
.wrapper-single-news#last-news{
    width: 100%;
    display: flex;
}
.wrapper-single-news#last-news article header h2 span a{
    font-size: 14px;
    font-family: 'Lora', sans-serif;
}
.wrapper-single-news#last-news article::after{
    border-right: unset;
}
.wrapper-single-news#last-news article{
    border-bottom: none;
}
.header.last-news-header span{
    font-family: 'Fira Sans';
    font-size: 1.3rem;
    line-height: normal;
    letter-spacing: normal;
    color: #313131;
}