.content {
	width: 810px;
	position: relative;
	clear: both;
	padding-left: 33px;
	min-height: 400px;
}

.content .map {
	float: left;
	margin: 15px 15px 0 0;
}

.content .contact {
	margin: 5px 0 0 0;
	//margin: 15px 10px 0 0;
	float: left;
	width: 270px;
	background: url(../img/cntblockpiu.gif) no-repeat 0px 45px;
	//background: url(../img/cntblockpiu.gif) no-repeat 0px 25px;
	//background-image1: url(../img/cntblockpiu.gif) no-repeat;
}

.content .contact a {
	color: #d2222a;
}

.content .contact h3 {
	color: gray;
	font-size: 18px;
}

.content .contact p {
	padding-left: 25px;
	margin-right: 16px;
}

.content a.socialbutton {
	display:block;
	float:left;
	width:161px;
	height:28px;
	padding:8px 0 0 40px;
	color:white;
}

.details {
	float: right;
	width: 250px;
	margin-right: 10px;
}

.content .map div {
	width: 516px;
}

@media only screen and (max-width: 1024px) {
/* ipad version */
}

@media only screen and (max-width: 997px) {
/* intermediate */
	.content {
		width: 80%;
	}

	.details {
		width: 25%;
	}

	.content .map {
		width: 70%;
	}

	.content .contact {
		width: auto;
		background: none;
	}

	.content .contact p {
		margin-left: 0;
		padding-left: 0;
	}

	.content .map div {
		width: 100%;
	}
}

@media only screen and (max-width: 924px) {
/* intermediate */
}

@media only screen and (max-width: 773px) {
/* intermediate */
	
}

@media only screen and (max-width: 610px) {

	.content {
		width: 100%;
	}

	.content .map {
		width: 100%;
		float: none;
	}

	.details {
		width: 100%;
		float: none;
	}
}