@charset "utf-8";

#sec_01 {
	clear: both;
	padding-top: 40px;
	padding-bottom: 20px;
	display: block;
}
#sec_01 .thanks {
	padding-top: 100px;
	padding-bottom: 100px;
}

#mailformpro #message {
  width: 100% !important;
  height: auto !important;
}

/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {

#sec_01 {
	clear: both;
	padding-top: 80px;
	padding-bottom: 40px;
	display: block;
}


}

@media screen and (min-width:1000px) {
#sec_01 .img-m {
	display: none;
}
#sec_01 .img-ls {
	display: block;
}
}

@media screen and (min-width:1200px) {

}
