/*
	Section Stylesheet
*/

/* ## Map Section ## */
.map {
	position: relative;
	margin-bottom: 50px;
}
.map-canvas {
	background: none repeat scroll 0 0 #fff;
    height: 440px;
    position: relative;
    width: 100%;	
}
.event-map {
	margin-bottom: 0;
}
.event-map .map-canvas {
	background: none repeat scroll 0 0 #fff;
    height: 280px;
    position: relative;
    width: 100%;	
}