﻿.article-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}

.blog-wrapper {
}

.blog-container {
    clear: both
}

    .blog-container .headline {
        clear: both;
        overflow: hidden;
    }

.featured-wrapper {
    padding: 30px 0;
    background-color: #f0f0f0
}

.article-breadcrumb {
    overflow: hidden;
}

.blog-headline {
    position: relative;
    border: 0.5px solid #ddd;
    margin-top: 15px;
    padding-top: 30px;
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 12px;
}

.blog-left .blog-headline {
    border: 0;
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 0;
    border-bottom: 0.5px solid #ddd;
    margin-top: 0
}

.blog-headline .headline-acts {
}

.blog-headline .headline {
    position: relative;
}

.blog-headline .author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .blog-headline .author .avt {
        display: block;
        float: left
    }

.blog-headline .headline .author img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 0.5px solid #ddd;
    z-index: 1;
}

.blog-headline .headline .author .name {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.blog-headline .headline .title {
    padding: 10px 0;
}

.blog-headline .headline .blog-cat a {
    color: #f8725d;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-headline .headline h1 {
    font-size: 24px;
    margin: 0;
}

.post-stats {
    font-size: 12px;
    color: #aaa;
    display: inline-block;
    vertical-align: bottom;
}

    .post-stats .postedby a {
        text-decoration: underline;
        font-weight: bold;
        color: #ddd;
    }

.blog-left {
    width: 760px;
    float: left;
    padding: 15px 30px;
    border-radius: 12px;
    border: 0.5px solid #ddd;
    background: #fff;
}

.article-search-box {
}

    .article-search-box .form-control {
        border: 0.5px solid #ddd;
        height: 42px;
        height: 42px;
        border-radius: 12px 0 0 12px;
    }

    .article-search-box .btn {
        border-radius: 12px;
        border: 0.5px solid #ddd;
        padding: 10px 20px;
    }

.blog-featured {
    padding: 15px;
    overflow: hidden;
}


.blog-featured-list h2 a {
    white-space: normal;
    display: block;
}

.blog-right .headline {
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 0px;
}


article.featured-one {
    width: 520px;
    float: left;
    margin-right: 15px;
    position: relative;
}

article.featured-two {
    width: 280px;
    float: left;
    overflow: hidden;
    height: 160px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.article-container {
    padding: 15px;
    margin-top: 30px;
}

article.blog-post-featured {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
    border-bottom: solid 1px #E3E3E1;
}


.blog-headline h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0 10px;
}

.cat-nav {
    clear: both;
    padding-top: 15px;
}

    .cat-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .cat-nav ul li {
            display: inline-block;
        }

            .cat-nav ul li a {
                text-decoration: none;
                display: block;
                padding: 10px 0;
                font-size: 14px;
                padding-right: 15px;
                border: 0.5px solid #ddd;
                padding: 4px 12px;
                background-color: #f4f4f4;
                color: #555;
                border-radius: 12px;
                margin-right: 10px;
            }

                .cat-nav ul li.active a, .cat-nav ul li a:hover {
                    background-color: #444;
                    color: #fff;
                }

.blog-item:last-child {
    border: 0;
}

.blog-item {
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 0;
}

    .blog-item .photo img {
        float: left;
        margin-right: 20px;
        width: 240px;
        height: 240px;
        background-color: #fafafa;
    }

.blog-item-stats-bar {
    color: #111;
    font-size: 11px;
    padding-top: 15px;
    margin-top: 4px;
}

    .blog-item-stats-bar a {
        color: #a0a0a0;
        text-transform: uppercase;
    }

        .blog-item-stats-bar a:hover {
            color: #030303;
        }

.blog-item-stats {
    color: #9e9e9e;
    font-size: 12px;
}

    .blog-item-stats .stats-item a {
        color: #fff;
        font-weight: bold;
        white-space: normal;
    }

.blog-snippet-container .blog-meta {
    float: left;
    margin-right: 15px;
    box-sizing: border-box;
}

    .blog-snippet-container .blog-meta .author .avt {
        width: 86px;
        height: 86px;
        overflow: hidden;
        border: 1px solid #fafafa;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }

        .blog-snippet-container .blog-meta .author .avt img {
            width: 80px;
            height: 80px;
        }

    .blog-snippet-container .blog-meta ul li {
        color: #9A9A93;
        font-size: 14px;
        margin-bottom: 10px;
    }

.blog-snippet-container .blog-content h1 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 0;
    line-height: 36px;
}

    .blog-snippet-container .blog-content h1 a {
        color: #fff;
    }

.blog-snippet-container .blog-content p {
    font-size: 16px;
    color: #494949;
}

.blog-snippet-container .blog-action-bar .btn {
    float: right;
}

article.blog-post-featured img.featured-image-small {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.blog-content h2 {
    margin-top: 10px;
    margin-bottom: 4px;
}

.blog-content h3 {
    margin-bottom: 4px;
}

article.blog-post-card {
    border-bottom: solid 1px #E3E3E1;
    border-radius: 3px;
    margin-bottom: 30px;
    background: #fff;
}

    article.blog-post-card img {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    article.blog-post-card .blog-card-snippet {
        padding: 15px 12px;
    }

        article.blog-post-card .blog-card-snippet h1 {
            margin-top: 0;
            font-weight: normal;
            font-size: 24px;
            line-height: 30px;
            overflow: auto;
        }

.blog-card-bar {
    font-size: 12px;
}

.blog-item-stats-bar .blog-item-more {
    float: right;
    display: none;
}

    .blog-item-stats-bar .blog-item-more a {
        color: #030303;
        font-weight: bold;
    }

.blog-item:hover .blog-item-stats-bar .blog-item-more {
    display: block;
}

.article-grid-item {
}

.cat-list {
}

.cat-container .headline .glyphicon {
    font-size: 80%;
}

.cat-item {
    padding: 6px 4px;
}

    .cat-item a {
        color: #333;
    }

        .cat-item a .stat-count {
            display: block;
            float: right;
        }

        .cat-item a .stat-count {
            display: block;
            float: right;
            border: 1px solid #eee;
            padding: 0px 8px;
            border-radius: 3px;
            color: #000;
            background: #f2efea;
            width: 40px;
            text-align: right;
            font-weight: bold;
        }

        .cat-item a .glyphicon {
            color: #a0a0a0;
        }

    .cat-item.active a .glyphicon {
        color: #d43f3a;
    }

.article-content {
    font-size: 16px;
    padding: 0 30px
}

    .article-content li {
        white-space: normal;
    }

    .article-content h2 {
        font-size: 20px;
        font-weight: bold;
        color: #c70808
    }

    /*.article-content h2:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; content: "\f192"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-right: 4px; color: #8BC34A; }*/

    .article-content h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .article-content img {
        max-width: 100% !important;
        height: auto !important;
        clear: both;
        display: block;
        margin: 12px auto;
    }

.article-stats-bar, .article-stats-bar a {
    font-size: 12px;
    text-decoration: none;
}

.article-recipe-item, .article-collecion-item {
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 4px;
    padding-right: 40px;
}

    .article-recipe-item a,
    .article-collecion-item a {
        font-size: 14px;
        color: #333;
    }

li.article-recipe-add {
    border: 1px solid #ddd;
    padding: 4px 8px;
    border-radius: 3px;
    background: #eee;
    margin-bottom: 4px;
}

    li.article-recipe-add:hover {
        background-color: #fff;
    }

.article-add-collection-content a.view-more {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 2px 5px;
    color: #d4392b;
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 12px;
}

.article-stats-bar .purs {
    width: 100%;
}

    .article-stats-bar .purs a {
        float: left;
        display: block;
        background-color: #f6f6f6;
        color: #7a7a7a;
        padding: 2px 10px;
        border-radius: 3px;
        border: 1px solid #eee;
        margin-right: 4px;
        font-style: italic;
        font-size: 10px;
        padding-left: 6px;
    }

        .article-stats-bar .purs a span {
            color: #d43f3a;
        }

.blog-post-container {
}

.blog-item .title {
    font-size: 24px;
    margin-bottom: 6px;
    margin-top: 0;
}

    .blog-item .title a {
        color: #333;
        white-space: normal;
    }

.blog-right {
    padding-top: 0;
    overflow: hidden;
}

.article-related {
    margin-top: 20px;
}

.related-articles .headline {
    font-size: 20px;
    margin: 10px 0;
    border-left: 2px solid #c70808;
    padding: 5px 10px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}

.related-articles .related-item {
    width: 25%;
    float: left;
    padding: 15px;
}

.related-articles .item-header {
    padding: 5px 0;
}

.related-articles .related-item .item-photo {
    border-radius: 12px;
    overflow: hidden
}

    .related-articles .related-item .item-photo img {
        width: 100%
    }

.related-articles .item-header h3, .related-articles .headline h3 {
    margin: 0;
    font-size: 24px;
}

    .related-articles .item-header h3 a {
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        line-height: 130%;
        font-size: 12px;
        white-space: normal;
        font-weight: bold;
        height: 30px;
    }


.related-articles .item-header .item-stats {
    font-size: 12px;
}

    .related-articles .item-header .item-stats .stats-count {
        color: #7e7e7e;
        font-weight: bold;
    }

.blog-item .blog-item-stats-bar li {
    padding: 0;
    padding-right: 15px;
}

.article-tool {
    margin-top: 10px;
}

    .article-tool .btn {
        width: 49%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.article-related-list {
    float: left;
    width: 48%;
}

.article-related-1 {
    margin-right: 15px;
}

.article-comment-container {
    overflow: hidden;
    clear: both;
    background: #f0f0f0;
    margin-top: 15px;
}

.comment-headline {
    clear: both;
}

.article-comments {
}

.comment-form {
    background-color: #fff;
    padding: 6px 2px;
    border-radius: 4px;
    border: 1px solid #ececec;
    overflow: hidden;
    margin-right: 64px;
}

.comment-item {
    clear: both;
    margin: 8px 4px;
    overflow: hidden;
    min-height: 40px;
}

.comment-profile-content {
    height: 40px;
    float: left;
}

    .comment-profile-content .profile-name {
        font-weight: bold;
        margin-top: 3px;
    }

    .comment-profile-content .date {
        font-size: 9px;
        color: #aaaaaa;
    }

.comment-item .desc {
    font-size: 14px;
    color: #555;
    float: left;
    margin: 3px 0px 0px 10px;
    width: 490px;
}

.comment-profile {
    width: 36px;
    float: left;
    margin: 0 10px 0 4px;
}

.comment-control {
    padding-left: 50px;
    padding-right: 8px;
}

.comment-form input.form-control {
    max-width: 100%;
}


.article-recipe-add {
    cursor: pointer;
}

.article-add-collection-content {
    display: none;
    height: auto;
    min-width: 210px;
    z-index: 1000;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 1004;
}

    .article-add-collection-content div h1 {
        margin: 10px 10px auto;
        font-size: 18px;
        border-bottom: 1px solid #ddd;
        padding: 6px 8px;
        color: #000;
    }

    .article-add-collection-content div h2 {
        margin: 10px 20px auto;
        font-size: 14px;
    }

    .article-add-collection-content ul {
        margin: 10px 10px auto;
    }

.article-recipe-horizontal {
    height: 5px;
    border-bottom: 2px #BDBDBD dotted;
}

.article-collection-content {
    max-height: 300px;
    margin-bottom: 10px;
    overflow: auto;
}

    .article-collection-content ul {
        margin: 10px 10px auto;
    }

        .article-collection-content ul li {
            padding-left: 10px;
            padding-right: 30px;
            clear: both;
            border: 1px solid transparent;
        }

            .article-collection-content ul li.col-active {
                color: #d4392b;
                border: 1px solid #d4392b;
                border-radius: 3px;
            }

                .article-collection-content ul li.col-active a {
                    color: #d4392b;
                }

.article-recipe-item a, .article-collecion-item a {
    white-space: normal;
}

.article-collection-addnew {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    background: #d4392b;
    position: relative;
}

    .article-collection-addnew input {
        width: 90%;
        line-height: 30px;
        border: 1px #BDBDBD solid;
        padding: 0px 5px;
        border-radius: 3px;
        z-index: 1;
        position: absolute;
        left: 10px;
        top: 10px;
        color: #151515;
    }

    .article-collection-addnew .btn-create-collection {
        width: 55px;
        line-height: 30px;
        border: 1px #BDBDBD solid;
        padding: 0px 5px;
        border-radius: 3px;
        z-index: 2;
        position: absolute;
        right: 5px;
        top: 10px;
        background: #d4392b;
        color: #fff;
    }

        .article-collection-addnew .btn-create-collection:hover {
            cursor: pointer;
        }

.article-collecion-validate {
    color: #d4392b;
    font-style: italic;
    font-size: 12px;
    background-color: #FADBD8;
    padding: 5px 5px;
    margin: 5px;
    border: 1px dashed #eee;
    display: none;
}

.article-add-collection-content .view-more {
    color: #1f73a4;
    font-size: 14px;
    margin-left: 20px;
}

.blog-related-list {
    background-color: #f8f8f8;
    clear: both;
    margin-bottom: 15px;
    margin-top: 8px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    position: relative;
    height: 104px;
}

    .blog-related-list .blog-item {
        float: left;
        border-bottom: 0;
        margin-bottom: 0;
        width: 300px;
        font-size: 12px;
        padding: 15px;
    }

        .blog-related-list .blog-item .title {
            font-size: 12px;
            font-weight: bold;
        }

        .blog-related-list .blog-item a {
            text-decoration: none;
            display: block;
            padding-right: 10px;
        }

        .blog-related-list .blog-item a {
            white-space: normal;
        }

            .blog-related-list .blog-item a:hover {
                text-decoration: none;
            }

            .blog-related-list .blog-item a img {
                width: 72px;
                height: 72px;
                float: left;
                margin-right: 10px;
            }

            .blog-related-list .blog-item a .desc {
                white-space: normal;
                color: #b0b0b0;
                height: 32px;
                overflow: hidden;
                display: block;
            }

    .blog-related-list .slick-prev, .blog-related-list .slick-next {
        border: 1px solid #ddd;
        top: inherit;
        bottom: -24px;
        background: #f0f0f0;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        color: #c70808;
        border-radius: 4px;
        font-size: 12px;
    }

    .blog-related-list .slick-prev {
        right: 24px;
        left: inherit;
    }

    .blog-related-list .slick-next {
        right: 0;
    }

        .blog-related-list .slick-prev:before, .blog-related-list .slick-next:before {
            display: none;
        }

.article-tags {
    border-left: 3px solid #d43f3a;
    padding: 10px 15px;
    margin-top: 30px;
}

li.article-tag {
    color: #9e9e9e;
    font-style: italic;
    padding: 0;
    text-transform: lowercase;
}

.blog-comments .photo-viewer-act-links {
    border: 0;
    border-bottom: 1px solid #eee;
}

.blog-comments {
    border: 1px solid #ddd;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 14px;
    max-width: 800px;
}

    .blog-comments .comment-item {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

        .blog-comments .comment-item:last-child {
            border-bottom: 0;
        }

    .blog-comments .photo-comment-item-img {
        border-radius: 50%;
        border: 1px solid #f0f0f0;
    }

    .blog-comments .photo-viewer-comments-container {
        border: 0;
        background: none;
        overflow: inherit !important;
        max-height: none !important;
    }

    .blog-comments .photo-comment-box {
        background-color: #eeeeee;
        border: 0;
        border-radius: 0 0 4px 4px;
        border-top: 1px solid #ddd;
    }

    .blog-comments .photo-viewer-act-links .count {
        color: #d43f3a;
    }

.article-main-menu {
    z-index: 999;
    padding-left: 30px
}

@media screen (max-width:760px) {
    .article-content img {
        max-width: 100%;
        height: auto !important;
    }

    .article-related article.blog-item {
        width: 100%;
    }
}


.blog-cat-featured {
}

    .blog-cat-featured .blog-photo img {
        width: 100%;
    }

.blog-cat-list {
}

.blog-list-item {
    margin: 0 -12px;
}

.blog-cat-box {
    position: relative;
    overflow: hidden;
}

    .blog-cat-box .view-more {
        position: absolute;
        top: 20px;
        right: 0;
        font-weight: bold;
    }

    .blog-cat-box:last-child {
        border-bottom: none;
    }

.blog-cat-headline {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

    .blog-cat-headline h2 {
        margin: 0;
    }

    .blog-cat-headline h3 {
        margin: 0;
    }

    .blog-cat-headline span.fa {
        display: block;
        margin-bottom: 8px;
    }

    .blog-cat-headline a {
        white-space: normal;
        text-decoration: none;
        display: block;
        text-transform: uppercase;
        line-height: 140%;
        background: #c70808;
        color: #fff;
        font-size: 14px;
        padding: 6px 12px;
        float: left;
    }

.blog-cat-featured {
    float: left;
    padding-right: 2%;
    width: 55%;
}

    .blog-cat-featured .blog-photo {
        width: 100%;
        overflow: hidden;
    }

        .blog-cat-featured .blog-photo img {
            width: 100%;
        }

.blog-cat-items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.blog-item .blog-item-info {
}

.acts {
    text-align: right
}

.blog-cat-item {
    overflow: hidden;
    flex: 0 0 50%;
}

.blog-cat-box .blog-cat-item .item-inner {
    background-color: #fff;
    box-shadow: 2px 1px 10px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 15px;
    margin: 15px;
}

.blog-item-info h3 {
    font-size: 14px;
    color: #000;
    margin: 0px 0 2px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: inherit;
}

.blog-item-info .blog-item-desc {
    color: #7a7a7a;
    padding-top: 8px;
    max-height: 70px;
    overflow: hidden;
}

.blog-item-info .blog-item-stats .stats-item {
    display: block;
}

    .blog-item-info .blog-item-stats .stats-item .stats-text a {
        color: #333;
    }

    .blog-item-info .blog-item-stats .stats-item .stats-count {
        color: #d43f3a;
        font-weight: bold;
    }

.blog-cat-featured .blog-item-info h3 {
    font-size: 18px;
    font-weight: bold;
    white-space: normal;
}

    .blog-cat-featured .blog-item-info h3 a {
        white-space: normal;
    }


.blog-cat-featured .blog-photo {
    float: left;
    margin-bottom: 10px;
}

.blog-cat-featured h3 {
    clear: both;
}

.blog-cat-item .blog-item-info {
}

.blog-cat-box .blog-cat-item .blog-item-info {
    position: relative;
    overflow: hidden;
    padding: 10px 0
}

    .blog-cat-box .blog-cat-item .blog-item-info h3 {
        font-size: 18px;
    }

.blog-cat-box .blog-cat-item .blog-photo {
    max-height: 500px;
    border-radius: 8px;
    overflow: hidden
}

    .blog-cat-box .blog-cat-item .blog-photo img {
        width: 100%;
        height:286px;
    }

.blog-cat-box .view-more {
    text-align: right;
    display: block;
    font-size: 12px;
    color: #7cb342;
}

.blog-cat-item .blog-item-info h3 a {
    color: #000;
    white-space: normal;
    overflow: hidden;
    display: block;
    font-weight: bold;
}

.blog-cat-box .blog-cat-item .desc {
    color: #777;
    padding: 15px 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.blog-cat-box .blog-cat-item .blog-item-stats {
    color: #9e9e9e;
    font-size: 12px;
    padding: 8px 10px;
    background: #f8f8f8;
    border-top: 1px solid #eee;
}

.blog-cat-box .blog-cat-item .blog-item-info .desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    color: #777;
    -webkit-line-clamp: 2;
}

.blog-cat-item .acts .btn-bookmark {
    background-color: #FFF;
    border: 0.5px solid #f75235;
    color: #f75235;
}

    .blog-cat-item .acts .btn-bookmark.bookmarked {
        background-color: #f75235;
        color: #fff;
    }
/*.blog-featured-item .photo:after { content: ""; display: block; position: absolute; z-index: 1; bottom: 0; width: 100%; top: 30% !important; background: linear-gradient(to bottom,rgba(50,50,50,0) 0,rgba(16,15,15,0.91) 89%,rgba(16,15,15,0.93) 93%) !important; transition: .2s all ease-in-out; opacity: .45; }*/
.blog-main-container {
    border-right: 1px solid #eee;
    width: 800px;
    float: left;
    box-shadow: 3px 1px 1px rgba(0,0,0,0.1);
    padding-right: 10px;
}

.blog-sidebar {
    padding-left: 30px;
    overflow: hidden;
}

    .blog-sidebar .nav > li > a {
        padding: 8px 12px;
        font-weight: bold;
    }

.article-tags-box {
    margin-top: 15px;
}

    .article-tags-box .headline {
        margin-top: 15px;
    }

    .article-tags-box .tag-list {
        clear: both;
        overflow: hidden;
    }

    .article-tags-box ul li {
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0;
        margin-left: 0;
        display: inline-block;
    }

        .article-tags-box ul li a {
            display: block;
            font-size: 14px;
            color: #7e7e7e;
            border-radius: 3px;
            text-decoration: none;
            color: #000;
            font-style: italic;
        }

            .article-tags-box ul li a:after {
                content: ",";
            }

            .article-tags-box ul li a:hover {
                color: #d43f3a;
            }

.top-blog-items {
    clear: both;
    padding: 30px;
    border-radius: 12px;
    border: 0.5px solid #ddd;
    margin-top: 15px;
    background-color: #fff;
}

    .top-blog-items .headline {
        clear: both;
        overflow: hidden;
    }

        .top-blog-items .headline h2 {
            background-color: #7cb342;
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            padding: 6px 10px;
            float: left;
            margin-bottom: 0;
        }

        .top-blog-items .headline h3 {
            margin: 0;
            position: relative;
            font-weight: bold
        }

            .top-blog-items .headline h3::after {
                content: "";
                position: absolute;
                top: 50%;
                width: 100%;
                height: 1px;
                background-color: #f0f0f0;
                margin-left: 20px;
            }

    .top-blog-items .item-list {
    }

        .top-blog-items .item-list .item {
            overflow: hidden;
            padding: 10px 0;
            border-bottom: 0.5px solid #eee;
        }

            .top-blog-items .item-list .item:last-child {
                border-bottom: 0;
            }

            .top-blog-items .item-list .item .photo {
                width: 80px;
                height: 80px;
                background-color: #f6f6f6;
                float: left;
                display: block;
                margin-right: 4px;
            }

                .top-blog-items .item-list .item .photo img {
                    width: 80px;
                    height: 80px;
                    border-radius: 8px;
                }

            .top-blog-items .item-list .item .info {
                overflow: hidden;
                padding: 5px 10px;
            }

                .top-blog-items .item-list .item .info h3 {
                    margin: 0;
                    font-size: 14px;
                    white-space: pre;
                    line-height: inherit;
                    -webkit-line-break: 2;
                    -webkit-line-clamp: 2;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    max-height: 40px;
                }

                    .top-blog-items .item-list .item .info h3 a {
                        white-space: normal;
                        font-size: 16px;
                        font-weight: bold;
                    }

                .top-blog-items .item-list .item .info .stats {
                    padding: 5px 0
                }

                .top-blog-items .item-list .item .info .desc {
                }

.top-articles-panel {
    margin-top: 15px;
}

    .top-articles-panel .nav-tabs {
        margin-left: -15px;
        padding-left: 15px;
    }

        .top-articles-panel .nav-tabs > li.active > a {
            color: #9e9e9e;
        }

.highlight-blogbox {
    background-color: #fadbd8;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

    .highlight-blogbox td {
        padding: 10px;
    }

.blog-list {
    clear: both;
}

.blog-bar {
    float: right;
    font-size: 12px;
}

.blog-search-bar {
    float: left;
}

.blog-filter {
    float: right;
}

    .blog-filter .blog-filter-text {
        float: left;
        padding: 6px 12px;
    }

    .blog-filter .blog-filter-box {
        float: left;
    }

        .blog-filter .blog-filter-box .btn {
            border: 0.5px solid #ddd;
            border-radius: 12px;
            height: 38px;
        }

.blog-search-box {
    position: relative;
}

    .blog-search-box .search-icon {
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 16px;
        color: #333;
    }

    .blog-search-box input[type=text].form-control {
        padding-left: 32px;
        width: 320px;
        max-width: 100%;
        border: 0.5px solid #ddd;
        border-radius: 12px;
        height: 38px;
    }

.cat-list-purpose {
}

    .cat-list-purpose li {
        display: inline-block;
        padding: 4px 2px;
        vertical-align: bottom;
    }

        .cat-list-purpose li a {
            display: block;
            border: 1px solid #eee;
            padding: 3px 4px;
            border-radius: 4px;
            font-size: 12px;
            vertical-align: bottom;
            background: #fafafa;
        }

        .cat-list-purpose li.active a {
            color: #c70808;
        }

@media (max-width:640px) {
    .blog-cat-featured, .blog-cat-box-0 .blog-cat-featured, .blog-cat-box-1 .blog-cat-featured, .blog-cat-box-2 .blog-cat-featured {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }

        .blog-cat-box-0 .blog-cat-featured .blog-photo,
        .blog-cat-box-1 .blog-cat-featured .blog-photo,
        .blog-cat-box-1 .blog-cat-featured .blog-photo,
        .blog-cat-box-0 .blog-cat-featured .blog-item-info,
        .blog-cat-box-1 .blog-cat-featured .blog-item-info,
        .blog-cat-box-2 .blog-cat-featured .blog-item-info {
            width: 100%;
        }

        .blog-cat-box-1 .blog-cat-featured .blog-photo {
            min-height: initial;
        }

        .blog-cat-box-1 .blog-cat-featured .blog-item-info {
            padding: 15px 0;
        }

    .blog-cat-headline {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.9;
        padding: 10px 12px;
    }

        .blog-cat-headline h2 {
            margin: 0;
        }

        .blog-cat-headline span.fa {
            display: initial;
        }

    .blog-cat-items, .blog-cat-box-0 .blog-cat-items,
    .blog-cat-box-1 .blog-cat-items,
    .blog-cat-box-2 .blog-cat-items {
        width: 100%;
        border: 0;
        padding-left: 0;
        margin-left: 0;
    }

        .blog-cat-box-0 .blog-cat-items .blog-cat-item,
        .blog-cat-box-1 .blog-cat-items .blog-cat-item,
        .blog-cat-box-2 .blog-cat-items .blog-cat-item {
            width: 100%;
        }

    .blog-featured .featured-one .desc {
        display: none;
    }

    article.featured-two {
        width: 100%;
        margin-top: 6px;
        height: 220px;
        margin-right: 0;
    }

    article.featured-one {
        max-width: 100%;
        height: auto;
    }

    .blog-featured .featured-one .photo {
        height: auto;
    }

    article.featured-one img {
        max-width: 100%;
    }

    .blog-featured .featured-one .photo img {
        max-width: 100%;
    }

    article.featured-two img {
        width: 100%;
    }

    .sm-wide {
        padding-right: 15px !important;
    }

    .table2cols {
        width: 100%;
    }

    table.table2cols h2 {
        font-size: 16px !important;
    }

    table.table2cols tr td:first-child {
        width: 45%;
        padding-right: 5px;
    }

    table.table2cols tr td:last-child {
        width: 55%;
    }

        table.table2cols tr td:last-child img {
            height: auto !important;
        }

    table.table2cols p, table.table2cols span, table.table2cols div, table.table2cols strong {
        font-size: 14px !important;
        margin: 0 !important;
    }
}


.blog-featured-list {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    overflow: hidden
}

.featured-right {
    overflow: hidden;
    padding-left: 30px;
}

.blog-featured-list .blog-featured-item {
    overflow: hidden;
    position: relative;
    width: 640px;
    float: left;
}

.blog-featured-item article {
    position: relative;
    overflow: hidden;
}

.blog-featured-item .photo img {
    width: 100%;
}
/*.blog-featured-item .photo:after { content: no-close-quote; position: absolute; bottom: 0; width: 100%; height: 151px; background: url(/content/img/gradient.png) repeat-x; opacity: .5; }*/


.blog-featured-item .overlay-box {
}

/*.blog-featured-item:hover .blog-snippet-container { -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); height: 120px; }

.blog-featured-item:hover .overlay-box { opacity: 0.7; }*/

.blog-featured-item .blog-content .sub-cate {
    font-size: 14px;
    text-transform: uppercase;
}

.blog-featured-item .blog-content {
    position: relative;
    padding-top: 15px;
}


.blog-featured-item .title {
    margin-top: 5px;
    font-size: 20px;
}

.blog-featured-item .photo {
    overflow: hidden;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.featured-item {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 0.5px solid #eee;
}

    .featured-item:first-child {
        padding-top: 0
    }

    .featured-item:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .featured-item .title {
        margin: 0;
    }

        .featured-item .title a {
            font-weight: bold;
            font-size: 16px;
            white-space: normal;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .featured-item .photo {
        width: 100px;
        height: 100px;
        float: left;
        overflow: hidden;
        border-radius: 6px;
    }

        .featured-item .photo img {
            height: 100px;
            width: 100px;
        }

    .featured-item .blog-content {
        overflow: hidden;
        padding: 5px 10px;
    }

.sub-cate {
    color: #a0a0a0
}

.featured-item .stats {
    padding: 10px 0;
    font-size: 12px
}

    .featured-item .stats .stats-item {
        color: #b2b2b2
    }

.featured-list-right {
}

.blog-featured-list .slick-prev,
.blog-featured-list .slick-next {
    width: 42px !important;
    height: 42px !important;
    font-size: 0;
    top: 46%;
    background: transparent;
    opacity: 0.4;
    border: 0;
    position: absolute;
    border: 1px solid #fff;
}

    .blog-featured-list .slick-prev .fa,
    .blog-featured-list .slick-next .fa {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }

.blog-featured-list .slick-next {
}

.blog-featured-list .slick-prev {
    left: 25px;
}

.blog-featured:hover .slick-prev,
.blog-featured:hover .slick-next {
    opacity: 1;
    background: #000;
}

.blog-featured-list .slick-dots li {
    display: inline-block;
    font-size: 0;
    margin: 3px;
}

.blog-featured-list .slick-dots {
    margin-top: 8px;
    clear: both;
}

.blog-item .blog-item-desc {
    padding: 15px 0;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

.quiz-question-item {
    list-style: none;
    padding: 0;
}

.quiz-ans-item {
    margin-bottom: 5px;
}

.quiz-icon {
    width: 20px;
    float: left;
    padding-top: 8px;
}

    .quiz-icon.fail {
        color: #da848a;
    }

    .quiz-icon.success {
        color: #97c19a;
    }

.quiz-name {
    padding: 5px;
    background-color: #f7f7f7;
    color: #120f0f;
    cursor: pointer;
    line-height: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: lighter;
    border-left: 1px solid #ccc;
}

    .quiz-name:hover {
        background-color: #6AA3CF;
        color: #fff;
    }

    .quiz-name.fail {
        background: #da848a;
        color: #fff;
    }

    .quiz-name.success {
        background-color: #97c19a;
        color: #fff;
    }

.quiz-desc {
    background-color: #f7f7f7;
    color: #888;
    border-left: 2px solid #97c19a;
    padding: 6px 15px 4px 15px;
    margin: 10px 0 15px 20px;
    text-align: left;
    display: block;
    font-weight: normal;
}

.article-content .photo-comment-item-img img {
    margin: 0 auto;
}

.mapping-content-collection {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
}

    .mapping-content-collection .panel {
        border: 0;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 2px solid #ddd;
        padding-bottom: 20px;
    }

        .mapping-content-collection .panel:last-child {
            border-bottom: 0;
        }

    .mapping-content-collection .panel-default > .panel-heading {
        border: 0;
        background-color: transparent;
        padding-left: 0;
    }

        .mapping-content-collection .panel-default > .panel-heading + .panel-collapse .panel-body {
            border: 0;
            padding-left: 40px;
        }

    .mapping-content-collection .panel-default .panel-hidding {
        display: block;
    }

        .mapping-content-collection .panel-default .panel-hidding ~ .panel-collapse.in {
            display: none;
        }

.article-content .panel-heading h2:before {
    content: "\f006";
    font-size: 22px;
}

.article-content .panel-heading h2 a {
    white-space: normal;
}

.mapping-content-collection .panel-footer {
    max-width: 75%;
    background-color: #d43f3a;
    text-align: center;
    border-radius: 24px;
    margin: 0 auto;
}

    .mapping-content-collection .panel-footer a {
        color: #fff;
        display: block;
    }

.article-content .short-desc {
    padding: 10px;
    color: #7e7e7e;
    padding-top: 0;
}

.article-collection-tabs {
    text-align: center;
}

.nav-tabs.article-collection-tabs > li {
    float: none;
    display: inline-block;
}

.article-content .tab-pane {
    padding-top: 15px;
}

.blog-list .crossing-ads {
    border: 1px solid #ddd;
    margin: 15px 0;
    background: #f6f6f6;
}

.blog-cat-box .blog-cat-item .cat {
    font-size: 14px;
    font-weight: normal;
    color: #a0a0a0;
    text-transform: uppercase;
}

.blog-cat-box .blog-cat-item .author {
    padding: 5px;
    overflow: hidden;
    float: left;
    width: 75%;
    text-align: left;
}

    .blog-cat-box .blog-cat-item .author .avt {
        text-decoration: none;
        display: inline-block
    }

        .blog-cat-box .blog-cat-item .author .avt img {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            float: left;
            margin-right: 6px;
        }

    .blog-cat-box .blog-cat-item .author .name {
        font-weight: bold;
        padding-top: 4px;
    }

    .blog-cat-box .blog-cat-item .author .date {
        color: #b2b2b2;
    }

.blog-cat-box .blog-cat-item .stats {
}

.blog-cat-box .blog-cat-item .stats-item {
    display: inline-block;
    font-size: 14px;
}

    .blog-cat-box .blog-cat-item .stats-item .stats-count {
    }

.blog-container .author-tab {
    display: none;
    padding: 1px 0;
    margin: 0 -1px;
    overflow: hidden;
    float: left;
    width: 220px;
    margin-right: 15px;
    height: 100%;
}

.blog-container .cat-tab {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
}

.blog-container .author-tab .inner {
    padding: 10px;
    border-radius: 4px;
    background: #f8f8f8;
    border: 1px solid #f6f6f6;
}

.author-tab .author {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.author-tab .avt {
    float: left;
    display: block;
    margin-right: 4px;
}

    .author-tab .avt img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.author-tab .postedby {
    color: #b2b2b2;
    font-size: 12px;
}

.author-tab .name {
    font-weight: bold;
    display: block;
}

.author-tab .stats {
    color: #b2b2b2;
    font-size: 12px;
}

    .author-tab .stats .stats-count {
        font-weight: bold;
    }

.blog-container.blog-collection .blog-left {
    width: 870px;
}

.long-form-story {
    background: #fff;
}

    .long-form-story img.lazy {
        display: block;
    }

    .long-form-story .long-form-container {
        padding-bottom: 60px;
    }

    .long-form-story .blog-container .blog-headline .headline h1 {
        font-size: 43px;
        line-height: 52px;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        font-weight: 700;
    }

    .long-form-story .blog-container .blog-left {
        width: 100%;
        max-width: 1140px;
        padding: 0;
        overflow: hidden;
    }

    .long-form-story .blog-container .blog-headline {
        border: none;
        margin-top: 20px;
    }

        .long-form-story .blog-container .blog-headline .headline {
            text-align: center;
        }

            .long-form-story .blog-container .blog-headline .headline:after {
                padding-bottom: 20px;
                border-bottom: 0.5px solid #999;
                content: '';
                width: 100px;
                height: 1px;
                display: inline-block;
            }

    .long-form-story .blog-container .article-content p,
    .long-form-story .blog-container .article-content ul {
        padding: 0 150px;
        display: inline-block;
        width: auto;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

    .long-form-story .blog-container .article-content .image-long-form {
        padding: 0 !important;
        text-align: center;
        width: 100%;
    }

        .long-form-story .blog-container .article-content .image-long-form > img {
            max-width: 860px !important;
            margin: 0 auto;
        }

    .long-form-story .article-comment-container {
        max-width: 800px;
        margin: 20px auto;
        background: #fff;
    }

    .long-form-story .blog-container .article-content h2 {
        line-height: 40px;
        font-size: 30px !important;
        padding: 30px 18% 10px;
        display: block;
        font-weight: bold;
        letter-spacing: -1px;
        margin: 10px 0 10px;
    }

    .long-form-story .blog-container .blog-related-list {
        clear: both;
        border: none;
        height: auto;
        width: 800px;
        margin: 20px auto;
        background: #fff;
        display: inline-block;
    }

        .long-form-story .blog-container .blog-related-list .blog-item {
            background: #f8f8f8;
            float: left;
            border-bottom: 0;
            margin-bottom: 0;
            width: 800px;
            font-size: 12px;
            padding: 15px;
        }

            .long-form-story .blog-container .blog-related-list .blog-item .title {
                font-size: 14px;
                font-weight: bold;
                line-height: 20px;
            }

            .long-form-story .blog-container .blog-related-list .blog-item a img {
                width: 240px;
                height: 150px;
                float: left;
                margin-right: 10px;
                border-radius: 14px;
                -webkit-border-radius: 14px;
                -moz-border-radius: 14px;
            }

    .long-form-story .article-exts {
        max-width: 800px;
        display: -webkit-box;
        margin: 0 auto;
    }

        .long-form-story .article-exts .related-articles .related-item .item-header h3 a {
            text-overflow: ellipsis;
            overflow: hidden;
            display: block;
            line-height: 20px;
            font-size: 14px;
            white-space: normal;
            font-weight: bold;
            height: 40px;
        }

        .long-form-story .article-exts .related-articles .related-item .item-photo img {
            border-radius: 14px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
        }

    .long-form-story .blog-related-list .blog-item a .desc {
        white-space: normal;
        color: #b0b0b0;
        height: 100px;
        overflow: hidden;
        display: block;
        font-size: 14px;
    }

    .long-form-story .long-form-container .author {
        margin: 0 200px;
        padding: 10px;
        border-radius: 14px;
    }

        .long-form-story .long-form-container .author::before {
            content: '';
            width: 200px;
            margin: 0 auto;
            text-align: center;
            border-top: 6px solid #3c3c3c;
            display: block;
            padding: 4px;
        }

        .long-form-story .long-form-container .author .profile {
            text-align: center;
        }

            .long-form-story .long-form-container .author .profile .avt {
                display: block;
                padding: 20px 0 0 0;
            }

                .long-form-story .long-form-container .author .profile .avt img {
                    width: 60px;
                    border-radius: 50%;
                }

                .long-form-story .long-form-container .author .profile .avt .name {
                    font-size: 14px;
                    font-weight: bold;
                    padding: 4px;
                }

            .long-form-story .long-form-container .author .profile .author-desc {
                text-align: left;
                color: #777;
                padding: 20px;
                background: #f9f9f9;
                border-radius: 14px;
                border-top-left-radius: 0;
                margin-top: 10px;
                font-size: 14px;
                line-height: 22px;
                font-style: italic;
            }

                .long-form-story .long-form-container .author .profile .author-desc i {
                    font-size: 20px;
                    font-style: italic;
                    margin-right: 8px;
                }