.bnews-list {
}

.bnews-list .artblock {
    display: block;
    padding: 10px;
    clear: left;
}

#news-list-container .news-list__item h4 {
    margin-top: 10px;
}

#news-list-container .news-list__item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 19px;
    margin-bottom: 19px;
}

#news-list-container .news-list__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.bnews-list .artblock.artblock-2 {
    display: inline-block;
    width: 49%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    clear: none;
}

.bnews-list .artblock.artblock-2:nth-child(even) {
    float: right;
    clear: right;
}

.bnews-list .artblock.artblock-2:nth-child(odd) {
    float: left;
    clear: left;
}

.bnews-list.bnews-list-small .artblock {
    display: block;
    padding: 0px;
    margin-bottom: 15px;
}

.bnews-list .artblock .name a {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.bnews-list .artblock .name a:hover {
    text-decoration: underline;
}

.bnews-list.bnews-list-small .artblock .name a {
    font-size: 13px;
}

.bnews-list .artblock .article-meta {
    font-size: 12px;
    color: #888;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 2px;
    margin-bottom: 5px;
}

.bnews-list .artblock .article-image {
    margin-right: 15px;
    max-width: 100%;
    margin-bottom: 5px;
}

.bnews-list .artblock a.bigimagein .article-image {
    margin-right: 0px;
}

.bnews-list .artblock a.bigimagein {
    display: block;
    text-align: center;
}

.bnews-list .artblock .description {
    color: #444;
}

.bnews-list .artblock .description p {
    margin-bottom: 5px;
}

.bnews-list .artblock .total-comments {
    color: #888;
}

.bnews-list .artblock .blog-button {
    text-align: right;
    padding-top: 3px;
}

.article-content {
    display: block;
    overflow: hidden;
    position: relative;
}

.article-content .article-meta {
    padding-bottom: 7px;
    display: block;
    clear: both;
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
}

.article-content .article-meta span, .article-content .article-meta a {
    font-style: italic;
    font-size: 12px;
}

.article-content .article-meta .article-share {
    float: right;
    margin-right: -160px;
}

.article-content .article-tags {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 19px;
}

.article-content .article-tags a {
    color: #555;
    background: #eee;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 2px;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
}

.article-content .article-tags a:hover {
    background: #ddd;
}

.content.blog-content {
    border-radius: 4px;
    margin-bottom: 12px;
}

/* related news */
.related-container {
    margin-top: 10px;
}

.related-container h2 {
    font-size: 18px;
    font-family: 'Tahoma';
    margin-bottom: 10px;
}
.content.related-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-one-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-one-page-left {
    max-width: 800px;
}
.news-one-page-right {
    padding-left: 15px;
}
.last-news-block {
    width: 336px;
}
.last-news-block p.title {
    color: #28a06c;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.last-news-block ul{
    list-style-type: none;
}
.last-news-block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.last-news-block ul li:last-child {
    border-bottom: none;
}

.last-news-block ul li span {
    padding: 2px 8px 2px 10px;
    border-left: 3px solid #28a06c;
    font-size: 12px;
}
.last-news-block ul li a {
    font-size: 14px;
}
.last-news-block .more-news {
    color: #28a06c;
    text-align: center;
    display: block;
}
.last-news-block .more-news:hover {
    color: #1a8959;
}
.content.related-news .related-item {
    padding: 0 7px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
}

.content.related-news .related-item .data-block {
    margin: 10px 0;
}

.content.related-news .related-item .related-image a {
    display: block;
    max-width: 237px;
}

.content.related-news .related-item p {
    font-size:14px;
}

/* related NEWS */
.content.blog-reply {
    margin-top: 10px;
    margin-bottom: 2px;
    margin-left: 35px;
    border-radius: 4px;
}

.content.blog-content .comment-header, .content.blog-reply .reply-header {
    background: #F2F0F0;
    border-radius: 3px;
    font-size: 13px;
    padding: 6px;
    padding-left: 30px;
    border: 1px solid #DFD1D1;
    position: relative;
}

.content.blog-content .comment-header .comment-icon {
    background: url('../../default/image/blog-sprite.png') right top no-repeat;
    width: 21px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 3px;
}

.content.blog-reply .reply-header .comment-icon {
    background: url('../../default/image/blog-sprite.png') left bottom no-repeat;
    width: 21px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 3px;
}

#com-title {
    position: relative;
    padding-left: 30px;
}

#com-title .blog-write {
    background: url('../../default/image/blog-sprite.png') left top no-repeat;
    width: 21px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: 0px;
}

#com-title .blog-write {
    background: url('../../default/image/blog-sprite.png') left top no-repeat;
    width: 21px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: 0px;
}

.content .comment-text {
    padding: 4px;
    padding-left: 7px;
    padding-top: 7px;
}

.content .comment-text a {
    font-weight: bold;
}

span.cancel-reply {
    background: url('../../default/image/blog-sprite.png') right bottom no-repeat;
    width: 21px;
    height: 18px;
    cursor: pointer;
    position: absolute;
}

.author-image {
    float: left;
    margin-right: 10px;
    padding: 3px;
    border: 1px solid #eee;
}

.article-content a.centered-image {
    display: block;
    text-align: center;
}

.article-content a.centered-image img#image {
    margin: 0px !important;
}

.content.blog-author {
    border-left: none !important;
    border-right: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.content.blog-author p {
    margin-bottom: 5px;
}

.comment-left, .comment-right {
    display: table-cell;
    vertical-align: top;
}

.comment-left {
    width: 40%;
    padding-right: 20px;
}

.comment-left input {
    width: 95%;
}

.comment-right textarea {
    min-height: 72px;
}

.article-content img {
    max-width: 100%;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.blog-gallery > a.colorbox {
    display: inline-block;
    text-decoration: none;
    *display: inline;
}

#blog-gallery-slider {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background: #eee;
    overflow: hidden;
    margin-bottom: 10px;
}

#blog-gallery-slider div[u="loading"] {
    position: absolute;
    top: 0px;
    left: 0px;
}

#blog-gallery-slider div[u="loading"] > div.loadin-in-1 {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    background-color: #000000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#blog-gallery-slider div[u="loading"] > div.loadin-in-2 {
    position: absolute;
    display: block;
    background: url(../image/blog-loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#blog-gallery-slider div[u="slides"] {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../image/blog-arrows.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05rdn {
    background-position: -310px -40px;
}

.jssora05l {
    width: 40px;
    height: 40px;
    top: 158px;
    left: 8px;
}

.jssora05r {
    width: 40px;
    height: 40px;
    top: 158px;
    right: 8px
}

.jssort01 {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
    bottom: 0px;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border: #ddd 2px solid;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
    background: url(../image/blog-t01.png) center center;
    border-width: 0px;
    top: 2px;
    left: 2px;
    width: 68px;
    height: 68px;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    border: #fff 1px solid;
}

.blog-videos > div {
    text-align: center;
}

@media all and (max-width: 850px) {
    .news-one-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .last-news-block {
        max-width: 336px;
        margin: 20px auto 0 auto;
    }
    .content.related-news {

    }
}

@media all and (max-width: 699px) {
    .bnews-list .artblock.artblock-2 {
        display: block;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        clear: none;
    }

    .bnews-list .artblock.artblock-2:nth-child(even) {
        float: none;
        clear: left;
    }

    .bnews-list .artblock.artblock-2:nth-child(odd) {
        float: none;
        clear: left;
    }

    .blog-videos iframe {
        height: auto: !important;
        width: 100%;
    }

    .blog-videos > div {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .blog-videos > div > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .news-page .news-page-wrap .container {
        max-width: 100%;
    }

    .news-page .news-page-wrap {
        flex-direction: column;
    }

    .news-page .news-page-wrap .news-right {
        order: 0;
    }

    .news-page .news-page-wrap #date-picker {
        text-align: center;
    }
    .news-page .btn {
        text-align: center;
    }
    .news-page .news-page-wrap .container {
        order: 1;
    }
}
@media all and (max-width: 640px) {
    .content.related-news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.jssora05l, .jssora05r {
    display: none !important;
}