.header-baru {
	height: 100px;
}

.hiding {
	display: none;
}

.showing {
	display: block flow;
}

.klik {
  cursor: pointer;
}

@media (min-width: 992px) {
	.d-lg-contents {
	    display: contents !important;
	}
}

#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

#loading-keluar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal { 
  overflow: auto !important; 
}

#mapid {
  height: 100%;
}

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}