body {
    line-height: 25px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #393939;
}

nav#sub li#sub_dropdown{
padding-left: 10px;
}

nav#sub {
   background: #70ad46;
}

nav#sub li {
   display: inline-block;
   padding: 6px 0px;
   font-weight: bold;
}

.nav-item{
   display: inline-block;
   padding: 0px 0px;
   font-weight: bold;
}

.nav-link {
   color:#123e00;
   font-size: 12px;
}

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.3);
}

.marquee-parent {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 35px;
  margin-bottom: 15px;
  background: #f9fafc;
  padding: 5px;
  border-radius: 5px;
}
.marquee-child {
  display: block;
  width: 100%;
  /* width of your text div */
  height: 30px;
  /* height of your text div */
  position: absolute;
  animation: marquee 5s linear infinite; /* change 5s value to your desired speed */
}
.marquee-child:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.garis_marquee{
   margin-bottom: 25px;
   border-bottom: 1px dashed #ccc;
   padding-bottom: 10px;
}

#berita_litbang{
   margin-bottom: 15px;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -147px /* same as your text width */
  }

}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 25px;
    color: #222222;
    padding: 5px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
    text-transform: capitalize;
}

/* container */

#share {
   width: 100%;
   margin: 0px auto;
}

/* buttons */

#share a {
   width: 30px;
   height: 30px;
   display: inline-block;
   margin: 2px;
   border-radius: 50%;
   font-size: 18px;
   color: #fff;
   opacity: 0.75;
   transition: opacity 0.15s linear;
}

#garis_kanan{
   border-right: 1px solid #ccc;
}

#share a:hover {
   opacity: 1;
}

/* icons */

#share i {
   position: relative;
   top: 50%;
   transform: translateY(-65%);
   left: 6px;
}

/* colors */

.facebook2 {
   background: #3b5998;
}

.twitter2 {
   background: #55acee;
}

.googleplus {
   background: #dd4b39;
}

.linkedin {
   background: #0077b5;
}

.youtube {
   background: red;
}

.pinterest {
   background: #cb2027;
}

.blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    background: #FFF;
    text-align: left;
    color: #000;
    padding: 8px 0px;
    margin-bottom: 5px;
}

.media-body a{
   color:#000;
}
.media-body h4:hover{
   color:#ce5700;
}
.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 10px 0px;
}

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
   text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {     
clear:both;
height:0;
}


ul#link_galeri {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#link_galeri li{
  display: inline;
  font-size: 12px;
  font-weight: bold;
}

