/* here you can put your own css to customize and override the theme */
/* message block */
.message-block {
  position: relative;
  min-height: 257px;
  height: auto;
  padding: 0 0 50px;
  z-index: 0;
  background: #292F34 url(https://bpkad.sikkakab.go.id/assets/frontend/onepage/img/cosik.jpg) no-repeat fixed;
  margin-bottom: 20px;
}
/*.message-block:after {
  background: rgba(0,0,0,0.73);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;  
  z-index: 1;
}*/
.message-block h2 {
  z-index: 2;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
  padding: 0;
  /* margin: 150px 0 14px; */
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.message-block h2:after {
  display: none;
}
.message-block h2 strong {
  color: #18bbff;
  display: block;
}
.message-block em {
  font: 300 15px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
  display: block;
}

.content-center {
  text-align: center;
}
.valign-center-elem {
position: absolute; top: 50%; margin-top: -57.5px; width: 100%; height: 115px;
}
.kecil { font-size:14px; }