.two-col.portrait img {
    object-fit: cover;
}


.c-main .inner--page .inner--page__left-column h1, .c-main .inner--page .inner--page__left-column .h1 {
    /*font-size: 28px;*/
    font-size: 1.1em;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #FF6200;
}
#news-detail .noindent p, #news-detail table p, #news-detail p.noindent, #news-detail .no-indent p, #news-detail p.no-indent {
    text-indent: 0;
}
.text-center {
    text-align: center;
}
.internal .red-plate a {
    color: white;
    background-color: #FF6200;
    padding: 5px;
    font-size: 80%;
}
.hr {
    margin-bottom: 21px;
    border-bottom: 2px solid #F60;
    clear: both;
}
.hr.padding {
    padding-top: 10px;
}
#news-detail p {
    text-indent: 25px;
    text-align: justify;
}
.img-left {
    float: left;
    margin-right: 12px;
    margin-bottom: 4px;
}
.related-header {
    font-weight: bold;
    font-size: 110%;
}
.news-list {
    margin-top: 25px;
}
.clear {
    clear: both;
    overflow: hidden;
}
#news-detail .detail-news__date, .date {
    color: #777;
    margin-bottom: 0px;
    margin-top: 16px;
    font-size: 0.9em;
}
.show-more-news__link {
    font-size: 0.9em;
}
#news-detail .detail-news__author {
    color: #777;
    margin-bottom: 1em;
    margin-top: 0.5em;
    font-size: 1.1em;
}
.related-list {
    min-height: initial;
    width: 100%;
}
.news-list .item {
    overflow: hidden;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 1.3;
}
.related-list .item {
    border-bottom: none;
    padding-bottom: 0px;
}
.news-list .item .images {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    overflow: hidden;
}
.news-list .item .images img {
    width: 98px;
    /* height: 98px; */
}
.news-list .item .images img.img--border {
    border-radius: 8px;
    border: 1px solid #afafaf;
    object-fit: cover;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.news-list .item .text span.date {
    color: #777;
}
.news-list .item .text .title {
    margin: 4px 0;
    font-size: 0.9em;
}
#news-detail .detail-news__date, .date {
    color: #FF6200;
}
.single a {
    display: block;
    width: 100%;
}
.news-album img {
    width: 100%;
    height: auto;
}
.news-album {
    width: 100%;
    margin-bottom: 4px;
}
.news-album.two-col, .news-album.tri-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.news-album.two-col a {
    width: calc(50% - 2px);
}
.news-album.tri-col a {
    width: 33%;
}
.hidden-more-news {
    display: none;
}
table.bordered {
    border: 1px solid #C6C6C6;
}
table.spacing {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 80%;
}
table.spacing td {
    padding: 0.5em;
}
table.bordered td, table.bordered th {
    /*border: 1px solid #C6C6C6;*/
    padding: 0.5em;
}
table.bordered td {
    border-bottom: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
}
table.bordered tr:last-child td {
    border-bottom: none;
}
table.bordered tr td:last-child {
    border-right: none;
}
#news-detail table p {
    padding: 0 15px;
    margin: 5px 0;
    line-height: 1.2;
}
.fancybox-is-open .fancybox-bg {
    opacity: .8;
}
.fancybox-bg {
    background-color: #000000;
}
@media (max-width: 767px) {
    .internal .red-plate a {
        font-size: 100%;
        line-height: 1.5;
    }
    #news-detail p {
        font-size: 16px;
        line-height: 1.3;
    }
    #news-detail table p {
        padding: 0 3px;
        text-align: left;
    }
}
@media (min-width: 1280px) {
    .c-main .inner--page .inner--page__left-column h1, .c-main .inner--page .inner--page__left-column .h1 {
        /*font-size: 1.4em;*/
    }
    .news_photos .news-album:not(.two-col) img,
    .news_photos .news-album:not(.three-col) img,
    {
        max-width: 90%;
        margin: 0 auto;
    }
    .old-news a {
        margin: 0 auto;
        max-width: 800px;
    }
}
@media screen  and (min-width: 992px) and (max-width: 1023px) {
    .inner--page .inner--page__right-column {
        max-width: 350px;
    }
}
@media all and (max-width: 475px) {
    .img-left {
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media print {
    .inner--page__right-column,
    .c-buttons-line,
    .c-main__header,
    .c-breadcrumbs,
    .c-header,
    #panel,
    .footer,
    .cookie-warning,
    .b24-widget-button-wrapper
    {
        display: none!important;
    }
    ul, ol, table {
        page-break-inside: avoid;
    }
}