#services {
    background-image: url(../images/bg/bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#services .item {}

#services .item > div {
    background-color: rgba(255,255,255,0.85);
    margin-bottom: 30px;
}

#services .item > div > .img {
    height: 235px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#services .item > div > h4 {
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    color: #000;
}

#services .item > div > div.text {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 135px;
    color: #000;
}

#services .item > div > a {
    background-color: #bea05b;
    background-image: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    font-size: 12pt;
}

#services .item > div > a:hover {
    background-color: #a3894e;
    color: #fff;
}
