.contact_form{display: block; margin-top: 30px; overflow: hidden;}
.contact_block{max-width: 530px; float: left; width: 100%; margin: 0 20px;}
.contact_block dl {margin-top: 0; margin-bottom: 0px;}
.contact_block input[type="text"],
.contact_block input[type="email"],
.contact_block select,
.contact_block textarea{width: 100%; margin-bottom: 25px;}



/* ==============================
   
   ============================== */
@media only screen and (max-width: 1200px){
	.contact_block{float: none !important; margin: auto !important;}
}

/* ==============================
   Tablet landskape
   ============================== */
@media only screen and (max-width: 992px){
	.contact_block{float: none !important; margin: auto !important;}
}

/* ==============================
   Tablet Portrait
   ============================== */
@media only screen and (max-width: 768px){

}

/* ==============================
   Phone
   ============================== */
@media only screen and (max-width: 480px){

}

/* ==============================
   Small Phone
   ============================== */
@media only screen and (max-width: 320px){

}