#main-navigation,
#portal-searchbox
{

   display:none;

}
.plominomap {
  height: 600px !important;
}

.map-position-button {
  appearance: button;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 10px;
  padding: 0 0.5em;
  height: 40px;
  width: 40px;
  background-image: url("resources/gps.png"); 
  background-repeat: no-repeat; 
  background-position: center center;
  background-color:#eee; 
  overflow: hidden;
}


.map-point-button {
  appearance: button;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 10px;
  padding: 0 0.5em;
  height: 40px;
  width: 40px;
  background-image: url("resources/my-place.png"); 
  background-repeat: no-repeat; 
  background-position: center center;
  background-color:#eee; 
  overflow: hidden;
}

.map-point-active {
  background-color:#fff !important; 
} 


.custom-map-control-button{

  
   height: 50px; 
   margin: 0px auto; 
   background-size: cover;


}
