.location-sec1 img.location-img {
    border: 15px solid #cdd1df;
}
.heading {
    color: #1e3783;
    font-weight: bold;
}
.location-sec2 {
    background-image: url('../images/location-sec2-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.location-sec2 img.map-img {
    float: left;
    border: 10px solid #fff;
    box-shadow: 0 0 10px #808080;
}
.location-sec2 .z-t-20 {
    font-weight: bold;
}
.location-sec2 .z-t-20 a {
    color: #1f3987;
    text-decoration: underline;
}
.location-sec2 .z-t-20 a:hover {
    text-decoration: none;
}
.location-sec2 a.z-t-24.antonio {
    float: left;
    text-decoration: none;
    color: #fff;
    background-color: #d73133;
    padding: 12px 60px 8px 60px;
    margin: 20px 0 0 0;
}
.location-sec2 a.z-t-24.antonio:hover {
    background-color: #212121;
}




@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	.location-sec1 .z-t-36.heading {
	  margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.location-sec1, .location-sec2 {
	  padding: 30px 0;
	}
}