div#div_row_main {
    margin-top: 30px;
    margin-bottom: 30px;
}
#div_row_mng_action{
	border: none;
}

/* Contact */
div#div_contact{
    position: absolute;
    margin-top: -150px;
    width: 700px;
    height: 150px;
    margin-left: 30px;
    background-color: rgba(0,0,0,0.65);
    padding: 25px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
img#img_contact{
    width: 100%;
}
p#txt_contact{
    line-height: 30px;
    text-align: justify;
    word-spacing: 1px;
}
/* Map */
div#row_title1{
    margin-top: 50px;
    margin-bottom: 30px;
}
div#content_mapa{
    width: fit-content;
    display: inline-block;
}

/* Vendor */
span#spa_tit_atn{
    margin-bottom: 10px;
}
span#spa_tit_vnt{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Form */
div#row_title2{
    margin-top: 50px;
}
div#div_form_contact{
    padding: 20px 200px 20px 200px;
}
a#lnk_btn_contact{
    float: right;
    margin-right: 14px;
}
#id_message_label{
    vertical-align: top;
}



/* Accordions */
.accordion-title:focus, .accordion-title:hover{
    background-color: #FFF;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
	#id_message{
		width: 100%;
	}
	div#div_form_contact{
	    padding: 20px 50px 20px 50px;
	}
    div#div_contact{
        width: 540px;
    }
    p#txt_contact{
        line-height: 21px;
        word-spacing: 6px;
    }
    a#lnk_btn_contact{
        margin-right: 0px;
    }
    ul#ul_vendors{
        width: 250px;
        margin-left: -130px;
        position: relative;
        z-index: 10;
    }
    span#spa_tit_atn,
    span#spa_tit_vnt,
    span.info_koor{
        margin-left: -130px;
        position: relative;
        z-index: 10;
    }
}