/*
    BPI Website
    Author: Gin Seladipura
    Version: 0.0.1
*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #313131;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a {
  border-top: 3px solid #000;
  padding-top: 12px; }

.navbar-toggle {
  margin-top: 35px; }

.menubar {
  font-size: 0.5em;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
    padding-top: 0; } }
@media (min-width: 1024px) {
  .navbar-nav {
    float: right;
    padding-top: 0; }

  .navbar-header {
    float: left; } }
@media (max-width: 767px) {
  .navbar-brand {
    padding: 0;
    height: 103px; }

  .navbar-brand > img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    padding-top: 10px;
    margin: 0 auto; }

  .navbar-header {
    height: 103px; }

  .none {
    display: none; } }
html,
body {
  height: 100%; }

#wrapper {
  width: 100%; }

h3 {
  padding: 0;
  margin: 0; }

header {
  background: #f7f7f7;
  padding: 0; }

.langbar {
  background: #313131; }

.langbar a {
  color: #fff; }

.language {
  padding: 10px; }

h1,
h3 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

p {
  font-family: 'Roboto', sans-serif; }

.tengah {
  padding: 10% 0; }

.content,
footer {
  font-family: 'Roboto', sans-serif; }

.white {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 0.9em; }

.breadcrumbs a {
  color: #925e15; }

.breadcrumbs {
  margin-bottom: 20px; }

.content {
  padding-top: 20px; }

.section {
  margin-bottom: 30px; }

footer {
  margin-top: 20px;
  background: #925e15;
  color: #fff;
  padding: 30px 0; }
  footer p {
    font-size: 0.8em; }

i.fa {
  margin-left: 20px; }

h3.sect {
  position: relative;
  z-index: 0; }

h3.sect span {
  background: #fff;
  margin-right: 15%;
  padding: 0 20px 0 0; }

h3.sect:before {
  content: "";
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  z-index: -1;
  height: 0;
  border-top: 3px solid #e8e3e3; }

img.responsive {
  width: 100%; }

.thumb {
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .thumb {
    margin-bottom: 3px;
    height: 120px; } }
.artikel {
  margin-bottom: 30px; }
  .artikel h3 {
    font-size: 0.8em;
    text-transform: Capitalize; }
  .artikel h1 {
    font-size: 1.2em;
    text-transform: Capitalize;
    margin-top: 0;
    margin-bottom: 0; }
  .artikel .date, .artikel .author {
    font-size: 0.7em; }

.section ul {
  list-style-type: none;
  padding: 10px 0; }

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: absolute;
  /* Stay in place */
  z-index: 0;
  left: 0;
  top: 0;
  background-color: black;
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */ }

.item p {
  font-size: 1em; }

.item {
  text-align: right; }

#Mycarousel, .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    object-fit: cover;
    object-position: 0 0;
    height: 500px;
    width: 100%;
}
.paragraf p {
    margin-bottom:30px;
}

.carousel-caption {
    position: absolute;
    bottom: 50px;
    text-align: right;
}

.carousel-caption h3 {
    margin-bottom: 15px;
}

.caption {
  padding: 15px;
  border: 1px solid #ccc;
}

.action {
  padding: 5px;
  padding-left: 15px;
  background: #1c1c1c;
  margin-bottom: 20px;
}

.action a, .action a:hover {
  color: #fff;
  text-decoration: none;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content ul {
  padding-left: 20px;
}

.content ul li {
  list-style-type: disc;
}
.box a {
   color: #a8a8a8;
}

.box {
  margin-bottom: 20px;
}

.box-pengurus {margin-bottom: 80px;border-left:1px solid #ccc; }
.desc {margin-bottom: 80px;padding-right: 30px;}


@media (max-width: 767px) {
.artikel h3 {
    font-size: 1em;
    text-transform: Capitalize;
    margin-top: 10px;
}
.artikel h1 {
    font-size: 1.6em;
    text-transform: Capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}
.author {
    font-size: 0.7em;
}
}


ul.cat li {
    list-style-type: none;
    display: block;
    border-bottom:1px solid #f0f0f0;
    padding: 10px 0;
    color: #f0f0f0;
    text-transform:uppercase;
}
ul.cat {
    padding-left: 0;
}

/*# sourceMappingURL=main.css.map */
