.contact{
	width: 100%;
	overflow: hidden;
    padding: 20px;
    box-shadow: 0px 1px 5px 1px #f3f3f3;
    box-sizing: border-box;
}
.contact .content_title {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contact .content_title span{
    border-bottom: 1px solid #ed3237;
    color: #ed3237;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.contact .address_title {
    color: #58585a;
    font-size: 18px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
.contact .title_info{
    margin-bottom: 20px;
}
.contact .title_info p{
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.contact .title_info p em {
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
}
.contact .inner_right{
    width: 51%;
    float: left;
    margin-bottom: 20px;
}
.contact .inner_left{
    width: 46%;
    float: right;
    margin-bottom: 20px;
}
.contact .address_list{
    width: 100%;
    overflow: hidden;
}
.contact .address_list_inner{
    margin-right: -3.3%;
}
.contact .address{
    margin-right: 3.3%;
    width: 30%;
    float: left;
    margin-bottom: 40px;
}
.contact .address .address_img{
    display: block;
    margin-bottom: 10px;
}
.contact .address h2{
    margin-bottom: 10px;
}
.contact .address h2 span{
    color: #4e4e4e;
    font-size: 16px;
}
.contact .address p{
    color: #4e4e4e;
    font-size: 14px;
    margin-bottom: 5px;
}
.contact p.form_text {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 15px;
}
label.form_text {
    float: left;
    position: relative;
    width: 100%;
}
label.form_text_right {
    float: right;
}
.contact .label_error{
    position: absolute;
    bottom: 22px;
    right: 5px;
}
input.form_control {
    border: 1px solid #ededed;
    color: #777777;
    float: left;
    height: 38px;
    margin-bottom: 22px;
    padding: 0 2%;
    width: 96%;
}
input.form_control_left {
    width: 44%;
}
input.form_control_right {
    width: 44%;
    float: right
}
input#txtCaptcha{
    width: 28%;
    margin-right: 10px;
    font-size: 15px;
}
img#imgCaptcha{
    width: 115px;
    float: left;
}
.contact .contact_form .code-view{
    float: left;
    margin-right: 10px;
}
.contact .contact_form #message{
	border: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 10px 2%;
    width: 96%;
}
.contact .contact_form .button {
    background: #ec3237;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 18px;
    text-transform: uppercase;
    float: left;
}

@media only screen and (max-width: 668px){
    .contact .inner_right,
    .contact .inner_left{
        width: 100%;
    }  
    .contact .address_list_inner{
        margin-right: -2%;
    }
    .contact .address{
        margin-right: 2%;
        width: 48%;
        margin-bottom: 20px;
    }
    .contact .address h2 {
        height: 48px;
        overflow: hidden;
    }
    .contact .address p {
        height: 42px;
        overflow: hidden;
    }
    img#imgCaptcha {
        width: 70px;
        float: left;
        height: 40px;
    }
    .contact .contact_form .button {
        padding: 9px 10px;
        float: right;
    }
}