@media screen and (min-width: 1900px) {
    #news-top-section {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    
    .news-main-category-container {
        overflow: hidden;
        width: 515px;
        padding-bottom: 20px;
    }
    
    .news-main-category-header {
        background-image: url('../media/buttons-etc/news-main-bg.png');
        background-position: left top;
        background-repeat: no-repeat;
        width: 515px;
        height: 43px;
        overflow: hidden;
    }
    
    .news-main-article-list {
        border: 1px solid #63391b;
        border-top: 0px solid #000000;
        background-color: #100903;
        margin: -4px 0px 0px 4px;
        line-height: 18px;
        width: 502px;
        height: 250px;
        overflow: hidden;
        padding: 5px 5px 5px 10px;
    }
}

@media screen and (max-width: 1899px) {
    .news-main-category-container {
        overflow: hidden;
        width: 740px;
        padding-bottom: 20px;
        float: left;
    }
    
    .news-main-category-header {
        background-image: url('../media/buttons-etc/news-main-bg1899.png');
        background-position: left top;
        background-repeat: repeat-x;        
        width: 740px;
        height: 43px;
        overflow: hidden;
    }
    
    .news-main-article-list {
        border: 1px solid #63391b;
        border-top: 0px solid #000000;
        background-color: #100903;
        margin: -4px 0px 0px 4px;
        line-height: 18px;
        width: 730px;
        height: 200px;
        overflow: hidden;
        padding: 5px 5px 5px 10px;
    }
}




.news-main-category-header h3
{
    padding-top: 9px;
    padding-left: 15px;
    font-size: 1.3rem;
}

.news-main-article-list a:hover {
    text-decoration: none;
}

.news-main-article-item {
    margin-bottom: 10px;
    margin-top: 5px;
}

.news-main-article-item:nth-child(even) {
    background-color: #221307;     
}

.news-main-article-item-header {
    font-weight: 600;
}

.news-main-article-item-header-unread {
    font-weight: 600;
    color: #ffffff;
}

.news-main-article-item-body {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 2.5em;
    white-space: nowrap;    
}
@media screen and (min-width: 1900px) {
    #news-activities-container {
        width: 512px;
        padding-bottom: 20px;
    }
    
    #news-activities-header {
        background-image: url('../media/buttons-etc/news-main-bg.png');
        background-position: left top;
        background-repeat: no-repeat;
        width: 512px;
        height: 43px;
        overflow: hidden;
    }
    
    #news-activities-list {
        border: 1px solid #63391b;
        border-top: 0px solid #000000;
        background-color: #100903;
        margin: -4px 0px 0px 4px;
        line-height: 18px;
        width: 502px;
        padding: 0px 5px 10px 5px;
        overflow: hidden;
        height: 250px;
    }
}

@media screen and (max-width: 1899px) {
    #news-activities-container {
        width: 740px;
        padding-bottom: 20px;
        float: left;
    }
    
    #news-activities-header {
        background-image: url('../media/buttons-etc/news-main-bg1899.png');
        background-position: left top;
        background-repeat: repeat-x;
        width: 740px;
        height: 43px;
        overflow: hidden;
    }
    
    #news-activities-list {
        border: 1px solid #63391b;
        border-top: 0px solid #000000;
        background-color: #100903;
        margin: -4px 0px 0px 4px;
        line-height: 18px;
        width: 730px;
        padding: 0px 5px 10px 5px;
        overflow: hidden;
        height: 150px;
    }
}

#news-activities-header h3
{
    padding-top: 9px;
    padding-left: 15px;
    font-size: 1.3rem;
}

.news-activities-item {
    padding: 0px 0px 0px 10px;
    height: 20.25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;    
}
.news-activities-item:nth-child(even) {
    background-color: #221307;     
}

#news-bottom-section {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-category-container {
    overflow: hidden;
    width: 333px;
    height: 200px;
}

.news-category-header {
    background-image: url('../media/buttons-etc/news-others-bg.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 333px;
    height: 43px;
    overflow: hidden;
    margin: 0px 0px -6px 0px;    
}

.news-category-header h3
{
    padding-top: 9px;
    padding-left: 15px;
    font-size: 1.3rem;
}

.news-category-header a, .news-main-category-header a {
}

.news-category-header a:hover, .news-main-category-header a:hover, #news-activities-header a:hover {
    text-decoration: none;
}

.news-article-list {
    border: 1px solid #63391b;
    border-top: 0px solid #000000;
    background-color: #100903;
    margin: 3px 0px 0px 4px;
    line-height: 18px;
    width: 323px;
    min-height: 140px;
    padding: 5px 5px 5px 10px;
}

.news-article-item {
}

.unread a {
    color: #ffffff;
}

.news-category-detail-header
{
    width: 500px;
    float: left;
    margin-bottom: 30px;    
}

.news-category-detail-header h1
{
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 2rem;    
}

.news-category-detail-hidder {
    float: right;
    width: 400px;
    text-align: right;    
}

.news-category-detail-selector {
    float: right;
}

#news-category-detail-select {
    padding: 0px 15px;
    border: 0px;
    background-color: transparent;
    background-image: url(../../media/buttons-etc/textove_pole-200x38.png);
    background-repeat: no-repeat;
    color: #cd853f;
    width: 195px;
    height: 38px;
}

#news-category-detail-select option {
    background-color: #221307;
}

.news-category-article-whole
{
    width: 100%;
    background-color: rgba(34, 19, 7, 0.4);
    min-height: 80px;
    border-bottom: 1px solid rgba(205, 134, 63, 0.2);
    padding: 15px;
}

.news-category-article-whole:last-child
{
    margin-bottom: 20px;
    border-bottom: 0;
} 


.news-category-article-header
{
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.news-category-article-content
{
    clear: both;
}

.news-category-article-footer
{
    font-size: 0.8rem;
    color: rgba(205, 134, 63, 0.8);
    margin-bottom: 35px;
}

.news-category-article-footer i
{
    font-size: 0.8rem;
    color: rgba(205, 134, 63, 0.4);
    margin-right: 3px;
}

.new-category-article-author
{
    float: left;
    margin-right: 20px;    
}

.new-category-article-date
{
    float: left;
    margin-right: 20px;     
}

.new-category-article-comments
{
    float: left;
}

.news-detail-article-whole
{
    width: 100%;
    background-color: rgba(34, 19, 7, 0.4);
    min-height: 80px;
    border-bottom: 1px solid rgba(205, 134, 63, 0.2);
    padding: 15px;
}

.news-detail-article-header
{
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.news-detail-article-content 
{
    clear: both;
}

.news-detail-article-footer
{
    font-size: 0.8rem;
    color: rgba(205, 134, 63, 0.8);
}

.news-detail-article-footer i
{
    font-size: 0.8rem;
    color: rgba(205, 134, 63, 0.4);
    margin-right: 3px;
}

.news-detail-article-author {
    float: left;
    margin-right: 20px;
}

.news-detail-article-date {
    float: left;
    margin-bottom: 20px;
}

.news-detail-comments-whole
{

}

.news-detail-comments-header
{
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-detail-comments-avatar
{
    width: 54px;
    height: 54px;
    float: left;
    margin-right: 1rem!important;
    margin-top: 4px;
}

.news-detail-comments-avatar img
{
    width: 50px;
    height: 50px;
    border-radius: 50%!important;
    border: 2px ridge rgb(205, 134, 63);
}

/*.news-detail-comments-body
{
    width: 950px;
}*/

.news-detail-comments-body p
{
    margin-left: 70px;
}

.news-detail-comments-author
{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0px;
}

.news-detail-comments-author small
{
    color: rgba(205, 134, 63, 0.6);
}                      

.news-detail-comments-date
{

}

.news-detail-comments-content
{
    font-size: 0.95rem;
}

.news-detail-comments-list
{

}

.news-detail-comments-item
{
    display: flex;
    align-items: flex-start;
    min-height: 60px;
}

.news-detail-comments-item-content {

}

.news-detail-comments-item:hover
{
    background-color: rgba(34, 19, 7, 0.4);
}

.news-detail-comments-item-controls {
    float: right;
    width: 80px;
}

.comment-depth-0 {
    padding-left: 0px;
}
.comment-depth-1 {
    padding-left: 20px;
}
.comment-depth-2 {
    padding-left: 40px;
}
.comment-depth-3 {
    padding-left: 60px;
    padding-top: 0px; 
}
.comment-depth-4 {
    padding-left: 80px;
    padding-top: 0px; 
}
.comment-depth-5 {
    padding-left: 100px;
    padding-top: 0px; 
}
.comment-depth-6 {
    padding-left: 100px;
    padding-top: 0px; 
}
.comment-depth-7 {
    padding-left: 100px;
    padding-top: 0px; 
}
.comment-depth-8 {
    padding-left: 100px;
    padding-top: 0px; 
}
.comment-depth-9 {
    padding-left: 100px;
    padding-top: 0px; 
}
.comment-depth-10 {
    padding-left: 100px;
    padding-top: 0px;
}

@media screen and (min-width: 1900px) {
    .comment-content-depth-0 {
        width: 100%;    
    }    
    .comment-content-depth-1 {
        width: 100%;    
    }   
    .comment-content-depth-2 {
        width: 100%;    
    }      
    .comment-content-depth-3 {
        width: 100%;    
    }
    .comment-content-depth-4 {
        width: 100%;    
    }
    .comment-content-depth-5 {
        width: 100%;    
    }
    .comment-content-depth-6 {
        width: 100%;    
    }
    .comment-content-depth-7 {
        width: 100%;    
    }
    .comment-content-depth-8 {
        width: 100%;    
    }
    .comment-content-depth-9 {
        width: 100%;    
    }
    .comment-content-depth-10 {
        width: 100%;    
    }
}
@media screen and (max-width: 1899px) {
    .comment-content-depth-0 {
        width: 100%;    
    }    
    .comment-content-depth-1 {
        width: 100%;    
    }   
    .comment-content-depth-2 {
        width: 100%;    
    }   
    .comment-content-depth-3 {
        width: 100%;    
    }
    .comment-content-depth-4 {
        width: 100%;    
    }
    .comment-content-depth-5 {
        width: 100%;    
    }
    .comment-content-depth-6 {
        width: 100%;    
    }
    .comment-content-depth-7 {
        width: 100%;    
    }
    .comment-content-depth-8 {
        width: 100%;    
    }
    .comment-content-depth-9 {
        width: 100%;    
    }
    .comment-content-depth-10 {
        width: 100%;    
    }            
}

.comment-unread {
    color: #ffffff !important;
}

.news-detail-comment-form {
    border: 1px solid #63391b;
    background-color: #100903;
    padding: 5px 20px 5px 20px;
    margin: 0px 0px 0px 0px;
    text-shadow: 2px 2px #000;
    overflow: hidden;
}

#article-new-comment-name {
    float: left;
    font-weight: 600;
    text-shadow: 2px 2px #000;
    padding: 5px 0px 0px 0px;
}

#article-new-comment-time {
    float: right;
    text-shadow: 2px 2px #000;
    padding: 5px 0px 0px 0px;
}

#article-new-comment-preview {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #63391b;
}
#article-new-comment-preview-header {
}

#article-new-comment-preview-bottom {
    font-style: italic;
}
.news-detail-comment-form textarea {
    width: 600px;
    height: 80px;
    background-color: #36251b;
    color: #cd853f;
    display: block;   
    margin: 10px auto;
}

.news-detail-comment-form button {
    padding: 0px 15px;
    border: 0px;
    background-color: transparent;
    background-image: url('../../media/buttons-etc/button_260x43-off.png');
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 2px 2px #000;
    display: block;   
    margin: 0px auto;
    color: #cd853f;
    width: 260px;
    height: 43px;
    cursor: pointer;
}

.news-detail-comment-form button:hover {
    background-image: url('../../media/buttons-etc/button_260x43-on.png');
    color: #ffffff;
}

/* ************************************************************************** */

#news-activities-top-panel {
    border: 0px dotted blue;
    padding: 10px;
}

#news-activities-top-panel input {
    height: calc(1.5em + 0.5rem + 2px);
    color: rgba(205, 134, 63, 1);
    background-color: rgb(0, 0, 0);
    background-clip: padding-box;
    border: 1px solid rgba(205, 134, 63, 0.75);
    border-radius: 0.2rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
    margin-right: 5px;    
}

@media screen and (min-width: 1900px) {

    #act-helper-filter-char {
        margin-right: 5px;
        width: 300px;
    }
    
    #act-helper-filter-text {
        width: 700px;
    }

}

@media screen and (max-width: 1899px) {

    #act-helper-filter-char {
        margin-right: 5px;
        width: 225px;
    }
    
    #act-helper-filter-text {
        width: 470px;
    }

}

#news-activities-complete-content {
    border: 0px dotted blue;
    margin-top: 10px;
    padding: 10px;
}

