div#div_row_title{
    margin-top: 30px;
    margin-bottom: 30px;
}
div#div_row_contact{
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 0px;
}
#form_contact{
    margin-top: 30px;
    margin-bottom: 20px;
}
#id_message_label{
    vertical-align: top;
}
#form_contact .lbl_form_manage{
    width: 160px;
}
#form_contact .fld_form_manage{
    width: 70%;
}
label#lbl_contact{
    line-height: 25px;
}
textarea#id_message{
    height: 120px;
}
label#lbl_cont_phones{
    margin-top: 30px;
    line-height: 25px;
}
label#lbl_cont_mail{
    line-height: 25px;
}
img#img_captcha{
    height: 45px;
}
#lnk_btn_contact{
    display: block !important;
    margin-top: 30px;
}
#form_contact [type=email], 
#form_contact [type=text], 
#form_contact textarea{
    color: #0B0101;
    background-color: #E0E1E2;
    border-color: #E0E1E2;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
}
/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
	#form_contact [type=email], 
    #form_contact [type=text]{
        width: 100%;
    }
    textarea#id_message{
        width: 100% !important;
    }
    #id_captcha{
        width: initial !important;
    }
}