﻿.item-list .item {
    margin-bottom: 40px;
    position: relative;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}

.item-list .item .content-box {
    background-color: #e1e8ec;
    line-height: 30px;
    color: #4e4e4e;
}

.item-list .item .content-box h3 {
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
}

.item-list .item .content-box h3 a{
    font-size: 16px;
    font-weight: 500;
}

.item-list .item .overlay {
    background-color: #db261d;
    display: inline-block;
    left: 0;
    padding: 50px 30px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: -100%;
    height: 100%;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    z-index: 0;
}

/* .item-list .item .overlay:after {
    background-color: #db261d;
    top: -55px;
    content: "";
    height: 56px;
    right: -27px;
    position: absolute;
    transform: skewX(40deg);
    -webkit-transform: skewX(138deg);
    width: 52px;
} */

.item-list .item .image-box {
    height:190px;
    position: relative;
    overflow: hidden;
}