@font-face {
  src: url("../fonts/TWCenMT.TTF");
  font-family: 'Tw Cen MT'; }

h1, .logo, .main-title {
  font-family: 'Tw Cen MT', sans-serif; }

#header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }
  #header .menu {
    line-height: 28px;
    margin-bottom: 0; }
    #header .menu li {
      display: inline-block;
      padding: 0 10px; }
      #header .menu li.active {
        font-weight: bold; }

.contact-top .form-control {
  height: 25px; }

.fp-tableCell {
  padding-top: 50px; }

body {
  font-family: "Open Sans", sans-serif; }

img {
  max-width: 100%; }

a, a:hover, a:focus {
  text-decoration: none;
  color: #292727; }

.logo {
  font-weight: bold;
  font-size: 20px; }

.vertical-center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%; }

.relative {
  position: relative; }

.height-100 {
  height: 100%; }

#header.header-show {
  visibility: visible;
  opacity: 1; }

.bold {
  font-weight: bold; }

.btn-custom {
  padding: 10px 30px;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.m-top-35 {
  margin-top: 35px; }

.m-top-50 {
  margin-top: 50px; }

.btn-dark {
  background: #292727;
  color: #fff;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }
  .btn-dark:hover {
    color: #292727;
    background-color: #fff;
    border: solid 1px #292727; }

#footer {
  background: #292727;
  color: #fff;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  bottom: 0; }
  #footer a {
    color: #fff; }

#maps {
  margin-bottom: 50px; }

.form-control {
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #bdbec0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    border-color: #bdbec0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.pad-left-0 {
  padding-left: 0; }

.mb-30 {
  margin-bottom: 30px; }

p {
  line-height: 25px; }

.italic {
  font-style: italic; }

.dark-text-color {
  color: #58595b; }

.onepage-pagination {
  display: none; }

.white-overlay {
  -webkit-filter: brightness(0) invert(100%);
  /* Safari 6.0 - 9.0 */
  filter: brightness(0) invert(100%); }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff; }

.ministry-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%; }

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: solid 1px #fff; }

.pagination > li > a, .pagination > li > span {
  color: #292727;
  border: none;
  background-color: transparent; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: transparent;
  font-weight: bold;
  color: #292727; }

#depreload {
  background-size: cover;
  background-color: #fff;
  position: fixed;
  text-align: center;
  z-index: 999999;
  height: 100vh;
  width: 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }
  #depreload.faded {
    opacity: 0;
    z-index: -1; }
  #depreload .wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

#depreload .circle-loader {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center; }

#depreload .line {
  opacity: 0; }

#depreload .perc {
  color: #000;
  font-size: 4.3em;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  letter-spacing: 1px; }

#depreload .loading {
  color: #000;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-top: 110px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 1px; }

#depreload .perc, #depreload .loading {
  position: absolute;
  width: 100%; }

#depreload .logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: brightness(0);
  /* Safari 6.0 - 9.0 */
  filter: brightness(0); }

#home .fp-tableCell {
  padding-top: 0; }

.home-text {
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  pointer-events: none; }

.opening {
  background-color: #292727; }

.home-slide {
  height: 100vh;
  background-image: url("../img/home.jpg");
  background-size: cover;
  color: #fff;
  letter-spacing: 7px; }

.home-carousel .owl-item .home-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.home-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%; }

.about-home-top {
  height: 50%;
  position: relative; }
  .about-home-top .title {
    line-height: 25px;
    margin-bottom: 25px; }
  .about-home-top p {
    margin-bottom: 25px;
    line-height: 20px; }

.about-home-btm {
  height: 50%;
  background-image: url("../img/home.jpg");
  background-size: cover;
  background-position: center; }

.product-box {
  position: relative;
  padding: 0;
  color: #fff;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #000; }

.product-box img {
  width: 100%;
  transition: 0.5s all; }

.product-box .product-title {
  font-size: 18px;
  margin-bottom: 15px; }

.border-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: 0.5s all; }

.product-box.hover .border-outer {
  padding: 15px; }

.product-box.hover .content {
  opacity: 1; }

.product-outer {
  padding: 0 5px; }

.product-box .content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -o-transform: translateY(-50%);
  /* Opera */
  z-index: 1;
  opacity: 0;
  transition: 0.5s all;
  left: 0; }

.border-inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 1px #fff; }

.product-box .view {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.5s all;
  color: #292727;
  background-color: #fff;
  cursor: pointer;
  border-radius: 30px; }

.product-box .view.hover {
  background-color: #fff;
  color: #231F20; }

.product-box.hover img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
  opacity: 0.5; }

.jadwal {
  background: #292727;
  font-size: 16px; }
  .jadwal .main-jadwal {
    border-bottom: solid 1px #bdbec0;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .jadwal .title {
    font-size: 24px; }
  .jadwal .jadwal-desc {
    margin-bottom: 15px;
    margin-top: 0;
    color: #aaa; }

.jadwal-left {
  text-align: right; }

.title {
  font-size: 20px;
  font-weight: bold; }

.white {
  color: #fff; }

.article-btm {
  padding: 30px 30px 15px 30px;
  letter-spacing: 1.5px;
  font-size: 12px; }
  .article-btm .article-title {
    font-weight: bold;
    font-size: 15px;
    min-height: 42px;
    margin-top: 30px; }
  .article-btm .article-link {
    margin-top: 30px;
    border-top: solid 1px #ccc;
    padding: 15px 0; }

.article-category-date span {
  font-size: 10px; }

.article-author {
  margin-top: 10px;
  letter-spacing: initial; }

.article-box {
  border: solid 1px #ccc; }
  .article-box.warta-box {
    background-color: #f1f1f2;
    border: solid 1px #f1f1f2; }

.contact {
  background: #f1f1f2; }
  .contact .title {
    margin-bottom: 30px; }

.contact-btm {
  position: absolute;
  bottom: 0;
  width: 100%; }

.contact-box {
  margin-bottom: 20px; }
  .contact-box .contact-title {
    color: #bdbec0;
    margin-bottom: 10px; }

.welcome {
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px; }

.main-title {
  font-size: 50px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: bold; }

.home-left-arrow {
  width: auto;
  left: 30px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer; }

.home-right-arrow {
  width: auto;
  right: 30px;
  z-index: 99;
  left: auto;
  cursor: pointer; }

.contact .fp-tableCell {
  vertical-align: top; }

.page-detail {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  min-height: 100vh; }
  .page-detail .article-box {
    margin-bottom: 30px; }

.about-top {
  padding-bottom: 30px; }

.about-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px; }

.about-subtitle {
  font-size: 16px;
  margin-bottom: 35px; }

.about-mission {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: solid 1px #bdbec0;
  margin-bottom: 20px; }

.about-subtitle, .about-mission {
  letter-spacing: 1.5px;
  line-height: 25px; }

.about-btm {
  padding: 80px 0;
  background-color: #f1f1f2; }
  .about-btm .title {
    font-size: 50px; }

.history-container {
  margin-top: 30px; }

.history-inner {
  position: relative; }

.history-left-arrow, .history-right-arrow {
  position: absolute;
  cursor: pointer; }

.history-left-arrow {
  left: -30px;
  top: -4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.history-right-arrow {
  right: -30px;
  top: -4px; }

.history-desc {
  padding: 30px 0;
  background-color: #F1F1F2; }

.circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: 0 auto;
  border: solid 2px #212120;
  background-color: #fff; }

.circle-inner {
  width: 0;
  height: 0;
  background: #212120;
  border-radius: 100%;
  margin: auto;
  margin-top: 7px; }

.year-container {
  text-align: center;
  cursor: pointer; }

.year-container.active .circle, .year-container:hover .circle {
  border: solid 2px #212120; }

.year-container.active .circle-inner, .year-container:hover .circle-inner {
  width: 8px;
  height: 8px;
  background: #212120;
  border-radius: 100%;
  margin: auto;
  margin-top: 4px; }

.year {
  margin-top: 15px;
  color: #212120;
  font-size: 19px;
  font-weight: bold; }

.history-line {
  border-top: solid 2px #212120;
  position: absolute;
  width: 100%;
  margin: 0;
  top: 9px; }

.history-main-img {
  margin-top: 30px;
  margin-bottom: 15px; }

.article-date-box {
  border: solid 1px #292727;
  text-align: center; }
  .article-date-box .article-date {
    font-size: 28px;
    font-weight: bold; }

.article-content {
  padding-bottom: 30px; }

.article-category {
  color: #58595b;
  font-size: 10px;
  margin-top: 10px; }

.article-title {
  color: #292727;
  font-size: 15px;
  font-weight: bold; }

.article-verse {
  padding: 15px 30px;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  background-color: #f1f1f2; }

.about-mission:nth-last-child(1) {
  border-bottom: 0; }

@media (max-width: 767px) {
  .jadwal-left {
    text-align: center; }

  .fp-tableCell {
    padding-top: 0; }

  .contact-top {
    padding-top: 50px; }

  body {
    font-size: 12px; }

  .m-top-xs-40 {
    margin-top: 40px; }

  .btn-custom {
    padding: 5px 15px;
    font-size: 12px; }

  .title {
    font-size: 16px; }

  #footer {
    position: relative; }

  h1 {
    margin-bottom: 15px; }

  .mb-xs-15 {
    margin-bottom: 15px; }

  .jadwal {
    text-align: center; }
    .jadwal .title {
      font-size: 14px; }
    .jadwal .jadwal-desc {
      margin-bottom: 10px;
      margin-top: 0;
      font-size: 12px; }
    .jadwal .main-jadwal {
      padding-bottom: 10px;
      margin-bottom: 10px; }

  .pelayanan .title, .article .title {
    margin-top: 50px; }

  .product-outer {
    padding: 0; }

  .product-box {
    margin-bottom: 0; }

  .product-box img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
    opacity: 0.5; }

  .product-box .border-outer {
    padding: 15px; }

  .product-box .border-inner {
    border-color: transparent; }

  .product-box .product-title {
    font-weight: bold; }

  .product-box .view {
    padding: 15px 30px; }

  .product-box .content {
    opacity: 1; }

  .article {
    padding-bottom: 30px; }

  .article-box {
    margin-bottom: 15px; }

  .article-btm {
    padding: 15px; }
    .article-btm .article-category-date {
      font-size: 10px; }
    .article-btm .article-title {
      text-align: left; }

  .contact-btm {
    position: relative; }

  #maps {
    margin-bottom: 0; }

  .page-detail {
    padding-top: 70px;
    padding-bottom: 0; }

  .about-title {
    font-size: 20px;
    margin-bottom: 20px; }

  .about-subtitle {
    font-size: 14px;
    margin-bottom: 20px; }

  .about-mission {
    font-size: 14px; }

  .about-btm {
    padding: 30px 0; }

  .history-inner {
    margin: 0 30px; }

  .history-right-arrow {
    right: 0; }

  .history-left-arrow {
    left: 0; }

  .history-desc {
    margin: 0 -30px; }

  .ministry-content .title {
    text-align: center;
    margin: 15px 0; }

  .ministry-content p {
    text-align: justify; }

  .article-category, .article-title {
    text-align: center; }

  .article-category {
    font-size: 12px;
    margin-top: 30px; }

  .article-title {
    margin-bottom: 30px; }

  .article-date-box {
    padding: 0 15px;
    display: inline-block; }

  .date-outer {
    text-align: center; }

  .article-verse {
    text-align: center; }

  .article-outer {
    margin-bottom: 30px; }

  .article-content {
    text-align: justify; }

  #mobile-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999; }

  .logo-container {
    padding-left: 15px;
    padding-top: 14px; }

  .logo {
    font-size: 16px; }

  .navbar-toggle .icon-bar {
    background-color: #292727; }

  .about-home-top {
    height: 75%; }

  .about-home-btm {
    height: 25%; }

  .main-title {
    font-size: 36px; }

  .mobile-container {
    padding: 30px 30px 30px 15px;
    right: -100%;
    top: 50px;
    position: fixed;
    height: 100%;
    width: 185px;
    background-color: #fff;
    z-index: 1000;
    min-height: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all; }

  .mobile-menu {
    list-style-type: none;
    padding-left: 0;
    text-align: right; }

  .mobile-menu-outer {
    padding: 0; }

  .mobile-container.slide {
    right: 0; }

  .mobile-menu li {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px; }

  .mobile-menu li.active {
    color: #D12829; }

  .mobile-menu li.active a {
    color: #D12829; }

  .mobile-menu a {
    color: #212120; }

  .mobile-menu-footer {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 50px;
    text-align: right;
    padding: 15px 30px 15px 15px; }

  .mobile-container .social-container {
    margin: 15px 0; } }
@media (min-width: 768px) and (max-width: 992px) {
  .jadwal {
    text-align: center; }

  #header {
    text-align: center; }
    #header .header-left {
      float: none !important; }
    #header .header-right {
      float: none !important; }
    #header .menu {
      padding-left: 0; }

  .contact-btm #footer {
    position: relative; }

  #maps {
    margin-bottom: 0; }

  .contact-top {
    padding-top: 120px; } }
