/*** Map info Window ***/
.gMapContainer .infoWindow { padding: 5px; }
.gMapContainer .infoWindow h5 { color: #e86000; }
.gMapContainer .infoWindow ul { list-style: none; }
.gMapContainer .infoWindow img { float: left; margin: 0px 10px 10px 0; display: inline; }
.gMapContainer .infoWindow .contactInfo { margin-left: 0; margin-bottom: 0; line-height: 1.5rem; font-size: .8rem; }
.gMapContainer .infoWindow .eventActions { font-size: .9rem; line-height: 1.0rem; margin-top: 6px; margin-left: 0px;   }
.gMapContainer .infoWindow .eventActions li { display: inline; padding-right: 10px; }
.gMapContainer .infoWindow .eventActions li a {
	text-transform: uppercase;
}

/*closed map*/
.map-outer{
	margin-bottom: 20px;
	margin-top: 5px;
}
.gMapContainer{}
.gMapContainer .gMapHolder{}
.map-open .gMapContainer .gMapHolder{
	height: 400px;
	border: solid 5px #BEDCF1;
}
.showGMap{}
.showGMap .handle{
	background: #bfddf1 none repeat scroll 0 0 !important;
    color: #fff !important;
    font-family: "Roboto Slab",sans-serif;
    font-size: 1rem;
    font-weight: 700;
    height: 30px;
    line-height: 1.2;
    padding: 5px 15px 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.showGMap .isOpen{
	display: none;
}
.showGMap .isClosed{
	display: block;
}
/*open map*/
.map-open{}
.map-open .showGMap .handle{
	 padding: 8px 15px 0;
}
.map-open .showGMap .isOpen{
	display: block;
}
.map-open .showGMap .isClosed{
	display: none;
}
