.border-light{
    border:1px solid #e1e6e1
}

.news-links{
    border-bottom: 1px solid #e6e2e2;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.news-links a {
    color: #5b5bab;
    font-size: 13px;
}

.item-content .item-type{
    margin: 0;
}

.custom-items .item-header{
    top: 15px;
}
.composs-main-article-head .composs-main-article-meta.post-info-share-container{
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 899px) {
    .news-brief-mobile{
        display: none;
    }
}

    @media only screen and (max-width: 900px) {
    .news-brief-default{
        display: none;
    }

    .news-brief-mobile{
        display: block;
    }
}


#main-menu ul.sub-menu:not(.ot-mega-menu) li>a, #main-menu>ul>li>a {
    padding: 18px 9px !important;
}

#main-menu>ul>li:first-child>a {
    padding-left: 18px !important;
}

.vid-cover-wrapper{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.vid-cover{
    width: 165px;
    height: 175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #c3c0c0;
}

.vid-cover-wrapper h4{
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 164px;
    margin-top:4px;
}
.vid-cover-wrapper h4:hover{
    text-decoration: underline;
}

.cookieAccept{
    padding: 0px 11px; height: auto;line-height: 25px;
}