@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');

body {
  font-family: 'Raleway', sans-serif;
}


.container {
  width: 980px;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}


/**** HEADER ***/
.header {
  background-color: #fff;
  height: 143px;
  display: block;
  margin-bottom: 10px;
}

.top-ads {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}

.top-ads img{
    width: 650px;
}

/*** LOGO ***/
.logo {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}

.logo img {
    display: block;
    width: 296px;
}



/**** TOP NAVIGATION ***/
.topnav {
  background-color: #000;
  overflow: hidden;
  border-top: 2px solid #FF0000;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #aa2d00;
  color: #fff;
}

.topnav a.active {
  color: #fff;
}

/***** MODULE *****/
.module-title {
  font-size: 20px;
  border-bottom: 2px solid #2c4e73;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.module-title-other {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #2c4e73;
  margin-bottom: 10px;
  text-transform: uppercase;
}

a.indeks-berita {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #2c4e73;
  padding: 5px;
  border-radius: 0px;
  margin-bottom: 10px;
  text-align: center;
  margin-left: 270px;
}

/***** HEADLINE *****/
.headline {
  display: block;
  max-height: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
}

.headline-thumb {
  width: 623px;
  height: 350px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  
}

.headline-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.headline-meta {
  width: 623px;
  height: 150px;
  position: absolute;
  bottom: 5px;
  left: 15px;
  padding: 10px;
  color: #fff;
  background: rgb(2,0,36);
  background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#000000",GradientType=1);
}

.headline-meta h1 {
  font-size: 26px;
}

.headline-meta a{
  color: #fff;
}

.headline-meta a:hover{
  color: #c4c4c4;
}

.headline-list {
    height: 80px;
    margin-bottom: 10px;
}

.headline-list-thumb {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.headline-list-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 125px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.headline-list h1{
  display: inline;
  font-size: 16px;
  font-weight: 300;
}

.headline-list span{
  display: inline;
  font-size: 11px;
  display: block;

}

/***** TRENDING ******/
.trending {
    height: 190px;
    margin-bottom: 20px;
    display: block;
}

.trending-list-thumb {
  width: 215px;
  height: 120px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.trending-list-thumb img {
  width: 215px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.trending-list-meta {
    margin-top: 5px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

/***** Editor Picks ****/
.epicks {
  background-color: #aa2d00;
  padding: 15px 19px;
  display: block;
  height: 285px;
  margin-bottom: 20px;
}

span.epicks-span{
    color: #fff;
    font-size: 12px;
    display: block;
}

.epicks-list {
  padding:0;
}

.epicks-list-thumb {
  width: 174px;
  height: 97px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.epicks-list-thumb  img{
  width: 215px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.epicks-list-meta{
  width: 174px;
  font-size: 14px;
  display: inline-block;
  height: 81px;
}

.epicks-list-meta h1 {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 500;
}

.epicks-list-meta span {
    font-size: 12px;
    display: block;
    color: #fff;
}

.epicks-list-meta a{
  color: #fff;
}

.epicks-list-meta a:hover{
  color: #c4c4c4;
}

/*** Latest News ***/
.latest-list {
    border-bottom: 1px dotted #f0f0f0;
    margin-bottom: 7px;
    height: 127px;
}

.latest-thumb {
  width: 140px;
  height: 120px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.latest-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.latest-meta {
 display: inline; 
}

.latest-meta h1{
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.latest-meta p {
    font-size: 10px;
    color: #000;
}
.latest-meta span {
    font-size: 11px;
    font-weight: 600;
    color: #000;
}

.navbar-inverse {
  border-radius: 0px;
}



/****** POPULER ******/
.populer {
  margin-bottom: 20px;
}

ol.populer {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}

ol.populer > li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 0.5em;
    min-height: 3em;
    border: 1px solid #2c4e73;
    height: 70px;
    background: #aa2d00;
}

ol.populer > li > a {
    color: #fff;
    font-size: 15px;
}

ol.populer > li > a:hover {
    color: #c4c4c4;
}

ol.populer > li:before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -42px;
    width: 41px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    content: counter(li-counter);
    counter-increment: li-counter;
    background: #000;
    padding-top: 24px;
}

.trending-thumb {
  width: 215px;
  height: 161px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  
}

.trending-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.trending-meta {
  width: 215px;
  height: 70px;
  position: absolute;
  bottom: 5px;
  left: 15px;
  padding: 10px;
  color: #fff;
  background: rgb(2,0,36);
  background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#000000",GradientType=1);
}


/****** SIDEBAR THUMB ********/

/****** Topics *********/
.topic {
  border: 1px solid #km;
  padding: 5px;
  margin-bottom: 20px;
}

.topic-list ul{
  margin-bottom: 0;
  margin-left: -5px;
}

.topic-list li {
    list-style: none;
    margin-left: -20px;
    font-size: 20px;
}

ul.topic-list {
    margin-bottom: 0;
}


/*** ADS POPUP ***/
.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #a0cff1;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 0;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}

/*** Sidebar Ads ***/
.sidebar-ads {
    margin-bottom: 20px;
    display: block;
}

.sidebar-ads img{
    width: 300px;
}

.divider {
  display: block;
  margin-bottom: 20px;
}

.label-topik {
    /* color: #fff; */
    padding: 5px 20px;
}

.label-topik a{
    color: #fff;
    font-size: 13px;
}


/**** Footer ***/
.footer {
  background-color: #000;
  height: 65px;
  display: block;
  color: #fff;
}

ul.company {
    list-style: none;
    padding-top: 20px;
}

ul.company > li {
    float: left;
    padding:5px 10px;
}

ul.company > li > a{
  color: #fff;
}

ul.company > li > a:hover {
  color: #c4c4c4;
}

.copyright {
    margin-top: 24px;
}

.search-box {
  width: 350px;
  cursor: pointer;
  margin: 0 auto;
  border: .5px solid rgb(232, 238, 241);
  border-radius: 28px;
  color: rgb(119, 126, 128);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #fff;
}

.search-icon {
  width: 250px;
  padding: 5px;
  border-radius: 24px;
  float: right;
}

.content {
  width: 623px;
  display: block;
}

.content h1{
  font-size: 38px;
  font-weight: 600;
}

.content h2{
  font-size: 30px;
  font-weight: 500;
}

.content span {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 15px;
}

.content figure{
  font-size: 12px;
  font-weight: lighter;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.content p {
  font-size: 18px;
}

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  font-weight: bold;
  height:40px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 6px;
  font-size: 100%;
    background-color: #aa2d00;
    color: white;
    font-weight: bold;
    padding: 9px 12px;
    border-radius: 3px;
    display: block;
    float: left;
}

.video-list-thumb {
  width: 100%;
  height: 120px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.video-list-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 215px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.video-list {
    display: block;
    height: 175px;
}

.video-list-meta h1{
  padding-top: 5px;
  font-size: 15px;
  font-weight: bold;
}

.content iframe {
    width: 100%;
    height: 400px;
    padding-top: 20px;
    padding-bottom: 30px;
}

img.ads {
    width: 100%;
}
