.contact1 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 50px;
}
.contact1 li {
	width: calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: -webkit-calc(50% - 30px);
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.contact1 li:last-of-type {
	float: right;
}
.contact1 li .contact1-txt {
	width: 100%;
	overflow: hidden;
	line-height: 23px;
	padding: 15px 40px 40px;
	background-color: #f9f9f9;
	position: relative;
}
.contact1-txt:before {
	content: '';
	display: block;
	width: 14px;
	height: 11px;
	position: absolute;
	top: 24px;
	left: 20px;
	background: url(../img/ct1.jpg) no-repeat center;
}
.contact1 li img {
	width: 100%;
}
.contact1-txt .contact1-title {
	width: 100%;
	height: 45px;
	position: relative;
	margin: 0 0 20px;
}
.contact1-title h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
.contact1-title h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
} 
.contact1 li strong {
	color: #232b33;
}
.contact1-txt p {
	padding: 0 0 0 3px;
	width: 100%;
	overflow: hidden;
}
.contact1-txt p strong {
	width: 42px;
	overflow: hidden;
	display: block;
	float: left;
}
.contact1-txt p:last-of-type strong {
	width: 53px;
}
.contact1-txt p span {
	width: calc(100% - 42px);
	width: -moz-calc(100% - 42px);
	width: -webkit-calc(100% - 42px);
	overflow: hidden;
	display: block;
	float: left;
}
.contact1-txt p:last-of-type span {
	width: calc(100% - 53px);
	width: -moz-calc(100% - 53px);
	width: -webkit-calc(100% - 53px);
}
@media only screen and (max-width: 991px) {
	.contact1 {
		padding: 40px 0 20px;
	}
	.contact1 li {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	.contact1-title h2 {
	    font-size: 20px;
	}
	.contact1 li .contact1-txt {
		padding: 15px 30px 30px;
	}
	.contact1-txt:before {
	    left: 13px;
	}
}
.contact2 {
	width: 100%;
	height: 480px;
	overflow: hidden;
}
.contact3 {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 55px;
}
.contact3 h3 {
	width: 100%;
	overflow: hidden;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	text-align: center;
}
.contact3 .contact3-form {
	width: 750px;
	overflow: hidden;
	margin: 45px auto 0;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.contact3-form .form-input {
	width: calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	overflow: hidden;
	margin: 0 40px 26px 0;
	float: left;
}
.contact3-form .form-input:nth-of-type(2n) {
	margin: 0 0 26px;
}
.form-input input {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	border: none;
	background-color: #f4f4f4;
	border-radius: 5px;
	margin: 10px 0 0;
	font-size: 14px;
	padding: 0 15px;
}
.contact3-form .form-textarea {
	width: 100%;
	overflow: hidden;
}
.form-textarea textarea {
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 5px;
	background-color: #f4f4f4;
	border: none;
	margin: 10px 0;
	font-size: 14px;
	padding: 10px 15px;
}
.contact3-form button {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	background-color: #d80c18;
	border: none;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 35px auto 0;
}
@media only screen and (max-width: 991px) {
	.contact3 .contact3-form {
		width: 100%;
	}
}
@media only screen and (max-width: 700px) {
	.contact2 {
		height: 330px;
	}
	.contact3 {
	    padding: 45px 0 40px;
	}
	.contact3 h3 {
	    font-size: 16px;
	    font-weight: bold;
	    line-height: 25px;
	}
	.contact3 .contact3-form {
	    margin: 30px 0 0;
	    font-size: 14px;
	}
	.contact3-form .form-input {
	    width: 100%;
	    margin: 0 0 15px !important;
	    float: none;
	}
}