article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Arial;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  line-height: normal;
}

/*--------------------------------------------------------------------------------*/
/*GENERAL*/
/*--------------------------------------------------------------------------------*/
:root {
  --kuler-1: #21409A;
  --kuler-2: #007cbd;
  --kuler-3: #ef672f;
}

body {
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Helvetica", Helvetica-FF, Arial, Tahoma, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover {
  color: var(--kuler-1);
}

a:focus {
  outline: none;
}

hr {
  border-style: solid none none;
  border-color: #e6e6e6;
  margin: 16px 0;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

ins {
  text-decoration: none;
  display: contents;
}

ol, ul {
  padding: 0 0 0 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-top: 6px;
  margin-bottom: 0;
}

ol li, ul li {
  padding: 8px 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

header, footer {
  display: table;
  width: 100%;
}

@media (min-width: 1024px) {
  header, footer {
    display: block;
  }
}

/*--------------------------------------------------------------------------------*/
/*TYPOGRAHPHY*/
/*--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6, .font-heading, .font-heading-light, .font-heading-semibold, .font-heading-bold {
  line-height: 1.3;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.head-1 {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 0.0625rem !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.0625rem !important;
}

.font-hero {
  font-size: 32px !important;
}

.font-xxl {
  font-size: 26px !important;
}

.font-xl {
  font-size: 23px !important;
}

.font-lg {
  font-size: 20px !important;
}

.font-md {
  font-size: 18px !important;
}

.font-sm {
  font-size: 16px !important;
}

.font-xs {
  font-size: 14px !important;
}

.font-xxs {
  font-size: 12px !important;
}

@font-face {
  font-family: "Helvetica-FF";
  font-weight: 300;
  font-style: normal;
  src: url("../../../assets/fonts/helvetica/Helvetica-Light.eot");
  src: url("../../../assets/fonts/helvetica/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/helvetica/Helvetica-Light.woff2") format("woff2"), url("../../../assets/fonts/helvetica/Helvetica-Light.woff") format("woff"), url("../../../assets/fonts/helvetica/Helvetica-Light.ttf") format("truetype"), url("../../../assets/fonts/helvetica/Helvetica-Light.svg#Helvetica-Light") format("svg");
  font-display: fallback;
}

@font-face {
  font-family: "Helvetica-FF";
  font-weight: 400;
  font-style: normal;
  src: url("../../../assets/fonts/helvetica/Helvetica-Regular.eot");
  src: url("../../../assets/fonts/helvetica/Helvetica-Regular.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/helvetica/Helvetica-Regular.woff2") format("woff2"), url("../../../assets/fonts/helvetica/Helvetica-Regular.woff") format("woff"), url("../../../assets/fonts/helvetica/Helvetica-Regular.ttf") format("truetype"), url("../../../assets/fonts/helvetica/Helvetica-Regular.svg#Helvetica-Regular") format("svg");
  font-display: fallback;
}

@font-face {
  font-family: "Helvetica-FF";
  font-weight: 700;
  font-style: normal;
  src: url("../../../assets/fonts/helvetica/Helvetica-Bold.eot");
  src: url("../../../assets/fonts/helvetica/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/helvetica/Helvetica-Bold.woff2") format("woff2"), url("../../../assets/fonts/helvetica/Helvetica-Bold.woff") format("woff"), url("../../../assets/fonts/helvetica/Helvetica-Bold.ttf") format("truetype"), url("../../../assets/fonts/helvetica/Helvetica-Bold.svg#Helvetica-Bold") format("svg");
  font-display: fallback;
}

@font-face {
  font-family: "Montserrat-FF";
  font-weight: 300;
  font-style: normal;
  src: url("../../../assets/fonts/montserrat/Montserrat-Light.eot");
  src: url("../../../assets/fonts/montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/montserrat/Montserrat-Light.woff2") format("woff2"), url("../../../assets/fonts/montserrat/Montserrat-Light.woff") format("woff"), url("../../../assets/fonts/montserrat/Montserrat-Light.ttf") format("truetype"), url("../../../assets/fonts/montserrat/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-display: fallback;
}

@font-face {
  font-family: "Montserrat-FF";
  font-weight: 400;
  font-style: normal;
  src: url("../../../assets/fonts/montserrat/Montserrat-Regular.eot");
  src: url("../../../assets/fonts/montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../../../assets/fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../../../assets/fonts/montserrat/Montserrat-Regular.ttf") format("truetype"), url("../../../assets/fonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-display: fallback;
}

@font-face {
  font-family: "Montserrat-FF";
  font-weight: 600;
  font-style: normal;
  src: url("../../../assets/fonts/montserrat/Montserrat-SemiBold.eot");
  src: url("../../../assets/fonts/montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../../../assets/fonts/montserrat/Montserrat-SemiBold.woff") format("woff"), url("../../../assets/fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype"), url("../../../assets/fonts/montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-display: fallback;
}

@font-face {
  font-family: "Montserrat-FF";
  font-weight: 700;
  font-style: normal;
  src: url("../../../assets/fonts/montserrat/Montserrat-Bold.eot");
  src: url("../../../assets/fonts/montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../../../assets/fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../../../assets/fonts/montserrat/Montserrat-Bold.ttf") format("truetype"), url("../../../assets/fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-display: fallback;
}

/*--------------------------------------------------------------------------------*/
/*CONTAINER*/
/*--------------------------------------------------------------------------------*/
.container, .container-fluid {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------------------------*/
/*GRID 12 COLUMNS*/
/*--------------------------------------------------------------------------------*/
.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > .column,
.no-gutter > [class*="column-"] {
  padding-right: 0;
  padding-left: 0;
}

.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .column,
.column-auto {
  position: relative;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}

.column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.column-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.column-1 {
  -ms-flex: 0.08333;
  -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.column-2 {
  -ms-flex: 0.16667;
  -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.column-3 {
  -ms-flex: 0.25;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.column-4 {
  -ms-flex: 0.33333;
  -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.column-5 {
  -ms-flex: 0.41667;
  -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.column-6 {
  -ms-flex: 0.5;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.column-7 {
  -ms-flex: 0.58333;
  -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.column-8 {
  -ms-flex: 0.66667;
  -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.column-9 {
  -ms-flex: 0.75;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.column-10 {
  -ms-flex: 0.83333;
  -webkit-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.column-11 {
  -ms-flex: 0.91667;
  -webkit-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.column-12 {
  -ms-flex: 1;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

/*--------------------------------------------------------------------------------*/
/*TABLE*/
/*--------------------------------------------------------------------------------*/
table th, table td {
  vertical-align: top;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #b3b3b3;
}

table tbody + tbody {
  border-top: 2px solid #b3b3b3;
}

table th {
  border: 1px solid #b3b3b3;
  background: #f2f2f2;
  padding: 10px;
  text-align: left;
}

table td {
  border: 1px solid #b3b3b3;
  padding: 5px 10px;
}

.table-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-strip tr:nth-of-type(even) {
  background: #f0f0f0;
}

/*--------------------------------------------------------------------------------*/
/*BASE BRAND COLORS*/
/*--------------------------------------------------------------------------------*/
.color-utility-base {
  color: #6D8591 !important;
}

.box-utility-base {
  color: #4c5d65 !important;
  background: #e7ebed;
  border: 1px solid #b6c2c8;
  padding: 12px 16px;
}

.box-utility-base a {
  color: #415057 !important;
}

.box-utility-base a:hover {
  text-decoration: underline;
}

.color-utility-success {
  color: #11aa3d !important;
}

.box-utility-success {
  color: #0a6424 !important;
  background: #9cf5b5;
  border: 1px solid #4ded7b;
  padding: 12px 16px;
}

.box-utility-success a {
  color: #084d1c !important;
}

.box-utility-success a:hover {
  text-decoration: underline;
}

.color-utility-warning {
  color: #FCB715 !important;
}

.box-utility-warning {
  color: #c28902 !important;
  background: #fff8e8;
  border: 1px solid #fede93;
  padding: 12px 16px;
}

.box-utility-warning a {
  color: #a97702 !important;
}

.box-utility-warning a:hover {
  text-decoration: underline;
}

.color-utility-error {
  color: #FF0000 !important;
}

.box-utility-error {
  color: #b30000 !important;
  background: #ffd6d6;
  border: 1px solid #ff8080;
  padding: 12px 16px;
}

.box-utility-error a {
  color: #990000 !important;
}

.box-utility-error a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/
/*IMAGES STYLE*/
/*--------------------------------------------------------------------------------*/
.lqd, .lqd_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.lqd_block > img, .media__image img, .media__author-image-avatar img, .detail__media-image-wrap img, .area_ipt img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.img-xs {
  width: 80px;
}

.img-sm {
  width: 100px;
}

.img-md {
  width: 200px;
}

.img-lg {
  width: 400px;
}

.img-fluid {
  width: 100%;
}

.img-fluid img {
  width: 100%;
}

.lqd_img {
  position: absolute;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
  z-index: 0;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.lqd_block {
  overflow: hidden;
}

/*--------------------------------------------------------------------------------*/
/*RATIOBOX*/
/*--------------------------------------------------------------------------------*/
.ratiobox {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.ratiobox.ratio_16_9 {
  padding-bottom: 56.25%;
}

.ratiobox.pdb-counter {
  padding-bottom: calc(56.25% + 35px) !important;
}

.ratiobox iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.block-link:hover .media__image .ratiobox {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.ratiobox--16-9 {
  padding-bottom: 56.25%;
}

.ratiobox--4-3 {
  padding-bottom: 75%;
}

/*--------------------------------------------------------------------------------*/
/*FORMS*/
/*--------------------------------------------------------------------------------*/
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

textarea, select,
input[type="text"],
input[type="date"],
input[type="button"],
input[type="submit"],
input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

select {
  height: 37px;
  padding-right: 32px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 64' style='enable-background:new 0 0 64 64;' fill='%23999999' xml:space='preserve'><path d='M51.4,20.3c0.7-0.8,1.9-0.8,2.6,0c0.8,0.7,0.8,1.9,0,2.6L33.2,43.7c-0.7,0.7-1.9,0.7-2.7,0L9.8,22.9c-0.7-0.7-0.7-1.9,0-2.6c0.8-0.8,1.9-0.8,2.7,0l19.4,19.4L51.4,20.3z'/></svg>");
  background-size: 16px;
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
}

[type="checkbox"], [type="radio"] {
  padding: 0;
}

textarea {
  resize: none;
}

textarea.form-element, textarea.tagsinput {
  height: auto;
}

button {
  cursor: pointer;
  background: #f0f0f0;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

label {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}

.form-check label {
  margin: 0;
}

.form-inline label {
  display: inline-block;
  margin-right: 4px;
}

.form-check--inline label {
  line-height: 2;
}

label a {
  color: var(--kuler-1);
}

.form-block {
  position: relative;
  margin-bottom: 12px;
}

.form-block--error .tagsinput {
  border-color: #FF0000;
  background: #fae9ec;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 24px;
}

.form-check__input {
  display: none;
  margin-left: -24px;
  margin-right: 4px;
  position: absolute;
  margin-top: 4px;
}

.form-check__input:checked + label:before {
  background: #007cbd;
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}

.form-check--radio .form-check__input:checked + label:after {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.form-check--checkbox .form-check__input:checked + label:after {
  font-family: "detiknetwork-FF";
  content: "\49";
  background: transparent;
  line-height: 1;
  color: #FFFFFF;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.form-check__input:disabled ~ label {
  color: #999999;
}

.form-check label {
  position: relative;
  cursor: pointer;
}

.form-check label:before, .form-check label:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
}

.form-check label:before {
  background: #cccccc;
  -webkit-transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  -webkit-transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.form-check label:after {
  background: #FFFFFF;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.form-check label:hover:after {
  -webkit-transform: scale(0.35);
  transform: scale(0.35);
}

.form-check--checkbox label:after {
  font-size: 16px;
}

.form-check--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}

.form-check--inline__input {
  position: static;
  margin-top: 0;
  margin-right: 8px;
  margin-left: 0;
}

.form-check--inline label:before, .form-check--inline label:after {
  top: 5px;
}

.form-element, .tagsinput {
  display: block;
  width: 100%;
  height: 37px;
  padding: 8px 12px;
  border: 1px solid #e6e6e6;
  line-height: 1.4;
  background-color: #FFFFFF;
  color: #333333;
  font-size: 14px;
  -webkit-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.form-element:focus, .tagsinput:focus {
  border-color: #cccccc;
}

.form-element[type="date"], .tagsinput[type="date"] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.form-element--error, .form-element--error:focus {
  color: #b30000 !important;
  background: #ffd6d6;
  border-color: #ff8080;
}

.form-inline .form-element, .form-inline .tagsinput {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-rounded .form-element, .form-rounded .tagsinput {
  border-radius: 24px;
}

.form-gray .form-element, .form-gray .tagsinput {
  background-color: #f7f7f7;
}

.form-file {
  position: relative;
  width: 100%;
  height: 37px;
  padding: 8px 12px 0 20px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 16px;
}

.form-file:before {
  position: absolute !important;
  left: 0;
  top: 0;
  line-height: 1.4;
  content: 'Pilih file';
  z-index: 1;
  font-size: 16px;
  display: inline-block;
  line-height: 1.4;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.form-file:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 117px;
  height: 37px;
  background: #fff;
}

.form-file__input {
  position: absolute;
  left: 25px;
}

.form-element:disabled, .tagsinput:disabled, .form-element[readonly], .tagsinput[readonly], .form-gray .form-element:disabled, .form-gray .tagsinput:disabled, .form-gray .form-element[readonly], .form-gray .tagsinput[readonly] {
  background-color: #f0f0f0;
}

/*--------------------------------------------------------------------------------*/
/*BUTTONS & LABELS DEFAULT STYLING*/
/*--------------------------------------------------------------------------------*/
.btn, .label {
  position: relative;
  font-size: 16px;
  display: inline-block;
  line-height: 1.4;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn--default, .label--default {
  background: #f0f0f0;
  color: #000000;
}

.btn--rounded, .label--rounded {
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
}

.btn--sm, .label--sm {
  font-size: 12px;
  padding: 4px 12px;
}

.btn--md, .label--md {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn--lg, .label--lg {
  font-size: 20px;
  padding: 8px 32px;
}

/*--------------------------------------------------------------------------------*/
/*BUTTON & LABEL STYLING VARIATIONS*/
/*--------------------------------------------------------------------------------*/
.btn:hover {
  color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.btn--rounded.btn--sm {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 16px;
}

.btn--rounded.btn--lg {
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 32px;
}

.btn--default.btn--outline {
  border: 1px solid #666666;
  color: #666666;
}

.btn--default.btn--link {
  color: #007cbd;
}

.btn--outline {
  border: 1px solid #000000;
  color: #000000;
}

.btn--link:hover {
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn--outline, .btn--link {
  background: transparent !important;
}

form .btn {
  padding: 8px 16px;
  font-size: 14px;
}

.form-rounded .btn {
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px;
}

.label {
  cursor: inherit;
}

.label--rounded.label--sm {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 16px;
}

.label--rounded.label--lg {
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 32px;
}

/*--------------------------------------------------------------------------------*/
.btn--sosmed-instagram {
  color: #FFFFFF;
  border: none;
  background: #5851DB;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at left bottom, #ffdc80 15%, #e1306c 55%, #5851db 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top_color', endColorstr='$bottom_color',GradientType=1 );
  /* IE6-9 */
}

.btn--sosmed-instagram:hover {
  color: #FFFFFF;
  border: none;
}

.pagination {
  display: block;
  font-size: 14px;
}

.pagination a {
  text-align: center;
  display: inline-block;
  padding: 4px 8px;
}

.pagination a:first-child {
  margin-right: 16px;
}

.pagination a:last-child {
  margin-left: 16px;
}

.pagination__item:hover {
  background: #f0f0f0;
  color: #000000;
  border-radius: 4px;
}

.pagination__item--active, .pagination__item--active:hover {
  background: var(--kuler-1);
  color: #FFFFFF;
  border-radius: 4px;
}

.pagination__range {
  letter-spacing: 4px;
  background: transparent;
}

@font-face {
  font-family: "detiknetwork-FF";
  font-weight: normal;
  font-style: normal;
  src: url("../../../assets/fonts/icons/detiknetwork.eot");
  src: url("../../../assets/fonts/icons/detiknetwork.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/icons/detiknetwork.woff2") format("woff2"), url("../../../assets/fonts/icons/detiknetwork.woff") format("woff"), url("../../../assets/fonts/icons/detiknetwork.ttf") format("truetype"), url("../../../assets/fonts/icons/detiknetwork.svg#detiknetwork") format("svg");
  font-display: fallback;
}

.icon {
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: baseline;
}

.btn .icon {
  margin-top: -1px;
}

.icon--xxl {
  font-size: 256px;
}

.icon--xl {
  font-size: 128px;
}

.icon--lg {
  font-size: 64px;
}

.icon--md {
  font-size: 32px;
}

.icon--sm {
  font-size: 24px;
}

.icon--xs {
  font-size: 16px;
}

[data-icon]:before {
  font-family: "detiknetwork-FF" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "detiknetwork-FF" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-home:before {
  content: "\63";
}

.icon-home-bg:before {
  content: "\64";
}

.icon-chevron-right:before {
  content: "\65";
}

.icon-chevron-right-bg:before {
  content: "\66";
}

.icon-chevron-left:before {
  content: "\67";
}

.icon-chevron-left-bg:before {
  content: "\68";
}

.icon-arrow-right:before {
  content: "\69";
}

.icon-arrow-left:before {
  content: "\6a";
}

.icon-chevron-up:before {
  content: "\6b";
}

.icon-chevron-up-bg:before {
  content: "\6c";
}

.icon-chevron-down:before {
  content: "\6d";
}

.icon-chevron-down-bg:before {
  content: "\6e";
}

.icon-arrow-up:before {
  content: "\6f";
}

.icon-arrow-down:before {
  content: "\70";
}

.icon-search:before {
  content: "\71";
}

.icon-search-bg:before {
  content: "\72";
}

.icon-user:before {
  content: "\73";
}

.icon-user-bg:before {
  content: "\74";
}

.icon-live-tv:before {
  content: "\75";
}

.icon-live-tv-bg:before {
  content: "\76";
}

.icon-tv:before {
  content: "\77";
}

.icon-tv-bg:before {
  content: "\78";
}

.icon-menu:before {
  content: "\79";
}

.icon-menu-bg:before {
  content: "\7a";
}

.icon-lock:before {
  content: "\41";
}

.icon-lock-bg:before {
  content: "\42";
}

.icon-open-lock:before {
  content: "\43";
}

.icon-open-lock-bg:before {
  content: "\44";
}

.icon-doc:before {
  content: "\45";
}

.icon-doc-bg:before {
  content: "\46";
}

.icon-calendar:before {
  content: "\47";
}

.icon-calendar-bg:before {
  content: "\48";
}

.icon-check:before {
  content: "\49";
}

.icon-check-bg:before {
  content: "\4a";
}

.icon-trash:before {
  content: "\4b";
}

.icon-trash-bg:before {
  content: "\4c";
}

.icon-pencil:before {
  content: "\4d";
}

.icon-pencil-bg:before {
  content: "\4e";
}

.icon-close:before {
  content: "\4f";
}

.icon-close-bg:before {
  content: "\50";
}

.icon-card:before {
  content: "\51";
}

.icon-card-bg:before {
  content: "\52";
}

.icon-network:before {
  content: "\53";
}

.icon-network-bg:before {
  content: "\54";
}

.icon-email:before {
  content: "\55";
}

.icon-email-bg:before {
  content: "\56";
}

.icon-info:before {
  content: "\57";
}

.icon-info-bg:before {
  content: "\58";
}

.icon-warning:before {
  content: "\59";
}

.icon-warning-bg:before {
  content: "\5a";
}

.icon-video:before {
  content: "\30";
}

.icon-video-bg:before {
  content: "\31";
}

.icon-image:before {
  content: "\32";
}

.icon-image-bg:before {
  content: "\33";
}

.icon-file-text:before {
  content: "\34";
}

.icon-file-text-bg:before {
  content: "\35";
}

.icon-graphic:before {
  content: "\36";
}

.icon-graphic-bg:before {
  content: "\37";
}

.icon-folder:before {
  content: "\38";
}

.icon-folder-bg:before {
  content: "\39";
}

.icon-notification:before {
  content: "\21";
}

.icon-notification-bg:before {
  content: "\22";
}

.icon-download:before {
  content: "\23";
}

.icon-download-bg:before {
  content: "\24";
}

.icon-upload:before {
  content: "\25";
}

.icon-upload-bg:before {
  content: "\26";
}

.icon-filter:before {
  content: "\27";
}

.icon-filter-bg:before {
  content: "\28";
}

.icon-sent-mail:before {
  content: "\29";
}

.icon-sent-mail-bg:before {
  content: "\2a";
}

.icon-play:before {
  content: "\2b";
}

.icon-play-bg:before {
  content: "\2c";
}

.icon-comment:before {
  content: "\2d";
}

.icon-comment-bg:before {
  content: "\2e";
}

.icon-plus:before {
  content: "\2f";
}

.icon-plus-bg:before {
  content: "\3a";
}

.icon-favorite:before {
  content: "\3b";
}

.icon-favorite-bg:before {
  content: "\3c";
}

.icon-share:before {
  content: "\3d";
}

.icon-share-bg:before {
  content: "\3e";
}

.icon-setting:before {
  content: "\3f";
}

.icon-setting-bg:before {
  content: "\40";
}

.icon-crown:before {
  content: "\5b";
}

.icon-crown-bg:before {
  content: "\5d";
}

.icon-zoom:before {
  content: "\5e";
}

.icon-zoom-bg:before {
  content: "\5f";
}

.icon-quote-right:before {
  content: "\60";
}

.icon-quote-left:before {
  content: "\7b";
}

.icon-camera:before {
  content: "\7c";
}

.icon-camera-bg:before {
  content: "\7d";
}

.icon-link:before {
  content: "\7e";
}

.icon-link-bg:before {
  content: "\5c";
}

.icon-love:before {
  content: "\e000";
}

.icon-love-bg:before {
  content: "\e001";
}

.icon-sign-out:before {
  content: "\e002";
}

.icon-sign-out-bg:before {
  content: "\e003";
}

.icon-sign-in:before {
  content: "\e004";
}

.icon-sign-in-bg:before {
  content: "\e005";
}

.icon-facebook:before {
  content: "\61";
}

.icon-twitter:before {
  content: "\62";
}

.icon-instagram:before {
  content: "\e006";
}

.icon-linkedin:before {
  content: "\e007";
}

.icon-youtube:before {
  content: "\e008";
}

.icon-refresh:before {
  content: "\e009";
}

.notification-overlay {
  position: fixed;
  top: 215px;
  left: 50%;
  z-index: 12;
  padding: 12px 16px;
  color: var(--kuler-1);
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.notification-overlay__close {
  position: absolute;
  top: 2px;
  right: 4px;
  color: #999999;
}

.notification-overlay a:hover .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.notification-overlay--alpha {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.loader-animate {
  width: 32px;
  margin: 12px auto;
}

/*--------------------------------------------------------------------------------*/
/*HELPER*/
/*--------------------------------------------------------------------------------*/
.pd-0 {
  padding: 0 !important;
}

.pdt-0 {
  padding-top: 0 !important;
}

.pdr-0 {
  padding-right: 0 !important;
}

.pdb-0 {
  padding-bottom: 0 !important;
}

.pdl-0 {
  padding-left: 0 !important;
}

.mg-0 {
  margin: 0 !important;
}

.mgt-0 {
  margin-top: 0 !important;
}

.mgr-0 {
  margin-right: 0 !important;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.mgl-0 {
  margin-left: 0 !important;
}

.pd-4 {
  padding: 4px !important;
}

.pdt-4 {
  padding-top: 4px !important;
}

.pdr-4 {
  padding-right: 4px !important;
}

.pdb-4 {
  padding-bottom: 4px !important;
}

.pdl-4 {
  padding-left: 4px !important;
}

.mg-4 {
  margin: 4px !important;
}

.mgt-4 {
  margin-top: 4px !important;
}

.mgr-4 {
  margin-right: 4px !important;
}

.mgb-4 {
  margin-bottom: 4px !important;
}

.mgl-4 {
  margin-left: 4px !important;
}

.pd-8 {
  padding: 8px !important;
}

.pdt-8 {
  padding-top: 8px !important;
}

.pdr-8 {
  padding-right: 8px !important;
}

.pdb-8 {
  padding-bottom: 8px !important;
}

.pdl-8 {
  padding-left: 8px !important;
}

.mg-8 {
  margin: 8px !important;
}

.mgt-8 {
  margin-top: 8px !important;
}

.mgr-8 {
  margin-right: 8px !important;
}

.mgb-8 {
  margin-bottom: 8px !important;
}

.mgl-8 {
  margin-left: 8px !important;
}

.pd-12 {
  padding: 12px !important;
}

.pdt-12 {
  padding-top: 12px !important;
}

.pdr-12 {
  padding-right: 12px !important;
}

.pdb-12 {
  padding-bottom: 12px !important;
}

.pdl-12 {
  padding-left: 12px !important;
}

.mg-12 {
  margin: 12px !important;
}

.mgt-12 {
  margin-top: 12px !important;
}

.mgr-12 {
  margin-right: 12px !important;
}

.mgb-12 {
  margin-bottom: 12px !important;
}

.mgl-12 {
  margin-left: 12px !important;
}

.pd-16 {
  padding: 16px !important;
}

.pdt-16 {
  padding-top: 16px !important;
}

.pdr-16 {
  padding-right: 16px !important;
}

.pdb-16 {
  padding-bottom: 16px !important;
}

.pdl-16 {
  padding-left: 16px !important;
}

.mg-16 {
  margin: 16px !important;
}

.mgt-16 {
  margin-top: 16px !important;
}

.mgr-16 {
  margin-right: 16px !important;
}

.mgb-16 {
  margin-bottom: 16px !important;
}

.mgl-16 {
  margin-left: 16px !important;
}

.pd-24 {
  padding: 24px !important;
}

.pdt-24 {
  padding-top: 24px !important;
}

.pdr-24 {
  padding-right: 24px !important;
}

.pdb-24 {
  padding-bottom: 24px !important;
}

.pdl-24 {
  padding-left: 24px !important;
}

.mg-24 {
  margin: 24px !important;
}

.mgt-24 {
  margin-top: 24px !important;
}

.mgr-24 {
  margin-right: 24px !important;
}

.mgb-24 {
  margin-bottom: 24px !important;
}

.mgl-24 {
  margin-left: 24px !important;
}

.pd-48 {
  padding: 48px !important;
}

.pdt-48 {
  padding-top: 48px !important;
}

.pdr-48 {
  padding-right: 48px !important;
}

.pdb-48 {
  padding-bottom: 48px !important;
}

.pdl-48 {
  padding-left: 48px !important;
}

.mg-48 {
  margin: 48px !important;
}

.mgt-48 {
  margin-top: 48px !important;
}

.mgr-48 {
  margin-right: 48px !important;
}

.mgb-48 {
  margin-bottom: 48px !important;
}

.mgl-48 {
  margin-left: 48px !important;
}

.pd-96 {
  padding: 96px !important;
}

.pdt-96 {
  padding-top: 96px !important;
}

.pdr-96 {
  padding-right: 96px !important;
}

.pdb-96 {
  padding-bottom: 96px !important;
}

.pdl-96 {
  padding-left: 96px !important;
}

.mg-96 {
  margin: 96px !important;
}

.mgt-96 {
  margin-top: 96px !important;
}

.mgr-96 {
  margin-right: 96px !important;
}

.mgb-96 {
  margin-bottom: 96px !important;
}

.mgl-96 {
  margin-left: 96px !important;
}

.hide-element {
  display: none !important;
}

.display-block {
  display: block !important;
}

.pos-relative {
  position: relative !important;
}

.w-100 {
  width: 100% !important;
}

.flex-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/*--------------------------------------------------------------------------------*/
/*EXTENDS*/
/*--------------------------------------------------------------------------------*/
.font-family-base, .font-family-base-2, .font-heading, .font-paragraph, .form-element, .tagsinput, .pagination, .box__title, .section__title, .navbar-second .nav a, .list-content__title, .media__title, .media__subtitle, .detail__subtitle, .livereport-content .media__date, .breaking-sticky .media__link, .breaking-sticky .media__label, .detail__artikel-selanjutnya .detail__title, .detail__newstag-title, .detail__multiple-paging {
  font-weight: 400;
}

.font-base-light, .font-heading-light, .font-light, .box__title--sponsored-box, .detail__body-tag .nav__item, .footer .nav, .media__date, .footer__copy, .detail__date, .detail__media-caption, .static__body-text p, .static__body-box p {
  font-weight: 300;
}

.font-base-semibold, .font-heading-semibold, .box-utility-base a, .box-utility-success a, .box-utility-warning a, .box-utility-error a, .notification-overlay, .font-semibold, .box__title, .section__title, .page__title, .nav, .headline .media__title, .text-list--title, .detail__title, .detail__anchor-numb, .detail__artikel-selanjutnya-title, .linksisip a, .embed_video .title, .moment__anchor {
  font-weight: 600;
}

.font-base-bold, .font-heading-bold, .font-bold, .modal-body__title, .nav--bold .nav-item, .terpopuler .nav, .livereport-content .media__title, .article__recomendation .media__label, .linksisip strong, .quotesisip blockquote {
  font-weight: 700;
}

.font-family-base, .font-paragraph, .form-element, .tagsinput, .form-file, .icon, .footer .nav, .media__date, .detail__date, .detail__media-caption, .quotesisip {
  font-family: "Helvetica", Helvetica-FF, Arial, Tahoma, sans-serif;
}

.font-family-base-2, .font-heading, .font-heading-light, .font-heading-semibold, .font-heading-bold, label, .form-file:before, .btn, .pagination, .notification-overlay, .modal-body__title, .box__title, .section__title, .box__header a, .box__title--sponsored-box, .page__header-social, .page__title, .page__breadcrumb, .page__follow, .page__indeks-info, .page__share, .nav, .detail__body-tag .nav__item, .list-content__title, .media__title, .livereport-content .media__title, .media__subtitle, .detail__subtitle, .livereport-content .media__date, .media__author, .breaking-sticky .media__link, .breaking-sticky .media__label, .article__recomendation .media__label, .media__label--live, .text-list, .text__body, .footer, .footer-title, .detail__title, .detail__author, .detail__multiple .detail__anchor, .detail__newstag-title, .detail__artikel-selanjutnya-title, .linksisip, .embed_video, .breaking-sponsor, .text__body-box, .static__body {
  font-family: "Montserrat", Montserrat-FF, Arial, Tahoma, sans-serif;
}

.display-flex, .align-middle, .notif__balon, .box__title--sponsored-box, .navbar-first, .media--list, .footer__app-store, .detail__newstag, .breaking-sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-inline, .display-flex-wrap, .nav, .detail__body-tag .nav, .nav--center, .nav--right, .static__body-form .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.notification-overlay, .flex-between, .box__header, .section__header, .box__title--sponsored, .page__header, .page__nav, .page__breadcrumb, .page__follow, .page__indeks-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-center, .cb-mostpop .text-list__data, .cb-commented .text-list__data, .detail__newstag, .icon-item {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-style-italic {
  font-style: italic !important;
}

.align-middle, .notif__balon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-utility-base, .box-utility-success, .box-utility-warning, .box-utility-error, .form-check--checkbox label:before, .form-check--checkbox label:after, .form-element, .tagsinput, .notification-overlay, .slick-slide-thumbnail .slick-slide, .dropdown-menu__content, .box-background, .detail__body-tag .nav__item, .media__label, .media__icon, .media--image-radius .media__image, .copy_url .notif, .tagsinput .tag {
  border-radius: 4px;
}

.form-check--radio label:before, .form-check--radio label:after, .circle, .lds-ring div, .slick-dots li button, .nav__item--new a:after, .media__author-image-avatar, .media--image-circle .media__image, .detail__author-image-avatar, .static__body-form .numb {
  border-radius: 50%;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #FFFFFF;
}

.color-gray {
  color: #6D8591;
}

.color-blue-base, .color-blue {
  color: #21409A;
}

.color-orange-light-1, .color-orange {
  color: #ef672f;
}

.color-red-light-2, .color-red {
  color: #FF0000;
}

.color-purple-light-2, .color-purple, .section__header, .media__subtitle a, .detail__subtitle a, .detail__multiple-paging .text-list--title, .detail__multiple-paging .text-list--title a, .detail__author, .detail__artikel-selanjutnya-title {
  color: #812e88;
}

.color-green-light-2, .color-green {
  color: #11aa3d;
}

.color-yellow-base, .color-yellow {
  color: #FCB715;
}

.color-pink-light-1, .color-pink {
  color: #ec1b7a;
}

.color-bg-black {
  background: #000000;
}

.color-bg-black-light-5 {
  background: #e6e6e6;
}

.color-bg-white {
  background: #FFFFFF;
}

.color-bg-gray {
  background: #6D8591;
}

.color-bg-gray-light-4 {
  background: #e0e5e8;
}

.color-bg-blue-base, .color-bg-blue {
  background: #21409A;
}

.color-bg-orange-light-1, .color-bg-orange {
  background: #ef672f;
}

.color-bg-red-light-2, .color-bg-red {
  background: #FF0000;
}

.color-bg-purple-light-2, .color-bg-purple {
  background: #812e88;
}

.color-bg-green-light-2, .color-bg-green {
  background: #11aa3d;
}

.color-bg-yellow-base, .color-bg-yellow {
  background: #FCB715;
}

.color-bg-pink-light-1, .color-bg-pink {
  background: #ec1b7a;
}

/*MODAL STYLE*/
.modal-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 23;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.65);
}

.modal-box--show {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 20px auto;
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  height: 100%;
  min-height: calc(100% - 40px);
  max-height: calc(100% - 40px);
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
  width: 500px;
}

.modal-box--md .modal-dialog {
  width: 700px;
}

.modal-box--full .modal-dialog {
  width: calc(100% - 40px);
}

.anim .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  pointer-events: auto;
  width: 100%;
  min-height: 100px;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #FFFFFF;
}

.modal-content--loaded {
  max-height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.modal-box--full .modal-content {
  height: 100%;
}

.modal-body {
  padding: 16px;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
}

.modal-content--loaded .modal-body {
  opacity: 1;
}

.modal-body__title {
  padding-bottom: 12px;
  margin-bottom: 4px;
  font-size: 18px;
}

.close-modal {
  display: block;
  position: absolute;
  top: 2px;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  color: #999999;
}

.modal-content--loaded .close-modal {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
  z-index: 22;
  background: #FFFFFF;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal-overlay {
  opacity: 0.9;
}

.lds-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  width: 40px;
  height: 40px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 7px solid #999999;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.accordion-wrap, .accordion-title {
  position: relative;
}

.accordion-title {
  cursor: pointer;
}

.accordion-title .icon {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.accordion-content {
  display: none;
  overflow: hidden;
}

.accordion-open .icon-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*ZOOM IMAGES*/
.wrap-zoom {
  z-index: 666;
  position: relative !important;
}

.img-zoomin {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.img-zoomout, .wrap-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

.wrap-zoom, .p_img_zoomin {
  position: relative;
  -webkit-transition: transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.zoom-overlay {
  z-index: 26;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.85);
}

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

.capzoom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.capzoom .container {
  display: block;
}

.capzoom span {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #f7f7f7;
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
}

.zoom-overlay-open .capzoom {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: none;
}

.slick-slide-thumbnail .slick-slide {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.slick-slide-thumbnail .slick-slide:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-slide:focus {
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide-thumbnail {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.slick-slide-thumbnail .slick-slide {
  margin-left: 4px;
  margin-right: 4px;
  overflow: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  outline: none;
  border: none;
  background: transparent;
  font-size: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -o-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.detail__media-image-wrap .slick-arrow {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.detail__media-image-wrap:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.append-nav .slick-arrow, .foto-pop-up .slick-arrow {
  color: #FFFFFF;
}

.slick-prev:before, .slick-next:before {
  font-family: detiknetwork-FF;
  font-size: 64px;
}

.slick-slide-thumbnail .slick-prev:before, .slick-slide-thumbnail .slick-next:before {
  font-size: 24px;
}

.foto-pop-up .slick-prev:before, .foto-pop-up .slick-next:before {
  color: #FFFFFF;
}

.slick-prev {
  left: 0;
}

.slick-slide-thumbnail .slick-prev {
  left: -24px;
}

.slick-prev:before {
  content: "\67";
}

.slick-next {
  right: 0;
}

.slick-slide-thumbnail .slick-next {
  right: -24px;
}

.slick-next:before {
  content: "\65";
}

.slick-slide-thumbnail .slick-active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.slick-slide-thumbnail .slick-active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-slide-thumbnail .slick-current {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-dotted.slick-slider {
  padding-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 1px solid #666666;
  background: #c7d0d5;
  opacity: 0.3;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  opacity: 0.8;
}

.append-nav {
  position: absolute;
  left: 0;
  right: 0;
}

.dropdown {
  position: relative;
}

.dropdown-wrap {
  display: inline-block;
  position: relative;
}

.dropdown-menu {
  text-align: left;
  padding-top: 4px;
  display: block;
  min-width: 150px;
  position: absolute;
  top: 100%;
  left: -8px;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.dropdown-menu__content {
  min-width: 200px;
  position: relative;
  margin: 8px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-menu__content:after {
  content: "";
  position: absolute;
  left: 28px;
  width: 0;
  height: 0;
  top: 0;
  border: 6px solid black;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-menu__content-article {
  width: 300px;
  padding: 12px;
}

.dropdown-menu--right .dropdown-menu__content:after {
  left: auto;
  right: 2px;
}

.dropdown-menu--right {
  left: auto;
  right: -8px;
}

.dropdown-menu--top {
  top: unset;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 4px;
}

.dropdown-menu--top .dropdown-menu__content:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 100%;
  right: 12px;
}

.dropdown-aktif .dropdown-menu {
  max-height: 500px;
  visibility: visible;
}

.dropdown-aktif .dropdown .icon-chevron-down, .dropdown-aktif .dropdown .icon-chevron-up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown > .icon {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.box, .section, .box__form-indeks, .detail__multiple-paging .text-list--title, .detail__media, .detail__anchor, .detail__multiple-box, .detail__multiple-paging {
  margin-left: -18px;
  margin-right: -18px;
  padding-left: 18px;
  padding-right: 18px;
}

.box, .section {
  position: relative;
  word-wrap: break-word;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 3px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.box__header, .section__header {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 23px;
}

.box__title, .section__title {
  margin: 0;
  font-size: 18px;
  color: #562b77;
}

.box {
  margin-bottom: 24px;
}

.box__header a {
  padding: 0;
}

.box__title--sponsored {
  width: 100%;
}

.box__title--sponsored-box {
  width: 130px;
  font-size: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

.box__title--sponsored-box img {
  max-width: 64px;
  max-height: 40px;
}

.box__logo {
  max-width: 200px;
  max-height: 45px;
}

.box-ads {
  margin-top: 16px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.box-ads--billboard {
  margin: 0;
}

.box-ads__name {
  position: absolute;
  padding: 8px 12px;
  font-size: 14px;
  color: #666666;
}

.box__form-indeks {
  margin-top: 8px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.box__form-indeks-date {
  border-left: 1px solid #e6e6e6;
}

.box-background {
  padding: 16px;
  background: #f7f7f7;
}

.section {
  margin-bottom: 16px;
}

.page__header {
  margin-top: 12px;
}

.page__header-blak {
  background: #666666;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #666666 50%, #999999 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  /* IE6-9 */
  padding: 12px 12px 12px 0;
  width: 66%;
  height: 60px;
  position: relative;
  margin-top: 24px;
}

.page__header-blak-logo {
  position: relative;
  top: -38px;
}

.page__header-social {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #FFFFFF;
  font-size: 12px;
}

.page__title {
  margin: 0;
  font-size: 23px;
  color: #562b77;
}

.page__nav--float {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  margin-top: 8px;
}

.page__nav--float a {
  color: #FFFFFF;
}

.page__breadcrumb, .page__follow, .page__indeks-info {
  color: #999999;
  font-size: 12px;
}

.page__breadcrumb a, .page__follow a, .page__indeks-info a {
  color: #999999;
}

.page__breadcrumb a {
  position: relative;
}

.page__breadcrumb a:after {
  content: "/";
  padding: 0 4px;
}

.page__breadcrumb a:last-child:after {
  content: "";
}

.page__breadcrumb a:hover {
  color: #333333;
}

.page__share {
  color: #666666;
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
}

.page__share a {
  color: #666666;
}

.livereport-content .page__share {
  padding: 0 12px 8px;
}

.nhl .box, .nhl
.cb, .nhl
.widget {
  border-bottom: 3px solid #f0f0f0;
}

.nhl .box + .box,
.nhl .box + .cb,
.nhl .box + .widget,
.nhl .box + div .box,
.nhl .box + div .cb,
.nhl .box + div .widget, .nhl
.cb + .box,
.nhl
.cb + .cb,
.nhl
.cb + .widget,
.nhl
.cb + div .box,
.nhl
.cb + div .cb,
.nhl
.cb + div .widget, .nhl
.widget + .box,
.nhl
.widget + .cb,
.nhl
.widget + .widget,
.nhl
.widget + div .box,
.nhl
.widget + div .cb,
.nhl
.widget + div .widget {
  border-top: none;
  margin-top: -24px;
}

.widget.widget-nhl {
  border: none;
  margin-top: 8px;
  background: #f0f0f0;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 46px;
}

.captcha {
  display: inline-block;
}

.alert {
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 5px;
  font-size: 14px;
}

.alert--danger {
  border: 1px solid #f6cfd7;
  background: #fae9ec;
  color: #000000;
}

.alert--center-inline {
  display: inline-block;
}

.nav__item--new a:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #FF0000;
  position: absolute;
  top: 0;
  margin-left: 4px;
  overflow: hidden;
}

.nav {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.nav a {
  display: block;
}

.navbar-second .nav a {
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #f7f7f7;
}

.nav__item {
  position: relative;
  padding: 0;
}

.nav__item a {
  padding: 4px 24px 4px 0;
}

.nav--column .nav__item a {
  padding: 4px 0;
}

.footer .nav__item a {
  padding: 0 8px;
  position: relative;
  margin-bottom: 8px;
  color: #666666;
}

.footer .nav__item a:after {
  content: ".";
  position: absolute;
  top: -12px;
  right: -4px;
  font-size: 23px;
  font-weight: 400;
}

.navbar-shadow .navbar--scroll .nav__item:first-child {
  padding-left: 16px;
}

.navbar-shadow .navbar--scroll .nav__item:last-child {
  padding-right: 16px;
}

.navbar-first .nav__item:last-child a {
  padding-right: 0;
}

.navbar-first .nav__item, .navbar-second .nav__item {
  white-space: nowrap;
}

.navbar-second .nav__item {
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.nav__item--green a {
  color: #75b72e;
}

.nav__item--green ins {
  text-decoration: none;
}

.nav__item--red a {
  color: #FF0000;
}

.nav__item--red ins {
  text-decoration: none;
}

.nav__item--new {
  position: relative;
}

.navbar-first .nav__item--active a {
  color: #562b77;
}

.nav--column .nav__item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.footer .nav__item:last-child a:after {
  content: "";
}

.detail__body-tag .nav__item {
  background: #f0f0f0;
  margin: 4px;
  display: block;
  padding: 4px 16px;
  color: #000000;
  font-size: 12px;
}

.terpopuler .nav__item {
  padding: 4px 24px 4px 0;
  font-size: 14px;
}

.footer .nav {
  margin: 24px 0;
}

.navbar--scroll .nav {
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar-first .nav {
  height: 45px;
}

.navbar-first .nav, .navbar-second .nav {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

.detail__body-tag .nav {
  margin: 8px;
  margin-left: -4px;
  margin-right: -4px;
}

.nav--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.navbar {
  position: relative;
}

.header .navbar {
  height: 35px;
  overflow: hidden;
}

.navbar-logo {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
}

.navbar--scroll {
  padding-top: 0;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.navbar-wrap {
  overflow: hidden;
}

.navbar-shadow {
  position: relative;
  margin-left: -18px;
  margin-right: -18px;
}

.navbar-shadow:before {
  content: "";
  width: 18px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 25%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  /* IE6-9 */
  position: absolute;
}

.navbar-shadow:after {
  content: "";
  width: 24px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, right top, left top, color-stop(25%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white 25%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  /* IE6-9 */
  position: absolute;
}

.back-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 8px;
  bottom: 60px;
  background: #cccccc;
  /* The Fallback */
  background: rgba(204, 204, 204, 0.5);
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  z-index: 10;
}

.back-top a {
  display: inherit;
  color: #FFFFFF;
}

/*--------------------------------------------------------------------------------*/
/*LIST CONTENT*/
/*--------------------------------------------------------------------------------*/
.list-content {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.list-content__item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.list-content--column .list-content__item {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.list-content__item:first-child {
  margin-top: 8px;
}

.list-content--column .list-content__item:first-child {
  margin-top: 0;
}

.list-content__item:last-child {
  margin-bottom: 0;
}

.list-content--column .list-content__item:last-child {
  margin-bottom: 12px;
}

.dropdown-wrap .list-content__item:last-child, .moment .list-content__item:last-child {
  border-bottom: none;
}

.dropdown-wrap .list-content__item {
  border-bottom: 1px solid #f0f0f0;
}

.moment .list-content__item {
  padding: 0 24px;
  border-bottom: 1px solid #cccccc;
}

.list-content__title {
  margin: 0;
  font-size: 16px;
}

.list-content__title > a {
  display: block;
}

.list-content--column {
  margin-top: 8px;
}

.list-content--bordered .list-content__item {
  border-bottom: 1px solid #f0f0f0;
}

.list-content--bordered .list-content__item:last-child {
  border: none;
}

.list-content > div.widget-nhl:first-child {
  margin-top: -8px;
}

.list-content--border-left {
  border-left: 1px solid #e6e6e6;
  padding: 12px 12px 0 12px;
}

.media {
  position: relative;
  overflow: hidden;
}

.list-content--equal-height .media {
  height: 100%;
}

.livereport-content .media {
  overflow: visible;
}

.media__image {
  position: relative;
  margin: 0 0 12px;
  overflow: hidden;
}

.media__image a {
  display: block;
}

.media__image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15% 12px 12px;
}

.headline .media__image {
  margin-bottom: 0;
}

.headline--fotostop .media__image:before, .headline--fotostop .media__image:after {
  position: absolute;
  top: 0;
  content: "";
  height: 0;
}

.headline--fotostop .media__image:before {
  border-bottom: 400px solid #332070;
  width: 70px;
  border-right: 44px solid transparent;
  z-index: 1;
}

.headline--fotostop .media__image:after {
  border-bottom: 400px solid #aa248c;
  width: 47px;
  border-right: 32px solid transparent;
  z-index: 2;
}

.detail__media .media__image img {
  width: 100%;
  max-width: none;
}

.livereport-content .media__image {
  margin-left: 12px;
  margin-right: 12px;
}

.media__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.headline .media__text {
  padding: 12px;
}

.breaking-sticky .media__text {
  padding: 12px;
  background: #562b77;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #562b77 50%, #aa248c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  /* IE6-9 */
  color: white;
  overflow: hidden;
}

.moment .media__text {
  padding-left: 40px;
  display: block;
  padding: 0 0 16px 24px;
  position: relative;
}

.moment .media__text:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C72026;
  position: absolute;
  left: 0px;
  top: 12px;
}

.media__title {
  margin: 0;
  font-size: 16px;
}

.list-content--equal-height .media__title {
  margin-bottom: 24px;
}

.list-content--column .media__title {
  font-size: 14px;
}

.headline .media__title {
  font-size: 20px;
}

.detail__artikel-selanjutnya .media__title {
  margin-bottom: 0;
  font-size: 14px;
}

.livereport-content .media__title {
  font-size: 16px;
  padding: 0 12px 12px;
}

.media__subtitle, .detail__subtitle {
  margin-bottom: 4px;
  font-size: 14px;
  color: #812e88;
}

.headline .media__subtitle, .headline .detail__subtitle {
  color: #fcc43f;
}

.media__subtitle a, .detail__subtitle a {
  position: relative;
  z-index: 3;
}

.media__subtitle a:hover, .detail__subtitle a:hover {
  text-decoration: underline;
}

.headline .media__subtitle a, .headline .detail__subtitle a {
  color: #fcc43f;
}

.media__date {
  display: inline-block;
  margin-top: 8px;
  color: #666666;
  font-size: 12px;
}

.list-content--equal-height .media__date {
  position: absolute;
  bottom: 0;
}

.headline .media__date {
  color: #FFFFFF;
}

.cb-mostpop .media__date {
  margin-left: 40px;
}

.prokontra .media__date {
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
}

.livereport-content .media__date {
  font-size: 14px;
  color: #666666;
  background: #FFFFFF;
  padding: 12px 0;
  margin: 0;
  text-align: left;
  margin-left: -16px;
}

.media__author {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}

.media__author-image-avatar {
  position: relative;
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  margin-right: 8px;
  background: #f0f0f0;
}

.media__link {
  position: static;
}

.media__link:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}

.breaking-sticky .media__link {
  color: white;
}

.media__label {
  display: inline-block;
  padding: 5px 12px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  color: #FFFFFF;
  background: #562b77;
  font-size: 14px;
}

.breaking-sticky .media__label {
  background: #FF0000;
  border-radius: 6px;
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  left: -19px;
  top: -14px;
  padding: 10px 20px;
  padding-left: 20px;
  position: relative;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.8);
}

.article__recomendation .media__label {
  position: relative;
  background: none;
  color: #332070;
  padding: 0;
  margin-bottom: 4px;
}

.media__label--live {
  background: #FF0000;
  padding: 4px 8px 4px 20px;
  top: 8px;
  left: 8px;
}

.media__label--live:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 6px;
  overflow: hidden;
  border-radius: 50%;
  animation: live 1s;
  -moz-animation: live 1s infinite;
  -webkit-animation: live 1s infinite;
  background: #FF0000;
}

.media__icon {
  position: absolute;
  z-index: 1;
  padding: 2px 4px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 12px;
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.5);
}

.media__icon--middle {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.media__icon--top-right {
  top: 4px;
  right: 4px;
}

.media--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media--left .media__image {
  margin: 0 12px 0 0;
}

.media--right .media__image {
  margin: 0 0 0 12px;
}

.widget-nhl .media--right .media__image {
  width: 150px;
}

.media--left .media__image, .media--right .media__image {
  width: 100px;
}

.media--text-overlay .media__image {
  margin-bottom: 0;
}

.media--text-overlay .media__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15% 12px 12px;
  color: #FFFFFF;
  background: #000000;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  /* IE6-9 */
}

.media--text-overlay .media__text a {
  color: #FFFFFF;
}

.media--text-overlay.media--image-radius .media__text {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.text-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
}

.cb-mostpop .text-list {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.text-list__data {
  margin-right: 8px;
}

.text-list__data--purple {
  color: #aa248c;
}

.cb-mostpop .text-list__data, .cb-commented .text-list__data {
  margin-right: 12px;
  margin-top: -4px;
  font-size: 20px;
  color: #999999;
}

.text-list__title {
  font-size: inherit;
  font-weight: inherit;
}

.text-list--title {
  margin-bottom: 12px;
  font-size: 18px;
}

.detail__multiple-paging .text-list--title {
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
}

.text__body {
  color: #333333;
  font-size: 14px;
}

/*--------------------------------------------------------------------------------*/
/*BUTTON & LABEL COLOR VARIATIONS*/
/*--------------------------------------------------------------------------------*/
.btn--blue-base {
  background: #21409A;
  color: #FFFFFF;
}

.btn--blue-base:hover {
  color: #FFFFFF;
}

.btn--blue-base.btn--outline {
  border-color: #21409A;
  color: #21409A;
}

.btn--blue-base.btn--link {
  color: #21409A;
}

.btn--blue-light-1 {
  background: #2c5498;
  color: #FFFFFF;
}

.btn--blue-light-1:hover {
  color: #FFFFFF;
}

.btn--blue-light-1.btn--outline {
  border-color: #2c5498;
  color: #2c5498;
}

.btn--blue-light-1.btn--link {
  color: #2c5498;
}

.btn--blue-light-2 {
  background: #007cbd;
  color: #FFFFFF;
}

.btn--blue-light-2:hover {
  color: #FFFFFF;
}

.btn--blue-light-2.btn--outline {
  border-color: #007cbd;
  color: #007cbd;
}

.btn--blue-light-2.btn--link {
  color: #007cbd;
}

.btn--blue-light-3 {
  background: #3ea6dd;
  color: #FFFFFF;
}

.btn--blue-light-3:hover {
  color: #FFFFFF;
}

.btn--blue-light-3.btn--outline {
  border-color: #3ea6dd;
  color: #3ea6dd;
}

.btn--blue-light-3.btn--link {
  color: #3ea6dd;
}

.btn--blue-light-4 {
  background: #84c6e9;
  color: #FFFFFF;
}

.btn--blue-light-4:hover {
  color: #FFFFFF;
}

.btn--blue-light-4.btn--outline {
  border-color: #84c6e9;
  color: #84c6e9;
}

.btn--blue-light-4.btn--link {
  color: #84c6e9;
}

.btn--blue-light-5 {
  background: #e3f5fe;
  color: rgba(0, 0, 0, 0.75);
}

.btn--blue-light-5:hover {
  color: rgba(0, 0, 0, 0.75);
}

.btn--blue-light-5.btn--outline {
  border-color: #e3f5fe;
  color: #e3f5fe;
}

.btn--blue-light-5.btn--link {
  color: #e3f5fe;
}

.btn--purple-base {
  background: #332070;
  color: #FFFFFF;
}

.btn--purple-base:hover {
  color: #FFFFFF;
}

.btn--purple-base.btn--link {
  color: #332070;
}

.btn--purple-light-1 {
  background: #562b77;
  color: #FFFFFF;
}

.btn--purple-light-1:hover {
  color: #FFFFFF;
}

.btn--purple-light-1.btn--link {
  color: #562b77;
}

.btn--purple-light-2 {
  background: #812e88;
  color: #FFFFFF;
}

.btn--purple-light-2:hover {
  color: #FFFFFF;
}

.btn--purple-light-2.btn--link {
  color: #812e88;
}

.btn--purple-light-3 {
  background: #aa248c;
  color: #FFFFFF;
}

.btn--purple-light-3:hover {
  color: #FFFFFF;
}

.btn--purple-light-3.btn--link {
  color: #aa248c;
}

.btn--purple-light-4 {
  background: #d087c0;
  color: #FFFFFF;
}

.btn--purple-light-4:hover {
  color: #FFFFFF;
}

.btn--purple-light-4.btn--link {
  color: #d087c0;
}

.btn--purple-light-5 {
  background: #e5bddc;
  color: rgba(0, 0, 0, 0.75);
}

.btn--purple-light-5:hover {
  color: rgba(0, 0, 0, 0.75);
}

.btn--purple-light-5.btn--link {
  color: #e5bddc;
}

.btn--orange-base {
  background: #EE4023;
  color: #FFFFFF;
}

.btn--orange-base:hover {
  color: #FFFFFF;
}

.btn--orange-base.btn--link {
  color: #EE4023;
}

.btn--orange-light-1 {
  background: #ef672f;
  color: #FFFFFF;
}

.btn--orange-light-1:hover {
  color: #FFFFFF;
}

.btn--orange-light-1.btn--link {
  color: #ef672f;
}

.btn--orange-light-2 {
  background: #f7931d;
  color: #FFFFFF;
}

.btn--orange-light-2:hover {
  color: #FFFFFF;
}

.btn--orange-light-2.btn--link {
  color: #f7931d;
}

.btn--orange-light-3 {
  background: #f9ba6f;
  color: rgba(0, 0, 0, 0.75);
}

.btn--orange-light-3:hover {
  color: rgba(0, 0, 0, 0.75);
}

.btn--orange-light-3.btn--link {
  color: #f9ba6f;
}

.btn--orange-light-4 {
  background: #fbd3a3;
  color: rgba(0, 0, 0, 0.75);
}

.btn--orange-light-4:hover {
  color: rgba(0, 0, 0, 0.75);
}

.btn--orange-light-4.btn--link {
  color: #fbd3a3;
}

.btn--orange-light-5 {
  background: #fce7cc;
  color: rgba(0, 0, 0, 0.75);
}

.btn--orange-light-5:hover {
  color: rgba(0, 0, 0, 0.75);
}

.btn--orange-light-5.btn--link {
  color: #fce7cc;
}

.btn--red-base {
  background: #C72026;
  color: #FFFFFF;
}

.btn--red-base:hover {
  color: #FFFFFF;
}

.btn--red-base.btn--link {
  color: #C72026;
}

.btn--red-light-1 {
  background: #ed131b;
  color: #FFFFFF;
}

.btn--red-light-1:hover {
  color: #FFFFFF;
}

.btn--red-light-1.btn--link {
  color: #ed131b;
}

.btn--red-light-2 {
  background: #FF0000;
  color: #FFFFFF;
}

.btn--red-light-2:hover {
  color: #FFFFFF;
}

.btn--red-light-2.btn--link {
  color: #FF0000;
}

.btn--red-light-3 {
  background: #ff5c5c;
  color: #FFFFFF;
}

.btn--red-light-3:hover {
  color: #FFFFFF;
}

.btn--red-light-3.btn--link {
  color: #ff5c5c;
}

.btn--red-light-4 {
  background: #ffa6a6;
  color: rgba(0, 0, 0, 0.75);
}

.btn--red-light-4:hover {
  color: rgba(0, 0, 0, 0.75);
}

.btn--red-light-4.btn--link {
  color: #ffa6a6;
}

.btn--red-light-5 {
  background: #ffd6d6;
  color: rgba(0, 0, 0, 0.75);
}

.btn--red-light-5:hover {
  color: rgba(0, 0, 0, 0.75);
}

.btn--red-light-5.btn--link {
  color: #ffd6d6;
}

.btn--utility-base {
  background: #6D8591;
  color: #FFFFFF;
}

.btn--utility-base:hover {
  color: #FFFFFF;
}

.btn--utility-base.btn--link {
  color: #6D8591;
}

.btn--utility-success {
  background: #11aa3d;
  color: #FFFFFF;
}

.btn--utility-success:hover {
  color: #FFFFFF;
}

.btn--utility-success.btn--link {
  color: #11aa3d;
}

.btn--utility-warning {
  background: #FCB715;
  color: #FFFFFF;
}

.btn--utility-warning:hover {
  color: #FFFFFF;
}

.btn--utility-warning.btn--link {
  color: #FCB715;
}

.btn--utility-error {
  background: #FF0000;
  color: #FFFFFF;
}

.btn--utility-error:hover {
  color: #FFFFFF;
}

.btn--utility-error.btn--link {
  color: #FF0000;
}

button[disabled] {
  background: #e0e5e8;
  color: #879ba5;
}

button[disabled]:hover {
  color: #879ba5;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 26;
  width: 100%;
  line-height: 1;
}

.header__top {
  width: 100%;
  display: block;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -12px;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__brand {
  height: 24px;
}

.header__brand img {
  height: 100%;
}

.header__icon {
  font-size: 35px;
  padding: 0 0 0 8px;
  position: relative;
}

.header__icon--live {
  color: #21409A;
}

.header__icon--notif {
  color: #999999;
}

.menu-button {
  cursor: pointer;
  height: 45px;
  width: 40px;
  position: relative;
}

.menu-button__wrap {
  position: absolute;
  top: 15px;
  left: 12px;
}

.menu-button span {
  cursor: pointer;
  height: 2px;
  width: 20px;
  background: #21409A;
  position: absolute;
  display: block;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-button span:nth-child(1) {
  top: 0px;
}

.menu-button span:nth-child(2) {
  top: 7px;
}

.menu-button span:nth-child(3) {
  top: 14px;
  width: 14px;
}

.js-menu-active .menu-button span {
  background: #FF0000;
}

.js-menu-active .menu-button span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.js-menu-active .menu-button span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.js-menu-active .menu-button span:nth-child(3) {
  top: 8px;
  width: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@-webkit-keyframes top-x {
  0% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
}

@keyframes top-x {
  0% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
}

@-webkit-keyframes bottom-x {
  0% {
    transfrom: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes bottom-x {
  0% {
    transfrom: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

@-webkit-keyframes bottom-x2 {
  0% {
    transfrom: translateY(5px) rotate(0);
    width: 18px;
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes bottom-x2 {
  0% {
    transfrom: translateY(5px) rotate(0);
    width: 18px;
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

@-webkit-keyframes undo-top {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
}

@keyframes undo-top {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
}

@-webkit-keyframes undo-bottom {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    transfrom: translateY(0px) rotate(0);
  }
}

@keyframes undo-bottom {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    transfrom: translateY(0px) rotate(0);
  }
}

.notif__balon {
  position: absolute;
  width: 22px;
  height: 22px;
  padding: 4px;
  right: -4px;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  background: #FF0000;
  color: #FFFFFF;
  font-size: 12px;
}

.footer {
  text-align: center;
  font-size: 14px;
  background: #e6e6e6;
  color: #666666;
}

.footer__logo {
  margin-top: 24px;
  display: inline-block;
}

.footer__logo img {
  width: 160px;
}

.footer__social {
  margin: 0px 0px 20px 0;
}

.footer__copy {
  display: inline-block;
  margin-bottom: 64px;
}

.footer__border {
  height: 4px;
  background: #562b77;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #562b77 50%, #aa248c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  /* IE6-9 */
  display: block;
}

.footer-title {
  font-size: 12px;
}

.footer-title__partof {
  margin-top: 8px;
  color: #666666;
  padding: 4px 0;
}

.footer-title__partof img {
  width: 80px;
  vertical-align: bottom;
  margin: 0 0 3px 3px;
}

.footer__get-app {
  font-size: 12px;
}

.footer__app-store {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__app-store img {
  margin: 16px 2px;
  height: 34px;
}

.headline {
  margin: 12px -6px 20px;
  overflow: hidden;
  background: #562b77;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #562b77 50%, #aa248c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  /* IE6-9 */
  border-radius: 8px;
}

.headline a {
  color: white;
}

.headline--fotostop {
  background: none;
  border-radius: 0px;
}

.foto-pop-up .detail {
  color: #FFFFFF;
  max-width: 750px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.detail__header {
  text-align: center;
  padding: 16px 0;
}

.detail__title {
  font-size: 23px;
  color: #562b77;
  margin-bottom: 12px;
}

.foto-pop-up .detail__title {
  color: #FFFFFF;
  margin-bottom: 28px;
}

.dropdown-wrap .detail__title {
  font-size: 14px;
  padding-bottom: 12px;
  margin: 0;
  color: #999999;
}

.detail__artikel-selanjutnya .detail__title {
  font-size: 14px;
  position: absolute;
  top: 16px;
  margin-bottom: 0;
}

.detail__date {
  display: inline-block;
  margin-top: 4px;
  color: #666666;
  font-size: 12px;
}

.foto-pop-up .detail__date {
  margin-bottom: 0;
}

.detail__subtitle {
  font-size: 18px;
  margin-bottom: 0;
}

.detail__author {
  margin-top: 8px;
  font-size: 12px;
}

.detail__author-image-avatar {
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  overflow: hidden;
  vertical-align: middle;
}

.detail__author-image-avatar img {
  width: 100%;
}

.detail__media {
  padding: 0;
  position: relative;
}

.detail__media.no-strech {
  margin: 0;
}

.detail__media-image > img {
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 2;
}

.detail__media-image .img-zoomout {
  width: 100%;
  max-width: 100%;
}

.detail__media-image-wrap--rounded, .detail__media-image-wrap--rounded .slick-slider {
  overflow: hidden;
  border-radius: 8px;
}

.foto-pop-up .detail__media-image {
  margin-bottom: 0;
}

.detail__media-caption {
  display: inline-block;
  margin-top: 4px;
  color: #666666;
  font-size: 12px;
  padding: 4px 18px;
}

.foto-pop-up .detail__media-caption {
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 16px;
}

.no-strech .detail__media-caption {
  padding-left: 0;
  padding-right: 0;
}

.detail__media.detail__media--rounded {
  margin: 0;
}

.detail__media.detail__media--rounded img {
  border-radius: 8px;
}

.foto-pop-up .detail__media {
  margin-bottom: 0;
}

.detail__body {
  margin-top: 16px;
}

.detail__body-text > a, .detail__body-text p > a {
  color: #562b77;
}

.detail__body-text .label {
  display: block;
  text-align: left;
}

.detail__body-text img {
  max-width: 100%;
}

.detail__body-text > p:nth-of-type(1) {
  display: inline;
}

.detail__body-text > p:nth-of-type(2) {
  margin-top: 16px;
}

.detail__body-text h1 {
  font-size: 23px;
}

.detail__body-text h2 {
  font-size: 20px;
}

.detail__body-text h3 {
  font-size: 18px;
}

.detail__body-text h4 {
  font-size: 16px;
}

.detail__body-text h5 {
  font-size: 14px;
}

.detail__body-text h6 {
  font-size: 12px;
}

.detail__share {
  text-align: center;
}

.detail__prokontra {
  text-align: center;
}

.detail__prokontra-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail__prokontra label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail__prokontra label span {
  margin-left: 8px;
}

.detail__prokontra label input {
  opacity: 0;
  z-index: 0;
}

.detail__prokontra label input#input-pro:checked + small + span {
  background: #562b77;
  color: white;
}

.detail__prokontra label input#input-kontra:checked + small + span {
  background: #ef672f;
  color: white;
}

.detail__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f0f0f0;
  margin-bottom: 12px;
  margin-top: 12px;
}

.detail__multiple .detail__anchor {
  font-size: 14px;
  text-align: left;
  display: inline-block;
  background: none;
}

.detail__multiple-box .detail__anchor {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.detail__anchor.detail__anchor--multi {
  background: #FFFFFF;
}

.detail__anchor a {
  color: white;
}

.detail__anchor-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0;
}

.detail__multiple .detail__anchor-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 2px;
  color: #FFFFFF;
}

.detail__anchor--multi .detail__anchor-icon {
  background: #cccccc;
  margin: 0 2px;
  width: 25px;
  height: 25px;
  font-size: 14px;
}

.detail__anchor-icon.detail__anchor-icon--active {
  background: #562b77;
}

.detail__anchor-numb {
  color: #ef672f;
}

.detail__multiple .detail__anchor-numb {
  border-radius: 50%;
  background: #cccccc;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0;
  text-align: center;
  line-height: 27px;
}

.detail__multiple .detail__anchor-numb.detail__anchor-numb--active {
  color: #FFFFFF;
  background: #562b77;
}

.detail__newstag {
  margin: 16px 0;
}

.detail__newstag-title {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.detail__newstag img {
  margin-left: 16px;
}

.detail__multiple {
  margin: 32px 0;
}

.detail__multiple a {
  color: #000000;
}

.detail__multiple-box {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-top: 8px;
  margin-bottom: 8px;
}

.detail__multiple-nav {
  margin: 0;
  padding: 12px 8px 12px 0;
}

.detail__multiple-nav .media--left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail__multiple .btn--blue-base {
  color: white;
}

.detail__multiple .color-orange-light-1 {
  color: #ef672f;
}

.detail__multiple-paging {
  padding: 12px 18px 0;
  border-top: 1px solid #f0f0f0;
  color: #999999;
  font-size: 14px;
}

.detail__artikel-selanjutnya {
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px 16px 16px;
  border-top: 5px solid #562b77;
}

.detail__artikel-selanjutnya-title {
  margin-bottom: 8px;
  display: block;
}

.linksisip {
  position: relative;
  margin: 8px 0;
  border-left: 5px solid #562b77;
}

.linksisip td {
  border: none;
  padding: 0;
}

.linksisip strong {
  font-size: 14px;
}

.linksisip a {
  font-size: 16px;
  color: #562b77;
  display: block;
}

.linksisip .lihatjg {
  padding-left: 20px;
}

.linksisip .lihatjg strong {
  display: block;
  margin-bottom: 4px;
}

.linksisip .lihatjg a {
  display: block;
}

.quotesisip {
  position: relative;
  margin: 20px 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: #FFFFFF;
  border-left: 5px solid #562b77;
}

.quotesisip td {
  border: none;
  padding: 0;
}

.quotesisip span {
  width: 5px;
  height: 100%;
  background: #812e88;
  position: absolute;
}

.quotesisip blockquote {
  display: block;
  width: 100%;
  font-size: 23px;
  margin: 0 0 12px 0;
  padding: 8px 12px 0 24px;
  line-height: 120%;
  position: relative;
  color: #000000;
}

.quotesisip blockquote:before {
  font-family: detiknetwork-FF;
  content: "\7b";
  font-size: 45px;
  display: block;
  margin-bottom: 8px;
  color: #999999;
}

.quotesisip cite {
  color: #666666;
  font-size: 14px;
  display: block;
  margin-top: 4px;
  margin-left: 24px;
}

.pic_artikel_sisip_table {
  text-align: center;
  margin-bottom: 20px;
  color: #666666;
  font-size: 12px;
  line-height: 120%;
  width: 100%;
  table-layout: fixed;
}

.pic_artikel_sisip_table td {
  border: none;
  padding: 0;
}

.pic_artikel_sisip {
  text-align: center;
  color: #999999;
  font-size: 12px;
  line-height: 120%;
  width: 100%;
}

.pic_artikel_sisip .pic {
  position: relative;
  display: inline-block;
  max-width: 100%;
  text-align: center;
}

.pic_artikel_sisip .pic img {
  position: relative;
  max-width: 100%;
  max-height: 400px;
  height: auto;
  overflow: hidden;
  display: block;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin-left: auto;
  margin-right: auto;
}

.pic_artikel_sisip .pic > span {
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}

.sisip_embed_sosmed iframe {
  min-width: 100% !important;
  width: 100px !important;
  *width: 100% !important;
}

.sisip_embed_sosmed twitter-widget {
  width: 100% !important;
}

.embed_video {
  padding-bottom: 20px;
}

.embed_video .title {
  font-size: 14px;
  padding-bottom: 12px;
}

.embed_video input {
  border-radius: 4px;
  font-size: 12px;
  background: #FFFFFF;
  display: block;
  padding: 16px;
  width: 90%;
  height: 15px;
  margin: 0;
  border: 1px solid #f0f0f0;
}

.copy_url {
  position: relative;
}

.copy_url .notif {
  display: inline-block;
  padding: 8px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: auto;
  white-space: nowrap;
  z-index: 5;
  font-size: 14px;
  background: #FF0000;
  color: #FFFFFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.copy_url .notif:before {
  position: absolute;
  content: "";
  border: 3px solid;
  right: 50%;
  margin: 0 -7px 0 0;
  top: 100%;
  border-top: 8px solid #FF0000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: none;
}

.copy_url .notif.url_copied {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  bottom: 135%;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

@-webkit-keyframes live {
  0% {
    background: #fcc43f;
  }
  50% {
    background: #FF0000;
  }
  100% {
    background: #fcc43f;
  }
}

@keyframes live {
  0% {
    background: #fcc43f;
  }
  50% {
    background: #FF0000;
  }
  100% {
    background: #fcc43f;
  }
}

.skybanner {
  margin-left: 16px;
  z-index: 2;
}

.icon-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 2px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 100%;
}

.icon-item:hover {
  color: #FFFFFF;
}

.detail .icon-item {
  width: 35px;
  height: 35px;
  padding: 2px;
}

.icon-item__fb {
  background: #3C5A99;
}

.icon-item__tw {
  background: #1DA1F2;
}

.icon-item__ig {
  background: #5851DB;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at left bottom, #ffdc80 15%, #e1306c 55%, #5851db 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top_color', endColorstr='$bottom_color',GradientType=1 );
  /* IE6-9 */
}

.icon-item__in {
  background: #0077B5;
}

.icon-item__yt {
  background: #FF0000;
}

.icon-item__line-fb, .icon-item__line-tw, .icon-item__line-ig, .icon-item__line-in, .icon-item__line-yt {
  color: #666666;
  margin: 0;
}

.icon-item__line-fb:hover, .icon-item__line-tw:hover, .icon-item__line-ig:hover, .icon-item__line-in:hover, .icon-item__line-yt:hover {
  color: #666666;
}

.icon-item--light {
  color: #666666;
  background: #e6e6e6;
}

.icon-item--light.icon-item:hover {
  color: #000000;
}

.icon-item--light.icon-item__fb, .icon-item--light.icon-item__fb:hover {
  color: #3C5A99;
}

.icon-item--light.icon-item__tw, .icon-item--light.icon-item__tw:hover {
  color: #1DA1F2;
}

.icon-item--light.icon-item__in, .icon-item--light.icon-item__in:hover {
  color: #0077B5;
}

.icon-logo {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
}

.icon-logo img {
  display: block;
  max-height: 20px;
  max-width: 70px;
}

/*--------------------------------------------------------------------------------*/
/*FORMS*/
/*--------------------------------------------------------------------------------*/
.form-element:disabled, .tagsinput:disabled, .form-element[readonly], .tagsinput[readonly], .form-gray .form-element:disabled, .form-gray .tagsinput:disabled, .form-gray .form-element[readonly], .form-gray .tagsinput[readonly] {
  background-color: #f0f0f0;
}

.char-count {
  padding-right: 40px;
}

#charNum {
  position: absolute;
  top: 10px;
  right: 12px;
}

.mce-container, .mce-container * {
  background: #f7f7f7 !important;
}

.mce-container label, .mce-container * label {
  background: none !important;
}

.mce-panel {
  border-color: #e6e6e6 !important;
}

.mce-tinymce {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.mce-top-part:before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.area_ipt {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  border: 2px dashed #cccccc;
  border-radius: 8px;
  background: #f7f7f7;
  color: #999999;
}

.area_ipt .icon_inside span {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.area_ipt .hide {
  display: none;
}

.area_ipt .show {
  display: block;
}

.file_upload {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.delimgtemp {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 2;
  padding: 4px !important;
}

.bgon .delimgtemp {
  display: none;
}

.tagsinput {
  width: auto;
  height: auto !important;
  min-height: 50px !important;
  overflow-y: auto;
}

.tagsinput input {
  background: transparent;
  border: none;
  float: left;
}

.tagsinput .tag {
  float: left;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  border: 1px solid #84c6e9;
  background: #e3f5fe;
}

.tagsinput .tag span {
  margin: 0;
  padding: 4px;
  display: inline-block;
}

.tagsinput .tag a {
  display: inline-block;
  margin-right: 4px;
}

.tagsinput div {
  display: inline-block;
  margin: 3px 0 0;
}

#tags_1_tag {
  width: 100px;
}

.form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #999999;
  font-size: 14px;
  margin-bottom: 16px;
}

.form-select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  border-radius: 10px;
  background: #e6e6e6;
  color: #666666;
}

.form-select-group i {
  font-size: 20px;
  margin-right: 4px;
}

.form-select-group select {
  color: #666666;
}

.pop-info {
  color: #666666;
}

.pop-info .btn--rounded {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

.box__form-indeks .form-block {
  margin-top: 8px;
  margin-bottom: 8px;
}

.box__form-indeks .form-element, .box__form-indeks .tagsinput {
  border: none;
}

.tableSpec {
  max-width: 100%;
  width: 100%;
  color: #727374;
  font-size: 13px;
  overflow: hidden;
}

.tableSpec tr td {
  border: 1px solid #f1f2f3;
  padding: 7px 10px;
}

.tableSpec tr td:first-child {
  background: #f7f8f9;
  font-weight: bold;
  width: 40%;
}

.tableSpec tr td:nth-child(2) {
  display: none;
}

.tableSpec tr td.title {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  background: none;
  font-weight: normal;
  color: #000;
}

.tableSpec tr:hover td {
  background: #ffffe6;
}

.tableSpec tr:hover td.title {
  background: none;
}

.tableSpec tr:hover td.title--alt {
  background: #f7f8f9;
}

.tableSpec__caption {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  background: none;
  color: #222;
}

.tableSpec__caption tr td {
  border: 0px;
  padding: 0;
}

.tableSpec__caption tr td:first-child {
  background: none;
}

.tableSpec__caption tr:hover td {
  background: none;
}

.tableSpec2 {
  --theme-color: #562b77;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  overflow: hidden;
}

.tableSpec2 tr td {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 7px 10px 7px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.tableSpec2 tr td:first-child {
  width: 40%;
}

.tableSpec2 tr td.title {
  width: auto;
  color: #000;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-bottom: 2px solid var(--theme-color);
  padding: 15px 0;
}

.tableSpec2 tr td.title--alt {
  color: var(--theme-color);
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0;
}

.tableSpec2__caption {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.text-grey {
  color: #999999;
}

.textarea-grey {
  width: 100%;
  border-radius: 8px;
}

.section__blak {
  background: #666666;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #666666 50%, #999999 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  /* IE6-9 */
  padding: 0px 0px 0px 0;
  height: 39px;
  position: relative;
  margin-top: 20px;
}

.section__blak img {
  margin-top: -17px;
}

.breaking-sticky {
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
}

.breaking-link-close {
  width: 20px;
  height: 20px;
  text-align: center;
  color: white;
  background: #FF0000;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
  z-index: 6;
}

.breaking-link-close i {
  font-size: 12px;
  line-height: 17px;
  height: 20px;
}

.breaking-sponsor {
  color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  font-size: 10px;
  position: absolute;
  right: 12px;
  top: 8px;
}

.breaking-sponsor img {
  max-height: 22px;
  max-width: 50px;
}

.breaking-sticky .breaking-sponsor {
  margin-right: 28px;
}

.article__recomendation {
  padding: 8px 12px;
  background: #FFFFFF;
  border-top: 8px solid #812e88;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  display: none;
}

.bottom-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.text__body-box {
  padding: 16px;
  background: #f7f7f7;
  border-radius: 5px;
  color: #666666;
  position: relative;
}

.text__body-box-title {
  font-size: 18px;
  color: #333333;
}

.text__body-box .media__author {
  margin-top: 0;
}

.text__body-box .media__author-image-avatar {
  width: 35px;
  height: 35px;
}

.static {
  margin-bottom: 16px;
}

.static-nav {
  margin-bottom: 16px;
}

.static-nav .selected div {
  color: #ef672f;
}

.static-nav .selected div i {
  color: #000000;
}

.static__body {
  color: #000000;
  font-size: 14px;
}

.static__body-text ul {
  list-style: none;
}

.static__body-text h1 {
  font-size: 23px;
}

.static__body-text h2 {
  font-size: 20px;
}

.static__body-text h3 {
  font-size: 18px;
}

.static__body-text h4 {
  font-size: 16px;
}

.static__body-text h5 {
  font-size: 14px;
}

.static__body-text h6 {
  font-size: 12px;
}

.static__body-box {
  margin: 24px 0;
  padding: 16px;
  background: #e3f5fe;
  border-radius: 5px;
}

.static__body-box div {
  color: #21409A;
}

.static__body-box p {
  margin: 4px 0 16px;
}

.static__body-form {
  margin-bottom: 24px;
}

.static__body-form span {
  margin: 20px 0;
  display: block;
  vertical-align: middle;
}

.static__body-form--disable {
  opacity: 0.4;
}

.static__body-form .steps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 16px;
}

.static__body-form .steps span {
  margin-bottom: 4px;
}

.static__body-form .numb {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 6px;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  background: #21409A;
}

.notification-overlay {
  width: 300px;
  position: fixed;
  top: 146px;
  left: 50%;
  z-index: 12;
  padding: 12px 16px;
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #562b77;
}

.notification-overlay__close {
  position: absolute;
  top: 2px;
  right: 4px;
  color: #999999;
}

.notification-overlay a:hover .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.notification-overlay--alpha {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.new_banner_reg_100:before {
  position: relative;
  content: "";
  width: auto;
}

.loader-animate {
  width: 32px;
  margin: 12px auto;
}

.livereport {
  margin-top: 8px;
}

.livereport_notif {
  text-align: center;
  padding: 16px 0;
  top: 78px;
  z-index: 3;
}

.livereport_notif a:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 2s;
  transition: 2s;
}

.livereport__sponsor {
  text-align: center;
  padding: 4px 12px 12px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
}

.livereport__sponsor img {
  margin-top: 4px;
  max-width: 200px;
  max-height: 80px;
}

.moment {
  padding: 0 0;
  border-radius: 8px;
  background: #e6e6e6;
}

.moment__anchor {
  padding: 12px;
  display: block;
  border-radius: 8px;
  color: #332070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.moment__anchor .icon {
  font-size: 20px;
}

.moment a:hover {
  color: #332070;
}

.foto-pop-up {
  background: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: scroll;
  padding: 20px 0;
}

.media-pinch {
  min-height: 140%;
  max-width: 1000px;
  max-height: unset;
  position: relative;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  padding: 16px;
}

.media-pinch > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
  vertical-align: unset;
  border-style: unset;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pagination__item--active, .pagination__item--active:hover {
  background: #812e88;
}
/*# sourceMappingURL=style.css.map */
