/*2574A9
37, 116, 169*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.logo{
  text-align: center;
}
.logo img{
  width: 500px;
  height: auto;
}
.menu{
  margin-top: 15px;
/*  background-color: #fff; */
}

.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .navbar-nav > li {
    display:block !important;
  }
  .navbar-nav > li > a{
    border:none;
    border-bottom: solid 2px #fff;
  }
}
.judul h1,h3{
  text-transform: uppercase;
}

.judul{
  display:inline-block;
  border-bottom: 4px solid #2574A9;
  padding: 0 10px 0 10px;
  /*background-color: #2574A9;*/
  margin-bottom: 5em;
}

.si{
  /*border: 2px solid #2574A9;*/
}

.si-head{
  background: #2574A9;
  text-align: center;
  padding: 2em 1em ;
}
.si-head h5{
  color:#fff;
  text-transform: uppercase;
  font-weight: 700;
}
.si-body img{
  width: 100%;
  height: auto;
  overflow: hidden;
}
section{
  margin-bottom: 5em;
  margin-top: 5em;
}
section.slider{
  margin-top: 0em !important;
}

.tim-head{
  text-align: center;
}
.tim-head img{
  width: 200px;
  height: auto;
  border-radius: 50%;
  border:5px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 5px #111;
  -moz-box-shadow: 5px 5px 5px #111;
  -ms-box-shadow: 5px 5px 5px #111;
  box-shadow: 5px 5px 5px #111;
}
.tim-body{
  text-align: center;
}
.tim-body h3{
  background-color: #2574A9;
  color: #fff;
  padding: 10px;
  margin: 10px;
  font-weight: 300;
}

#tim{
  /*background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background: url('../img/blackorchid.png') top left repeat, url('../img/bg.jpg') center center no-repeat ;
  background-attachment: fixed;
  background-position: bottom center;
  -webkit-background-size:auto, cover;
  -moz-background-size:auto, cover;
  -o-background-size: auto, cover;
  background-size: auto,cover;
  color: #fff !important;
}

.service{
  padding: 20px;
  margin-bottom: 30px;
}
.service-head{
  color: #2574A9 !important;
}
.service-head h3{
  font-weight: 700;
}
.service-head span{
  /*width: 100px;*/
  /*font-size: 30pt;*/
  text-align: center !important;
}
.service-isi{
  margin-bottom: 2em;
}

footer{
  background: #222;
  border-top: 5px solid #2574A9;
  padding: 30px 0;
}

footer h3{
  font-weight: 700;
  color: #fff;
}
footer h5{
  font-weight: 300;
  color: #2574A9;
}
/* ============================================================
  Caption hover
============================================================ */
.effects {
  padding-left: 15px;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  /*width: 25%;*/
  overflow: hidden;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  text-decoration: none;
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
  opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/*=======================================================*/
      /*IONIC ICON*/
/*=========================================================*/
.icon-row {
      border-bottom: 1px dotted #ccc;
      padding: 10px 0 20px;
      margin-bottom: 20px;
    }
    .ion {
      -webkit-touch-callout: text;
      -webkit-user-select: text;
      -khtml-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text;
    }

    .preview-icon { vertical-align: bottom; }

    .preview-scale {
      color: #888;
      font-size: 12px;
      margin-top: 5px;
    }

    .step {
      display: inline-block;
      line-height: 1;
      position: relative;
      width: 10%;
    }

    .step i {
      -webkit-transition: opacity .3s;
      -moz-transition: opacity .3s;
      -ms-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
    }

    .step:hover i { opacity: .3; }
    
    .size-12 { font-size: 12px; }
    .size-14 { font-size: 14px; }
    .size-16 { font-size: 16px; }
    .size-18 { font-size: 18px; }
    .size-21 { font-size: 21px; }
    .size-24 { font-size: 24px; }
    .size-32 { font-size: 32px; }
    .size-48 { font-size: 48px; }
    .size-64 { font-size: 64px; }
    .size-96 { font-size: 96px; }
    
    .usage { margin-top: 10px; }
    .usage input {
      font-family: monospace;
      margin-right: 3px;
      padding: 2px 5px;
      text-align: center;
      -webkit-touch-callout: text;
      -webkit-user-select: text;
      -khtml-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text;
    }

    .usage label { 
      font-size: 12px; 
      text-align: right; 
      padding: 0 3px 0 60px;
    }
    .usage label:first-child { padding-left: 0; }
    .usage .name { width: 180px; }
    .usage .html { width: 80px; }
    .usage .css { width: 80px; }

/*===========================================   */
.button{
  display: inline-block;
  position: relative;
  height: 38px;
  line-height: 37px;
  padding: 0px 16px;
  outline: 0px none;
  color: #2574A9;
  background: none repeat scroll 0% 0% transparent;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid #ececec;
  vertical-align: bottom;
  white-space: nowrap;
  -moz-user-select: none;
  box-sizing: border-box;
  border-radius: 999em;
  transition: background-color 100ms ease 0s, border-color 100ms ease 0s, color 100ms ease 0s;
  font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizelegibility;
  -moz-font-feature-settings: "liga";
  height: 32px;
    line-height: 31px;
    padding: 0px 20px;
}
.button:hover{
  background-color: #777;
  color: #fff;
}

.img-wrap{
  overflow: hidden;
}
.img-wrap img{
  width: 100%;
}
.berita-content{
  display:inline-block;
}

.berita-content h3{
 margin:0;
 margin-bottom: 1em;
 font-weight: 700;
 color: #2574A9;
}

.pull-right a{
  margin-top: 15px;
  margin-right:1em;
}

.berita-isi{
  /*background: #eee;*/
}

.berita-content p,
.berita-content span {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.tupoksi{
  margin-bottom: 50px;
}
.tupoksi .tab-content{
  padding: 0 15px;
}
.tabs{
  padding-top: 20px;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: outside none none;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 500px;
}
.tabs > li {
    position: relative;
    display: block;
}
.tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.example-image {
	height: 160px;
	margin-top: 5px;
	margin-bottom: 5px;
}