div#div_col_body_user {
    overflow: hidden;
}
div#div_row_head{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
/* Contact */
div#div_row_contact{
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Form */
div#div_row_datac{
    padding-top: 30px;
    padding-bottom: 30px;
}
#form_contact{
    border: solid 2px #56c5c7;
    border-radius: 15px;
    padding: 25px;
}
#id_message_label{
    vertical-align: top;
}
#form_contact .lbl_form_manage{
    width: 110px;
}
#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;
}
#div_btn_contact{
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
}
#lnk_btn_contact{
    display: inline-block;
}
img.img_btn_contact {
    height: 30px;
}
/* Map */
div#div_img_map {
    display: inline-block;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
}
#ifr_map{
    border-radius: 20px;
}
#div_row_extfoot{
    height: 70px;
}
/* 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;
    }
    #div_img_map{
        margin-top: 25px;
    }
}