.contact-map {
	width: 100%;
	height: 614px;
	overflow: hidden;
}
.contact-content {
	width: 100%;
	padding: 65px 0;
	overflow: hidden;
}
.contact-left {
	width: -moz-calc(50% - 90px);
	width: -webkit-calc(50% - 90px);
	width: calc(50% - 90px);
	overflow: hidden;
	float: left;
}
.contact-mode {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 20px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
}
.contact-left ul {
	width: 100%;
	overflow: hidden;
}
.contact-left li {
	width: 100%;
	height: 200px;
	margin: 0 0 35px;
	padding: 10px 35px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	background-color: #f1f9fc;
	border: 1px solid #cce6ef;
	overflow: hidden;
}
.contact-left h3 {
	font-size: 24px;
	line-height: 65px;
	margin: 0 0 17px;
}
.contact-left h3 strong {
	display: inline-block;
	border-bottom: 1px solid #004da1;
}
.contact-right {
	width: -moz-calc(50% - 90px);
	width: -webkit-calc(50% - 90px);
	width: calc(50% - 90px);
	overflow: hidden;
	float: right;
}
.contact-top {
	width: 100%;
	overflow: hidden;
}
.contact-top h4 {
	font-size: 20px;
	line-height: 30px;
	margin: 7px 0 10px;
	color: #333333;
}
.contact-top p {
	color: #a2a2a2;
	font-size: 14px;
	line-height: 20px;
}
.contact-form {
	width: 100%;
	margin: 28px 0 0;
	overflow: hidden;
}
.contact-form input {
	display: block;
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	border: 1px solid #cdcdcd;
	margin: 0 0 25px;
	color: #333333;
	overflow: hidden;
	float: left;
}
.contact-form input:nth-of-type(2n) {
	float: right;
}
.contact-form textarea {
	display: block;
	width: 100%;
	height: 125px;
	padding: 10px 20px;
	line-height: 25px;
	font-size: 14px;
	border: 1px solid #cdcdcd;
	margin: 0 0 30px;
	color: #333333;
	overflow: hidden;
}
.contact-form .more-common {
	float: right;
}
@media only screen and (max-width: 991px) {
	.contact-content {
		padding: 80px 0;
	}
	.contact-left {
		width: 100%;
	}
	.contact-mode {
		font-size: 28px;
		line-height: 45px;
		margin: 0 0 40px;
	}
	.contact-left li {
		height: 300px;
		margin: 0 0 50px;
		padding: 20px 50px;
		font-size: 20px;
		line-height: 35px;
		border-width: 2px;
	}
	.contact-left h3 {
		font-size: 36px;
		line-height: 80px;
		margin: 0 0 30px;
	}
	.contact-right {
		width: 100%;
	}
	.contact-top h4 {
		font-size: 36px;
		line-height: 50px;
		margin: 15px 0 20px;
	}
	.contact-top p {
		font-size: 24px;
		line-height: 40px;
	}
	.contact-form {
		margin: 50px 0 0;
	}
	.contact-form input {
		width: 100%;
		height: 70px;
		padding: 0 30px;
		font-size: 24px;
		border-width: 2px;
		margin: 0 0 40px;
		float: none !important;
	}
	.contact-form textarea {
		height: 250px;
		padding: 20px 30px;
		line-height: 40px;
		font-size: 24px;
		border-width: 2px;
		margin: 0 0 50px;
	}
}
@media only screen and (max-width: 750px) {
	.contact-map {
	    height: 350px;
	}
	.contact-content {
		padding: 40px 0;
	}
	.contact-mode {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px;
	}
	.contact-left li {
		height: 190px;
		margin: 0 0 25px;
		padding: 10px 20px;
		font-size: 14px;
		line-height: 25px;
		border-width: 1px;
	}
	.contact-left li p {
		width: 100%;
		overflow: hidden;
	}
	.contact-left li span {
		display: block;
		width: 70px;
		height: 100%;
		float: left;
	}
	.contact-left li p:last-of-type span {
		width: 60px;
	}
	.contact-left li em {
		display: block;
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
		height: 100%;
		float: left;
	}
	.contact-left li p:last-of-type span {
		width: 60px;
	}
	.contact-left h3 {
		font-size: 18px;
		line-height: 40px;
		margin: 0 0 15px;
	}
	.contact-top h4 {
		font-size: 18px;
		line-height: 25px;
		margin: 10px 0;
	}
	.contact-top p {
		font-size: 14px;
		line-height: 20px;
	}
	.contact-form {
		margin: 20px 0 0;
	}
	.contact-form input {
		height: 40px;
		padding: 0 15px;
		font-size: 14px;
		border-width: 1px;
		margin: 0 0 20px;
	}
	.contact-form textarea {
		height: 125px;
		padding: 10px 15px;
		line-height: 40px;
		font-size: 14px;
		border-width: 1px;
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-map {
		height: 500px;
	}
	.contact-content {
		padding: 50px 0;
	}
	.contact-left {
		width: -moz-calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
	}
	.contact-mode {
		line-height: 25px;
	}
	.contact-left li {
		height: 180px;
		margin: 0 0 30px;
		padding: 10px 30px;
	}
	.contact-left h3 {
		font-size: 20px;
		line-height: 50px;
	}
	.contact-right {
		width: -moz-calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
	}
	.contact-form input {
		padding: 0 15px;
	}
	.contact-form textarea {
		padding: 10px 15px;
	}
}
@media only screen and (min-width: 1400px) {
	.contact-map {
		height: 614px;
	}
	.contact-content {
		padding: 65px 0;
	}
	.contact-left {
		width: -moz-calc(50% - 90px);
		width: -webkit-calc(50% - 90px);
		width: calc(50% - 90px);
		margin-left: 30px;
	}
	.contact-mode {
		line-height: 30px;
	}
	.contact-left li {
		height: 200px;
		margin: 0 0 35px;
		padding: 10px 35px;
	}
	.contact-left h3 {
		font-size: 24px;
		line-height: 65px;
	}
	.contact-right {
		width: -moz-calc(50% - 90px);
		width: -webkit-calc(50% - 90px);
		width: calc(50% - 90px);
		margin-right: 50px;
	}
	.contact-form input {
		padding: 0 20px;
	}
	.contact-form textarea {
		padding: 10px 20px;
	}
}