.page-header h1 {
  display: inline-block;
  border-bottom: 2px solid #aaa;
  padding-bottom: 4px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

/* PAGE HOME */

.highlight {
  border-radius: 40px;
}

.terbanyak h2 {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #777;
  font-size: 20px;
}
.terbanyak .list-group-item {
  border: 0;
  box-shadow: none;
  text-align: center;
}
.terbanyak .list-group-item:hover {
  font-weight: bold;
  background-color: #61BEE4;
  color: #fff;
  cursor: crosshair;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.rekap {
  text-align: center;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.rekap h1 {
  font-size: 3em;
  font-weight: bold;
  line-height: 0.8em;
  color: #fff;
}

.title-data-kekerasan {
  font-size: 25px;
  color: #fff;
}

.content-part .img-donasi {
  width: 225px;
  height: 200px!important;
}

.rekapitulasi-home{
  position: relative;
  margin: 90px 0 25px;
  padding: 0 15px 60px;
  border: 10px solid #0A1527;
  border-radius: 5px;
}

.rekapitulasi-home .title{
  display: inline-block;
  position: relative;
  max-width: 90%;
  left: 50%;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #FFF;
}
.service-wrap.highlight {
  padding-bottom: 1px!important;
}

/* PAGE LAPOR */

.av-wizard td {
  text-align: center;
  border: 1px solid #ddd;
  font-weight: 200;
}

.lapor-form {
  font-weight: 600;
}

/* PAGE CARA MELAPOR */
img.img-lapor {
  width: 1000px;
  height: 200px;
}

/* PAGE MUSUH KEBEBASAN PERS */

.avatar-pers {
  vertical-align: middle;
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
}

.table-pers {
  margin-top: 25px;
}

/* PAGE DATA KEKERASAN */

.rekap-list h2 {
  float: left;
  width: 33%;
  text-align: center;
  line-height: 0.9em;
  font-size: 20px;
  font-weight: 300;
}

.rekap-list h2 small {
  display: block;
  font-size: 12px;
  font-style: italic;
}

.rekap-list-home h2 {
  float: left;
  width: 33%;
  text-align: center;
  line-height: 0.9em;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

.rekap-list-home h2 small {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #fff;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.list-group-item>.badge {
  float: right;
}

a.list-group-item {
  color: #555;
}


/* MAPS */

.background {
  fill: none;
  pointer-events: all;
}

#subunits {
  fill: #228BFD;
}

#subunits .active {
  fill: orange;
}

#state-borders {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

#info {
  text-align: center;
  font-size: 48px;
  color: #fff;
}

/* TABS */

.tabbable .nav-tabs {
  overflow-x: auto;
  overflow-y:hidden;
  flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
 white-space: nowrap;
}


/* REKAPITULASI */
.rekapitulasi {
  border-radius: 20px;
}


/* BLOG */

.blog-img {
  text-align: center;
}

li.list-group-item.barometer {
  padding: 0px;
}

.rs-slider.slider2 {
  height: 600px;
}

.rs-carousel.owl-carousel.owl-loaded.owl-drag {
  background: rgb(0, 0, 0, 0.5);
}

.rs-slider.slider2 .content-part {
  padding: 170px 0 230px!important;
}

/* MAPS */
#maps-provinsi {
  height: 530px; 
  min-width: 310px; 
  max-width: 700px; 
  margin: 0 auto; 
}
.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}