.contact_list{
    font-size: 12px;
    color: #727272;
    line-height: 1.6;
}
.contact_list li:first-child{
    background-image: url(../images/contact/contact_br.jpg);
    background-position: center top;
    background-repeat: repeat-y;
}
.contact_list li:nth-child(2){
    padding: 55px 0;
    border-bottom: solid #d4d4d4 1px;
}
.contact_list .info:nth-of-type(1){
    padding-top: 20px;
    float: left;
    width: 43%;
}
.contact_list .info:nth-of-type(2){
    background-image: url(../images/contact/contact_icon.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    width: 40%;
    padding-left: 70px;
    min-height: 100px;
}
.contact_list .title{
    font-size: 13px;
    color: #0666C3;
    line-height: 1.7;
    padding-left: 15px;
}
.contact_list .required{
    background-image: url(../images/contact/icon.jpg);
    background-repeat: no-repeat;
    background-position: 2px 5px;
}
.form-box{
    float: left;
    width: 430px;
}
.form-box:nth-of-type(2){
    float: right;
}
.form-group{
    font-size: 13px;
    margin-bottom: 10px;
}
.control-label,
.input-box{
    float: left;
}
.control-label{
    width: 70px;
    padding-left: 20px;
    margin-right: 10px;
}
.form-control{
    width: 320px;
    padding: 5px 0;
    border: solid #D5D6DD 1px;
}
.form-control.message{
    height: 80px;
}
.captcha .form-control{
    width: 150px;
    margin-right: 10px;
    float: left;
}
.captcha a{
    vertical-align: top;
    display: inline-block;
    height: 25px;
}
.captcha a img{
    float: left;
}
.captcha a i{
    float: left;
    border-radius: 40px;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
    width: 13px;
    height: 13px;
    padding: 3px;
    color: #fff;
    background-color: #222;
    -webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
         -o-transition: all 500ms ease;
            transition: all 500ms ease;
}
.captcha a i:hover{
    opacity: .8;
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}
.btn-box{
    text-align: center;
    margin: 20px 0 ;
}
.btn-box .btn{
    display: inline-block;
    width: 77px;
    height: 20px;
    text-indent: -9999px;
    background-image: url(../images/btn.png);
    background-repeat: no-repeat;
    margin:0 20px;
}
.btn-box .reset{
    background-position: 0 -93px;
}
.btn-box .send{
    background-position: 0 -123px;
}
.btn-box .reset:hover{
    background-position: -97px -93px;
}
.btn-box .send:hover{
    background-position: -98px -123px;
}

.success-txt{
    width: 300px;
    text-align: center;
    margin: auto;
}

.success-txt strong{
    font-size: 15px;
    color: #0666C3;
}
.back-home{
    margin:30px auto 0;
    text-indent: -9999px;
    display: block;
    width: 233px;
    height: 30px;
    background-image: url(../images/contact/back-home.png);
    background-repeat: no-repeat;
}
.back-home:hover{
    background-position: 0 100%;
}
.map iframe{
	width: 950px;
	height: 415px;
}