@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("//fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900");
@import url("//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700");
/* line 6, style-all.sass */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  height: 100%;
  width: 100%;
}

/* line 13, style-all.sass */
.btn-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  padding-right: 35px;
  padding-left: 35px;
}

/* line 18, style-all.sass */
.btn-yellow {
  background: #efd232;
  border: 1px solid #efd232;
}
/* line 21, style-all.sass */
.btn-yellow:hover {
  background: #be9b0f;
  border: 1px solid #be9b0f;
}

/* line 26, style-all.sass */
.hoverwhite a, .navbar-default .menu-support ul.social-menu-support a {
  color: white;
}
/* line 28, style-all.sass */
.hoverwhite:hover, .navbar-default .menu-support ul.social-menu-support:hover {
  color: #898989;
  text-decoration: none;
}

/* line 33, style-all.sass */
.hoverblack a, .sub-content .other-title a, .sub-content-video .other-title a {
  color: #595959;
  text-decoration: none;
}

/* line 37, style-all.sass */
.no-border {
  border: none;
}

/* line 40, style-all.sass */
.no-radius {
  border-radius: 0 !important;
}

/* line 43, style-all.sass */
.normalize-top {
  padding-top: 135px;
}

/* line 46, style-all.sass */
.navbar-default {
  position: fixed;
  background: white;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
  z-index: 2;
  letter-spacing: 0.5px;
}
/* line 54, style-all.sass */
.navbar-default .menu-support {
  background: #bd2329;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: white;
  font-weight: 300;
  font-size: 12px;
}
/* line 62, style-all.sass */
.navbar-default .menu-support ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 66, style-all.sass */
.navbar-default .menu-support ul li {
  display: inline-block;
  border-right: 1px solid #ab2025;
  padding: 10px 15px;
}
/* line 70, style-all.sass */
.navbar-default .menu-support ul li:first-child {
  padding-left: 0;
}
/* line 72, style-all.sass */
.navbar-default .menu-support ul li:last-child {
  border-right: none;
  padding-right: 0;
}
/* line 75, style-all.sass */
.navbar-default .menu-support ul.social-menu-support {
  text-align: right;
}
/* line 80, style-all.sass */
.navbar-default .menu-support .menu-contact a {
  color: white;
}
/* line 82, style-all.sass */
.navbar-default .logo img {
  width: 100%;
  max-width: 180px;
}
/* line 85, style-all.sass */
.navbar-default ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
/* line 90, style-all.sass */
.navbar-default ul.menu li {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  margin-top: 20px;
}
/* line 95, style-all.sass */
.navbar-default ul.menu li a {
  text-decoration: none;
  color: #333333;
}
/* line 98, style-all.sass */
.navbar-default ul.menu li a:hover {
  color: #bd2329;
  text-decoration: none;
}
/* line 101, style-all.sass */
.navbar-default ul.menu li:last-child {
  margin-right: 0;
}
/* line 103, style-all.sass */
.navbar-default .head-search {
  padding-top: 12px;
  padding-bottom: 11px;
}

/* line 107, style-all.sass */
.sidebar-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

/* line 119, style-all.sass */
.sidebar {
  height: 100%;
  width: 230px;
  background-color: white;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
  right: 0;
}
/* line 127, style-all.sass */
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 131, style-all.sass */
.sidebar ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
  text-align: right;
  font-size: 16px;
}
/* line 136, style-all.sass */
.sidebar ul li a {
  text-decoration: none;
  color: #333333;
  display: block;
}
/* line 140, style-all.sass */
.sidebar ul li a:hover {
  color: #bd2329;
  text-decoration: none;
}
/* line 143, style-all.sass */
.sidebar ul li:first-child {
  background: #bd2329;
  padding: 13px 15px;
  text-align: right;
  font-size: 15px;
}
/* line 148, style-all.sass */
.sidebar ul li:first-child a {
  color: white;
}
/* line 150, style-all.sass */
.sidebar ul li:first-child a:hover {
  color: #f1f1f1;
}
/* line 152, style-all.sass */
.sidebar ul li:last-child {
  border-bottom: none;
}

/* line 156, style-all.sass */
.sidebar-animate-right {
  position: relative;
  animation: animateright 0.4s;
}

/* line 160, style-all.sass */
.sidebar-animate-opacity {
  animation: opac 0.8s;
}

@keyframes opac {
  /* line 164, style-all.sass */
  from {
    opacity: 0;
  }

  /* line 166, style-all.sass */
  to {
    opacity: 1;
  }
}

/* line 169, style-all.sass */
.overlay-white {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 177, style-all.sass */
.form-contact input[type=text], input[type=number] {
  background: #f9f9f9;
  border-radius: 0;
  border: none;
}
/* line 181, style-all.sass */
.form-contact input[type=text]:hover, input[type=number]:hover {
  box-shadow: none;
}
/* line 183, style-all.sass */
.form-contact input[type=text]:active, input[type=number]:active {
  box-shadow: none;
}
/* line 185, style-all.sass */
.form-contact input[type=text]:focus, input[type=number]:focus {
  box-shadow: none;
}

/* line 188, style-all.sass */
.form-contact textarea {
  resize: vertical;
  background: #f9f9f9;
  border-radius: 0;
  border: none;
}
/* line 193, style-all.sass */
.form-contact textarea:hover {
  box-shadow: none;
}
/* line 195, style-all.sass */
.form-contact textarea:active {
  box-shadow: none;
}
/* line 197, style-all.sass */
.form-contact textarea:focus {
  box-shadow: none;
}

/* line 200, style-all.sass */
.container-768 {
  width: 100%;
  max-width: 768px;
  margin: 30px auto;
}

/* line 205, style-all.sass */
.shadow-post {
  position: relative;
  width: 100%;
  z-index: 1;
}
/* line 209, style-all.sass */
.shadow-post .left {
  position: absolute;
  left: 0;
  top: 0;
  height: 180px;
  width: 80px;
  background: linear-gradient(to left, transparent 5%, #f3f3f3 80%);
  background: -webkit-linear-gradient(right, transparent 5%, #f3f3f3 80%);
  background: -moz-linear-gradient(right, transparent 5%, #f3f3f3 80%);
  background: -o-linear-gradient(right, transparent 5%, #f3f3f3 80%);
}
/* line 219, style-all.sass */
.shadow-post .right {
  position: absolute;
  right: 0;
  top: 0;
  height: 180px;
  width: 80px;
  background: linear-gradient(to right, transparent 5%, #f3f3f3 80%);
  background: -webkit-linear-gradient(left, transparent 5%, #f3f3f3 80%);
  background: -moz-linear-gradient(left, transparent 5%, #f3f3f3 80%);
  background: -o-linear-gradient(left, transparent 5%, #f3f3f3 80%);
}

/* line 230, style-all.sass */
.slide-post {
  background: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 234, style-all.sass */
.slide-post .item-post {
  width: 280px;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
/* line 240, style-all.sass */
.slide-post .item-post .cat-opini {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #d32603;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 248, style-all.sass */
.slide-post .item-post .cat-inisiatif {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #d3038c;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 256, style-all.sass */
.slide-post .item-post .cat-video-opini {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #8123bd;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 264, style-all.sass */
.slide-post .item-post .cat-video-lainnya {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #2368bd;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 272, style-all.sass */
.slide-post .item-post .cat-download-zone {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #23bda9;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 280, style-all.sass */
.slide-post .item-post .cat-grafis {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #e85106;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 288, style-all.sass */
.slide-post .item-post img {
  width: 100%;
  min-height: 180px;
  overflow: hidden;
  object-fit: cover;
}
/* line 293, style-all.sass */
.slide-post .item-post .overlay {
  background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.85) 80%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* line 300, style-all.sass */
.slide-post .item-post .desc-item-post {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  color: white;
}
/* line 308, style-all.sass */
.slide-post .item-post .desc-item-post h5 {
  max-height: 73px;
  overflow: hidden;
  white-space: normal;
  font-family: "Roboto", sans-serif;
}
/* line 313, style-all.sass */
.slide-post .item-post .desc-item-post a {
  color: white;
  text-decoration: none;
}
/* line 316, style-all.sass */
.slide-post .item-post .desc-item-post a:hover {
  color: #f3f3f3;
}

/* line 319, style-all.sass */
.sub-content {
  padding-bottom: 30px;
  padding-top: 30px;
}
/* line 322, style-all.sass */
.sub-content .item {
  margin-bottom: 25px;
}
/* line 324, style-all.sass */
.sub-content .title {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  margin: 20px auto;
  font-weight: 700;
  border-left: 4px solid #bd2329;
  padding-left: 10px;
}
/* line 331, style-all.sass */
.sub-content .other-title {
  padding-top: 20px;
  text-align: right;
}
/* line 335, style-all.sass */
.sub-content h5 {
  font-family: "Roboto", sans-serif;
  height: 39px;
  white-space: normal;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
}
/* line 342, style-all.sass */
.sub-content h5 a {
  color: #333333;
}
/* line 344, style-all.sass */
.sub-content h5 a:hover {
  color: #505050;
}
/* line 346, style-all.sass */
.sub-content small {
  color: #bd2329;
}
/* line 348, style-all.sass */
.sub-content .frame {
  width: 100%;
  height: auto;
  position: relative;
}
/* line 352, style-all.sass */
.sub-content .frame .cat-opini {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #d32603;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 360, style-all.sass */
.sub-content .frame .cat-inisiatif {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #d3038c;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 368, style-all.sass */
.sub-content .frame .cat-video-opini {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #8123bd;
  padding: 5px;
  font-size: 11px;
}
/* line 376, style-all.sass */
.sub-content .frame .cat-video-lainnya {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #2368bd;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 384, style-all.sass */
.sub-content .frame .cat-download-zone {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #23bda9;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 392, style-all.sass */
.sub-content .frame .cat-grafis {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #e85106;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 400, style-all.sass */
.sub-content img {
  width: 100%;
  min-height: 180px;
  height: 180px;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
  margin-bottom: 10px;
  background: #e5e5e5 url("http://localhost/demokrasi/assets/img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s ease-in-out;
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}
/* line 414, style-all.sass */
.sub-content img:hover {
  filter: brightness(50%);
  -webkit-filter: brightness(70%);
}

/* line 418, style-all.sass */
.tag-content {
  background: #bd2329 url(http://demokrasi.id/bootstrap/img/democracy/bgtag.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 50px;
  margin: 25px auto;
}
/* line 426, style-all.sass */
.tag-content .title {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  margin: 20px auto;
  font-weight: 700;
  border-left: 4px solid #f0e800;
  padding-left: 10px;
  color: white;
}
/* line 434, style-all.sass */
.tag-content a {
  padding: 5px 15px;
  background: #222222;
  line-height: 40px;
  margin-right: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  color: white;
  border-radius: 4px;
}
/* line 446, style-all.sass */
.tag-content a:hover {
  background: #f0e800;
  color: #333333;
  text-decoration: none;
}

/* line 451, style-all.sass */
.sub-content-video {
  padding-bottom: 30px;
  padding-top: 30px;
}
/* line 454, style-all.sass */
.sub-content-video .item {
  margin-bottom: 25px;
}
/* line 456, style-all.sass */
.sub-content-video .title {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  margin: 20px auto;
  font-weight: 700;
  border-left: 4px solid #bd2329;
  padding-left: 10px;
}
/* line 463, style-all.sass */
.sub-content-video .other-title {
  padding-top: 20px;
  text-align: right;
}
/* line 467, style-all.sass */
.sub-content-video h5 {
  font-family: "Roboto", sans-serif;
  height: 39px;
  white-space: normal;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
}
/* line 474, style-all.sass */
.sub-content-video h5 a {
  color: #333333;
}
/* line 476, style-all.sass */
.sub-content-video h5 a:hover {
  color: #505050;
}
/* line 478, style-all.sass */
.sub-content-video small {
  color: #bd2329;
}
/* line 480, style-all.sass */
.sub-content-video .frame {
  width: 100%;
  height: auto;
  position: relative;
}
/* line 484, style-all.sass */
.sub-content-video .frame .cat-opini {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #d32603;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 492, style-all.sass */
.sub-content-video .frame .cat-inisiatif {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #d3038c;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 500, style-all.sass */
.sub-content-video .frame .cat-video-opini {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #8123bd;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 508, style-all.sass */
.sub-content-video .frame .cat-video-lainnya {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #2368bd;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 516, style-all.sass */
.sub-content-video .frame .cat-download-zone {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #23bda9;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 524, style-all.sass */
.sub-content-video .frame .cat-grafis {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #e85106;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 532, style-all.sass */
.sub-content-video img {
  width: 100%;
  min-height: 180px;
  height: 180px;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
  margin-bottom: 10px;
  background: #e5e5e5 url("http://localhost/demokrasi/assets/img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s ease-in-out;
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}
/* line 546, style-all.sass */
.sub-content-video img:hover {
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
}

/* line 550, style-all.sass */
.sub-content-dark {
  background: #222222;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 554, style-all.sass */
.sub-content-dark .media {
  margin-bottom: 25px;
}
/* line 556, style-all.sass */
.sub-content-dark .title {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  margin: 20px auto;
  font-weight: 700;
  border-left: 4px solid #f0e800;
  padding-left: 10px;
  color: white;
}
/* line 564, style-all.sass */
.sub-content-dark .other-title {
  padding-top: 20px;
}
/* line 566, style-all.sass */
.sub-content-dark .other-title a {
  color: #989898;
}
/* line 568, style-all.sass */
.sub-content-dark .frame {
  width: 100%;
  height: auto;
  position: relative;
}
/* line 572, style-all.sass */
.sub-content-dark .frame .cat-opini {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #d32603;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 580, style-all.sass */
.sub-content-dark .frame .cat-inisiatif {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #d3038c;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 588, style-all.sass */
.sub-content-dark .frame .cat-video-opini {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #8123bd;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 596, style-all.sass */
.sub-content-dark .frame .cat-video-lainnya {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #2368bd;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 604, style-all.sass */
.sub-content-dark .frame .cat-download-zone {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #23bda9;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 612, style-all.sass */
.sub-content-dark .frame .cat-grafis {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  background: #e85106;
  padding: 3px 6px;
  font-size: 11px;
}
/* line 620, style-all.sass */
.sub-content-dark .media-left img {
  width: 260px;
  height: 140px;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
  background: #e5e5e5 url("http://localhost/demokrasi/assets/img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s ease-in-out;
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}
/* line 632, style-all.sass */
.sub-content-dark .media-left img:hover {
  filter: brightness(50%);
  -webkit-filter: brightness(70%);
}
/* line 635, style-all.sass */
.sub-content-dark .media-body {
  padding: 15px 10px;
}
/* line 637, style-all.sass */
.sub-content-dark .media-body h5 {
  font-family: "Roboto", sans-serif;
  max-height: 58px;
  white-space: normal;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
}
/* line 644, style-all.sass */
.sub-content-dark .media-body h5 a {
  color: white;
}
/* line 646, style-all.sass */
.sub-content-dark .media-body h5 a:hover {
  color: #f3f3f3;
}
/* line 648, style-all.sass */
.sub-content-dark .media-body small {
  color: #f0e800;
}

/* line 651, style-all.sass */
.post-left {
  border-right: 1px solid #f3f3f3;
}

/* line 654, style-all.sass */
.content-post {
  padding-top: 25px;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
}
/* line 658, style-all.sass */
.content-post h1, .content-post h2, .content-post h3, .content-post h4, .content-post h5, .content-post h6 {
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  font-weight: 600;
  color: #555555;
}
/* line 663, style-all.sass */
.content-post .vid {
  margin: 15px auto;
}
/* line 665, style-all.sass */
.content-post img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
  overflow: hidden;
  margin: 20px auto;
  background: #e5e5e5 url("http://localhost/demokrasi/assets/img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 674, style-all.sass */
.content-post small {
  color: #999999;
}
/* line 677, style-all.sass */
.content-post .tag-post a {
  padding: 5px 15px;
  background: #f6f6f6;
  line-height: 30px;
  margin-right: 3px;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  color: #777777;
  border-radius: 4px;
}
/* line 689, style-all.sass */
.content-post .tag-post a:hover {
  background: #f0e800;
  color: #333333;
  text-decoration: none;
}
/* line 694, style-all.sass */
.content-post .share a {
  font-weight: 500;
}
/* line 696, style-all.sass */
.content-post ul.download-file {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  font-size: 18px;
}
/* line 702, style-all.sass */
.content-post ul.download-file li {
  padding: 10px 15px;
  background: #bd2329;
  display: inline-block;
  border-radius: 4px;
}
/* line 707, style-all.sass */
.content-post ul.download-file li a {
  color: white;
}

/* line 710, style-all.sass */
.sidebar-post {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 713, style-all.sass */
.sidebar-post .media {
  margin-bottom: 25px;
}
/* line 715, style-all.sass */
.sidebar-post .title {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  margin: 20px auto;
  font-weight: 700;
  border-left: 4px solid #bd2329;
  padding-left: 10px;
}
/* line 722, style-all.sass */
.sidebar-post .media-left img {
  width: 180px;
  height: 100px;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
  background: #e5e5e5 url("http://localhost/demokrasi/assets/img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s ease-in-out;
}
/* line 732, style-all.sass */
.sidebar-post .media-left img:hover {
  filter: brightness(50%);
  -webkit-filter: brightness(70%);
}
/* line 735, style-all.sass */
.sidebar-post .media-body {
  padding: 0 10px;
}
/* line 737, style-all.sass */
.sidebar-post .media-body h5 {
  font-family: "Roboto", sans-serif;
  max-height: 53px;
  white-space: normal;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
}
/* line 744, style-all.sass */
.sidebar-post .media-body h5 a {
  color: #333333;
}
/* line 746, style-all.sass */
.sidebar-post .media-body h5 a:hover {
  color: #555555;
}
/* line 748, style-all.sass */
.sidebar-post .media-body small {
  color: #bd2329;
}

/* line 751, style-all.sass */
.title-page {
  background: #e5e5e5 url(http://demokrasi.id/bootstrap/img/democracy/title-page.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-size: 25px;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 30px;
  font-family: "Titillium web", sans-serif;
  letter-spacing: 5px;
  font-weight: 600;
}

/* line 766, style-all.sass */
.header-about {
  background: #e5e5e5 url(http://demokrasi.id/bootstrap/img/democracy/bg-about.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-size: 25px;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 60px 30px;
  font-family: "Titillium web", sans-serif;
  letter-spacing: 5px;
  font-weight: 600;
}

/* line 781, style-all.sass */
.content-about {
  max-width: 768px;
  margin: 30px auto;
  letter-spacing: 0.5px;
}
/* line 785, style-all.sass */
.content-about p {
  color: #999999;
}
/* line 787, style-all.sass */
.content-about ul {
  margin: 0;
  color: #999999;
  padding: 15px;
}
/* line 791, style-all.sass */
.content-about ul li {
  margin-bottom: 20px;
}

/* line 796, style-all.sass */
.sub-content ul.pagination, .sub-content-video ul.pagination, .sub-content-dark ul.pagination {
  margin-top: 30px;
}

/* line 799, style-all.sass */
.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
/* line 804, style-all.sass */
.footer .right {
  text-align: right;
}
/* line 806, style-all.sass */
.footer .right a {
  padding-right: 10px;
  padding-left: 10px;
  color: #999999;
}
/* line 810, style-all.sass */
.footer .right a:first-child {
  border-right: 1px solid #eeeeee;
  padding-left: 0;
}
/* line 813, style-all.sass */
.footer .right a:last-child {
  padding-right: 0;
}

/* line 816, style-all.sass */
.not-found {
  padding-top: 30px;
  text-align: center;
  padding-bottom: 30px;
}
/* line 820, style-all.sass */
.not-found img {
  margin: 0 auto;
}

/* line 824, style-all.sass */
.content-contact .map {
  margin-bottom: 30px;
}
/* line 827, style-all.sass */
.content-contact .address .media {
  margin-bottom: 30px;
  font-size: 14px;
}

/* line 832, style-all.sass */
.form-contact label {
  font-size: 14px;
  color: #bd2329;
}

/* line 836, style-all.sass */
.form-contact input[type=text], .form-contact input[type=number] {
  background: #f0f0f0;
  border-radius: 0;
  border: none;
}
/* line 840, style-all.sass */
.form-contact input[type=text]:hover, .form-contact input[type=number]:hover {
  box-shadow: none;
}
/* line 842, style-all.sass */
.form-contact input[type=text]:active, .form-contact input[type=number]:active {
  box-shadow: none;
}
/* line 844, style-all.sass */
.form-contact input[type=text]:focus, .form-contact input[type=number]:focus {
  box-shadow: none;
}

/* line 847, style-all.sass */
.form-contact textarea {
  resize: vertical;
  background: #f0f0f0;
  border-radius: 0;
  border: none;
}
/* line 852, style-all.sass */
.form-contact textarea:hover {
  box-shadow: none;
  background: #f0f0f0;
}
/* line 855, style-all.sass */
.form-contact textarea:active {
  box-shadow: none;
  background: #f0f0f0;
}
/* line 858, style-all.sass */
.form-contact textarea:focus {
  box-shadow: none;
  background: #f0f0f0;
}

@media (max-width: 1200px) {
  /* line 869, style-all.sass */
  .navbar-default ul.menu li {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  /* line 874, style-all.sass */
  .normalize-top {
    padding-top: 115px;
  }

  /* line 878, style-all.sass */
  .sub-content-dark .media .media-left img {
    width: 160px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  /* line 884, style-all.sass */
  .navbar-default .logo img {
    width: 150px;
  }
  /* line 886, style-all.sass */
  .navbar-default .head-search {
    padding-bottom: 7px;
    padding-top: 6px;
  }

  /* line 891, style-all.sass */
  .header-drp .title-header {
    top: 50px;
  }

  /* line 895, style-all.sass */
  .sub-content .title, .sub-content-video .title, .sub-content-dark .title {
    font-size: 12px;
  }

  /* line 899, style-all.sass */
  .sub-content-dark .left {
    border-bottom: 1px solid #111111;
    padding-bottom: 30px;
  }
  /* line 902, style-all.sass */
  .sub-content-dark .media .media-left img {
    width: 130px;
    height: 100px;
  }

  /* line 906, style-all.sass */
  .title-page {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  /* line 912, style-all.sass */
  .content-post .share a {
    font-size: 12px;
  }

  /* line 916, style-all.sass */
  .footer .left {
    margin-bottom: 15px;
  }
  /* line 918, style-all.sass */
  .footer .right, .footer .left {
    text-align: center;
  }

  /* line 922, style-all.sass */
  .sub-content h5, .sub-content-video h5 {
    height: 30px;
    font-size: 14px;
    margin-bottom: 0px;
  }
  /* line 926, style-all.sass */
  .sub-content small, .sub-content-video small {
    font-size: 3vw;
  }
  /* line 928, style-all.sass */
  .sub-content img, .sub-content-video img {
    min-height: 120px;
    height: 120px;
  }

  /* line 932, style-all.sass */
  .shadow-post {
    display: none;
  }
}