
.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  
  margin-right: -10px;
}

.news-card {
  border: 0px solid aqua;
 margin-right: 10px;
 margin-bottom: 10px;
  position: relative;
  height: 12rem;
  overflow: hidden;
     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  flex: 1;
  min-width: 200px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 900px) {

.news-card {
    height: 16rem
}
  }

.news-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);;
      z-index: 0;
    }

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
/*     background: rgba(255,0,0,.5); */
  }

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
  }

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    color: white;
	    width: 100%;
/*     background-color: rgba(0, 0, 0, 0.4); */
    transition: background-color 1.5s ease;
  }

.news-card__title {
    transition: color 1s ease;
    margin-bottom: .5rem;
	color: #ffffff;
  }

.news-card__post-date {
    font-size: .7rem;
    margin-bottom: .5rem;
    color: #CCC;
  }

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
  }

@media (min-width: 900px) {
    .news-card:hover .news-card__details-wrapper {
      max-height: 20rem;
      opacity: 1;
    }
    .news-card:hover .news-card__text-wrapper {
      background-color: rgba(0, 0, 0, 0.6);
    }
    .news-card:hover .news-card__title {
      color: yellow;
    }
    .news-card:hover .news-card__image {
      transform: scale(1.2);
      z-index: -1;
    }
  }

.news-card__excerpt {
    font-weight: 300;
	    line-height: 20px;
  }

.news-card__read-more {
background: #f2f6fe;
      color: #2d7aca;
    display: block;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 1rem;

    font-size: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    width: 140px;
    margin-left: auto;
    position: relative;
    z-index: 5;
    font-weight: 600;
  }



.news-card__read-more i {
    position: relative;
    left: 0.2rem;
    color: #888;
    transition: left 0.5s ease, color 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f2f6fe;
    color: #2d7aca;
    }

.news-card__read-more:hover i {
      left: 0.5rem;
      color: #1f2a54;
    background: #f2f6fe;
    }



.sidebar-item .box-title {
position: relative;
    background-color: #1f2a54;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    padding: 13px;
  }



.sidebar-item .box-title::after {
    content: '';
    top: 100%;
    left: 2.5rem;
    border: 1.3rem solid transparent;
    border-top: 1rem solid #1f2a54;
    position: absolute;
    }

.sidebar-item .box-title .fa {
      margin-right: 0.5rem;
    }
	
	
	
.sidebar-item .box-title2 {
    position: relative;
    background-color: #1f2a54;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
	    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
  }



.sidebar-item .box-title2::after {
      content: '';
      top: 100%;
      left: 49%;
      border: .8rem solid transparent;
      border-top: .6rem solid #0781d8;
      position: absolute;
    }

.sidebar-item .box-title2 .fa {
      margin-right: 0.5rem;
    }	
	
	
	
	
	
.sidebarspace {
	background-size: cover;
    font-size: 15px;
    line-height: 20px;
    
    margin-bottom: 15px;
}













a.channel {
  color: inherit;
  text-decoration: none;
}
a.channel:hover {
  text-decoration: underline;
}

.titlevids {
  color: #767777;
  font-size: 15px;
  font-weight: bold;
  

}

.titlevids2 {
    color: #767777;
    font-size: 13px;
    font-weight: bold;
    border-left: 1px solid #bfbfbf;
    height: 100%;
    padding: 20px 10px 10px 10px;
    line-height: 18px;
}
.sub-titlevids {
  color: #8a8b8b;
  font-size: 13px;
}
.icon-activevids {
  filter: sepia(100%) hue-rotate(150deg) saturate(400%);
}

#playlistvids {
     top: 10%;
    width: 100%;
    margin: 0 auto;
    display: block;
    align-items: center;
	
}

#video-disvids {
   margin-bottom: 10px;
    width: 100%;
    height: 300px; 
  flex: 6.5;
  margin-right: 20px;
  background: black;
      border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#video-disvids iframe {
  width: 100%;
  height: 100%;
      border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.videovids-li {
  flex: 3.5;
  display: flex;
  padding: 10px;
      border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  flex-direction: column;
  background: #050c25;
  height: 358px;
}
.li-collapsedvids {
  overflow: hidden;
  height: 40px;
}
#vli-infovids {
  flex: 3;
  padding: 0 10px 0 10px;
}

#upper-infovids {
  display: flex;
}

#li-titlevidss {
  flex: 9;
}
#li-titlevidss div {
  padding-bottom: 5px;
}

#drop-iconvids {
  flex: 1;
  cursor: pointer;
  background: url(../images/toggle.png)
    no-repeat center;
  background-size: 30%;
}

#lower-infovids {
  display: flex;
  
}
#lower-infovids span {
  width: 40px;
     padding: 10px 0px;
  cursor: pointer;
      font-size: 25px;
}
#btn-repeatvids {
  margin-right: 10px;
 
  background-size: 45%;
}
#btn-sufflevids {
  margin-right: 10px;

  background-size: 45%;
}
#btn-savevids {
  margin-left: auto;
  order: 2;
  right: 10px;
  margin-right: 0px;

  background-size: 60%;
}

#vli-videosvids {
    flex: 7;
    overflow-x: hidden;
    overflow-y: auto;
    
}

.video-convids {
  display: flex;
  cursor: pointer;
 
  column-gap: 5px;
margin-bottom: 4px;
 background: #fff;
     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
border-top: 1px solid #fff;
}

.judulvids {
	    margin: -10px -20px 10px -20px;
    background: 0% 0% / cover rgb(31 42 84);
  color: #fff;
    padding: 5px 0px 0px 20px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.jumlahkuvid {
	    background: #941616;
    text-align: right;
    font-weight: bold;
    padding: 5px 12px 4px 20px;
    margin: -10px -20px -0px -20px;
    color: #fff;
    font-size: 12px;
}

.plyanumber {
	    width: 30px;
    background: #d2d2d2;
    height: 30px;
    padding: 0px 10px;
        margin: 13px 0px 13px 15px;
       border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	    text-align: center;
}



.video-convids:hover,
.active-con {
  background: #e6e2e2;
}

.thumbvids {
  width: 100px;
    padding: 5px 5px 5px 15px;


border-left: 1px solid #bfbfbf;
	    margin: 0px 4px 0px 10px;
}
.thumbvids img {
  width: 100%;
        border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 2px solid #bfbfbf;
}
.v-titlevidss {
  flex: 6;
}
.v-titlevidss div:nth-child(2) {
  margin-top: 5px;
}

@media only screen and (max-width: 1150px) {
  #playlistvids {
    width: 100%;
     height: 100%;
  }
  
  #drop-iconvids {
 background-size: 30%;
  
}
}
@media only screen and (max-width: 950px) {
  #playlistvids {
    top: 10%;
    width: 100%;
    margin: 0 auto;
    display: block;
    align-items: center;
 
  }
    #drop-iconvids {
 background-size: 30%;
  
}
  #video-disvids {
    margin-bottom: 10px;
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 800px) {
  #playlistvids {
    width: 100%;
  }
    #drop-iconvids {
 background-size: 30%;
  
}
}
@media only screen and (max-width: 650px) {
  #playlistvids {
    width: 100%;
  }
      #drop-iconvids {
 background-size: 30%;
  
}
}



/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px;

}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:#050c25
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#050c25
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
      border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border:6px solid #050c25;


}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:5px solid #050c25;

}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {display:none}


.overflow{min-height: 100vh}






















.wrapperpeg {

  margin: auto;
  margin-top: 0px;
}

.tabpeg-wrapperpeg {
  text-align: left;
  display: block;
  margin: auto;
  max-width: 100%;
}

.tabpegs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
  border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.tabpeg-link {
  margin: 0 1%;
  list-style: none;

    color: #0a0a0a;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
line-height: 15px;
    padding: 15px;
  letter-spacing: 1px;
      font-size: 12px;
   background: linear-gradient(to right, #f9dd1f, #f5a800);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	  
	text-align:center;
width: 100%;
}

.tabpeg-link:hover {
  color: #fff;
  border-color: #999;
    background: linear-gradient(to right, #313380, #5d5faf);
}

.tabpeg-link.active {
  color: #333;
  border-color: #333;
}

.tabpeg-link:nth-of-type(1).active {
  color: #EE6534;
      background: #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tabpeg-link:nth-of-type(2).active {
  color: #1790D2;
     background: #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tabpeg-link:nth-of-type(3).active {
  color: #1f2a54;
     background: #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.content-wrapperpeg {
  padding: 0;
}

.tabpeg-content {
  display: none;
 
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tabpeg-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}









/* ul-reset_ars */
.ul-reset_ars {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

/* container_ars */
.container_ars {
  position: relative;

  max-width: 100%;

  margin: auto;
}

/* ==============================
	$-Styles
============================== */
.description_ars {
  text-align: center;
}

.nav_ars-wrapper {
  width: 100%;
  margin: auto;
}

/* jQuery Accordion Navigation Menu */
.nav_ars-item {
     margin-bottom: 3px;
      background: #eaeaea;
    padding: 0px 10px;
	    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.nav_ars-item:first-child {
  border-top: none;
}

.nav_ars-item-inner > a {
  display: block;
}

.nav_ars-item-inner-heading {
  position: relative;
  padding: 5px 0px 5px 0px;
      color: #424242;
  font-weight: 700;
}

.nav_ars-item-inner-heading:hover {

      color: #675e5e;

}

.nav_ars-item-inner-heading:focus {
  opacity: 1;
}
.nav_ars-item-inner-heading.minus:after, .nav_ars-item-inner-heading.plus:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
     font-size: 15px;
  color: #474242;
}
.nav_ars-item-inner-heading.minus:after {
  content: "\f056";
}
.nav_ars-item-inner-heading.plus:after {
  content: "\f055";
}

.nav_ars-sub-list {
  display: none;
  font-size: 0.8rem;
  overflow: hidden;
}

.nav_ars-sub-list-inner {
  padding: 0 0.75rem 0.75rem;
}

.nav_ars-sub-item {
background: #ddd;
    padding: 0px 10px;
     margin-bottom: 2px;
	     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	    font-weight: 600;
}
.nav_ars-sub-item:first-child {
  margin-top: 0;

  border-top: none;
}


.numberhit {
    background: #3b4775;
    color: #fff;
    display: inline-block;
    padding: 0px 5px 0px 5px;
    float: left;
    font-size: 12px;
    width: 30px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
	    margin-right: 10px;
		margin-left: -10px;
}



.buttons_btns {
  display: flex;
  flex-direction: column;
}


.button1 {
  color: #fff;
background: linear-gradient(to right, #5255d4, #4b95a0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  transition: 0.2s ease-in-out;
   text-align:center;
       border-color: unset;
    border: 0px;
    padding: 5px 20px;

}

.button1:hover {
    color: #fff;
	    background: linear-gradient(to right, #23269e, #2796a7);
    
}

.button2 {
  color: white;
     background: linear-gradient(to right, #414ff2, #d930ed);
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
  transition: 0.2s ease-in-out;
   text-align:center;
       border-color: unset;
    border: 0px;
	width:100%;
}

.button2:hover {
    color: white;
	background: linear-gradient(to right, #28bbbb, #1f2a54);
}

.button3 {
  color: white;
  background: linear-gradient(to right, #8041F2, #3095ED);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  transition: 0.2s ease-in-out;
   text-align:center;
       border-color: unset;
    border: 0px;
	  
}

.button3:hover {

    color: white;
	background: linear-gradient(to right, #28bbbb, #1f2a54);
}


.column_lefts {
  float: left;
  width: 50%;

  
}

.column_rights {
  float: right;
  width: 50%;

		    border-left: 1px solid #c5c5c5;
  
}

/* Clear floats after the columns */
.rowapbdesa:after {
  content: "";
  display: table;
  clear: both;
}
.judulapbdes {
    background: #cccccc;
   padding: 3px 20px;
border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
	color: #1a1b1e;
    font-weight: 500;
	text-align: left;
}

.anggres {
text-align: center;
    padding: 3px 20px;
    border-bottom: 1px solid #c5c5c5;

	color: #1a1b1e;
    font-weight: 500;
}

.rpanggres {

    padding: 3px 10px;
	color: #1a1b1e;
    font-weight: 500;


}









.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	    margin-left: -10px;
    margin-right: -10px;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.linkgambar {
width:228px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 2px solid #fff;

    height: 85px;
}















.pejabatcss{
    height: 100%;
  display:grid;

  grid-gap:20px;
}
.pejabatcss .card{
  position:relative;
  margin:0 auto;
  width:100%;
  background:#1f2a54;
  padding:20px;
  box-sizing:border-box;
  text-align:center;
display: block;
  overflow:hidden;
      border: none;
	  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pejabatcss .card .layer{
  position:absolute;
  top:calc(100% - 0px);
  left:0;
  height:100%;
  width:100%;
    background: linear-gradient(#6264d0, #1f2a54);

  transition:0.5s;
}
.pejabatcss .card:hover .layer{
  top:0;
}
.pejabatcss .card .content{
  position:relative;
  z-index:2;
}
.pejabatcss .card .content p{
  font-size:18px;
  line-height:24px;
}
.pejabatcss .card .content .image{
  width:128px;
  height:128px;
  margin:0 auto;
  border-radius:50%;
  overflow:hidden;
  border:4px solid #fff;
  box-shadow:0 10px 20px
    rgba(0,0,0,.2);
}
.pejabatcss .card .content .details h2{
line-height: 19px;
  margin-top:10px;
   color:#fff;

       margin-bottom: 0px;
}
.pejabatcss .card .content .details div{
  color:#03a9f4;
  font-size:14px;
  transition:0.5s;
      margin-top: -15px;
}
.pejabatcss .card:hover .content .details div{
  color:#fff;
}

  </style>
  
<style>

.kadissambutan-container22 {
    margin-top: 30px;
  color: #666666;
  font-size: 36px;

  position: relative;
}

.kadissambutan-container22 .portrait {
  position: absolute;
  top: 0;
  bottom: 0;
    z-index: 9;
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.kadissambutan-container22 .portrait img {
  display: block;
  height: auto;
  width: 100%;
}
.kadissambutan-container22 .kadissambutan {
  position: relative;
  z-index: 600;
  padding: 0px 0 0px 150px;
  margin: 0;
  font-size: 15px;
  font-style: italic;
    text-align: left;
  font-family: Calibri;
     color: #fff;
}
.octogon_mobile {
display:none;
}


.octogon {
display:block;
}


.details2 {
display:block;
}


.columns_pejabat {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;

}

.column3_kadis {
  flex: 1;

 
    margin-left: 10px;
 

}
.column3_kadis:first-child {
 
}
.column3_kadis:last-child {

}



.column1_bupati {

    width: 20%;
  margin-right: 10px;

}
.column1_bupati:first-child {

}
.column1_bupati:last-child {
  margin-right: 0;
}



.column2_wakil {

    width: 20%;


}
.column2_wakil:first-child {
  margin-left: 0;
}
.column2_wakil:last-child {
  margin-right: 0;
}


.namapejabat {
	font-size:15px;
}
.namasambutan {
	    padding-right: 15px;
	font-size:15px;    text-align: left;text-transform: uppercase;font-weight: bold;margin-bottom:10px;z-index:9;position: absolute;color:#fff;
}


.namakepaladinas {
	font-size:15px;text-align:left;padding: 0px 0 0px 150px;color:#fff;margin-top:5px;position:absolute;z-index:9;
}



@media screen and (max-width: 1000px) {
  .columns_pejabat .column1_bupati {
margin: 0px 0px 15px 0px;
     flex-basis: 100%;
  }
  
    .columns_pejabat .column2_wakil {
margin: 15px 0px;
     flex-basis: 100%;
	     margin-top: 0px;
  }
  
      .columns_pejabat .column3_kadis {
margin: 15px 0px 0px 0px;
     flex-basis: 100%;
	     margin-top: 0px;
	
  }

.namapejabat {
	font-size:20px;
}
.pejabatcss{
height: auto;

}

	.kadissambutan-container22 .kadissambutan {
  position: relative;
  z-index: 600;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-style: italic;
    text-align: left;
  font-family: Calibri;
     color: #fff;
}
.kadissambutan-container22 {
    margin-top: 50px;
    color: #666666;
    font-size: 36px;
    position: relative;
}

.octogon {
display:none;
}

.octogon_mobile {
display:block;

}

.namakepaladinas {
	font-size:15px;text-align:left;padding: 0px;color:#fff;margin-top:10px;position:relative;z-index:9;
}

}

	.image-overlay {
    position: relative;
    cursor: default;
    overflow: hidden;
}



.overlay-hslide{    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;background:rgba(255, 255, 255, 0.6);background:rgb(255, 2255, 255) transparent;height:100%;width:0%;top:0;right:0;position:absolute;filter:alpha(opacity=0);opacity:0;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.overlay-hslide a{height:80px;width:80px;margin:-40px 0 0 -40px;position:absolute;text-align:center;top:50%;left:50%;line-height:80px;cursor:pointer}.overlay-hslide a .icon-overlay{font-size:40px;padding:0;margin:0;width:80px;height:80px;line-height:80px;background:rgba(255, 255, 255, 0.6);background:rgb(255, 2255, 255) transparent}.image-overlay:hover .overlay-hslide{width:100%;top:0;left:0;filter:alpha(opacity=100);opacity:1;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}
	
	
	
	

.tooltip-pure-css {
  position: relative;

 
  font-weight: bolder;
  text-shadow: 1px 1px 1px #ecebe1;
  cursor: pointer;
 
}
.tooltip-pure-css:hover::before {
  content: "";
  border: solid transparent;
  border-bottom-color: #4862A3;
  border-width: 10px;
  position: absolute;
  margin-left: -30px;

}
.tooltip-pure-css:hover::after {
  content: attr(data-tooltip-pure-css);
  position: absolute;

    min-width: 12em;
  font-weight: 100;
  line-height: 1.3em;
  margin: 0;
  background: #4862A3;
  color: #fff;
  text-shadow: 1px 1px 1px #111;
  padding: 15px;
  border-radius: 5px;
  right: 49px;
  top: -21px;
  z-index: 22;
 font-size:18px;
}
	
	
	
.tooltip-pure-css2 {
  position: relative;

 
  font-weight: bolder;
  text-shadow: 1px 1px 1px #ecebe1;
  cursor: pointer;
 
}
.tooltip-pure-css2:hover::before {
  content: "";
  border: solid transparent;
  border-bottom-color: #4862A3;
  border-width: 10px;
  position: absolute;
  margin-left: -30px;

}
.tooltip-pure-css2:hover::after {
  content: attr(data-tooltip-pure-css2);
  position: absolute;

    min-width: 11em;
  font-weight: 100;
  line-height: 1.3em;
  margin: 0;
  background: #4862A3;
  color: #fff;
  text-shadow: 1px 1px 1px #111;
  padding: 15px;
  border-radius: 5px;
  right: 54px;
  top: -21px;
  z-index: 22;
 font-size:18px;
}	

.divider {
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    line-height: 1;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}









.rating5-box {
  position:relative;
  vertical-align: middle;
  font-size: 20px;
  font-family: FontAwesome;
  display:inline-block;
  color: #ecb50a;
}
.rating5-box:before{
    content: "\f006 \f006 \f006 \f006 \f006";
  }
.rating5-box .rating5 {
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color: #ecb50a;
  }
  .rating5-box .rating5:before {
      content: "\f005 \f005 \f005 \f005 \f005";
  }
  
  
 .rating4-box {
  position:relative;
  vertical-align: middle;
  font-size: 20px;
  font-family: FontAwesome;
  display:inline-block;
  color: #ecb50a;
}
.rating4-box:before{
    content: "\f006 \f006 \f006 \f006";
  }
.rating4-box .rating4 {
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color: #ecb50a;
  }
  .rating4-box .rating4:before {
      content: "\f005 \f005 \f005 \f005";
  }
 
  
  
  .rating3-box {
  position:relative;
  vertical-align: middle;
  font-size: 20px;
  font-family: FontAwesome;
  display:inline-block;
  color: #ecb50a;
}
.rating3-box:before{
    content: "\f006 \f006 \f006";
  }
.rating3-box .rating3 {
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color: #ecb50a;
  }
  .rating3-box .rating3:before {
      content: "\f005 \f005 \f005";
  }



.rating2-box {
  position:relative;
  vertical-align: middle;
  font-size: 20px;
  font-family: FontAwesome;
  display:inline-block;
  color: #ecb50a;
}
.rating2-box:before{
    content: "\f006 \f006";
  }
.rating2-box .rating2 {
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color: #ecb50a;
  }
  .rating2-box .rating2:before {
      content: "\f005 \f005";
  }
  
  
  
  
  
.rating1-box {
  position:relative;
  vertical-align: middle;
  font-size: 20px;
  font-family: FontAwesome;
  display:inline-block;
  color: #ecb50a;
}
.rating1-box:before{
    content: "\f006";
  }
.rating1-box .rating1 {
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color: #ecb50a;
  }
  .rating1-box .rating1:before {
      content: "\f005";
  }
  
  .siderate {  float: left;  width: 15%;  } .middle2 {  margin-top:10px;  float: left;  width: 70%; }
.rightrate {  text-align: right; } .row:after {  content: "";  display: table;  clear: both; }
.bar-containerrate {  width: 100%;  background-color: #f1f1f1;  text-align: center;  color: white; }
.bar-5rate {width: <?php echo (count_rate_data('5')*100)/$data['number_record'];  ?>%; height: 18px; background-color: #4CAF50;} .bar-4 {width: <?php echo (count_rate_data('4')*100)/$data['number_record'];  ?>%; height: 18px; background-color: #2196F3;} .bar-3 {width: <?php echo (count_rate_data('3')*100)/$data['number_record'];  ?>%; height: 18px; background-color: #00bcd4;}
.bar-2rate {width: <?php echo (count_rate_data('2')*100)/$data['number_record'];  ?>%; height: 18px; background-color: #ff9800;} .bar-1 {width: <?php echo (count_rate_data('1')*100)/$data['number_record'];  ?>%; height: 18px; background-color: #f44336;}
label.error{ color:red; } .well{ margin-top: 25px; } .rating_bar{ margin-top: 20px; } .view_rating{ border-bottom: 1px solid #e3e3e3; padding: 20px; } .view_rating:last-child { border: none; }
@media (max-width: 400px) {  .siderate, .middle {    width: 100%;  }  .rightrate {    display: none;  }}




.jumlahbintang {
    border: 1px solid #555555;
   
    position: absolute;
  padding: 7px 10px 0px 20px;
     border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.jumlahbintang label {
  float: right;
  position: relative;
  width: 35px;
  height: 25px;
  cursor: pointer;
}
.jumlahbintang label:not(:first-of-type) {
  padding-right: 2px;
}
.jumlahbintang label:before {
font-family: 'icofont';
    content: '\f000';

    font-size: 25px;
  color: #CCCCCC;
  line-height: 1;
}
.jumlahbintang input {
  display: none;
}
.jumlahbintang input:checked ~ label:before, .jumlahbintang:not(:checked) > label:hover:before, .jumlahbintang:not(:checked) > label:hover ~ label:before {
  color: #F9DF4A;
}


/* Load more */
.load-more{
    width:100%;
    background: #15a9ce;
    text-align: center;
    color: white;
    padding: 10px 0px;
    font-family: arial;
	margin-right: 10px;
	    margin-top: 20px;
}

.load-more:hover{
    cursor: pointer;
}

.load-foto {
    width: 100%;
    background: #15a9ce ;
    text-align: center;
    color: white;
    padding: 10px 0px;
    font-family: arial;
    margin-right: 10px;
    margin-top: 20px;
}

.load-foto:hover{
    cursor: pointer;
}
.load-video {
    width: 100%;

    text-align: center;
    color: white;
    padding: 10px 0px;
    font-family: arial;
    margin-right: 10px;
    margin-top: 20px;
}

.load-video:hover{
    cursor: pointer;
}


.load-agenda {
    width: 100%;

    text-align: center;
    color: white;
    padding: 10px 0px;
    font-family: arial;
    margin-right: 10px;
    margin-top: 20px;
}

.load-agenda:hover{
    cursor: pointer;
}



.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	    opacity: unset;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
   
    border-radius: .25rem;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}
.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%}
.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width:576px) {
    .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
}.card-group>.card {
    margin-bottom: 15px;
}
@media (min-width:576px) {
    .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
}
.card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
}
}.card-columns .card {
    margin-bottom: .75rem;
}
@media (min-width:576px) {
    .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    display: inline-block;
    width: 100%}
}.accordion>.card {
    overflow: hidden;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.p-2 {
    padding: .5rem!important;
	
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
	    font-size: 17px;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}