@import "https://fonts.googleapis.com/css2?family=Montserrat&display=swap";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

img {
  border: 0; }

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

input {
  line-height: normal; }

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

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

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

.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

table {
  background-color: transparent; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?es3i9v");
  src: url("../fonts/icomoon.eot?es3i9v#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?es3i9v") format("truetype"), url("../fonts/icomoon.woff?es3i9v") format("woff"), url("../fonts/icomoon.svg?es3i9v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .icon-notifikasi, .icon-login {
    font-size: 23px;
    color: #a9aaaa; }
    .icon-notifikasi:hover, .icon-login:hover {
      color: #125ba8; }
  .icon-login {
    vertical-align: -webkit-baseline-middle; }
  .icon-search {
    color: #bcbdbd; }
    .icon-search:hover {
      color: #125ba8; }
  .icon-like {
    width: 15px;
    height: 9px; }
  .icon-dibaca {
    width: 14px;
    height: 14px;
    vertical-align: text-top; }
  .icon-like {
    width: 14px;
    height: 11px;
    vertical-align: text-top; }
  .icon-comment {
    width: 14px;
    height: 14px; }
  .icon-blue {
    color: #61c3f1; }
  .icon-green {
    color: #63c665; }
  .icon-menu {
    font-size: 18px;
    padding-right: 5px;
    float: left;
    margin-top: -2px; }
  .icon-log {
    background-size: cover;
    width: 23px;
    height: 23px;
    top: 3px;
    position: relative; }
  .icon-login {
    background-size: cover;
    width: 23px;
    height: 23px;
    position: relative; }
  .icon-home {
    width: 18px;
    height: 15px;
    vertical-align: top;
    position: relative;
    bottom: 1px; }
  .icon-report {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #2376ba; }
    .icon-report:before, .icon-report:after {
      content: "";
      display: block;
      position: absolute; }
    .icon-report:before {
      top: 20%;
      left: 42%;
      height: 8px;
      width: 3px;
      border: solid #fff;
      border-width: 0 3px 0 0; }
    .icon-report:after {
      top: 70%;
      left: 42%;
      height: 2px;
      width: 3px;
      border: solid #fff;
      border-width: 0 3px 0 0;
      border-radius: 10px; }

.icon-log {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAAH2U1dRAAAAMFBMVEUAAACpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqoVD2bmAAAAD3RSTlMAECAwQFBgcICPn6+/3++glGfDAAAA7UlEQVQoz2NggIAOKN1wgKG/A0QyufgzMHAwJICIx0CJ//+hKvhdHBgYWICQgYUPyGXJ6GhgYOFigIrx//8AZDJ1dHQogBS3APERKOMAlPHKxQVkRAvDOoiBQCkDsFQrTDEm4AAaCGb8cHHxugBifIBiZAZzAJRhD9H1gfkL0C6gQz7wnwAaUACS+gyVYuA3KMBlDpQx/////wkM+AHbfwh4DBPob4DQ9w1gAg4Q+rwDXgG7rwx9CkgCdt+QbAEK2EEt+v8PKsD1PwBVBQPXPwNUAQau7wz7HYh2R/7LDhDo+icAM0QNLNCmgN3vAOiKZwbcqKzSAAAAAElFTkSuQmCC); }

.icon-ig:before {
  content: '';
  display: none; }

.icon-login {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAAH2U1dRAAAAMFBMVEUAAACpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqqpqqoVD2bmAAAAD3RSTlMAECAwQFBgcICPn6+/3++glGfDAAAA7UlEQVQoz2NggIAOKN1wgKG/A0QyufgzMHAwJICIx0CJ//+hKvhdHBgYWICQgYUPyGXJ6GhgYOFigIrx//8AZDJ1dHQogBS3APERKOMAlPHKxQVkRAvDOoiBQCkDsFQrTDEm4AAaCGb8cHHxugBifIBiZAZzAJRhD9H1gfkL0C6gQz7wnwAaUACS+gyVYuA3KMBlDpQx/////wkM+AHbfwh4DBPob4DQ9w1gAg4Q+rwDXgG7rwx9CkgCdt+QbAEK2EEt+v8PKsD1PwBVBQPXPwNUAQau7wz7HYh2R/7LDhDo+icAM0QNLNCmgN3vAOiKZwbcqKzSAAAAAElFTkSuQmCC); }
  .icon-login-black {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.9 21.1' xml:space='preserve'%3E%3Cpath d='M2.9 20.6c-1.3 0-2.3-1.1-2.3-2.3V2.9C.6 1.6 1.7.6 2.9.6h15.3c1.3 0 2.3 1 2.3 2.3V6H19V2.9c0-.4-.3-.8-.8-.8H2.9c-.4 0-.8.4-.8.8v15.3c0 .4.3.8.8.8h15.3c.4 0 .8-.4.8-.8v-3.1h1.6v3.1c0 1.3-1 2.3-2.3 2.3H2.9zm3.5-10 4.9-4.9 1.1 1.1-3 3h11.2v1.6H9.4l3 3-1.1 1.1-4.9-4.9z' fill='%23292929'/%3E%3C/svg%3E"); }

.fa.fa-tiktok {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDQ0OCA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQ0OCwyMDkuOTFhMjEwLjA2LDIxMC4wNiwwLDAsMS0xMjIuNzctMzkuMjVWMzQ5LjM4QTE2Mi41NSwxNjIuNTUsMCwxLDEsMTg1LDE4OC4zMVYyNzguMmE3NC42Miw3NC42MiwwLDEsMCw1Mi4yMyw3MS4xOFYwbDg4LDBhMTIxLjE4LDEyMS4xOCwwLDAsMCwxLjg2LDIyLjE3aDBBMTIyLjE4LDEyMi4xOCwwLDAsMCwzODEsMTAyLjM5YTEyMS40MywxMjEuNDMsMCwwLDAsNjcsMjAuMTRaIi8+PC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 13px; }

.sidebar .pro-kontra, .topil-page .pro-kontra, .response .pro-kontra {
  display: table;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b71d1+0,8ccaed+100 */
  background: #2b71d1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2b71d1 0%, #8ccaed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2b71d1 0%, #8ccaed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2b71d1 0%, #8ccaed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b71d1', endColorstr='#8ccaed',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #fff; }
  .sidebar .pro-kontra--red, .topil-page .pro-kontra--red, .response .pro-kontra--red {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f66979+0,e50118+100 */
    background: #f66979;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f66979 0%, #e50118 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f66979 0%, #e50118 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f66979), to(#e50118));
    background: linear-gradient(to bottom, #f66979 0%, #e50118 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f66979', endColorstr='#e50118',GradientType=0 );
    /* IE6-9 */ }
  .sidebar .pro-kontra--heading, .topil-page .pro-kontra--heading, .response .pro-kontra--heading {
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
    position: relative; }
    .sidebar .pro-kontra--heading-header, .topil-page .pro-kontra--heading-header, .response .pro-kontra--heading-header {
      padding: 0 19px;
      z-index: 2;
      position: relative;
      display: initial; }
  .sidebar .pro-kontra--inner, .topil-page .pro-kontra--inner, .response .pro-kontra--inner {
    padding: 1px 20px 20px; }
  .sidebar .pro-kontra--img, .topil-page .pro-kontra--img, .response .pro-kontra--img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    height: 137px;
    float: left;
    overflow: hidden;
    padding: 0px 0px;
    margin: 0 7px;
    position: relative; }
    .sidebar .pro-kontra--img img, .topil-page .pro-kontra--img img, .response .pro-kontra--img img {
      width: 100%; }
    .sidebar .pro-kontra--img a:hover .pro-kontra--button-text, .topil-page .pro-kontra--img a:hover .pro-kontra--button-text, .response .pro-kontra--img a:hover .pro-kontra--button-text {
      opacity: 1; }
    .sidebar .pro-kontra--img:first-child .pro-kontra--button-text, .topil-page .pro-kontra--img:first-child .pro-kontra--button-text, .response .pro-kontra--img:first-child .pro-kontra--button-text {
      background: -moz-linear-gradient(top, rgba(124, 75, 201, 0.7) 0%, rgba(30, 93, 175, 0.7) 100%);
      background: -webkit-linear-gradient(top, rgba(124, 75, 201, 0.7) 0%, rgba(30, 93, 175, 0.7) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 75, 201, 0.7)), to(rgba(30, 93, 175, 0.7)));
      background: linear-gradient(to bottom, rgba(124, 75, 201, 0.7) 0%, rgba(30, 93, 175, 0.7) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b37c4bc9', endColorstr='#b31e5daf',GradientType=0 ); }
  .sidebar .pro-kontra--button, .topil-page .pro-kontra--button, .response .pro-kontra--button {
    display: table;
    width: 100%;
    margin-bottom: 8px; }
    .sidebar .pro-kontra--button-text, .topil-page .pro-kontra--button-text, .response .pro-kontra--button-text {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: table;
      width: 100%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d42c65+0,dd8029+100&0.65+0,0.65+100 */
      background: -moz-linear-gradient(top, rgba(212, 44, 101, 0.65) 0%, rgba(221, 128, 41, 0.65) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(212, 44, 101, 0.65) 0%, rgba(221, 128, 41, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 44, 101, 0.65)), to(rgba(221, 128, 41, 0.65)));
      background: linear-gradient(to bottom, rgba(212, 44, 101, 0.65) 0%, rgba(221, 128, 41, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d42c65', endColorstr='#a6dd8029',GradientType=0 );
      /* IE6-9 */
      opacity: 0;
      -webkit-transition: .2s opacity ease-in-out;
      transition: .2s opacity ease-in-out; }
      .sidebar .pro-kontra--button-text p, .topil-page .pro-kontra--button-text p, .response .pro-kontra--button-text p {
        vertical-align: middle;
        display: table-cell;
        color: #fff;
        word-wrap: break-word;
        padding: 10px;
        font-size: 15px !important;
        line-height: 1.2 !important;
        font-weight: bold !important; }
  .sidebar .pro-kontra h2, .sidebar .pro-kontra .title-procon, .topil-page .pro-kontra h2, .topil-page .pro-kontra .title-procon, .response .pro-kontra h2, .response .pro-kontra .title-procon {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px; }
  .sidebar .pro-kontra p, .topil-page .pro-kontra p, .response .pro-kontra p {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    margin-top: 22px;
    line-height: 1.5; }

.event-title {
  font: 300 18px "Merriweather", serif;
  color: #151b28;
  margin: 10px 0;
  max-height: 70px;
  overflow: hidden; }
  .event-title a {
    color: #151b28; }

.video-time {
  position: absolute;
  right: 5px;
  bottom: 8px;
  background: #3c3c3c;
  color: white;
  padding: 3px 5px;
  border-radius: 3px;
  font: 400 11px "Roboto", sans-serif; }

.banner-top {
  width: 970px;
  height: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  z-index: 1; }

.sidebar .topik-pilihan, .sidebar .terpopuler, .sidebar .artikel-topil, .sidebar .response-artikel, .topil-page .topik-pilihan, .topil-page .terpopuler, .topil-page .artikel-topil, .topil-page .response-artikel, .response .topik-pilihan, .response .terpopuler, .response .artikel-topil, .response .response-artikel {
  overflow: hidden; }
  .sidebar .topik-pilihan hr, .sidebar .terpopuler hr, .sidebar .artikel-topil hr, .sidebar .response-artikel hr, .topil-page .topik-pilihan hr, .topil-page .terpopuler hr, .topil-page .artikel-topil hr, .topil-page .response-artikel hr, .response .topik-pilihan hr, .response .terpopuler hr, .response .artikel-topil hr, .response .response-artikel hr {
    color: #ebebeb;
    border-top: 1px solid #e5e5e5; }
  .sidebar .topik-pilihan--poin h2, .sidebar .terpopuler--poin h2, .sidebar .artikel-topil--poin h2, .sidebar .response-artikel--poin h2, .topil-page .topik-pilihan--poin h2, .topil-page .terpopuler--poin h2, .topil-page .artikel-topil--poin h2, .topil-page .response-artikel--poin h2, .response .topik-pilihan--poin h2, .response .terpopuler--poin h2, .response .artikel-topil--poin h2, .response .response-artikel--poin h2 {
    color: #125ba8;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; }
  .sidebar .topik-pilihan--item, .sidebar .terpopuler--item, .sidebar .artikel-topil--item, .sidebar .response-artikel--item, .topil-page .topik-pilihan--item, .topil-page .terpopuler--item, .topil-page .artikel-topil--item, .topil-page .response-artikel--item, .response .topik-pilihan--item, .response .terpopuler--item, .response .artikel-topil--item, .response .response-artikel--item {
    margin: 0 0 10px; }
    .sidebar .topik-pilihan--item .title-side, .sidebar .topik-pilihan--item h3, .sidebar .topik-pilihan--item h4, .sidebar .terpopuler--item .title-side, .sidebar .terpopuler--item h3, .sidebar .terpopuler--item h4, .sidebar .artikel-topil--item .title-side, .sidebar .artikel-topil--item h3, .sidebar .artikel-topil--item h4, .sidebar .response-artikel--item .title-side, .sidebar .response-artikel--item h3, .sidebar .response-artikel--item h4, .topil-page .topik-pilihan--item .title-side, .topil-page .topik-pilihan--item h3, .topil-page .topik-pilihan--item h4, .topil-page .terpopuler--item .title-side, .topil-page .terpopuler--item h3, .topil-page .terpopuler--item h4, .topil-page .artikel-topil--item .title-side, .topil-page .artikel-topil--item h3, .topil-page .artikel-topil--item h4, .topil-page .response-artikel--item .title-side, .topil-page .response-artikel--item h3, .topil-page .response-artikel--item h4, .response .topik-pilihan--item .title-side, .response .topik-pilihan--item h3, .response .topik-pilihan--item h4, .response .terpopuler--item .title-side, .response .terpopuler--item h3, .response .terpopuler--item h4, .response .artikel-topil--item .title-side, .response .artikel-topil--item h3, .response .artikel-topil--item h4, .response .response-artikel--item .title-side, .response .response-artikel--item h3, .response .response-artikel--item h4 {
      font-weight: 300;
      font-family: "Merriweather", serif;
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 5px;
      max-height: 37px;
      overflow: hidden;
      line-height: 1.3; }
      .sidebar .topik-pilihan--item .title-side a, .sidebar .topik-pilihan--item h3 a, .sidebar .topik-pilihan--item h4 a, .sidebar .terpopuler--item .title-side a, .sidebar .terpopuler--item h3 a, .sidebar .terpopuler--item h4 a, .sidebar .artikel-topil--item .title-side a, .sidebar .artikel-topil--item h3 a, .sidebar .artikel-topil--item h4 a, .sidebar .response-artikel--item .title-side a, .sidebar .response-artikel--item h3 a, .sidebar .response-artikel--item h4 a, .topil-page .topik-pilihan--item .title-side a, .topil-page .topik-pilihan--item h3 a, .topil-page .topik-pilihan--item h4 a, .topil-page .terpopuler--item .title-side a, .topil-page .terpopuler--item h3 a, .topil-page .terpopuler--item h4 a, .topil-page .artikel-topil--item .title-side a, .topil-page .artikel-topil--item h3 a, .topil-page .artikel-topil--item h4 a, .topil-page .response-artikel--item .title-side a, .topil-page .response-artikel--item h3 a, .topil-page .response-artikel--item h4 a, .response .topik-pilihan--item .title-side a, .response .topik-pilihan--item h3 a, .response .topik-pilihan--item h4 a, .response .terpopuler--item .title-side a, .response .terpopuler--item h3 a, .response .terpopuler--item h4 a, .response .artikel-topil--item .title-side a, .response .artikel-topil--item h3 a, .response .artikel-topil--item h4 a, .response .response-artikel--item .title-side a, .response .response-artikel--item h3 a, .response .response-artikel--item h4 a {
        color: #696969; }
        .sidebar .topik-pilihan--item .title-side a:hover, .sidebar .topik-pilihan--item h3 a:hover, .sidebar .topik-pilihan--item h4 a:hover, .sidebar .terpopuler--item .title-side a:hover, .sidebar .terpopuler--item h3 a:hover, .sidebar .terpopuler--item h4 a:hover, .sidebar .artikel-topil--item .title-side a:hover, .sidebar .artikel-topil--item h3 a:hover, .sidebar .artikel-topil--item h4 a:hover, .sidebar .response-artikel--item .title-side a:hover, .sidebar .response-artikel--item h3 a:hover, .sidebar .response-artikel--item h4 a:hover, .topil-page .topik-pilihan--item .title-side a:hover, .topil-page .topik-pilihan--item h3 a:hover, .topil-page .topik-pilihan--item h4 a:hover, .topil-page .terpopuler--item .title-side a:hover, .topil-page .terpopuler--item h3 a:hover, .topil-page .terpopuler--item h4 a:hover, .topil-page .artikel-topil--item .title-side a:hover, .topil-page .artikel-topil--item h3 a:hover, .topil-page .artikel-topil--item h4 a:hover, .topil-page .response-artikel--item .title-side a:hover, .topil-page .response-artikel--item h3 a:hover, .topil-page .response-artikel--item h4 a:hover, .response .topik-pilihan--item .title-side a:hover, .response .topik-pilihan--item h3 a:hover, .response .topik-pilihan--item h4 a:hover, .response .terpopuler--item .title-side a:hover, .response .terpopuler--item h3 a:hover, .response .terpopuler--item h4 a:hover, .response .artikel-topil--item .title-side a:hover, .response .artikel-topil--item h3 a:hover, .response .artikel-topil--item h4 a:hover, .response .response-artikel--item .title-side a:hover, .response .response-artikel--item h3 a:hover, .response .response-artikel--item h4 a:hover {
          color: #125ba8; }
  .sidebar .topik-pilihan--img, .sidebar .terpopuler--img, .sidebar .artikel-topil--img, .sidebar .response-artikel--img, .topil-page .topik-pilihan--img, .topil-page .terpopuler--img, .topil-page .artikel-topil--img, .topil-page .response-artikel--img, .response .topik-pilihan--img, .response .terpopuler--img, .response .artikel-topil--img, .response .response-artikel--img {
    margin: 10px 0;
    height: 170px;
    width: auto; }
  .sidebar .topik-pilihan a:hover .title-dash, .sidebar .terpopuler a:hover .title-dash, .sidebar .artikel-topil a:hover .title-dash, .sidebar .response-artikel a:hover .title-dash, .topil-page .topik-pilihan a:hover .title-dash, .topil-page .terpopuler a:hover .title-dash, .topil-page .artikel-topil a:hover .title-dash, .topil-page .response-artikel a:hover .title-dash, .response .topik-pilihan a:hover .title-dash, .response .terpopuler a:hover .title-dash, .response .artikel-topil a:hover .title-dash, .response .response-artikel a:hover .title-dash {
    color: #125ba8; }

.sidebar .kompasianer-pilihan--item, .topil-page .kompasianer-pilihan--item, .response .kompasianer-pilihan--item {
  margin: 15px 0 20px; }

.sidebar .kompasianer-pilihan .thumb-user, .topil-page .kompasianer-pilihan .thumb-user, .response .kompasianer-pilihan .thumb-user {
  width: 67%;
  display: inline-block;
  float: left; }

.sidebar .kompasianer-pilihan .follow-box, .topil-page .kompasianer-pilihan .follow-box, .response .kompasianer-pilihan .follow-box {
  width: 33%;
  display: inline-block; }

.sidebar .kompasianer-pilihan .close, .topil-page .kompasianer-pilihan .close, .response .kompasianer-pilihan .close {
  right: 0px;
  border: 1px solid #dbdbdb;
  color: #dbdbdb; }

.sidebar .terpopuler--item, .topil-page .terpopuler--item, .response .terpopuler--item {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb; }
  .sidebar .terpopuler--item:last-child, .topil-page .terpopuler--item:last-child, .response .terpopuler--item:last-child {
    border-bottom: none; }

.sidebar .video-item, .topil-page .video-item, .response .video-item {
  padding: 10px 0; }
  .sidebar .video-item:last-child, .topil-page .video-item:last-child, .response .video-item:last-child {
    margin-bottom: 20px; }
  .sidebar .video-item .video-thumb, .topil-page .video-item .video-thumb, .response .video-item .video-thumb {
    max-height: 168px;
    height: auto; }

.thumb-user .user-img,
.login-user .user-img {
  width: 40px;
  display: block;
  float: left;
  padding: 10px 0;
  position: absolute;
  z-index: 1; }
  .thumb-user .user-img img,
  .login-user .user-img img {
    max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%; }
  .thumb-user .user-img__large,
  .login-user .user-img__large {
    width: 50px;
    padding: 5px 0; }

.login-user .user-img {
  padding: 0 0 10px;
  top: -2px;
  position: relative;
  margin: 0 auto;
  float: right;
  width: 30px;
  text-align: right; }

.title-dash {
  border-top: 3px solid #e1e1e1;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 8px;
  margin: 30px 0 10px;
  color: #4a4a4a;
  min-width: 300px;
  min-height: 26px; }
  .title-dash span {
    border-top: 2px solid #61c3f1;
    padding-right: 20px;
    padding-top: 10px; }
  .title-dash a {
    color: #4a4a4a; }
    .title-dash a:hover {
      color: #125ba8; }
  .title-dash .rekomen {
    font-size: 11px;
    font-weight: 700; }
  .title-dash--index {
    font-weight: 500;
    text-transform: lowercase; }

.notif {
  font: 300 9px "Roboto", sans-serif;
  padding: 0 2px 0 2px;
  background: #e04c4c;
  color: #fff;
  margin: 0 0 0 -5px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  bottom: 5px; }

.loader {
  display: block;
  text-align: center; }

.search-box {
  font-family: "Roboto", sans-serif;
  padding: 0 10px 9px 10px;
  width: 196px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 8; }
  .search-box .search-box-in {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #151b28;
    font-weight: 300;
    height: 28px;
    overflow: hidden;
    background: transparent;
    border: 1px solid #e7e7e7; }
  .search-box .icon-search {
    display: inline-block;
    font-size: 26px;
    padding: 5px 5px 5px 0;
    background: none;
    border: none;
    text-align: left;
    position: absolute;
    z-index: 9;
    left: 20px;
    outline: none; }
  .search-box input {
    background: none;
    border: none;
    outline: none;
    padding: 4px 5px 4px 45px; }

.close,
.close--writer,
.close--poin,
.close__accept {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 20px;
  padding: 0px 7px 1px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  z-index: 22;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .close:hover,
  .close--writer:hover,
  .close--poin:hover,
  .close__accept:hover {
    background: #00b4f0;
    border: 1px solid transparent !important; }

.sp:before {
  content: "|";
  padding-left: 8px;
  padding-right: 5px; }

.close--writer {
  border: 1px solid #dbdbdb;
  color: #dbdbdb; }

.close--poin {
  top: 10px;
  right: 10px; }

.more-index {
  font-size: 12px;
  color: #787777;
  font-family: "Roboto", sans-serif; }

.btn__tnc {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 25px;
  background: #125ba8;
  cursor: pointer;
  position: relative;
  left: calc(50% - 79px/2);
  color: #fff;
  font: 500 13px "Roboto", sans-serif;
  border: 0;
  margin: 30px auto 10px; }
  .btn__tnc:hover {
    color: #fff;
    background: #0d427a; }

.follow-box,
.chit-box,
.kirim-tulisan,
.btn-schedule {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 25px 0 5px;
  cursor: pointer; }
  .follow-box span,
  .chit-box span,
  .kirim-tulisan span,
  .btn-schedule span {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    background: #57ad68;
    border-radius: 17px;
    padding: 8px 15px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
  .follow-box a,
  .chit-box a,
  .kirim-tulisan a,
  .btn-schedule a {
    color: #fff;
    font-size: 10px;
    font-weight: 400; }
    .follow-box a:hover span,
    .chit-box a:hover span,
    .kirim-tulisan a:hover span,
    .btn-schedule a:hover span {
      background: #458b53; }

.followed-box span {
  color: #151b28;
  background: #fff;
  padding: 8px 15px; }

.followed-box a:hover span {
  background: #fff; }

.load-more,
.dashboard-write--btn,
.dashboard-write--simpan,
.dashboard-write--tayang,
.dashboard-setting--simpan,
.dashboard-setting--batal,
.dashboard-setting--edit,
.dashboard-setting--verifikasi,
.btn-register,
.btn-obrolan,
.obrolan__edit,
.save,
.send,
.response-btn {
  font: 400 14px/16px "Roboto", sans-serif;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #d0d0d0;
  color: #7d7d7d;
  position: relative;
  cursor: pointer;
  text-transform: uppercase; }
  .load-more:hover, .load-more:focus,
  .dashboard-write--btn:hover,
  .dashboard-write--btn:focus,
  .dashboard-write--simpan:hover,
  .dashboard-write--simpan:focus,
  .dashboard-write--tayang:hover,
  .dashboard-write--tayang:focus,
  .dashboard-setting--simpan:hover,
  .dashboard-setting--simpan:focus,
  .dashboard-setting--batal:hover,
  .dashboard-setting--batal:focus,
  .dashboard-setting--edit:hover,
  .dashboard-setting--edit:focus,
  .dashboard-setting--verifikasi:hover,
  .dashboard-setting--verifikasi:focus,
  .btn-register:hover,
  .btn-register:focus,
  .btn-obrolan:hover,
  .btn-obrolan:focus,
  .obrolan__edit:hover,
  .obrolan__edit:focus,
  .save:hover,
  .save:focus,
  .send:hover,
  .send:focus,
  .response-btn:hover,
  .response-btn:focus {
    border: 1px solid #125ba8;
    color: #125ba8; }
  .load-more .icon-angle-right,
  .dashboard-write--btn .icon-angle-right,
  .dashboard-write--simpan .icon-angle-right,
  .dashboard-write--tayang .icon-angle-right,
  .dashboard-setting--simpan .icon-angle-right,
  .dashboard-setting--batal .icon-angle-right,
  .dashboard-setting--edit .icon-angle-right,
  .dashboard-setting--verifikasi .icon-angle-right,
  .btn-register .icon-angle-right,
  .btn-obrolan .icon-angle-right,
  .obrolan__edit .icon-angle-right,
  .save .icon-angle-right,
  .send .icon-angle-right,
  .response-btn .icon-angle-right {
    position: relative;
    top: 2px;
    left: 5px; }

.btn-index {
  background: #ff6969;
  color: #fff;
  border: none;
  margin-left: 5px; }
  .btn-index:hover {
    border: none;
    color: #fff; }

.trending-box {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #161b28; }
  .trending-box--label {
    font-weight: 700;
    text-transform: uppercase; }
  .trending-box ul {
    list-style-type: none;
    display: block;
    padding: 0; }
    .trending-box ul li {
      display: inline-block;
      margin: 0 5px 5px 0;
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .trending-box ul li:hover {
        background: #61c3f1; }
        .trending-box ul li:hover a {
          color: #fff; }
      .trending-box ul li a {
        color: #161b28; }
  .trending-box--item {
    display: block;
    float: left;
    margin: 0 10px 5px 0;
    padding: 5px;
    background: #61c3f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
    .trending-box--item a {
      color: #fff; }
    .trending-box--item:hover {
      background: #00a8f8; }

.timeline--item {
  background: #fff;
  padding: 15px 20px;
  min-height: 80px;
  margin-top: 20px;
  display: inline-block;
  min-width: 100%;
  max-width: 100%;
  border: 1px solid #e9e9e9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }
  .timeline--item .user-box {
    padding-top: 13px;
    width: 89%;
    min-height: 50px; }
    .timeline--item .user-box a {
      max-height: 20px;
      overflow: hidden; }

.timeline--artikel {
  display: inline-block;
  min-width: 100%;
  padding: 0;
  height: 223px; }
  .timeline--artikel a {
    color: #151b28; }
    .timeline--artikel a:hover p {
      color: #151b28; }
  .timeline--artikel .title,
  .timeline--artikel h2 {
    font-weight: 600;
    font-size: 20px;
    max-height: 77px;
    line-height: normal;
    overflow: hidden;
    margin: 25px 0 10px;
    word-wrap: break-word;
    word-break: break-word; }
    .timeline--artikel .title.mt40,
    .timeline--artikel h2.mt40 {
      max-height: 77px; }
  .timeline--artikel p {
    color: #929292 !important;
    font-weight: 300;
    font-size: 14px;
    max-height: 43px;
    overflow: hidden;
    line-height: 22px; }
  .timeline--artikel__large {
    padding: 15px 20px;
    height: auto; }
    .timeline--artikel__large .timeline__ribbon a {
      top: -61px; }
    .timeline--artikel__large .artikel-foot {
      bottom: 0;
      padding: 0; }
    .timeline--artikel__large .title,
    .timeline--artikel__large h2 {
      font-size: 26px;
      max-height: 68px !important;
      margin-top: 25px !important;
      font-weight: 600;
      overflow: hidden;
      line-height: normal; }
  .timeline--artikel__nphoto .artikel--content {
    width: 100%; }
  .timeline--artikel__adv a {
    color: #151b28; }
    .timeline--artikel__adv a:hover p {
      color: #151b28; }
    .timeline--artikel__adv a p {
      color: #929292;
      font-weight: 300;
      font-size: 14px;
      max-height: 38px;
      overflow: hidden; }

.timeline--inform {
  font-weight: 300;
  font-size: 14px;
  background: #d6dee6;
  padding: 10px 20px 20px;
  width: 740px;
  min-height: 132px; }
  .timeline--inform h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    color: #125ba8;
    margin-top: 10px;
    margin-bottom: 10px; }
  .timeline--inform p {
    max-height: 40px;
    overflow: hidden; }

.timeline--write {
  padding: 0;
  width: 740px;
  min-height: 123px; }
  .timeline--write__content {
    padding: 0;
    font: 300 16px "Merriweather", serif;
    color: #222222; }
  .timeline--write__img {
    position: absolute;
    z-index: 0; }
  .timeline--write__text {
    padding: 20px;
    min-height: 121px;
    padding: 15px;
    z-index: 1; }
  .timeline--write .btn-tulis {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 10px;
    background: #bb9c77;
    border-radius: 17px;
    padding: 8px 15px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border: none;
    display: block;
    margin: 10px 0 0; }

.timeline--event {
  padding: 10px 20px 20px;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  width: 740px;
  min-height: 421px; }
  .timeline--event__img {
    width: 220px;
    height: 220px;
    overflow: hidden;
    position: relative; }
    .timeline--event__img img {
      height: 220px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: left;
      object-position: left; }
  .timeline--event__item {
    padding: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%; }
  .timeline--event .event-title {
    font-weight: 300;
    padding: 0 0 10px; }
  .timeline--event .event-category {
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0;
    position: relative;
    z-index: 2; }
    .timeline--event .event-category span {
      padding: 1px 8px; }
  .timeline--event__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -10px; }
  .timeline--event__button__wrap {
    display: none;
    background: #fff;
    border-radius: 100%;
    border: 0;
    position: absolute;
    padding: 8px 11px 7px;
    top: 50%;
    font-size: 17px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }
  .timeline--event__button--left {
    left: 5px; }
  .timeline--event__button--right {
    right: 5px; }
  .timeline--event__link {
    font: 400 12px "Roboto", sans-serif;
    letter-spacing: 1px;
    text-align: right;
    margin: 10px 0; }
    .timeline--event__link a {
      color: #313432; }
  .timeline--event .title-dash {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    border-top: none;
    float: left; }
    .timeline--event .title-dash span {
      color: #f27873;
      font-weight: 700;
      font-size: 22px;
      border-top: none; }

.timeline--trenpekanini {
  background: #fff;
  padding: 15px 10px;
  width: 740px;
  max-height: 666px;
  position: relative;
  overflow: hidden; }
  .timeline--trenpekanini__artikel {
    width: 100%;
    height: 100%;
    margin-top: 0; }
    .timeline--trenpekanini__artikel .artikel {
      height: 100%;
      width: 100%;
      min-width: auto; }
      .timeline--trenpekanini__artikel .artikel--img {
        width: 100%;
        height: 400px;
        overflow: hidden;
        position: relative; }
        .timeline--trenpekanini__artikel .artikel--img img {
          width: 100%;
          height: 400px;
          -o-object-position: top;
          object-position: top; }
      .timeline--trenpekanini__artikel .artikel--left {
        position: absolute;
        bottom: 15px;
        left: 15px; }
      .timeline--trenpekanini__artikel .artikel--tag {
        position: absolute;
        bottom: 15px;
        left: 15px; }
      .timeline--trenpekanini__artikel .artikel--content {
        position: relative;
        width: 100%; }
        .timeline--trenpekanini__artikel .artikel--content .title {
          margin: 24px 2px 30px !important;
          height: 51px; }
        .timeline--trenpekanini__artikel .artikel--content .timeline__ribbon {
          right: 50px; }
        .timeline--trenpekanini__artikel .artikel--content .timeline__flag {
          right: 18px; }
  .timeline--trenpekanini .title-dash {
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 0;
    border-top: none;
    padding: 0 12px; }
    .timeline--trenpekanini .title-dash span {
      color: #f27873;
      font-weight: 700;
      font-size: 22px;
      border-top: none; }
  .timeline--trenpekanini__item {
    padding: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .timeline--trenpekanini__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* Firefox */
    /* Chrome, Edge, and Safari */ }
    .timeline--trenpekanini__wrapper {
      scrollbar-width: thin;
      scrollbar-color: #a2a2a2 #dedede; }
    .timeline--trenpekanini__wrapper::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    .timeline--trenpekanini__wrapper::-webkit-scrollbar-track {
      background: #dedede; }
    .timeline--trenpekanini__wrapper::-webkit-scrollbar-thumb {
      background-color: #a2a2a2;
      border-radius: 0px;
      border: transparent; }
  .timeline--trenpekanini__button__wrap {
    display: none;
    background: #fff;
    border-radius: 100%;
    border: 0;
    position: absolute;
    padding: 8px 11px 7px;
    top: 50%;
    font-size: 17px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }
  .timeline--trenpekanini__button--left {
    left: 5px; }
  .timeline--trenpekanini__button--right {
    right: 5px; }
  .timeline--trenpekanini__slide {
    height: 237px; }

.timeline--writer {
  padding: 15px 10px;
  width: 100%;
  height: 442px;
  overflow: hidden; }
  .timeline--writer__item {
    padding: 20px 10px; }
  .timeline--writer__box {
    border: 1px solid #dcdcdc;
    padding: 10px 15px 20px; }
  .timeline--writer__content {
    font-weight: 300;
    color: #3a3a3a; }
    .timeline--writer__content .writer-desc {
      font-size: 12px;
      height: 54px;
      overflow: hidden; }
    .timeline--writer__content .writer-best {
      color: #151b28;
      font-size: 15px;
      padding: 10px 2px 15px;
      border-top: 1px solid #b9b9b9;
      margin: 20px 0;
      height: 97px;
      overflow: hidden; }
      .timeline--writer__content .writer-best span {
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        color: #a6a6a6;
        text-transform: uppercase;
        line-height: 22px;
        display: block; }
      .timeline--writer__content .writer-best a {
        color: #151b28; }
        .timeline--writer__content .writer-best a:hover {
          color: #125ba8; }
  .timeline--writer .follow-box {
    border-top: 1px solid #b9b9b9; }
  .timeline--writer .close--writer {
    position: relative;
    right: -5px;
    float: right; }
  .timeline--writer h3 {
    font-size: 20px;
    font-weight: 600;
    color: #7d7d7d;
    padding: 0 10px; }

.timeline--video .video-menu {
  margin-bottom: 20px;
  padding-bottom: 15px; }
  .timeline--video .video-menu .tablinks {
    float: left; }
    .timeline--video .video-menu .tablinks:first-child:before {
      content: "";
      padding: 0; }
    .timeline--video .video-menu .tablinks:last-child:before {
      display: inline-block; }
    .timeline--video .video-menu .tablinks:after {
      padding: 0; }

.timeline--video__item {
  padding: 0 10px; }
  .timeline--video__item .timeline--item {
    margin-top: 10px; }
    .timeline--video__item .timeline--item .artikel {
      width: 100%;
      min-width: unset; }
    .timeline--video__item .timeline--item .title.mt40 {
      font-size: 18px;
      max-height: 92px; }

.timeline--video__box .title-thumb .title {
  font-weight: 400;
  font-family: "Merriweather", serif;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
  line-height: 1.3;
  padding: 10px 0 0; }
  .timeline--video__box .title-thumb .title a {
    color: #151b28; }

.timeline--video__box .artikel--count__item:first-child {
  margin-left: 0; }

.timeline--video__box .user-box {
  width: 100%; }

.timeline--combination {
  display: inline-block;
  min-width: 100%;
  padding: 0;
  height: 223px; }
  .timeline--combination .user-box {
    padding-top: 15px;
    padding-left: 0;
    max-height: 40px; }
  .timeline--combination .title,
  .timeline--combination h2 {
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
    max-height: 77px;
    line-height: normal;
    overflow: hidden;
    margin: 11px 0 11px;
    word-wrap: break-word;
    word-break: break-word; }
    .timeline--combination .title a,
    .timeline--combination h2 a {
      color: #000; }
  .timeline--combination .artikel--content {
    max-height: 215px;
    width: calc(100% - 300px - 41px); }
  .timeline--combination .combination__list {
    margin-top: 25px; }
  .timeline--combination .combination__item {
    width: 50%;
    float: left; }
  .timeline--combination .combination__img {
    width: 63px;
    height: 42px;
    float: left;
    margin-right: 8px; }
  .timeline--combination .combination__title {
    color: #000;
    letter-spacing: 0.5px;
    font-size: 10px;
    font-weight: bold;
    max-height: 42px; }

.timeline--popularVideo {
  padding: 12px 20px 18px;
  background: #2b2a2a;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  width: 740px;
  min-height: 280px; }
  .timeline--popularVideo .title-dash {
    border-top: none;
    margin: 2px 0;
    padding-top: 1px;
    font-size: 13px; }
    .timeline--popularVideo .title-dash span {
      border-top: none;
      color: #ff0000; }
    .timeline--popularVideo .title-dash--index {
      font-size: 11px;
      color: #fff;
      text-transform: capitalize;
      position: absolute;
      right: 22px;
      top: 10px; }
  .timeline--popularVideo .popularPlay {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4wNjEiIGhlaWdodD0iMTEuMDYxIiB2aWV3Qm94PSIwIDAgMTEuMDYxIDExLjA2MSI+DQogIDxnIGlkPSJwbGF5LW91dGxpbmUtZmlsbGVkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4yNSAtMi4yNSkiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzE2NSIgZGF0YS1uYW1lPSJQYXRoIDE2NSIgZD0iTTcuNzgxLDIuMjVhNS41MzEsNS41MzEsMCwxLDAsNS41MzEsNS41MzFBNS41MzEsNS41MzEsMCwwLDAsNy43ODEsMi4yNVptMi45NTUsNS44NzhMNi4zOSwxMC41YS4zODcuMzg3LDAsMCwxLS41ODUtLjM0OFY1LjQxYS4zOTEuMzkxLDAsMCwxLC41ODktLjM0bDQuMzQ1LDIuMzdhLjQuNCwwLDAsMSwwLC43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGZpbGw9InJlZCIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzE2NiIgZGF0YS1uYW1lPSJQYXRoIDE2NiIgZD0iTTE0LjYyNSwxNi41NmwzLjEyNS0xLjcwNy0zLjEyNS0xLjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOC4wMyAtNy4wNzMpIiBmaWxsPSJyZWQiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: -3px; }
  .timeline--popularVideo .icon-play {
    font-size: 45px;
    color: rgba(251, 251, 251, 0.84);
    position: absolute;
    width: 100%;
    top: 38%;
    opacity: 0.8; }
  .timeline--popularVideo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -10px; }
  .timeline--popularVideo__item {
    padding: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%; }
  .timeline--popularVideo__img {
    width: 220px;
    height: 145px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    position: relative; }
  .timeline--popularVideo .title {
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
    margin: 8px 2px 4px;
    height: 65px;
    overflow: hidden; }
  .timeline--popularVideo .category {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 8px; }

.timeline .long-arrow-right,
.timeline .long-arrow-left {
  display: inline-block;
  vertical-align: middle;
  margin: 8px auto;
  margin-left: 17px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ff0000;
  border-left: 2px solid #ff0000;
  border-radius: 1px; }

.timeline .arrow-right,
.timeline .long-arrow-right {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.timeline .long-arrow-right::after,
.timeline .long-arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #ff0000;
  -webkit-transform: rotate(-45deg) translate(5px, 1px);
  transform: rotate(-45deg) translate(5px, 1px);
  left: 0;
  top: 0; }

.timeline--category {
  position: relative;
  height: 235px;
  background: none;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  border: none;
  border-top: 2px solid #71c2ea;
  border-right: 2px solid #71c2ea;
  padding: 12px 0 0;
  margin-top: 30px; }
  .timeline--category .category {
    position: absolute;
    top: -20px;
    background: #125ba8;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    padding: 0px 10px;
    border-left: 6px solid #eb3d3d;
    border-right: 6px solid #f5f5f5; }
  .timeline--category .artikel--img {
    width: 308px;
    height: 203px; }
    .timeline--category .artikel--img img {
      width: 308px;
      height: 203px; }
  .timeline--category .artikel--content {
    width: calc(100% - 308px);
    max-height: 203px; }
  .timeline--category .title {
    padding: 6px 0;
    font-size: 20px;
    height: 65px;
    margin-bottom: 3px;
    overflow: hidden; }
    .timeline--category .title a {
      color: #000; }
  .timeline--category .combination__item {
    margin-top: 6px;
    height: 40px;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #dbdbdb; }
    .timeline--category .combination__item:last-child {
      border: none; }
  .timeline--category .combination__img {
    width: 47px;
    height: 31px;
    float: left;
    margin-right: 8px; }
    .timeline--category .combination__img img {
      aspect-ratio: 3/2;
      -o-object-fit: cover;
      object-fit: cover; }
  .timeline--category .combination__title {
    color: #000;
    letter-spacing: 0.5px;
    font-size: 12px;
    max-height: 35px;
    padding-right: 55px;
    overflow: hidden; }
  .timeline--category .artikel-foot {
    float: right;
    bottom: 26px; }
    .timeline--category .artikel-foot a {
      font-size: 13px;
      font-weight: bold;
      color: #000; }
    .timeline--category .artikel-foot .long-arrow-right,
    .timeline--category .artikel-foot .long-arrow-left {
      border-top: 2px solid #2376ba;
      border-left: 2px solid #2376ba; }
      .timeline--category .artikel-foot .long-arrow-right:after,
      .timeline--category .artikel-foot .long-arrow-left:after {
        background-color: #2376ba; }

.timeline__ribbon {
  position: absolute;
  right: 60px;
  margin-top: 12px;
  overflow: visible;
  line-height: 1;
  font-size: 15px; }
  .timeline__ribbon a {
    display: block;
    padding: 0px 1px 0 1px;
    position: relative;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #2376ba;
    overflow: visible;
    height: 16px;
    width: 12px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    top: 0;
    -webkit-transition: 0s ease-out;
    transition: 0s ease-out;
    font-weight: bold;
    font-size: 18px; }
    .timeline__ribbon a:before {
      content: "";
      height: 0;
      width: 0;
      display: block;
      position: absolute;
      top: 15px;
      left: 0;
      border-top: 5px solid transparent;
      border-bottom: 0px solid #2376ba;
      border-right: 7.5px solid #2376ba !important;
      border-left: 7px solid #2376ba;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .timeline__ribbon a:hover {
      background: #67c5f1; }
      .timeline__ribbon a:hover:before {
        content: "";
        border-top: 5px solid transparent;
        border-bottom: 0px solid #67c5f1;
        border-right: 7px solid #67c5f1;
        border-left: 7px solid #67c5f1; }
  .timeline__ribbon.-marked a {
    background: #cfcfcf;
    color: #cfcfcf; }
    .timeline__ribbon.-marked a:before {
      color: #fff;
      border-bottom: 0px solid #cfcfcf;
      border-right: 7px solid #cfcfcf;
      border-left: 7px solid #cfcfcf; }
    .timeline__ribbon.-marked a:after {
      content: "-";
      display: block;
      position: absolute;
      top: -2px;
      left: 1.5px;
      margin: auto;
      color: #fff;
      font-weight: bold;
      font-size: 20px; }
  .timeline__ribbon--remove a {
    background: #f67671; }
    .timeline__ribbon--remove a:before {
      content: "";
      height: 0;
      width: 0;
      display: block;
      position: absolute;
      top: 15px;
      left: 0;
      border-top: 5px solid transparent;
      border-bottom: 0px solid #f67671;
      border-right: 7px solid #f67671;
      border-left: 7px solid #f67671; }
    .timeline__ribbon--remove a:hover {
      background: #ff8b86; }
      .timeline__ribbon--remove a:hover:before {
        content: "";
        border-top: 7px solid transparent;
        border-bottom: 1px solid #ff8b86;
        border-right: 10px solid #ff8b86;
        border-left: 10px solid #ff8b86; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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;
  display: 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-arrow.slick-hidden {
  display: none; }

.slick-slide {
  z-index: 1;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.slick-center {
  opacity: 1; }
  .slick-center .slick-content {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.14) 40%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.14)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.14) 40%, black 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.14) 40%, black 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.14) 40%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.14)), to(black));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.14) 40%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000', GradientType=0); }
    .slick-center .slick-content .thumb-user {
      opacity: 1; }
    .slick-center .slick-content .artikel--tag {
      opacity: 1; }
  .slick-center .slick-link .slick-headline,
  .slick-center .slick-link h1 {
    opacity: 1; }

.slick-content {
  width: auto;
  height: 280px;
  overflow: hidden;
  z-index: 2;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(0, 0, 0, 0.45)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(0, 0, 0, 0.45)), to(black));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000', GradientType=0); }
  .slick-content .artikel--tag {
    position: absolute;
    top: 20px;
    opacity: 0.5;
    -moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    transition: opacity 2s; }
  .slick-content .thumb-user {
    opacity: 0.5;
    -moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    transition: opacity 2s; }
  .slick-content--video {
    position: relative; }
    .slick-content--video .icon-play {
      left: 45%;
      top: 32%;
      position: absolute;
      font-size: 45px;
      color: rgba(255, 255, 255, 0.8); }

.slick-link {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 0 20px 20px;
  top: 120px;
  color: #fff; }
  .slick-link:hover {
    color: #fff; }
    .slick-link:hover .slick-headline,
    .slick-link:hover h1 {
      opacity: 0.9; }
  .slick-link .slick-headline,
  .slick-link h1 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 5px;
    max-height: 80px;
    overflow: hidden;
    opacity: 0.5;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }

.slick-arrow {
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out; }
  .slick-arrow .icon-angle-right,
  .slick-arrow .icon-angle-left {
    font-size: 24px;
    width: 30px;
    height: 45px;
    padding: 0px 5px 0 10px;
    font-weight: 300;
    background: #71c2ea; }
  .slick-arrow .icon-angle-left {
    padding: 0px 10px 0 5px; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.timeline--trenpekanini .slick-arrow {
  background: #71c2ea;
  top: 50%;
  height: auto;
  opacity: 1;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }
  .timeline--trenpekanini .slick-arrow .icon {
    width: 8px; }
  .timeline--trenpekanini .slick-arrow:hover {
    opacity: 0.5; }
  .timeline--trenpekanini .slick-arrow .icon-angle-right,
  .timeline--trenpekanini .slick-arrow .icon-angle-left {
    font-size: 10px;
    width: 20px;
    height: 40px;
    padding: 0px;
    font-weight: 300;
    background: transparent; }

.timeline--trenpekanini .slick-prev {
  left: -10px; }

.timeline--trenpekanini .slick-next {
  right: -10px; }

.timeline--writer .slick-arrow {
  background: #71c2ea;
  top: 50%;
  height: auto;
  opacity: 1;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }
  .timeline--writer .slick-arrow .icon {
    width: 8px; }
  .timeline--writer .slick-arrow:hover {
    opacity: 0.5; }
  .timeline--writer .slick-arrow .icon-angle-right,
  .timeline--writer .slick-arrow .icon-angle-left {
    font-size: 10px;
    width: 20px;
    height: 40px;
    padding: 0px;
    font-weight: 300;
    background: transparent; }

.timeline--writer .slick-prev {
  left: -10px; }

.timeline--writer .slick-next {
  right: -10px; }

.slide:hover .slick-arrow {
  opacity: 1; }

.slide .thumb-user {
  position: relative;
  top: 120px; }
  .slide .thumb-user .user-box a {
    color: #fff; }
  .slide .thumb-user .date-box {
    color: #fff; }
    .slide .thumb-user .date-box span {
      padding-left: 5px; }

.headline__img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative; }
  .headline__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 280px; }
  .headline__img ~ .slick-content {
    position: absolute;
    width: 100%;
    top: 0; }

.headline__margin .slick-slide {
  position: relative; }

.live-blogging {
  margin: 20px 0 0; }
  .live-blogging a {
    color: #151b28; }
    .live-blogging a:hover {
      color: #125ba8; }
  .live-blogging__gate {
    position: relative;
    margin: 10px 0;
    min-height: 40px;
    display: table;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }
  .live-blogging__label {
    padding: 11px 20px 11px;
    background: #125ba8;
    position: absolute;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 700;
    -webkit-animation: bgcolorchange 4s infinite;
    animation: 4s infinite bgcolorchange; }
    .live-blogging__label:after {
      content: "";
      width: 0px;
      height: 0px;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 10px solid #125ba8;
      position: absolute;
      right: -10px;
      top: 0; }
  .live-blogging__text {
    font-size: 12px;
    padding: 9px 0;
    padding-left: 150px;
    display: table-cell;
    vertical-align: middle; }
  .live-blogging__hour {
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px; }

.user-box {
  font-family: "Roboto", sans-serif;
  padding-top: 10px;
  padding-left: 55px;
  display: inline-block;
  color: #1d61ab; }
  .user-box a {
    color: #1d61ab;
    display: block;
    font-size: 13px;
    font-weight: 500; }
  .user-box .title {
    font-size: 14px; }
  .user-box .user-name {
    height: 18px;
    overflow: hidden; }

.headline .user-name {
  font-weight: 400; }

.headline .user-box {
  padding-top: 20px; }

.date-box {
  font-size: 11px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #9E9E9E;
  font-style: normal; }
  .date-box span :before {
    content: "|";
    padding: 0 5px; }
  .date-box span .timeago {
    cursor: text;
    border-bottom: none; }

.followers-box {
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #b4b4b4; }

.title-box {
  font-size: 11px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #9E9E9E;
  font-style: normal;
  max-height: 44px;
  overflow: hidden; }

.read-box {
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  color: #b4b4b4; }
  .read-box--count__item {
    display: inline-block;
    float: left; }
    .read-box--count__item .icon {
      margin-top: 1px;
      margin-right: 8px;
      margin-left: 0px; }

.join {
  font-weight: 600; }

.following-box {
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px; }
  .following-box span {
    display: block;
    font-weight: 500; }
  .following-box .icon-lapor-akun {
    font-size: 20px; }
    .following-box .icon-lapor-akun:hover {
      color: #ff0000 !important; }
  .following-box a {
    color: #151b28; }
    .following-box a:hover, .following-box a.active {
      color: #125ba8; }

.artikel {
  display: inline-block;
  height: 221px;
  min-width: 738px;
  overflow: hidden; }
  .artikel-foot {
    position: relative;
    bottom: 35px;
    padding: 0 20px;
    z-index: 2; }
  .artikel--left {
    max-width: 63%;
    float: left; }
  .artikel--right {
    text-align: right;
    float: right; }
  .artikel--left, .artikel--right {
    display: inline-block; }
  .artikel--count {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #d1d1d1;
    overflow: hidden;
    height: 19px; }
    .artikel--count__item {
      display: inline-block;
      float: left;
      margin: 0 10px;
      font-size: 12px;
      font-weight: 300; }
      .artikel--count__item:last-child {
        margin-right: 0; }
      .artikel--count__item a {
        color: #e46a6a;
        display: block; }
      .artikel--count__item:first-child .icon {
        margin-right: 12px; }
      .artikel--count__item .icon {
        display: inline-block;
        float: left;
        margin-right: 12px; }
        .artikel--count__item .icon-dibaca, .artikel--count__item .icon-comment {
          width: 24px;
          height: 17px; }
        .artikel--count__item .icon-like {
          width: 15px;
          height: 14px;
          margin-top: 1px; }
  .artikel--img {
    width: 332px;
    height: 221px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #f5f5f5; }
    .artikel--img img {
      aspect-ratio: 3/2;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 332px;
      height: 221px;
      background: #f5f5f5; }
      @media (min-width: 1100px) {
        .artikel--img img {
          height: auto;
          width: 100%; } }
    .artikel--img:hover .artikel--content h2 {
      color: #125ba8; }
  .artikel--content {
    padding: 0 20px;
    width: calc(100% - 332px - 40px);
    float: left;
    max-height: 184px;
    overflow: hidden; }
  .artikel--large {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    max-width: 100%;
    min-width: inherit; }
    .artikel--large .artikel--img {
      width: 100%;
      float: none;
      overflow: hidden; }
      .artikel--large .artikel--img img {
        height: auto; }
    .artikel--large .artikel--content {
      padding: 0;
      width: 100%;
      float: none; }
  .artikel .icon-play {
    font-size: 45px;
    color: rgba(251, 251, 251, 0.84);
    position: absolute;
    width: 100%;
    top: 38%; }

.artikel--tag {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase; }
  .artikel--tag span {
    background: #71c2ea;
    padding: 2px 12px;
    letter-spacing: 1px;
    white-space: nowrap; }
  .artikel--tag-green span {
    background: #b8da8a; }

.ad {
  background-color: #ddd;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 9px auto;
  margin-left: 15px; }
  .ad::before {
    content: "Advertisement";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    font-size: 12px; }
  .ad-h {
    width: 980px;
    height: 250px;
    margin: 9px auto; }
    @media (max-width: 480px) {
      .ad-h {
        width: 334px;
        height: 100px;
        max-height: 100%;
        min-width: 100%; } }
  .ad-v {
    display: inline-block;
    width: 300px;
    height: 600px; }
    .ad-v-s {
      display: inline-block;
      width: 300px;
      height: 249px; }

.sidebar > .ad {
  margin-top: 0;
  margin-right: 0; }

.sidebar > .ad ~ .ad {
  margin: 9px 0;
  margin-left: 15px; }

.thr-banner img {
  position: relative;
  width: 1098px;
  height: 732px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (max-width: 480px) {
    .thr-banner img {
      width: 100%;
      height: auto;
      max-height: 100%;
      min-width: 100%;
      max-height: 300px; } }
  .thr-banner img:before {
    background-color: #529df1;
    content: "Space Iklan";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.banner-center {
  text-align: center; }

.ads-horizontal, .ads-pol {
  position: fixed;
  text-align: center;
  width: 100%; }

.ads-horizontal {
  margin: 5px auto 0;
  padding: 0;
  bottom: 0;
  height: auto;
  background: rgba(237, 237, 237, 0.8);
  z-index: 10; }
  .ads-horizontal .close-pol, .ads-horizontal .dropdown .dropdown-submenu {
    text-align: left; }
  .ads-horizontal .close-pol a {
    position: absolute;
    right: 0;
    top: -26px;
    color: #fff;
    padding: 4px 8px;
    background: #3ca5dd;
    display: inline-block;
    font: 500 11px/18px Roboto,sans-serif; }

.banner-horizontal {
  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;
  min-height: 90px; }

.kategori-list--wsub {
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #eaeaea;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.kategori_list {
  font-family: "Roboto",sans-serif;
  width: 185px; }
  .kategori_list .cs-options {
    max-height: 300px !important;
    overflow-y: scroll;
    font-weight: 300; }
  .kategori_list .cs-optgroup {
    font-weight: 500; }
    .kategori_list .cs-optgroup ul li {
      font-weight: 300; }

.kategori-list--menus {
  position: relative;
  border-right: 2px solid #eaeaea; }

.kategori-list--single:after {
  display: none !important; }

.kategori-list--parent {
  display: table;
  width: 149px;
  position: relative;
  padding: 10px 20px; }
  .kategori-list--parent .parent--title {
    font-weight: 500 !important;
    color: #00a3e5 !important;
    text-shadow: none !important;
    font-size: 16px !important; }
  .kategori-list--parent li:hover > a, .kategori-list--parent li:focus > a, .kategori-list--parent li:active > a {
    color: #337ab7; }
  .kategori-list--parent > li {
    cursor: pointer;
    display: block !important;
    width: 100% !important; }
    .kategori-list--parent > li .icon {
      float: right;
      font-size: 11px;
      top: 7px;
      position: relative; }
    .kategori-list--parent > li:hover .kategori-list--child {
      opacity: 1 !important;
      visibility: visible !important; }
    .kategori-list--parent > li:hover .header .bottom-bar a {
      color: #337ab7; }

.kategori-list--parent .kategori-list--child {
  background: #fff;
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  padding-left: 13px !important;
  left: 102%;
  width: 98% !important;
  height: 100%;
  display: block !important; }
  .kategori-list--parent .kategori-list--child li {
    display: block !important;
    width: 100% !important; }
  .kategori-list--parent .kategori-list--child-dropdownimg {
    top: 0px !important;
    width: 100% !important;
    height: 100%; }
    .kategori-list--parent .kategori-list--child-dropdownimg img {
      width: 70px;
      margin-top: 11px; }
    .kategori-list--parent .kategori-list--child-dropdownimg li a {
      color: #fff; }
      .kategori-list--parent .kategori-list--child-dropdownimg li a:hover {
        color: #d92128; }

.kategori-list--parent .kategori-ks {
  background: #000;
  left: 101%; }
  .kategori-list--parent .kategori-ks img.kategori-ks-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    margin: 0; }

.dropdown {
  cursor: pointer;
  position: relative; }
  .dropdown .closedrop {
    position: absolute;
    right: 8px;
    top: 0;
    color: #00afee;
    border: none;
    cursor: pointer; }
    .dropdown .closedrop:hover {
      background: none;
      color: #0582af;
      border: none;
      padding: 0; }
  .dropdown.open {
    position: relative; }
  .dropdown .dropdown-submenu {
    text-align: left; }
    .dropdown .dropdown-submenu a {
      color: #222 !important;
      margin-left: 0 !important;
      display: inherit !important; }
  .dropdown .dropdown-menu {
    padding: 0px 0;
    background: #fff;
    min-width: auto;
    width: 155px;
    margin-left: 8px;
    border-radius: 15px;
    width: 165px; }
    .dropdown .dropdown-menu li {
      padding: 4px 0; }
      .dropdown .dropdown-menu li:hover {
        background: #ebeced; }
        .dropdown .dropdown-menu li:hover:last-child {
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px; }
  .dropdown li {
    padding: 4px 0; }
    .dropdown li:hover {
      background: #ebeced; }
      .dropdown li:hover:last-child {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px; }

.dropdown {
  position: relative !important; }

.dropdown.open > .dropdown-menu {
  display: block !important;
  top: 27px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px; }

@keyframes bgcolorchange {
  0% {
    font-weight: 700;
    color: #fff; }
  25% {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.73); }
  50% {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.47); }
  75% {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.13); }
  100% {
    font-weight: 700;
    color: #fff; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes bgcolorchange {
  0% {
    font-weight: 700;
    color: #fff; }
  25% {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.73); }
  50% {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.47); }
  75% {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.13); }
  100% {
    font-weight: 700;
    color: #fff; } }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  75% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  75% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes tosidebar {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.3; }
  70% {
    opacity: 0.5; }
  80% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@keyframes tosidebar {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.3; }
  70% {
    opacity: 0.5; }
  80% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

/*@keyframes toleftbar {
    0%  { opacity: 1 }
    50% { opacity: 0.5 }
    70% { opacity: 0 }
    80% { opacity: 0.5 }
    100%{ opacity: 1;}
}*/
iframe {
  max-width: 100%; }

.pswp__img {
  height: auto !important; }

blockquote {
  font-size: 1.094em; }

.modal-kompasianer .modal-content {
  background-color: #f5f5f5; }

.modal-kompasianer .thumb-user {
  width: 67%;
  display: inline-block;
  float: left; }

.modal-kompasianer .follow-box {
  width: 33%;
  display: inline-block; }

.modal-open {
  overflow: scroll; }

.popup__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99; }
  .popup__overlay .popup__tnc {
    position: absolute;
    top: 100px;
    left: calc(50% - 624px/2);
    background: #fff;
    width: 624px;
    border-radius: 10px;
    padding: 60px 40px 30px;
    z-index: 2;
    display: block; }
  .popup__overlay .close {
    font-size: 45px;
    font-weight: 300;
    line-height: .95;
    padding: 0 13px 5px;
    height: auto;
    top: 5px;
    right: 15px;
    border: 1px solid transparent;
    cursor: pointer;
    color: #125ba8; }
    .popup__overlay .close:hover {
      border: 1px solid transparent;
      color: #fff; }
  .popup__overlay__body {
    font: 300 12px/20px "Roboto", sans-serif;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 30px;
    height: 320px;
    overflow-y: auto; }
    .popup__overlay__body::-webkit-scrollbar {
      width: 12px;
      background-color: #F5F5F5; }
    .popup__overlay__body::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #125ba8; }
    .popup__overlay__body::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      background-color: #f1f1f1; }
  .popup__overlay__head {
    font: 500 12px/20px "Roboto", sans-serif;
    margin-bottom: 20px; }
  .popup__overlay__foot {
    margin-top: 10px; }
    .popup__overlay__foot label {
      font: 300 11px "Roboto", sans-serif;
      vertical-align: middle; }
  .popup__overlay.active {
    visibility: visible;
    opacity: 1;
    display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 300; }

.icon-play {
  font-size: 45px;
  color: rgba(251, 251, 251, 0.84);
  position: absolute;
  left: calc(50% - 45px/2);
  top: 25%;
  width: 45px;
  height: 45px;
  z-index: 1; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/thr/icomoon.eot?-gcqrn1");
  src: url("../fonts/thr/icomoon.eot?#iefix-gcqrn1") format("embedded-opentype"), url("../fonts/thr/icomoon.woff?-gcqrn1") format("woff"), url("../fonts/thr/icomoon.ttf?-gcqrn1") format("truetype"), url("../fonts/thr/icomoon.svg?-gcqrn1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-fb-sq:before {
  content: "\f082"; }

.icon-ig:before {
  content: "\e900"; }

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

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

.icon-tw:before {
  content: "\f099"; }

.icon-gp-sq:before {
  content: "\f0d4"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-book:before {
  content: "\f02d"; }

.icon-verified:before {
  content: "\f058"; }

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

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

.icon-angle-up:before {
  content: "\f108"; }

.icon-angle-down:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

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

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

.icon-bars:before {
  content: "\f0c9"; }

.icon-sort:before {
  content: "\f0dc"; }

@font-face {
  font-family: HammersmithOne;
  src: url("../fonts/thr/HammersmithOne-Regular-webfont.eot");
  src: url("../fonts/thr/HammersmithOne-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thr/HammersmithOne-Regular-webfont.woff") format("woff"), url("../fonts/thr/HammersmithOne-Regular-webfont.ttf") format("truetype"), url("../fonts/thr/HammersmithOne-Regular-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.header-sticky.header-thr .header {
  display: none; }

.headerCover {
  background-color: #f2fbfe;
  position: relative;
  padding-top: 20px;
  height: 500px;
  width: 100%; }
  .headerCover--read {
    height: 400px; }
    .headerCover--read .ads-top {
      position: relative;
      z-index: 1; }
  .headerCover__img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom; }
    .headerCover__img img {
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      margin: auto;
      width: 306px; }
  .headerCover .ads-top {
    position: relative;
    z-index: 2; }

.header-thr {
  height: 72px; }

.thr {
  /*
	.imsyakiyah {
		background: #745279;
		position: absolute;
		top: 0;
		padding: 5px;
		font-family: $font_child;
		z-index: 12;

		.logo-sponsor {
			margin-bottom: 7px;
			display: block;
		}

		.title {
			max-width: 80px;
			color: #fff;
			font-family: HammersmithOne, sans-serif;
			font-size: 13px;
			line-height: 14px;
			text-align: center;

			span {
				display: block;
				color: #fdd84b;
				font-family: OpenSans, sans-serif;
				font-size: 10px;
				margin-top: 3px;
			}
		}

		.schedule {
			width: 210px;
			font-size: 11px;
			line-height: 13px;

			span {
				display: block;
			}
		}

		.ims-select {
			position: relative;
			width: auto;
			display: inline-block;
			background: #fff;
			border-radius: 3px;
			margin: 0 8px 5px 0;
			padding: 3px 4px;

			&:after {
				position: absolute;
				right: 5px;
				top: 4px;
				font-family: 'icomoon';
				content: '\f0dc';
				z-index: 1;
				color: #3EC1A0;
			}

			select {
				width: 100px;
				display: inline-block;
				background: transparent;
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				-ms-appearance: none;
				text-indent: 0.01px;
				text-overflow: '';
				content: '';
				z-index: 2;
				position: relative;
				border: none;
				color: #7f2d76;
				cursor: pointer;
				padding: 0 13px 0 2px;
			}
		}

		ul {
			margin: 0;
			padding: 0;
		}

		li {
			background: #95458c;
			padding: 5px 10px;
			margin: 0;
			list-style: none;
			display: inline-block;
			color: #fff;
			text-align: center;
		}
	}
	*/ }
  .thr .thumb-user--top .user-img {
    width: 15%;
    position: relative; }
  .thr .thumb-user--top .user-box {
    padding-top: 5px; }
  .thr .user-box-zimg {
    padding-left: 0; }
  .thr .icon-play {
    width: auto;
    top: calc(50% - 45px / 2); }
  .thr .slide .thumb-user {
    top: 0; }
  .thr .header-wrap {
    height: auto;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 99; }
  .thr .nav .samber .nav-link {
    color: #bdfcfc; }
    .thr .nav .samber .nav-link:hover {
      color: #e5fb79; }
  .thr .nav .kontenRamadhan .nav-link {
    position: relative; }
    .thr .nav .kontenRamadhan .nav-link:before, .thr .nav .kontenRamadhan .nav-link:after {
      content: "";
      width: 10px;
      height: 1.5px;
      background: #fff;
      position: absolute;
      right: 5px;
      top: 24px;
      z-index: 5; }
    .thr .nav .kontenRamadhan .nav-link:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .thr .nav .kontenRamadhan .nav-link::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: -2px; }
  .thr .nav-open {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
    cursor: pointer; }
    .thr .nav-open:hover .nav-open-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .thr .nav-open-menu {
      display: none;
      position: absolute;
      top: 44px;
      right: 0;
      z-index: 1;
      background: #e8d196; }
      .thr .nav-open-menu::before {
        content: "";
        position: absolute;
        top: -10px;
        right: 15px;
        border-style: solid;
        border-width: 0 10px 14px 10px;
        border-color: transparent transparent #e8d196 transparent; }
    .thr .nav-open-item {
      color: #fff;
      font-size: 18px;
      padding: 10px 15px;
      position: relative;
      z-index: 1; }
      .thr .nav-open-item:hover, .thr .nav-open-item.active {
        background: #3777bf; }
  .thr .nav-link {
    color: #fff;
    padding: 5px 18px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 18.5px;
    height: 50px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
    .thr .nav-link:focus, .thr .nav-link:hover {
      color: #c9eefb;
      background: #5eb3d8; }
  .thr .nav-arrow {
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .thr .nav__img {
    width: 18px;
    position: relative;
    top: -3px;
    margin-right: 2px; }
    .thr .nav__img--logo {
      display: none;
      position: relative;
      top: 2px;
      width: auto;
      height: 40px;
      padding: 5px 20px 5px 5px; }
    .thr .nav__img--link {
      all: unset;
      cursor: pointer; }
  .thr .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    height: 50px; }
    .thr .navbar-nav > .active > a {
      color: #fff;
      background: #3777bf; }
      .thr .navbar-nav > .active > a:hover {
        color: #fff; }
    .thr .navbar-nav > .active2 > a {
      color: #fff;
      background-color: #ef7680; }
      .thr .navbar-nav > .active2 > a:hover {
        color: #fff;
        background-color: #e13b48; }
    .thr .navbar-nav > .active2.active > a {
      background-color: #e13b48; }
    .thr .navbar-nav .notif {
      display: inline-block;
      padding: 2px 4px;
      bottom: 10px;
      font-size: 8px; }
  .thr .header {
    position: relative;
    z-index: 0; }
    .thr .header-navbar {
      position: relative;
      top: 0;
      width: 100%; }
      .thr .header-navbar.sticky {
        position: fixed;
        z-index: 99;
        -webkit-animation: bounceInDown 1.5s;
        -moz-animation: bounceInDown 1.5s;
        -ms-animation: bounceInDown 1.5s;
        -o-animation: bounceInDown 1.5s;
        animation: bounceInDown 1.5s; }
        .thr .header-navbar.sticky .nav__img--logo {
          display: block; }
        .thr .header-navbar.sticky .nav li a {
          font-size: 15px; }
          .thr .header-navbar.sticky .nav li a .notif {
            font-size: 7px;
            padding: 1px 1px; }
    .thr .header-subnavbar {
      display: none;
      position: absolute;
      width: 100%;
      top: 50px;
      z-index: 3; }
      .thr .header-subnavbar.sticky {
        position: fixed; }
  .thr .navbar {
    height: 50px;
    min-height: 50px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #e3b430; }
  .thr .subnavbar {
    height: 50px;
    min-height: 50px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #b98e3a; }
    .thr .subnavbar .navbar-nav {
      margin-left: calc((100% - 800px) / 2); }
      .thr .subnavbar .navbar-nav li {
        list-style: none; }
    .thr .subnavbar .nav-link {
      font-family: "Lato", sans-serif;
      font-weight: bold; }
  .thr .logo-sponsor {
    display: inline-block;
    margin: 0px 0 2px 0px;
    vertical-align: top; }
  .thr .ims-link {
    color: #fdd84b;
    font-family: OpenSans, sans-serif;
    font-size: 11px;
    text-decoration: none; }
  .thr .share-menu {
    list-style: none;
    display: table;
    color: white;
    padding: 0 9px 0 10px;
    min-height: 44px; }
    .thr .share-menu li {
      display: inline-block;
      padding: 7px 0px; }
      .thr .share-menu li a {
        color: #f4d45c;
        background: none;
        font-size: 20px;
        vertical-align: bottom;
        text-align: center;
        padding: 0 6px;
        text-decoration: none;
        -webkit-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; }
        .thr .share-menu li a:hover {
          background: #7f2d76;
          padding: 12px;
          color: #fff; }
  .thr .content-wrap {
    z-index: 1; }
  .thr .sponsored-wrap {
    z-index: 0; }
  .thr-banner {
    background: #e0f5fd; }
    .thr-banner img {
      max-width: 100%; }
    .thr-banner--fullwidth {
      background: #17dcff;
      min-height: 400px;
      width: 100%;
      /* Full width */
      max-width: 1920px;
      /* Limit maximum width */
      aspect-ratio: 1920 / 900;
      /* Maintains 1920:900 ratio */
      background-color: #f0f0f0;
      /* Example background */
      margin: 0 auto;
      /* Center horizontally */
      position: relative; }
      .thr-banner--fullwidth img {
        width: 100%;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        margin: auto;
        text-align: center; }
        .thr-banner--fullwidth img::before {
          display: none; }
      .thr-banner--fullwidth::before {
        background-color: #17dcff;
        content: "HEADER\APROMO";
        position: absolute;
        height: 100%;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 70px;
        -ms-flex-line-pack: center;
        align-content: center;
        white-space: pre;
        line-height: 0.9; }
  .thr .komentar hr {
    margin-top: 0; }

.pull-left {
  float: left !important; }

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

.skin-ads {
  position: fixed;
  width: auto;
  height: 100%;
  top: 99px; }
  .skin-ads .left {
    position: relative;
    left: -144px;
    top: 0;
    width: 100px;
    float: left;
    z-index: 10; }
  .skin-ads .right {
    position: relative;
    right: -125px;
    top: 0;
    width: 100px;
    float: right;
    z-index: 10; }

.close-skin a {
  color: #fff;
  padding: 1px 7px;
  font-size: 11px;
  background: #125ba8;
  text-align: center;
  position: relative;
  display: block;
  font: 600 11px/18px open sans, sans-serif; }

.artikel--tag .bg-green {
  background: #2bac89; }
  .artikel--tag .bg-greenlight {
    background: #3ec2a1; }

.artikel--tag .bg-red {
  background: #e95652; }

.artikel--tag .bg-blue {
  background: #3982c2; }

.artikel--tag .bg-purple {
  background: #b675b8; }

.artikel--tag--green {
  background: #2bac89; }

.artikel--tag--blue {
  background: #3982c2; }

.artikel--tag--red {
  background: #e95652; }

.artikel--tag--purple {
  background: #b675b8; }

.transportation {
  position: absolute; }

.writer {
  background: #fff;
  height: 266px;
  overflow: hidden; }
  .writer__heading {
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin-left: 30px; }
  .writer__people {
    font-family: Roboto, sans-serif;
    width: 300px;
    padding: 20px;
    text-align: center; }
  .writer__img {
    padding-bottom: 10px; }
    .writer__img img {
      width: 100px;
      margin: auto; }
  .writer__name {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #1d61ab; }
  .writer__desc {
    color: #b5b1b2;
    font-size: 12px; }
  .writer__list {
    height: 226px;
    overflow: hidden; }
  .writer .slick-list {
    padding: 0 100px 0 0 !important; }
  .writer .slick-prev {
    display: none !important; }
  .writer .slick-next {
    display: block;
    margin-top: 0;
    width: 32px;
    height: 135px;
    right: -10px; }
    .writer .slick-next::before, .writer .slick-next::after {
      right: 1em; }
    .writer .slick-next .icon-angle-right {
      background: #a2a2a2;
      border-radius: 100%;
      padding: 10px 16px;
      width: 32px;
      height: 32px; }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.bg_thr {
  background: #ccb16a; }

footer {
  margin-top: 0;
  background: #3777bf; }

.headHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  width: 100%;
  margin: 0 0 20px;
  padding: 8px; }
  .headHeading img {
    height: 57px; }
  .headHeading__content {
    padding-left: 12px;
    color: #fff; }
  .headHeading__title {
    font-size: 32px;
    font-family: "Nerko One", cursive;
    line-height: 1; }
  .headHeading__lead {
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif; }
  .headHeading--green {
    background: #2bac89; }
  .headHeading--blue {
    background: #3982c2; }
  .headHeading--red {
    background: #e95652; }
  .headHeading--purple {
    background: #b675b8; }

.slick-slide {
  z-index: 1;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 100%;
  min-height: 1; }

.sponsored-slide-head-img {
  height: 100%; }

.reportpopup .radio label {
  padding-top: 0; }

.ktbs-widget-container {
  padding-top: 88% !important; }

.kemenangan__embed {
  margin: 20px 0; }
  .kemenangan__embed img,
  .kemenangan__embed iframe {
    width: 100%;
    max-height: 610px; }

.header-thr {
  height: auto;
  position: relative;
  z-index: 100; }

.read-section {
  background: none;
  border: none; }

.ramadan .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 20px 0; }
  .ramadan .timeline .timeline--item {
    margin: 0;
    position: relative; }
    .ramadan .timeline .timeline--item .timeline__ribbon,
    .ramadan .timeline .timeline--item .timeline__flag {
      z-index: 2; }
  @media (max-width: 768px) {
    .ramadan .timeline .timeline--artikel {
      height: 100%; } }
  @media (max-width: 768px) {
    .ramadan .timeline .artikel {
      min-width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 50px 12px 0;
      height: 100%; } }
  .ramadan .timeline .artikel .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 768px) {
      .ramadan .timeline .artikel .title {
        margin: 15px 0;
        line-height: 1.5; } }
    .ramadan .timeline .artikel .title a {
      text-decoration: none; }
  .ramadan .timeline .artikel .thumb-user .user-img,
  .ramadan .timeline .artikel .user-box {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: auto; }
  .ramadan .timeline .artikel .thumb-user {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .ramadan .timeline .artikel .thumb-user {
        position: absolute;
        top: 8px;
        left: 20px; } }
    .ramadan .timeline .artikel .thumb-user .user-img {
      width: 51px;
      height: 51px; }
      @media (max-width: 768px) {
        .ramadan .timeline .artikel .thumb-user .user-img {
          width: 28px;
          height: 28px; } }
      .ramadan .timeline .artikel .thumb-user .user-img img {
        width: 100%;
        height: 100%; }
    .ramadan .timeline .artikel .thumb-user .user-box {
      margin-left: 6px; }
      .ramadan .timeline .artikel .thumb-user .user-box a {
        color: #1d61ab;
        font-size: 14px; }
      .ramadan .timeline .artikel .thumb-user .user-box .date-box {
        color: #b4b4b4;
        font-size: 11px; }
  .ramadan .timeline .artikel--content {
    padding: 20px 20px; }
    @media (max-width: 768px) {
      .ramadan .timeline .artikel--content {
        width: 100%;
        padding: 0 6px;
        margin: 0;
        height: auto; } }
  .ramadan .timeline .artikel .artikel-foot .cardAnalitycs .ico {
    opacity: 0.8; }
  .ramadan .timeline .artikel .artikel-foot .cardAnalitycs__views {
    color: #71c2ea; }
  @media (max-width: 768px) {
    .ramadan .timeline .artikel--img {
      width: 100%;
      /* Full width of the parent */
      height: auto;
      position: relative;
      /* Needed for absolutely positioned child */
      padding-top: 66.57%;
      /* (221 / 332) * 100 to enforce aspect ratio */
      overflow: hidden; } }
  @media (max-width: 768px) {
    .ramadan .timeline .artikel--img img {
      position: absolute;
      /* Position the image inside the container */
      top: 0;
      left: 0;
      width: 100%;
      /* Scale image width */
      height: 100%;
      /* Scale image height */
      -o-object-fit: cover;
      object-fit: cover; } }

@media (max-width: 768px) {
  .timeline .artikel-foot {
    bottom: 8px; } }

@media (max-width: 768px) {
  .timeline .cardFooter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 5px; } }

@media (max-width: 480px) {
  .timeline .cardFooter {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row !important;
    flex-flow: row !important; } }

.widget__thr a:hover {
  color: #02bcf1; }

.widget__thr--wrapper {
  background: #fff;
  padding: 14px; }

.widget__thr--green .widget__heading {
  background: #2BAC89; }

.widget__thr--green .user-box a {
  color: #2BAC89; }

.widget__thr--purple .widget__heading {
  background: #B675B8; }

.widget__thr--purple .user-box a {
  color: #B675B8; }

.widget__thr--greenlight .widget__heading {
  background: #3ec2a1; }

.widget__thr--greenlight .user-box a {
  color: #3ec2a1; }

.widget__thr--red .widget__heading {
  background: #E95652; }

.widget__thr--red .user-box a {
  color: #E95652; }

.widget__thr--blue .widget__heading {
  background: #3982C2; }

.widget__thr--blue .user-box a {
  color: #3982C2; }

.widget__thr--twitter .widget__heading .title {
  padding-left: 0;
  text-transform: initial;
  font-size: 12.5px; }
  .widget__thr--twitter .widget__heading .title .hashtag {
    color: #fdda53;
    font-weight: bold; }

.widget__thr--twitter .widget__thr--wrapper {
  padding: 0; }

.widget__heading {
  font-family: 'Poppins', sans-serif;
  position: relative;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  height: 48.5px; }
  .widget__heading:hover .title, .widget__heading:active .title, .widget__heading:visited .title {
    color: #fff; }
  .widget__heading .title {
    display: block;
    padding-left: 50px;
    font-size: 18px; }
  .widget__heading__categ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 76px; }
    .widget__heading__categ .widget__icon {
      position: relative;
      bottom: 20px;
      -ms-flex-item-align: center;
      align-self: center; }
      .widget__heading__categ .widget__icon--sehat {
        bottom: 25px; }
    .widget__heading__categ .title {
      padding: 0; }
      .widget__heading__categ .title__wrapper {
        padding: 0 120px 0 15px; }
      .widget__heading__categ .title__sponsor {
        position: absolute;
        right: 20px; }
      .widget__heading__categ .title--child {
        font-size: 12px; }

.widget__icon {
  position: absolute; }
  .widget__icon--right {
    float: right;
    padding: 3px; }
  .widget__icon--ngeblog {
    bottom: -12px; }
  .widget__icon--fiksi {
    bottom: 3px; }
  .widget__icon--sehat {
    bottom: 5px; }
  .widget__icon--tradisi {
    bottom: 0; }
    .widget__icon--tradisi ~ .title {
      padding-left: 70px; }
  .widget__icon--cerita {
    bottom: 3px; }
    .widget__icon--cerita ~ .title {
      padding-left: 45px; }

.widget__artikel {
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px; }
  .widget__artikel:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .widget__artikel--img {
    margin-bottom: 15px;
    position: relative; }
  .widget__artikel--title {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    max-height: 42px;
    overflow: hidden;
    word-wrap: break-word; }
    .widget__artikel--title a {
      color: #757575; }
  .widget__artikel--footer {
    display: block;
    padding-bottom: 10px; }

.slick-slide img {
  height: auto; }

.samber {
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif; }
  @media (max-width: 480px) {
    .samber {
      overflow: hidden; } }
  .samber:first-child {
    padding-bottom: 50px; }
  .samber__title {
    font-size: 29px;
    font-weight: bold;
    line-height: 34px;
    color: #1074b7;
    padding: 50px 0px 0;
    text-align: center; }
    @media (max-width: 768px) {
      .samber__title {
        font-size: 15px;
        line-height: 20px;
        padding: 16px 0 0; } }
    .samber__title--sub {
      display: block;
      font-size: 22px; }
  .samber .align--left {
    text-align: left; }
  .samber__img {
    padding: 50px; }
    .samber__img img {
      width: 100%; }
  .samber .textarea {
    padding: 0px 0 24px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #313131;
    border-radius: 25px; }
    @media (max-width: 480px) {
      .samber .textarea {
        font-size: 10px;
        line-height: 16px;
        background: #fff;
        padding: 10px 20px 10px;
        border-radius: 0; } }
    .samber .textarea--white {
      background-color: #effaff; }
    .samber .textarea h2 {
      color: #666669;
      font-size: 24px;
      margin-bottom: 20px;
      font-weight: 400; }
    @media (max-width: 768px) {
      .samber .textarea strong {
        font-size: 11px; } }
    .samber .textarea ul,
    .samber .textarea ol {
      padding-left: 25px;
      margin: 6px 0; }
      .samber .textarea ul li,
      .samber .textarea ol li {
        line-height: 1.6; }

/*
.hadiah {
	margin-top: 70px;
	margin-bottom: 30px;

	&::after {
		display: table;
		content: '';
		clear: both;
	}

	li {
		width: 20%;
		float: left;
		box-sizing: border-box;
		list-style: none;
	}

	&__content {
		position: relative;
		height: 180px;
		text-align: center;

		img {
			height: 70%;
		}

		&--heading {
			position: absolute;
			top: -35px;
			text-transform: uppercase;
			font-weight: bold;
		}
	}

	&__title {
		padding: 0px 15px;
		text-align: center;
	}
}
*/
.arrow-rotate {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.nav li.samber {
  background: #3777bf; }

.popupTnc {
  display: none;
  position: fixed;
  top: 200px;
  width: 785px;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto; }
  @media (max-width: 768px) {
    .popupTnc {
      width: calc(100% - 24px);
      margin-left: 12px;
      margin-right: 12px;
      top: 108px; } }
  .popupTnc__close {
    position: absolute;
    right: 45px;
    top: 20px;
    background: #3ea4f2;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    cursor: pointer; }
    @media (min-width: 768px) {
      .popupTnc__close:hover {
        background: #3d737f; } }
    @media (max-width: 768px) {
      .popupTnc__close {
        right: 17px;
        top: 15px; } }
  .popupTnc__wrap {
    background-color: #fff;
    position: absolute;
    top: 15px;
    z-index: 2;
    border-radius: 18px; }
    @media (max-width: 768px) {
      .popupTnc__wrap {
        top: 0;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); } }
  .popupTnc__title {
    margin: 40px auto 0;
    color: #0c4f75;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    max-width: 352px;
    line-height: 1.3; }
    @media (max-width: 768px) {
      .popupTnc__title {
        margin: 37px auto 0;
        font-size: 15px;
        max-width: 225px; } }
  .popupTnc::before {
    content: "";
    width: 100%;
    height: 50px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #3ea4f2;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px; }
    @media (max-width: 768px) {
      .popupTnc::before {
        display: none; } }
  .popupTnc__content {
    margin: 8px 50px 32px;
    padding-right: 15px;
    max-height: 313px;
    overflow-y: auto; }
    .popupTnc__content h4 {
      font-size: 18px;
      font-weight: 700; }
      @media (max-width: 768px) {
        .popupTnc__content h4 {
          font-size: 13px; } }
    .popupTnc__content ul {
      font-size: 16px;
      margin: 0;
      line-height: 1.7; }
      @media (max-width: 768px) {
        .popupTnc__content ul {
          font-size: 11px; } }
    .popupTnc__content::-webkit-scrollbar {
      width: 4px; }
      @media (max-width: 768px) {
        .popupTnc__content::-webkit-scrollbar {
          width: 1.5px; } }
    .popupTnc__content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px #dfdddd;
      border-radius: 1px; }
    .popupTnc__content::-webkit-scrollbar-thumb {
      border-radius: 2px;
      -webkit-box-shadow: inset 0 0 6px #3ea4f2; }
    @media (max-width: 768px) {
      .popupTnc__content {
        margin: 18px 23px 20px; } }

.scrolled .popupTnc {
  top: 150px; }
  @media (max-width: 768px) {
    .scrolled .popupTnc {
      top: 108px; } }

.accordion {
  margin: 15px 0;
  background: #458ccb;
  padding: 5px 30px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  display: table;
  width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    .accordion {
      font-size: 16px; } }
  .accordion:before {
    content: attr(title);
    display: block;
    float: left; }
  @media (max-width: 480px) {
    .accordion {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .accordion__btn {
    float: right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 25px;
    width: 25px;
    padding: 1px 0px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    background: #fff;
    color: #458ccb; }
    .accordion__btn .head-arrow {
      position: relative;
      color: transparent;
      border-right: 1px solid #1074b7;
      border-bottom: 1px solid #1074b7;
      width: 12px;
      height: 12px;
      display: block;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      left: 5px;
      top: 6px; }
  .accordion__collapse {
    margin-left: -12px;
    margin-right: -12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .accordion__collapse:after {
      clear: both;
      display: table;
      content: ""; }
    .accordion__collapse .in .head-arrow {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .accordion.collapsed .accordion__btn {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.accord__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  min-height: 280px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 23px 20px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .accord__content {
      width: calc(100% - 40px);
      margin: auto; } }
  .accord__content::after {
    content: "";
    display: table;
    clear: both; }
  .accord__content--brown {
    background: #ccb16a;
    border: 1px solid #ccb16a; }
    .accord__content--brown .accord__guidelinks {
      color: #725a29; }
  .accord__content--blue {
    background: #93dbf6;
    border: 1px solid #5e90c2; }
  .accord__content--green {
    background: #b2d384;
    border: 1px solid #b2d384; }
    .accord__content--green .accord__guidelinks {
      color: #12664e; }
  .accord__content--orange {
    background: #ffcb5c;
    border: 1px solid #ffcb5c; }
  .accord__content--sponsored .accord__heading {
    margin-top: 4px; }
  .accord__content--sponsored .accord__text {
    margin-top: 0;
    padding-top: 6px;
    padding: 5px 0px 5px 0px; }
    .accord__content--sponsored .accord__text bold p:last-child {
      margin: 0;
      padding: 0; }
  .accord__content:hover {
    overflow: visible; }

.accord__title {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .accord__title--text {
    background: #fad953;
    margin: auto;
    text-align: center;
    padding: 6px 10px;
    border-radius: 5px;
    display: table; }

.accord__text {
  display: table-cell;
  text-align: left;
  color: #151b28;
  vertical-align: middle;
  font-size: 22px;
  padding: 8px 0px 22px 0px;
  line-height: 1;
  margin: 0; }
  .accord__text p {
    margin: 0; }
  .accord__text bold {
    font-weight: 700; }

.accord__tag {
  text-align: left;
  overflow: hidden;
  max-height: 100px; }
  @media (max-width: 768px) {
    .accord__tag {
      max-height: 135px; } }
  .accord__tag:before {
    content: attr(label);
    display: block;
    color: #151b28;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 0; }
  .accord__tag span {
    background-color: #6be4ff;
    border: 1px solid #6be4ff;
    border-radius: 3px;
    color: #151b28;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 6px;
    display: inline-block;
    margin: 3px 0; }

.accord__heading {
  font-size: 12px;
  font-weight: 500;
  border-left: 2px solid #ff0000;
  padding-left: 4px;
  margin-left: 1px; }

.accord__action {
  background: #ff0000;
  padding: 7px 10px;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  margin: 10px 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  border: 1px solid #ff0000;
  border-radius: 6px;
  text-decoration: none; }
  .accord__action:hover {
    color: #fff;
    background: #4f8ed3; }
  .accord__action--secondary {
    background: #fff;
    color: #000; }

.accord__guidelinks {
  text-decoration: underline; }

.accord__notes {
  font-size: 12px; }

.accord__3 {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 12px; }
  @media (max-width: 768px) {
    .accord__3 {
      width: 50%; } }
  @media (max-width: 550px) {
    .accord__3 {
      width: 100%; } }

.accord__hover {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 3;
  padding-top: 45px;
  background: #eda821;
  width: 100%;
  height: 100%;
  line-height: 1.7;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .accord__hover--footer {
    position: absolute;
    z-index: 4;
    bottom: 0px; }
    .accord__hover--footer-left {
      padding-top: 12px;
      float: left;
      line-height: 1.3;
      text-align: left;
      font-size: 12px;
      width: 80%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .accord__hover--footer-right {
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20%;
      text-align: left;
      padding-top: 12px; }
      .accord__hover--footer-right li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .accord__hover--footer-right li a {
          color: #fff; }
        .accord__hover--footer-right li:hover a {
          color: #337ab7; }
      .accord__hover--footer-right--title {
        font-size: 13px;
        line-height: 1;
        text-align: left; }

.accord__footer {
  position: relative;
  color: #fff;
  padding: 10px 10px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 10px; }
  .accord__footer--left {
    float: left;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .accord__footer .follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    padding: 0;
    margin: 0; }
    .accord__footer .follow li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 4px; }
      .accord__footer .follow li:first-child {
        padding-left: 0; }
      .accord__footer .follow li:last-child {
        padding-right: 0; }
  .accord__footer--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .accord__footer--right .title {
      font-size: 12px;
      margin-right: 10px; }
  .accord__footer a {
    color: #fff; }
    .accord__footer a:hover {
      color: #337ab7; }

.accord__sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-size: 10px;
  color: #000;
  padding: 8px 0 10px;
  margin: 0 10px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: calc(100% - 20px);
  text-align: left;
  top: 0;
  right: 0;
  position: absolute; }
  .accord__sponsor img {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-left: 8px;
    background: #000;
    overflow: hidden;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
  .accord__sponsor img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 12px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1; }
  .accord__sponsor img::after {
    content: "LOGO";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 12px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .accord__sponsor:hover img {
    -webkit-transform: scale(1.3) translateX(1px) translateY(0px);
    transform: scale(1.3) translateX(1px) translateY(0px); }

.sponsored-thr {
  background: #fff;
  margin: 40px 0 0;
  padding: 20px 0 40px;
  height: 228.5px; }
  .sponsored-thr .widget__heading {
    padding: 10px 0; }
    .sponsored-thr .widget__heading:hover .title {
      color: #a2a2a2; }
  .sponsored-thr .title {
    color: #a2a2a2;
    padding-left: 0;
    padding-bottom: 10px; }
  .sponsored-thr-img {
    text-align: center; }
  .sponsored-thr__list {
    height: 120px;
    overflow: hidden; }

.sponsored-slide-head {
  max-height: 280px;
  overflow: hidden; }
  .sponsored-slide-head-wrap .slick-track {
    margin: auto; }
  .sponsored-slide-head-wrap .slick-arrow {
    opacity: 1; }
    .sponsored-slide-head-wrap .slick-arrow:before, .sponsored-slide-head-wrap .slick-arrow:after {
      content: unset; }
    .sponsored-slide-head-wrap .slick-arrow .icon-angle-right,
    .sponsored-slide-head-wrap .slick-arrow .icon-angle-left {
      width: 35px;
      height: 35px;
      color: #C0891D;
      border-radius: 100%;
      border: .4px solid #F5F5F5;
      background: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0.5px 0.87px 3px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0.5px 0.87px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0.5px 0.87px 3px 0px rgba(0, 0, 0, 0.3); }
  .sponsored-slide-head-wrap .slick-next {
    right: 18px; }
  .sponsored-slide-head-wrap .slick-prev {
    left: 6px; }
  .sponsored-slide-head-item {
    width: 100%;
    padding: 0 2px;
    position: relative; }
  .sponsored-slide-head-img {
    width: 100%; }

.headerCover__sponsor {
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .headerCover__sponsorLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .headerCover__sponsorLogo img {
      border-radius: 100%;
      height: 22px;
      width: 22px;
      margin: 0 6px; }

.margin10 {
  margin: 10px; }

.grid__left {
  width: 740px;
  float: left; }

.grid__read {
  background: #fff;
  padding: 20px; }

.grid__right {
  float: left;
  width: 300px;
  margin-left: 30px; }

.ads-top {
  text-align: center; }

.slick-next {
  width: 2em;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  color: transparent; }

.slick-next::before,
.slick-next::after {
  height: 1em;
  width: 0.1em;
  background: #fff;
  content: "";
  position: absolute; }

.slick-next::before {
  top: 4.5em;
  right: .1em;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.slick-next::after {
  top: 3.8em;
  right: .1em;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.bottom-bar {
  display: none; }
