/* Jumbotron */

.jumbotron .one {
    /** background: url('../../assets/images/late-night-studying.png');**/
    background-size: cover;
    display: block;
    width: 100%;
    height: 160px;
}

.jumbo-fix {
    background-size: cover;
}


.jumbotron .two {
    /** background: url('../../assets/images/cpa-exam-pass-rates.jpg'); **/
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    margin-top: 11px;
    height: 160px;
}

.jumbotron .half-one {
    height: 170px;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}

.jumbotron {
    background: #fff;
    padding: 0;
}

.one .title-container {
    position: absolute;
    /* top: 75px; */
    width: 100%;
    /* padding: 17px 0 0 10px; */
    padding: 20px 20px 6px 20px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 39%, rgba(0, 0, 0, 0.5) 59%, transparent 100%);
    height: auto;
    bottom: 0;
}

/* .one .vw-post-box-title {
    padding-bottom: 15px !important;
}*/

.one .vw-post-categories {
    margin: 0px !important;
    line-height: normal !important;
}

.two .title-container {
    position: absolute;
    top: 269px;
    width: 100%;
    padding: 0 20px 13px 20px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
}

.half {
    /*background: url('../../assets/images/podcast.png'); */
    background-size: cover;
    display: block;
    height: 350px;
    padding: 50px;
}

.half .vw-post-box-title a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 40px;
    text-decoration: none;
}

.half .vw-post-box-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px 5px 30px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
}

.half .vw-post-categories a,
.half .vw-post-categories a,
.one a,
.two a {
    color: #e4e6e7 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

.half-one .vw-post-box-title a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 17px;
}

.vw-post-box-title {
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    font-size: 10px;
    margin-top: 5px !important;
}

.bx-prev {
    left: 0;
    padding: 0 7px 0 15px;
}

.bx-prev,
.bx-next {
    position: absolute;
    top: 170px;
    z-index: 100;
    background-color: #000000;
    color: #FFFFFF;
    opacity: 0.4;
    line-height: 40px;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.bx-prev i,
.bx-next i {
    font-size: 14px;
}

.bx-next {
    right: 0;
    padding: 0 15px 0 7px;
}

/* Featured in */
.feautured {
    padding: 50px 0;
}

.feautured h3 {
    font-weight: 700;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.jumbotron .col-md-9 {
    width: 74.4%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media(max-width: 990px){
    .jumbotron .col-md-9{
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
