.contact-content {
	width: 100%;
	overflow: hidden;
	padding: 85px 0 90px;
}
.contact-content .contact-left {
	width: 50%;
	overflow: hidden;
	float: left;
}
.contact-content .contact-right {
	width: 50%;
	overflow: hidden;
	float: left;
}
.contact-left li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}
.contact-left .contact-icon {
	width: 34px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: right;
	float: left;
}
.contact-left .contact-txt {
	width: calc(100% - 55px);
	width: -moz-calc(100% - 55px);
	width: -webkit-calc(100% - 55px);
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	float: right;
}
.contact-txt h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.contact-right h2,.contact-left h2 {
	font-size: 42px;
	line-height: 45px;
	font-weight: bold;
	margin: 0 0 50px;
}
.contact-right .contact-form {
	width: 100%;
	overflow: hidden;
}
.contact-form .contact-input {
	width: calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	overflow: hidden;
	margin: 0 0 28px;
	float: left;
}
.contact-form .contact-input:nth-of-type(2n) {
	float: right;
}
.contact-form .contact-input p,.contact-form .contact-textarea p {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	overflow: hidden;
	margin: 0 0 10px;
}
.contact-form .contact-input p span,.contact-form .contact-textarea p span {
	color: #e60012;
}
.contact-form .contact-input input {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 0 10px;
}
.contact-form .contact-textarea textarea {
	display: block;
	width: 100%;
	height: 110px;
	overflow: hidden;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 10px;
}
.contact-form button {
	display: block;
	width: 120px;
	height: 50px;
	border: 1px solid #dedede;
	border-radius: 5px;
	font-size: 14px;
	color: #7d7d7d;
	overflow: hidden;
	background-color: transparent;
	margin: 30px 0 0;
	float: right;
}
.contact-form button:hover {
	color: #FFFFFF;
	background-color: #e60012;
	border-color: #e60012;
}
@media only screen and (max-width: 991px) {
	.contact-content .contact-left {
	    width: 100%;
	    float: none;
	}
	.contact-content .contact-right {
	    width: 100%;
	    float: none;
	    margin: 30px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.contact-content {
	    padding: 40px 0 45px;
	}
	.contact-right h2,.contact-left h2 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.contact-left .contact-txt {
	    width: calc(100% - 45px);
	    width: -moz-calc(100% - 45px);
	    width: -webkit-calc(100% - 45px);
	}
	.contact-left li {
	    margin: 0 0 20px;
	}
	.contact-content .contact-right {
	    margin: 20px 0 0;
	}
	.contact-form .contact-input {
	    width: 100%;
	    margin: 0 0 15px;
	    float: none;
	}
	.contact-form .contact-input p,.contact-form .contact-textarea p {
		margin: 0 0 5px;
	}
	.contact-form .contact-input input {
		height: 40px;
	}
	.contact-form button {
		width: 100px;
		height: 40px;
		margin: 20px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.contact-right h2,.contact-left h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 30px;
	}
	.contact-form .contact-input {
		width: calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		margin: 0 0 20px;
	}
}
@media only screen and (min-width: 1300px) {
	.contact-right h2,.contact-left h2 {
		font-size: 42px;
		line-height: 45px;
		margin: 0 0 50px;
	}
	.contact-form .contact-input {
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		margin: 0 0 28px;
	}
}
.contact-map {
	width: 100%;
	height: 550px;
	overflow: hidden;
}
@media only screen and (max-width: 750px) {
	.contact-map {
		height: 300px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-map {
		height: 450px;
	}
}
@media only screen and (min-width: 1300px) {
	.contact-map {
		height: 550px;
	}
}