@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */

/*@import url('overwrite.css');*/
/* ====================================== */

@font-face {
  font-family: palanquin;
  src: url(../fonts/palanquin/palanquin-regular.ttf);
}



body {
  font-family: palanquin;
}

.qoutes-hook{
  font-family: palanquin;
  font-size: 13pt;
  line-height: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 200px;
  background: url('../img/bg/wood.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: inset 0 0 10px #000000;
}

@media (max-width: 767px) {
  .features {
    margin-bottom: 30px;
  }
  
  .newline{
    margin-top: 10px;
  }
}

.newline{
  margin-top: 50px;
}

.features span.left {
  margin-right: 10px;
  margin-top: -15px;
}

.features h4 {
  margin-top: 10px;
}

.header-features{
  height: 50px;
}

.solid_line {
  margin-bottom:20px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eeeeee;
}

.top-bottom-line{
  width: 100%;
  padding: 5px 0 5px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 20px 0 20px 0 ;
}

.post-date-blog{
  font-size: 9pt;
  color: #555555;
}

.footer-top-content{
	background-color: #3a3a3a;
  color: #a0a0a0;
  padding: 30px 0 30px 0;
}

.footer-bottom-content{
  background-color: #333333;
  padding: 30px 0 30px 0;
  color: #a0a0a0;
}

.icon-background {
  color: #337ab7;
}

.icon-white{
  color: #ffffff;
}

/* custom size */

.icon-32 {
  width: 24px;
  height: 24px;
  padding: 4px;
  font-size: 16px;
  line-height: 24px;
}

.icon-48 {
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 28px;
  line-height: 30px;
}

.icon-64 {
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 30px;
  line-height: 40px;
}

.icon-128 {
  width: 56px;
  height: 56px;
  padding: 36px;
  font-size: 54px;
  line-height: 60px;
}

.left {
  float: left;
}
/***********************************************/

.bidang-content{
  background-color: #ffffff;
  min-height: 300px;
  border-top:1px solid #eaeaea;
  margin-bottom: 50px;
}

.body-separator{
 padding: 0 40px 0 40px;
}

.body_title_1{
  color: #ffffff;
}
.body_title_2{
  color: #534b4b;
}

.body-gray-1{
  background-color: #f8f8f8;
  min-height: 200px;
  padding: 30px 0 30px 0;
  border-bottom:  3px solid #10a048;
}

#body-layanan{
 color: #ffffff;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#10a048+0,10a048+50,0a6b30+100 */
 background: #f76d03; /* Old browsers */
 background: -moz-linear-gradient(top,  #f77d03 0%, #f77d03 50%, #a2561b 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  #f77d03 0%,#f77d03 50%,#a2561b 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  #f77d03 0%,#f77d03 50%,#a2561b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76d03', endColorstr='#a2561b',GradientType=0 ); /* IE6-9 */
 padding-top: 45px;
}

.body-div{
  padding: 30px 0 30px 0;
  /*border-bottom:  3px solid #10a048;*/
}

.body_title_1 h3{
  color: #10a048;
}

.body_content_page{
  padding: 30px 0 50px 0;
}
.body_bottom_border{
  border-bottom: 1px solid #eaeaea;
}
.body_bottom_shadow{
  box-shadow:0 2px 4px 0 rgba(0,0,0,.25);
}
.body_content_white{
  color: #ffffff;
}

.new-container{
  margin-top: -10px;
  margin-bottom: 50px;
}

.title-page{
  background-color: #ab500a;
  min-height: 50px;
  padding: 30px 0 30px 0;
  color: #ffffff;
}

.content-page{
  color: #333333;
  min-height: 400px;
  padding-top: 40px;
}

.box-filter{
  padding: 20px;
  background-color: #f8f8f8;
  border-bottom: 3px solid #10a048;
  margin-bottom: 50px;
}

.li-navaccount > .btn-custom{
	padding-top: 8px;
	height: 40px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #10a048;
}

.li-navaccount > .btn-custom:hover,
.li-navaccount > .btn-custom-stroke:hover{
	background-color: #337ab7;
	color: #ffffff;
	border: 1px solid #2a2a2a;
}

.li-navaccount > .btn-custom-stroke{
	padding-top: 8px;
	height: 40px;
	text-decoration: none;
	color: #ab500a;
	border-bottom: 1px solid #10a048;
}

.btn-custom{
 color:#fff;
 background-color:#af5510;
 border-color:#af5510;
	border-radius:0;
}
	
.btn-custom-stroke{
 color:#af5510;
 background-color:#ffffff;
 border-color:#af5510;
	border-radius:0;
}
 
 .btn-custom.focus,.btn-custom:focus{
  color:#fff;
  background-color:#373737;
  border-color:#373737;
 }
 
 .btn-custom:hover{
  color:#fff;
  background-color:#373737;
  border-color:#373737;
 }
 
 .btn-custom.active,
 .btn-custom:active,
 .open>.dropdown-toggle.btn-custom{
  color:#fff;
  background-color:#373737;
  border-color:#373737;
  }
  
  .btn-custom.active.focus,
  .btn-custom.active:focus,
  .btn-custom.active:hover,
  .btn-custom:active.focus,
  .btn-custom:active:focus,
  .btn-custom:active:hover,
  .open>.dropdown-toggle.btn-custom.focus,
  .open>.dropdown-toggle.btn-custom:focus,
  .open>.dropdown-toggle.btn-custom:hover{
   color:#fff;
   background-color:#204d74;
   border-color:#122b40
  }
  
  .btn-custom.active,
  .btn-custom:active,
  .open>.dropdown-toggle.btn-custom{
   background-image:none
  }
  
  .btn-custom.disabled.focus,
  .btn-custom.disabled:focus,
  .btn-custom.disabled:hover,
  .btn-custom[disabled].focus,
  .btn-custom[disabled]:focus,
  .btn-custom[disabled]:hover,
  fieldset[disabled] .btn-custom.focus,
  fieldset[disabled] .btn-custom:focus,
  fieldset[disabled] .btn-custom:hover{
   background-color:#337ab7;
   border-color:#2e6da4
  }
  
  .btn-custom .badge{
   color:#337ab7;
   background-color:#fff
  }
  
  .center {
   height: 150px;
 }
 
 aside {
  padding: 15px 15px 0 15px;
  margin: 0 0 30px 0;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

aside .widget {
  margin-bottom: 30px;
}

aside .widget ul {
  list-style: none;
  margin-left: 0;
}

aside .widget ul li {
  border-bottom: 1px dotted #efefef;
  margin: 15px 0 0 0;
  padding-bottom: 5px;
}

aside .widget h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* categories */

aside .widget ul.cat {
  list-style: none;
  margin-left: 0;
}

aside .widget ul.cat li {
  padding-left: 24px;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: -456px -69px;
  margin-left: -30px;
}

aside .widget ul.cat li a {
  color: #444;
}

aside .widget ul.cat li a:hover {
  text-decoration: none;
}

/* recent posts */

aside .widget ul.recent-posts li {
  overflow: hidden;
  display: inline-block;
  margin-left: -30px;
}

aside .widget ul.recent-posts li a {
  color: #444;
  text-align: left;
}

aside .widget ul.recent-posts li a:hover {
  text-decoration: none;
}

aside .widget ul.recent-posts li span.date {
  float: left;
  font-size: 11px;
  margin-top: 10px;
}

aside .widget ul.recent-posts li span.comment {
  float: left;
  margin-left: 20px;
  font-size: 11px;
  margin-top: 10px;
}

/* tags */

aside .widget ul.tags li {
  display: inline;
}

aside .widget ul.tags li a {
  margin-bottom: 10px;
}

.link-custom-white{
 color: #ffffff;
 margin-top: -15px;
 position: absolute;
}

.link-ket-white{
 color: #eaeaea;
 font-size: 9pt;
 font-style: italic;
 margin-top: 15px;
 position: absolute;
}

.ket-white{
 color: #555555;
 font-size: 11pt;
}

.link-custom:hover{
 color: #15b7dc;
 list-style: none;
 text-decoration: none;
}


/*----------------- Image fill style thumbnile -----------------------*/

.card {
    width: 100%;
}

.card-image-container {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.card-image-container img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.card-text-container {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}

/*-----------------------------------------------------------*/
/*----------------- Image galery -----------------------*/


img{
 max-width:100%;
}

.gallery_box li{
 width:33.333333%;
 max-width: 100% ;
 display:inline-block;
 float: left;
 text-align: center;
 overflow: hidden;
 position: relative;
}

.gallery_box{
 padding:0;
 display: flow-root;
}

.gallery_box li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery_box li img{
 -webkit-transition: transform 0.5s ease;
 -o-transition: transform 0.5s ease;
 transition: transform 0.5s ease;
}

.gallery_box li:nth-child(even) {
 height: 204px;
}

.gallery_box li:nth-child(odd) {
 height: 338px; 
}

.gallery_box li:nth-child(odd) .box_data{ background:rgba(0,0,0,0.17) }
.gallery_box li:nth-child(even) .box_data{ background:rgba(0,44,255,0.27) }
.gallery_box .box_data{ position:absolute; top: 0; left: 0; right:0; bottom:0; color:#fff;}
.gallery_box .box_data span{ position:absolute; top: 50%; transform: translateY(-50%); left:0 ; right:0; font-size:24px;}
.gallery_box li:hover .box_data{ background:rgba(255,0,39,0.55)}

/*-----------------------------------------------------------------*/
