:root {
    /* ROOT COLORS */
    --borders: #afafaf;
    --borders-light: #dee2e6;
    --grey-text: #878787;
}

body {
    word-wrap: break-word;
}

.ablock {
    position: relative;
}

img {
    max-width: 100%;
}

.btn {
    border-radius: 0;
}

.closing-logo {
    height: 14pt;
    margin-left: 5px;
}

/* stylelint-disable selector-list-comma-newline-after */
@font-face {
    font-family: Super;
    src: url(../fonts/GT-Super-Display-Super.woff2) format('woff2'),
        url(../fonts/GT-Super-Display-Super.woff) format('woff');
}

@font-face {
    font-family: SuperBold;
    src: url(../fonts/GT-Super-Display-Bold.woff2) format('woff2'),
        url(../fonts/GT-Super-Display-Bold.woff) format('woff');
    font-weight: bold;
}

@font-face {
    font-family: Super;
    src: url(../fonts/GT-Super-Display-Bold.woff2) format('woff2'),
        url(../fonts/GT-Super-Display-Bold.woff) format('woff');
    font-weight: bold;
}

@font-face {
    font-family: SuperBook;
    src: url(../fonts/GT-Super-Text-Book.woff2) format('woff2'),
        url(../fonts/GT-Super-Text-Book.woff) format('woff');
}

@font-face {
    font-family: SuperBook;
    src: url(../fonts/GT-Super-Text-Bold.woff2) format('woff2'),
        url(../fonts/GT-Super-Text-Bold.woff) format('woff');
    font-weight: bold;
}

@font-face {
    font-family: SuperBook;
    src: url(../fonts/GT-Super-Text-Book-Italic.woff2) format('woff2'),
        url(../fonts/GT-Super-Text-Book-Italic.woff) format('woff');
    font-style: italic;
}

@font-face {
    font-family: SuperBook;
    src: url(../fonts/GT-Super-Text-Trial-Medium-Italic.woff2) format('woff2'),
        url(../fonts/GT-Super-Text-Trial-Medium-Italic.woff) format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Enduro;
    src: url(../fonts/enduroweb-regular.woff2) format('woff2'),
        url(../fonts/enduroweb-regular.woff) format('woff');
}

@font-face {
    font-family: EnduroBold;
    src: url(../fonts/enduroweb-bold.woff2) format('woff2'),
        url(../fonts/enduroweb-bold.woff) format('woff');
    font-weight: bold;
}

@font-face {
    font-family: EnduroMedium;
    src: url(../fonts/enduroweb-medium.woff2) format('woff2'),
        url(../fonts/enduroweb-medium.woff) format('woff')
}


body {
    font-family: "SuperBook", serif;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #383838;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1230px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1230px;
    }
}

.home-sidebar.sidebar-left {
    border-right: 0.15pt solid var(--borders);
}

.card {
    border: none;
}

.card-text {
    font-size: 11px;
}

.card-body {
    padding: 0 15px;
}

.top-art-row {
    border-bottom: 1px solid var(--borders);
    margin-bottom: 5px;
}

.top-art-card {}

.top-art-card .card-img-right {}

.top-art-card .card-text {
    color: var(--grey-text);
    font-size: 11pt;
    line-height: 1.3em;
}

.h100 {
    height: 100%;
}

.top-art-card .card-text b {
    font-size: 10pt;
    line-height: 10px;
    color: #000;
    font-family: "Enduro";
}

.hm-smallest.lastnews-cat {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 5px;
}

.lastnews-logo {
    width: 131px;
    vertical-align: baseline;
}

.lastnews-block {
    margin-bottom: 30px;
}

.no-border {
    border: 0 !important;
}

.hm-article-categ {
    font-size: 12pt;
    color: var(--grey-text);
    margin-bottom: 0px;
    text-align: left;
}


.hm-categ-categ {
    font-size: 10pt;
    color: var(--grey-text);
    margin-bottom: 0px;
    text-align: left;
    font-family: "Enduro";
    text-transform: uppercase;
}

.bord-bt {
    border-bottom: 0.15pt solid var(--borders);
}

.hm-small-article {
    padding-bottom: 5px;
    color: #000;
}

.article-body .article-readmore-section a {
    border-bottom: none !important;
}

.article-readmore-section .hm-small-article {
    border: none;
}

.home-sidebar .hm-small-article {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sponsored-by-home {
    padding: 1.2em 1.5em;
}

.sponsored-by-title {
    padding: 0;
}

.sponsored-by-home .hm-smallest {
    color: black;
    font-size: 10pt;
    padding-top: 2em;
    padding-bottom: 2em;
}

.sponsored-by-home .hm-small-article {}

.sponsored-by-more {
    align-items: end;
    font-family: EnduroBold;
    text-transform: uppercase;
    font-size: 10pt;
}

.sponsored-by-more div {
    text-align: right;
    width: 100%;
    padding-right: 1em;
}

.leggi-piu {
    width: 6em;
}

.border-bt-down .hm-small-article {
    padding-top: 5px;
    border-bottom: 0.15pt solid var(--borders);
}

.border-bt-down .hm-small-article:last-child {
    border: none;
}

.hm-adv-wrap {
    position: relative;
    max-width: 50vw;
    padding-bottom: 15px;
    margin: 0 auto;
}

.hm-adv-img {
    width: 100%;
}

.hm-adv-logo {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
    width: 50%;
    display: block;

    margin: auto;

    z-index: 1;
}

.hm-adv-txt {
    position: absolute;
    font-family: 'Enduro';
    font-weight: bold;
    font-size: 12pt;
    left: 20px;
    right: 20px;
    line-height: 16px;
    top: 15px;
    color: #00ADEF;
}

.hm-small {
    font-size: 10pt;
    color: var(--grey-text);
    font-family: "Enduro";
    text-transform: none !important;
}

.hm-smaller {
    font-size: 8pt;
    color: var(--grey-text);
    font-family: "Enduro";
}

.hm-smallest {
    color: var(--grey-text);
    font-family: "Enduro";
    text-transform: uppercase;
    font-size: 11px;
}

.hm-author {
    margin-right: 5px;
    text-transform: none;
    font-size: 10pt;
    line-height: 12pt;
    font-family: "Enduro";
    color: var(--grey-text);
}

.hm-time {
    font-size: 70%;
    text-transform: none;
    white-space: nowrap;
    color: #383838;
    font-family: "Enduro";
}

.hm-author-time {
    line-height: 12pt;
    padding: 0;
    margin-top: 5px;
}

.hm-small-article .hm-title {
    font-size: 18pt;
    line-height: 20pt;
    margin-bottom: 0;
    color: #0A0A0A;
    word-wrap: break-word;
}

.hm-bigtitle {
    font-size: 19pt;
    line-height: 21pt;
    font-family: "SuperBold", serif;
    padding-bottom: 5px;
    padding-top: 5px;
}



.hm-bigtitle.hm-second-plain {
    font-weight: normal;
    font-family: "SuperText", serif;
}


.hm-small-article .hm-bigtitle {
    font-size: 19pt;
    line-height: 21pt;
}

/*
.hm-small-article .hm-title,
.second-focus .hm-bigtitle,
.art-title {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

}
*/

.hm-bigtitle.vmi {
    font-size: 14pt;
}

.simple-art-wrap {
    margin-bottom: 5px;
}

.hm-small-article.fourcycle-4 .hm-bigtitle {
    font-size: 22pt !important;
    line-height: 23pt !important;
    font-family: "SuperBook", serif;
}

.list-block .hm-small-article .hm-bigtitle {
    font-size: 15pt;
}

.list-block .hm-bigtitle {
    font-size: 18pt;
    line-height: 19pt;
}

.list-channel .hm-categ-categ {
    display: none;
}

.hm-small-article.foryou .hm-bigtitle {
    font-size: 13pt;
    line-height: 15pt;
    font-family: "SuperBook", serif;
}

.hm-small-article .hm-bigtitle.vmi {
    font-size: 19pt;
    line-height: 21pt;
}

.hm-smalltitle {
    font-size: 15pt;
    line-height: 16pt;
    font-family: "SuperBook", serif;
}

.simple-art-wrap .hm-smalltitle {
    font-size: 13pt;
    line-height: 14pt;
    font-family: "SuperBook", serif;
}

.main-readmore-wrap {
    margin: 1em;
}

.main-readmore-wrap .hm-smalltitle {
    font-size: 17pt;
    line-height: 19pt;
}

ul.block-readmore {
    margin-top: .3em;
    margin-left: 0;
    padding-left: 1em;
    position: relative;
    z-index: 50;
    text-align: left;
}

ul.block-readmore li {
    margin-top: .5em;
    list-style: square;
}



.hm-small-article.side-editoriale .hm-bigtitle {
    font-size: 18pt;
    line-height: 21pt;
}

#articlesTabsContent .hm-bigtitle {
    font-size: 16pt;
    line-height: 16pt;
}

.home-categ-sec-smalltitle {
    font-size: 9pt;
    color: #787878;

}

.hm-big-article-img {
    width: 100%;
}

.hm-tab-summary {
    font-size: 13pt;
    line-height: 15pt;
    margin-top: 0px;
    color: var(--grey-text);
}

.ipse {
    display: block;
    text-transform: uppercase;
    font-size: 80%;
    font-family: "Enduro";
    color: var(--grey-text);
    font-size: 9pt;
    margin-bottom: -2px;
}

.dash {
    letter-spacing: -2px;
}

#articlesTabsContent .hm-title.hm-ipsedixit {
    font-size: 15pt;
    line-height: 17pt;
}

#articlesTabsContent .hm-ipsedixit .hm-author {
    font-family: SuperBook !important;
    white-space: nowrap;
    line-height: 14pt;
}

.hm-article-img-holder {
    position: relative;
}

.hm-img-overlay img {}

.hm-img-overlay span {
    margin-right: 5px;
    font-size: 7.5pt;
    font-family: "Enduro";
    color: #fff;
}

.hm-img-overlay {
    position: absolute;
    top: 15px;
    right: 20px;
}

.hm-big-article {
    text-align: center;
    padding-bottom: 20px;
}

.hm-big-article .hm-bigtitle {
    font-size: 25pt;
    line-height: 27pt;
}

.hm-big-article-content {
    font-size: 14pt !important;
    line-height: 1.3em;
    padding: 0 5% 10px 5%;
    color: #787878;
}

.hm-big-article-title {
    color: #000;
    padding: 25px 5% 0 5%;
    font-family: 'SuperBold';
    font-size: 26pt;
    line-height: 27pt;
}

.hm-big-article-related-titles {
    font-size: 20pt;
    color: #696969;
    padding: 0 15% 0 15%;
    font-family: 'SuperBold';
    margin-top: -.5rem;
}

.related-bigs {
    font-size: 25pt !important;
    line-height: 27pt;
}

.hm-big-article-related-titles a {
    color: black;
}

.hm-bubble-article .hm-title {
    color: #fff;
    font-size: 8.4pt;
    position: absolute;
    top: 15%;
    left: 10%;
    width: 80%;
}

.hm-bubble-article .hm-smaller {
    text-align: right;
    float: right;
    margin-top: 10px;
}

.hm-bubble-article {
    margin-top: 20px;
    position: relative;
}

.hm-bubble-img {
    width: 100%;
}

.topnews {
    padding: 10px 0;
}

hr.under-topnews {
    margin-top: -12px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 22px;
    background-color: #afafaf;
    border: none;
}

.topnews .hm-article-img {
    padding-bottom: 0;
}

.logo-txt {
    font-size: 14pt;
    display: block;
    margin-top: 8px;
    font-family: 'SuperBook';
    color: #6D6E71;
}

.nav-scr-black a {
    padding: 5px 10px;
    color: #000;
    font-size: 11.5pt;
    font-family: 'EnduroBold';
}

.nav-scr-black {
    border-top: 0.15pt solid var(--borders);
}

.nav-scr-pink a {
    padding: 5px 10px;
    color: #000;
    font-size: 11.5pt;
    font-family: 'EnduroBold';
}

.nav-scr-pink {
    border-top: 0.15pt solid var(--borders);
    border-bottom: 0.15pt solid var(--borders);
    background-color: #fff;
}

#articlesTabs {}

.hm-article-categ b {
    color: #000;
    font-family: 'EnduroBold';
    font-weight: normal;
}

.down-star {
    width: 10px;
    margin-left: 3px;
    vertical-align: baseline;

}

.tab-content .hm-small-article {
    border-bottom: 0.15pt solid var(--borders);
}

#articlesTabsContent {
    padding-top: 12px;
}

.grey-txt {
    color: #8E8E8E !important;
}

.burger-menu-btn {
    cursor: pointer;
    display: inline-block;
    padding-top: 8px;
    position: absolute;
    top: 4px;
}

.burger-menu-btn span {
    width: 30px;
    display: block;
    height: 1px;
    background-color: black;
    margin: 4px 0;
}

.home-header {
    line-height: 1;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.home-header-logo img {
    max-width: 260px;
    width: 100%
}

.home-header-logo {

    font-size: 2.25rem;
}

.home-header-logo:hover {
    text-decoration: none;
}

#search-popup .close-search-btn {
    position: absolute;
    right: 23px;
    top: 36px;
    width: 45px;
    height: 45px;

}

.close-search-btn:hover {
    opacity: 1;
}

.close-search-btn:before,
.close-search-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 46px;
    width: 1px;
    background-color: #000;
}

.close-search-btn:before {
    transform: rotate(45deg);
}

.close-search-btn:after {
    transform: rotate(-45deg);
}

.close-search-btn {
    cursor: pointer;
}

#search-popup {
    display: none;
    position: fixed;
    top: 125px;
    width: 70%;
    max-width: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #000000;
    z-index: 999;
    padding: 40px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

#search-popup form {
    margin: 0;
}

#search-popup input,
#search-popup select,
#search-popup textarea {
    font-family: 'SuperBook';
    font-size: 35px;
    line-height: 38px;
    border: none;
    color: #000 !important;
    width: calc(100% - 40px);
    outline: none;
}


#search-popup #searchInput::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
}

#search-popup #searchInput {
    outline: none;
    width: 100%;
    font-size: 20pt;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 7px 0;
    margin-top: 20%;
}

#search-popup #searchForm {}

.search-topbar {
    font-size: 8pt;
    border-bottom: 1px solid #000;

    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
}

.search-topbar .search-text span {
    display: inline-block;
    font-size: 20pt;
    font-family: "EnduroBold";
}

.search-topbar .search-text span.grey {
    font-size: 14pt;
    font-family: 'SuperBook';
    padding-right: 5px;
    color: #787878;
}

.search-topbar .search-text {
    float: left;

}

.search-side-wrap {
    margin-top: 200px;
}

.search-topbar .search-number {
    font-size: 12pt;
    float: right;
    padding-top: 15px;
}

.search-adv {
    margin-top: 20px;
    border-top: 1px solid #000;
    padding-top: 20px;
}

.article-main .search-date {
    display: block;
    font-family: "EnduroBold";
    /* color: var(--grey-text); */
    font-size: 7pt;
}

.article-main .search-hour {
    font-family: "Enduro";
    color: var(--grey-text);
    font-size: 8pt;
}

.main-header .nav-search {
    cursor: pointer;
    font-family: 'Enduro' !important;
    font-size: 9pt;
    margin-top: 19px;
    margin-bottom: 3px;
    display: block;
}

.main-header .nav-updated {
    font-size: 8pt;
    margin-top: 10px;
}

.nav-abo {
    font-family: 'EnduroBold';
    font-size: 10pt;
    padding: 5px;
    /*   margin-right: 15px;
    margin-right: 10px; */
    border: 1px solid #000;
}

button.more {
    font-family: 'EnduroBold';
    font-size: 10pt;
    padding: 5px 10px;
    margin: 20px auto;
    border: 1px solid #000;
    text-transform: uppercase;
    background: white;
    color: #000;
}

.more-placeholder {
    text-align: center;
}

.text-right {
    text-align: right;
}

.user-tag {
    font-family: 'Enduro';
}

.user-name {
    font-family: EnduroBold;
    font-size: 10pt;
}

.main-header .nav-user {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-left: 5px;
}

.main-header .nav-date {
    font-size: 9pt;
    font-family: 'Enduro';
    margin-top: 3px;
    padding-top: 6px;
}

.main-header .nav-temp,
.main-header .nav-dow {
    display: block;
    font-size: 11pt;
}

.nav-link,
.nav-link:hover {
    color: #495057;
    outline: none;
}

.nav-tabs .nav-link {
    /*padding: 6px;*/
    border: 0;
    background: 0 0;
    /*border-bottom: 0.15pt solid var(--borders);*/
    outline: none;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #000;
    border-top: 0;
    border-left: 0.15pt solid var(--borders);
    border-bottom: 0;
    border-radius: 0;
    border-right: 0.15pt solid var(--borders);
}

.nav-tabs .tabs-icon:first-child .nav-link.active {
    border-left: 0;
}

.nav-tabs .tabs-icon:last-child .nav-link.active {
    border-right: 0;
}

.nav-tabs .tabs-icon:hover {
    background: #e9ecef;
    isolation: isolate;
}

li.nav-item {
    width: 20%;
    border-bottom: 0.15pt solid var(--borders);
}

li.tabs-icon {
    border-bottom: 0.15pt solid var(--borders);
}

li.tabs-icon-5 {
    width: 20%;
}

li.tabs-icon-6 {
    width: 16%;
}

li.tabs-icon-7 {
    width: 14%;
}

li.tabs-icon .nav-link {
    padding: 0;
}

.tabs-edit-header {
    font-size: 12pt;
    color: var(--grey-text);
    margin-bottom: 0px;
    text-align: left;
}

.tabs-edit-author {
    font-family: 'Enduro';
    font-weight: bold;
    color: black;
    font-size: 90%;
    margin-left: 5px;
    text-transform: uppercase;
}

.tabs-edit-title {
    font-size: 14pt;
    color: black;
    margin: 5px 0;
    text-align: left;
}

.tabs-edit-img {
    width: 100%;
    margin: 10px 0;
}

.tabs-edit-summary {
    font-size: 11pt;
    line-height: 1.2;
    color: var(--grey-text);
    margin: 5px 0;
    text-align: left;
}

.tabs-edit-go {
    font-family: 'Enduro';
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
}

.tabs-edit-time {
    margin-left: 5px;
}

.tabs-read-more a {
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: 'Enduro';
}

.tabs-read-more {
    padding-top: 1rem;
}

.row.row-gutter-1 {
    --bs-gutter-x: 1rem;
}

/*----------------------------*/
.home-categ-section .hm-bigtitle {
    margin-bottom: 3px;
}

.home-categ-section .hm-content {
    margin-bottom: 10px;
    display: none;
}

.home-categ-section .hm-article-img {
    margin-bottom: 10px;
}

.home-categ-section {
    margin-top: 40px;
    border-top: 5px solid #000;
}

.home-categ-sec-title {
    font-size: 18pt;
    font-family: 'EnduroBold';
    padding-top: 40px;
    color: black;
}

.list-channel-title {
    font-size: 36pt;
    font-family: 'EnduroBold';
    padding-top: 16px;
    text-transform: lowercase;
    color: black;
}

.list-category-title {
    font-size: 36pt;
    font-family: 'EnduroBold';
    padding-top: 16px;
    text-transform: lowercase;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-fill-color: white;
    text-stroke-width: 1px;
    text-stroke-color: black;
}

.cat-big-article-title {
    font-size: 24pt;
    line-height: 26pt;
    padding-top: 18%;
}

.border-right {
    border-right: 0.15pt solid var(--borders) !important;
}

.border-left {
    border-left: 0.15pt solid var(--borders) !important;
}

.align-bt {
    align-items: flex-end;
}

.see-more-link span {}

.see-more-link img {
    width: 7px;
    vertical-align: baseline;
}

.see-more-link {
    font-size: 8pt;
    text-align: right;
    white-space: nowrap;
    font-family: 'Enduro';
    margin-bottom: 5px;
}

.see-more-biglink span .down-star {
    width: 5px;
    margin-left: 0;
    vertical-align: baseline;
}

.see-more-biglink span {
    font-family: 'EnduroBold';

    font-size: 10pt;
    color: #000;
}

.mb-10 {
    margin-bottom: 10px;
}

.align-ct {
    align-items: center;
}

.see-more-biglink {
    font-size: 8pt;
    color: #696969;
}

.hm-article-img {
    width: 100%;
    padding-bottom: 10px;
}

picture.hm-article-img {
    display: block;
}

figure.hm-article-img {
    display: block;
    margin: 0;
}

.hm-article-img img.hm-article-img {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.hm-article-img figcaption {
    font-family: Enduro;
    color: var(--grey-text);
    font-size: 7pt !important;
    line-height: 9pt !important;
    padding-top: 5px;
    text-align: right;
    margin: 0 0 -2px 0;
}

.hm-article-img figcaption .photo-credits {
    font-size: 7pt;
    line-height: 9pt
}

.hm-content {
    font-size: 13pt;
    line-height: 1.2em;
    color: #787878;
    padding-top: 0;
}

.hm-big-article .hm-content {
    font-size: 14pt;
}

.latest-green-section .latest-wrap:not(:first-child) {
    border-left: 1px solid var(--borders);
}

.latest-green-section .latest-wrap {
    padding-bottom: 25px;
    position: relative;
}

.latest-wrap .uo-time {
    font-family: 'EnduroBold';
    font-size: 8pt;
    position: absolute;
    bottom: -1px;
    left: 12px;
}

.latest-green-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 0;
    background-color: white;
    /* #e9whitecef; */
    color: #fff;
    min-height: 110px;
    border-top: 1px solid var(--borders);
}

.latest-bigtitle {
    font-size: 21pt;
    line-height: 23px;
    margin-left: -10px;
}

.latest-bigtitle a {
    color: black;
}

.latest-title {
    font-size: 9pt;
    line-height: 12px;
    font-family: 'EnduroBold';
    color: black;
}

.latest-title a {
    font-family: 'SuperBook';
    line-height: 17pt;
    font-size: 15pt;
    color: black;
}

.latest-title span {
    font-size: 7pt;

}

.half-bor-btm-wrap {
    margin-top: -10px;
}

.half-bor-btm-wrap .hm-article-img {
    margin-bottom: 10px;
    padding-top: 10px;
}

.hm-video-wrap {
    position: relative;
}

.hm-video-wrap video {
    width: 100%;
    margin-bottom: 10px;
}

.hm-video-categ {
    font-size: 6pt;

}

.hm-video-title {
    font-size: 9pt;

}

.hm-video-overText {
    position: absolute;
    font-family: 'EnduroBold';
    top: 12px;
    left: 6px;
    color: #fff;
}

/*--------------------------------------------*/
footer {
    font-family: 'Enduro';
    border-top: 5px solid #000;
    border-bottom: 0.15pt solid var(--borders);
    padding-top: 20px;
    margin-top: 70px;
    padding-bottom: 20px;
}

.newsletter-arrow {
    width: 11px;
    align-items: baseline;
    display: inline-block;
    margin-left: 5px;
}

.footer-title {
    text-transform: uppercase;
    font-family: 'EnduroBold';
    font-size: 10pt;
}

.footer-link {
    display: block;
    font-size: 10pt;
    line-height: 22px;
    font-family: 'Enduro';
    text-transform: lowercase;
}

.footer-bold-link {
    display: block;
    font-family: 'EnduroBold';
    font-size: 10pt;
    line-height: 11pt;
    margin: 6px 0;
    text-transform: lowercase;
}

.subfooter {
    font-size: 7pt;
    color: #696969;
    padding-top: 10px;
    padding-bottom: 30px;
}

.subfooter-logo {
    width: 130px;
}

.social-wrap a {
    color: #fff;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    background: #000;
    text-align: center;
    font-size: 15px;
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
}

/* .social-wrap a:nth-child(5n+1) {
    clear: both;
} */

.newsletter-wrap {}

.newsletter-form {
    margin: 0;
}

.newsletter-btn {
    font-family: 'EnduroBold';
    font-size: 9pt;
    padding-bottom: 20px;
    display: block;
    cursor: pointer;
}

.newsletter-input {
    width: 100%;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #878787;
    padding: 0;
}

.modal-newsletter {

    width: 95%;
    background: #fff;
    max-width: 500px;
    padding: 50px;
    margin: 0 auto;
}

.modal-newsletter .mdl-bold-txt {
    font-family: 'Enduro';
    font-size: 7pt;
    color: #000;
}

.modal-newsletter .mdl-small-txt {
    font-size: 7pt;
    line-height: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(120, 120, 120);
}

.modal-newsletter .mdl-text {
    font-size: 12pt;
    line-height: 20px;
    margin-bottom: 15px;
    color: rgb(120, 120, 120);
}

.modal-newsletter .mdl-text b {
    color: #000;
}

.modal-newsletter .mdl-title {
    font-family: 'EnduroBold';
    font-size: 20pt;
    margin-bottom: 20px;
}

.modal-newsletter .newsletter-input-label {
    font-size: 12pt;
    color: rgb(120, 120, 120);
}

.modal-newsletter .newsletter-radio {
    margin: 0;
}

.modal-newsletter .newsletter-radio-label {
    font-family: 'Enduro';
    font-size: 7pt;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 70px;
}

.modal-newsletter .newsletter-input {
    outline: none;
    padding-bottom: 5px;
}

.modal-newsletter form input[type='submit'] {
    font-family: 'EnduroBold';
    font-size: 11pt;
    padding: 7px 16px;

    border: 2px solid #000;
    display: block;
    background: #fff;
    text-transform: uppercase;
    margin: 25px 0;
}

.social-wrap {
    overflow: auto;
}

/*----------------------sidemenu----------------------*/
.sidemenu-wrap hr {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #000;
    border: 0;
    opacity: 1;
}

#menu-popup {
    display: none;
}


#menu-popup .close-search-btn {
    position: absolute;
    right: 25px;
    top: 13px;
    cursor: pointer;
    padding: 5px;
    width: 35px;
    height: 35px;
}

#menu-popup .close-search-btn:before,
.close-search-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 42px;
    width: 1px;
    background-color: #000;
}

.close-menu-btn {
    width: 45px !important;
    height: 45px !important;
}

.sidemenu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 2030;
    width: 320px;
    overflow: scroll;
    max-height: 100vh;
    margin-top: 0;
}

.sidemenu-back {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2020;
    display: none;
}

.sidemenu-logo-sect {
    padding: 25px 0 25px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 319px;
    height: 80px;
    background: white;
    border-bottom: 1px solid black;
}

.sidemenu-logo-sect img {
    width: 30px;
}

.sidemenu-menu-sect .pum-menu {
    padding-top: 100px;
}


.sidemenu-menu-sect .menu-half {
    padding: 30px;
    padding-top: 80px;
    display: inline-block;
    border-right: 1px solid #000;
}

.sidemenu-menu-sect .menu-half.pink-half a {
    color: #000;
    font-family: 'EnduroBold';
}

.sidemenu-menu-sect .menu-half.pink-half {
    border-right: none;
    margin-left: -4px;
}

.sidemenu-footer-sect .menu-half {
    padding: 30px;
    display: inline-block;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.sidemenu-footer-sect {}


.sidemenu-social-sect a {
    margin-right: 8px;
    margin-top: 8px;
}

.sidemenu-social-sect a:hover {
    text-decoration: none !important;
    color: #dedede;
}

/*----------------------demo----------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Super", Georgia, "Times New Roman", serif;
}

.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 0;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    margin: -1px -25px -3px -25px;
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

.border-top {
    border-top: 0.15pt solid var(--borders) !important;
}

.border-bottom {
    border-bottom: 0.15pt solid var(--borders) !important;
}

#articlesTabsContent .border-bottom {
    border-bottom: 0.15pt solid var(--borders) !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/*
 * home name and description
 */
.home-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
}

.home-description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .home-title {
        font-size: 3.5rem;
    }
}

/* Pagination */
.home-pagination {
    margin-bottom: 4rem;
}

.home-pagination>.btn {
    border-radius: 2rem;
}

.page-item .page-link {
    background-color: #ffffff;
    border-color: #ffffff;
}

.page-item.disabled .page-link {
    color: #cecede;
    border-color: #ffffff;
}

/*
 * home posts
 */
.home-post {
    margin-bottom: 4rem;
}

.home-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.home-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

/*
 * Footer
 */
.home-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

.home-footer p:last-child {
    margin-bottom: 0;
}

.hm-adv-xs {
    display: none;
}

/*----------------article page---------------------------*/
.article-header {
    border-bottom: 0.15pt solid #000 !important;
    padding-top: 25px;
    padding-bottom: 10px;
}

.article-header-logo img {
    max-width: 200px;
    width: 100%;
}

.details-big-article {
    text-align: center;
    padding-top: 20px;
}

.details-big-article .art-top-author {
    font-family: "EnduroBold";
    font-size: 9pt;
    text-transform: uppercase;
}

.details-big-article .art-author {
    display: none;
    font-size: 9pt;
    color: #878787;
    font-family: "Enduro";
    padding-top: 10px;
}

.big-article-img {
    width: 100%;
    margin-top: 30px;
}

.details-big-article .big-article-title {
    padding-top: 25px;
}

.details-big-article .art-categ {
    font-size: 8pt;
    color: #000;
    font-family: "EnduroBold";
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.art-img-caption {
    font-size: 7pt;
    color: #c1c1c1;
    padding-top: 9px;
    font-family: "Enduro";
    padding-bottom: 20px;
    display: block;
}

.big-article-title {
    font-size: 35pt;
    line-height: 37pt;
    padding: 0px 5% 0px 5%;
    font-family: 'SuperBold';
    color: black;
}

.big-article-content {
    font-size: 16pt;
    padding: 1% 5% 5% 5%;
    line-height: 19pt;
    color: #8C8C8C;
}

.art-details-content {
    padding-top: 65px;
    padding-bottom: 20px;
}

.art-top-content {
    font-size: 9pt;
    line-height: 1.2em;
    border-bottom: 2px solid #000;
    font-family: "EnduroBold";
    overflow: auto;
    padding-bottom: 7px;
    margin-bottom: 15px;
    padding-left: 0px !important;
    padding-right: 0px;
    margin-left: 0px !important;
}

.art-top-content .grey {
    display: block;
    font-family: "Enduro";
    color: #878787;
}

.art-top-content .art-person-img {
    border-radius: 0;
    width: 70px;
    max-height: 70px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 5px;
    display: inline-block;
}

.art-top-content .art-person {
    display: inline-block;
    vertical-align: middle;
}

.art-top-content .art-time {
    float: left;
    padding-top: 8px;
}

.art-top-content .art-date {
    float: right;
    padding-top: 8px;
}

.index-content {
    font-size: 12pt;
}

.index-content-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.index-content-list li {
    border-bottom: 1px solid #000;
    padding: 5px 20px 5px 10px;
    font-size: 13pt;
}

.index-content-list li.main-index {

    font-family: "EnduroBold";
}

.article-readmore-section {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #009494;
    color: #000;
    padding: 25px;
}

.article-readmore-section .hm-smallest {
    color: black;
}


.art-readmore-title {
    border-bottom: 1px solid #000;
    font-family: "EnduroBold";
    font-size: 12pt;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.article-readmore-section img {
    width: 100%;
}

.art-readmore-content {
    line-height: 15px;
    font-size: 10pt;
    width: 100%;
}

.art-readmore-content span {
    font-family: "Enduro";
    font-size: 7pt;
    display: block;
}

.article-txt {
    font-size: 11.5pt;
    color: #58595B;
}

.article-subtitle {
    font-size: 15pt;
    padding-top: 30px;
    margin-bottom: 5px;
}

.article-quote {
    font-size: 14pt;
    font-style: italic;
    padding: 40px 15%;
    text-align: center;
}

.art-side-section {
    margin-top: 50px
        /*280px;
    padding-left: 15%;*/
}

.art-side-sec-title {
    border-bottom: 0.15pt solid var(--borders);
    font-family: "EnduroBold";
    font-size: 12pt;
    padding-bottom: 2px;
    margin-bottom: 15px;
}

.art-article-img {

    width: 100%;
}

.art-small-article .art-smallest {
    font-family: "Enduro";
    color: #878787;
    font-size: 8pt;
    text-transform: uppercase;
}

.art-small-article .art-title {
    font-size: 14pt;
    line-height: 16pt;
}

.art-small-article .art-small {
    font-family: "Enduro";
    color: #878787;
    font-size: 9pt;
    padding-top: 10px;

    display: block;
}

.art-small-article {}

.pb40 {
    padding-bottom: 40px;
}

.art-adv-wrap .art-adv-img {
    width: 65%;
    float: left;
}

.art-adv-wrap .art-adv-logo {
    position: absolute;
    text-align: center;
    display: block;
    margin: auto;
    z-index: 1;
    bottom: 15%;
    left: auto;
    right: 15px;
    width: 40%;
}

.art-adv-wrap .art-adv-txt {
    position: absolute;
    font-family: 'Enduro';
    font-weight: bold;
    left: auto;
    right: 20px;
    top: 15px;
    color: #00ADEF;
    line-height: 32px;
    font-size: 23pt;
    width: auto;
}

.art-adv-wrap {
    display: block;
    background: #009494;
    overflow: auto;
    position: relative;
    clear: both;
}

.art-side-wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.art-side-social .social-wrap a {
    color: #000;
    float: none;
    background: #dedede;
    display: block;
    margin-bottom: 10px;
    padding: 6px;

    width: 25px;

    font-size: 15px;
    height: 25px;
}

.social-wrap-flag {
    width: 24px;
    display: block;
}

.social-wrap-no {
    width: 26px;
    margin-top: 9px;
    display: block;
}

.art-side-social {
    float: right;
    margin-top: 160px;
}

/* LETTERE */
.lettere-logo-column {
    border-left: 1px solid var(--borders-light);
    border-right: 1px solid var(--borders-light);
}

.lettere-list-rubrica {
    font-family: EnduroBold;
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.lettere-title-column {
    padding-left: 1em;
}

.lettere .lettere-sidebar {
    margin-top: 200px;
}

.lettere-sidebar-portrait {
    padding-left: 12px;
}

.lettere-sidebar-title {
    padding-top: .5em;
    font-family: EnduroBold;
    font-size: 11px;
    line-height: 13px;
    color: black;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.lettere-sidebar-action {
    padding-top: .5em;
    font-family: EnduroBold;
    font-size: 11px;
    line-height: 13px;
    color: black;
    text-transform: uppercase;
}

.lettere-sidebar-autore {
    font-size: 18pt;
    line-height: 20pt;
    padding-bottom: 10px;
}



.lettere-page-portrait {
    width: 100px;
    margin: 15px;
}

.lettere-page-rubrica {
    font-family: EnduroBold;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

.lettere-page-autore {
    font-size: 18pt;
    line-height: 20pt;
    font-family: 'SuperBook';
}

.lettere-page-titolo {
    font-family: 'SuperBook';
    font-size: 36pt;
    line-height: 38pt;
    font-weight: normal;
}

/*
.fmt-lettere .article-body p {
    padding-bottom: 0;
}
tolto su richiesta VP 6/7/23
*/

.fmt-lettere .article-body blockquote p {
    /*    padding-bottom: 0; */
    color: var(--grey-text);
}

.fmt-lettere .index-content-list li.main-index {
    display: none;
}

.list-header-right {
    font-family: 'EnduroBold';
    font-size: 14pt;
    line-height: 16pt;
    padding-bottom: 13px;
}

h3.author-bio-name {
    font-size: 18pt;
    line-height: 20pt;
    margin-top: 5px;
    margin-bottom: 0;
    border: none;
}

.comic-show img {
    width: 100%;
    max-width: 100%;
}

.comic-arrow a,
.comic-arrow span {
    width: 100%;
}

.comic-back img {
    transform: rotate(180deg);
}

.comic-arrow {
    display: flex;
    align-items: center;
}

.comic-main {
    border-right: 1px solid var(--borders);
}

@media (max-width: 767px) {
    .comic-main {
        border-right: none;
    }
}

.comic-show {
    text-align: center;
}

.comic-socials {
    text-align: center;
}

.comic-show .social-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}

.comic-show .social-wrap a {
    display: inline-block;
}

.comic-dida {
    font: SuperBook;
    font-size: 14pt;
    line-height: 1.3;
    padding-left: 20%;
    padding-right: 20%;
    color: #878787;
}

.comic-arrow .disabled {
    display: none;
}

.comic-author {
    font-style: italic;
}

.comic-author::before {
    content: '(';
}

.comic-author::after {
    content: ')';
}

.comic-more {
    padding-top: 1em;
    font-family: EnduroBold;
    margin-top: 35px;
    padding: 15px 0;
    border-top: solid 1px var(--borders-light);
    border-bottom: solid 1px var(--borders-light);
    margin-right: 15px;
}

.comic-more a {
    font-family: SuperBook;
    font-size: 170%;
    line-height: 1.2;
}

.comic-arrow img {
    max-width: 100%;
}

.comic-home-wrap {
    padding-top: 0;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px solid var(--borders);
    margin-bottom: 0;
    text-align: center;
}

.comic-home-wrap img {
    width: 95%;
    margin: 0 auto 5px auto;
}

.comic-home-dida {
    font-family: 'SuperBook';
    font-size: 11pt;
    line-height: 12pt;
    color: #878787;
}

.comic-home-author {
    font-family: 'SuperBook';
    font-size: 11pt;
    line-height: 12pt;
    font-style: italic;
    color: black;
    padding-top: 15px;
    padding-bottom: 10px;
}

.comic-home-author::before {
    content: '(';
}

.comic-home-author::after {
    content: ')';
}

.comic-home-more {
    font-size: 10pt;
    padding-top: 3px;
    font-family: EnduroBold;
    line-height: 1.2;
    padding-bottom: 15px;
}

.comic-home-more a {
    font-family: SuperBook;
    font-size: 160%;
}

.comic-more-arrow img {
    width: 2em;
}

.error-title {
    font-family: Enduro;
    text-transform: uppercase;
    font-size: 16pt;
    padding-top: 1em;
}

.error-number {
    font-family: EnduroBold;
    font-size: 64pt;
    padding: 1em;
}

.error-desc {
    font-family: Enduro;
    font-size: 24pt;
}


@media (min-width: 992px) {
    .comic-illustration img {
        max-width: 85%;
    }

    .comic-arrow img {
        max-width: 50%;
    }
}


/*----------------mobile---------------------------*/

@media (max-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 95%;
    }

    .mastehead-home {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 980px) {
    .article-green-section.ovf-xs {
        overflow-x: scroll;
        border: 0;
    }

    .article-green-section .ovf-xs-row {
        width: 600px;
    }

    .article-green-section.ovf-xs::-webkit-scrollbar {
        height: 5px;
    }

    .article-green-section.ovf-xs::-webkit-scrollbar-track {
        background: #afafaf;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    .article-green-section.ovf-xs::-webkit-scrollbar-thumb {
        background: #000;
        height: 2px;
    }
}


.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: black;
    background-color: #fff;
    border: none;
    font-family: "EnduroBold";
    text-transform: uppercase;
}

.page-item.disabled .page-link {
    color: #cecede;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border: none;
}

.page-item.active .page-link {
    background-color: black;
}

.wfticker {
    padding-top: 11pt;
    margin-top: 10px;
    font-size: 9pt !important;
    font-family: 'Enduro' !important;
    color: #000 !important;
}

.wfticker strong {
    font-family: 'EnduroBold' !important;
    font-weight: normal;
}

.wfticker .meteocon {
    height: 20px;
}

.wfticker .finance-ticker {
    display: none;
    padding-top: 5px;
}

.wfticker .finance-ticker.active {
    display: block;
}

.fi-top-title {
    text-transform: uppercase;
}

.article-body .embedding-video.splash-video {
    padding-top: 0;
    margin-bottom: 50px;
    margin-top: 0;
}

.embedding {
    margin-left: 0;
    margin-right: 0;
    /*    margin-top: 2em;
    margin-bottom: 2em; */
    position: relative;
    text-align: center;
}

.embedding * {
    max-width: 100%;
}

.embedding-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    margin-bottom: 30px;
}

.embedding-video iframe,
.embedding-video object,
.embedding-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.embedding .overlay {
    position: absolute;
    padding: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* background: rgba(0, 0, 0, .70);*/
    color: white;
    z-index: 12
}

.embedding .overlay h2 {
    font-family: Enduro;
    font-size: 10pt;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0;
}

.embedding .overlay h1 {
    font-size: 30pt;
    text-align: left;
}

.embedding .video-cover {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 10;
    background-size: 100%;
    background-position-x: center;
    background-position-y: center;
    transition: 0.2s all ease-out;
    margin: 0;
}

.embedding .video-cover:hover {
    /*    background-size: 115%; */
}

.claim {
    font-size: 14pt;
    line-height: 20pt;
    color: #999;
}

h2.home-section {
    font-family: 'EnduroBold';
    font-size: 24pt;
    line-height: 1.1;
    padding-top: 10px;
    padding-right: 20px;
    text-transform: lowercase;
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    color: #000000;
}

h2.home-section a {
    background: url(/images/life-star.svg) no-repeat;
    background-size: 20px;
    background-position: right bottom 7px;
    padding-right: 20px;
}

h2.home-section.section-approfondimenti {
    font-size: 12pt;
    font-family: 'SuperBook', serif;
    font-weight: normal;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 5px;
    background: none;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #787878;
}

.section-missione-ambiente-wrap {
    background: url(/images/missione-ambiente/erg-logo.png) right 0 top 10px no-repeat,
        url(/images/missione-ambiente/tim-logo.png) right 100px top 10px no-repeat;
    background-size: 60px;
}

.sponsored-by-home-section {
    background-color: #EFECEA;
    margin-top: 1em;
    border-top: 4px solid #000;
}

.sponsored-by-home .hm-small-article {
    padding-bottom: 0;
    padding-right: 1.2em;
}

.sponsored-by-splash {
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .sponsored-by-splash {
        height: 300px;
    }
}

h2.home-section.section-sponsored-by {
    font-size: 12pt;
    padding-right: 0;
    background: none;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.list-title-storie {
    font-size: 36t;
    font-family: 'Super';
    padding-right: 0;
    background: none;
}

h2.home-section.section-storie {
    font-size: 24pt;
    font-family: 'Super';
    padding-right: 0;
    background: none;
}

.sticky-header {
    /*    padding: 5px 15px 5px 15px;
    height: 45px;
    border-bottom: 2px solid black;
    background: white;
    opacity: 1;
    transition: top .5s; */
    top: -2px;

    padding: 5px 15px 5px 15px;
    height: 45px;
    box-shadow: rgb(0 0 0 / 8%) 0 0 5px 1px;
    border-bottom: 1px solid #e2e2e2;
    background: white;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}



.sticky-header.dark {
    border-bottom: none;
    background: linear-gradient(0, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    color: white;
}

.sticky-header.dark .burger-menu-btn span {
    background-color: white;
}

.sticky-header.dark img {
    filter: invert(100%);
}

.sticky-header.dark a {
    color: white;
}

.sticky-header.dark .nav-abo {
    border-color: white;
}

.sticky-header.after-scroll {
    top: -60px;
}

.sticky-header.after-scroll.scrolled {
    top: -2px;
}

.sticky-header.fadein-after-scroll {
    transition: opacity .5s, top 0s;
    top: -60px;
    opacity: 0;
}

.sticky-header.fadein-after-scroll.fadein-scrolled {
    top: -2px;
    opacity: 1;
}

.sticky-header .home-header-logo {
    position: absolute;
    bottom: 6px;
}

.sticky-header .home-header-logo img {
    max-height: 22px;
    height: 22px;
    width: auto;
    position: relative;
    top: -3px;
}

.sticky-header .home-sticky-logo img {
    max-height: 25px;
    height: 25px;
    width: auto;
    position: relative;
    top: 5px;
    margin-bottom: -5px;
}

.article-sticky-title {
    display: block;
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sticky-header .nav-user {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    margin-left: 5px;
}

.sh-search {
    position: absolute;
    top: 15px;
    left: 58px;
    line-height: 12px;
}

.sticky-socials {
    position: absolute;
    bottom: 8px;
    right: 15px;
}

.sticky-socials a {
    font-size: 120%;
    margin-left: 5px;
    line-height: 40px;
}

.sticky-socials span {
    font-family: EnduroBold;
    font-size: 12pt;
}

.sticky-title {
    line-height: 35px;
}

.sticky-cat {
    line-height: 35px;
    font-family: 'EnduroBold';
}

.video-list-cover {
    position: relative;
    display: block;
}

.cat-big-article-evidenza {
    text-align: left;
    font-size: 120%;
    margin-bottom: 3rem;
}

.video-list-cover img {
    width: 100%;
}

.video-list-cover .overlay {
    position: absolute;
    padding: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: rgba(0, 0, 0, .70);
    color: white;
    z-index: 12
}

.video-list-cover .overlay h2 {
    font-family: Enduro;
    font-size: 10pt;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0;
}

.video-list-cover .overlay h1 {
    font-family: Enduro;
    font-size: 14pt;
    text-align: left;
}

.bi-block {
    margin-bottom: 10px;
}

.bi-block .overlay {
    position: absolute;
    background: linear-gradient(0, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    bottom: 0;
    padding: 60px 0 30px 0;
    text-align: center;
    left: 0;
    right: 0;
    color: white;
}

.bi-block .overlay .hm-smallest {
    color: white;
    font-size: 13px;
}

.bi-block .overlay .hm-title {
    color: white;
    font-size: 30px;
}

.bi-block .hm-article-img {
    margin: 0;
}

.bi-block .overlay a {
    color: white;
}

.firme-portrait {
    border-radius: 0%;
    width: 200px;
    padding-top: 20px;
}

.firme-article {
    width: 100%;
    border-bottom: 1px solid var(--borders);
    padding: 0;
}

.hm-top {
    margin-top: 5px;
    margin-bottom: 15px;
}

.hm-separator {
    border-color: black;
}

.article-opening figure {
    position: relative;
}

article.approfondimenti .article-titles {
    border-bottom: 0px solid var(--borders);
    /* dedede */
}

article.approfondimenti .article-opening {
    height: 500px;
}

article.approfondimenti .art-categ {
    display: none;
}

article.approfondimenti .article-opening figure {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    height: 650px;
    overflow: hidden;
}

.table-wrap {
    overflow: scroll;
}

.article-body a {
    border-bottom: 1px solid black;
}

.article-body table td,
.article-body table td p {
    font-family: Enduro;
    font-weight: normal;
    font-size: 12pt;
}

.article-body table th,
.article-body table th p {
    font-family: EnduroBold;
    font-weight: normal;
    font-size: 12pt;
}

.article-body h2 {
    font-family: "SuperBold", serif;
    font-weight: normal;
    font-size: 18pt;
    padding-top: 30px;
    padding-bottom: 0em;
    margin-bottom: 15px;
}

article h1 {
    -webkit-font-smoothing: antialiased;
}

.article-body p {
    font-size: 15pt;
    line-height: 22.5pt;
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
}

.article-body p a:hover {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

.sticky-placeholder {
    height: 60px;
}

.full-page-header {}

figcaption {
    font-family: EnduroBold;
    font-size: 12px;
    padding-top: 5px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    line-height: 14px;
    text-align: center;
}

figcaption .photo-credits {
    font-weight: normal;
    font-family: 'SuperBook';
    font-size: 12px;
    color: #878787;
}

figcaption a {
    text-decoration: underline;
}

.full-page-header figcaption {
    font-size: 10.5pt;
    padding-top: 5px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.arg-buongiorno-in-3-scatti figcaption {
    font-size: 14pt;
    font-family: SuperBook;
    text-align: left;
    line-height: 1.2em;
}

.arg-buongiorno-in-3-scatti figcaption .photo-credits {
    font-family: EnduroBold;
    font-size: 8pt;
    color: #898989;
}

article.approfondimenti .article-titles {
    text-align: center;
}

.full-page-header figure img {
    margin-left: 0;
    width: 100vw;
    max-width: none;
    object-fit: cover;
}

.hm-smallest img {
    height: 100%;

}

.tn-channel {
    color: #000;
    font-family: 'EnduroBold';
    font-size: 10pt;
    text-transform: uppercase;
    line-height: 10pt;
    letter-spacing: 0.2px;
}

.tn-title {
    font-size: 13pt;
    line-height: 15pt;
}

.mastehead-home {
    margin-top: 20px;
    margin-bottom: 15px;
}

.mastehead-home .position-relative {
    height: 80px;
}

.mh-hamburger {
    display: block;
    position: absolute;
    top: 5px;
}

.mh-search {
    display: block;
    position: absolute;
    bottom: 18px;
}

.mh-date {
    display: block;
    position: absolute;
    bottom: 0;
}

.mh-logo {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 26px;
}

.mh-claim {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
    line-height: 14pt;
    font-size: 14pt;
}

.mh-user {
    display: block;
    position: absolute;
    top: 16px;
    right: 15px;
    text-align: right;
    color: black;
}

.sticky-header .mh-user {
    top: 14px;
    right: 10px;
}

.mh-weather {
    display: block;
    position: absolute;
    bottom: 18px;
    right: 15px;
    /* rimettere a 15 se viene tolta aria */
}

.mh-aqi {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.mh-finance {
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.big-article-title-ipse {
    margin: 30px 10% 0 10%;
    font-family: SuperBook;
    font-size: 32pt;
    line-height: 1.2;
    color: #000;
}

.ipse-author {
    font-family: SuperBook;
    font-size: 20pt;
    white-space: nowrap;
    line-height: 38pt;
    color: #858585;
}

.ipse-position {
    font-size: 75%;
}

.hm-small-article .ipse-position {
    color: #878787;
    font-size: 10pt;
    line-height: 12pt;
    margin-top: 0px;
    text-align: left;
}

.list-bigtitle-ipse {
    margin: 0;
    font-family: SuperBook;
    font-size: 20pt;
    line-height: 1.2;
    color: #000;
}

.list-author-ipse {
    font-family: SuperBook;
    font-size: 14pt;
    white-space: nowrap;
}

.art-top-content.ipse-info .art-person-img {
    width: 75px;
    height: 75px;
    border-radius: 0;
    margin-left: -10px;
}

.art-top-content.ipse-info .art-time,
.art-top-content.ipse-info .art-date {
    padding-top: 32px;
}

.side-opinioni {
    margin-bottom: 100px;
    border-bottom: none;
}

.sidebar-right .banner {
    margin-bottom: 100px;
}

.balloon-image-wrap {
    padding-top: 0;
    width: 100%;
    border-bottom: 1px solid var(--borders);
    margin-bottom: 15px;
    text-align: center;
}

.balloon-image-wrap img {
    width: 95%;
    margin: 0 auto 5px auto;
}

.balloon-image-wrap h3 {
    font-size: 14pt;
    line-height: 18pt;
    font-family: SuperText;
    text-align: center;
    margin: 0 0 10px 0;
}

.balloon-text-wrap {
    margin-top: 20px;
    background: url(/images/fumetto.svg) no-repeat;
    background-size: 99%;
    width: 90%;
    height: 250px;
    margin-right: 20px;

}

.categoria-inline {
    display: none;
}

.balloon-text {
    position: relative;
    font-size: 16pt;
    line-height: 18pt;
    height: 200px;
    width: 100%;
    padding: 20px 15px 20px 15px;
    color: #f79e31;
}

.balloon-text p {
    z-index: 10;
    display: block;
    position: relative;
}

.balloon-author {
    color: #F79E31 !important;
    text-align: right;
    margin-top: -40px;
    font-family: 'SuperBook';
    font-size: 11pt;
    padding-right: 0;
    text-align: left;
    line-height: 15pt;
    padding-left: 15px;
}

.balloon-author-title {
    display: block;
    text-align: right;
    font-size: 75%;
}

.balloon-img figcaption {
    font-family: 'SuperBook';
    font-size: 11pt;
    font-weight: normal;
}

.hm-approfondimenti {
    /*    border-bottom: 1px solid var(--borders); */
    padding-bottom: 10px;
}

.author-show {
    margin-bottom: 30px;
}

.fi-goto {
    font-size: 10pt;
    line-height: 12pt;
    font-family: "Enduro";
    color: #878787;
}

/* Gallery */
.gallery {
    padding: 15px 0;
}


.gallery .gallery-info {
    border-top: 1px solid var(--borders);
    /* dedede */
    border-bottom: 1px solid var(--borders);
    /* dedede */
    padding: 10px 0;
    font-family: 'Enduro';
    font-size: 9pt;
    text-align: left;
}

.gallery .gallery-info h4 {
    text-align: left;
    font-family: 'EnduroBold';
    margin: 0;
    padding: 0;
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
}

.gallery .gallery-info p {
    text-align: left;
    font-size: 11pt;
    margin: 0;
    padding: 0;
}

.gallery .carousel-indicators [data-bs-target] {
    background-color: black;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 5px;
    opacity: 1;
    margin: 0 4px;
}

.gallery .carousel-indicators [data-bs-target].active {
    opacity: .3;
}

.gallery .carousel-indicators {
    bottom: -20px;
    transition: top .6s ease;
}

.gallery figcaption {
    font-size: 14pt;
    font-family: SuperBook;
    text-align: left;
    line-height: 1.2em;
}

.gallery figcaption .gallery-number {
    font-weight: bold;
}

.gallery figcaption .gallery-guarda {
    font-style: italic;
}

.gallery figcaption .gallery-guarda span {
    font-weight: bold;
    color: #f6f;
}


.gallery figcaption .photo-credits {
    font-family: EnduroBold;
    font-size: 8pt;
    color: #898989;
}


.vertical-hm-container hr {
    margin-bottom: 15px;
    border-color: var(--borders);
    /* dedede */
    margin-top: 5px;
}

.article-body h5 {
    font-family: 'EnduroBold';
    color: black;
    letter-spacing: 0.4px;
    padding-bottom: 0px;
    padding-top: 20pt;
    font-size: 14pt;
    line-height: 16pt;
}

.article-body h4 {
    font-family: "SuperBook", serif;
    font-weight: normal;
    font-size: 14pt;
    font-style: italic;
    padding: 40px 15%;
    text-align: center;
}

.article-body .article-image {
    max-width: 100%;
}

.article-body .article-image img {
    max-width: 100%;
}

.article-body .article-image.image-left {
    width: 40%;
    margin-left: 0;
    margin-right: 2em;
    margin-top: 6px;
    margin-bottom: 2em;
    float: left;
}

.article-body .article-image.image-right {
    width: 40%;
    margin-left: 2em;
    margin-right: 0;
    margin-top: 6px;
    margin-bottom: 2em;
    float: right;
}

.article-body .article-image.image-center {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2em;
    text-align: center;
}

.article-body .article-image.side-by-side {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    margin-bottom: 2em;
    float: left;
}

.article-body .article-image.side-by-side:nth-child(odd of .side-by-side) {
    padding-right: 10px;
}

.article-body .article-image.side-by-side:nth-child(even of .side-by-side) {
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .article-body .article-image.side-by-side {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 2em;
        text-align: center;
        padding: 0;
    }

}

.article-body .article-image.image-center img {
    margin: 0 auto;
}

.article-body .embedding {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.article-body .embedding-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.pum-sezioni {
    padding: 20px;
    border-right: 1px solid black;
}

.pum-footer-1 {
    padding: 20px;
}

.pum-footer-2 {
    padding: 20px;
}

.pum-argomenti {
    padding: 20px;
}

.pum-argomenti .footer-link {
    font-family: 'EnduroBold';
}

.pum-formati {
    margin-top: 10px;
}

.pum-formati .footer-link {
    font-family: 'EnduroBold';
}

.menu-home .footer-link {
    font-family: 'EnduroBold';
    margin-bottom: 15px;
}

/*ultima ora */
.uo-top-title {
    font-size: 20pt;
    font-family: 'SuperBook';
}

.uo-top-image {
    font-size: 8pt;
    float: right;
}

.uo-top-image img {
    padding-bottom: 12px;
}

.uo-category {
    font-size: 9px !important;
    font-family: 'EnduroBold';
}

.uo-mobile.ovf-xs {
    padding-top: 0;
    padding-bottom: 0;
}

h2.uo-header {
    font-size: 20pt;
    padding-left: 0;
    font-family: "SuperBook";
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 3px solid black;
}

.uo-mobile .uo-time {
    font-family: 'EnduroBold';
    font-size: 7pt;
    position: absolute;
    bottom: -5px;
    left: 12px;
}

/* area utenti */
.nlseries {
    border: 1px solid #cecede;
    padding: 1em;
    margin: 1em 0;
}


.us-top-title {
    font-size: 16pt;
    font-family: 'EnduroBold';
}

.ultimora-mobile {
    margin-top: px;
    margin-bottom: 30px;
}

.uo-mobile .tn-title {
    font-size: 13pt;
    line-height: 15pt;
    padding-bottom: 25px;
    margin-top: -5px;
}

.uo-mobile .ovf-xs-row {
    width: 1100px;
}

.us-mini-title {
    font-size: 10pt;
    font-family: 'EnduroBold';
}

.us-user {
    font-size: 18pt;
}

.us-user-sub {
    font-size: 14pt;
    margin-top: 0.5em;
}

.us-user-mini {
    font-size: 11pt;
}

.us-list,
.us-entry-list {
    list-style: none;
    padding-left: 0;
}

.us-list li {
    padding-top: 10px;
    font-size: 11pt;
}

.us-list li a:hover {
    text-decoration: underline;
}

.us-item {
    color: #878787;
    font-size: 11pt;
}

.us-modify {
    font-size: 10pt;
}

.us-item-psw {
    color: #878787;
    font-size: 14pt;
}

.us-entry-list li {
    padding-top: 20px;
    font-size: 11pt;
    border-bottom: 0.15pt solid var(--borders);
    width: 100%;
}

.us-entry-list input[type=text],
.us-entry-list input[type=email],
.us-entry-list input[type=password] {
    width: 100%;
    border: none;
}

.us-info {
    font-family: Enduro;
    font-size: 10pt;
    line-height: 12pt;
    margin-top: -5px;
    margin-bottom: 20px;
}

.us-button {
    border: 1px solid #000;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    font-family: 'Enduro';
    padding: 6px 12px 6px 12px;
    font-size: 10pt;
    display: inline-block;
    text-transform: uppercase;
}

.us-conditions {
    font-size: 8pt;
}

.us-option-title {
    font-size: 8pt;
    font-family: 'Enduro';
    padding-top: 10px;
    padding-bottom: 10px;
}

.buongiorno figcaption {
    padding-top: 15px;
}

.buongiorno .hm-bigtitle {
    font-family: SuperBook;
    font-weight: normal;
}

.snailmail {
    display: none;
}

/* redazione */
.re-address {
    font-size: 10pt;
    max-width: 200px;
}

.re-address p {
    padding-bottom: 10pt;
}

.re-text {
    font-size: 11pt;
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecede;
    margin-bottom: 20px;
}

.re-two-cols {
    column-count: 2;
    column-gap: 20px;
    padding-right: 10px;
}

.re-text h2 {
    font-family: 'SuperBook';
    font-weight: normal;
    font-size: 20pt;
    padding-bottom: 1em;
    break-inside: avoid-column;
}

.re-text p {
    margin-bottom: 1em;
    break-inside: avoid-column;
}

.re-title {
    line-height: 10px;
    padding-left: 10px;
    font-size: 12pt;
    width: 100%;
}

.re-main {
    padding-left: 45px;
}

/* Firme section */
.fi-img {
    width: 90px;
    float: left;
    padding: 5px;
}

.fi-big-img {
    width: 100%;
    float: left;
    padding: 5px;
}

.fi-portrait {
    text-align: center;
}

.fi-portrait .fi-big-img {
    width: 25%;
    padding: 5pt;
}

.fi-small {
    font-size: 8pt;
    color: #878787;
    font-family: "Enduro";
}

.fi-follow {
    font-family: "Enduro";
    font-size: 10pt;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    text-transform: uppercase;
}

.fi-title {
    font-size: 10pt;
    font-family: 'SuperBold';
    text-align: left;
    line-height: 13pt;
    /*  white-space: nowrap; */
}

.fi-big-name {
    font-family: 'SuperBold';
    text-align: left;
    font-weight: normal;
    padding-top: 10px;
    max-width: 700px;
    font-size: 22pt;
    line-height: 24pt;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 0.15pt solid var(--borders);
}

.fi-title {
    font-size: 18pt;
    line-height: 20pt;
    font-family: 'SuperBook';
}

.lettere-slider-title {
    padding-top: 3px;
    font-family: EnduroBold;
    font-size: 9px;
    line-height: 11px;
    color: black;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.lettere-slider-autore {
    font-size: 12pt;
    line-height: 14pt;
}

.fi-portrait-block {
    padding-left: 20px;
}

.fi-nrm-portrait-block {
    border-right: 0.15pt solid var(--borders);
}

.fi-bio-block {
    padding-right: 20px;
}

.fi-nrm-intro-block {
    border-right: none;
}

.nrm-authors {
    margin-top: 1em;
    line-height: 22pt;
}

.nrm-author {
    white-space: nowrap;
}

.fi-bio .nrm-author a {
    text-decoration: none;
    font-family: SuperBold;
    font-size: 18pt;
    margin-right: 10px;
    border: none;
}

.nrm-nr {
    display: inline-block;
    border: 0.5pt solid black;
    border-radius: 50%;
    padding: 0;
    width: 14px;
    height: 14px;
    font-size: 13px;
    font-family: SuperBook, sans-serif;
    text-align: center;
    line-height: 10px;
    position: relative;
    top: -6px;
}

.author-show {
    padding-bottom: 20px;
    border-bottom: 0.15pt solid var(--borders);
    margin-bottom: 20px;
}

.fi-bio {
    font-size: 15pt;
    font-family: 'SuperBoook';
    text-align: left;
    line-height: 19pt;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 7px;
    max-width: 700px;
}

.author-newsroom {
    font-weight: bold;
    font-style: italic;
}

.fi-bio a {
    border-bottom: 1px solid black;
}

.fi-top {
    padding-top: 30px;
}

.fi-top-title {
    /* padding-left: 5px; */
    font-family: 'SuperBook';
}

.fi-top-author {
    padding-left: 5px;
    font-family: "EnduroBold";
    font-size: 21pt;
}

.fi-top-results {
    float: right;
    font-size: 10pt;
    position: relative;
    top: 17px;
}

.fi-top-position {
    font-family: 'SuperBook';
    padding-left: 5px;
}

.fi-article {
    clear: both;
    border-top: 0px;
}

.fi-link {
    clear: both;
    font-size: 10pt;
    font-family: "EnduroBold";
    text-align: left;
    font-weight: normal;
    padding: 15px 0;
    margin-bottom: 30px;
}

.fi-icon {
    color: #fff;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #000;
    width: 23px;
    text-align: center;
    font-size: 15px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
}

.fi-icon:hover {
    color: #fff;
}



/* Categoria section */
.cat-big-article {
    text-align: left;
    padding-bottom: 10px;
}


.cat-big-article-img {
    width: 60%;
    float: right;
    margin-left: 15px;
}

.cat-date {
    font-weight: normal;
    color: black;
    font-family: "EnduroBold";
    font-size: 12px;
}

.cat-article-img {
    width: 100%;
    /*    padding-bottom: 10px; */
}

.cat-big-article-title {
    font-size: 21pt;
    padding-top: 0;
    font-family: 'SuperBold';
    text-align: left;
    line-height: 1.1;
    padding-bottom: 5px;
}

.cat-article-title {
    font-size: 16pt;
    font-family: 'SuperBold';
    text-align: left;
}

.cat-big-article-content {
    font-size: 10pt;
    color: #787878;
    text-align: left;
}

.cat-article {}

.cat-hr {
    padding-top: 1px;
    clear: both;
}

.cat-small {
    font-size: 8pt;
    color: #878787;
    font-family: "Enduro";
}

@media screen and (max-width: 768px) {
    .cat-big-article-img {
        width: 100%;
        margin-bottom: 15px;
    }

    .cat-big-article-title {
        padding-top: 8px;
    }
}


/* Video section */
.vd-video-wrap {
    position: relative;
}

.vd-video-wrap video {
    width: 100%;
    margin-bottom: 10px;
}

.vd-video-categ {
    font-size: 12pt;
}

.vd-video-title {
    font-size: 24pt;
}

.vd-main-video-categ {
    font-size: 12pt;
}

.vd-main-video-title {
    font-size: 24pt;
}

.vd-video-overText {
    position: absolute;
    font-family: 'EnduroBold';
    bottom: 60px;
    left: 30px;
    color: #fff;
    width: 100%;
}

.vd-main-video-overText {
    position: absolute;
    font-family: 'EnduroBold';
    bottom: 60px;
    left: 30px;
    color: #fff;
    width: 100%;
}

.vd-star {
    height: 60px;
    float: left;
    margin-right: 10px;
    padding-top: 15px;
}

.vd-big-star {
    width: 32px;
    margin-left: 3px;
    vertical-align: baseline;
}

.vd-main-big-star {
    width: 32px;
    margin-left: 3px;
    vertical-align: baseline;
}

.gallery:hover .carousel-control-next,
.gallery:hover .carousel-control-prev {
    background: rgba(0, 0, 0, 0);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f6f'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f6f'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.author-bio-open {
    display: none;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.badge {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12pt;
    color: white;
    text-transform: uppercase;
    font-family: 'EnduroBold';
    font-weight: normal;
    animation: blinker 2s linear infinite;
}

.badge img {
    width: 22px;
    height: 22px;
}

.simple-six .simple-art-wrap {
    border-right: 1px solid var(--borders);
}

.simple-six .simple-art-wrap:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    .simple-six .simple-art-wrap {
        border-right: none;
    }
}

.row-sep {
    background: transparent;
    border-bottom: 1px solid var(--borders);
    margin: 10px 0;
    opacity: 1;
}

.eventbar-mobile .ovf-xs-row {
    width: 1600px;
}

.eventbar-mobile .hm-small-article {
    border-bottom: none;
}

.eventbar-separator {
    border-color: black;
}

.eventbar-title,
.eventbar-title a {
    font-size: 18pt;
    line-height: 20pt;
    margin-bottom: 0;
    color: inherit;
}

.eventbar-summary {
    font-size: 18pt;
    line-height: 20pt;
    margin-bottom: 0;
}

.eventbar-logo {
    max-width: 100%;
    margin-top: auto;
    margin-bottom: 5px;
    padding-top: 15px;
}

.eventbar-column {
    padding: 1em 0;
    color: #0A0A0A;
}

.eventbar-column-inside {
    border-left: 1px solid var(--borders);
    padding: 0 1em;
}

.eventbar-mobile .eventbar-title,
.eventbar-mobile .eventbar-summary,
.eventbar-mobile .eventbar-title a {
    font-size: 14pt;
    line-height: 16pt;
}

.eventbar-mobile .hm-small-article .hm-title {
    font-size: 13pt;
    line-height: 15pt;
}

.eventbar-mobile .eventbar-column:first-child .eventbar-column-inside {
    border-left: none;
}

.eventbar-desktop .eventbar-column:nth-child(2) .eventbar-column-inside {
    border-left: none;
}

.eventbar-mobile .ovf-xs-row {
    align-items: stretch;
    display: flex;
}

.eventbar-column {
    align-items: stretch;
    display: flex;
}

.eventbar-header {
    padding: 1em;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.eventbar-mobile .eventbar-column {
    padding-top: 0;
    padding-bottom: 0;
}

.eventbar-mobile .eventbar-header {
    flex-direction: row;
    justify-content: space-between;
}

.eventbar-mobile .eventbar-logo {
    margin: 0 10px;
    padding-top: 0;
}

.eventbar-mobile .eventbar-container.ovf-xs {
    padding-bottom: 0;
    margin-bottom: 0;
}

.eventbar-mobile .eventbar-separator {
    margin-top: 0;
}

.second-focus hr {
    border-top: 1px solid var(--borders);
    margin-bottom: 14px;
    opacity: 1;
}

.second-focus .hm-content {}

.sponsored-band {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    background-color: white;
    color: black;
    font-size: 12pt;
    font-family: SuperBook, serif;
    text-align: center;
    z-index: 20;

}

.sponsored-socials {
    position: relative;
    color: black;
    font-family: EnduroBold;
    text-align: right;
}

.sponsored-author {
    text-align: left;
    background-color: white;
    font-size: 12pt;
    font-family: SuperBook, serif;
    padding: 5px 0;
    line-height: 32px;
}

article.approfondimenti.sponsored-by .art-categ {
    display: block;
    text-align: center;
}

.sponsored-disclaimer {
    font-family: SuperBook, serif;
    font-size: 12pt;
    text-align: center;
}


.sponsored-paid {
    text-align: left;
    font-family: Enduro;
    text-transform: uppercase;
}

.format-sponsored-by {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f6f5f3;
    border-left: 0.75rem solid white;
    border-right: 0.75rem solid white;
}

dl.footer-contacts dt {
    font-family: EnduroBold;
    font-size: 10pt;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

dl.footer-contacts dd {
    font-family: SuperBook;
    font-size: 10pt;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.faq-clipping {
    padding: 1em 0;
    margin-top: 20px;
    margin-bottom: 25px;
    border-top: 3px solid black;
    border-bottom: 1px solid black;
}

.faq-clipping h4 {
    padding: 0;
    margin: 0 0 1rem 0;
    font-family: SuperBook;
    font-size: 14pt;
    font-style: italic;
    text-align: center;
}

.faq-clipping h2 {
    padding: 0;
    margin: 0 0 .5rem 0;
    font-family: SuperBook;
    font-size: 22pt;
    line-height: 1.1;
    font-style: normal;
    text-align: left;
}

.faq-clipping a.read-more {
    font-family: 'Enduro';
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    border: none !important;
}

.faq-clipping-splash {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FF8800;
    background-size: cover;
}

.article-body .faq-clipping-splash a {
    display: block;
    font-family: SuperBook;
    font-weight: 200;
    font-size: 20pt;
    line-height: 1.1;
    color: white;
    text-align: center;
    border-bottom: none !important;
}

.faq-question {
    padding: 0 0 0 1em;
    font-family: SuperBook;
    font-size: 14pt;
    line-height: 1.2;
}

.mobile-banner {
    text-align: center;
    margin: 2em 0;
}

.faq-home-splash {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FF8800;
    background-size: cover;
    height: 222px;
}

.faq-home-splash a {
    display: block;
    font-family: SuperBook;
    font-weight: 200;
    font-size: 20pt;
    line-height: 1.1;
    color: white;
    text-align: center;
    border-bottom: none !important;
}

.faq-home-groups ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.faq-home-groups li {
    background: url(/images/life-star.svg) no-repeat;
    background-size: 16px;
    background-position: 0 5px;
    padding-left: 20px;
    margin-left: 10px;
    list-style: none;
    display: block;
    margin-bottom: 3px;
    font-family: Enduro;
    font-size: 12pt;
}

.faq-home-groups .see-more-link {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
}

@media (max-width: 1023px) {
    .sponsored-paid {
        letter-spacing: 0;
        font-size: 11pt;
    }
}

@media (max-width: 767px) {

    .sponsored-band {
        top: 40px;
    }

    .sponsored-logo img {
        height: 34px;
    }

    .sponsored-author {
        padding: .3em 0;
        line-height: 34px;
    }

    .sponsored-paid {
        letter-spacing: 0;
        font-size: 11pt;
    }

    .sponsored-disclaimer {
        font-size: 10pt;
    }
}

@media screen and (max-width: 1200px) {
    .vd-video-overText {
        bottom: 40px;
    }

    .vd-big-star {
        width: 23px;
        margin-left: 3px;
        vertical-align: baseline;
    }

    .vd-video-categ {
        font-size: 10pt;
    }

    .vd-video-title {
        font-size: 14pt;
    }

}

@media (max-width:1024px) {
    .hm-bigtitle {
        font-size: 16pt !important;
        line-height: 18pt !important;
    }

}

@media (max-width: 991px) {

    .sticky-socials a {
        font-size: 120%;
        margin-left: 0;
        padding: 4px;
        color: black;
    }

    .sticky-socials {
        bottom: 0;
    }

    .details-big-article {
        padding-top: 10px;
    }

    .hm-big-article-title {
        font-size: 20pt;
        line-height: 21pt;
        padding: 15px 2% 0 2%;
    }

    .hm-smallest {
        font-size: 10pt;
    }

    .hm-small {
        font-size: 10pt;
    }

    .latest-wrap:nth-child(1n+4) .latest-title {
        border-top: 1px solid #999;
        padding-top: 15px;
    }

    .ovf-xs {
        overflow-x: scroll;
        border: 1px solid var(--borders);
        /* dedede */
        border: none;
        margin: 0 -31px 10px -31px;
        padding-bottom: 8px;
    }

    .article-readmore-section .ovf-xs {
        margin: 0 0 10px 0;
        padding-bottom: 0;
    }

    hr.under-topnews {
        margin-left: -26px;
        margin-right: -26px;
    }

    .ovf-xs-row {
        width: 1200px;
        padding: 10px 10px 10px 30px;
    }

    .article-readmore-section .ovf-xs-row {
        padding-left: 0;
    }

    .ovf-xs::-webkit-scrollbar {
        height: 5px;
    }

    .ovf-xs::-webkit-scrollbar-track {
        background: #afafaf;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    .ovf-xs::-webkit-scrollbar-thumb {
        background: #000;
        height: 2px;
    }

}

@media screen and (min-width: 992px) {


    .full-page-header {
        height: 100vh;
        overflow: hidden;
        background: black;
    }

    .full-page-header figure img {
        margin-left: 50vw;
        width: 50vw;
        max-width: none;
        height: 100vh;
        object-fit: cover;
    }

    .full-page-header.sponsored-by figure img {
        margin-left: 0vw;
        width: 50vw;
        max-width: none;
        height: 100vh;
        object-fit: cover;
    }

    .full-page-header figcaption {
        margin-bottom: 14px;
        position: absolute;
        right: 30px;
        left: 30px;
        text-align: center;
        bottom: -40px;
        z-index: 20;
    }

    article.approfondimenti .art-details-content {
        padding-top: 80px;
    }

    article.approfondimenti .article-titles {
        position: absolute;
        left: 0vw;
        right: 0;
        width: 50vw;
        padding: 0 5vw;
        padding-top: 30px;
        padding-bottom: 50px;
        top: 0;
        bottom: 0;
        color: black;
        z-index: 10;
        text-align: left !important;
        /*        background: linear-gradient(0, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); */
        display: flex;
        flex-direction: column;
    }

    article.approfondimenti.sponsored-by .article-titles {
        left: 50vw;
    }

    article.approfondimenti .article-titles .article-titles-centered {
        margin-top: auto;
        margin-bottom: auto;
    }

    article.approfondimenti .article-titles a {
        color: black;
    }

    article.approfondimenti .article-titles a:hover {
        color: #dedede;
    }

    article.approfondimenti .article-titles .big-article-title,
    article.approfondimenti .article-titles .big-article-content,
    article.approfondimenti .article-titles .art-categ,
    article.approfondimenti .article-titles .art-author {
        padding-left: 0;
        margin-left: 0;
        color: black;
    }

    article.approfondimenti .article-titles {
        background-color: #fff;
        border-bottom: 1px solid var(--borders);
        /* dedede */
    }

    article.approfondimenti .big-article-title {
        font-size: 53px;
        line-height: 52px;
        letter-spacing: 0.5px;
    }

    article.approfondimenti .article-titles .big-article-content {
        padding: 0 5% 5px 0;
        padding-right: 0;
        font-size: 25px;
        line-height: 28px;
        text-align: center;
        margin-right: 0;
        margin-bottom: -30px;
        color: #000;
    }

    article.approfondimenti .art-categ {
        font-size: 10pt;
    }

    article.approfondimenti .article-titles h1 {
        padding-bottom: 15px;
        text-align: center;
        padding-right: 0;
        margin-right: 0;
        font-size: 45pt;
        line-height: 47pt;
        letter-spacing: 1px;
        font-family: 'SuperBook';
    }

    .author-show:nth-child(2n+1) .fi-bio-block {
        border-right: 0.15pt solid var(--borders);
    }

    .author-show:nth-child(2n+1) .fi-nrm-intro-block {
        border-right: none;
    }



    hr.under-topnews {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .latest-green-section .latest-wrap:nth-child(3n+1) {
        border-left: none;
    }

    .mastehead-home {
        margin-top: 0;
        margin-bottom: 15px;
    }

    #articlesTabsContent .hm-title.hm-ipsedixit {
        font-size: 13pt;
        line-height: 15pt;
    }

    .hm-small-article .hm-title {
        font-size: 17pt;
        line-height: 19pt;
    }

    .simple-six .simple-art-wrap:nth-of-type(3n) {
        border-right: none;
    }

    .simple-six .simple-art-wrap:nth-child(-n+3) {
        margin-bottom: 10px;
    }

    .simple-six .simple-art-wrap:nth-child(n+4) {
        margin-top: 10px;
    }

    h2.home-section {
        font-family: 'EnduroBold';
        font-size: 22pt;
    }

    .see-more-link {
        white-space: normal;
        line-height: 8pt;
        font-size: 7pt;
    }

    .art-side-social {
        position: absolute;
        left: 19%;
        margin-top: 152px;
    }

    .art-side-social .social-wrap a {
        display: inline-block;
    }

    .list-sidebar .hm-small-article .hm-bigtitle {
        font-size: 17pt;
        line-height: 19pt;
    }

}

@media (max-width: 767px) {

    #search-popup {
        top: 120px;
        width: 89%;
        padding: 15px;
    }

    #search-popup .close-search-btn {
        top: 15px;
    }

    body {
        max-width: 100%;
    }

    .hm-small-article.mobile-editoriale {
        background: orange;
        padding: 10px 15px 15px 15px;
        border: none;
    }

    .hm-small-article.mobile-editoriale.gradient-1 {
        background: linear-gradient(#ff008f, #f0821a 50%);
    }

    .mobile-editoriale .hm-article-categ {
        color: black;
        font-size: 13pt;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        padding: 0 0 5px 0;
        margin: 0 0 10px 0;
    }

    .mobile-editoriale .hm-time {
        display: none;
    }

    .hm-small-article.mobile-editoriale,
    .hm-bigtitle {
        font-family: SuperBook, serif;
        font-weight: bold;
        font-size: 15pt !important;
        line-height: 17pt !important;
    }

    .mobile-editoriale .hm-small {
        color: rgba(0, 0, 0, .5);
    }

    .latest-wrap:nth-child(1n+4) .latest-title {
        border-top: none;
        padding-top: inherit;
    }

    .hm-small-article .ipse-position {
        font-family: SuperBook;
        line-height: 14pt;
    }

    .mobile-ipse .hm-author {
        display: block;
        font-family: SuperBook;
        padding-top: 5px;
    }

    .mastehead-home {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .mastehead-home .position-relative {
        height: 40px;
    }

    .mh-hamburger {
        display: block;
        position: absolute;
        top: -0px;
    }

    .mh-search {
        display: block;
        position: absolute;
        bottom: 18px;
    }

    .mh-date {
        display: block;
        position: absolute;
        bottom: 0;
    }

    .mh-logo {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -5px;
    }

    .mh-claim {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -1px;
        line-height: 14pt;
        font-size: 14pt;
    }

    .mh-user {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        text-align: right;
    }

    .sticky-header .mh-user {
        /*    top: 14px; */
    }

    .mh-weather {
        display: block;
        position: absolute;
        bottom: 18px;
        right: 15px;
    }

    .mh-finance {
        display: block;
        position: absolute;
        bottom: 0;
        right: 15px;
    }

    .sticky-header {
        padding: 4px 15px;
        height: 43px;
    }


    .sticky-header .home-sticky-logo img {
        max-height: 22px !important;
        height: 22px;
        top: 5px;
    }

    .sticky-socials {
        bottom: 0;
    }

    .sh-search {
        position: absolute;
        top: 14px;
    }

    .main-header .nav-search,
    .main-header .nav-date,
    .main-header .nav-user,
    .main-header .nav-temp,
    .main-header .nav-dow,
    .main-header .nav-updated {
        display: none;
    }

    .main-header .mh-search {
        display: block;
        position: absolute;
        top: -8px;
        left: 54px;
    }

    .main-header .mh-search span {
        display: none;
    }

    .main-header .mh-search .fa-search {
        font-size: large;
    }


    .main-header .nav-abo,
    .sticky-header .nav-abo {
        font-size: 9pt;
        padding: 2px 5px;
        margin-right: 0;
    }

    .nav-scroller {
        /*overflow-x: scroll;*/
    }

    .nav-scr-black {
        display: none;
    }

    .nav-scr-black a {
        padding: 5px 8px;
    }

    .nav-scr-pink {
        border: 0;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.10), 0 3px 4px rgba(0, 0, 0, 0.20);

    }

    .nav-scroller ::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }

    .nav-scroller ::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, .1);
        border-radius: 3px;
    }

    /*.nav-scroller :hover {*/
    /*background: rgba(255, 255, 255, .2);*/
    /*}*/
    .article-readmore-section .ovf-xs-row {
        width: 160vw;
        padding: 10px 10px 10px 30px;
    }

    /*.ovf-xs::-webkit-scrollbar {*/
    /*width: 5px;*/
    /*height: 5px;*/
    /*background-color: #aaa;*/
    /*}*/
    /*.ovf-xs::-webkit-scrollbar-thumb {*/
    /*background-color: rgba(0, 0, 0, 1);*/
    /*}*/
    .hm-small-article {
        padding-bottom: 10px;
        border-bottom: 0.15pt solid var(--borders);
        margin-bottom: 15px;
    }

    .sponsored-by-home .hm-small-article {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    .sponsored-by-home .hm-sponsored-title {
        font-size: inherit;
        line-height: inherit;
        font-family: inherit;
        padding-bottom: inherit;
        padding-top: inherit;
    }

    .border-right {
        border-right: 0 !important;
    }

    .border-left {
        border-left: 0 !important;
    }

    .d-xs-none {
        display: none !important;
    }

    .no-img-art-section .hm-small-article {
        padding-bottom: 5px;
        border-bottom: 0;
        margin-bottom: 10px;
    }

    .no-img-art-section .no-xs-bt {
        margin-top: 0 !important;
        border-top: 0 !important;
        padding-top: 0 !important;
    }

    .art-img-xs-none .hm-article-img {
        display: none;
    }

    .home-categ-section.no-border .hm-small-article {
        border-bottom: 0;
    }

    .social-wrap a:nth-child(5n+1) {
        clear: none;
    }

    .footer-terms {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .hm-adv-xs {
        display: block;
        margin-top: 30px;
        background: #009494;
        overflow: auto;
    }

    .hm-adv-xs .hm-adv-img {
        width: 50%;
        float: right;
    }

    .hm-adv-xs .hm-adv-logo {
        bottom: 15px;
        left: 15px;
        right: auto;
        width: 35%;

    }

    .hm-adv-xs .hm-adv-txt {
        line-height: 32px;
        font-size: 23pt;
        width: 50%;
    }

    footer .footer-middleSect {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 0.15pt solid var(--borders);
    }

    .newsletter-wrap {
        margin-bottom: 20px;
    }

    .social-wrap {
        margin-top: 5px;
    }

    /*--------------aticle details ------------------------*/
    .big-article-title {
        font-size: 25pt;
        line-height: 27pt;
    }

    .big-article-content {
        font-size: 14pt;
        padding: 0 0 30px 0;
    }

    .art-details-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .index-content {
        font-size: 10pt;
    }

    .article-quote {
        font-size: 13pt;
        padding: 40px 15px;
    }

    .article-txt {
        font-size: 10.5pt;
    }

    .article-subtitle {
        font-size: 13pt;
        padding-top: 25px;
    }

    .article-green-section {

        padding: 20px;
    }

    .hm-bigtitle {
        font-size: 19pt;
        line-height: 19pt;
        font-family: "SuperBold", serif;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .hm-small-article .hm-title {
        font-size: 17pt;
        line-height: 18pt;
        word-wrap: break-word;
    }

    .hm-small-article.foryou .hm-bigtitle {
        font-size: 17pt;
        line-height: 18pt;
        word-wrap: break-word;
    }

    .tab-content .hm-title {
        font-size: 16pt;
    }

    .hm-smallest {
        font-size: 9pt;
    }

    .hm-small {
        font-size: 10pt;
    }

    .hm-author {
        font-size: 10pt;
    }

    .home-categ-sec-title {
        font-size: 15pt;
    }

    .article-header-logo img {
        max-width: 140px;
    }

    .hm-time {
        font-size: 8pt;
    }

    .hm-small-article .hm-bigtitle.vmi {
        font-size: 18pt;
        line-height: 20pt;
    }

    .details-big-article .big-article-title {
        padding-top: 10px !important;
    }

    .big-article-title {
        font-size: 24pt;
        line-height: 26pt;
        color: #000;
        padding: 0% !important;
        font-family: 'SuperBold';
    }

    .article-body {
        line-height: 19pt;
    }

    .article-body h5 {
        font-size: 13pt;
        line-height: 13pt;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .big-article-title-ipse {
        line-height: 1.1;
    }

    .hm-small-article .hm-content {
        font-size: 14pt;
    }

    .nav-scr-pink {
        margin-left: -26px;
        margin-right: -26px;
        padding: 0;
    }

    .article-body h2 {
        font-size: 21px;
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .nav-scroller .nav {
        padding: 0 17px;
        margin: 0;
    }

    .nav-scr-pink a {
        padding: 8px 10px;
    }

    article.approfondimenti .article-titles h1 {
        border: none;
        font-family: 'SuperBook';
        font-size: 28pt;
        line-height: 29pt;
        padding-bottom: 15px;
    }

    article.approfondimenti .article-titles .big-article-content {
        font-size: 19px;
        line-height: 21px;
        color: #878787;
    }

    .vd-video-categ {
        font-size: 12pt;
    }

    .vd-video-title {
        font-size: 24pt;
    }

    .vd-video-overText {
        bottom: 60px;
    }

    .vd-big-star {
        width: 28px;
        margin-left: 3px;
        vertical-align: baseline;
    }

    .firme-portrait {
        border-radius: 0;
        width: 100%;
        padding-top: 0;
    }

    .fi-top-title {
        display: block;
    }

    .fi-top-author {
        display: block;
        padding-left: 0;
    }

    .fi-top-results {
        display: block;
        top: 10px;
    }

    .fi-top-position {
        display: block;
        padding-left: 0;
    }

    .home-main .hm-big-article {
        padding-bottom: 50px;
    }

    .tab-opinioni.hm-small-article .hm-bigtitle {
        font-family: SuperBook, serif;
        font-weight: bold;
        font-size: 15pt !important;
        line-height: 17pt !important;
    }

    .tab-opinioni.hm-small-article .hm-tab-summary {
        font-size: 12pt !important;
        line-height: 14pt !important;
    }

    .tab-opinioni .firme-portrait {
        padding: 5px;
    }

    .hm-small-article .hm-bigtitle {
        font-size: 21pt;
        line-height: 23pt;
    }

    .tab-opinioni .hm-time {
        display: none;
    }

    .article-readmore-section {
        position: fixed;
        top: -200px;
        z-index: 100;
        background: white;
        padding: 5px 0 0 25px;
        left: 0;
        width: 100vw;
        box-shadow: 0 5px 5px 0 rgb(0, 0, 0, 0.1);
        transition: top .5s ease;
    }

    .article-readmore-section.exposed {
        top: 20px;
    }

    .article-readmore-section .ablock {}

    .article-readmore-section .ovf-item {
        border-right: 1px solid var(--borders);
        /* dedede */
    }

    .article-readmore-section img,
    .article-readmore-section .hm-smallest,
    .article-readmore-section .hm-author-time {
        display: none;
    }

    .article-readmore-section .art-readmore-title {
        margin-bottom: 5px;
    }

    .article-readmore-section .hm-small-article .hm-title {
        font-family: EnduroBold;
        font-size: 11pt !important;
        line-height: 13pt !important;
    }

    .article-readmore-section .ovf-xs {
        padding-bottom: 12px;
        margin-bottom: 0;
    }

    .article-readmore-section .ovf-xs-row {
        padding: 5px 10px 0 0;
    }

    .article-readmore-section .ovf-xs-row .hm-small-article {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .categoria-inline {
        display: inline;
        font-family: Enduro;
        font-size: 80%;
        margin-right: 3px;
        color: black;
    }

    .home-header-logo img {
        max-width: 260px;
        width: 90%;
    }

    .wfticker {
        display: none;
    }

    .re-text {
        column-count: 1;
    }

    .list-channel-title {
        font-size: 28pt;
    }

    .cat-article-img {
        padding-bottom: 10px;
    }

    .hm-big-article-title {
        font-size: 23pt;
        line-height: 25pt;
    }

    .full-page-header figure img {
        height: 100vw;
    }

    .badge {
        right: 5px;
        top: 5px;
    }

    .sticky-socials span {
        font-size: 13pt;
    }

    .author-bio {
        max-height: auto;
        overflow: hidden;
        transition: .5s;
        font-size: 10pt;
        line-height: 12pt;
    }

    .author-bio-wrap.closed .author-bio {
        max-height: 144px;
    }

    .author-bio-open {
        background: transparent;
        padding: 0;
        border: none;
        font-family: EnduroBold;
        font-size: 12pt;
        color: #afafaf;
    }

    .author-bio-wrap.closed .author-bio-open {
        display: block;
    }

    #search-popup input,
    #search-popup select,
    #search-popup textarea {
        font-size: 25px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    .search-articles .art-small-article {
        margin-top: 10px;
    }

    .article-main .search-date {
        display: inline-block;
    }

    .article-main .search-hour {
        float: right;
    }

    .mastehead-home .position-relative {
        height: 30px;
    }

    .mastehead-home {
        margin-top: 15px;
        margin-bottom: 15px;
    }

}

.live-banner {
    background: white;
}

@media (min-width: 776px) {
    .live-banner>div {
        margin-left: 0;
        margin-right: 0;
    }
}

.live-banner .live-banner .col-12 {
    padding: 20px;
}

.live-banner-logo {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: justify;
}

.live-banner-logo img {
    width: 50%;
}

.live-banner-info h4 {
    color: #0A0A0A;
    font: normal 14pt EnduroMedium;
    padding: 0;
    margin: 0;
    padding-top: 15px;
}

.live-banner-info {
    color: #0A0A0A;
    font: normal 11pt Enduro;
    margin-top: auto;
    line-height: 15pt;
}

.live-banner-info p {
    margin: 0;
}

@media screen and (max-width: 776px) {
    .live-banner {
        max-width: none;
    }
}

@media screen and (min-width: 991px) {
    .live-banner-info h4 {
        font-size: 18pt;
        line-height: 22pt;
    }

    .live-banner-info {
        font-size: 14pt;
        line-height: 18pt;
    }

}

/* ADS */
.ad-dt,
.ad-mb {
    display: none;
    /*   background: #ff9; */
    margin: 0 auto 10px;
    align-items: center;
    justify-content: center;
}

.ad-mb-masthead {
    margin-top: 5px;
}

@media screen and (min-width: 992px) {
    .ad-dt {
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    .ad-mb {
        display: flex;
    }
}

.ad-300x250 {
    width: 300px;
    height: 250px;
}

.ad-728x90 {
    width: 728px;
    height: 90px;
    margin-top: 10px;
}

.ad-masthead {
    margin-top: 15px;
    height: 250px;
}

.ad-320x50 {
    width: 320px;
    height: 50px;
}

.ad-320x100 {
    width: 320px;
    height: 100px;
    margin-top: 20px;
}

.ad-300x600 {
    width: 300px;
    height: 600px;
}

.ad-veeplayer {
    width: 250px;
    height: 250px;
}

.ad-veeinfeed {
    width: 250px;
    height: 250px;
}

/* END ADS */