@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1xvd98");
  src: url("../fonts/icomoon.eot?1xvd98#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1xvd98") format("truetype"), url("../fonts/icomoon.woff?1xvd98") format("woff"), url("../fonts/icomoon.svg?1xvd98#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-play:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e1ba";
}

.icon-cross:before {
  content: "\e36b";
}

.icon-ig:before {
  content: "\e49c";
}

.icon-tw:before {
  content: "\e49d";
}

.icon-in:before {
  content: "\e4cf";
}

.icon-pint:before {
  content: "\e4d6";
}

.icon-fb:before {
  content: "\e614";
}

.icon-gp2:before {
  content: "\e904";
}

.icon-back-top:before {
  content: "\edc9";
}

.icon-arr-left2:before {
  content: "\e600";
}

.icon-arr-up:before {
  content: "\e601";
}

.icon-arr-down:before {
  content: "\e612";
}

.icon-arr-right2:before {
  content: "\e613";
}

.icon-photo:before {
  content: "\e801";
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #e9e9e9;
  color: #2a2a2a;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover {
  color: #E54210;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 0;
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
}

iframe {
  border: none;
  vertical-align: top;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent;
}

.title {
  width: 100%;
  padding: 10px 0;
  position: relative;
  border-bottom: 2px solid #e94f1d;
  margin: 0 0 6px;
  padding: 0 0 6px;
  background: #f0f0f0;
  font-weight: 700;
  font-size: 18px;
}
.title__idx {
  position: absolute;
  right: -3px;
  top: 0px;
  padding: 0 5px;
}
.title__idx--most {
  top: -30px;
  font-size: 18px;
  font-weight: 700;
}
.title--most {
  padding: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after, .clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.container {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
  background: #f0f0f0;
}

.col-20,
.col-30,
.col-40,
.col-70,
.col-100 {
  float: left;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
}

.col-20 {
  width: 290px;
}

.col-30 {
  width: 320px;
}

.col-40 {
  width: 470px;
}

.col-70 {
  width: 760px;
}

.col-100 {
  width: 1100px;
}

.col-offset-fluid {
  margin-right: -10px;
  margin-left: -10px;
}

.col-offset-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 40px;
}

.fixed--right {
  width: 300px;
  position: fixed;
  bottom: 80px;
}

.fixed--left {
  width: 270px;
  position: fixed;
  bottom: 80px;
}

.htop {
  background: #ebebeb;
  padding: 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 1100px) {
  .htop {
    width: 1100px;
  }
}
.htop__row {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.htop__item {
  display: inline-block;
  position: relative;
  padding: 7px 33px;
  font-family: "Homenaje", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #777;
  text-transform: uppercase;
}
.htop__item:first-child {
  padding: 7px 33px 7px 0;
}
.htop__item:last-child {
  padding: 7px 0 7px 33px;
}
.htop__link {
  color: inherit;
}
.htop__item--active, .htop__link:hover {
  color: #000;
}

.header {
  background: #fff;
  z-index: 5;
  position: relative;
  margin: 0 -20px;
  padding: 0 20px;
}
.header__top {
  padding: 0;
  margin: 0 -10px;
}
.header__col {
  float: left;
  width: 360px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
}

.bl {
  margin: 13px 0 0;
  padding: 0 0 0 8px;
  height: 12px;
  display: inline-block;
}
.bl__item {
  display: inline-block;
  float: left;
}
.bl__item:first-child:after {
  content: "|";
  font-size: 12px;
  vertical-align: top;
}
.bl__link {
  font-size: 12.32px;
  padding: 0 3px;
}

.header__calendar {
  color: #8c8c8c;
  font-size: 12.32px;
  padding: 0 0 0 11px;
}

.logo {
  margin: 0;
  padding: 0 0 20px;
  position: relative;
}
.logo a {
  display: block;
  text-align: center;
}
.logo img {
  width: 340px;
}

.user {
  text-align: right;
  padding: 0 10px;
}
.user__row {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-top: 5px;
}
.user__row a {
  font-size: 12.32px;
}
.user__item {
  font-size: 12.32px;
  display: inline-block;
  float: left;
}
.user__item:first-child:after {
  content: "|";
  font-size: 12px;
  vertical-align: top;
}
.user__item:last-child:after {
  content: none;
}
.user__link {
  font-size: 12.32px;
  padding: 0 2px;
}

.search--header {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: inline-block;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 28px;
  padding-left: 5px;
  position: relative;
  margin: 0 10px 0 0;
  text-align: right;
  float: right;
}
.search__input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0;
  color: #999;
  display: inline-block;
  padding: 2px;
  border: 0;
  width: 170px;
  height: 22px;
}
.search__icon {
  color: #C5C5C5;
  font-size: 16px;
  vertical-align: middle;
}
.search__button {
  background: #e74f1d;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  padding: 3px 7px;
  border: 0;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.header__bottom {
  border-bottom: 3px solid #e54210;
  border-top: 1px solid #c7c7c7;
  position: relative;
  height: 37px;
  margin: 0 -20px;
  padding: 0 20px;
}

.nav {
  position: relative;
  z-index: 5;
}
.nav__item {
  display: inline-block;
  float: left;
}
.nav__item:hover {
  background: #E54210;
  color: #fff;
}
.nav__item:hover .nav__link {
  color: #fff;
}
.nav__item--hot {
  padding: 7px 5px;
  cursor: pointer;
}
.nav__item--hot:hover {
  background: #f00;
}
.nav__item--hot:hover .nav__link {
  color: #fff;
  border: 1px solid #f00;
  background: #f00;
}
.nav__item--hot .nav__link {
  color: #f00;
  padding: 1px 5px;
  border: 1px solid #f00;
}
.nav__item--hot .nav__link:hover {
  color: #fff;
  border: 1px solid #f00;
  background: #f00;
}
.nav__link {
  font-weight: 800;
  font-size: 13px;
  color: #000;
  display: inline-block;
  padding: 9px 7px;
  text-transform: uppercase;
}
.nav__link:hover {
  background: #E54210;
  color: #fff;
}
.nav__item:hover .nav__sub {
  display: inline-block;
  z-index: 1;
}
.nav__sub {
  display: none;
  position: absolute;
  background: #E54210;
  width: 1100px;
  height: 35px;
  left: -20px;
  top: 33px;
  padding: 0 20px;
}
.nav__sub--news {
  padding-left: 5px;
}
.nav__sub--eko {
  padding-left: 50px;
}
.nav__sub--bola {
  padding-left: 55px;
}
.nav__sub--tekno {
  padding-left: 85px;
}
.nav__sub--enter {
  padding-left: 200px;
}
.nav__sub--oto {
  padding-left: 260px;
}
.nav__sub--health {
  padding-left: 280px;
}
.nav__sub--female {
  padding-left: 400px;
}
.nav__sub--properti {
  padding-left: 440px;
}
.nav__sub--travel {
  padding-left: 480px;
}
.nav__sub--video {
  padding-right: 20px;
  text-align: right;
}
.nav__sub--foto {
  padding-right: 20px;
  text-align: right;
}
.nav__sub--tv {
  padding-right: 20px;
  text-align: right;
}
.nav__subitem {
  display: inline-block;
}
.nav__sublink {
  padding: 10px 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.nav__sublink:hover {
  color: #000;
}

.header--scroll {
  padding: 129px 0 0;
}
.header--scroll .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
}
@media (max-width: 1100px) {
  .header--scroll .header {
    width: 1100px;
  }
}
.header--scroll .header__top {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.header--scroll .header__bottom {
  background: #F5F5F5;
  border-top: 0px solid #EFEFEF;
  border-bottom: 0px solid #F5F5F5;
  height: 34px;
}
.header--scroll .nav {
  width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.header--scroll .user {
  display: none;
}
.header--scroll .search--header {
  margin: 9px 0 0;
}
.header--scroll .bl {
  margin: 8px 0 0;
}
.header--scroll .nav__sub {
  width: 1060px;
  margin: 0 20px;
  left: 0;
}
.header--scroll .header__calendar {
  padding: 0 0 0 3px;
}
.header--scroll .bl, .header--scroll .logo {
  padding: 0;
}
.header--scroll .logo img {
  width: 255px;
}
.header--scroll .logo:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 110px;
  width: 120px;
  height: 12px;
  background: #fff;
  display: block;
  margin: 0 auto;
}
.header--scroll .header {
  -webkit-animation: movedown ease-in 0.2s;
  -moz-animation: movedown ease-in 0.2s;
  -ms-animation: movedown ease-in 0.2s;
  -o-animation: movedown ease-in 0.2s;
  animation: movedown ease-in 0.2s;
}

@-webkit-keyframes movedown {
  0% {
    top: -80px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes movedown {
  0% {
    top: -80px;
  }
  100% {
    top: 0px;
  }
}
@keyframes movedown {
  0% {
    top: -80px;
  }
  100% {
    top: 0px;
  }
}
.hl__bigwrap {
  width: 750px;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.hl__thumb {
  margin: 0 -10px 0 0;
}
.hl__thumbwrap {
  height: 149px;
  background: #f5f5f5;
  border-bottom: 1px solid #dedede;
}
.hl__item {
  width: 150px !important;
  height: 149px;
  float: left;
  padding: 7px 9px 5px;
  margin: 0;
  border-right: 1px solid #dedede;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
.hl__item:first-child {
  border-left: 1px solid #dedede;
}
.hl__item.flex-active-slide {
  background: #dedede;
  z-index: 2;
}
.hl__item--big {
  display: list-item !important;
  width: 750px !important;
  height: 370px;
  padding: 0;
  border: none;
  cursor: inherit;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: #000;
}
.hl__item--big img {
  width: 100%;
  height: auto;
}
.hl__item--big.flex-active-slide {
  background: #000;
  z-index: 2;
}
.hl__item--big .hl__title {
  height: auto;
}
.hl__img {
  width: 130px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.hl__img img {
  width: 100%;
  height: auto;
}
.hl__title {
  height: 67px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}
.hl__title h2 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 2px 1px 2px #000;
}
.hl__link {
  height: auto;
}
.hl__link:hover {
  text-decoration: underline;
  color: inherit;
}
.hl__gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 750px;
  padding: 20px;
}
.hl__gradient {
  background: #000;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.47) 31%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(31%, rgba(0, 0, 0, 0.47)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.47) 31%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.47) 31%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.47) 31%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.47) 31%, rgba(0, 0, 0, 0.7) 100%);
}
.hl__category {
  padding: 5px 10px;
  font-weight: 600;
  width: auto;
  z-index: 1;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF0000;
  color: #fff;
}
.hl__category a:hover {
  color: #fff;
}

.breaking {
  background: #fff;
  padding: 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 45px;
  overflow: hidden;
}
.breaking__title {
  position: relative;
  font-size: 16px;
  background-color: #FF0000;
  padding: 6px 10px;
  margin: 0;
  color: #fff;
  float: left;
  width: auto;
}
.breaking__title:after {
  border-bottom: 15px solid transparent;
  border-left: 15px solid #FF0000;
  border-top: 15px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -15px;
  top: 1px;
  width: 0;
}
.breaking__news {
  float: left;
  width: 880px;
  padding: 0 0 0 25px;
  font-size: 24px;
  font-weight: 700;
}

.latest {
  padding: 0 0 80px;
}
.latest__wrap {
  display: block;
  margin: -5px 0 0;
}
.latest__item {
  background: #fff;
  margin: 5px 0;
  padding: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.latest__img {
  width: 135px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  position: relative;
}
.latest__img img {
  height: 100%;
  width: 100%;
  max-width: none;
}
.latest__title {
  font-weight: 600;
  font-size: 17px;
  max-height: 69px;
  overflow: hidden;
  margin: 0 0 1px 0;
}
.latest__title a {
  overflow: hidden;
  max-height: 69px;
}
.latest__lead {
  content: attr(data-lead);
  margin: 0 0 5px;
  line-height: 1.4;
  overflow: hidden;
  position: absolute;
  background: #FEF4BC;
  padding: 5px;
  width: 65%;
  font-size: 12px;
  left: 0px;
  top: 50px;
  z-index: 4;
  border-radius: 5px;
  display: none;
  border: 1px solid #FFDA00;
  height: auto;
}
.latest__group {
  color: #8c8c8c;
  font-size: 11px;
}
.latest__group a {
  vertical-align: inherit;
}
.latest__item--video .latest__img {
  width: 450px;
  height: 240px;
  float: none;
  margin: 0 0 8px;
}
.latest__item--video .latest__img:before {
  position: absolute;
  content: "\e900";
  font-family: icomoon;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 45px;
  line-height: 1;
  opacity: 0;
  color: #fff;
  padding: 22% 0 0;
  background: transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.latest__item--tv .latest__img:before {
  position: absolute;
  content: "\e900";
  font-family: icomoon;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  padding: 20% 0 0;
}
.latest__item--video .latest__img img {
  height: auto;
}
.latest__item--video:hover .latest__img:before {
  opacity: .9;
  background: rgba(0, 0, 0, 0.3);
}
.latest__item--video .latest__info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  padding: 5px 5px 5px 24px;
  font-size: 14px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.6);
}
.latest__item--video .latest__info:before {
  content: "\e900";
  font-family: icomoon;
  position: absolute;
  left: 5px;
  top: 5px;
}
.latest__item--photo .latest__img {
  width: 450px;
  height: 250px;
  float: none;
  margin: 0 0 8px;
}
.latest__item--photo .latest__img:before {
  position: absolute;
  content: "\e801";
  font-family: icomoon;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 60px;
  line-height: 1;
  opacity: 0;
  color: #fff;
  padding: 22% 0 0;
  background: transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.latest__item--photo .latest__img img {
  height: auto;
}
.latest__item--photo:hover .latest__img:before {
  opacity: .9;
  background: rgba(0, 0, 0, 0.3);
}
.latest__item--photo .latest__info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-size: 14px 14px;
  z-index: 1;
  padding: 5px 5px 5px 24px;
  font-size: 14px;
  line-height: 14px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.latest__item--photo .latest__info:before {
  content: "\e801";
  font-family: icomoon;
  position: absolute;
  left: 5px;
  top: 5px;
}

.load {
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.video__wrap {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.video__item {
  display: block;
  width: 100%;
}
.video__item a:hover {
  color: #5D5D5D;
}
.video__img {
  width: 270px;
  height: 152px;
  position: relative;
  overflow: hidden;
}
.video__img:before {
  position: absolute;
  content: "\e900";
  font-family: icomoon;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 45px;
  line-height: 1;
  opacity: 0;
  color: #fff;
  padding: 20% 0 0;
  background: transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.video__item:hover .video__img:before {
  opacity: .6;
  background: rgba(0, 0, 0, 0.2);
}
.video__img img {
  width: 100%;
  height: auto;
}
.video__title {
  padding: 3px 10px 5px;
  font-weight: 600;
  background: #fff;
}
.video__time {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  padding: 5px;
  line-height: 1;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.video__icon {
  font-size: 12px;
}
.video--col .video__wrap {
  background: #fff;
  margin: -6px 0 0 0;
  padding: 5px 5px 20px;
  display: block;
}
.video--col .video__item {
  width: 135px;
  float: left;
  margin: 0 5px;
}
.video--col .video__item a:hover {
  color: #E54210;
}
.video--col .video__item:hover .video__img:before {
  opacity: 0;
}
.video--col .video__img {
  width: 135px;
  height: 80px;
}
.video--col .video__img img {
  height: 100%;
  width: auto;
}
.video--col .video__title {
  padding: 3px 0 0;
  height: auto;
  max-height: 78px;
  overflow: hidden;
}
.video--col .video__time {
  font-size: 11px;
}
.video--col .video__icon {
  font-size: 11px;
}

.highlight__wrap {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.highlight__item {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}
.highlight__item a:hover {
  color: #5D5D5D;
}
.highlight__img {
  width: 270px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.highlight__img img {
  height: 100%;
  width: auto;
}
.highlight__title {
  padding: 3px 10px 5px;
  font-weight: 600;
  background: #fff;
}
.highlight__group {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 6px;
  color: #fff;
  z-index: 1;
}
.highlight__group a:hover {
  color: #fff;
  text-decoration: underline;
}

.mmm__wrap {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.mmm__item {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}
.mmm__item a:hover {
  color: #5D5D5D;
}
.mmm__img {
  width: 270px;
  height: 125px;
  position: relative;
  overflow: hidden;
}
.mmm__img img {
  height: auto;
  width: 100%;
}
.mmm__title {
  padding: 3px 10px 5px;
  font-weight: 600;
  background: #fff;
}
.mmm__group {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 6px;
  color: #fff;
  z-index: 1;
}
.mmm__group a:hover {
  color: #fff;
  text-decoration: underline;
}

.choices {
  background: #fff;
}
.choices__wrap {
  padding: 0;
  margin: 0 5px;
}
.choices__item {
  width: 135px;
  height: 142px;
  overflow: hidden;
  display: inline-block;
  margin: 0 5px 20px;
  position: relative;
  vertical-align: top;
  float: left;
}
.choices__img {
  width: 135px;
  height: 80px;
  overflow: hidden;
  margin-bottom: 3px;
}
.choices__img img {
  height: auto;
  width: 100%;
  max-width: none;
}
.choices__title {
  line-height: 1.37;
  font-weight: 600;
}
.choices__type {
  font-size: 10px;
  background: #c00;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 1px 6px;
}

.most__wraptab {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.most__tabitem {
  display: inline-block;
  float: left;
  padding-right: 8px;
  border-right: 1px solid #999;
  font-size: 12px;
}
.most__tabitem:last-child {
  padding-left: 8px;
  border-right: none;
}
.most__tablink {
  font-size: 15.5px;
  color: #999;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  padding: 2px 0 0;
  display: inline-block;
}
.most__tablink--active {
  font-size: 18px;
  color: inherit;
  padding: 0;
}
.most__row {
  background: #fff;
  margin-top: -6px;
  padding: 0 15px;
  position: relative;
}
.most__wrap {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.most__item {
  display: block;
  position: relative;
  float: left;
  padding: 10px 0 10px 33px;
  border-bottom: 1px solid #ebebeb;
}
.most__item:last-child {
  border-bottom: none;
}
.most__num {
  color: #f96;
  font-weight: 600;
  font-size: 24px;
  padding: 0;
  display: block;
  line-height: 1;
  letter-spacing: -3px;
  position: absolute;
  left: 0;
  top: 10px;
  width: 21px;
  text-align: center;
}
.most__title {
  font-weight: 600;
}
.most__title span {
  display: block;
  padding: 3px 0 0;
}
.most__info {
  font-size: 11px;
  color: #8c8c8c;
}

.topic__wrap {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: -6px;
  background: #fff;
}
.topic__item {
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  position: relative;
}
.topic__item:hover .topic__title {
  color: #E54210;
}
.topic__item a:hover .topic__group {
  color: inherit;
}
.topic__item:last-child .topic__link {
  border-bottom: none;
}
.topic__link {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.topic__title {
  padding: 0 10px 0 15px;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  color: #555;
}
.topic__title:before, .topic__title:after {
  position: absolute;
  top: 0;
}
.topic__title:before {
  left: 0;
}
.topic__title:after {
  right: 0;
  content: "\e613";
  font-family: icomoon;
  font-size: 10px;
  top: 4px;
}
.topic__group {
  display: block;
  font-size: 12px;
  padding: 5px 0 0px 15px;
  color: inherit;
}

.top-title-topik {
  padding: 10px 10px 0px 10px;
  font-size: 18px;
  box-sizing: border-box;
}

.lead-topik {
  font-size: 12px;
  background: white;
  padding: 3px 10px 10px 10px;
  margin: 0;
  box-sizing: border-box;
  line-height: 16px;
  font-weight: 100;
}

.gate-topic {
  background: white;
  margin: 10px 0;
}

.rwidget {
  padding: 10px 10px 0;
  background: #fff;
}

.gramediacom {
  padding: 43px 110px 10px 0;
  margin: 0;
  position: relative;
  min-height: 190px;
}
.gramediacom__logo {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  padding: 0 0 3px;
  border-bottom: 2px solid #0f8fcc;
  z-index: 1;
}
.gramediacom__logo img {
  height: 26px;
}
.gramediacom__title {
  overflow: hidden;
  font-weight: 700;
  margin: 0;
}
.gramediacom__lead {
  margin: 3px 0 5px;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}
.gramediacom__img {
  position: absolute;
  right: 0px;
  top: 43px;
  padding: 3px;
  border: 1px solid #ccc;
  width: 100px;
  height: 140px;
  overflow: hidden;
}
.gramediacom__img img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.gramediacom__pricefinal {
  font-weight: 700;
  font-size: 11px;
}
.gramediacom__disc {
  font-weight: 600;
  font-size: 9px;
  padding: 1px 0;
}
.gramediacom__price {
  font-weight: 600;
  text-decoration: line-through;
  font-size: 9px;
}
.gramediacom__bgspin {
  background: #0F8FCC;
  display: inline-block;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.ads {
  padding: 0px;
  text-align: center;
  position: relative;
}

.ads__skin {
  margin-left: -120px;
  position: fixed;
  top: 37px;
  width: 1300px;
  z-index: 9;
}
.ads__skin .close {
  background: #E54210;
  text-align: center;
}
.ads__skin .close a {
  color: #fff;
  padding: 1px 7px;
  font-size: 11px;
}

.ads__skin--scroll {
  position: fixed;
  top: 85px;
}

.ads__skin .ads__skin--left {
  position: absolute;
  left: 0;
}

.ads__skin .ads__skin--right {
  position: absolute;
  right: 0;
}

.ads--top {
  padding: 10px 0;
  position: relative;
  z-index: 4;
}

.ads--belt {
  text-align: center;
  margin: 0 auto;
}

.ads--right {
  width: 300px;
  /*height: 250px;*/
  /*overflow: hidden;*/
  position: relative;
  z-index: 3;
}

.ads--bottom {
  margin: 5px 0 0 -20px;
  padding: 0;
  height: 50px;
  position: fixed;
  bottom: 0;
  width: 1100px;
  z-index: 4;
}
.ads--bottom .close a {
  position: absolute;
  top: -19px;
  right: 13px;
  padding: 1px 7px;
  font-size: 11px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  background: #E54210;
}

.bghkompas {
  background-color: #094582;
}

.bgbca {
  background-color: #0b69ca;
}

.adv-small {
  font-size: 11px !important;
  color: #ec5e38 !important;
}

.adv-small-bg {
  font-size: 14px !important;
  background-color: #ec5e38 !important;
}

.adv-xsmall-bg {
  font-size: 11px !important;
  background-color: #ec5e38 !important;
}

.brandz-small {
  font-size: 11px !important;
  color: #1c85f2 !important;
}

.brandz-small-bg {
  font-size: 14px !important;
  background-color: #1c85f2 !important;
}

.brandz-xsmall-bg {
  font-size: 11px !important;
  background-color: #1c85f2 !important;
}

.adv-tren {
  font-size: 11px !important;
  color: #D2375B !important;
}

.adv-video {
  color: #1B95E0 !important;
}

.index__wrap {
  display: block;
  padding: 0;
  margin: 0;
}
.index__item {
  display: block;
  width: 100%;
  margin: 0 0 3px;
  background: #F9F9F9;
}
.index__item:hover {
  background: #e2e2e2;
}
.index__link {
  padding: 5px 5px 5px 10px;
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #555;
}
.index__link:hover {
  color: #2a2a2a;
}

.footer {
  padding: 15px 0;
  background: #F9F9F9;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.fmenu {
  display: block;
  padding: 0;
  margin: 0;
}
.fmenu__item {
  padding: 2px 0;
  display: inline-block;
}
.fmenu__item:after {
  content: "-";
}
.fmenu__item:last-child:after {
  content: "";
}
.fmenu__link {
  padding: 0 4px 0 0;
}

.social {
  display: block;
  padding: 20px 0 0;
  margin: 0;
}
.social__item {
  display: inline-block;
}
.social__link {
  display: block;
  width: 28px;
  height: 28px;
}
.social__link:hover .icon-fb {
  background: #3B579D;
}
.social__link:hover .icon-ig {
  background: #3F729B;
}
.social__link:hover .icon-tw {
  background: #5EAADE;
}
.social__link:hover .icon-pint {
  background: #CE2029;
}
.social__icon {
  border-radius: 20px;
  background: #B6B6B6;
  color: #fff;
  padding: 6px;
  font-size: 16px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.footer__copy {
  padding: 10px 0 0;
}
.footer__copy a {
  color: #2a2a2a;
}

.backtop {
  padding: 10px 0;
  color: #FF0000;
  font-size: 11px;
  display: inline-block;
}
.backtop__icon {
  color: #BABABA;
}

.sosialplugin {
  padding: 10px 10px 0;
}
