.page-header.float_l {
    background-image: url('../images/page-header-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}
.page-header.float_l h1 {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 80px;
    color: #fff;
    line-height: 90px;
    padding: 45px 0 25px 0;
}
.location-map.float_l {
    padding: 35px 0;
    background-color: #e5f1fa;
} 
.location-add.float_l {
    padding: 60px 0 100px 0;
}
.location-add-box {
    float: left;
    width: 50%;
}
.location-add-box .thumb {
    float: left;
    width: 40%;
}
.location-add-box .thumb img {
    float: left;
    border: 9px solid #fff;
    box-shadow: 0px 0px 11px #99c1e8;
}
.location-add-box .text {
    float: left;
    width: 57%;
    padding: 0 0 0 5%;
}
.location-add-box .text .title {
    font-size: 28px;
    line-height: 40px;
    color: #075aaa;
    margin: 0 0 5px 0;
}