
.box__social-media__google .btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
}

.box__social-media__google .btn span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

.box__social-media__google .btn__text {
    min-width: 0;
    white-space: normal;
    text-align: center;
    width: 100%;
}

.box__share__social-media .icon-google {
    background: transparent url("../img/social-media/icon-google.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    margin-right: 10px;
}

.box__share__social-media .box__actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gap-3 {
    gap: 1rem !important;
}

.box__share__social-media--facebook-google {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 5px;
}


.box__share__social-media .icon-facebook-messenger {
    background: transparent url("../img/social-media/icon-facebook-messenger.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin-right: 10px;
}

.box__share__social-media .icon-google-news {
    background: transparent url("../img/social-media/icon-google-news.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    margin-right: 10px;
}

/*onetrust-banner*/

#onetrust-policy {
    display: block !important;
    max-height: 410px !important;
    overflow-y: scroll !important;
    padding-right: 10px !important;
}

#onetrust-policy::-webkit-scrollbar {
    -webkit-appearance: none !important;
    width: 5px !important;
}
#onetrust-policy::-webkit-scrollbar-thumb {
     border-radius: 4px !important;
     background-color: #c1c1c1 !important;
     box-shadow: 0 0 1px rgba(255, 255, 255, .5) ;
 }

#onetrust-banner-sdk #onetrust-policy {
    margin-top: 1em !important;
}

#onetrust-banner-sdk #onetrust-policy-title, #onetrust-banner-sdk .ot-dpd-title {
    font-size: 1em !important;
}

#onetrust-banner-sdk #onetrust-policy-text {
    font-size: 0.9em !important;
    margin-top: 10px !important;
}

#onetrust-banner-sdk .ot-b-addl-desc, #onetrust-banner-sdk .ot-dpd-desc {
    font-size: 0.9em !important;
}

#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
    padding: 12px 16px;
    margin-bottom: 10px;
    border-radius: 5px;
}

body {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-bottom: 0 !important
}

.brand__red {
    color: #df3833;
}

.brand__blue {
    color: #005294
}

.btn-outline-secondary {
    background: transparent;
    border: 1px solid #6c757d !important;
    color: #6c757d !important;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    background: #6c757d;
    border: 1px solid #6c757d !important;
    color: #fff !important;
}

.btn-outline-primary {
    background: transparent;
    border: 1px solid #337ab7 !important;
    color: #337ab7 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus .btn-outline-primary:active {
    background: #286090;
    border: 1px solid #204d74 !important;
    color: #fff !important;
}

.header-mobile .navbar {
    background: #fff;
    border-bottom: transparent;
    margin-bottom: 0;
}

.header-mobile .header__content {
    padding: 13px 15px 0 15px
}

.header-mobile .menu__categories ul li a {
    padding-top: 0;
}

.header-mobile .navbar-links {
    border: 1px solid #ddd;
    border-radius: 10px;
    position: absolute;
    margin: 10px 15px;
    width: 93%;
    background: #fff;
    z-index: 2
}

@media (min-width:768px) {
    .header-mobile .navbar-links {
        display: none !important;
    }
}

.header-mobile .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.header-mobile .navbar-nav>li:last-child>a{
    border-bottom: none;
}

.search__container .container{
    padding-top: 10px;
    padding-bottom: 10px
}

.banner {
    margin: 0 auto 20px auto !important;
    /*width: 300px !important;*/
    min-height: 250px;
    display: block;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: relative;
    background: #ddd;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
    clear: both;
    z-index: 11;
}

.banner [id*='ao-adocean'] iframe {
    height: 250px
}

.banner > center > div:not(:empty) {
    background: #fff;
}

@keyframes placeholderAnimate {
    0% {
        background-position: -650px 0;
    }
    100% {
        background-position: 650px 0;
    }
}

.banner .banner-text {
    width: 64px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #888;
    z-index: 1
}

.banner center {
    position: relative;
    z-index: 2;
}

.static {
    text-align: center !important;
    margin-bottom: 20px;
    width: 100%;
}

.box__container {
    margin-bottom: 15px
}

.box__container__bordered {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden
}

.news__container .banner {
    margin: 20px auto 20px auto !important;
}

.news__container .news__list__container {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
}

.cross__news__container {
    margin: 15px 0 !important;
 }

.loading {
    background: #fff !important;
    min-height: 600px;
    position: relative;
    transition: height 10s;
    -webkit-transition: height 10s;
}

.loading * {
    display: none !important;
}

.loading:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 100px;
    height: 100px;
    background: url(../img/mobile/rolling.svg) no-repeat 50% 50% #fff;
    content: '';
}



/* Home page */

.title__category {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0
}

.title__article a, .text__article a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.title__article a:visited, .text__article a:visited {
    color: #bebebe;
}
@media (max-width: 768px) {
    .title__article__big {
        padding: 15px 0 0 0;
    }
}

.title__article__big a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3
}

img.lazy-load__image {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease 0s;
    position: relative;
    background: #ddd;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right,#eee 2%,#ddd 18%,#eee 33%);
    background-size: 1300px;
}

.image__article__big {
    display: block;
    overflow: hidden;
    clear: both;
    border-radius: 10px
}

@media (max-width: 320px) {
    .image__article__big {
        border-radius: 5px;
    }
}

.image__article__big img{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.text__article__big {
    padding: 0 15px 15px 15px;
}

.text__article__big a {
    color: #000;
    font-size: 16px;
}

.article__container {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

.article__content {
    display: block;
}

.news__article__content {
    flex-grow: 1;
    min-width: 0;
}

.news__article__associated_tags {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 10px;
}

.news__article__associated_tags span {
    display: inline-block;
}

.news__article__associated_tags span a {
    padding-left: 5px;
}

.news__article__associated_tags .tags__container {
    display: -webkit-box;
    overflow-x: auto;
    overflow-y: hidden;
}

.news__article__associated_tags .tags__container .tag-item {
    display: flex;
    margin-right: 5px
}

.news__article__associated_tags .tags__container .tag-item a {
    display: flex;
    white-space: nowrap
}

.news__article__associated_tags .tags__container .tag-item:last-child {
    margin-right: 0
}

.box__title {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 15px 0 !important;
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
    position: relative;
    color: #000;
    width: 100%;
}

.box__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 4px solid #005294;
    width: 100px;
}

.article__flex {
    display: flex;
    align-content: flex-start;
}

.image__article {
    max-width: 20%;
    flex: 0 0 20%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
}

.fixed__articles {
    margin: 15px 0 0 0
}

.fixed__articles .row {
    display: flex;
    flex-wrap: wrap;
}

.fixed__articles .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.fixed__articles .article__content__title {
    margin-left: 15px;
}

@media (min-width: 768px) {
    .fixed__articles .image__article {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .image__article {
        max-width: 20%;
        flex: 0 0 20%;
    }
}

@media (max-width: 768px) {
    .fixed__articles .image__article {
        max-width: 30%;
        flex: 0 0 30%;
    }
}

@media (max-width: 320px) {
    .image__article {
        border-radius: 5px;
    }
}

@media (max-width: 520px) {
    .fixed__articles .article__flex {
        flex-direction: column
    }

    .fixed__articles .image__article {
        max-width: 100%;
    }

    .fixed__articles .article__content__title {
        margin-top: 15px;
        margin-left: 0;
    }

    .fixed__articles .title__article {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .cross__news__container .title__article {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        max-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .news__list__container .image__article{
        max-width: 20%;
        flex: 0 0 20%;
    }
}

.image__article img{
    width: 100%;
    height: 100%;
}

.article__content__title {
    display: inline-block;
}

.article__date {
    font-size: 14px;
    margin-right: 3px;
    display: inline-block;
}

.incetive__container {
    padding: 15px 0 0 0;
}

.btn-tokyo {
    font-weight: 600!important;
    background-color: #002462;
    border-color: #002462;
    color: #fff;
}

.btn-tokyo.focus, .btn-tokyo:focus, .btn-tokyo:hover, .btn-tokyo.active {
    background-color: #15868e;
    border-color: #15868e;
    color: #fff;
}

.main__article__container {
    padding: 15px 0
}

.main__article {
    overflow: hidden
}

.local__main__article {
    padding: 15px 0;
}

.fixed__articles .article__container {
    padding-bottom: 15px;
}


.dark-mode .fixed__articles .article__content {
    background: #000;
}

.dark-mode .main__article {
    background: #000;
}

.dark-mode .regulament {
    color: #fff;
}

.dark-mode .broadcast__episodes__title {
    color: #fff
}

.dark-mode .broadcast__episode__content__title a {
    color: #fff
}

.dark-mode .show__actions__btn {
    color: #fff;
}

.more__news__container {
    overflow: hidden;
}

.more__news__container .more__news__article {
    display: block;
    margin: 0 0 10px 0;
}

/* News */

.news__list__container {
    margin: 0 0 15px 0
}

.news__list__container .row {
    display: flex;
    flex-wrap: wrap;
}

.news__list__container .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.breadcrumb {
    white-space: nowrap;
    margin-bottom: 0;
    border-radius: 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box!important;
    display: -moz-box!important;
}

.breadcrumb>li+li:before {
    content: "\02C3";
    font-size: 11px
}

.breadcrumb a, .breadcrumb span {
    font-size: 13px
}

.pager__news {
    margin: 20px 0 0 0;
}

.news__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
    margin-top: 10px
}


.mmenu-social-media {
    padding: 10px 10px 10px 20px;
}

.icon_socialise {
    background-color: #005294;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    color: #fff !important;
    padding: 0 !important;
    text-align: center;
}

.icon_socialise:focus, .icon_socialise:hover {
    text-decoration: none;
    color: #fff;
}


.btn-tw {
    background: #1da1f2;
    border-radius: 5px;
    color: #fff;
    padding: 4px 10px
}

@media (max-width: 360px) {
    .social-media {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }
}

.social_media_left {
    overflow: hidden;
    clear: both;
    display: flex;
    margin: 0;
}

.social_media_left .at-share-btn-elements {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.social_media_left ul li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}

.social_media_left ul li:first-child {
    padding-left: 0;
}

.social-media-news .icon-share {
    background-color: #ec4e43;
    color: #fff;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.social-media-news .icon-share i {
    font-size: 24px;
}

.icon-share {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: inline-block;
}

.icon__google {

}

.icon__facebook {
    background-image: url(../img/mobile/share/facebook.svg);
}

.icon__messenger {
    background-image: url(../img/mobile/share/messenger.svg);
    border-radius: 0
}

.icon__whatsapp {
    background-image: url(../img/mobile/share/whatsapp.svg);
    border-radius: 0;
    width: 31px;
    height: 31px;
}

.icon__twitter {
    background-image: url(../img/mobile/share/twitter.svg);
}

.icon__linkedin {
    background-image: url(../img/mobile/share/linkedin.svg);
}

.icon__mail {
    background-image: url(../img/mobile/share/mail.svg);
}

.news__info__content {
    display: block;
}

.news__publish {
    font-size: 12px;
    color: #a0a0a0;
    float: left;
}

.news__views{
    font-size: 12px;
    color: #a0a0a0;
    float: right
}

.news__image {
    width: 100%;
    margin: 10px 0 0 0;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.news__image img{
    width: 100%;
}

.news__caption {
    font-size: 12px;
    color: #a0a0a0;
    margin: 0 0 10px 0;
    display: block;
}

.news__content {
    margin-top: 10px;
    font-size: 14px;
    overflow-wrap: break-word;
}

.news__content h2 {
    font-size: 16px;
    margin: 20px 0 15px 0;
    font-weight: 600;
}

.news__content .mwayss_div, .news__content p iframe {
   width: 100%;
}

.news__info {
    margin: 15px 0;
}

.news__info__source {
    text-transform: lowercase;
}

.news__author {
    color: #a0a0a0;
    font-size: 14px;
    margin: 5px 0
}

.news__comments {
    background: #EEEEEE;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.news__navigation {
    color: #337ab7
}

.title__more__news__category {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding: 15px 0 25px 0;
    display: flex;
    align-items: center;
}

.icon__more__news {
    background-image: url(../img/mobile/news-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 20px;
}

.title__more__news {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 10px 0;
}

.social-media {
    margin: 10px 0;
}

.tags__container span {
    color: #337ab7
}

.icon__share {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    display: block;
    text-align: center;
}

.icon__share.facebook {
    background: #3c5a97
}

.icon__share.twitter {
    background: #00aced
}

.icon__share .fa {
    padding: 10px
}

.android-fb-browser .at-expanding-share-button-mobile-container {
    display: none;
}

.at-expanding-share-button[data-position=bottom-right] {
    bottom: 5px !important;
    right: 0px !important;
}

.at-expanding-share-button .at-expanding-share-button-toggle-bg {
    box-shadow: none !important;
    width: 50px !important;
    height: 60px !important;
    background: #fff !important
}

.at-expanding-share-button .at-expanding-share-button-toggle-bg>span {
    background-image: url(../img/mobile/share.svg) !important;
    background-size: 55%;
    background-color: #ffffff !important;
}

.at-expanding-share-button .at-expanding-share-button-toggle-bg>span:after {
    content: "Share";
    position: absolute;
    bottom: -5px;
    right: 10px;
    color: #005294;
    font-weight: 600;
    padding-top: 5px;
    font-size: 13px;
    display: block;
}

.at-expanding-share-button-animate-in .at-expanding-share-button-toggle-bg {
    display: none;
}

.icon-share.icon-share-native-bg {
    background-color: #fff;
    border: 1px solid #005294;
    color: #005294;
}

.icon-share.icon-share-native {
    width: auto;
    border-radius: 50px;
    font-size: 16px !important;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border: 1px solid #005294;
    color: #005294;
}

.icon-share .icon__messenger__blue {
    background-image: url(../img/mobile/share/messenger-blue.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.share-top-btn {
    background: transparent no-repeat url('../img/svg/share-blue.svg');
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 23px;
    margin-right: 10px;
}

/* Utile */

.list-group-utils .list-group-item {
    border: 0;
    padding: 20px 0;
}

.list-group-utils .list-group-item a {
    color: #000;
    display: flex;
    justify-content: space-between;
}

.list-group-utils .list-group-item .fa {
    color: #999;
}

.sitemap {
    margin: 15px 0;
}

.sitemap a {
    color: #005294
}

/* Footer */

.footer {
    margin-bottom: 70px !important;
}

.checkvis {
    margin-top: -50px !important;
    margin-bottom: 50px !important;
    padding-bottom: 0px !important;
    min-height: 0 !important;
}

.scroll__top__container {
    margin: 15px 0;
}

.scroll__top {
    color: #337ab7;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.footer {
    padding: 15px 0;
    text-align: center;
}

@media (min-width: 728px) {
    .footer {
        text-align: left;
    }
}

.footer__links {
    margin: 10px 0;
}

.footer__links li {
    display: inline-block;
    padding-right: 15px;
}

/* Dark Mode */


.dark-mode-switch-icon {
    width: 26px;
    height: 26px;
    margin: auto;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dark-mode .mm-menu.mm-theme-white .mm-listview > li .mm-next:after, .dark-mode  .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
    border-color: rgba(256, 256, 256, 0.6);
}

.dark-mode .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .dark-mode .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(256, 256, 256, 0.6);
}

.dark-mode .mm-menu.mm-theme-white .mm-navbar > *, .dark-mode .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(256, 256, 256, 0.6);
}

.dark-mode {
    background-color: #000;
}

.dark-mode .breadcrumb {
    background-color: #000;
}

.dark-mode .header {
    box-shadow: none;
}

.dark-mode .header-mobile .navbar {
    background: #000;
}

.dark-mode .news__container {
    color: #fff;
}

.dark-mode .news__container .modal {
    color: #000;
}

.dark-mode .title__category {
    color: #fff;
}

.dark-mode .modal .title__category {
    color: #000;
}

.dark-mode .title__article {
    color: #fff
}

.dark-mode .title__article a, .dark-mode .text__article a {
    color: #fff;
}

.dark-mode .title__article a:visited, .dark-mode .text__article a:visited {
    color: #888888;
}

.dark-mode .news__container .popover {
    color: #000
}

.dark-mode .header__content, .dark-mode .header-mobile .navbar {
    background: #000;
}

.dark-mode .menu__categories {
    background: #000
}

.dark-mode .menu__categories ul li a {
    color: #fff;
}

.dark-mode .menu__categories ul li a.active, .dark-mode .menu__categories ul li a:focus, .dark-mode .menu__categories ul li a:hover {
    color: #df3833;
}

.dark-mode .toggle-menu a {
    background-image: url(../img/mobile/dark-mode/menu-w.svg);
    background-color: #000;
}

.dark-mode .search a.icon__search {
    background-image: url(../img/mobile/dark-mode/search-w.svg);
    background-color: #000;
}

.dark-mode .search a.icon__close {
    background-image: url(../img/mobile/dark-mode/close-w.svg);
    background-color: #000;
}

.dark-mode .search__container {
    background: #000;
}

.dark-mode .footer {
    background: #000;
    color: #fff
}

.dark-mode .news__comments {
    background: #222;
}

.dark-mode .news__comments__title {
    color: #fff;
    display: block;
    margin-top: 10px
}

.dark-mode .mm-menu.mm-theme-white {
    background: #000;
    color: #fff;
}

.dark-mode .mm-switch {
    border-bottom: 1px solid #fff;
}

.dark-mode .mmenu-mobile .change__font__container {
    background: #000;
    color: #fff;
}

.date__local__news {
    padding: 10px 0
}

.dark-mode .date__local__news {
    background: #222;
    color: #fff;
    padding: 10px;
    margin: 15px 0;
}

.dark-mode .list-group-item {
    background: #000;
}

.dark-mode .list-group-utils .list-group-item a {
    color: #fff;
}

.dark-mode .menu__sections__container{
    background: #222;
    border-top: 1px solid #333;
}

.dark-mode .title__section {
    color: #fff
}

.dark-mode .menu__sections__container_cross {
    background: #222;
}

.dark-mode .icon__section__1, .dark-mode .icon__section__home {
    background-image: url(../img/mobile/dark-mode/home-w.svg);
}

.dark-mode .icon__section__2 {
    background-image: url(../img/mobile/dark-mode/speaker-w.svg);
}

.dark-mode .icon__section__3 {
    background-image: url(../img/mobile/dark-mode/antenna-w.svg);
}

.dark-mode .icon__section__4 {
    background-image: url(../img/mobile/dark-mode/world-w.svg);
}

.dark-mode .icon__section__5 {
    background-image: url(../img/mobile/dark-mode/place-w.svg);
}
.dark-mode .icon__section__6 {
    background: url('../img/live-icon-white.svg');
}

.dark-mode .icon__section__7 {
    background-image: url('../img/mobile/dark-mode/donate-w.svg');
}

.dark-mode .menu__news__container .icon__section__1 {
    background-image: url(../img/mobile/dark-mode/back-w.svg);
}

.dark-mode .menu__news__container .icon__section__2 {
    background-image: url(../img/mobile/dark-mode/comment-w.svg);
}

.dark-mode .menu__news__container .icon__section__3 {
    background-image: url(../img/mobile/dark-mode/font-w.svg);
}

.dark-mode .menu__news__container .icon__section__4 {
    background-image: url(../img/mobile/dark-mode/share-w.svg);
}

.dark-mode .menu__comments__container .icon__section__1 {
    background-image: url(../img/mobile/dark-mode/back-w.svg);
}

.dark-mode .menu__comments__container .icon__section__2 {
    background-image: url(../img/mobile/dark-mode/add-comment-w.svg);
}

.dark-mode .menu__comments__container .icon__section__3 {
    background-image: url(../img/mobile/dark-mode/font-w.svg);
}

.dark-mode .at-expanding-share-button .at-expanding-share-button-toggle-bg>span {
    background-image: url(../img/mobile/dark-mode/share-w.svg) !important;
    background-color: #222 !important;
}

.dark-mode .box__section__selected {
    background: #000;
}

.dark-mode .sitemap a {
    color: #fff;
}

.dark-mode .title__more__news__category {
    color: #fff;
}

.dark-mode .btn__vote, .dark-mode .vote__people {
    color: #fff;
}

.dark-mode .icon__vote {
    background-image: url(../img/mobile/vote/icon-vote-w.svg);
}

.dark-mode .comments__text a {
    color: #fff;
}

.dark-mode .icon-share {
    background-color: #000;
}

.dark-mode .search__results__container h1, .dark-mode .search__results__container .fa {
    color: #fff;
}

/* Modal new app */

.modal-new-app .modal-body {
    text-align: center
}

.img__modal {
    margin: 25px 0;
}

.title__modal {
    font-size: 18px;
    font-weight: 600;
}

.text__modal {
    padding: 25px 0;
}


/* Sistem de votare cu stelute  */

.comments__type__vote {
    display: flex;
    justify-content: space-between;
}

.comments__type__box {
    width: 49%;
    text-align: left;
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

.titlu_tip_votare {
    font-size: 11px;
}

.medie_sistem_votare {
    font-size: 16px;
    color: #ff7d00;
    margin-right: 2px
}

.denumire_vot_acordat {
    font-size: 12px;
    color: #888;
    padding: 3px 0 0 0;
    text-align: left;
}

.numar_total_voturi {
    font-size: 11px;
    color: #005294;
    padding: 2px 0 0 0;
}


.stelute_votare {
    position:relative;
    height:16px;
    overflow:hidden;
    text-align:left;
    width:80px;
}

.stelute_backstars {
    position:absolute;
    width:80px;
    height:16px;
    background:url(../img/new/stelute.gif) no-repeat 0px 0px;
}

.stelute_frontstars {
    /*width:50%;*/
    height:16px;
    background:url(../img/new/stelute.gif) no-repeat 0px -16px;
}

.stelute_votare a {
    position:absolute;
    display:block;
    left:0;
    top:0;
    height:16px;
    cursor:pointer;
}

.stelute_votare a:hover {background:url(../img/new/stelute.gif) no-repeat 0px -48px!important;}

.stelute_votare a.stelute1  { width:16px; }
.stelute_votare a.stelute2  { width:32px; }
.stelute_votare a.stelute3  { width:48px; }
.stelute_votare a.stelute4  { width:64px; }
.stelute_votare a.stelute5  { width:80px; }

.mesaj_comentariu_votat {
    width:100px;
    height:50px;
    position:absolute;
    z-index:500;
    left:40px;
    top:2px;
}

.nota_acordata_sistem_votare {
    font-size:20px;
    color:#109fcb;
    width:40px;
    text-align:center;
    line-height:24px;
}

.modal-vote .comments__type__box {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
}

.comments__type__box .comments__stars a {
    color: #d1d5dc;
    font-size: 38px
}

.modal-vote .comments__user__container {
    padding: 0;
}

.comments__type__box a:focus, .comments__type__box a:hover {
    text-decoration: none;
}

.comments__stars__selected__1 a:nth-child(-n+1) {
    color: #ff7d00;
}

.comments__stars__selected__2 a:nth-child(-n+2) {
    color: #ff7d00;
}

.comments__stars__selected__3 a:nth-child(-n+3) {
    color: #ff7d00;
}

.comments__stars__selected__4 a:nth-child(-n+4) {
    color: #ff7d00;
}

.comments__stars__selected__5 a:nth-child(-n+5) {
    color: #ff7d00;
}

/* Polls */

.poll__container h4 {
    font-size: 16px;
    margin: 0;
}

.continut_sondaje_homepage{
    width: 100%;
}

.polls__header, .border-img  {
    display: none;
}

.polls__question {
    font-size: 18px !important;
}

.polls__answers {
    margin-bottom: 5px;
    width: 50% !important;
    display: flex;
    padding: 0;
}

.polls__answers input {
    margin: 4px 5px 0 0 !important;
}

.polls__answers span, .polls__candidates, .polls__nr {
    font-size: 14px !important;
}

.polls__nr {
    width: 5%
}

.polls__candidates {
    width: 50% !important;
}

.polls__answers span label {
    font-weight: 400 !important;
}

@media (max-width: 768px) {
    .polls__nr {
        width: 10%;
    }
}

.continut_sondaje_homepage .title__poll {
    font-size: 18px;
    color: #355183
}

.gradient_sondaje_homepage2{
    height: 20px;
    background:#32408f;
}

.gradient_sondaje_homepage{
    background:#ececec;
    height: 20px;
    width: 35%;
}

@media (min-width: 768px) and (max-width: 992px ) {
    .polls__answers span {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .gradient_sondaje_homepage {
        width: 70%;
        margin-left: 10%;
    }
}

/* End polls */

.sectionWeather {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paginatie_profil .pagination>li>a, .paginatie_profil.pagination>li>span {
    padding: 6px 10px;
}

.box_colab_mic_cont {
    width: 100%;
    min-height: 82px;
    border: 1px solid #d8d8dc;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
}

.box_colab_mic_cont a {
    flex: 0 0 100px
}

.box_colab_mic_cont img {
    border-radius: 10px
}

.box_colab_mic_date {
    margin-left: 10px;
    font-size: 14px
}

.box_colab_mic_date h1{
    margin: 0 0 0 0;
    display: block;
    height: 28px;
    line-height: 14px;
    overflow: hidden;
}

.box_colab_mic_date a {
    color: #005294;
    font-size: 16px;
}

.box_colab_mic_citat {
    text-align: center;
    margin: 15px 0 ;
    font-size: 14px;
    font-style: italic;
}

.profil__container {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .profil__container {
        flex-direction: row;
    }

}

.profil_cont, .despre_mine {
    font-size: 16px;
}

.profil_cont h1 {
    font-size: 24px
}

.profil_image {
    flex: 0 0 120px;
}

.profil_image img {
    border-radius: 10px;
    overflow: hidden;
}

.profil_description {
    margin-left: 15px
}

.info-news-container {
    text-align: center;
    margin: 15px 0
}

.info__page .nav-tabs {
    margin: 10px 0;
}

.info__page .tab-content p {
    margin-bottom: 10px
}

.info__page .tab-content ul>li {
    margin-bottom: 5px
}
.paid_text_link {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}
.personalities {
    font-size: 16px;
    list-style: none;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .personalities {
        display: flex;
        flex-wrap: wrap;
    }
}
.personalities li {
    margin-bottom: 10px;
}
@media (min-width:768px) {
    .personalities li {
        width: 50%;
    }
}
@media (min-width:992px) {
    .personalities li {
        width: 33.3333%;
    }
}
@media (min-width:1200px) {
    .personalities li {
        width: 25%;
    }
}
.personalities li.personalities__letter {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    padding-top: 25px;
}
.personalities li.personalities__letter:first-child {
    padding-top: 0;
}

.personalities--only-letters li {
    width: auto!important;
    font-weight: bold;
    display: inline-block;
}
.personalities li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 10px;
}

.box__title__text {
    flex-shrink: 0;
    padding-right: 10px;
}
.box__title #id_filtru_judet {
    margin-bottom: -5px;
    width: auto;
}
@media (max-width:767px) {
    .box__title--with-input {
        flex-wrap: wrap;
    }
    .box__title #id_filtru_judet {
        margin: 10px 0;
        width: 100%;
    }
}

.nav-tabs--swipe {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box!important;
    display: -moz-box!important;
    border: 0;
    position: relative;
}
.nav-tabs--swipe .active {
    z-index: 2;
}
.nav-tabs--swipe::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background:  #ddd;
    z-index: 1;
}


.cec-header-container {
    background: #045c20;
    margin-top: 15px;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 5px
}

.cec-header-logo {
    background: url("../img/CECBank.png") no-repeat scroll center center transparent;
    background-size: 100%;
    display: block;
    width: 175px;
    height: 32px;
    margin: 0 auto;
}

.cec-header-title {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    display: block;
}

.promo-categories-scroll {
    display: -webkit-box !important;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 15px 0;
}

.category-promo-item {
    display: flex;
    flex-direction: column;
    width: 190px;
    flex: 0 0 190px;
    height: 110px;
    margin-right: 15px;
}

.category-promo-container {
    background: #f7f7f7;
    display: flex;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #355283;
    margin: auto;
    height: 100px;
    align-items: center;
    width: 100%;
}

.category-promo-container:hover, .category-promo-container:active {
    text-decoration: none;
}

.category-promo-title {
    font-size: 16px;
    color: #355283;
    display: block;
    text-decoration: none;
}

.category-promo-title--first-word {
    font-size: 18px;
    font-weight: bold;
}

.payment-header-container {
    background: #355283;
    margin-top: 15px;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #355283;
}


.payment-header-title {
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
    display: block;
}


.live-promo {
    margin-top: 5px;
}
.live-promo .promo_embed_container {
    padding-top: 29px!important;
}

.live-promo .promo_broadcast__info__title {
    margin-bottom: 10px!important;
    font-size: 20px!important;
}

.live-promo .icon-share.icon-share-native {
    height: 35px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    background-color: transparent!important;
}
.live-promo .icon-share.icon-share-native i {
    width: 16px!important;
    height: 16px!important;
    background-size: contain!important;
}

.col-sports .section-head {
    display: block
}

@media (max-width: 992px ) {
    .col-sports .index-container .section-head {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.box_campaign_title a {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    display: inline-block;
    text-align: left;
}

/* Person details */

.new_tag_list_wrapper {
    margin-top: 15px
}

.box__person__container {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}

.box__person__image {
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    display: inline-block;
}

@media (max-width: 768px) {
    .box__person__image {
        width: 100px;
        height: 100px;
    }
}

.filter_box .form-actions .btn {
    width: 100%;
}

/* Dezactivate adblock */

.icon-blocker {
    width: 28px;
    height: 28px;
    flex: 0 0 28px
}

.tab-blocker-0 .icon-blocker, #samsung-browser .icon-blocker {
    background-image: url(../img/adblocker/icons/mobile/samsung-browser.png);
}

.tab-blocker-1 .icon-blocker, #adblock-browser .icon-blocker {
    background-image: url(../img/adblocker/icons/mobile/Adblock-browser.png);
}

.tab-blocker-2 .icon-blocker, #brave-browser .icon-blocker {
    background-image: url(../img/adblocker/icons/mobile/Brave-adblocker.png);
}

.tab-blocker-3 .icon-blocker, #opera-browser .icon-blocker {
    background-image: url(../img/adblocker/icons/mobile/opera-browser.png);
}

#opera-browser .icon-blocker {
    background-image: url(../img/adblocker/icons/mobile/opera-profile.svg);
}

.tab-blocker-4 .icon-blocker {
    background-image: url(../img/adblocker/icons/mobile/Fab-adblocker-browser.png);
}

#fab-adblocker-browser .icon-blocker  {
    background-image: url(../img/adblocker/icons/Easy-Adguard.png);
}


.tab-blocker-5 .icon-blocker, #duckduckgo .icon-blocker {
    background-image: url(../img/adblocker/icons/mobile/duckduckgo-browser.png);
}

.image-browser-blocker {
    margin: 25px auto;
}

#samsung-browser .image-browser-blocker {
    background-image: url(../img/adblocker/browser-image/samsung-browser.gif);
    height: 450px;
}

#adblock-browser .image-browser-blocker {
    background-image: url(../img/adblocker/browser-image/Adblock-browser-mobile-screen.png);
}

#brave-browser .image-browser-blocker {
    background-image: url(../img/adblocker/browser-image/brave-browser-mobile-screen.png);
}

#opera-browser .image-browser-blocker {
    background-image: url(../img/adblocker/browser-image/opera-browser-mobile-screen.png);
}

#fab-adblocker-browser  .image-browser-blocker {
    background-image: url(../img/adblocker/browser-image/fab-browser-mobile-screen.png);
}

#duckduckgo .image-browser-blocker {
    background-image: url(../img/adblocker/browser-image/duckduckgo-browser-mobile-screen.png);
}

.read-more__fixed__close {
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer;
    color: #999;
    font-size: 2.5rem;
}
