/* Teaser Box 13
-------------------------------------------------- */

.teaser-box13 {
    position: relative;
}

.teaser-box13,
.teaser-box13 .liked {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.teaser-box13 .liked {
    float: right;
    margin: 11px 0;
    margin-right: 25px;
    color: #444;
    font-size: 14px;
}

.teaser-box13 .liked i {
    color: #ff2e76;
    font-size: 15px;
    vertical-align: top;
    margin-right: 5px;
}

.teaser-box13 {
    padding: 0 25px;
    width: 100%;
}

#wrap .teaser-box13 figure {
    margin-bottom: 25px;
    position: relative;
}

body #wrap .teaser-box13 h4 {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 17px;
    color: #2f2f2f;
    font-size: 33px;
    line-height: 33px;
}

.teaser-box13 h5 {
    font-size: 14px;
    color: #444;
}

.teaser-box13 h4 .before,
.teaser-box13 h4 .after {
    position: absolute;
    bottom: 0;
}

.teaser-box13 h4 .before {
    width: 74px;
    height: 2px;
    background: #e4e4e4;
}

.teaser-box13 h4 .after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 77px;
    bottom: -2px;
}

.teaser-box13 .overlay-teaser-box13 {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.teaser-box13:hover .overlay-teaser-box13 {
    opacity: .8;
}

.teaser-box13 figure i {
    width: 75px;
    height: 75px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 33px;
    padding-top: 20px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.teaser-box13:hover figure i {
    opacity: 1;
    top: 50%;
}

@media(min-width:769px) and (max-width:1200px) {
    .teaser-box13 figure i {
        font-size: 25px;
        padding-top: 19px;
        width: 60px;
        height: 60px;
    }

    .teaser-box13 {
        padding: 0 15px;
    }

    .teaser-box13 .liked {
        margin-right: 15px;
    }

    .teaser-box13 h4 {
        font-size: 20px;
    }
}

@media(max-width:480px) {
    .teaser-box13 figure i {
        font-size: 25px;
        padding-top: 19px;
        width: 60px;
        height: 60px;
    }

    .teaser-box13 {
        padding: 0 15px;
    }

    .teaser-box13 .liked {
        margin: 5px 0 1px;
        margin-right: 15px;
    }

    .teaser-box13 h4 {
        font-size: 20px;
    }
}