.contactUs h3,.contactUs h4{
	color: #a53b3b;
	text-transform:uppercase;
}
.contactUs h3{
	background-image: url(../img/contact/shutterstock_249431998.jpg);
}
.contactUs h3 img{
	width: 45%;
}/*
.contactUs h4{
	background-image: url(../img/contact/website_desktop_V2_cs5_03.gif);
	width: 100%;
	display: block;
	height: 30px;
	background-repeat: no-repeat;
}*/
.contactUs span{
	color: #bfbfbf;
}
.contactUs table tr td{
	padding: 0 15px 15px 0;
}
.form-inline label{
	font-weight: bold;
	margin: 0 13px 0 25px;
}
/*------------------標題兼banner + title------------------*/
@media screen and (min-width: 420px) and (max-width: 500px){
 	.contactUs h3{
 	 	font-size: 60px;
 	}
}
@media screen and (max-width: 420px){
	.contactUs h3{
	 	font-size: 47px;
	}
}
@media screen and (max-width: 500px){
	.contactUs h4{	
		background-size: 100%;
 	}
 	.contactUs h3 img{
 		width: 65%;
 	}
}
/*------------------標題兼banner end------------------*/
/*------------------表單第一行------------------*/
@media screen and (min-width: 992px) and (max-width: 1200px){
	.form-group.col-xs-6.row{
		width: 47%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.form-inline .form-control{
		width: 29%;
	}
}
@media screen and (min-width: 400px) and (max-width: 767px){
	.form-group.col-xs-6.row{
		margin-right: 11px;
	}
	.form-inline{
		margin: -20px 0 0 0 ;
	}
	.form-inline label{
		margin-left: 50%;
	}
	.form-inline .form-control{
		margin-left: 50%;
		width: 50%;
	}
}
@media screen and (max-width: 399px){
	.form-group.col-xs-6.row{
		width: 110%;
	}
	.form-inline label{
		margin-left: 0;
	}
	.form-inline .form-control{
		margin-left: 0;
		width: 100%;
	}
}