
.nav-pills {
    border-bottom: none;
}

    .nav-pills li a {
        background-color: #eaeaea;
        color: #000;
        margin-right: 3px;
        border-radius: 0;
        text-transform: uppercase;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus {
        background-color: #000;
    }

        .nav-pills > li.active > a:hover {
            background-color: #999999;
            color: #fff;
        }

    .nav-pills > li > a:hover {
        background-color: #999999;
        color: #fff;
    }

.tab-pane .row {
    margin-bottom: 20px;
}

.blog-featured {
    height: 390px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.blog-featured-image img {
    width: 100%;
    height: 290%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.blog-featured-title {
    width: 50%;
    float: left;
    padding: 15px;
}

    .blog-featured-title h2 {
        font-size: 18px;
    }

.blog-single-title h2 {
    font-size: 18px;
}

.blog-featured-button {
    width: 50%;
    float: right;
    margin-top: 44px;
    text-align: center;
}

.blog-single {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    height: 390px;
}

.blog-single-content {
    padding: 5px 20px 0;
}

.blog-single-title {
    margin-top: 20px;
}

.blog-single-image img {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog-single-button {
    text-align: center;
    bottom: 20px;
    position: absolute;
    left: 65px;
}

.blog-single-intro-text {
    margin-bottom: 26px;
}

.black-friday-btn {
    padding: 6px 30px;
    background-color: #FFFFFF;
    border: 1px solid #FFA800;
    color: #FFA800;
    font-size: 18px;
}

.jp-btn black-friday-btn:hover, .jp-btn black-friday-btn:focus {
    color: #fff;
}


.bundle-buttons .btn-link:active, .btn-link:focus {
    outline: none;
    text-decoration: none;
}

.blog-date {
    float: right;
}

.content-container {
    font-family: 'Open Sans', sans-serif;
}

.blog-home {
    background: #fff;
    margin-top: 15px;
    padding: 0 15px 15px 15px;
}

    .blog-home .blog-title {
        padding-bottom: 5px !important;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        color: #333;
        font-weight: 600;
        padding: 15px 0;
        margin-top: 0;
    }

        .blog-home .blog-title span.view-more {
            float: right;
            text-transform: uppercase;
            font-size: 14px;
            vertical-align: middle;
            line-height: 24px;
            color: #3B5DE5;
        }

            .blog-home .blog-title span.view-more:active,
            .blog-home .blog-title span.view-more:visited,
            .blog-home .blog-title span.view-more:hover,
            .blog-home .blog-title span.view-more:focus {
                text-decoration: none;
                color: #3B5DE5;
            }
