.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;
}
.contact-page.float_l {
    padding: 63px 0;
}
.con-page-title.float_l {
    font-size: 42px;
    color: #003471;
    line-height: 52px;
    padding: 0 0 10px 0;
}
.con-page-left {
    float: left;
    width: 66%;
}
.con-page-right {
    float: right;
    width: 32%;
    padding: 25px;
    background-color: #deedf8;
}
.con-page-right .add {
    margin: 25px 0 0 0;
}
.con-page-right .add .head {
    color: #0256a7;
    font-size: 18px;
    padding: 0 0 20px 0;
    line-height: 26px;
    font-weight: bold;
}
.con-page-right .add .simple-text {
    font-size: 18px;
}
.con-page-right .map {
    margin: 55px 0 0 0;
}
.con-page-right .map img {
    float: left;
}
.con-page-left .simple-text {
    padding: 2px 0 0 0;
    line-height: 26px;
}
.con-form.float_l {
    padding: 48px 0 0 0;
}
.con-form label {
    float: left;
    width: 21%;
    color: #0357a8;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 0 25px 0;
}
.con-form input[type="text"], .con-form textarea {
    float: left;
    width: 79%;
    border: 1px solid #aeaeae;
    font-family: Clear Sans, Geneva, sans-serif;
    font-size: 16px;
    padding: 5px;
}
.con-form textarea {
    height: 310px;
}
.con-form input[type="Submit"] {
    float: right;
    color: #fff;
    margin: 40px 0 0 0;
    padding: 8px 45px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    background-color: #003471;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.con-form input[type="Submit"]:hover {
    background-color: #bf1e2e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}