/*
colors
------

rps red: c1272c
lighter red: d53c3b
dark red: 611316
darkest red: 420d0f
link hover: 82a8c8
*/

.top-features {
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    list-style-type: none;
    overflow: hidden;
    width: 959px;
}

.top-features li {
    background: url('') no-repeat center center;
    border: 1px solid #fff;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.top-features li a {
    display: block;
}

.top-features li.large {
    height: 232px;
    width: 50%;
}

.top-features li.small {
    height: 100px;
    width: 25%;
}

.top-features li.large a {
    height: 240px;
}

.top-features li.small a {
    height: 100px;
}

.top-features li h3,
.top-features li p {
    display: inline;
    background: #c1272c;
    color: white;
    padding: 3px 6px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;

    box-shadow: 3px 3px 0px rgba(0,0,0,0.8);

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.top-features li :hover h3,
.top-features li :hover p {
    background: #fff;
    color: #c1272c;
}

.top-features li h3 {
    font-size: 12px;
    line-height: 18px;
}

.top-features li p {
    font-size: 12px;
}

.top-features li.large h3 {
    font-size: 18px;
    line-height: 27px;
}

.top-features li p {
    background: #c1272c;
    font-size: 11px;
    line-height: 16px;
}

.top-features li.large p {
    font-size: 13px;
}

.top-features li .text {
    bottom: 11px;
    position: absolute;
    left: 5px;
    margin-right: 9px;
}

.top-features li.large .text {
    bottom: 13px;
}