/*Section: Google map*/
#google-container {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #e7eaf0;
}


/*Disable(Hide) Copyright + Google logo*/
img[src="http://maps.gstatic.com/mapfiles/api-3/images/google_white2.png"], a[href^="http://maps.google.com/maps"]{
    display:none !important;
}
.gm-style-cc,
.gmnoprint a, 
.gmnoprint span {
    display:none;
}