@charset "UTF-8";
/* Base -- Basic styles, variables, mixins, ets */
/* font config */
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,600,700,800,900");
/* line 1, ../sass/global/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 22, ../sass/global/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

td{
    border: 1px solid #4a4a4a !important;
    padding: 5px !important;
    margin: 5px !important;
}
/* line 26, ../sass/global/_reset.scss */
ol, ul {
  list-style: none;
}
.nav-pills > li + li{
  margin-left: 0px !important;
}
.nav > li > a{
  padding: 10px 10px;
}
/* line 29, ../sass/global/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 32, ../sass/global/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 37, ../sass/global/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/global/_base.scss */
body {
  line-height: 1;
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 0;
  color: #4a4a4a;
}

/* line 9, ../sass/global/_base.scss */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  color: #F58450;
}
/* line 13, ../sass/global/_base.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #ccc;
}

/* line 19, ../sass/global/_base.scss */
img {
  max-width: 100%;
}

/* line 37, ../sass/global/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 42, ../sass/global/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 27, ../sass/global/_base.scss */
.pull-left {
  float: left;
}

/* line 31, ../sass/global/_base.scss */
.pull-right {
  float: right;
}

/* line 35, ../sass/global/_base.scss */
.align-center {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 40, ../sass/global/_base.scss */
.align-center .valign {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* line 49, ../sass/global/_base.scss */
h2 {
  font: 32px/36px "Montserrat Bold", sans-serif;
}

/* line 53, ../sass/global/_base.scss */
h3 {
  font: 20px/28px "Montserrat Bold", sans-serif;
}

/* line 57, ../sass/global/_base.scss */
h4 {
  font: 16px/22px "Raleway", sans-serif;
}

/* line 61, ../sass/global/_base.scss */
h5 {
  font: 16px/22px "Montserrat Bold", sans-serif;
}

/* line 65, ../sass/global/_base.scss */
p {
  font: 16px/22px "Helvetica", arial, sans-serif;
  margin-bottom: 20px;
}
/* line 68, ../sass/global/_base.scss */
p.small {
  font-size: 14px;
  line-height: 18px;
}

/* line 74, ../sass/global/_base.scss */
.text-center {
  text-align: center;
}

/* line 78, ../sass/global/_base.scss */
.pd20 {
  padding: 20px;
}

/* line 82, ../sass/global/_base.scss */
.m10 {
  margin: 10px;
}

/* line 86, ../sass/global/_base.scss */
.m20 {
  margin: 20px;
}

/* line 90, ../sass/global/_base.scss */
.mr20 {
  margin-right: 20px;
}

/* line 94, ../sass/global/_base.scss */
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 99, ../sass/global/_base.scss */
.mt5 {
  margin-top: 5px;
}

/* line 103, ../sass/global/_base.scss */
.mt10 {
  margin-top: 10px;
}

/* line 107, ../sass/global/_base.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 111, ../sass/global/_base.scss */
.mt20 {
  margin-top: 20px;
}

/* line 115, ../sass/global/_base.scss */
.mt30 {
  margin-top: 30px;
}

/* line 119, ../sass/global/_base.scss */
.mt40 {
  margin-top: 40px;
}

/* line 123, ../sass/global/_base.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 127, ../sass/global/_base.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 131, ../sass/global/_base.scss */
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 137, ../sass/global/_base.scss */
.gr-silver {
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eee 0%, #fff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eee 0%, #fff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eee 0%, #fff 100%);
  /* W3C */
  position: absolute;
  height: 135px;
  width: 100%;
  z-index: -1;
}

/* line 146, ../sass/global/_base.scss */
.bg__grey {
  background: #f5f5f5;
}

/* Layouts -- Individual site components */
/* start header */
/* line 3, ../sass/layout/_header.scss */
.logo {
  text-align: center;
}

/* line 7, ../sass/layout/_header.scss */
.logo img {
  width: 100%;
  margin: 15px 0;
}
@media (max-width: 980px) {
  /* line 7, ../sass/layout/_header.scss */
  .logo img {
    margin: 15px auto;
    width: 90%;
  }
}

/* line 16, ../sass/layout/_header.scss */
.header-title {
  margin: 15px 0;
}

/* line 20, ../sass/layout/_header.scss */
.header-title h1 {
  font: 700 18px/22px 'Raleway', arial;
  margin: 20px 0 0;
}

/* line 25, ../sass/layout/_header.scss */
.header-title h2 {
  font: 16px/20px 'Raleway', arial;
  color: #666;
  margin: 5px 0;
}

/* line 31, ../sass/layout/_header.scss */
.search-top {
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px 5px 4px 10px;
  outline: none;
  border-radius: 20px;
  margin-top: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
@media (max-width: 480px) {
  /* line 31, ../sass/layout/_header.scss */
  .search-top {
    margin-top: 0;
  }
}

/* line 45, ../sass/layout/_header.scss */
.search-top input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font: 300 14px/18px 'Raleway', arial;
  color: #999;
}

/* line 54, ../sass/layout/_header.scss */
.search-top button {
  font-size: 18px;
  color: #999;
  background: none;
  border: none;
}

/* line 60, ../sass/layout/_header.scss */
.link-tools {
  margin-top: 20px;
}
@media (max-width: 480px) {
  /* line 60, ../sass/layout/_header.scss */
  .link-tools {
    display: none;
  }
}
/* line 65, ../sass/layout/_header.scss */
.link-tools a {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #c7c7c7;
  font: 12px "Raleway", sans-serif;
  color: #7b7b7b;
}
/* line 71, ../sass/layout/_header.scss */
.link-tools a:hover {
  color: #000;
}
/* line 74, ../sass/layout/_header.scss */
.link-tools a:last-child {
  border: none;
  padding-right: 0;
}
/* line 79, ../sass/layout/_header.scss */
.link-tools span {
  display: block;
  margin-bottom: 5px;
  font: 12px "Raleway", sans-serif;
  color: #7b7b7b;
}

/* line 86, ../sass/layout/_header.scss */
.menu {
  background: #000;
  margin: 20px 0 0;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  transition: height .3s;
  z-index: 999999;
  border-bottom: 4px solid #fff100;
}

/* line 96, ../sass/layout/_header.scss */
.shrink .menu {
  height: 40px;
}
.shrink .top-header{
	display:none;
}

/* line 100, ../sass/layout/_header.scss */
.nav {
  margin-left: 1px;
  margin-right: 1px;
}

/* line 105, ../sass/layout/_header.scss */
.menu-mobile {
  display: none;
}

/* line 109, ../sass/layout/_header.scss */
#navigasi {
  display: block;
}

/* line 113, ../sass/layout/_header.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #fff100;
  color: #000;
}

/* line 120, ../sass/layout/_header.scss */
.nav-pills > li > a {
  border-radius: 0px;
}

/* line 124, ../sass/layout/_header.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover {
  background: #fff100;
  color: #000;
}

/* line 132, ../sass/layout/_header.scss */
.nav > li > a {
  font: 13px/16px 'Raleway', arial;
  color: #fff;
}

/* line 136, ../sass/layout/_header.scss */
.nav > li > a:hover {
  color: #000;
}

/* line 139, ../sass/layout/_header.scss */
.dropdown-menu {
  background: #fff;
  color: #000;
  border-radius: 0;
  margin-top: 0px;
  padding: 0;
  min-width: 250px;
  max-width: 300px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  border: none;
}

/* line 152, ../sass/layout/_header.scss */
.dropdown-menu > li > a {
  color: #fff;
  font: 16px/20px 'Raleway', arial;
  color: #000;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  white-space: normal;
  border-bottom:1px solid #ccc;
}

/* line 162, ../sass/layout/_header.scss */
.dropdown-menu > li > a:hover {
  background: #f3f1f1;
  color: #000;
}

/* line 167, ../sass/layout/_header.scss */
#responsive-menu span {
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  margin: 0 20px;
}

/* line 174, ../sass/layout/_header.scss */
.box-struktur p img {
  max-width: 100% !important;
  float: none !important;
}

/* end header */
/* Slider */
/* line 3, ../sass/layout/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/layout/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/layout/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/layout/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/layout/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/layout/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../sass/layout/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../sass/layout/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../sass/layout/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../sass/layout/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
/* line 67, ../sass/layout/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../sass/layout/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../sass/layout/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../sass/layout/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../sass/layout/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../sass/layout/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../sass/layout/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, ../sass/layout/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 144, ../sass/layout/_slick.scss */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
/* Arrows */
/* line 162, ../sass/layout/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: #000;
  opacity: 0.9;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 10px;
  border: none;
  outline: none;
  background: #FFF100;
  z-index: 1;
}
/* line 182, ../sass/layout/_slick.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #FFF100;
  color: #000;
  opacity: 1;
}
/* line 187, ../sass/layout/_slick.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 191, ../sass/layout/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 194, ../sass/layout/_slick.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 205, ../sass/layout/_slick.scss */
.slick-prev {
  left: 0;
}
/* line 207, ../sass/layout/_slick.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
/* line 211, ../sass/layout/_slick.scss */
.slick-prev:before {
  content: "";
}
/* line 213, ../sass/layout/_slick.scss */
[dir="rtl"] .slick-prev:before {
  content: "";
}

/* line 219, ../sass/layout/_slick.scss */
.slick-next {
  right: 0;
}
/* line 221, ../sass/layout/_slick.scss */
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
/* line 225, ../sass/layout/_slick.scss */
.slick-next:before {
  content: "";
}
/* line 227, ../sass/layout/_slick.scss */
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
/* line 235, ../sass/layout/_slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/* line 239, ../sass/layout/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0 20px;
  margin: 0;
  width: 100%;
}
/* line 248, ../sass/layout/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
/* line 256, ../sass/layout/_slick.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 40px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 268, ../sass/layout/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 270, ../sass/layout/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 274, ../sass/layout/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Glyphicons Halflings";
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 291, ../sass/layout/_slick.scss */
.slick-dots li.slick-active button:before {
  color: #fff100;
  opacity: 0.75;
}

/* line 5, ../sass/layout/_content.scss */
body {
  overflow-x: hidden;
}

/* line 9, ../sass/layout/_content.scss */
.offset-0 {
  padding-left: 0;
  padding-right: 0;
}

/* line 14, ../sass/layout/_content.scss */
.mt20 {
  margin-top: 20px;
}

/* line 17, ../sass/layout/_content.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 20, ../sass/layout/_content.scss */
.mb60 {
  margin-bottom: 60px;
}

/* line 23, ../sass/layout/_content.scss */
.mr10 {
  margin-right: 10px;
}

/* line 27, ../sass/layout/_content.scss */
header {
  background: #fff;
  z-index: 9;
  position: relative;
  height: auto;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  transition: height .3s;
}

/* line 37, ../sass/layout/_content.scss */
header.shrink .menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  margin: 0;
}

/*.container { overflow:hidden; }*/
/* main */
/* Ticker Styling */
/* line 57, ../sass/layout/_content.scss */
.info-cepat {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 74px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-left: 20px solid #fff100;
  color: rgba(0, 0, 0, 0.44);
}

/* line 72, ../sass/layout/_content.scss */
.info-cepat-mobile {
  margin: 0;
  position: relative;
  height: 74px;
}

/* line 78, ../sass/layout/_content.scss */
.info-cepat span {
  display: block;
  padding: 6px 15px;
  float: left;
  color: #F6A623;
  font-size: 22px;
}
@media (max-width: 980px) {
  /* line 78, ../sass/layout/_content.scss */
  .info-cepat span {
    display: none;
  }
}

/* line 89, ../sass/layout/_content.scss */
.info-cepat-mobile h1 {
  font: 600 16px/26px 'Raleway', arial;
  background: #839D27;
  border-bottom: 1px solid #555 !important;
  border-right: none !important;
  padding: 5px 15px;
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* line 101, ../sass/layout/_content.scss */
#ticker {
  margin: 5px 0;
  z-index: 2;
  position: relative;
}

/* line 107, ../sass/layout/_content.scss */
#ticker ul {
  list-style: none;
  font: 400 16px/26px 'Raleway', arial;
  overflow: hidden;
}
@media (max-width: 480px) {
  /* line 107, ../sass/layout/_content.scss */
  #ticker ul {
    height: 60px;
    font: 400 14px/20px 'Raleway', arial;
  }
}

/* line 117, ../sass/layout/_content.scss */
#ticker2 ul a {
  color: rgba(0, 0, 0, 0.8);
  padding: 15px 0;
}

/* line 101, ../sass/layout/_content.scss */
#ticker2 {
  margin: 5px 0;
  z-index: 2;
  position: relative;
}

/* line 107, ../sass/layout/_content.scss */
#ticker2 ul {
  list-style: none;
  font: 400 16px/26px 'Raleway', arial;
  overflow: hidden;
}
@media (max-width: 480px) {
  /* line 107, ../sass/layout/_content.scss */
  #ticker2 ul {
    height: 60px;
    font: 400 14px/20px 'Raleway', arial;
  }
}

/* line 117, ../sass/layout/_content.scss */
#ticker ul a {
  color: rgba(0, 0, 0, 0.8);
  padding: 15px 0;
}

/* line 122, ../sass/layout/_content.scss */
.main {
  padding: 15px 0;
  position: relative;
  margin: 20px 0;
  z-index: 2;
}

/* line 129, ../sass/layout/_content.scss */
.list-berita {
  margin-bottom: 15px;
}

/* line 133, ../sass/layout/_content.scss */
.list-title,.list-title-e-library {
  font: 600 14px 'Raleway', arial;
  color: #000;
  padding: 0 0 10px;
  display: block;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  position: relative;
}
/* line 141, ../sass/layout/_content.scss */
.list-title:after {
  position: absolute;
  bottom: -1px;
  width: 30%;
  height: 5px;
  content: '';
  background: #fff100;
  left: 0;
}
.list-title-e-library{
  text-align: right;
  border-bottom: none;
}

/* line 152, ../sass/layout/_content.scss */
.nav-tabs-home {
  border-bottom: 1px solid #c7c7c7;
}
/* line 154, ../sass/layout/_content.scss */
.nav-tabs-home li {
  padding: 0 10px 10px;
  display: block;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.contact-center{
position: fixed;
bottom: 20px;
right: 20px;
width: 80px;
z-index: 99;
}
.contact-center img{
  width:80px; 
}

.sticker {
-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.sticker:hover {
  animation-name: bounce;
  -moz-animation-name: bounce;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform:     translateY(0);
    transform:         translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform:     translateY(-30px);
    transform:         translateY(-30px)
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform:     translateY(-15px);
    transform:         translateY(-15px)
  }
}





@media (max-width: 480px) {
  /* line 154, ../sass/layout/_content.scss */
  .nav-tabs-home li {
    padding: 0 5px 10px;
  }
}
/* line 163, ../sass/layout/_content.scss */
.nav-tabs-home li a {
  font: 600 14px 'Raleway', arial;
  color: #c7c7c7;
}
/* line 168, ../sass/layout/_content.scss */
.nav-tabs-home li:hover a {
  color: #000;
}
/* line 173, ../sass/layout/_content.scss */
.nav-tabs-home li.active a {
  color: #000;
}
/* line 176, ../sass/layout/_content.scss */
.nav-tabs-home li.active:after {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 5px;
  content: '';
  background: #fff100;
  left: 0;
}

/* line 188, ../sass/layout/_content.scss */
.tab-content {
  padding: 0 0 15px;
  border: 1px solid #eee;
}

/* line 193, ../sass/layout/_content.scss */
.list-title a {
  float: right;
  display: inline-block;
  font: 600 12px 'Raleway', arial;
  color: #333;
  margin-top: 5px;
}

/* line 201, ../sass/layout/_content.scss */
.list-title-absolute {
  font: 16px 'Raleway', arial;
  color: #fff;
  background: #98b435;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

/* line 213, ../sass/layout/_content.scss */
.list-berita-in {
  border: 1px solid #eee;
  padding: 5px;
}
/* line 216, ../sass/layout/_content.scss */
.list-berita-in .date {
  font: 300 12px "Raleway", sans-serif;
  color: #c7c7c7;
  position: relative;
  height: 15px;
  overflow: hidden;
}
small{
 font: 300 12px "Raleway", sans-serif;
  color: #c7c7c7;
  position: relative;
  height: 15px;
  overflow: hidden; 
}

/* line 225, ../sass/layout/_content.scss */
.list-berita-in .thumb {
  height: 125px;
  overflow: hidden;
  position: relative;
}
/* line 229, ../sass/layout/_content.scss */
.list-berita-in .thumb.auto {
  height: auto;
}

/* line 234, ../sass/layout/_content.scss */
.list-berita-in .thumb img {
  height: auto;
  width: 100%;
}

/* line 239, ../sass/layout/_content.scss */
.list-berita-in .thumb-majalah {
  height: auto;
  overflow: hidden;
  position: relative;
}

/* line 245, ../sass/layout/_content.scss */
.list-berita-in .thumb-majalah img {
  height: auto;
  width: 100%;
}

/* line 250, ../sass/layout/_content.scss */
.list-berita-in h1 {
  font: 600 15px/22px 'Raleway', arial;
  color: #000;
  margin: 10px 0 5px;
  /*max-height: 46px;*/
  overflow: hidden;
}
/* line 256, ../sass/layout/_content.scss */
.list-berita-in h1.small {
  font: 600 14px/18px 'Raleway', arial;
  max-height: 72px;
  margin: 5px 0;
}

/* line 263, ../sass/layout/_content.scss */
.list-berita-in h1 a {
  color: #000;
}

/* line 267, ../sass/layout/_content.scss */
.list-berita-in h1 a:hover {
  color: #999;
  text-decoration: none;
}

/* line 272, ../sass/layout/_content.scss */
.list-berita-in p {
  font: 14px/18px 'Raleway', arial;
  color: #666;
  max-height: 55px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 280, ../sass/layout/_content.scss */
.sidebar {
  z-index: 3;
  padding-bottom: 10px;
  float: right;
  padding-right: 0px;
  padding-left: 20px;
}
@media (max-width: 480px) {
  /* line 280, ../sass/layout/_content.scss */
  .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 292, ../sass/layout/_content.scss */
.kolom-kiri {
  z-index: 3;
}
@media (max-width: 480px) {
  /* line 292, ../sass/layout/_content.scss */
  .kolom-kiri {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 299, ../sass/layout/_content.scss */
.bg-silver {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ddd;
  height: 100%;
  z-index: 1;
  background: #f5f5f5;
}

/* line 309, ../sass/layout/_content.scss */
.bg-gradient-green {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #002f4b;
  background-image: -webkit-linear-gradient(135deg, #002f4b, #417711);
  background-image: -moz-linear-gradient(135deg, #002f4b, #417711);
  background-image: -o-linear-gradient(135deg, #002f4b, #417711);
  background-image: linear-gradient(135deg, #002f4b, #417711);
  opacity: .7;
  z-index: 1;
}

/* line 321, ../sass/layout/_content.scss */
.bg-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* line 327, ../sass/layout/_content.scss */
.bg-gradient-green-yellow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #417711;
  background-image: -webkit-linear-gradient(135deg, #417711, #dc4225);
  background-image: -moz-linear-gradient(135deg, #417711, #dc4225);
  background-image: -o-linear-gradient(135deg, #417711, #dc4225);
  background-image: linear-gradient(135deg, #417711, #dc4225);
  opacity: .7;
  z-index: 1;
}

/* line 340, ../sass/layout/_content.scss */
.bg-gradient-yellow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #417711;
  background-image: -webkit-linear-gradient(135deg, #417711, #d38312);
  background-image: -moz-linear-gradient(135deg, #417711, #d38312);
  background-image: -o-linear-gradient(135deg, #417711, #d38312);
  background-image: linear-gradient(135deg, #417711, #d38312);
  opacity: .9;
  z-index: 1;
}

/* line 353, ../sass/layout/_content.scss */
.bg-gradient-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d38312;
  background-image: -webkit-linear-gradient(135deg, #d38312, #002f4b);
  background-image: -moz-linear-gradient(135deg, #d38312, #002f4b);
  background-image: -o-linear-gradient(135deg, #d38312, #002f4b);
  background-image: linear-gradient(135deg, #d38312, #002f4b);
  opacity: .7;
  z-index: 1;
}

/* line 366, ../sass/layout/_content.scss */
.email {
  padding: 0;
  background: url(../img/bg-mail.jpg) no-repeat;
  background-size: 100% auto;
  position: relative;
}

/* line 373, ../sass/layout/_content.scss */
.email .form {
  padding: 15px 15px 30px;
  z-index: 2;
  position: relative;
  font: 14px/18px 'Raleway', arial;
  color: #666;
}

/* line 381, ../sass/layout/_content.scss */
.email .form input,
.email .form select {
  margin-bottom: 10px;
}

/* line 386, ../sass/layout/_content.scss */
.email .form textarea {
  resize: none;
  margin-bottom: 10px;
}

/* line 391, ../sass/layout/_content.scss */
.email .form h1 {
  color: #fff;
  font: 18px 'Raleway', arial;
  text-shadow: 1px 1px 2px #000;
  margin: 0 0 15px;
}

/* line 398, ../sass/layout/_content.scss */
.bulletin img {
  width: 100%;
}
.bulletin{
	height:250px;
}

/* line 402, ../sass/layout/_content.scss */
.event-in {
  border-bottom: 2px solid #ddd;
}

/* line 406, ../sass/layout/_content.scss */
.event-in .tgl {
  color: #fff;
  font: 14px 'Raleway', arial;
  background: #f0ad4e;
  text-align: center;
  padding: 10px;
}

/* line 414, ../sass/layout/_content.scss */
.event-in .tgl span {
  font: 20px 'Raleway', arial;
  display: block;
}

/* line 419, ../sass/layout/_content.scss */
.event-in .title-event {
  font: 14px 'Raleway', arial;
  color: #666;
  margin: 2px 0;
  height: 57px;
  overflow: hidden;
}

/* line 427, ../sass/layout/_content.scss */
.event-in .title-event a {
  color: #666;
}

/* line 431, ../sass/layout/_content.scss */
.event-in .title-event a:hover {
  color: #96B61D;
  text-decoration: none;
}

/* line 436, ../sass/layout/_content.scss */
.polling {
  padding: 0;
  background: url(../img/wood.jpg) no-repeat;
  position: relative;
}

/* line 442, ../sass/layout/_content.scss */
.polling .form-polling {
  z-index: 3;
  position: relative;
  padding: 50px 20px 25px;
}

/* line 448, ../sass/layout/_content.scss */
.polling .form-polling h1 {
  color: #fff;
  font: 18px 'Raleway', arial;
  text-shadow: 1px 1px 2px #000;
  margin: 0 0 15px;
}

/* line 455, ../sass/layout/_content.scss */
.polling .form-polling label {
  color: #fff;
  font: 16px 'Raleway', arial;
  text-shadow: 1px 1px 2px #000;
}

/* line 461, ../sass/layout/_content.scss */
.hasil-polling {
  display: none;
}

/* line 465, ../sass/layout/_content.scss */
.hasil-polling .bar {
  background: #333;
  color: #fff;
  font: 16px 'Raleway', arial;
  border: 1px solid #444;
  padding: 8px 15px;
  z-index: 2;
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

/* line 481, ../sass/layout/_content.scss */
.hasil-polling .bar h2 {
  color: #fff;
  font: 16px 'Raleway', arial;
  z-index: 2;
  display: inline-block;
  position: relative;
  margin: 0;
}

/* line 490, ../sass/layout/_content.scss */
.hasil-polling .number {
  color: #fff;
  font: 16px 'Raleway', arial;
  z-index: 2;
  display: inline-block;
  position: relative;
  margin: 0;
  float: right;
}

/* line 500, ../sass/layout/_content.scss */
.hasil-polling .bar-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #D65E35;
  z-index: 1;
}

/* line 511, ../sass/layout/_content.scss */
.visitor {
  padding: 0;
  position: relative;
}

/* line 516, ../sass/layout/_content.scss */
.visitor .visitor-in {
  padding: 15px 15px 30px;
  z-index: 2;
  position: relative;
  font: 14px/18px 'Raleway', arial;
  color: #666;
  border: 1px solid #eee;
}

/* line 525, ../sass/layout/_content.scss */
.visitor .visitor-in h1 {
  color: #000;
  font: 16px 'Raleway', arial;
  padding: 15px 0px;
  border-top: 1px solid #eee;
}
/* line 530, ../sass/layout/_content.scss */
.visitor .visitor-in h1:first-child {
  border: none;
}

/* line 535, ../sass/layout/_content.scss */
.visitor .visitor-in .number-user {
  background: #fff100;
  color: #000;
  font: 600 18px 'Raleway', arial;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/* line 545, ../sass/layout/_content.scss */
.pagination {
  border-top: 1px solid #849C2E;
}

/* line 549, ../sass/layout/_content.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background: #849C2E;
  border-color: #98B335;
}

/* line 560, ../sass/layout/_content.scss */
.pagination > li > a,
.pagination > li > span {
  color: #839D27;
}

/* read */
/* line 568, ../sass/layout/_content.scss */
.artikel-detail {
  position: relative;
  overflow: hidden;
}

/* line 573, ../sass/layout/_content.scss */
.artikel-detail p img {
  margin: 0 auto 15px auto;
  width: 100%;
  text-align: center;
  display: block;
}

/* line 580, ../sass/layout/_content.scss */
.artikel h1 {
  font: 24px/28px 'Raleway', Arial, Helvetica, sans-serif;
  margin: 10px 0;
}

/* line 585, ../sass/layout/_content.scss */
.artikel a {
  color: #0d77bd;
}

/* line 589, ../sass/layout/_content.scss */
.artikel a:hover {
  text-decoration: underline;
}

/* line 593, ../sass/layout/_content.scss */
.thumb-user {
  width: 88px;
  height: 88px;
  overflow: hidden;
  border: 1px solid #ccc;
}

/* line 600, ../sass/layout/_content.scss */
.thumb-user img {
  height: 88px;
  width: auto;
}

/* line 605, ../sass/layout/_content.scss */
.user-text {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 200px;
  height: 23px;
  overflow: hidden;
  margin: 0 0 5px;
}

/* line 615, ../sass/layout/_content.scss */
.user-text a {
  color: #0e76bc;
}

/* line 619, ../sass/layout/_content.scss */
.shares {
  text-transform: uppercase;
  width: 62px;
  height: 71px;
  overflow: hidden;
  text-align: center;
  background: #b4b4b4;
  color: #fff;
}

/* line 629, ../sass/layout/_content.scss */
.shares span {
  font: 36px/46px 'Raleway', Arial, Helvetica, sans-serif;
  color: #0e76bc;
  background: #fff;
  height: 49px;
  display: block;
}

/* line 637, ../sass/layout/_content.scss */
.shares-sos {
  width: 134px;
  text-align: center;
  padding: 10px 0;
  background: #ccc;
  height: 54px;
  overflow: hidden;
}

/* line 646, ../sass/layout/_content.scss */
.arrow-right {
  background: url(../images/arrow-left.gif) right center no-repeat;
  height: 67px;
  width: 30px;
}

/* line 652, ../sass/layout/_content.scss */
a.shared-fb {
  display: block;
  background: url('') no-repeat 0 -30px;
  height: 32px;
  width: 36px;
  margin: 10px 5px 10px 10px;
}

/* line 660, ../sass/layout/_content.scss */
a.shared-fb:hover {
  background: url(../images/shared-icon.png) no-repeat 0 0px;
}

/* line 664, ../sass/layout/_content.scss */
a.shared-twit {
  display: block;
  background: url(../images/shared-icon.png) no-repeat -48px -30px;
  height: 32px;
  width: 36px;
  margin: 10px 0px 10px 0px;
}

/* line 672, ../sass/layout/_content.scss */
a.shared-twit:hover {
  background: url(../images/shared-icon.png) no-repeat -48px 0px;
}

/* line 676, ../sass/layout/_content.scss */
.user {
  display: block;
  height: 25px;
  width: 25px;
  padding: 12px 10px 13px;
  border-left: 1px solid #5b7502;
  border-right: 1px solid #5b7502;
  cursor: pointer;
}

/* line 686, ../sass/layout/_content.scss */
.user:hover {
  background: #465902;
}

/* line 690, ../sass/layout/_content.scss */
.img-user {
  width: 23px;
  height: 23px;
  overflow: hidden;
}

/* line 696, ../sass/layout/_content.scss */
.img-user img {
  width: 23px;
  height: 23px;
}

/* line 701, ../sass/layout/_content.scss */
.show-usr {
  width: auto;
  padding: 20px;
  background: #465902;
  border: 1px solid #5b7502;
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 99;
}

/* line 713, ../sass/layout/_content.scss */
.user a {
  display: block;
  padding: 10px 0;
  color: #fff;
}

/* line 719, ../sass/layout/_content.scss */
.penulis {
  margin: 0 0 10px;
  font: 14px/21px 'Raleway', arial;
  color: #999;
}

/* line 725, ../sass/layout/_content.scss */
.penulis a {
  font-family: 'Raleway', arial;
  font-size: 16px;
  color: #7ea103;
}

/* line 731, ../sass/layout/_content.scss */
.artikel-detail h1 {
  font: 24px/28px 'Raleway', Arial, Helvetica, sans-serif;
  margin: 10px 0;
}

/* line 736, ../sass/layout/_content.scss */
.artikel-detail h2 {
  font: 24px/28px 'Raleway', Arial, Helvetica, sans-serif;
  margin: 0;
}

/* line 741, ../sass/layout/_content.scss */
.artikel-detail p {
  font: 16px/22px 'Raleway', arial;
  margin: 20px 0;
}

/* line 746, ../sass/layout/_content.scss */
.imgArtikel img {
  width: 100%;
  height: auto;
}

/* line 751, ../sass/layout/_content.scss */
.breadcrumb {
  margin-bottom: 10px;
}

/* line 755, ../sass/layout/_content.scss */
.breadcrumb li {
  font: 400 15px/21px 'Raleway', arial;
}

/* line 759, ../sass/layout/_content.scss */
.breadcrumb li a {
  color: #000;
}

/* line 763, ../sass/layout/_content.scss */
.terkait h1 {
  font: 20px/24px 'Raleway', Arial, Helvetica, sans-serif;
  margin: 0;
  background: #7ea103;
  border-bottom: 5px solid #465934;
  padding: 5px 10px;
  color: #fff;
}

/* line 772, ../sass/layout/_content.scss */
.terkait ul {
  margin: 0px 0 0px;
  padding: 0;
  list-style: none;
}

/* line 778, ../sass/layout/_content.scss */
.terkait ul li {
  padding: 10px 0;
  font: 14px/18px 'Raleway', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #ddd;
}

/* line 784, ../sass/layout/_content.scss */
.terkait ul li a {
  color: #000;
}

/* comment */
/* line 791, ../sass/layout/_content.scss */
.comment {
  margin: 20px 0;
}

/* line 795, ../sass/layout/_content.scss */
.comment textarea {
  width: 100%;
  padding: 2%;
  border: 1px solid #ccc;
  height: 100px;
  -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  resize: none;
  outline: none;
}

/* line 807, ../sass/layout/_content.scss */
.box-comment {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 816, ../sass/layout/_content.scss */
.bg-black {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
}

/* line 824, ../sass/layout/_content.scss */
.box-comment-frame input {
  width: 96%;
  padding: 2%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  resize: none;
  outline: none;
}

/* line 835, ../sass/layout/_content.scss */
.box-comment-frame textarea {
  width: 96%;
  padding: 2%;
  border: 1px solid #ccc;
  height: 50px;
  -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  resize: none;
  outline: none;
}

/* line 847, ../sass/layout/_content.scss */
.box-comment-frame label {
  font-size: 12px;
  color: #666;
}

/* line 852, ../sass/layout/_content.scss */
.close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 10px;
  color: #666;
}

/* line 860, ../sass/layout/_content.scss */
.comment ul {
  margin: 20px 0;
  list-style: none;
  padding: 0;
}

/* line 866, ../sass/layout/_content.scss */
.comment ul li {
  padding: 10px 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
}

/* line 872, ../sass/layout/_content.scss */
.comment ul li:nth-child(2n) {
  background: #fff;
}

/* line 876, ../sass/layout/_content.scss */
.comment ul li h1 {
  font: 600 16px 'Raleway', Arial, Helvetica, sans-serif;
  margin: 0px 0 5px;
}

/* line 881, ../sass/layout/_content.scss */
.comment ul li h3 {
  font: normal 11px 'Raleway', Arial, Helvetica, sans-serif;
  color: #999;
  margin: 0px;
}

/* line 887, ../sass/layout/_content.scss */
.comment ul li h2 {
  font: normal 12px 'Raleway', Arial, Helvetica, sans-serif;
  color: #000;
}

/* line 892, ../sass/layout/_content.scss */
.tautan-list {
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  height: 250px;
  padding: 15px;
  background: #fff;
}

/* line 901, ../sass/layout/_content.scss */
.tautan-list h1 {
  font: normal 12px 'Raleway', Arial, Helvetica, sans-serif;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 906, ../sass/layout/_content.scss */
.tautan-list h1 a {
  color: #000;
}

/* line 911, ../sass/layout/_content.scss */
.tautan-list .thumb-img {
  width: 100%;
  padding: 10px;
  height: 170px;
  display: table;
  vertical-align: middle;
}

/* line 919, ../sass/layout/_content.scss */
.tautan-list .thumb-img a {
  display: table-cell;
  vertical-align: middle;
}

/* line 924, ../sass/layout/_content.scss */
.tautan-list .thumb-img img {
  height: auto;
  width: 100px;
}

/* contact us */
/* line 932, ../sass/layout/_content.scss */
.form-contact ul {
  list-style: none;
  padding: 0;
}

/* line 937, ../sass/layout/_content.scss */
.form-contact label {
  width: auto;
  display: block;
  margin-top: 10px;
}

/* line 943, ../sass/layout/_content.scss */
.form-contact textarea {
  resize: none;
}

/* line 947, ../sass/layout/_content.scss */
.mapping {
  margin: 30px 0;
}

/* line 951, ../sass/layout/_content.scss */
.address {
  margin: 20px 0;
}

/* struktur */
/* line 958, ../sass/layout/_content.scss */
.struktur {
  margin: 20px 0;
  width: 990px;
  height: 516px;
  background: url(../img/struktur.png) center 54px no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

/* line 968, ../sass/layout/_content.scss */
.struktur img {
  width: 660px;
}

/* line 972, ../sass/layout/_content.scss */
.struktur h1 {
  font: 11px/15px 'Raleway', Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}

/* line 979, ../sass/layout/_content.scss */
.struktur h2 {
  font: 22px/26px 'Raleway', Arial, Helvetica, sans-serif;
  margin: 20px 0;
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

/* line 989, ../sass/layout/_content.scss */
.struktur p {
  font: 12px/14px 'Raleway', Arial, Helvetica, sans-serif;
  margin: 0;
}

/* line 994, ../sass/layout/_content.scss */
.struktur-top {
  width: 315px;
  margin: 20px auto 0;
  height: 120px;
  overflow: hidden;
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  z-index: 3;
  position: relative;
}

/* line 1007, ../sass/layout/_content.scss */
a.struktur-top {
  color: #000;
}

/* line 1011, ../sass/layout/_content.scss */
.struktur-top:hover {
  background: #fcb620;
}

/* line 1015, ../sass/layout/_content.scss */
.strukturImg {
  width: 92px;
  height: 100px;
  overflow: hidden;
}

/* line 1021, ../sass/layout/_content.scss */
.strukturImg img {
  width: 92px;
  height: auto;
}

/* line 1026, ../sass/layout/_content.scss */
.struktur-title {
  width: 175px;
  overflow: hidden;
}

/* edit Struktur */
/* line 1034, ../sass/layout/_content.scss */
.strukturImg2 {
  width: 46px;
  height: 60px;
  overflow: hidden;
}

/* line 1040, ../sass/layout/_content.scss */
.strukturImg2 img {
  width: 46px;
  /*height: auto;*/
  height: inherit;
}

/* line 1045, ../sass/layout/_content.scss */
.struktur-title2 {
  width: 110px;
  overflow: hidden;
}

/* line 1050, ../sass/layout/_content.scss */
a.struktur-middle {
  width: 240px;
  overflow: hidden;
  margin-left: 237px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 3;
}

/* line 1064, ../sass/layout/_content.scss */
a.struktur-middle:hover {
  background: #fcb620;
}

/* line 1068, ../sass/layout/_content.scss */
a.struktur-bottom {
  width: 186px;
  height: 155px;
  color: #fff;
  margin-top: 41px;
  margin-left: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: relative;
  z-index: 3;
}

/* line 1081, ../sass/layout/_content.scss */
a.struktur-bottom:hover,
a.struktur-bottom:active,
a.struktur-bottom.active {
  background: #98B335;
}

/* edit Struktur */
/* line 1090, ../sass/layout/_content.scss */
.box-struktur {
  background: #fff;
  position: relative;
  margin: 0;
  border: 1px solid #ccc;
  padding: 30px 20px;
  z-index: 3;
}

/* line 1099, ../sass/layout/_content.scss */
#direktur-in {
  display: none;
}

/* line 1103, ../sass/layout/_content.scss */
#sekretaris-in {
  display: none;
}

/* line 1107, ../sass/layout/_content.scss */
#panasbumi-in {
  display: none;
}

/* line 1111, ../sass/layout/_content.scss */
#bioenergi-in {
  display: none;
}

/* line 1115, ../sass/layout/_content.scss */
#energibaru-in {
  display: none;
}

/* line 1119, ../sass/layout/_content.scss */
#konsenergi-in {
  display: none;
}

/* line 1123, ../sass/layout/_content.scss */
.box-struktur p {
  font-size: 14px;
  line-height: 22px;
}

/* line 1128, ../sass/layout/_content.scss */
.close-struktur {
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  padding: 5px;
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/* line 1140, ../sass/layout/_content.scss */
.w135 {
  width: 135px;
}

/* line 1144, ../sass/layout/_content.scss */
.img-struktur img {
  width: 100%;
  height: auto;
}

/* line 1149, ../sass/layout/_content.scss */
.imgAbsolute {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 1156, ../sass/layout/_content.scss */
.imgAbsolute img {
  width: 100%;
}

/* line 1160, ../sass/layout/_content.scss */
.box-struktur h1 {
  font: 22px/26px 'Raleway', Arial, Helvetica, sans-serif;
  margin: 20px 0;
  display: block;
  text-transform: uppercase;
}

/* line 1, ../sass/layout/_content-new.scss */
.headline {
  margin-top: -1px;
  position: relative;
  display: block;
  height: 472px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .sticky-wrapper,.sidebar-center,.sidebar-inner{
    position: relative !important;
    height: auto !important;

  }
  /* line 1, ../sass/layout/_content-new.scss */
  .headline {
    height: 385px;
  }
}
@media (max-width: 480px) {
  .sticky-wrapper,.sidebar-center,.sidebar-inner{
    position: relative !important;
    height: auto !important;
  }
  /* line 1, ../sass/layout/_content-new.scss */
  .headline {
    height: auto;
  }
}
/* line 14, ../sass/layout/_content-new.scss */
.headline__item {
  width: 100%;
  height: 472px;
  position: relative;
}
.slider-title {
    font-size: 26px;
    color: #fff;
    display: block;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    background-color: #ccc;
    padding: 10px;
    background: #000;
    }
  .slider-title a{
    color: #FFF;
    display: block;
  }
  .headline .slick-dots{
    display: none !important;
  }
/* line 18, ../sass/layout/_content-new.scss */
.headline__item a {
  display: block;
  width: 100%;
}
/* line 21, ../sass/layout/_content-new.scss */
.headline__item a img {
  width: 100%;
}
/* line 25, ../sass/layout/_content-new.scss */
.headline__item h1 {
  font: 600 24px/28px 'Raleway', arial;
  color: #fff;
  padding: 15px;
  margin: 0;
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 0;
  width: 60%;
}
@media (max-width: 980px) {
  /* line 14, ../sass/layout/_content-new.scss */
  .headline__item {
    height: 385px;
  }
}
@media (max-width: 480px) {
  /* line 14, ../sass/layout/_content-new.scss */
  .headline__item {
    height: auto;
  }
  /* line 42, ../sass/layout/_content-new.scss */
  .headline__item a img {
    /*width: auto;
    height: 100%;
    max-width: inherit;*/
  }
  /* line 48, ../sass/layout/_content-new.scss */
  .headline__item h1 {
    font: 600 20px/24px 'Raleway', arial;
    padding: 40px 20px;
    width: auto;
  }
  .slider-title{
    font-size: 14px;
    display: block;
    height: 50px;
    overflow: hidden;
  }
}
/* line 55, ../sass/layout/_content-new.scss */
.headline__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
}

/* line 66, ../sass/layout/_content-new.scss */
.gallery-e-library{
  background-color: #eee;
}
.gallery__items {
  position: relative;
  overflow: hidden;
  float: left;
  padding: 0 10px;
}
.gallery-e-library .gallery__items{
  padding: 10px 10px;
}

.gallery-e-library .gallery__items__inner__content{
  background-color: #fcfcfc;

}
/* line 71, ../sass/layout/_content-new.scss */
.gallery__items__inner {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
/* line 73, ../sass/layout/_content-new.scss */
.gallery__items__inner__thumb {
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  /* line 73, ../sass/layout/_content-new.scss */
  .gallery__items__inner__thumb {
    height: 150px;
  }
}
/* line 81, ../sass/layout/_content-new.scss */
.gallery__items__inner__thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
/* line 86, ../sass/layout/_content-new.scss */
.gallery__items__inner__content {
  padding: 20px;
  border: 1px solid #eee;
}
/* line 89, ../sass/layout/_content-new.scss */
.gallery__items__inner__content h2 {
  font: 600 18px/22px "Raleway", sans-serif;
  height: 66px;
  overflow: hidden;
}
/* line 93, ../sass/layout/_content-new.scss */
.gallery__items__inner__content h2 a {
  color: #000;
}
/* line 99, ../sass/layout/_content-new.scss */
.gallery__items__inner:hover img {
  -webkit-transform: scale(1.1);
  -moz-webkit-transform: scale(1.1);
  transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* line 103, ../sass/layout/_content-new.scss */
.gallery__items__inner:hover h2 a {
  opacity: 0.6;
}
/* line 110, ../sass/layout/_content-new.scss */
.gallery .slick-dots {
  bottom: -40px;
  text-align: center;
}
/* line 114, ../sass/layout/_content-new.scss */
.gallery .slick-dots li button:before {
  color: #000;
}
/* line 117, ../sass/layout/_content-new.scss */
.gallery .slick-dots li.slick-active button:before {
  color: #fff100;
}
/* line 120, ../sass/layout/_content-new.scss */
.gallery .slick-prev {
  left: 10px;
}
/* line 123, ../sass/layout/_content-new.scss */
.gallery .slick-next {
  right: 8px;
}

/* line 128, ../sass/layout/_content-new.scss */
.slide__right {
  background: #eee;
}
/* line 130, ../sass/layout/_content-new.scss */
.slide__right .slick-dots {
  bottom: -40px;
  text-align: center;
}
/* line 134, ../sass/layout/_content-new.scss */
.slide__right .slick-dots li button:before {
  color: #000;
}
/* line 137, ../sass/layout/_content-new.scss */
.slide__right .slick-dots li.slick-active button:before {
  color: #fff100;
}
/* line 140, ../sass/layout/_content-new.scss */
.slide__right.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

/* line 146, ../sass/layout/_content-new.scss */
.icon-play {
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  left: calc(100% / 2 - 13px);
  top: calc(100% / 2 - 13px);
  background: #fff100;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
/* line 157, ../sass/layout/_content-new.scss */
.icon-play i {
  font-size: 20px;
  color: #000;
  opacity: 0.5;
  padding: 5px;
}

/* line 167, ../sass/layout/_content-new.scss */
.layanan img {
  width: 100%;
  -webkit-transition: 0.3;
  -moz-transition: 0.3;
  -o-transition: 0.3;
  -ms-transition: 0.3;
  transition: 0.3;
}
/* line 170, ../sass/layout/_content-new.scss */
.layanan img:hover {
  opacity: 0.8;
}

/* line 176, ../sass/layout/_content-new.scss */
.offset-min-15 {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 181, ../sass/layout/_content-new.scss */
.offset-min-10 {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 186, ../sass/layout/_content-new.scss */
.offset-p-10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 192, ../sass/layout/_content-new.scss */
.btn__primary {
  padding: 10px 30px;
  display: inline-block;
  background: #fff100;
  color: #000;
  font: 600 14px "Raleway", sans-serif;
  text-decoration: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
/* line 200, ../sass/layout/_content-new.scss */
.btn__primary:hover {
  background: #e0d403;
  text-decoration: none;
  color: #000;
}

/* line 209, ../sass/layout/_content-new.scss */
.gallery__detail .slick-slider {
  margin-bottom: 0;
  position: relative;
}
/* line 213, ../sass/layout/_content-new.scss */
.gallery__detail .slickslide__photo {
  height: 600px;
}
@media (max-width: 480px) {
  /* line 213, ../sass/layout/_content-new.scss */
  .gallery__detail .slickslide__photo {
    height: 300px;
  }
}
/* line 219, ../sass/layout/_content-new.scss */
.gallery__detail h2 {
  padding: 20px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  font: 14px/20px "raleway", arial;
  color: #fff;
  width: 100%;
}
/* line 228, ../sass/layout/_content-new.scss */
.gallery__detail ul.slickslide {
  padding-left: 0;
  max-width: 100%;
  background: #eee;
  position: relative;
}
/* line 233, ../sass/layout/_content-new.scss */
.gallery__detail ul.slickslide li {
  position: relative;
}
/* line 237, ../sass/layout/_content-new.scss */
.gallery__detail .slick-slider .slick-track {
  min-width: 100%;
}
/* line 240, ../sass/layout/_content-new.scss */
.gallery__detail ul.slickslide li img,
.gallery__detail .slick-dots button img {
  width: 100%;
  height: auto;
  max-width: inherit;
  margin: 0 auto;
}
/* line 247, ../sass/layout/_content-new.scss */
.gallery__detail .slick-dots {
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  position: relative;
  line-height: 0;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  padding: 0;
}
/* line 259, ../sass/layout/_content-new.scss */
.gallery__detail .slick-dots li,
.gallery__detail .slick-dots li button:before {
  /* width: 100px;
  height:100px; */
  margin: 0;
  padding: 0;
}
/* line 266, ../sass/layout/_content-new.scss */
.gallery__detail .slick-dots li {
  margin: 5px;
  border: 1px solid #ccc;
  display: inline-block;
  width: auto;
  height: auto;
}
/* line 273, ../sass/layout/_content-new.scss */
.gallery__detail .slick-slider .slick-track {
  min-width: 100%;
}
/* line 276, ../sass/layout/_content-new.scss */
.gallery__detail .slick-dots li button {
  margin: 0;
  height: auto;
  width: 100%;
  padding: 0;
}
/* line 282, ../sass/layout/_content-new.scss */
.gallery__detail .slick-dots li button.tab {
  clear: both;
  display: block;
}
/* line 286, ../sass/layout/_content-new.scss */
.gallery__detail .slick-dots li button img {
  width: 100%;
  max-width: 80px;
  height: auto;
}
/* line 291, ../sass/layout/_content-new.scss */
.gallery__detail .slick-dots li button:before {
  content: '';
  border: 1px solid #fff100;
  display: block;
  width: 100%;
  max-width: 150px;
  overflow: hidden;
  float: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 303, ../sass/layout/_content-new.scss */
.gallery__detail .slick-thumbs {
  position: absolute;
  left: -9999px;
}

/* line 2, ../sass/layout/_footer.scss */
.footer-link {
  margin-top:10px;
  padding: 10px 15px;
  text-align: center;
  background: #fff100;
  color: #000;
}

/* line 9, ../sass/layout/_footer.scss */
.footer-link a {
  font: 16px 'Raleway', arial;
  color: #000;
  margin: 0 5px;
}

/* line 15, ../sass/layout/_footer.scss */
.footer-copy {
  padding: 15px 15px;
  text-align: center;
  background: #000;
  color: #fff;
}

/* line 22, ../sass/layout/_footer.scss */
.footer-copy h1 {
  font: 600 14px 'Raleway', arial;
  color: #fff;
  margin: 5px 0 5px;
}

/* line 28, ../sass/layout/_footer.scss */
.footer-copy p {
  font: 400 12px 'Raleway', arial;
  color: #fff;
  margin: 0 0 5px;
}

/* line 34, ../sass/layout/_footer.scss */
.help-block {
  color: red;
}

/* line 38, ../sass/layout/_footer.scss */
.footer-sosmed {
  margin: 20px 0;
}
/* line 40, ../sass/layout/_footer.scss */
.footer-sosmed a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-size: 32px;
  background-position: 0px 2px;
  
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
/* line 49, ../sass/layout/_footer.scss */
.footer-sosmed a.fb {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAADjUlEQVRoge2ZTYhbVRiG79haW+tQilhB6KJ04UpRFLsRRcWNFclGigsRxG0FUVC6iqKIoFgUilZRRIQh7pQODSNef2KYwRi59+R93y+L0IW6GFGq/UGqHY4LZyQmN80k5+ZP+sHZfvd5zvud5HBvFF2u/2HFcbw9SZI9SZLsq9frN1QqlXnv/dykuTLLe7+F5F0QijR+RvFHa5rvXCRPk1yW9AbJQhzH10wU3Dm3l8ZXZPopC7jfknQehg8BHBgreJIkeyS9LdOfw4D3SGcJwC0jBffezwF4nOTpvMD/IyGu0fh6HMfbc4cvl8s7JX00CvCMNL53zu3PDX5lZeVaksvjgG9L42dJtwXDp2m6W6Z0nPD/HnLTmSCJxcXFq2D4ehLw7UkMPU6S3pwkfNuZqA98sEkezGkMzpH8UqaPaVzYWDL9NVAf6dVNw9dqtatlOhUY/UUIz1Sr1R2ZGyT+Nmg/59zNm939Z0N3HsLhSz5jQIH1NE/2ha9WqzsgrAaOzS+1Wu3KvAWsad45d3u/3X80eO6lTzv7lkqlbY7ufpIFkgVJ54fs/X4/gaVQARrf6ewL4Uho3/V0z5bL5Z2Z8K1WaxfFtRwSeKtrY4xH8xCwpnmSBzMFnNyDuezSiAUgvJYpAOH5wJ15imQh61qcpulNG/NPsiDThYDnfJUpQONC0M5s8j5fqVTmAxNYzWws0zfjEEiS5MbQMcq8WoTeOjcrAODeUIF6vX5dlkAzpKmkMo0LJJ/o7N1Q47G2e1BQ0tY075zb2yVAsh7aeF1kpL9C1jSfpunurAQ+nwUBimvFYnFrdwLGd2dBAEKrCz6KogjC07MgQPJEtgBwYBYEJD2XKVAsFrdS/H3aBQDckSkQRVEk6b1pFpDplPf+ip4CqdK7p1mAxhd6wkfRP68PZapNowDFP5bd8vWXFIiiKALw0FQKGI/2hW9L4eQ0CUBYzfz37VXOuf0ynR0y6osynetYA70H6upJHto0/EY11HgkNPY8FsnjA8NvlKSXJgkv6Yug7wXe+zkYjk0E3vRtq9XaNTR8uwTJF8c8NkuVSmU+GL69SB6S6cyo4SG83O/N3tCVJMk+kidGAm5Qo9G4ZyTg7bU+Ug/k9dkJwg8QDpdKpW0jh+8UAXAnyeMy/TrgAb0g6RMze3js4D1ktgC4FYYnYTgmqQxihSQkfSdTTPIDCEcA3Nfru8HlmsX6G3aqIOKl7oPxAAAAAElFTkSuQmCC');
  background-repeat:no-repeat;
  background-position: center;
  background-size: 32px;
}
/* line 52, ../sass/layout/_footer.scss */
.footer-sosmed a.tw {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC0UlEQVRYhdWWO2gUURSGk/iIETFpIggqBjGCYBMtBEuDYiVoIwgiBiwsVLAQQSTgs4hCCFEECwshEBDEYhCJbBOXEIeZvZk5/39SDMZKfICgCZKX1ybB2c3O7GyyW3jgdvfM95/n3IaG/9Xy+XyL53ntURS1WmvX1R1ojNkhlGtUvhHKF51Uu3yonKUyAPAkDMPjNRVUKBQ6AQyBWIxD0w6VUyQvrkmItbZJKDeonM0KLiPENcbsqxqez+dbROXVasElIn4FDI5lhjuO00zybS3gMRFzmUWQfFpLeDwThUKhMxUuIifrAV8+ojKe2JjDw8MbqZyqpwCdVAugp3z0lPNriGwUwG2Sz6mc00m1UHwre5cSWWubVtZe+T4F8I7kQNnakvestY2xMu43MF1Ufkj8nsjRIrjnee2paVMMWmsbAVwB8TvWWN9d191QGozv+21JgpdE91fVfKIyunw3CIKdQrlPMhSV8XLlDBmertAHXpEDgOupAiiFMAyPlIKSOhqKm6kjSc7Ey9ZAsq+Cw+tyoCQj+bJS47quuznu0J+aMuKPiJzMAnccpxnAj0oCfN9v+5cy4E7FUaMUjDEdlQSIyIUso9vb27s+LqCnkgOV0wbmcBrcGLOt9K2QUNJPxY4wXVlUg1iA4kG5RZLL5bak7ZKSqXpV5GytXQfia8oeGIFiUETO5nK5TaVw3/f3UulmgS+N4aUV6UtrRCp/khwA0O267vaxsbGtvu/vDhicovIFlfNZ4VTOe57XvkJAEAR7qnl2rfZA8SyxiUTlcT3hJGfcyN2VKMD3/bZ6/pJF5XIiPFaKQyRnap56YKho/aYZgG4qp2uY+teO4zRngi8byYNUflxz5MSjoq1XjUVR1EpyAMRC1VErFUD3qsClZozpEMpDKj9XiHYRihEAZ1YddZpZa5smJiYOADhH8hbJPpJ3AVwVkRNRFLXWHFpv+wvN0HQQ39WQSAAAAABJRU5ErkJggg==') no-repeat;
  background-size: 32px;
  background-position: center;
}
.footer-sosmed a.ig {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADHUlEQVRYhdWWT4gUVxDG36xrRJGsIIseYjAKakAv/jnuaSVBPAgBSUAQwSDqQQQPMSDSgrmpsAQ26IqegrAILh6GEBL2lGF2abqn+019Xym0qydJLgoqROPmeZkh86d75u06HlJQh4FX7/tVvaqaNub/apVKZXUURaNZlo0451Z8cMEkST4RyjkqfxHKn/pAXdOpfE2lBfBTvV7/cqBAtVptG4A7IBZbRXs5lY9JnngvEOfckFC+p/K1r3AOSJgkyfYli1cqldWiMrNc4Q6IF5b2C2/xcrm8iuSvgxBvgXjjDUHy+iDFWytRq9W29RQXkUN5wSAWQTz3dSpf5t0jKvOFjTk9Pf0RlY+7yMl61VY3eL+hMcY5VxKVk7nJAMfzs6ccyw1QXPARnZ2dXSsQULmgqoedcyUQf3dVgZI554a6LqDyj9y3I8/7AMzPz2/sjCl8CpHxtuAoikYLm8cToDE9P0NxT0TGegGQnGgLLmq+IgDn3BCA06IyA8WUtfbzPKgiAABR20EA3/UDSNN0S7Va/bhx/kbniKVpusMYY+I43hzH8bo+FXjlnCv9R0pe6QdA5UsAB6u2ugHEvzkjNmmMMQKZ69cD+kBdGIZrWgEmfABEZCxJkp0F5+4aY4yo/O4D0KxS8wkue1bgVBAEw3n7AsC3zrkSlU99AIIgGG4FOO4DQKUNgmCY5B4oHjW3JMkJ51wJwNc+Y0jySVsTJkh2+wA0ft8Ow3Clc24oTdMdc3Nz640xpl6v7wPwzGsPqMx0jtUKEH/5ADTKLaJyRkTGLe1XUExR+cZ3EQE43T2zBY3YvAyKxOvPCHgmIkeKAKj8J4qi0S4Aa+3WvM8uKKa6DnuYtXZTbvaKm4VBojJZUIVbUFzwdaFcovJh3gIKs/DTQoA4jtfljdigXFTO+JRuL8lXgxYHcKdt/fYyAPt7LZGlOsn75XJ5lZd400juoXLhvTMnrrVtvaVYlmUjJH8E8XbJWSsVwP5lCXdakiSfCeUqlU/7ZLsIxW8Avll21r2ssX53AThK8iLJKyR/AHBWRA5kWTYycNEPbe8ARDEYOrp9A+AAAAAASUVORK5CYII=') no-repeat;
  background-size: 32px;
  background-position: center;
}
.footer-sosmed a.yt {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAGCElEQVR42rWXCVCTRxTH/1GkFFCC2giDgKASpDhKZbSi0kSBolaoRrQyJnjV2nZGVFpFkFtABVQQPGoLFcqIYBQUHEdAqNJ6UEtUVFoOOcSkWpRLZCBiX1JACAEiE/8zO9kk+33727fvvX3LgIoSCoVMe3v7JZqamlz6akPNlJpe598N1KqoFUml0ryCgoJMV1fX56q8lzHYgOLiYktjY+Od1F1BTUtF3lZqqRKJJJzNZpcMCSAjI0Obw+GEUfdbahqqWkpBUmpxN27c8HFycmpRGaCkpIRtaGh4lrpThjixoh7U1dUtNTc3/2tQgKqqKlsmk3mRumPUNHmX6lpaWpxpYX/0C3D//n22kZHRb4qT11RXo6OjA6YTJuDFixd4VFOD8cbG0NHReWsI0pyelugGIC/XdnBwkNH1MXvsoUM4mZyMvCtXkHLyJGJjYpB9+TL09PRUnLeXHpBP2Hb5RDdAQ0PDQfrwVPZEVWUlPndxQezhwziRkAA9JhMRUVGQiMUQSySwsLCQW6OpqQmvX7+GtrY26uvrQVsJDQ2l/htN8Fu6AYqKiizJLHcxgLd78Pmg7UH2pUvYf/CgfCv8fH1hYGCAl62tOJWWhv2RkXKIzZ6ecOPxkJKaCralpbLXSSlEp8pClNG5+hP0IRjIbqdpgtCQEIwZOxYXCSJs926UlpbKYZwWLEDckSPIysxUFUCmRLKCByMxMVGfstZjDJJkGhsbwbW3xzJ6sa+fH4ICA1EuA4iOhuP8+fLtuZCV9TYArfn5+YaM2tpavq6ubqIq3jPL1hYrV63CNi8vdQCA0raAQeaPp/7atwUIDw1F4c2bCAgOxhryj2PHjyMjPR01FKKOTk5yfxgMgJQgAyiiznRVAPju7vjU2RmrBQKUl5Vh544dIAtitp0dwvbswRmhEMlJSeBwubhJcHsjIjCBcscAEskAnlFHXxWAd6DnMoBX1BnW89eO9jY8S0lGO61OHRphNB6jv3DHsBGain91KAV4kpiAJz8dU+tSWeu/AkvQx9U6lG5BVVgw6i5mYRhlscm+Ab2eKI/aB2lz05vVjdKD+dbvUHEgEu2NDf0CjHFeDFMff8Wfnyt1wgoCeHohE4zhw2HqsQ7jnBdiuNb7eJx+BjW0Na9a3hztWuMMMC87H1cdOWj9R9IvwAeLPoN5XwCR0jD8OzQITwigS9PCI6DJ1Efh1xsw1m4uWPYcVP5yAlbevrgXGgzupTzUnkuHhu5I3PHzhiGt1sRtJV6KH+OOvw/a6VxgEYCFgjUhC8Pq6mo+pcReiejB7kBIegB8JAPQ18f1TRtgwnOD+arV+HOXN7inM5DtxIUjARSs5ePjuKMQBfphBo0v9PLEh17bURb/IyrTUmBAAFN2Bfaava2tTcCIj49n8ng8MXqk4uKQQNRmne8eOHNvJN4jgKsb18NsuRsmufNR6LMDjmfO4YIjF4uy85A1fx4chBm4S75gGxyGutsijJo4Cfdio1Ga+DOMFi+BtV8vgNacnBxDpYeRKDgAj3oAzN4bJQfI37gOE5evgIX7alwngIVnzyPDgQPXnHykc+diIQGJ9kdiVkgYLm9YAymdmC0SMTUJxhPAdP+gngD/H0ayHhUIlqTu4/hWUACqs851j5y7Lwpa+qOR8+VaTCaAqZu+QdnpNNhs2Qbhgk/Ay/0V2es8wImJw7WAXfLxBd9vgw1Fx90fjqA07RRMFrtgRkA3gJRS9lRra+sSpQXJrT1hKBemdgNY8T0wQkcXt4/GQX8yGzO3Uwq+dg2sadPxe5A/7AKC8fLfp9BmsVDg5wtzmcMt46GRSrkCf1+0U9hO5K3ADG+frlf2LkhkSkpK0nZxcZGXZA0PHyJ/62Y01VRDHRppbALOgRjomZnJfZyOYVsqAXqXZPK9F4nYZmZmfYpSNapOLBbPoe3uW5R2iaocWxaL9U7KcqoTnU1NTfsvyxUsodaLCR3bS62srAa/mHSp0yfUcjWjePehXKP61aynOkN0SJfTioqKcBsbm6FdThUly5h0cVlC4TPg9by5uTkvNzf3vEAgqFflvf8BpeKjA3vNSvsAAAAASUVORK5CYII=) no-repeat;
    background-size: 30px;
    background-position: center;
}

/* perubahan dan tambahan */
/* line 63, ../sass/layout/_footer.scss */
.email .form h1 {
  color: #fff;
  font: 24px 'Raleway', arial;
  text-shadow: 1px 1px 2px #000;
  margin: 0 0 15px;
}

/* line 70, ../sass/layout/_footer.scss */
.email .form .kotak {
  font-size: 65px;
  color: #fff;
  text-shadow: 1px 0px 4px #333;
  text-align: center;
  margin-bottom: 10px;
}

/* line 78, ../sass/layout/_footer.scss */
.event-in {
  border-bottom: 2px solid #ddd;
}

/* line 82, ../sass/layout/_footer.scss */
.event-in-list .tgl {
  color: #fff;
  font: 20px 'Raleway', arial;
  background: #f0ad4e;
  text-align: center;
  padding: 10px;
  height: 125px;
  padding: 15px;
  overflow: hidden;
  display: table;
}

/* line 94, ../sass/layout/_footer.scss */
.event-in-list .tgl span {
  font: 30px 'Raleway', arial;
  display: table-cell;
  vertical-align: middle;
}

/* line 100, ../sass/layout/_footer.scss */
.event-in-list .tgl span b {
  font: 400 20px 'Raleway', arial;
}

@media (min-width: 240px) and (max-width: 767px) {
  /* line 105, ../sass/layout/_footer.scss */
  .artikel-detail p img {
    float: none;
    max-width: 100% !important;
  }
}
