/* Teaser box 10
-------------------------------------------------- */

.teaser-box10 {
    position: relative;
}

.teaser-box10:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 0;
    position: absolute;
    transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
}

.teaser-box10 .teaser-title {
    position: absolute;
    padding-right: 0;
    bottom: 165px;
    left: 51px;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.teaser-box10 a {
    display: block;
    background: #437df9;
    border: none !important;
}

#wrap .teaser-box10 a h4 {
    margin: 0;
    word-spacing: -2px;
    line-height: 1;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
}

.teaser-box10 img {
    transition: all .27s ease-in-out;
    opacity: 0.95;
}

.teaser-box10:hover img {
    opacity: 0.5;
    background: #000;
}

.teaser-box10 p {
    position: absolute;
    font-size: 16px;
    margin: 0;
    word-spacing: 2px;
    font-weight: 300;
    bottom: 120px;
    left: 54px;
    color: #fff;
    max-width: 75%;
    word-break: break-all;
}

.teaser-box10:after {
    content: "\e628";
    font-family: 'themify';
    position: absolute;
    font-size: 30px;
    bottom: 58px;
    left: 53px;
    color: #fff;
    transition: all .27s ease-in-out;
}

.teaser-box10:hover:after {
    left: 70px;
}

@media (max-width:479px) {
    .teaser-box10 p {
        font-size: 14px;
        bottom: 100px;
        left: 20px;
    }

    #wrap .teaser-box10 a h4 {
        font-size: 26px;
    }

    .teaser-box10 .teaser-title {
        bottom: 130px;
        left: 20px;
    }

    .teaser-box10:after {
        font-size: 24px;
        bottom: 35px;
        left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .teaser-box10 p {
        font-size: 14px;
        bottom: 120px;
        left: 20px;
        line-height: 16px;
    }

    #wrap .teaser-box10 a h4 {
        font-size: 26px;
    }

    .teaser-box10 .teaser-title {
        bottom: 150px;
        left: 20px;
    }

    .teaser-box10:after {
        font-size: 24px;
        bottom: 35px;
        left: 20px;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1200px) {
    .teaser-box10 p {
        font-size: 20px;
        bottom: 100px;
        left: 20px;
        line-height: 22px;
    }

    #wrap .teaser-box10 a h4 {
        font-size: 30px;
    }

    .teaser-box10 .teaser-title {
        bottom: 170px;
        left: 20px;
    }

    .teaser-box10:after {
        font-size: 30px;
        bottom: 35px;
        left: 20px;
    }
}