html,
body {
  font-style: normal;
}

@media (min-width: 960px) {
  html {
   
  }
}

.tm-page-container {
  border: 0;
   background: url("../images/kayu.jpg") repeat-x fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.uk-breadcrumb > li:nth-child(n+2):before {
  content: "";
  display: inline-block;
  margin: 0 82px;
  position: absolute;
  top: 50%;
  left: -22px;
  width: 6px;
  height: 2px;
  margin: 0;
  background: #e2e4e5;
}

.uk-breadcrumb > li {
  position: relative;
  display: inline !important;
  padding-right: 34px;
}

.uk-breadcrumb > li > a:hover {
  color: #9b9d9f;
}

.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #f3f3f3;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  position: relative;
}

.uk-accordion-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  margin-top: -10px;
  margin-left: -10px;
  background: #b94c31;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.uk-accordion-content {
  padding: 0 10px 0 10px;
}

.uk-accordion-content a {
  color: #7a8188 !important;
}

.uk-accordion-content a:hover {
  color: #000000 !important;
}

.uk-accordion-content a:hover {
  color: #000000 !important;
}

h3.uk-h6 {
  padding-bottom: 10px;
}

.tm-footer > div > .uk-panel {
  padding-top: 25px !important;
  padding-bottom: 20px !important;
}

.tm-footer {
  background: #464646;
}

.tm-footer > .uk-panel > small {
  font-size: 12px !important;
}

.uk-article-title {
  text-align: left;
  padding-top: 10px;
}

.uk-article {
  text-align: justify;
  /* padding-bottom: 30px; */
  font-size: 15px;
  line-height: 22px;
  /* padding-right: 30px; */
}

.tm-content {
  padding: 30px;
  background: #FFFFFF;
}

.oc { cursor: pointer; cursor: hand; }

[class*='tm-block-padding'] {
  padding-right: 0;
}

.uk-margin-left-remove {
  margin-left: 0 !important;
}

.uk-margin-right-remove {
  margin-right: 0 !important;
}



@media (min-width: 960px) {
  .tm-navbar,
  .uk-navbar {
    background: #FFFFFF;
    padding: 0 20px !important;
  }
}

li.uk-nav-header > ul.uk-nav-sub {
  padding: 0 !important;
}

li.uk-parent > ul.uk-nav-sub > .uk-active > a {
  /* color: #FFFFFF; */
}

ul.uk-nav-sub > .uk-active > a {
  /* color: #b94c31; */
}

.uk-dropdown-search {
  margin-top: 27px !important;
}

.uk-block-tertiary {
  background: #f3f3f3;
}

.uk-padding-eac {
  padding-bottom: 50px;
}

.uk-padding-eac-right {
  padding-right: 25px !important;
  margin-top: 25px !important;
}

.uk-padding-eac-left {
  padding-left: 25px !important;
  margin-top: 25px !important;
}

.uk-tab > li > a {
  padding: 0 20px 10px 0 !important;
}

/* sidebar icon
 ========================================================================== */
.icon_wrapper {
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 99999;
}

.tm-toolbar {
  background: #494c50;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 12px;
}

.tm-container:not(.tm-container-full-width) {
  margin-bottom: 0;
}

.awesome-social {
  color: white !important;
  text-align: center !important;
  line-height: 40px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 20px !important;
  -moz-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
  -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, height 0.5s, transform 0.5s;
}

.awesome-social:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.fb-awesome-social { background:#3b5998; }
.tw-awesome-social { background:#00aced; }
.ig-awesome-social { background:#b17d4e; }
.qr-awesome-social { background:#14171a; }
.rss-awesome-social { background:#ff9900; }

@media (max-width: 1070px) {
	.icon_wrapper { display: none; }
}
/* sidebar icon end
 ========================================================================== */

.hdn_stack {
  height: 0px;
  width: 0px;
  font-size: 0px;
  display: none;
}

.uk-agensi{
  margin: 0 30px 0 0;
}

.uk-badge,
.badge {
  padding: 3px !important;
}

.uk-badge a {
  color: #FFFFFF;
}

.uk-badge-notification {
  border-radius: 4px !important;
}

.uk-table td,
.uk-table th {
  padding: 8px 8px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.uk-table-bordered table,
.uk-table-bordered td,
.uk-table-bordered th,
.uk-table-bordered tr {
  border: 1px solid #e5e5e5;
}

.uk-table th,
.uk-table th > a {
  background: #000000;
  color: #FFFFFF;
}

.uk-table-condensed td {
  padding: 1px 0 !important;
}

.popover-content,
.popover-title {
  display: none !important;
}