.loc-sec1 {
    background-image: url(../images/ls-sec1-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.loc-sec3 {
    background-image: url(../images/h-sec3-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.loc-sec3 .box {
    max-width: 395px;
}
.loc-sec3 a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
}
.loc-sec3 a span {
    position: absolute;
    background-color: rgba(170, 154, 118, 0.90);
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.loc-sec3 a:hover span {
    background-color: rgba(213, 168, 71, 0.90);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
    .loc-sec3 a span {
        padding: 8px;
    }
    .loc-sec3 .box {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .loc-sec3 .box {
        padding: 0;
    }
}
@media screen and (max-width: 479px) {
}