/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
  font-family: 'Poppins', sans-serif;
  /*background: #fafafa;*/
  background: #ffffff;
}

.img-header{
  position: relative;
  width: 100%;
  height: auto;
}

.bootom-header {
  width:100%;
  left:0;
  top: 0;
}

.footer-bg{
  display: block;
  width: 100%;
  height: 30px;
  background-color: #979797;
}

.topoverlaygradient{
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 997;

  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: -webkit-gradient(linear, top, bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  
  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));

  /* Firefox 3.6 - 15 */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));

  /* Opera 11.1 - 12 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));

  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.white-hook-h{
  padding-top: 20px;
  padding-bottom: 50px;
}

.white-hook-footer{
  padding-top: 40px;
}

.link-border{
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  color: #555555;
  letter-spacing: 2px;
}

.link-border:hover{
  background-color: #333333;
  color: #eaeaea;
  border: none;
}

.img-obj-fit{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.txt-light-gray{
  color: #999999;
}

.txt-gray{
  color: #555555;
}


p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
  width: 100%;
  padding: 15px 10px;
  border: none;
  background-color: transparent;
  z-index: 998;
  position: absolute;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.nav-link{
  color: #ffffff;
}

.bg-laporan{
  width: 100%;
  background: url(../img/gedung-bupati-ow.jpg);
  border-bottom: 1px solid #eaeaea;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    transition: all 0.3s;
    /*position: absolute;*/
    top: 0;
    right: 0;
}

/*------------------------------ divider garis gradasi ----------------------*/

.divider-left{
  display: table; 
  font-size: 20px; 
  width: 100%;
  margin: 40px auto;
}

.divider-left span { display: table-cell; position: relative; }
.divider-left span:nth-child(2) {
  color: #555555 ; padding: 0px 10px 0 0; width: auto; white-space: nowrap;
}
.divider-left span:last-child {
    width: 70%;
    top: 13px;							/* adjust vertical align */
    -moz-background-size: 100% 1px; 	/* line width */
    background-size: 100% 1px; 			/* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

 .divider {								/* minor cosmetics */
    display: table; 
    font-size: 20px; 
    text-align: center; 
    width: 75%; 						/* divider width */
    margin: 40px auto;					/* spacing above/below */
}
.divider span { display: table-cell; position: relative; }
.divider span:first-child, .divider span:last-child {
    width: 50%;
    top: 13px;							/* adjust vertical align */
    -moz-background-size: 100% 1px; 	/* line width */
    background-size: 100% 1px; 			/* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.divider span:first-child {				/* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#b5b5b5 ));
    background-image: -webkit-linear-gradient(180deg, transparent, #b5b5b5 );
    background-image: -moz-linear-gradient(180deg, transparent, #b5b5b5 );
    background-image: -o-linear-gradient(180deg, transparent, #b5b5b5 );
    background-image: linear-gradient(90deg, transparent, #b5b5b5 );
}
.divider span:nth-child(2) {
    color: #555555 ; padding: 0px 10px; width: auto; white-space: nowrap;
}
.divider span:last-child, .divider-left span:last-child {				/* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5b5b5 ), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #b5b5b5 , transparent);
    background-image: -moz-linear-gradient(180deg, #b5b5b5 , transparent);
    background-image: -o-linear-gradient(180deg, #b5b5b5 , transparent);
    background-image: linear-gradient(90deg, #b5b5b5 , transparent);
}

/*------------------------------ divider bulat ----------------------*/

.astrodivider {
  margin:64px auto;
  width:600px; 
  max-width: 100%;
  position:relative;
  margin-top: 5px;
}

.astrodividermask { 
  overflow:hidden; height:20px; 
}

.astrodividermask:after { 
  content:''; 
  display:block; margin:-25px auto 0;
  width:100%; height:25px;  
  border-radius:125px / 12px;
  box-shadow:0 0 8px #049372;
}
.astrodivider span {
  width:50px; height:50px;
  position:absolute; 
  bottom:100%; margin-bottom:-25px;
  left:50%; margin-left:-25px;
  border-radius:100%;
  box-shadow:0 2px 4px #4fb39c;
  background:#fff;
}
.astrodivider i {
  position:absolute;
  top:4px; bottom:4px;
  left:4px; right:4px;
  border-radius:100%;
  border:1px dashed #68beaa;
  text-align:center;
  line-height:40px;
  font-style:normal;
  color:#049372;
}

/*------------------------------ divider parallax ----------------------*/
.editorial {
  padding: 0;
  display: block;
  width: 100%;
  height: 160px;
  max-height: 160px;
  z-index:5;
  left:0px;
  float:left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/* :: 5.0 Welocome Post Area CSS */

.welcome-blog-post-slide .single-blog-post-slide {
  height: 300px;
  z-index: 1;
}

.welcome-blog-post-slide .single-blog-post-slide .single-blog-post-content {
    position: absolute;
    bottom: 40px;
    left: 50px;
    padding-right: 50px;
    z-index: 1;
}

.welcome-blog-post-slide-news .single-blog-post-slide {
    height: 150px;
    position: relative;
    z-index: 1;
}

.welcome-blog-post-slide-news .single-blog-post-slide .single-blog-post-content {
    position: absolute;
    bottom: 40px;
    left: 20px;
    z-index: 1;
}

.single-blog-post-slide .tags > a {
    color: #fff;
    background-color: #478f03;
    padding: 6px 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}

.single-blog-post-slide-footer .tags > a {
   color: #555555;
   padding: 6px 8px;
   font-size: 10px;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-bottom: 15px;
   display: inline-block;
}

.single-blog-post-slide h3 a {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    text-shadow: 2px 2px 1px #000000;
}

.single-blog-post-slide .date a {
  color: #fff;
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  text-shadow: 2px 2px 1px #000000;
}

.single-blog-post-slide h3 a:hover,
.single-blog-post-slide .date a:hover {
  color: #ff0303;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-streach-h100{
  width:100%;
  height:100px;
  object-fit:cover;
}

.img-streach-h150{
 width:100%;
  height:150px;
  object-fit:cover;
}

.img-streach-h200{
 width:100%;
  height:200px;
  object-fit:cover;
}

.img-streach-h350{
 width:100%;
  height:350px;
  object-fit:cover;
}

.title-news-img{
 position: absolute;
 margin-top: -85px;
 margin-left: 20px;
 color: #ffffff;
 text-shadow: 2px 2px 1px #000000;
}

.ket-news-img{
 position: absolute;
 margin-top: -40px;
 margin-left: 20px;
}

.tag-news-img{
 background-color: #111111;
 padding: 4px;
 color: #ffffff;
 font-size: 11px;
 font-weight: bold;
}

.background-overlay,
.background-overlay-5,
.background-overlay-white {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.background-overlay:before,
.background-overlay-5:before,
.background-overlay-white:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.background-overlay:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.background-overlay-5:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.background-overlay-white:before {
    background-color: rgba(255, 255, 255, 0.9);
}


.crop-text-1 {
   -webkit-line-clamp: 1;
   overflow : hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
 }
 
 .crop-text {
   -webkit-line-clamp: 1;
   overflow : hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
 }
 
 .crop-text-2 {
   -webkit-line-clamp: 2;
   overflow : hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   line-height: 20px;
   text-align: justify;
   color: #555555;
 }
 
 .crop-text-2-h{
  -webkit-line-clamp: 2;
   overflow : hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   line-height: 25px;
   text-align: justify;
   color: #555555;
 }
 
 .section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d5d8;
 }
 .section-heading h6 {
   font-size: 14px;
   margin-bottom: 0;
   line-height: 45px;
   height: 45px;
   min-width: 140px;
   padding: 0 20px;
   background-color: #478f03;
   color: #fff;
   font-weight: 700;
   display: inline-block;
   text-align: center;
  }
  
  .new-row{margin-top: 50px;}
  
  /*
  .list-unstyled{
   font-size: 11pt;
   color: #333333;
  }
  
  .list-unstyled a:hover{
   color: #111111;
   list-style: none;
   text-decoration: none;
  }
  */
  .heading-1 {
		font-family: 'Roboto Slab', serif;
		font-size: 1.5em;
		letter-spacing: 0.08em;
		font-weight: 300;
		color: #F60;
		text-shadow: 0 1px 1px #FFFFFF;
		text-transform: uppercase;
}


.select2-selection {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #555555;
    font-size: 14px;
    outline: 0;
    min-height: 38px;
    text-align: left;
  }
  
  .select2-selection__rendered {
    margin: 5px;
  }
  
  .select2-selection__arrow {
    margin: 5px;
  }