h4{
	margin: 40px 0 0 15px;
}
iframe {
	width: 700px;
	height: 500px;
}
#map,#address{
	padding:0;
	margin:0;
	height:500px;
	float: left;
}
#address{
	width: 30%;
    height: 220px;
}
#address p{
    padding: 0 0 0 20px;
}
p{
    margin: 0;
}
.icon{
	width: 20px;
	height: 20px;
	display: inline-block; 
	background-size: cover;
	margin-right: 8px;
	margin-left: 21px;
	position:relative;
	top: 3px;
}
#map{
	background-color: grey;
	width: auto;
	margin-bottom: 50px;
}
/* Media Queries for mobile support. */
@media screen and (max-width: 1110px){
	h4 {
		margin-top: 0;
	}
	#address {
		width: 100%;
		height: 140px;
	}	
	#map, iframe {
		width: 100%;
		height: 500px; 
	}
}
@media screen and (max-width: 400px) {
	#map, iframe {
		width: 100%;
		height: 300px; 
	}
}
@media screen and (max-width: 300px) {
	#map, iframe {
		width: 100%;
		height: 200px; 
	}
}
