
section.wrapper_middle#ReachUs{
    padding: 0;
    min-height: 300px;
}
section.wrapper_middle#ReachUs .container{ 
    position: relative;
	z-index:3;
    padding: 30px 0;
}
#ReachUs .layerEnquiry{
    width: 100%;
    z-index: 5;
    position: absolute;
}
#ReachUs .layerMapOverlapBg,
#ReachUs .layerMap{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:-2;
	overflow:hidden;
}
#ReachUs .layerMapOverlapBg{
	z-index:1;
	background: rgba(227, 227, 227, 0.8);
}

#ReachUs .layerMap a#btnCloseMap,
#ReachUs .layerEnquiry,
#ReachUs .layerEnquiry a#btnCloseEnquiry{
    display: none;
}

#ReachUs .layerEnquiry a#btnCloseEnquiry,
#ReachUs .layerMap a#btnCloseMap{
	position: absolute;
	top: 5px;
	right: 5px;
    z-index: 10;
    
    
    padding: 5px;
    text-align: center;
  
}
#ReachUs .layerEnquiry a#btnCloseEnquiry .fa,
#ReachUs .layerMap a#btnCloseMap .fa{
/*    font-size: 30px;*/
    
}


/* Remove Web-Kit Transform overwritting For GOOGLE MAP */
/*section[data-cattype="86001"] #map-canvas *,
section[data-cattype="86001"] #map-canvas{ -webkit-transform: none !important; }*/
section[data-cattype="86001"] #map-canvas{ 
    min-height: 320px;
    height: 100%; 
}
