/* Teaser Box 15
-------------------------------------------------- */

.teaser-box15 {
    position: relative;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 15px -3px rgba(0, 0, 0, 0.16);
    margin-bottom: 35px;
}

.teaser-box15 .col-md-4.tsb15-imgwrap {
    padding-left: 0;
    padding-right: 0;
}

.teaser-box15 .col-md-8 {
    padding: 20px 30px 0;
}

.teaser-box15 .c-price {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    float: right;
}

.teaser-box15 .c-featured {
    color: #fff;
    background: #1f51e6;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 15px;
    max-width: 80%;
    display: inline-block;
}

.teaser-box15 .c-title {
    font-weight: 600;
    color: #000;
    font-size: 27px;
    padding: 22px 0 0 0;
}

.teaser-box15 .c-subtitle {
    font-size: 14px;
    top: 27px;
    font-weight: 500;
    color: #9b9b9b;
}

.teaser-box15 .c-text_content {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.teaser-box15 .inner-c {
    padding: 25px 0px 0px 20px;
    position: relative;
}

.teaser-box15 .c-link {
    font-size: 12px;
    font-weight: 500;
    float: right;
    border: 1px solid #e4e4e4;
    padding: 10px 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
    margin-top: -35px;
}

#wrap .teaser-box15 .c-link:hover {
    background-color: #222;
    border-color: transparent;
    color: #fff;
}

.teaser-box15 .c-feat-n {
    margin-right: 26px;
}

.teaser-box15 .feat-box {
    padding-top: 16px;
    font-size: 13px;
}

.teaser-box15 .features-data {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .teaser-box15 .inner-c {
        margin: -20px 0px 0px 11px;
    }

    .teaser-box15 .feat-box {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .teaser-box15 .c-link {
        margin-top: -37px;
    }
}

@media only screen and (max-width: 767px) {
    .teaser-box15 .c-link {
        min-height: 48px;
        margin-top: 0px;
    }

    .teaser-box15 .inner-c {
        margin: 40px 0px 0px 0px;
    }

    .teaser-box15 .c-price {
        font-size: 13px;
    }

    .teaser-box15 .col-md-8 {
        padding: 20px 27px 15px;
    }

    .teaser-box15 .c-feat-n {
        margin-right: 10px;
    }

    .teaser-box15 .c-title {
        padding: 10px 0 0 0;
        font-size: 22px;
    }

    .teaser-box15 .c-text_content {
        font-size: 15px;
    }

    .teaser-box15 .feat-box {
        padding-top: 5px;
    }

    .teaser-box15 .inner-c {
        margin: -20px 0px 25px -20px;
    }
}

@media only screen and (max-width: 480px) {
    .teaser-box15 .c-featured {
        display: inline-block;
        float: none;
        max-width: 100%;
    }

    .teaser-box15 .c-price {
        display: block;
        float: none;
        margin: 0 0 5px;
    }

    .teaser-box15 .inner-c {
        padding: 23px 0px 0px 0px;
    }
}