.wrapper #content section .artivle-content #content-main .imgcontact{
	float:left;
	width:48%;
}
.wrapper #content section .artivle-content #content-main .imgcontact img{
	width:100%;
}
.wrapper #content section .artivle-content #content-main #contact{
	float:right;
	width:48%;
}
.wrapper #content section .artivle-content #content-main #contact >p{
	border-bottom: 2px solid #757575;
    padding-bottom: 20px;
	color:#4b4b4b;
	font-size:16px;
}
.wrapper #content section .artivle-content #content-main #contact form{
}
.wrapper #content section .artivle-content #content-main #contact form span{
	color:#F00;
}
@media screen and (max-width: 896px) {
	.wrapper #content section .artivle-content #content-main .imgcontact{
		display:none;
	}
	.wrapper #content section .artivle-content #content-main #contact{
		float: none;
		width: 90%;
		margin: 0 5%;
	}
}
@media screen and (max-width: 480px) {
	.wrapper #content section .artivle-content #content-main #contact{
		width: 95%;
		margin: 0 2.5%;
	}
}