button,input{outline:0;border:0;border-radius:4px;font-family:"IBM Plex Serif",serif}
.popup-meniu input[type=submit] {font-family:"IBM Plex Sans",serif}
input::placeholder{color:#8d9fb2;font-size:14px}
input{-webkit-appearance:none;appearance:none}
a{text-decoration:none;color:#222}
*{margin:0;padding:0;box-sizing:border-box}
a,:focus{outline:none}
input[type=checkbox]{display:none}
em{font-style:normal}
ul{padding:0}
img{width:100%;height:auto}
body{font-family: 'IBM Plex Serif', serif;font-size: 17px;line-height: 22px;color: #222;background-color: #FFF;font-weight: 300;}
p,li {font-size:17px;line-height:24px;}
h1{font-size:34px;line-height:44px;font-weight:300}
h2,.title{font-size:24px;line-height:32px;font-weight:400}
.ads-div {background-color:#F0F0F0;;margin:15px auto;text-align:center;display:flex;align-items:center;justify-content:center}
.ads-div.first-ads {margin: 0 auto}
.homepage .ads-div.first-ads {margin: 0 auto 30px auto}

.homepage .video-section #replacementVideo .vjs-control-bar {
    opacity: 0;
}

article.article-block p strong,
article.article-block p b {
    font-weight: bold;
}

.home-back {
    border: solid 1px #dc0510;
    margin: 0 auto 30px auto;
    padding: 12px 0 12px 0;
    background: url(../images-21/arrow-solid72.svg) no-repeat left center;
    background-size: 48px;
    max-width: 630px;
    border-radius: 30px;
    display: block;
    text-align: center;
    background-color: #fff;
}

.home-back:hover {
    color: #ffffff;
    background-color: #dc0510;
    animation: home-back 0.1s step-end 0 2;
    -webkit-animation: home-back 0.1s step-end 0 2;
    -moz-animation: home-back 0.1s step-end 0 2;
    transition: all 0.2s ease 0.2s;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
}

@-webkit-keyframes home-back {
    from,
    to {
        background-color: #f8f8f8;
        color: #080808;
    }
    50% {
        background-color: #fff;
        color: #dc0510;
    }
}

@-moz-keyframes home-back {
    from,
    to {
        background-color: #f8f8f8;
        color: #080808;
    }
    50% {
        background-color: #fff;
        color: #dc0510;
    }
}






.page-section.aplay {margin-top:30px;}
/*iframe#sticky-player {position:fixed;width:96%;z-index:99999;border:0;height:235px;margin: -10px 0 0 5px;}*/
.video-in-article.video-in-article--articole {display: none;}


.article-block p.activate-social-media {
    text-align: center;
    background-color: #dc0510;
    padding: 15px 30px 30px 30px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 18px;
    color:#fff
}

.activate-social-media strong {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color:#fff
}

.activate-social-media .show-cookie {
    display: block;
    padding-top: 25px;
}

.activate-social-media .show-cookie span {
    color: #dc0510;
    background-color: #fff;
    padding: 6px 15px;
    cursor:pointer;
    font-size: 14px;
    font-weight: bold
}



.article-block p iframe {
    width: 100%;
}

.video-large-small {
    display: block;
    clear: both;
}

.video-large .logo-emisiune {
    float: left;
    width: 50px;
    height: 50px;
    margin: 5px 15px 0 0;
}

.video-large .title {
    padding-left: 65px;
}

.video-large .sapou {
    padding-left: 65px;
    color: #999;
    padding-top: 5px;
}

.video-large .news-data {
    font-family: ibm plex sans,serif;
    color: #222;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 65px;
    display: inline-block;
}

.video-large-small picture {
    width: 145px;
    margin-right: 15px;
    margin-top: 10px;
    padding-bottom: 30px;
    display: block;
    float: left;
    position: relative;
}

.video-large-small .marcaj-video {
    position: absolute;
    background: url(../images-21/icon-play-2021.svg) no-repeat;
    background-size: cover;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    top: 50px;
    right: 8px;
}

.video-large-small .title {
    font-size: 18px;
    line-height: 24px;
    color: #222;
}

.video-large-small .news-data {
    font-family: ibm plex sans,serif;
    color: #222;
    font-size: 12px;
    display: block;
}

.published-hour {
    font-family: "IBM Plex Sans", serif;
    color: #222;
    font-size: 14px;
    line-height: 28px;
}

.alege-emisiune.active {
    display: block;
    z-index: 99999;
    position: fixed;
}

.alege-emisiune {
    display: none;
    top: 35%;
    left: 50%;
    width: 360px;
    margin-left: -180px;
    background-color: #FFF;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 25px;
    position: relative;
}

.alege-emisiune .ex-h1 {
    font-size: 24px;
    line-height: 32px;
    display: block;
    width: 100%;
}

.search-emisiuni input[type=search] {
    font-size: 16px;
    line-height: 32px;
    color: #222;
    background-color: #FFF;
    border: solid 1px #bbb;
    width: 100%;
    margin: 15px 0;
    padding: 3px 10px;
}

.search-emisiuni ul {
    background-color: #f4f4f4;
    padding: 0 15px;
    border-radius: 4px;
    max-height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.search-emisiuni li {
    list-style: none;
}

.search-emisiuni li a {
    display: block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0;
}

.search-emisiuni li a:hover {
    color: #DA0F10;
}

.search-emisiuni input[type="search"]::-webkit-search-cancel-button{
    display: none;
}

.gnews {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    margin: 0 auto 30px auto;
    padding: 15px 0 15px 55px;
    background: url(../images-21/master-logo-antena1.svg) no-repeat 10px center;
    background-size: 30px;
    max-width: 630px;
}

.gnews a {
    color: #eb1010;
}

.gallery-link-section,
.calup-news__right--standalone {
    padding-top: 30px;
}

@media only screen and (min-width: 1230px) {
    .main-container--programtv .calup-news__right--standalone {
        padding: 0 30px;
    }
}


.livepage .calup-news {
    padding-top: 45px;
}

.news-item-info__logo-show {
    float: left;
    width: 40px;
    height: 40px;
    margin: 10px 15px 0 0;
}

.news-item-info__data {
    padding-top: 5px;
}

.bumbi a,
.bumbi ::marker {
    color: #da0f10;
}

.branding_up {
    height: 40px;
    background-color: #EDEBEB;
}

.branding_up img {
    width: initial;
    height: 40px;
}

.branding_up .show {
    float: left;
}

.branding_up .lidl-logo {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 13px;
    color: #222;
    align-items: center;
    float: right;
}

.branding_up.space-down {
    margin-bottom: 15px;
}

.branding_up .lidl-logo .pow {
    padding-right: 10px;
}

/* header + menu */
.header {
    position: relative;
    height: 90px;
    z-index: 1000001;
    background-color: #FFF;
}

.antena-brand {
    width: 52px;
    height: 13px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -26px;
    background: url(../images-21/antena.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.logo {
    height: 55px;
    width: 50px;
    position: absolute;
    top: 18px;
    left: 50%;
    margin: 0 0 0 -18px;
    text-indent: -9999px;
}

.logo a,
.logo{
    display: block;
    width: 34px;
    height: 41px;
    background: url(../images-21/master-logo-antena1.svg) no-repeat;
    background-size: cover;
}

.removeScroll {
    overflow: hidden;
}

.removeScroll .nav-menu {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}

.hamburger {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 25px;
    z-index: 5;
    background-color: #fff;
    cursor: pointer;
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.bar {
    display: block;
    width: 24px;
    height: 2px;
    margin: 4px auto;
    transition: all .3s ease-in-out;
    background-color: #000;
}

.navbar {
    padding-top: 90px;
}

.nav-menu,
.nav-menu ul {
    display: none;
}

.nav-menu.active {
    display: block;
    background-color: #fff;
    position: relative;
    width: 100%;
    height:100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* sarafi scroll */
    overflow-x: hidden;
    max-height: calc(100vh - 80px);
}

.submenu.active ul {
    display: block;
    background-color: #f1f1f1;
}

.navbar li {
    position: relative;
}

.navbar li a,
.submenu-open-more {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #ddd;
    color: #222;
}

.navbar li a:hover,
.submenu-open-more:hover {
    color: #da0f10;
    cursor: pointer;
}

.submenu-arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    line-height: 12px;
    right: 5px;
    cursor: pointer;
}

.submenu-arrow:before {
    content: "<";
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    transform: rotate(-90deg);
}

.submenu.active > .submenu-arrow:before {
    transform: rotate(90deg);
    right: -3px;
    position: relative;
}

.cauta {
    display: none;
}

.link-antenaplay {
    float: right;
    height: 50px;
    background: url(../images-21/antenaplay.png) no-repeat left center;
    background-size: 40%;
    color: #000;
    padding: 13px 10px 10px 30px;
    text-align: right;
    text-decoration: none;
    margin-top: 25px;
}

.cauta-mobile {
    float: right;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url(../images-21/icon-new-menu__search.svg) no-repeat center;
    cursor: pointer;
    margin-top: 10px;
}

.user-login {
    float: right;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url(../images-21/icon-user.svg) no-repeat center;
    cursor: pointer;
    margin-top: 10px;
}

.app-title {
    padding: 30px 15px 15px 15px;
    text-align: center;
}

.app-logo {
    background-color: #da0f10;
    border-radius: 30%;
    top: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}

.app-logo::before {
    content: "";
    background: url(../images-21/master-logo-antena1.svg) no-repeat;
    background-size: cover;
    width: 16px;
    height: 19px;
    filter: brightness(0) invert(1);
    position: absolute;
    left: 6px;
    top: 6px;
}

.app-button {
    width: 300px;
    height: 50px;
    margin: 0 auto;
    list-style: none;
}

.navbar .app-button a {
    width: 140px;
    height: 50px;
    font-size: 13px;
    padding: 6px 40px 10px 10px;
    line-height: 18px;
    color: #8f9193;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-image: url(../images-21/footer-logo.png?v3);
    background-repeat: no-repeat;
    background-size: 900px;
}

.navbar .app-button a:hover,
.navbar .app-social:hover {
    box-shadow: 10px 10px 30px #ccc;
    color: #8f9193;
}

.gplay {
    float: left;
    background-position: -65px -107px;
}

.appstore {
    float: right;
    background-position: -65px -168px;
}

.gplay:hover {
    background-position: 92px -107px;
}

.appstore:hover {
    background-position: 92px -168px;
}

.navbar .app-social {
    width: 300px;
    height: 50px;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 130px;
    margin: 15px auto 45px auto;
    clear: both;
    border-radius: 10px;
    list-style: none;
}

.app-social::before {
    content: "Urmareste-ne";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #8f9193;
}

.navbar .app-social a {
    width: 27px;
    height: 27px;
    margin-left: 4px;
    display: block;
    float: left;
    text-indent: -9999px;
    border: 0;
    padding: 0;
    background-image: url(../images-21/footer-logo.png?v3);
    background-repeat: no-repeat;
    background-size: 600px;
    filter: grayscale(100%);
    opacity: .6;
    transition: all .1s;
}

.navbar .app-social a:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.app-facebook {
    background-position: 3px -153px;
}

.app-instagram {
    background-position: -26px -153px;
}

.app-youtube {
    background-position: -57px -153px;
}

.app-tiktok{
    background-position: -89px -153px;
}

.app-linkedin {
    background-position: -119px -153px;
}

.app-googleplay {
    background-position: -119px -153px;
}

/* end header + menu */


/* seo content */
.content-seo {
    padding: 0 15px;
    overflow: hidden;
    max-height: 375px;
    position: relative;
}

@media all and (min-width: 540px) {
    .content-seo {
        max-height: 265px;
    }
}

.content-seo.read-active {
    max-height: initial;
}

.content-seo a,
.seo-read-all {
    color: #DA0F10;
    text-decoration: underline;
}

.seo-read-all {
    display: inline-block;
    padding-bottom: 20px;
    cursor: pointer;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
}

.content-seo a:hover,
.seo-read-all:hover {
    text-decoration: none;
}

.content-seo.read-active .seo-read-all {
    display: none;
}

.content-seo ul {
    padding-bottom: 20px;
}

.content-seo li {
    list-style: disc inside;
}
/* end seo content */


/* footer */

footer {
    margin: 30px 0 0 0;
    text-align: center;
    position: relative;
}

footer .controller {
    background-image: url(../images-21/shade-light.png);
    padding: 15px;
    position: relative;
}

footer .wrapper {
    background-color: #fff;
    padding: 15px;
}

.social-logo {
    padding:15px 0;
}

footer p {
    font-size: 14px;
}

footer .linkuri-utile {
    list-style-type: none;
    font-size: 14px;
    color: #DA0F10;
    margin-bottom: 15px;
}

footer .linkuri-utile li {
    padding: 5px 0;
    display: block;
}
footer .linkuri-utile a,
footer .linkuri-utile #ot-sdk-btn.ot-sdk-show-settings {
    color: #DA0F10;
    font-size: 14px;
    border-color: #fff;
}
.parteneri li,
.social-logo li,
.social-logo a {
    display: inline-block;
    list-style: none;
}

.parteneri a {
    padding: 3px 10px 4px 10px;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #DA0F10;
}

.parteneri a:hover {
    background-color: #DA0F10;
    color: #FFF;
}

.social-logo a {
    filter: grayscale(100%);
    opacity: 0.5;
    width: 50px;
    height: 50px;
    transition: all .3s;
    margin-right: 5px;
}

.social-logo li:last-child a {
    margin-right: 0;
}

.social-logo a:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.social-logo li {
    padding: 0 1px;
}

.social-logo a {
    width: 50px;
}

/* end footer */


/* search modal */
.popup-meniu {
    display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    z-index: 4;
    width: 360px;
    margin-left: -180px;
}

.popup-meniu .ex-h1 {
    font-size:24px;
    line-height:32px;
    display: block;
    width: 100%;
}

.popup-meniu.active {
    display: block;
    z-index: 99999;
}

.inchide-search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #eee;
    color: #000;
    font-weight: 700;
    width: 26px;
    height: 26px;
    text-align: center;
    cursor: pointer;
    font-family: "IBM Plex Sans", serif;
    border-bottom-left-radius: 4px;
}

.popup-meniu form {
    background-color: #FFF;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 25px;
    position: relative;
}

.popup-meniu #search-box {
    font-size: 16px;
    line-height: 32px;
    color: #222;
    background-color: #FFF;
    border: solid 1px #bbb;
    width: 100%;
    margin: 15px 0;
    padding: 3px 10px;
}

.popup-meniu input[type=submit] {
    background-color: #DA0F10;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    cursor: pointer;
}

/* search modal */

/* article design */

.article-hero {
    padding: 15px;
}

.article-hero h1 {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 30px;
    padding-bottom: 15px;
    font-weight: 400;
}

.article-author {
    padding: 30px 0;
    color: #888;
    font-size: 14px;
}

.article-author-img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    float: left;
}

.author-info a {
    color: #DA0F10;
}

.main-photo {
    margin-top: 30px;
    position: relative;
}

.main-photo .video-tag {
    color: #222;
    padding: 8px 30px 8px 60px;
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    float: right;
    border-bottom: solid 1px #C8C6C7;
    border-right: solid 1px #C8C6C7;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    position: absolute;
    right: 2px;
    top: 3px;
    background-color: #fff;
}

.main-photo .video-tag:before,
.main-photo .video-tag:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.main-photo .video-tag:before {
    background-image: linear-gradient(-45deg, #FF5C00 0%, #E80001 100%);
}
.main-photo .video-tag:after {
    background: url("../images-21/icon-gallery.svg") no-repeat;
    background-size: contain;
}

.photo-caption {
    background-color: #222;
    color:#fff;
    margin-top: -5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
}

.article-block h2 {
    padding: 15px 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.article-block p {
    padding: 15px 0;
}

.article-block p a {
    color: #DA0F10;
}

.article-block ul,
.article-block ol {
    padding: 10px 0;
}

.article-block ul li,
.article-block ol li {
    list-style: disc inside;
    padding: 5px 0;
}

.article-block ul li a {
    color: #da0f10;
}

.gallery-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-three-wrapper .grid-item:first-child {
    width: 100%;
}

.gallery-link .grid-item {
    width: calc(50% - 1px);
    position: relative;
}

.text-link {
    padding: 15px 0;
    border-top: 1px solid #EDEBEB;
    border-bottom: 1px solid #EDEBEB;
    display: flex;
    max-width: 630px;
    margin: 15px auto 30px auto;
    align-items: center;
}

.text-link img {
    width: 140px;
    height: auto;
    margin-right: 15px;
    float: left;
}

.share {
    padding: 15px 0 30px 0;
    overflow: hidden;
}

.share a {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 7px;
}

.share a.postcomments {
    background-color: #DA0F10;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
    border-radius: 4px;
    height: 38px;
    width: 38px;
    margin-left: 5px;
    top: 1px;
    padding: 8px;
}

.share a.postcomments:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 6px);
    border-top: 10px solid #da0f10;
    border-bottom: 15px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.top-video .listing-large {
    position: relative;
    display: block;
}

.top-video .listing-large:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #FFF transparent transparent transparent;
    z-index: 1;
}

.top-video .listing-large:after {
    content: '1';
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 2;
}

.top-video .listing-small:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #FFF transparent transparent transparent;
    z-index: 1;
}

.top-video .listing-small:after {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
}

.top-video .listing-small:nth-child(1):after {
    content: '2';
}
.top-video .listing-small:nth-child(2):after {
    content: '3';
}
.top-video .listing-small:nth-child(3):after {
    content: '4';
}
.top-video .listing-small:nth-child(4):after {
    content: '5';
}

.taguri {
    display: block;
    clear: both;
    padding: 15px 0;
    max-width: 630px;
    margin: 0 auto;
}

.taguri li {
    display: inline-block;
    padding-bottom: 10px;
}

.taguri li a {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #DA0F10;
    padding: 3px 10px;
    border-radius: 20px;
    border: solid 1px #EC8787;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.taguri li a:hover {
    background-color: #DA0F10;
    color: #fff;
}

.related-observator {
    padding: 30px 0;
    max-width: 630px;
    margin: 0 auto;
}

.related-observator .logo-observator {
    text-align: center;
    display: block;
    border-top: solid 1px #ddd;
}

.related-observator .logo-observator img {
    width: 200px;
    position: relative;
    top: -17px;
    background-color: #fff;
    padding: 0 15px;
}

.related-observator picture {
    height: 265px;
    overflow: hidden;
    display: block;
}

.read-more {
    padding: 15px 0;
    clear: both;
}

.ex-h2 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.25px;
    padding: 15px 0;
    display: inline-block;
}

.ex-h4 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #222;
    padding-top: 15px;
}

.citeste-si {
    clear: both;
    max-width: 630px;
    margin: 15px auto;
    overflow: hidden;
}

.citeste-si a {
    clear: both;
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
    display: flex;
    align-items: center;
}

.citeste-si img {
    width: 145px;
    height: auto;
    margin-right: 15px;
    float: left;
}

.hotbox {
    max-width: 630px;
    margin: 0 auto;
}

.hotbox-inner {
    margin: -31px 0 30px 0;
}

.hotbox-h4 {
    background-color: #222;
    color: #ffd700;
    font-size: 14px;
    padding: 3px 20px 5px 20px;
}

.hotbox-h5 {
    padding: 15px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    display: block;
}

.hotbox-h5 strong {
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding-top: 5px;
}

.recomandari-link {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0;
    display: block;
}

.gallery-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-four-wrapper .grid-item:first-child {
    width: 100%;
}

.grid-four-wrapper .grid-item {
    width: calc(33.3333% - 1px);
    position: relative;
}

.plus-more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.space {
    display: block;
    clear: both;
    padding: 15px 0;
    text-align: center;
}

.mai-multe__wrapper {
    display: block;
    clear: both;
    padding-top: 15px;
    text-align: center;
}

.space .mai-multe,
.mai-multe__wrapper .mai-multe {
    float: none;
    display: inline-block;
}

.box-antenaplay {
    border: 1px solid #EDEBEB;
    padding: 20px;
    font-family: "IBM Plex Sans", sans-serif;
}

.box-antenaplay__header {
    display: flex;
    align-items: center;
    color: rgba(34, 34, 34, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 25px;
}

.box-antenaplay__header img {
    width: 130px;
    height: auto;
}

.box-antenaplay__header span {
    margin-left: 12px;
    border-left: 1px solid #C8C6C7;
    padding-left: 12px;
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.box-antenaplay__tabs {
    list-style: none;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -1px 0 #C8C6C7;
    box-shadow: inset 0 -1px 0 #C8C6C7;
    margin-bottom: 20px;
}

.box-antenaplay .box-antenaplay__header {
    display: flex;
    align-items: center;
}

.box-antenaplay__tabs li {
    margin-right: 1px;
}

.box-antenaplay__tabs a {
    display: block;
    width: 27px;
    height: 27px;
    text-align: center;
    box-shadow: inset 0 -3px 0 #C8C6C7;
    font-size: 12px;
    padding: 0;
}

.box-antenaplay__tabs a.selected {
    background-color: #DA0F10;
    box-shadow: inset 0 -3px 0 #bc0d0e;
    color: #FFF;
}

.box-antenaplay__tabel {
    width: 100%;

    font-size: 16px;
}

.box-antenaplay__tabel {
    border-collapse: collapse;
}

.box-antenaplay__tabel tr  td{
    border-bottom: 1px solid #C8C6C7;
}

.box-antenaplay__tabel td {
    text-align: center;
}

.box-antenaplay__tabel td:first-child {
    text-align: left;
    padding: 10px 10px 10px 0;
}

.box-antenaplay__tabel td:last-child {
    text-align: left;
    padding: 10px 0 10px 10px;
}

.box-antenaplay__tabel img {
    width: auto;
    height: auto;
    max-height: 30px;
    max-width: 40px;
}

.box-antenaplay__tabel a {
    display: block;
}

.abonare-newsletter {
    text-align: center;
    border: solid 2px  #EDEBEB;
    padding: 55px 20px 20px;
    clear: both;
    background-image: url(../images-21/icon-newsletter.svg);
    background-repeat: no-repeat;
    background-position: center 22px;
    background-size: 30px;
}

.abonare-newsletter .ex-h2 {
    font-size: 24px;
    padding: 0 0 10px 0;
    font-family: 'ibm plex serif',serif;
    color: #222;
}

.abonare-newsletter p {
    font-size: 14px;
    max-width: 630px;
    margin: 0 auto;
    padding-top: 5px;
    font-family: 'ibm plex serif',serif;
    color: #222;
}
#newsletter_msg {
    color: #DA0F10;
}

.abonare-newsletter input[type=text]{
    width: 100%;
    max-width: 320px;
    font-family: "IBM Plex Serif", serif;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    background-color: #FFF;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.abonare-newsletter a {
    color: #DA0F10;
}

.abonare-newsletter input[type=submit] {
    padding: 10px 12px;
    border: 1px solid #DA0F10;
    background-color: #fff;
    color: #DA0F10;
    border-radius: 0;
    text-transform: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}

.abonare-newsletter input[type=submit]:hover {
    background-color: #fbe7e7;
}

.abonare-newsletter input[type=checkbox] {
    display: inline-block;
    margin: 15px 0;
    appearance: auto;
}

/*.video-container {
    width: 100vw;
    margin-left: -15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
}*/

.video-in-article {
    width: 100vw;
    margin-left: -15px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.video-in-article__text {
    padding: 0 0 10px;
    margin: 12px 15px 15px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #C8C6C7;
}

.video-in-article__related {
    display: flex;
    flex-wrap: wrap;
}

.video-in-article__related .news-item {
    margin-bottom: 15px;
    display: flex;
    padding: 0 15px;
    position: relative;
}

.video-in-article__related .thumb {
    width: 145px;
}

/* end article design */


.stire-prev,
.stire-next {
    display: none;
}

/* breadcrumbs */
.breadcrumbs {
    padding:15px;
    text-transform: uppercase;
    font-family: "IBM Plex Sans", serif;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs a {
    color: #DA0F10;
}

.breadcrumbs a:after {
    content: " »";
}
/* breadcrumbs */


/* categorie */
.listing-header,
.listing-container {
    padding: 0 15px;
}

.listing-header h1 {
    text-align: center;
    padding-bottom: 15px;
}

.listing-header p {
    padding-top: 15px;
}

.listing-menu {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.listing-menu li {
    display: inline-block;
}

.listing-menu li a {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
}

.listing-menu li:first-child a {
    padding-left: 0;
}

.listing-menu li a:hover {
    color: #DA0F10;
}

.listing-menu li img {
    width: 20px;
    position: relative;
    top: 3px;
}

.listing-menu .arrow a:after {
    content: ">";
    font-size: 10px;
    font-weight: 700;
    transform: rotate(90deg);
    display: inline-block;
    left: 3px;
    position: relative;
}

.news-item {
    padding: 15px 0 0 0;
    display: block;
}

.news-item h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}

.news-item p {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    color: #999;
}

.news-item .news-data {
    font-family: "IBM Plex Sans", serif;
    color: #222;
    font-size: 12px;
}

.news-item .logo-show {
    width: 30px;
    float: left;
    margin-right: 15px;
}

.poza-autor {
    width: 60px;
    float: left;
}

.calup-news__right .news-item {
    padding: 15px 0;
    border-top: solid 1px #ccc;
}

.calup-news__right .news-item h3 {
    transition: all 0.3s ease;
}

.calup-news__right .news-item:hover h3 {
    padding-left: 5px;
}

.calup-news__right__title {
    font-size: 26px;
    letter-spacing: 2px;
    font-family: "IBM Plex Sans", serif;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 400;
}

.calup-news__right .news-item-info {
    display: block;
    font-size: 18px;
}

.calup-news__right .news-item-info h3,
.calup-news__right .news-item-info .ex-h2{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0;
}

.mai-multe {
    font-family: "IBM Plex Sans", serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #DA0F10;
    border-radius: 100px;
    color: #DA0F10;
    background: url(../images-21/sageata-mai-multe.svg) no-repeat 10px 10px;
    padding: 7px 15px 7px 35px;
    margin-right: 15px;
    text-align: center;
    float: right;
}

.mai-multe:hover {
    background-color: #fbe7e7;
}

.section-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 30px;
    padding-bottom: 15px;
    display: block;
    position: relative;
    clear: both;
}

.calup-news .section-title {
    padding-top: 0;
}

.listing-large picture,
.listing-small picture {
    position: relative;
}

.listing-large .marcaj-video,
.listing-small .marcaj-video {
    position: absolute;
    background: url(../images-21/icon-play-2021.svg) no-repeat;
    background-size: cover;
    border-radius: 4px;
}

.listing-large .news-data,
.listing-small .news-data {
    font-family: "IBM Plex Sans", serif;
    color: #222;
    font-size: 12px;
}

.listing-large .marcaj-video {
    width: 40px;
    height: 40px;
    top: -35px;
    right: 15px;
}

.listing-small .marcaj-video {
    width: 25px;
    height: 25px;
    top: 50px;
    right: 8px;
}

.listing-large .title {
    font-size: 17px;
    line-height: 22px;
    color: #222;
    padding: 10px 0 5px 0;
    display: block;
}

.listing-small {
    overflow: hidden;
    display: block;
    position: relative;
}

.listing-small picture {
    width: 145px;
    margin-right: 15px;
    margin-top: 15px;
    display: block;
    float: left;
}

.calup-parteneri .listing-small picture {
    padding-bottom: 60px;
}

.listing-small .title {
    font-size: 17px;
    line-height: 22px;
    color: #222;
    padding: 10px 0 5px 0;
    display: block;
}

/* end categorie */


.emisiuni {
    padding: 0 15px;
}

.emisiuni-item {
    margin: 30px 0;
    display: block;
}

.calup-video-coloana {
    padding-top: 20px;
    height: 560px;
    overflow-x: hidden;
    overflow-y: scroll;
}
/* tableta, desktop  */
@media only screen and (min-width: 1024px) {

    .article-author {
        float: left;
        width: 70%;
    }

    .share {
        float: right;
        width: 30%;
        padding-top: 35px;
        display: flex;
        justify-content: right;
    }

    .share .comments {
        width: 165px;
    }

    .ads-div.first-ads {
        clear: both;
    }

    .parteneri {
        padding: 0 50px;
    }

    .video-large {
        width: 590px;
        float: left;
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .video-large-small {
        padding-bottom: 15px;
    }

    .video-large-small .news-data {
        padding-left: 160px;
    }

    .calup-video-coloana {
        width: 360px;
        float: right;
        padding-top: 20px;
        height: 560px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .video-listing {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .video-item {
        width: calc((100% - 50px) / 3);
        padding-top: 30px;
    }

    .video-item h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

    .video-item picture {
        position: relative;
        display: block;
    }

    .video-item .marcaj-video {
        position: absolute;
        background: url(../images-21/icon-play-2021.svg) no-repeat;
        background-size: cover;
        border-radius: 4px;
        width: 25px;
        height: 25px;
        top: 135px;
        right: 15px;
    }

    .video-item .logo-show {
        float: left;
        width: 30px;
        margin: 5px 5px 0 0;
    }

    .video-item .news-data {
        font-family: ibm plex sans,serif;
        color: #222;
        font-size: 12px;
        padding-top: 10px;
        display: inline-block;
    }

    .item-large.first-item-large .news-data {
        padding-left: 115px;
    }

    .item-col2 .sapou,
    .item-large.first-item-large .sapou {
        padding-left: 85px;
        color: #999;
        padding-top: 5px;
    }

    .item-col2 .news-data {
        padding-left: 85px;
    }

    /*    .video-container {
            width: 970px;
            margin-left: -165px;
            padding: 15px 0;
        }*/

    .sticky-video {
        width: 400px;
        right: 20px;
        top: 100px;
        z-index: 1005;
        position: fixed;
    }

    .sticky-video .close {
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 30px;
        height: 30px;
        background-color: #fff;
        background-image: url(../images-21/close.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 46%;
        cursor: pointer;
        border: 2px solid #DA0F10;
    }

    .recomandari {
        display: flex;
        width: 100%;
        gap: 15px;
        margin-top: 45px;
    }

    .recomandari-link {
        width: 33%;
        padding: 0;
    }

    .box-antenaplay {
        width: 33%;
    }

    .calup-parteneri-link {
        width: 220px;
        display: inline-grid;
        gap: 5px;
        margin:0 15px 15px 0;
    }

    .calup-parteneri-link picture {
        width: 220px;
        height: 220px;
        overflow: hidden;
        display: block;
    }

    .calup-parteneri-link picture img {
        width: 220px;
        height: 220px;
        object-fit: cover;
    }

    .citeste-si img {
        width: 125px;
        height: 125px;
        object-fit: cover;
    }

    .calup-parteneri-link .ex-h6 {
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 14px;
        margin-top: 5px;
        position: relative;
        display: block;
        color: #DA0F10;
    }

    .article-block {
        max-width: 630px;
        margin: 0 auto;
    }

    .article-hero {
        padding: 15px 30px;
    }

    .article-block .ads-div {
        margin-left: -170px;
    }

    #ads-ribon-close {
        display: none;
    }

    .listing-header,
    .listing-container {
        padding: 0 30px;
    }

    .breadcrumbs {
        padding-left: 30px;
        padding-right: 30px;
    }

    .breadcrumbs--categorie {
        text-align: right;
        padding: 20px 15px 17px;
        margin-bottom: -8px;
        border-bottom: 1px dashed #C8C6C7;
    }

    @media all and (min-width: 1020px) {
        .breadcrumbs--categorie {
            text-align: left;
            border-bottom: none;
            padding: 30px 30px 0;
            position: relative;
            z-index: 1;
            margin-bottom: -8px;
        }
    }

    footer .linkuri-utile li {
        display: inline-block;
    }

    footer .linkuri-utile li a,
    footer #ot-sdk-btn.ot-sdk-show-settings {
        padding: 3px 10px 4px 10px;
        display: inline-block;
        border-radius: 20px;
        cursor: pointer;
        font-size: 14px;
        line-height: 24px;
    }

    footer .linkuri-utile li a:hover,
    footer #ot-sdk-btn.ot-sdk-show-settings:hover {
        background-color: #DA0F10!important;
        color: #FFF;
    }

    /*categorie*/

    .news-item {
        display: block;
        clear: both;
        overflow: hidden;
    }

    .news-item picture {
        width: 470px;
        height: 265px;
        float: left;
        overflow: hidden;
        margin: 0 30px 15px 0;
        position: relative;
    }

    .news-item .marcaj-video {
        position: absolute;
        width: 25px;
        height: 25px;
        background: url(../images-21/icon-play-2021.svg) no-repeat;
        background-size: cover;
        bottom: 15px;
        right: 15px;
        border-radius: 4px;
    }

    .news-item h2 {
        font-size: 24px;
        line-height:32px;
    }

    .news-item p {
        font-size: 16px;
        padding: 15px 0;
        color: #999;
    }
    .news-item picture img {
        transition: all 0.5s ease;
    }

    .news-item:hover picture img {
        transform: scale(1.05);
    }

    .news-item.large h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .news-item.large p {
        font-size: 16px;
    }

    .news-item.large picture {
        width: 100%;
        float: none;
        margin: 0;
    }

    .news-item.large:hover img {
        transform: scale(1);
    }

    /* end categorie */


    /* homepage */

    .calup-news {
        padding-bottom: 30px;
        overflow: hidden;
    }

    .calup-news .item-large {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .calup-news .item-large .news-data,
    .interactive .news-data {
        display: block;
        font-family: "IBM Plex Sans", serif;
        color: #222;
        font-size: 12px;
        padding-top: 5px;
    }

    .calup-news-left {
        float: left;
        width: 630px;
    }

    .homepage .calup-news .calup-news__right,
    .livepage .calup-news__right{
        float: right;
        width: 310px;
        border-left: solid 1px #ccc;
        padding-left: 30px;
    }

    .item-large {
        display: block;
        overflow: hidden;
        padding-top: 30px;
    }

    .item-large .logo-emisiune {
        float: left;
        width: 100px;
        height: 100px;
        margin: 5px 15px 0 0;
    }

    .homepage .item-large h2,
    .homepage .item-col2 h2 {
        font-weight: 400;
    }

    .item-large .news-data,
    .item-col2 .news-data {
        font-family: "IBM Plex Sans", serif;
        color: #222;
        font-size: 12px;
        padding-top: 5px;
        display: inline-block;
    }

    .div-clear {
        display: block;
        clear: both;
        padding: 30px 0;
        overflow: hidden;
    }
    .item-col2 {
        display: block;
        width: 50%;
        float: left;
    }

    .item-col2:nth-child(odd) {
        padding-right: 15px;
    }

    .item-col2:nth-child(even) {
        padding-left: 15px;
    }

    .item-col2 h2 {
        font-size: 18px;
        line-height: 24px;
        padding-top: 5px;
    }

    .interactive {
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .interactive .interactive-link {
        width: calc((100% - 60px) / 3);
        display: flex;
        flex-direction: column;
    }

    .interactive .title {
        font-size: 18px;
        line-height: 24px;
        padding-top: 5px;
    }

    .interactive picture {
        max-height: 170px;
        overflow: hidden;
    }

    .item-col2 .logo-emisiune {
        float: left;
        width: 70px;
        height: 70px;
        margin: 10px 15px 0 0;
    }

    .buline-emisiuni {
        display: flex;
        padding: 30px 0;
    }

    .buline-emisiuni .controller {
        display: flex;
    }

    .bulina-emisiune {
        padding: 0 10px;
        width: 165px;
        text-align: center;
    }

    .bulina-emisiune .thumb {
        width: 145px;
        height: 145px;
        border-radius: 100%;
        position: relative;
        overflow: hidden;
    }

    .bulina-emisiune h2 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .bulina-emisiune .thumb img {
        transition: all 0.5s ease;
    }

    .bulina-emisiune:hover .thumb img {
        transform: scale(1.05);
    }

    .interactive,
    .calup-interactive {
        display: flex;
        justify-content: space-between;
    }

    .calup-interactive {
        padding: 10px 0;
        margin: 5px 0;
    }

    .interactive .interactive-link,
    .calup-interactive .interactive-link {
        width: calc((100% - 60px) / 3);
        display: flex;
        flex-direction: column;
    }

    .calup-interactive .title {
        font-size: 18px;
        line-height: 24px;
        padding-top: 5px;
    }

    .calup-interactive picture {
        max-height: 170px;
        overflow: hidden;
        position: relative;
    }

    .marcaj-extern {
        width: 67px;
        height: 67px;
        background-image: url(../images-21/marcaj-extern-desktop.svg);
        position: absolute;
        top: 0;
        left: 0;
    }

    .calup-interactive .news-data {
        font-family: "IBM Plex Sans", serif;
        color: #222;
        font-size: 12px;
        padding-top: 5px;
    }

    .calup-interactive .row-branding {
        display: none;
    }

    .calup-news .ultimele-stiri-wrapper {
        columns: 2;
        column-gap: 30px;
    }

    /* end homepage */

    .ultimele-stiri-wrapper {
        columns: 2;
        column-gap: 30px;
        display: flex;
        flex-wrap: wrap;
    }

    .ultimele-stiri-wrapper > :nth-child(1) { order:1;}
    .ultimele-stiri-wrapper > :nth-child(2) { order:3;}
    .ultimele-stiri-wrapper > :nth-child(3) { order:5;}
    .ultimele-stiri-wrapper > :nth-child(4) { order:7;}
    .ultimele-stiri-wrapper > :nth-child(5) { order:9;}
    .ultimele-stiri-wrapper > :nth-child(6) { order:2;}
    .ultimele-stiri-wrapper > :nth-child(7) { order:4;}
    .ultimele-stiri-wrapper > :nth-child(8) { order:6;}
    .ultimele-stiri-wrapper > :nth-child(9) { order:8;}
    .ultimele-stiri-wrapper > :nth-child(10) { order:10;}
    .ultimele-stiri-wrapper .news-item {
        display: flex;
        width: calc(50% - 20px);
    }
    .ultimele-stiri-wrapper .news-item .published-hour {
        padding-right: 15px;
    }


    .pagination {
        display: block;
        clear: both;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    .pagination li {
        display: inline-block;
    }

    .pagination li a {
        display: inline-block;
        color: #DA0F10;
        border: 1px solid #da0f10;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        line-height: 46px;
    }

    .pagination li a:hover {
        background-color: #fbe7e7;
    }

    .pagination .link-prev {
        transform: rotate(180deg);
    }

    .pagination a.selected,
    .pagination a.selected:hover {
        background-color: #DA0F10;
        color: #FFF;
    }

    .pagination .mobile.page-selector {
        display: none;
    }

    .pagination .mobile img {
        width: 14px;
        padding-top: 18px;
    }

    .emisiuni {
        padding: 0;
    }

    .emisiuni-item {
        width: 470px;
        display: inline-table;
        margin: 15px 0 15px 30px;
    }

    .content-seo {
        padding: 15px 30px;
    }

}

/* desktop */
@media only screen and (min-width: 1230px) {

    .homepage {
        padding-top: 40px;
    }

    .main-photo {
        overflow: hidden;
        clear: both;
    }

    .main-photo-p1 {
        float: left;
        width: 560px;
        position: relative;
    }

    .main-photo-p2 {
        float: right;
        width: 380px;
    }

    .main-photo-p2 .listing-small:first-child {
        padding-top: 0;
    }

    .main-photo-p2 .listing-small {
        padding-top: 30px;
    }

    iframe#sticky-player {
        margin: -10px 0 0 20px;
    }

    .articol .calup-news__right {
        padding: 0 30px;
    }

    .article-hero h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .listing-menu {
        text-align: center;
        overflow-x: auto;
        display: block;
        clear: both;
    }

    .video-section {
        display: block;
        clear: both;
        overflow: auto;
    }

    .video-section.top-video {
        padding: 15px 30px;
    }

    .video-section .listing-large {
        float: left;
        width: 470px;
    }

    .video-section .listing-large .title {
        font-size: 20px;
        line-height: 26px;
    }

    .video-section .listing-coloana{
        float: right;
        width: 470px;
    }

    .video-section .listing-small {
        padding-top: 0;
    }

    .video-section .listing-small picture {
        margin-top: 0;
        padding-bottom: 45px;
    }

    .video-section .listing-small .title {
        padding-top: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .top-video .listing-small:after {
        top: -3px;
        left: 2px;
    }

    .top-video .listing-small:before {
        top: 0;
    }

}

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

    .main-container {
        width: 1030px;
        background-color: #FFF;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        padding: 0;
    }

    .ads-div {
        width: 970px;
        height: 250px;
        overflow: hidden;
    }

    .related-observator-link {
        display: flex;
    }

    .related-observator-link picture {
        width: 290px;
        margin-left: 15px;
        height: auto;
    }
}


/* mobile */
@media only screen and (max-width: 1024px) {

    .article-author {
        padding: 15px 0;
    }

    .homepage-live-video h2 {
        font-size: 20px;
        line-height: 22px;
        font-weight: 400;
    }

    .video-section.top-video {
        padding: 0 15px;
    }

    .ads-ribon.ads-ribon-article {
        top: 0;
    }

    .parteneri {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .parteneri li {
        width: calc((100% - 20px) / 2);
        padding: 3px  0;
    }

    .parteneri li:first-child {
        width: 100%;
    }

    .parteneri a {
        padding: 2px  0;
    }

    .ads-div.first-ads {min-height:270px;}
    .main-container {
        background-color: #fff;
    }

    .abonare-newsletter + .calup-news__right--standalone {
        padding-top: 30px;
    }

    .video-large {
        padding-bottom: 30px;
    }

    .video-large-small {
        padding-bottom: 15px;
    }

    .video-large-small .title {
        font-size: 16px;
        line-height: 22px;
    }

    .video-large-small picture {
        padding-bottom: 15px;
    }

    .video-item {
        display: block;
        clear: both;
        padding-top: 15px;
    }

    .video-item h2 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }

    .video-item picture {
        position: relative;
        display: block;
    }

    .video-item .marcaj-video {
        position: absolute;
        background: url(../images-21/icon-play-2021.svg) no-repeat;
        background-size: cover;
        border-radius: 4px;
        width: 25px;
        height: 25px;
        bottom: 15px;
        right: 15px;
    }

    .video-item .logo-show {
        float: left;
        width: 30px;
        margin: 5px 5px 0 0;
    }

    .video-item .news-data {
        font-family: ibm plex sans,serif;
        color: #222;
        font-size: 12px;
        padding-top: 10px;
        display: inline-block;
    }

    .gnews {
        padding: 15px 60px;
    }

    .calup-news__right--standalone {
        padding: 0 15px;
    }

    .calup-news {
        padding-top: 30px;
    }

    .calup-news .interactive picture {
        display: none;
    }

    .calup-news .interactive .interactive-link {
        border-top: solid 1px #ccc;
        padding: 15px 0;
    }

    .ex-h4 {
        font-family: ibm plex sans,sans-serif;
        font-size: 26px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .news-item picture {
        max-height: 223px;
        overflow: hidden;
        display: block;
    }

    .calup-news-left .space {
        padding: 0 0 45px 0;
    }

    .item-col2 .sapou,
    .item-large.first-item-large .sapou {
        padding-left: 65px;
        color: #999;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 20px;
    }

    .calup-news .section-title {
        padding-bottom: 0;
    }

    .calup-news .item-large .title {
        font-size: 20px;
        line-height: 22px;
    }

    .calup-news .item-large .news-data {
        display: block;
        padding: 5px 0 0 0;
    }

    .calup-news .interactive .title {
        display: grid;
    }

    .calup-news .news-data {
        font-family: "IBM Plex Sans", sans-serif;
        color: #333;
        font-size: 12px;
        padding-top: 5px;
    }

    .article-author {
        font-size: 14px;
    }

    .listing-small picture {
        float: none;
        width: 100%;
    }

    .listing-coloana {
        padding-bottom: 10px;
    }

    .listing-coloana .listing-small {
        padding-top: 15px;
    }

    .listing-small .title,
    .listing-small .news-data,
    .listing-large .title {
        padding: 0 0 5px 0;
        display: block;
    }

    .listing-small .marcaj-video {
        width: 40px;
        height: 40px;
        top: 145px;
        right: 15px;
    }

    .ads-ribon {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000002;
        height: 100px;
        text-align: center;
        background-color: #F0F0F0;
        display: none;
        align-items: center;
        justify-content: center;
    }

    #ads-ribon-close {
        font-size: 14px;
        font-family: "IBM Plex Sans", serif;
        background-color: #DA0F10;
        color: #fff;
        padding: 1px 8px 3px 8px;
        position: absolute;
        right: 0;
        top: 100px;
        cursor: pointer;
    }

/*    .homepage .ads-ribon {top: initial;bottom:0}
    .homepage #ads-ribon-close {top:initial;bottom: 100px}*/

    .listing-container .ads-div,
    .article-hero .ads-div {
        width: calc(100vw);
        margin: 0 0 0 -15px;
        padding: 15px;
    }

    .ads-div {
        overflow: hidden;
    }

    .pagination {
        clear: both;
        padding: 15px 5px;
        display: flex;
    }

    .pagination li {
        display: none;
    }

    .pagination li.mobile {
        display: contents;
    }

    .pagination select {
        appearance: none;
        font-weight: 700;
        height: 50px;
        width: 100%;
        border: 1px solid #da0f10;
        background-image: url(../images-21/dropdown-arrow-red.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 14px) center;
        text-transform: uppercase;
        font-size: 14px;
        font-family: "IBM Plex Sans", sans-serif;
        border-radius: 100px;
        color: #DA0F10;
        margin: 0 10px;
        padding: 0 10px;
    }

    .pagination .mobile a {
        color: #DA0F10;
        border: 1px solid #da0f10;
        border-radius: 50%;
        width: 60px;
        height: 50px;
        text-align: center;
        padding-top: 14px;
    }

    .pagination .mobile a img {
        width: 20px;
    }

    .emisiuni .ads-div {
        width: calc(100vw);
        margin: 0 0 0 -15px;
    }

    .calup-parteneri-link {
        margin-bottom: 15px;
        overflow: hidden;
        clear: both;
        display: block;
        padding-left: 100px;
        position: relative;
    }

    .calup-parteneri-link picture {
        width: 85px;
        height: 85px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 5px;
    }

    .calup-parteneri-link picture img,
    .citeste-si img {
        width: 85px;
        height: 85px;
        object-fit: cover;
    }


    .calup-parteneri-link .ex-h6 {
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 14px;
        position: relative;
        display: block;
        color: #DA0F10;
    }

    .sticky-video {
        position: fixed;
        top: 60px;
        width: calc(100% - 40px);
        right: 20px;
        z-index: 999999;
        max-width: 500px;
    }

    .sticky-video .close {
        position: absolute;
        bottom: -28px;
        left: 0;
        width: 28px;
        height: 28px;
        background-color: #fff;
        background-image: url(../images-21/close.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 46%;
        cursor: pointer;
        border: 2px solid #DA0F10;
    }

    .item-large h2, .item-col2 h2 {
        display: flex;
        padding-bottom: 5px;
    }


    /*  homepage  */

    .item-large,
    .item-col2 {
        padding: 15px 0;
        display: block;
    }
    .logo-emisiune {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 15px;
        padding-top: 5px;
    }

    .item-large h2,
    .item-col2 h2 {
        font-size: 20px;
        line-height: 22px;
        font-weight: 400;
    }

    .item-large .news-data,
    .item-col2  .news-data {
        font-family: "IBM Plex Sans", sans-serif;
        color: #333;
        font-size: 12px;
        padding-left: 65px;
    }

    .interactive {
        padding-bottom: 30px;
    }

    .interactive .interactive-link {
        display: flex;
        padding: 5px 0;
        /*align-items: center;*/
    }

    .interactive .title,
    .calup-interactive .title {
        font-size: 17px;
        line-height: 22px;
        display: flex;
    }

    .interactive picture img {
        width: 145px;
        margin-right: 15px;
        margin-top: 7px;
    }

    .buline-emisiuni {
        padding: 15px 0;
        clear: both;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .buline-emisiuni .controller{
        display: flex;
        justify-content: flex-start;
    }

    .bulina-emisiune {
        width: 110px;
        text-align: center;
        padding-right: 10px;
    }

    .bulina-emisiune .thumb {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        overflow: hidden;
    }

    .bulina-emisiune h2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }


    .calup-interactive {
        padding: 10px 0 0 0;
    }

    .calup-interactive .interactive-link {
        display: block;
        clear: both;
        margin-top: 10px;
        overflow: hidden;
    }

    .calup-interactive .interactive-link picture {
        float: left;
        width: 145px;
        height: 100px;
        margin: 5px 15px 15px 0;
    }

    .calup-interactive .news-data {
        font-family: "IBM Plex Sans", serif;
        color: #222;
        font-size: 12px;
        padding-top: 5px;
        display: inline-block;
    }

    .calup-interactive .news-item picture {
        width: 145px;
        margin-right: 15px;
        margin-top: 15px;
        display: block;
        float: left;
    }

    /*  end homepage  */

}
.banner-whatsup {
    text-align: center;
}


/* new partners */


.partners-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.article-title {
    display: inline-block;
    padding: 10px 0;
}
.partners-widget .small-news {
    width: calc(50% - 8px);
    padding: 5px;
}
.small-news .thumb {
    width: 100%;
    padding-bottom: 58%;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    transition: .5s;
}
.small-news img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: .5s;
}
@media (min-width: 767px) {
    .partners-widget .small-news {
        width: calc(33.33% - 10px);
    }
}
@media (min-width: 1020px) {
    .partners-widget {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .partners-widget .small-news:first-child {
        width: 100%;
    }
}
.partners-link .ex-h6 {
    font-family: ibm plex sans, sans-serif;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    display: block;
    color: #da0f10;
}
.a1-related {
    background: #dc0510;
}
.a1-related .article-title,
.a1-related .category {
    color: #fff;
}


/* end new partners */

.main-container--programtv .content-seo h1 {
    margin-bottom: 15px;
}
.main-container--programtv .content-seo p {
    margin-bottom: 16px;
}



/* aplay message */

.message-aply {
    padding: 10px 15px;
    background-color: #222;
    text-align: center;
}

.message-aply a {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-round {
    border-radius: 50%;
    width: 30px;
    margin: 0 5px;
}

.aplay-logo {
    width: 126px;
    height: initial;
    margin: 0 5px;
}

/* end aplay message */


/* program tv */
.sch {
    position: relative;
}

.sch__tabs {
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.sch__tabs ul {
    display: flex;
    list-style-type: none;
}

.sch__tabs li {
    padding-right: 1px;
}

.sch__tabs a {
    display: block;
    padding: 12px 10px 10px 10px;
    border-bottom: solid 3px #fff;
}

.sch__tabs a:hover,
.sch__tabs a.active{
    border-bottom: solid 3px #DA0F10;
}

.sch__tabs a.disabled {
    cursor: default;
    color: #999;
    border: 0;
}

.sch__day {
    padding: 15px;
}

.sch__day .thumb {
    width: 100px;
    height: auto;
}

.sch__day h2 {
    padding-bottom: 15px;
}

.sch__item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

.scg__text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.scg__text span {
    font-weight: 700;
}

.sticky-banner,
.sticky-banner-sm {
    text-align: center;
}

.sticky-banner img,
.sticky-banner-sm img {
    width: 300px;
    height: 250px;
}

@media (max-width: 768px) {
    .sch__tabs span {
        display: none;
    }

    .sticky-banner,
    .sticky-banner-sm {
        border-top: solid 1px #ddd;
        padding: 15px 0;
    }
}

@media (min-width: 769px) {

    .sch .ads-div {
        display: none;
    }

    .sch .sch__wrapper {
        padding-right: 330px;
    }

    .sticky-banner {
        width: 300px;
        position: absolute;
        top: 100px;
        bottom: 0;
        right: 15px;
    }

    .sticky-banner .sticky-banner-link {
        position: sticky;
        display: block;
        width: 300px;
        height: 250px;
        top: 120px;
        bottom: 0;
    }

    .sticky-banner-sm {
        display: none;
    }
}
/* end program tv */

/* start widget latest/trending */
.tablinks:first-child::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-flex;
    background-image: url(/templates/default/images-21/layers.svg);
    position: absolute;
    left: 20px;
    top: 9px;
}

.tablinks:nth-child(2)::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-flex;
    background-image: url(/templates/default/images-21/flame.svg);
    position: absolute;
    left: 20px;
    top: 9px;
}

.tablinks:not(.active):first-child::before {
    filter: brightness(0) saturate(100%) invert(13%) sepia(98%) saturate(6925%) hue-rotate(357deg) brightness(95%) contrast(94%);
}

.tablinks.active:nth-child(2)::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6%) hue-rotate(149deg) brightness(102%) contrast(101%);
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
}

.tab button {
    font-weight: 900;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 25px;
    padding-left: 55px;
    transition: 0.3s;
    position: relative;
}

.tab button.active {
    background-color: #eb1010;
    color: #fff;
    border-radius: 0;
}

@media (max-width: 540px) {
    .tab button {
        width: 50%;
    }
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.widget-tabcontent-latest {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 30px;
}


.widget-tabcontent-latest > a,
.widget-tabcontent-mostread > a {
    flex: 48%;
    padding: 15px;
    display: flex;
    gap: 15px;
    border-bottom: solid 1px #EBEBEB;
}

.widget-tabcontent-latest .space {
    flex-basis: 100%;
}

span.numbering {
    font-size: 45px;
    font-weight: 900;
    line-height: 2rem;
}
.widget-tabcontent-mostread {
    flex-wrap: wrap;
    gap: 2%;
}

.widget-tabcontent-mostread > a:nth-child(6) {
    border-bottom: 0;
}

@media (max-width: 768px) {
    .widget-tabcontent-latest > a,
    .widget-tabcontent-mostread > a{
        flex: 100%;
    }
}

@media (min-width: 768px) {
    .widget-tabcontent-mostread>:nth-child(1),
    .widget-tabcontent-latest>:nth-child(1){
        order: 1
    }

    .widget-tabcontent-mostread>:nth-child(2),
    .widget-tabcontent-latest>:nth-child(2){
        order: 3
    }

    .widget-tabcontent-mostread>:nth-child(3),
    .widget-tabcontent-latest>:nth-child(3){
        order: 5
    }

    .widget-tabcontent-mostread>:nth-child(4),
    .widget-tabcontent-latest>:nth-child(4){
        order: 2
    }

    .widget-tabcontent-mostread>:nth-child(5),
    .widget-tabcontent-latest>:nth-child(5){
        order: 4
    }

    .widget-tabcontent-mostread>:nth-child(6),
    .widget-tabcontent-latest>:nth-child(6){
        order: 6
    }
    .widget-tabcontent-latest>:nth-child(7){
        order: 7
    }
    .widget-tabcontent-mostread > a:nth-child(3) {
        border-bottom: 0;
    }
}

.d-flex {
    display: flex;
    flex-direction: column;
}
/* end widget latest/trending */

.outstream-text {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.outstream-text > span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    font-style: normal;
    display: inline-block;
}

.video-desc {
    background: #F4F4F4;
    padding: 15px 30px;
}

/* sticky */
.sticky-menu.bottom-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1019000;
    display: none;
    background: #fafafa;
}

.sticky-menu.bottom-menu .inner {
    display: flex;
    align-items: stretch;
    margin: 0 10px;
}

.sticky-menu.bottom-menu .inner a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.1;
    gap: 10px;
    flex: 1;
    padding: 15px 0 12px;
    color: #818080;
}

.sticky-menu.bottom-menu a img {
    width: 23px;
    height: 23px;
}

.sticky-menu.bottom-menu .inner {
    width: 100%;
}

.selected {
    position: relative;
}

.sticky-menu .inner .selected::after {
    content: "";
    width: 55px;
    height: 35px;
    z-index: 100;
    border-radius: 10px;
    position: absolute;
    background: #eb1010;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sticky-menu .inner .selected img {
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 999;
}


@media (max-width: 620px) {
    .sticky-menu.bottom-menu.active {
        display: flex;
    }
}


/* animated header */
header.animated .menu-search {
    top: 43px;
    z-index: 10;
}
header.animated .antena-brand {
    z-index: 10;
}
header.animated .logo {
    top: 30px;
}
/*.animated .overlay-wrapper {
    height: 107px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    pointer-events: none;
    z-index: 4;
    top: 0;
}
.animated .overlay-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #dc0510;
    z-index: 3;
}

 */
.slideUp {
    animation: slideUp .75s ease-in-out 1;
}
.slideDown {
    animation: slideDown .75s ease-in-out 1;
}
.FWC {
    width: 225px;
    position: absolute;
    top: 20px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    z-index: 1;
    padding: 0 45px;
}
.FWC.hidden {
    display: none;
}
.FWC.active {
    display: block;
}
.animated .hamburger {
    padding-top: 36px;
    background-color: transparent;
    height: auto;
}
.animated .user-login,
.animated .cauta-mobile {
    margin: 38px 10px 0 15px;
    z-index: 10;
    position: relative;
    background-size: contain;
}
@keyframes slideUp {
    0% {
        transform: translateY(100%);
        height: 100%;
    }
    50% {
        transform: translateY(0%);
        height: 100%;
    }
    100% {
        transform: translateY(-100%);
        height: 100%;
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(100%);
        height: 100%;
    }
    50% {
        transform: translateY(0%);
        height: 100%;
    }
    100% {
        transform: translateY(-100%);
        height: 100%;
    }
}
/* end animatie */

.latest-trending {
    margin-bottom: 30px;
}

/* Comments style start */
.comments-section {
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .comments-section {
        max-width: 630px;
        margin: 0 auto;
    }
}
.comments-section .ex-h2 {
    font-weight: 600;
    padding-bottom: 0;
}
.comments-section > p {
    padding: 15px 0;
}
.comments-section .comment__link {
    font-weight: 800;
    color: #DA0F10;
}
.comments-section textarea, .comments-section input[type=text] {
    width: 100%;
    font-family: "ibm plex serif",serif;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 15px
}
.comments-section input[type=submit] {
    padding: 10px 12px;
    background-color: #DA0F10;
    color: #fff;
    border-radius: 0;
    text-transform: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 5px;
}
.comments-section input[type=submit].user-reply {
    font-size: .85rem;
    border: none;
    padding: 0;
    padding-left: 5px;
    background: #fff;
    color: #161616;
    margin-bottom: 0;
}
.postcomments {
    padding: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.commentlist {
    text-align: left;
    display: block;
    list-style: none;
}
.commentlist .comment {
    padding: 25px 15px;
    border-bottom: 1px solid #EDEBEB;
}
.commentlist .comment .children .comment {
    background: #FAFAFA;
    padding: 20px 35px;
    margin-left: 20px;
    list-style: none;
}
.comment-author .comment-meta .author-name {
    font-weight: 600;
    font-size: 15px;
}
.comment-author .comment-meta .comment-metadata {
    font-size: 13px;
    color: #a0a0a0;
}
.comment-author .comment-content {
    margin: 10px 0;
}
.comments-section .comments ol li,
.comments-section .comments ul li {
    list-style: none;
    font-size: 16px;
}
.reply-tab {
    background: #FAFAFA;
    padding: 10px 35px;
    color: #da0f10;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    font-size: .85rem;
    border-bottom: 1px solid #EDEBEB;
    margin-left: 20px;
}

.commentList .comment ul.children{
    padding-top: 0;
    display: none;
}

.comments-pagination {
    cursor: pointer;
}
.comments-pagination > span {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #ccc;
}
.comments-pagination > span:hover {
    border: 1px solid #EB1010;
}
.comments-pagination > span:active {
    border: 1px solid #EB1010;
}

.comments-pagination > span.active {
    border: 1px solid #EB1010;
}
.label-wrapper {
    display: flex;
    align-items: center;
}
.reactions-wrapper {
    display: flex ;
    margin: 15px 0;
    flex-wrap: wrap;
}
.reactions-wrapper .reactions_btn {
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.reactions-wrapper .info {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    padding: 5px 10px;
    height: 35px;
    right: 0;
}
.reactions-wrapper .icon {
    margin-right: 3px
}
.flip {
    margin-right: 5px;
}
.flip.active {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
@media only screen and (min-width: 1024px) {
    .comments-pagination {
        display: block;
        clear: both;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .comments-pagination {
        clear: both;
        padding: 15px 5px;
        display: flex;
    }
}
.submit-reply {
    text-align: right;
    display: none;
}
.submit-reply p {
    text-align: left;
}
.comments-section .comments{
    position: relative;
}
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #DA0F10;
    animation: loading 1s linear infinite;
}
@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}
/*
.comments-section .comments_form{
    position: relative;
}
.loading-overlay-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-form {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #ddd;
  border-top-color: #DA0F10;
  animation: loading 1s linear infinite;
}
@keyframes loading-form {
  to {
    transform: rotate(360deg);
  }
}*/
/* Comments style end */

.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}

.poweredby_tag,
.stiri .poweredby_tag {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 7px;
}
.poweredby_sponsor,
.stiri .poweredby .poweredby_tag .poweredby_sponsor {
    height: 20px;
    width: auto;
    vertical-align: middle;
    top: -2px;
    position: relative;
    display: inline-block;
    margin-left: unset;
}
