.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;
}

.brand__red {
    color: #df3833;
}

.brand__blue {
    color: #005294
}

.no-image {
    display: block;
    background: #F3F6F7 url("../img/ziare-no-photo-bg.jpg") no-repeat 50% 50%;
    background-size: contain;
    border-radius: 10px;
}
.no-image img {
    width: 100% !important;
    height: auto !important;
    background: none !important;
}
.article-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}


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;
}


.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: '';
}

body {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-bottom: 0 !important
}

.header .header__scroll .container {
    z-index: 4
}

.container {
    position: relative;
    z-index: 3;
    background: #ffffff;
}

#conteiner_ziare_com_09Ao0p807ui45ty .container {
    background: transparent;
}

.branding-container {
    margin: 0 auto 0 auto !important;
    position: relative;
    display: block;
    min-height: 250px
}
.branding-container .banner {
    position: absolute;
    margin: 0 auto !important;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.branding-container .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.banner-container {
    margin: 0 auto 20px auto !important;
    position: relative;
    clear: both;
    min-height: 250px;
    display: block;
}
.banner-container .banner {
    position: absolute;
    margin: 0 auto !important;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-container .banner-content {
    position: relative;
    z-index: 2;
}

.banner-container .banner-content .banner-script {
    display: block !important;
}

.banner {
    margin: 0 auto 20px auto !important;
    text-align: center;
    display: block;
    height: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: relative;
    background: #ddd;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 4;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
    clear: both;
}

.banner__under__article {
    display: block;
    height: 100%;
    max-width: 100%;
}

.box__under {
    margin: 10px 0
}

.box__under .banner {
    margin: 10px auto !important;
}

.banner-728x90 {
    width: 728px;
    min-height: 90px;
    max-height: 90px;
    margin: 20px auto !important;
}

.banner-300x600 {
    width: 300px;
    min-height: 600px;
    max-height: 600px;
    margin: 0 auto !important;
}

.banner-300x250{
    width: 300px;
    min-height: 250px;
    margin: 20px auto !important;
}

.banner-970x250 {
    width: 970px;
    min-height: 250px;
    margin: 0 auto 20px auto !important;
}

@media (max-width:768px) {
    .banner-970x250{
        width: 100% !important
    }
}

.banner-720x405 {
    max-width: 720px;
    min-height: 405px;
    margin: 20px auto !important;
    width: 100%;
}

.banner-548x288 {
    min-width: 548px;
    min-height: 288px;
    margin: 20px auto !important;
}

.static {
    text-align: center !important;
    margin-bottom: 20px;
}

.banner * {
    text-align: center;
    position: relative;
    z-index: 2
}

@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: 600;
    color: #888;
    z-index: 1
}

.banner center {
    position: relative;
    z-index: 2;
}

/* Header */

#content__container {
    margin-top: 0!important;
    /* @new todo: de unde vine 58px care se pune inline pe id-ul asta? */
}
.container--before-header {
    min-height: 15px;
}

.header__scroll.scroll-to-fixed-fixed {
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.header__content{
    padding: 15px 0
}

.logo {
    width: 150px;
    display: block;
}
@media (max-width: 1200px) {
    .logo {
        width: 130px;
    }
}

.header__left, .header__right {
    display: flex;
    align-items: center;
}

.menu__categories ul.unlogged li:first-child a {
    padding-left: 15px
}

@media (max-width: 1200px) {
    .menu__categories ul.unlogged li:first-child a {
        padding-left: 10px
    }

}

.menu__categories ul {
    margin-left: 0;
}

.menu__categories ul li a {
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px;
}
.menu__categories ul li.active a {
    color: #005294;
}

@media (max-width: 1200px) {
    .menu__categories ul li a {
        font-size: 16px;
        font-weight: 600;
        padding: 0 5px
    }
}

.menu__links {
    margin: 0;
    display: flex;
    align-items: center;
}

.menu__links li {
    display: inline-block;
    padding: 0 3px;
}

.menu__links a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu__links .btn-payment-primary {

}

@media (max-width: 1200px) {
    .menu__links a {
        font-size: 14px
    }
}

.dropdown-linksMenu li {
    display: block;
    padding: 0;
}

.dropdown-linksMenu li a {
    font-size: 14px;
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
}

.dropdown-linksMenu li:last-child a {
    border-bottom: none;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb>li+li:before {
    content: "\02C3";
    font-size: 11px
}

.header .navbar-collapse {
    padding: 0;
}

.navbar-container {
    background: #fff;
    border: 0;
    margin: 25px 0 15px 0
}

.navbar-container .nav>li>a {
    padding: 10px
}


.link_stirilocale_mare a{
    color: #777 !important;
    font-size: 14px !important;
    width: auto !important;
    padding-top: 0 !important;
}

.head_menu_categories {
    margin: 15px 0
}

/* hp */
.spotlight {
    padding-bottom: 30px;
}

.spotlight__article {
    padding-bottom: 20px;
}
.spotlight__2 .spotlight__article {
    display: flex;
    align-items: flex-start;
}
.spotlight__2 .spotlight__article__image {
    width: 140px;
    min-width: 140px;
    padding-right: 20px;
}
.spotlight__article__title {
    font-weight: 600;
}
.spotlight__1 .spotlight__article__title {
    font-size: 28px;
    line-height: 34px;
}
.spotlight__2 .spotlight__article__title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    flex-grow: 1;
}
.spotlight__article__title a {
    color: #000;
}
.spotlight__article__title a:hover {
    color: #005294;
    text-decoration: none;
}
.spotlight__article__description {
    font-size: 16px;
    line-height: 24px;
}

.spotlight__article__comments a {
    color: #337ab7;
    font-size: 13px;
    font-weight: 400;
}

.news__article {
    margin-bottom: 25px;
    display: flex;
}
.news__article__image {
    width: 140px;
    min-width: 140px;
    padding-right: 20px;
}
.news__article__image img {
    background: #F3F6F7;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, #F3F6F7 2%, #dddee0 18%, #F3F6F7 33%);
    background-size: 1300px;
}
@keyframes placeholderAnimate {
    0% {
        background-position: -650px 0;
    }
    100% {
        background-position: 650px 0;
    }
}
.news__article__content {
    flex-grow: 1;
    min-width: 0;
}
.news__article__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
}
.news__article__title a {
    color: #222;
}
.news__article__title a:hover {
    color: #005294;
    text-decoration: none;
}

.news__article__desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.news__article__comments {
    font-size: 13px;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

.news__article__associated_tags {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 10px;
}

.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
}


/* News */

.news__title {
    margin: 0 0 5px 0;
    font-size: 28px;
    font-weight: 600;
    overflow: hidden;
}
.news__title a {
    color: #222 !important;
}
.news__title a:hover {
    text-decoration: none;
    color: #005294!important;
}

.news__info__content {
    justify-content: space-between;
    margin: 5px 0;
}

@media (min-width:768px) {
    .news-image__content img{
        width: 375px;
        max-width: 375px;
    }
}

@media (max-width:768px) {
    .news-image__content img{
        width: 100%;
    }
}

.news__author, .news__publish, .news__views {
    color: #a0a0a0;
    font-size: 13px;
}

.news__info__share {
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.news__info__share__footer {
    padding: 15px 0 0 0;
    margin: 10px 0;
    border-top: 1px solid #e0e0e0;
    display: block;
    overflow: hidden;
}

.news__content {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    overflow-wrap: break-word;
}

.news_main_tag {
    margin-top: 0;
}

.news__content iframe {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.news__content .author_more_articles {
    font-weight: 600
}

.news__image {
    margin: 0 15px 0 0;
    overflow: hidden;
}

.news__image img {
    border-radius: 10px;
    overflow: hidden;
}

.news__caption {
    color: #a0a0a0;
    margin: 0 0 10px 0;
    font-size: 13px
}

.paid_text_link {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    display: inline-block;
    margin-top: 15px
}

@media (min-width:768px) {
    .news__caption{
        width: 375px;
        max-width: 375px;
    }
}

@media (max-width:768px) {
    .news__caption{
        width: 100%;
    }
}

.descriere_main h2 {
    font-size: 18px;
    margin: 0;
}

.news__content h2 {
    font-size: 18px;
    margin: 20px 0 15px 0;
    font-weight: 600;
}

.news__title__container {
    display: flex;
    padding-top: 15px;
    align-items: center;
}
.news__title__container .news__title,
.news__title__container button,
.news__title__container a {
    margin-right: 10px;
}

.bydate-archive {
    list-style: none;
    padding-left: 0;
}
.bydate-archive__date {
    padding-top: 25px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Tags */

.tags__container span {
    color: #337ab7
}

.news__info {
    margin: 15px 0;
}

.invitatii-banda-imagine-articol{
    background: #dddddd;
    border-radius: 10px;
    color: #000000;
    font-weight: 600;
    padding: 10px 10px 5px 10px;
    margin: 5px 0 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.invitatii-banda-imagine-articol a {
    color: #000 !important;
    font-size: 18px;
}

.invitatii-banda-imagine-articol-autor a{
    font-size: 18px;
}

.invitatii-banda-imagine-articol-pozitie a{
    font-size: 13px;
    font-weight: normal;
}

.invitatii-banda-imagine-articol-logo{
    margin-top: 10px;
}


/* Opinia zilei */


.bp-ado-01-co1 {
    width: 336px;
    height: 280px;
}

.bp-ado-01-co2 {
    width: 314px;
    height: 258px;
    padding: 10px;
    border: solid 1px #dddddd;
    overflow: hidden;
}

.bp-ado-01-co3 {
    width: 314px;
    padding: 5px 0 15px 0;
    font-size:18px;
    font-weight: 600;
}

.bp-ado-01-co4 {
    width: 314px;
    padding-bottom: 10px;
}

.bp-ado-01-co5 {
    margin-left: 10px;
    width: 239px;
    height: 65px;
    overflow:hidden;
    color: #355183;
    font-size: 14px;
    font-weight:600;
}

.bp-ado-02-co1 {
    margin: 10px 0;
}

.bp-ado-02-co2 {
    width: 170px;
    height: 250px;
    padding: 10px;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.bp-ado-02-co3 {
    display: block;
    font-weight: 600;
    text-align: center;
}

.bp-ado-02-co4 {
    border-radius: 85px;
    margin: 10px auto;
}

.bp-ado-02-co5 {
    font-size: 16px;
    color: #000000;
    text-align: left;
}

.bp-ado-02-co6 {
    text-align: left;
    font-size: 13px;
    line-height: 20px
}

.more__news__container {
    overflow: hidden;
}

.more__news__container .title__more__news {
    margin: 15px 0;
}

.more__news__container .more__news__article {
    display: block;
    margin: 0 0 10px 0;
}

.more__news__container .text__article{
    font-size: 14px
}

/* Sidebar */

.box__container {
    margin-bottom: 15px
}

.box__container__bordered {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden
}

.box__title, .tip_titluri, .personalitate_date_biografice h2, .profil_continuare_despre_mine h2 {
    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 a {
    color: #000;
    text-decoration: none;
}

.box__title::after, .personalitate_date_biografice h2::after, .profil_continuare_despre_mine h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 4px solid #005294;
    width: 100px;
}

.box__title img {
    padding: 0 5px
}

.box__content {
    margin: 15px 0
}

.box__actions {
    text-align: center;
    display: block;
    overflow: hidden;
    width: 100%;
}

.box__actions a {
    cursor: pointer;
}

/* Share */

.mmenu-social-media {
    padding: 10px 10px 10px 20px;
}

.box__share__social-media ul li{
    display: inline-block;
    padding-right: 5px
}

.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;
}

.icon_facebook_messenger .icon__messenger__white {
    width: 14px;
    height: 14px;
}

.social-media {
    width: 100%;
    display: block;
}

.social_media_left {
    overflow: hidden;
    clear: both;
    display: flex;
}

.social_media_left ul {
    margin: 0;
    padding: 0;
}

.social_media_left ul li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}

.social_media_left ul li:first-child {
    padding: 0;
}

.social-media-news .icon-share {
    background-color: #ec4e43;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.social-media-news .icon-share.icon-messenger {
    background: #0072ff;
}

.icon-share {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: inline-block;
}

.icon__facebook {
    background-image: url(../img/mobile/share/facebook.svg);
}

.icon__messenger {
    background-image: url(../img/mobile/share/messenger.svg);
}

.icon__messenger__white {
    background-image: url(../img/mobile/share/messenger-white.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.icon__whatsapp {
    background-image: url(../img/mobile/share/whatsapp.svg);
}

.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);
}


/* Similar news */

.article__container {
    margin: 0 0 10px 0;
    padding-bottom: 15px;
}

.article__content {
    display: block;
}

.article__flex {
    display: flex;
    align-content: flex-start;
}

.img__domeniu {
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}

.image__article {
    max-width: 15%;
    flex: 0 0 15%;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .image__article {
        max-width: 20%;
        flex: 0 0 20%;
    }
}

.img__domeniu img, .image__article img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.col-sidebar .image__article {
    max-width: 20%;
    flex: 0 0 20%;
}

.article__content__title {
    display: inline-block;
}

.title__article a, .text__article a {
    color: #000;
    font-weight: 600;
}

.title__article a:hover, .title__article a:focus {
    color: #005294;
    text-decoration: none;
}

.title__article a:visited,
.text__article a:visited,
.news__article__title a:visited,
.news__article__desc:visited,
.spotlight__article__title a:visited,
.spotlight__article__description:visited
{
    display: block;
    color: #bebebe;
}


.info-news-container {
    text-align: center;
    margin: 0 0 10px 0;
}

/* Cross News */

.cross-news__container {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px
}

.cross-news__container .row {
    display: flex;
    flex-wrap: wrap;
}

.cross-news__container .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.cross-news__publication:before {
    content: '';
    width: 15px;
    height: 5px;
    background: #005294;
    position: absolute;
    margin: auto;
    top: 12px
}

.cross-news__publication .line__title {
    width: 20px;
    display: inline-block;
}

.cross-news__publication {
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    position: relative;
}

.cross-news__image {
    border-radius: 5px;
    overflow: hidden;
}

.cross-news__image img {
    width: 100%;
}

.cross-news__title {
    margin: 10px 0;
    display: block;
}

.goTop {
    display: none;
    position: fixed;
    z-index: 20;
    bottom: 100px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 28px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.goTop:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #fff;
    text-decoration: none;
}

.goTop .fa {
    padding-top: 5px;
}

.comments {
    border-radius: 10px
}

.comments .container {
    width: 100%;
    padding: 0
}

.col-sidebar {
    position: relative;
}

.box_campaign {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.box_campaign_title {
    padding-top: 10px !important
}

.box_campaign,
.col-sidebar > .banner,
.box-invitatii_ziare_com-blue,
.box-opinii-blue,
.top_trei_stiri,
.box__share__social-media,
.continut_sondaje_homepage,
.top_top_top,
.info_live_news_cafenea,
.videoHide
{
    margin-bottom: 30px!important;
}
.col-sidebar > .banner {
    margin-left: 0 !important;
}

.box_campaign > div {
    background: transparent!important;
    border: 0!important;
    float: left;
}
.box_campaign > div > div:nth-child(1) {
    text-align: left!important;
}

#box_campaing_39 .box_campaign_title > a {
    padding: 0 0 10px 0 !important
}

#box_campaing_39 > div > div:nth-child(1) a::after {
    border-bottom: 4px solid #164194 !important;
}

#box_campaing_39 .box__content {
    padding: 0 15px
}

#box_campaing_40 .box_campaign_title > a{
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    display: block;
    padding: 10px !important;
    text-align: center;
}

#box_campaing_40 .box_campaign_title > a > span{
    background: url("../img/CECBank.png") no-repeat scroll center center transparent;
    background-size: 100%;
    display: block;
    width: 175px;
    height: 32px
}

#box_campaing_40 > div > div:nth-child(1) a::after {
    border-bottom: 4px solid #045c20 !important;
}

#box_campaing_40 .box__content {
    padding: 0 15px
}


#box_campaing_41 .box_campaign_title > a{
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    display: block;
    padding: 10px !important;
    text-align: center;
    font-size: 18px !important;
}

#box_campaing_41 .box_campaign_title > a > span{
    background: url("../img/logo-brio.png") no-repeat scroll center center transparent;
    background-size: 100%;
    display: block;
    width: 150px;
    height: 50px
}

#box_campaing_41 > div > div:nth-child(1) a::after {
    border-bottom: 4px solid #002c95 !important;
}

#box_campaing_41 .box__content {
    padding: 0 15px
}

#box_campaing_43 .box_campaign_title {
    padding-top: 0 !important;
}

#box_campaing_43 .box_campaign_title > a{
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    display: block;
    padding: 10px !important;
    text-align: center;
    color: #EC008C !important;
}

#box_campaing_43 .box_campaign_title > a > span{
    background: url("../img/logo-plush.png") no-repeat scroll center center transparent;
    background-size: 100%;
    display: block;
    width: 105px;
    height: 50px;
}

#box_campaing_43 > div > div:nth-child(1) a::after {
    border-bottom: 4px solid #000 !important;
}

#box_campaing_43 .box__content {
    padding: 0 15px
}

.box__explore-container {
    margin-bottom: 30px
}

.box__explore-container a{
    display: block;
    color: #005294;
    border: 1px solid #005294;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 15px
}

.box__explore-container a:hover, .box__explore-container a:focus, .box__explore-container a:active {
    text-decoration: none;
    background: #005294;
    color: #fff;
}

.box_campaign .box_campaign_title img {
    margin-right: 10px
}
.box_campaign > div > div:nth-child(1) a,
.box-invitatii_ziare_com-blue-title,
.box-opinii-blue-title,
.mbd2_box_r_title,
.mbd3_box_r_title,
.col-sidebar .box__title,
.top_trei_titlu,
.prieteni.mici.fleft,
.box__title__list,
.box_colab_citite,
.box_campaign_title a {
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 0 0 15px 0 !important;
    display: flex !important;
    align-items: flex-end ;
    margin: 0 0 20px 0 !important;
    position: relative;
    width: 100%;
}


.box_campaign > div > div:nth-child(1) a::after,
.box-invitatii_ziare_com-blue-title::after,
.box-opinii-blue-title::after,
.mbd2_box_r_title::after,
.mbd3_box_r_title::after,
.top_trei_titlu::after,
.prieteni.mici.fleft::after,
.box__title__list::after,
.box_colab_citite::after,
.box_campaign_title a::after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 4px solid #005294;
    width: 100px;
}
.box_campaign > div > div:nth-child(2) > div:not(.clear),
.box-invitatii_ziare_com-list-item,
.box-opinii-list-item,
.top_news_contain_right  {
    padding: 0!important;
    display: flex;
    border-bottom: 0!important;
    margin-bottom: 25px;
}


.box_campaign > div > div:nth-child(2) > div:last-child a::after,
.box-invitatii_ziare_com-list + .clear + .fright a::after{
    content: " »";
}
.box_campaign > div > div:nth-child(2) > div:not(.clear) > div:nth-child(1) img,
.box-invitatii_ziare_com-list-item-pic img,
.box-opinii-list-item-pic img,
.top_news_contain_right > a img {
    border-radius: 10px;
    margin-right: 15px;
}

.box_campaign > div > div:nth-child(2) > div:not(.clear) > div:nth-child(2) a,
.box-invitatii_ziare_com-list-item-right a,
.box-opinii-list-item-right a,
.top_news_contain_right .contain_right_stire_top > a b {
    font-size: 14px;
    font-weight: 600!important;
    color: #222;
}
.box_campaign > div > div:nth-child(2) > div:not(.clear) > div:nth-child(2) a:hover,
.box-invitatii_ziare_com-list-item-right a:hover,
.box-opinii-list-item-right a:hover,
.top_news_contain_right .contain_right_stire_top > a:hover b,
.top_news_contain_right .contain_right_stire_top > a:hover {
    text-decoration: none;
    color: #005294;
}
.box-invitatii_ziare_com-list-item-right .box-invitatii_ziare_com-list-item-right-title,
.box-opinii-list-item-right .box-opinii-list-item-right-title {
    font-weight: 400!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
    width: 100%;
}

.box_campaign > div > div:last-child {
    display: none;
}

.box-invitatii_ziare_com-blue-title::before {
    content: "Invitații Ziare.Com";
}
.box-invitatii_ziare_com-blue-title img {
    display: none;
}
.box-invitatii_ziare_com-list + .clear + .fright,
.box-opinii-list > .fright {
    display: block;
    float: none!important;
    padding-left: 68px!important;
    font-weight: 600;
}
.box-invitatii_ziare_com-list-item-pic img ,
.box-opinii-list-item-pic img  {
    border-radius: 100%;
    width: 55px;
    height: 55px;
}
.top_trei_stiri {
    width: 100% !important;
    float: none !important;
}
.top_trei_stiri .mbd2_box_r,
.top_trei_stiri .mbd3_box_r {
    margin: 0!important;
}
.mbd2_box_r_title::before,
.mbd3_box_r_title::before {
    display: none!important;
}
.mbd2_box_r_list,
.mbd3_box_r_list {
    padding: 5px !important;
    margin: 0 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px;
}
.mbd2_box_r_footer,
.mbd3_box_r_footer {
    margin: 0 !important;
    border: 0!important;
    padding-top: 10px!important;
    opacity: .4;
}

.box-opinii-blue-title a {
    color: #222;
}

.verticalTabs {
    display: flex;
}
.verticalTabs > div:nth-child(1) {
    width: 130px;
    min-width: 130px;
}
.verticalTabs > div:nth-child(1) a {
    display: block;
    padding: 7px 10px 7px 3px;
    font-size: 13px;
    cursor: pointer;
    color: #222;
}
.verticalTabs > div:nth-child(1) a:hover {
    color: #005294;
    text-decoration: none;
}
.verticalTabs > div:nth-child(2) {
    flex-grow: 1;
    background: #EEF1F1;
    padding: 15px;
    border-radius: 10px;
}
.verticalTabs__selected {
    background: #EEF1F1;
    padding-left: 12px!important;
    border-radius: 6px 0 0 6px;
}
.text_top_trei_stiri {
    font-size: 14px;
    line-height: 18px;
}
.text_top_trei_stiri a {
    color: #222;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.text_top_trei_stiri a:hover {
    color: #005294;
    text-decoration: none;
}

.top_trei_stiri__map .btn-select {
    color: #000000;
    text-align: center;
    display: block;
    margin: 15px auto;
    width: 100%;
}

.top_trei_stiri__map > div:nth-child(2) a {
    display: block;
    padding: 5px 10px;
}

.top_trei_stiri__map .dropdown-menu {
    width: 100%;
}

.prieteni.mici.fleft,
.box__title__list,
.box_colab_citite {
    align-items: center;
}
.prieteni.mici.fleft a,
.box__title__list a,
.box_colab_citite a {
    text-decoration: none!important;
    width: auto!important;
    margin-right: 10px;
    cursor: pointer;
}
.prieteni.mici.fleft a.selectata,
.box__title__list a.top_tabs_right_selectat,
.box_colab_citite a.box_colab_tab1_sel {
    color: #222;
    order: 0;
}
.prieteni.mici.fleft a:not(.selectata),
.box__title__list a:not(.top_tabs_right_selectat),
.box_colab_citite a:not(.box_colab_tab1_sel) {
    font-size: 14px;
    order: 1;
}

.agenda ol {
    padding-left: 15px;
}
.agenda ol li {
    margin-bottom: 15px;
}
.agenda ol li a {
    font-size: 14px;
    font-weight: 600!important;
    color: #222;
}
.agenda ol li a:hover {
    color: #005294;
    text-decoration: none;
}

.info_live_news_cafenea {
    width: 100%!important;
    overflow: hidden;
    float: none!important;
    display: flex;
    flex-wrap: wrap;
}
.info_live_news_cafenea > div:nth-child(1),
.info_live_news_cafenea > div:nth-child(2) {
    width: 50% !important;
    border: 0 !important;
}
.servicii_ziare_new.user_liveshow_homepage {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    float: none;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 15px;
    color: #222;
    font-weight: 600;
    padding-top: 0 !important;
}
.servicii_ziare_new.user_liveshow_homepage:hover {
    color: #005294;
    text-decoration: none;
}
.servicii_ziare_new.user_liveshow_homepage img {
    float: none;
    width: 22px;
    height: 20px;
    margin: 0 !important;
}
.servicii_ziare_new.user_liveshow_homepage span {
    float: none;
    padding-left: 10px!important;
    flex-grow: 1;
}
.servicii_ziare_new.user_liveshow_homepage + img,
.servicii_ziare_new.user_liveshow_homepage + .clear,
.servicii_ziare_new.user_liveshow_homepage + .clear + img {
    display: none;
}

#videoHide {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
#videoHide #video {
    float: none;
}
#videoHide #video > .fleft:nth-child(1),
#videoHide #video > .fleft:nth-child(1) iframe {
    width: 100%!important;
    float: none;
    overflow: hidden;
}
#videoHide #video > div:nth-child(2) {
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 10px;
}
#videoHide #video > div:nth-child(2) a {
    display: block;
    position: relative;
    padding: 6px 7px;
    white-space: nowrap;
    overflow: hidden;
    color: #222;
    border: 0 !important;
    text-decoration: none;
    border-radius: 6px 6px 0 0;
    font-size: 14px;
    letter-spacing: -.5px;
}

#testulos {
    background: #eef1f1;
    padding: 5px;
}
#testulos .up,
#testulos .dn,
#testulos .thumb {
    display: none;
}
#testulos ul {
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    list-style: none;
}
#testulos ul::-webkit-scrollbar { width: 6px; }
#testulos ul::-webkit-scrollbar-track { background: #eef1f1; }
#testulos ul::-webkit-scrollbar-thumb { border-radius: 5px; background: rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7); }

#testulos ul a {
    color: #222;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

#testulos ul a:hover,
#testulos ul .selected a {
    text-decoration: none;
    color: #005294;
}

.top_news_contain_right .contain_right_stire_top > span.fleft,
.top_news_contain_right .contain_right_stire_top > span.fleft + a.fright {
    color: #222!important;
    font-size: 12px;
}

    /* Footer */

#footer {
    padding: 15px 0;
    margin: 15px 0 0 0;
    border-top: 1px solid #e0e0e0;
    display: inline-block;
    width: 100%;
    font-size: 13px
}

/* Polls */

.continut_sondaje_homepage{
    width: 100%;
}

.border-img  {
    display: none;
}

.polls__question {
    font-size: 18px !important;
}

.polls__answers {
    margin-bottom: 5px;
    width: 50% !important;
}


.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: 300 !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 */

/* Person details */

.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: 160px;
    height: 160px;
    margin: 15px auto;
    display: block;
}

.titlu_personalitate {
    font-size: 18px;
}

.comments__news, .comments__news a {
    font-size: 13px
}

.tags__news {
    margin-bottom: 10px;
    color: #a0a0a0;
}

.date__news {
    color: #a0a0a0;
    font-size: 13px;
}

.tags__news .tag {
    color: #a0a0a0;
    font-size: 13px;
    background: #f9f9f9;
    padding: 3px 5px;
    border-radius: 5px
}

.main_news_categories .spotlight__article__title {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px
}

.top_secondary_news_categories .box__actions {
    text-align: right
}

.box__personalitate__sumar {
    background: #eff3f4;
    overflow: hidden
}

.personalitate_evenimente_biografice_info span {
    width: 20px
}

.personalitate_evenimente_biografice_info {
    width: 50%;
}

@media (max-width: 768px) {
    .personalitate_evenimente_biografice_info {
        width: 100%;
    }
}

.personalitate_detalii_biografice_info a {
    margin-right: 15px
}

.main__biography .personalitate_date_biografice .box__title {
    margin-top: 0;
}

.trafic_tabel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trafic_tabel .box__title {
    margin: 0 0 15px 0;
}

.trafic_data {
    font-size: 13px;
    color: #a0a0a0;
    text-align: right;
}

.trafic_contain_mare, .trafic_table th {
    font-weight: 600;
}

/* list persons */

.list__container__bordered {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.personalitati_localitate {
    background: #eff3f4;
    padding: 15px;
    border: 1px solid #e0e0e0;
    list-style-type: none ;
    width: 250px;
}

.personlitati_localitate .htu {
    font-weight: 700;
}

.right_personalitati {
    padding: 15px;
    width: 100%;
}

.list__content {
    width: 100%;
    display: flex;
}

.right_personalitati .htp, .contain_categories .htp {
    width: 100%;
    padding: 0 0 30px;
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.list__hot__topic__container {
    margin: 15px 0;
    border-top: 1px solid #e0e0e0;
}

/* Galerie poze */

.contain_media_galerie img {
    text-align: center;
    width: 100%;
}

.contain_media_galerie_title {
    margin-top: 15px;
    text-align: center;
}

.contain_media_galerie_title span {
    color: #ff0000;
}

.contain_media__container .row {
    display: flex;
    flex-wrap: wrap;
}

.contain_media__container .contain_media_galerie {
    display: flex;
    flex-direction: column;
}

/* Colaboratori & Autori */

.header_meniu {
    display: block;
    overflow: hidden;
}

.header_servicii_wiki  {
    font-size: 12px
}
@media (min-width: 992px) {
    .top_tabs_colaboratori {
        width: 20%;
    }
}

.box_colab_mic_cont {
    width: 100%;
    min-height: 82px;
    border: 1px solid #d8d8dc;
    border-radius: 10px;
    padding: 10px;
}

.box_colab_mic_date {
    margin-left: 10px;
    font-size: 12px
}

.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_cont a {
    flex: 0 0 100px
}

.box_colab_mic_cont img {
    border-radius: 10px
}

.box_colab_mic_citat {
    text-align: center;
    margin: 10px;
    font-size: 14px;
    font-style: italic;
    color: #a0a0a0;
}

.search__content .row {
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    display: flex;
}

@media (max-width: 768px) {
    .search__content .row {
        display: block;
    }
}

.lista_colaboratori__container {
    display: flex;
    flex-wrap: wrap;
}

.lista_colaboratori__container .lista_colaboratori .box__container {
    min-height: 220px
}

.lista_colaboratori__container .lista_colaboratori {
    display: flex;
    flex-direction: column;
}

.lc__name__title {
    display: block;
    font-weight: 700;
}

.lc__photo {
    border-radius: 5px;
    overflow: hidden;
}

.lc__testimonial {
    margin-top: 15px;
    font-size: 12px
}

.profil_cont h1 {
    font-size: 28px
}

.profil_rank {
    color: #a0a0a0;
}

.profil__container {
    display: flex;
    flex-direction: column;
}

.profil_image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.profil_image img{
    width: 100%;
}

.colaborator_citat .citat, .colaborator_citat_suflet .citat {
    color: #a0a0a0;
    font-style: italic;
    font-size: 16px
}

/* Search */

.title_taguri_modificat {
    font-weight: normal;
}

.rand_filtru_publicatii .rand_mare_filtru_publicatii {
    width: 30%
}

.filter_box_sl .rand_filtru_publicatii .rand_mare_filtru_publicatii {
    width: 33%
}

.rand_filtru_publicatii .rand_mic_filtru_publicatii {
    width: 20%
}

.rand_filtru_publicatii .checkbox {
    margin: 0 15px 0 0;
    font-size: 13px;
}

.arhiva_anului {
    font-size: 18px;
    margin-bottom: 10px;
    color: #005294;
    font-weight: 600;
}

.arhiva_luna {
    font-weight: 600;
    color: #b01916;
    width: 120px;
}

.zile_arhiva a {
    color: #000000;
    text-decoration: none;
}

.zile_arhiva a:hover {
    color: #005294;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .ani_arhiva {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box!important;
        display: -moz-box!important;
    }
    .ani_arhiva .btn {
        display: flex;
    }
}

.table-borderless td, .table-borderless th {
    border: none !important;
}

.wrapper_arhiva .image__article {
    max-width: 10%;
    flex: 0 0 10%;
}

.text__article__tags {
    font-size: 13px;
    margin-top: 10px;
}

.text__article__tags a {
    color: #337ab7;
    font-weight: 400;
}

.contain_categories_tag .row {
    display: flex;
    flex-wrap: wrap;
}

.contain_categories_tag .row>[class*='list_tags_associated'] {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}


/* RSS */

.left_categories_rss {
    width: 160px;
    flex: 0 0 160px;
    background: #f9fbfc;
    border: 1px solid #cccccc;
    border-top:none;
    margin: 1px 18px 1px 1px;
}

.left_categories_rss h2 {
    background: #253c5c;
    padding: 5px;
    font-size: 12px;
    width: 100%;
    font-weight:normal;
    margin: 0 0 1px 0;
}

.left_categories_rss h2 a, .subcategories_rss .selected {color:#fff;}

.left_categories_rss .selected, .subcategories_rss .selected {background:#0476e0 url(img/indicator_rss.jpg) no-repeat 145px 8px;}

.subcategories_rss a {
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 5px 0 5px 25px;
    width: 100%;
}

#form_box_abonare_newsletter_bn .form-actions {
    clear: both;
}

.submit_box_creare_widget {
    text-align: left;
}

.comentarii_reply_info {
    background:#355183;
    border:1px solid #9C9C9C;
    width:473px;
    padding:5px;
    margin:5px 0;
    color:#ffffff;
}

.comentarii_reply_info span {
    font-size:13px!important;
    font-weight:bold!important;
}

.comentarii_reply_info span a {
    font-size:13px!important;
    font-weight:bold!important;
    color:#ffffff;
}

.politicaeditoriala .panel-title {
    font-weight: 600;
    font-size: 18px
}

/* Error 404 */

.error404__container {
    margin: 40px 0;
}

.error404__title {
    font-size: 160px;
    color: #005294;
    font-weight: 600;
    line-height: 90%;
}

.error404__text {
    color: #005294;
    font-size: 30px

}

.personalities {
    font-size: 18px;
    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;
}

.news__box__donate__title {
    font-size: 22px !important;
}

.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;
}
