/* Teaser Box 17
-------------------------------------------------- */
.teaser-box17 img {
    bottom: 0;
    right: 0;
    position: absolute;
}

.teaser-box17 {
    background: #fff;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    padding: 0 0 80px 50px;
    transition: all 0.3s ease;
    margin-bottom: 40px;
}

.teaser-box17:hover {
    box-shadow: 0 0 45px 10px #f0f0f0;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.time-content {
    text-align: center;
    float: right;
    top: 0;
    background: -webkit-linear-gradient(#f70743, #ff567f);
    right: 0;
    position: absolute;
    color: #fff;
    padding: 25px 20px;
    border-radius: 0 0 0 15px;
}

.time-content i {
    font-size: 21px;
    margin-bottom: 10px;
}

.time-content span.c-subtitle {
    font-size: 13px;
}

span.time-tb17 {
    font-size: 27px;
}

.tb17-inner-c {
    float: left;
}

.tb17-inner-c h4 {
    font-size: 27px;
    margin-top: 80px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #1e1e1e;
}

.tb17-inner-c span.c-price {
    font-size: 40px;
    color: #222;
}

p.tb17-p {
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 400px;
    color: #505050;
}
