.editor{
    margin-bottom: 60px;
}
.contact-layout .map{
    width: 100%;
    height: 370px;
}
.contact-layout .map iframe{
    width: 100%;
    height: 100%;
}

/*
.contact-table{
	width: 80%;
	border:#ddd solid 1px; 
	border-bottom:none;
	float: right;
}
.contact-table td:nth-child(1){
	width: 85px;
	padding-left: 10px;
}
.contact-table td:nth-child(2){
	padding-left: 10px;
}
.contact-table td{
	vertical-align: top;
	padding: 10px 0;
	margin: 0;
	border-bottom:#ddd solid 1px;
}
.contact-bg{
	width: 183px;
	height: 100px;
	float: left;
	background-image: url(../images/contact/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

@media screen and (max-width:1024px) {
	.contact-table{
		width: 75%;
	}
}

@media screen and (max-width:500px) {
	.contact-bg,
	.contact-table{
		float: none;
	}
	.contact-bg{
		margin: 0 auto 20px;
	}
	.contact-table{
		width: 100%;
		margin: auto;
	}
	.contact-table td:nth-child(2){
		padding-right: 10px;
	}
}
*/
