
/* Teaser box 5
-------------------------------------------------- */

.teaser-box5 {
    position: relative;
    margin-bottom: 16px;
}

.teaser-box5:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    border: 8px solid transparent;
    transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
}

.teaser-box5:hover:before {
    margin: -8px;
    border-color: #437df9;
}

.teaser-box5 .teaser-title {
    position: absolute;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 600;
    bottom: 102px;
    left: 23px;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.teaser-box5 a {
    display: block;
    background: #000;
    border: none !important;
}

.teaser-box5 img {
    width: 100%;
    transition: all .27s ease-in-out;
    -webkit-transition: all .27s ease-in-out;
    opacity: 0.95;
}

.teaser-box5:hover img {
    opacity: 0.65;
}

.teaser-box5 .teaser-subtitle {
    position: absolute;
    font-size: 15px;
    font-weight: 300;
    bottom: 79px;
    left: 23px;
    color: #fff;
}

.teaser-box5 .teaser-featured {
    position: absolute;
    font-size: 13px;
    text-transform: uppercase;
    background: #437df9;
    color: #fff;
    padding: 8px 16px 5px 16px;
    top: 25px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.teaser-box5:hover .teaser-title {
    color: #437df9;
}
