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

#gallery .item {}

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

#gallery .item > div > a:hover {
    text-decoration: none;
    color: inherit;
}

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

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

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

#gallery .item > div > a.btn {
    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;
}

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