.has-sidebar .large-google-maps {
	width:600px;
	height:400px;
	display:block;
}

.no-sidebar .large-google-maps {
	width:800px;
	height:550px;
	display:block;
}

.small-google-maps {
	width:240px;
	height:200px;
	display:block;
}

.full-google-maps {
	width:100%;
	height:100%;
	display:block;
}


.info-box-title {
	margin:5px 0;
}

.info-box-address {
	font-family:Arial, Helvetica, sans-serif;
	color:#2B2B2B;
	font-size:14px;
}

.small-map-wrapper h3,.small-map-wrapper p {
	padding-left:10px;
}

@media only screen 
and (max-width : 768px)  {
	.no-sidebar .large-google-maps {
		width:100%;
	}
}
