/*** Map info Window ***/
.map-open .gMapContainer .gMapHolder,
.open.gMapContainer .gMapHolder{
	height: 300px;
	background-color: #E5E3DF;
}
.gMapContainer .infoWindow { padding: 5px; }
.gMapContainer .infoWindow h5 { color: #373a36; font-size: 1rem; }
.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;
}

/*** handle ***/
.map-outer{
	left: -8%;
    position: relative;
    width: 116%;
    margin-top: 35px;
    margin-bottom: 27px;
}
.showGMap{}
.showGMap .handle{
	height: 90px;
	border: solid 1px #e4e7e7;
	width: 100%;
	text-align: center;
	background-image: url("/includes/public/assets/shared/map-background.jpg");
	background-position: center center;
	padding-top: 20px;
	cursor: pointer;
}
.map-open .showGMap .handle{
	background-image: none;
	border: none;
	padding-top: 0;
	position: relative;
	top: -20px;
}
.showGMap .handle .handle-button{
	padding: 17px 41px 16px;
	background-color: #B7C9D8;
	font-family: "sweet-sans-pro", sans-serif;
	font-weight: 800;
	font-size: 14px;
	color: #022741;
	line-height: 16px;
	letter-spacing: 1.28px;
	text-align: center;
	box-shadow: 0 10px 15px 1px rgba(0,0,0,0.3), 0 2px 2px 0 rgba(0,0,0,0.4);
	text-transform: uppercase;
	border-radius: 0;
	transition: transform 0.15s ease-in-out;
	display: inline-block;
}
.showGMap .handle:hover .handle-button, 
.showGMap .handle:active .handle-button,
.showGMap .handle:focus .handle-button {
	transform: scale(1.1);
}
.map-open .showGMap .view-map,
.showGMap .hide-map{
	display: none;
}
.map-open .showGMap .hide-map,
.showGMap .view-map{
	display: block;
}
/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.map-outer{
		left: 0;
	    position: relative;
	    width: 100%;
	    margin-top: 40px;
	}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 

    
}
