﻿/*.........*/
.pills_tab {
    background: #fff;
    float: right;
    padding-left: 10px;
}

    .pills_tab li {
        display: inline-block;
    }

        .pills_tab li a {
            border-radius: 0;
            padding: 5px;
            background: #868686;
            color: #fff;
            font-size: 12px;
        }

            .pills_tab li a:hover,
            .pills_tab li.active a:hover,
            .pills_tab li.active a {
                background: rgba(31,31,199,1);
                color: #fff;
                background-color: rgba(31,31,199,1) !important;
            }

.pills_header_index {
    position: relative;
    top: -6px
}

.content_pills {
}

    .content_pills .tab-pane {
    }

/*..........*/
/*..........*/
.box_news_tab {
    padding: 5px;
    direction: rtl;
}

    .box_news_tab:hover {
        background: rgba(0,0,0,0.1);
    }

        .box_news_tab:hover img {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
        }

    .box_news_tab img {
    }

    .box_news_tab p {
        color: #555;
        font-size: 12px;
        margin-top: 3px;
        padding: 0 5px;
    }
/*........*/
.post-archive-box {
}

    .post-archive-box .footer_index {
    }

        .post-archive-box .footer_index .list_sidbar {
            width: 50%;
            border-right: #e8e8e8 1px solid;
            padding: 0 10px;
        }

        .post-archive-box .footer_index article {
            width: 50%;
            padding-left: 5px;
        }

        .post-archive-box .footer_index .post-box-img {
        }

            .post-archive-box .footer_index .post-box-img img {
            }

        .post-archive-box .footer_index .post-box-link {
            display: block;
            color: #222;
            font-size: 16px;
            margin: 5px 0;
        }

        .post-archive-box .footer_index .post-short-text {
        }

.more_news {
}

/*..........*/
/*.........*/
.header_index {
    background: url(sidebar-title.png);
    line-height: 10px !important;
    height: 10px;
}

    .header_index h6 {
        display: inline-block;
        background: #fff;
        font-size: 18px;
        line-height: 10px !important;
        color: #333;
        padding-left: 10px;
    }

    .header_index .feed {
    }

        .header_index .feed i {
            background: rgba(31,31,199,1);
            color: #fff;
            font-size: 10px;
            width: 10px;
            text-align: center;
        }

        .header_index .feed a {
        }
/*......*/