
@import (http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
* { outline: none!important;font-family:'Roboto',sans-serif; text-decoration: none!important; }
body {
  background: #eee;
   color:#888;
}
input:focus,textarea:focus,select:focus {
  box-shadow: none!important;
  border-color:#ddd!important;
}
.container { width:1000px!important;margin:0 auto;padding-left:0!important;padding-right:0!important; }
#header { 
  background: -webkit-linear-gradient(#ffffff, #ececec); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #ececec); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #ececec); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #ececec); /* Standard syntax */
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 10px rgba(0,0,0,0.18);
}
#header {
  padding:10px 0;
}
#header nav { margin:25px 0 0; }
#header nav ul { padding-left:0; }
#header nav ul li { display:inline-block; font-size: 15px; }
#header nav ul li a { font-weight:700; color:#777; }  
#header nav ul li:hover a { color:#666; border-bottom:1px dotted #666; }  

nav.menu-body {
  background: -webkit-linear-gradient(#fdfdfd, #dfdfdf); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fdfdfd, #dfdfdf); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fdfdfd, #dfdfdf); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fdfdfd, #dfdfdf); /* Standard syntax */
  position: relative;
  z-index: 100;
  margin-top:-51px;
  margin-bottom:0;
  border:none!important;
  border-radius:3px 3px 0 0;
  border-bottom:1px solid #fff!important;
  box-shadow:0 0 0 10px rgba(255,255,255,.14)
}
nav.menu-body ul li.active a {
  background-color:#fafafa!important;
}
nav.menu-body ul li:first-child a {
  border-radius:5px 0 0 0!important;
}
nav.menu-body ul li a {
  padding-left:20px;padding-right:20px;
  color:#999;
}
.search-form {
  position: relative;
  right:-45px;
}
.pencarian { margin-right:0px;}
.search-button {
  position: relative;
  z-index: 5;
  text-indent:-9999px;
  background:transparent!important;
  box-shadow: none!important;
  border:none!important;
  width:40px;
  background-image:url(../images/web/search-btn.png)!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  opacity: .8;
}
.search-button:hover {
  opacity: 1;
}

.body-content {
  background:#fff;
  box-shadow:0 0 0 10px rgba(0,0,0,.05)
}
.shadow1::after {
  content:url(../images/web/shadow1.png);
  display: block;
  width: 100%;
  text-align: center;
  padding-top:15px;
}


img.berita { margin:20px 0; }
.news {
display: block;
}
.news ul {
  padding:0!important;
}
.news ul li { display: block; float:left; width: 47%; margin-right: 15px;}
.news ul li img { float:left;margin: 0 10px 0 0; border-radius:2px; }
.news ul li a.newstitle { display: block; font-weight: bold;font-size:16px; color:#9f3a3a; }
.news ul li a.newstitle:hover { color:#822323; }
.news ul li span.info { display: block; color:#666;border-bottom:1px solid #eee;margin-bottom:3px;padding-bottom:3px;width: 95%; }


.shadow2::after {
  content:url(../images/web/shadow2.png);
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top:15px;
}


#kotak {
  margin-bottom:20px;
}
.kotak {
  background: #eee;
}
.kotak h3 {
  text-shadow:0px -2px 0px rgba(0,0,0,0.14);
  padding:10px 20px;
  margin:0;

}
.weblink {
  background: #f26923;
}
.weblink h3 {
  background: #ee531a;
  color:#fff;
  font-size: 20px;
}
.weblink ul {
  padding-left: 0;
  padding:5px;
}
.weblink ul li {
  display: block;
  list-style:none;
}
.weblink ul li a {
  display: block;
  color: #fff;
  margin:3px 20px;
  padding-bottom:3px;
  border-bottom:2px solid #e25d1a;
  background:url(../images/web/external.png) no-repeat right center;
  transition: all .1s ease;
}
.weblink ul li:hover a {
  opacity: .7;
}
.weblink ul li:last-child a {
  border-bottom:0;
}

.download {
  background: #4bb760;
}
.download h3 {
  background: #41a054;
  color:#fff;
  font-size: 20px;
}
.download ul {
  padding-left: 0;
  padding:5px;
}
.download ul li {
  display: block;
  list-style:none;
}
.download ul li a {
  display: block;
  color: #fff;
  margin:5px 20px;
  padding-bottom:5px;
  background:url(../images/web/download.png) no-repeat right top;
  transition: all .1s ease;
  font-size:16px;
}
.download ul li a span {
  background:#4bb760;
  padding-right:5px;
}
.download ul li:hover a {
  opacity: .7;
}
.download ul li:last-child a {
  border-bottom:0;
}
.member {
  background: #e9e936;
}
.member h3 {
  background: #d9d927 ;
  color:#93930d;
  font-size: 20px;
  text-shadow:none;
}
.member ul {
  padding-left: 0;
  padding:5px;
}
.member ul li {
  display: block;
  list-style:none;
}
.member ul li a {
  display: block;
  color: #93930d;
  margin:0px 20px;
  transition: all .1s ease;
  font-size:16px;
}
.member ul li a span.count {
  font-size:35px;
  position: relative;
  bottom:-5px;
  display: inline-block;
  width:60px;
  text-align: center;
}
.member ul li a span.tag {
  background:#93930d;
  color:#e9e936;
  display: inline-block;
  border-radius:3px;
  margin-left:10px;
  padding:2px 7px;
}
.member ul li:last-child a {
  border-bottom:0;
}

/* ADS BANNER
-------------------------------------------------- */
.banner-container {
  margin-bottom: 20px;
}
.banner-item {
  background: #E5E5E5;
  float: left;
  margin: 15px 15px 10px;
}
.banner-a {
  width: 300px;
  height: 200px;
}
.banner-b {
  width: 300px;
  height: 125px;
}
.banner-c {
  width: 630px;
  height: 125px;
}
.banner-item .text {
  display: block;
  padding: 10px 15px;
  font-family:'Roboto',sans-serif;
  font-weight: 100;
  color: #8A8A8A;
  font-size: 30px;
}

/* FOOTER
-------------------------------------------------- */

#footer {
  background: #272727;
  color:#f2f2f2;
}
  #footer div.copyright {
    float:left;
    margin:20px;
  }
  #footer div.info-footer {
    float:right;
    margin:15px;
  }
  #footer div.info-footer a.sitemap {
    padding:5px 8px;
    background: #f2f2f2;
    color:#272727;
    font-weight: bold;
    border-radius:2px;
    position: relative;
    bottom:-3px;
    margin-right:5px;
  }
  #footer div.info-footer a:hover {
    opacity: .8;
  }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  position: relative;
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption h1, .carousel-caption p  {
  position: relative;
  top:-50px;
}
.carousel-indicators li {
  top:-50px;
  position: relative;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* CONTENT
-------------------------------------------------- */
.home_intro b {
  font-size:14px;
  color:#666;
}
.berbagi {
  background:#3da9d6 url(../images/web/lipat.png) no-repeat top right;
  color:#fafafa;
  display:block;
  padding:10px 20px;
  margin-top:15px;
  box-shadow:inset 0 -7px 0 rgba(0,0,0,.10);
}
.berbagi h3 {
  margin:10px 0px 20px;
  text-shadow:0 -2px 0px rgba(0,0,0,0.14);
}
.berbagi .home_info {
  font-size:14.5px;
}

#page {
  padding: 20px;
}
#notif .alert {
  margin:20px 20px 0;
}
#notif .container, #page .container {
  width: inherit !important;
}

#page h2 {
  font-family:'Roboto',sans-serif;
  font-weight: 200;
  margin: 0px 0px 10px;
}
#page h3 {
  font-family:'Roboto',sans-serif;
  font-weight: 100;
  margin: 20px 0px 10px;
}
#page h3.first {
  margin-top: 0px;
}
#RegisterModal .modal-dialog {
  width: 1000px;
}

.form-control.captcha {
  text-transform: uppercase;
}
.date-range {
  width: 48%;
  display: inline-block;
}
.ui-datepicker{ z-index: 9999 !important;}
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.nopadding-left {
  padding-left: 0;
}
.nopadding-right {
  padding-right: 0;
}
.placeholder{color: #999;}
select option:first-child{color: #999;}
select option{color: #555;}

#berkasregistrasi h3 {
  font-weight: 100;
}

.searchvalue {
    background-color: #96D551;
    padding: 3px;
}
.news_cover {
  float: left;
  margin: 0px 20px 20px 0;
}
