/* CSS Document */
.contact-bound {
	width: 100%;
	overflow: hidden;
}
.contact-top {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
h1.heading-title.page-title {
	max-width: 1180px;
	margin: 10px auto;
	font-size: 40px;
	line-height: 36px;
	text-align: left;
	margin-bottom: 18px;
	letter-spacing: -.4px;
	color: #505050;
}
.map-bound {
	width: 100%;
	height: 440px;
}
#map {
	width: 100%;
	height: 440px;
}
.contact-bottom {
	width: 100%;
	overflow: hidden;
}
.contact-container {
	width: 1200px;
	padding-top: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 50px;
}
.three_fourth {
	width: 74.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	overflow: hidden;
}
.three_fourth form {
	margin: 0 0 20px;
}
.wpcf7-form > p {
	margin: 0 0 15px;
	margin-bottom: 0;
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.wpcf7 p > span {
	color: red;
}
.wpcf7 span.wpcf7-form-control-wrap {
	display: block;
	margin: 3px 0 4px 0;
	position: relative;
}
.wpcf7 input[type^="text"], .wpcf7 input[type="email"] {
	width: 100%;
	max-width: 445px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #d7d7d7;
	height: 24px;
	font-size: 14px;
	line-height: 16px;
	padding: 4px 10px;
}
.wpcf7-form-control-wrap.your-message textarea {
	margin-bottom: 17px;
}
.wpcf7 textarea {
	width: 100%;
	max-width: 445px;
	text-transform: none;
	min-height: 170px;
	font-weight: normal;
	vertical-align: middle;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	height: 28px;
}
textarea {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color:#d7d7d7;
	font-size: 12px;
	padding: 5px 8px 4px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-webkit-appearance: none;
}
.wpcf7 p > span input[type="text"]:hover,.wpcf7 p > span input[type="email"]:hover,.wpcf7 textarea:hover {
	border-color: #999999;
}
.wpcf7 input[type^="submit"]:hover {
	border-color: #49b050;
	background-color: #49b050;
	color: #fff;
}
.wpcf7 input[type^="submit"] {
	cursor: pointer;
	background-color: #fff;
	line-height: 18px;
	font-size: 14px;
	top: 0 !important;
	border: 1px solid #d7d7d7;
	padding: 5px 22px;
	font-weight: bold;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.one_fourth {
	width: 23.5%;
	margin-right: 0;
	overflow: hidden;
}
.one_fourth p.company-support a{
	color: #197cd8;
	font-size: 14px;
text-decoration: none;
cursor: pointer;
	}
div.wd-banner-contact {
margin-right: 37px;
}
.shortcode_wd_banner {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
	padding: 15px;
}
.shortcode_wd_banner:hover  img {
	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.shortcode_wd_banner  img {
	transition: all 800ms ease 0s;
	-moz-transition: all 800ms ease 0s;
	-webkit-transition: all 800ms ease 0s;
	margin: auto;
}