#mapContainer {
position: fixed;
width:100%;
height:100%;
left:0;
top:65px;
text-align:center;
z-index:-1;    
}

.gMaps{
position:relative;
display:inline-block;
width: 800px;
height: 700px;
/*max-width:100%; */
max-width:900px;
/*max-height:800px;*/
opacity:1;
color:#fff;
}

#gMap {
position:relative;
width: 100%;
height: 100%;
border: 4px solid #ccc;
/*border-style:inset;*/
/*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);*/
}

#gMapImg {
position:absolute;
margin:0.8em 0 0 0.8em;
top:0px;
border: 2px solid #888;
box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.8);
transition: all 0.5s;
opacity:0;
z-index:-1;
}

#gMapImgCover {
position:absolute;
margin:0.8em 0 0 0.8em;
top:0px;
opacity:0;
z-index:-1;
}
