<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*FONT DEFINING*/
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('Montserrat-Regular.eot');
  src: url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
       url('Montserrat-Regular.woff') format('woff'),
       url('Montserrat-Regular.ttf') format('truetype'),
       url('Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}

.fontpro,.fontpro-35811 {
  font-family: 'Montserrat-Regular',sans-serif;
}/*GLOBAL RESET*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  /*border-bottom:1px dotted;*/
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ul, ol {
  /*margin-left: 1.8em;*/ }

ol {
  list-style-type: decimal; }

nav ul, nav li {
  margin: 0; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

pre {
  padding: 15px; }

pre, code {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 dan 2.1*/
  word-wrap: break-word;
  /* IE */ }

input, select {
  vertical-align: middle; }

.ie6 input {
  vertical-align: text-bottom; }

textarea {
  overflow: auto; }

input[type="radio"] {
  vertical-align: middle; }

input[type="checkbox"] {
  vertical-align: middle; }

.ie7 input[type="checkbox"] {
  vertical-align: middle; }

label, input[type=button], input[type=submit], button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0;
  padding: 0; }

input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

img {
  border: none;
  vertical-align: bottom; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear; }

a:link, a:hover, a:visited {
  text-decoration: none;
  outline: none;
  color: #223764; }

a:hover {
  color: #193c88; }

p {
  padding-bottom: 10px; }

td, th {
  text-align: left;
  vertical-align: middle;
  line-height: 120%; }

[onclick] {
  cursor: pointer; }

label {
  line-height: 150%; }

.reset {
  clear: both !important; }

.h5 {
  height: 5px; }

.h10 {
  height: 10px; }

.h15 {
  height: 15px; }

.h20 {
  height: 20px; }

.h25 {
  height: 25px; }

.h30 {
  height: 30px; }

.h35 {
  height: 35px; }

.h40 {
  height: 40px; }

.h45 {
  height: 45px; }

.h50 {
  height: 50 px; }

.fl {
  float: left; }

.fr {
  float: right; }

.grid {
  position: relative; }
  .grid.center {
    margin: 0 auto; }
  .grid.w160 {
    width: 160px; }
  .grid.w300 {
    width: 300px; }
  .grid.w680 {
    width: 680px; }
  .grid.w320 {
    width: 320px; }

.thumbcontainer {
  position: relative;
  overflow: hidden; }
  .thumbcontainer img {
    width: 100%; }
  .thumbcontainer .playicon {
    position: absolute;
    z-index: 10;
    opacity: .8;
    width: 20%;
    bottom: 5%;
    left: 5%; }

.disp {
  display: none; }

/*clear HEADINGS , fonts , etc*/
h1, h2, h3, h4, h5, h6 {
  /* font-size: 100%; 
  font-size: 75%;*/
  font-size: 70%;
  text-decoration: none;
  display: inline;
  font-weight: inherit; }

/*FONT STYLE*/
.fBold {
  font-weight: bold !important; }

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

.upC {
  text-transform: uppercase !important; }

/*FONT SIZE*/
.fS10 {
  font-size: 10px; }

.fS11 {
  font-size: 11px; }

.fS12 {
  font-size: 12px; }

.fS13 {
  font-size: 13px; }

.fS14 {
  font-size: 14px; }

.fS16 {
  font-size: 16px; }

.fS18 {
  font-size: 18px; }

.fS20 {
  font-size: 20px; }

.fS22 {
  font-size: 22px; }

.fS24 {
  font-size: 24px; }

.fS26 {
  font-size: 26px; }

/*LINE_HEIGHT*/
.lh100 {
  line-height: 100%; }

.lh120 {
  line-height: 120%; }

.lh150 {
  line-height: 150%; }

.lh200 {
  line-height: 200%; }

/*TEXT ALIGN*/
.txC {
  text-align: center; }

.txJ {
  text-align: justify; }

.txR {
  text-align: right; }

.txL {
  text-align: right; }

body {
  color: #333;
/*  font: normal 14px/150% istokweb , helvetica, arial, sans-serif; */
 font: normal 14px/150% 'Montserrat-Regular' , helvetica, arial, sans-serif;
  background-color: #eff0f2; }

.row.gap5 {
 /* padding: 5px 0; */ }

.cWhite {
  background-color: #fff; }

.titlebar.t1 {
  height: 10px;
  position: relative;
  overflow: visible;
  /* margin-top: 20px; */
  margin-top: 15px;
  }
  .titlebar.t1 .text {
    /* background-color: #fb0404;
	  background-color: #ffc600;  */
    color: #744e91;  
    font-weight: bold;
	 font-size: 18px;
    /*  font-size: 16px;
   line-height: 22px;
    height: 22px; */
	line-height: 1px;
    height: 7px;
    float: left;
    /* padding: 0 10px; */
    position: absolute;
    z-index: 99;
    /* transform: skew(0, -8deg); */ 
    left: 50%;		
	}
.titlebar.t2 .text {
  float: left;
 /* background-color: #967ba7; */
  color: #967ba7;
   /* border-bottom:1px dotted #967ba7; */
   font-weight:bold;
  /* padding: 0 10px; */
	padding: 0 1px;
	font-size: 20px;
  }
.titlebar.t3 {
  color: #744e91;
  font-weight: bold;
  font-size: 18px;
  /* line-height: 28px; */
	line-height: 35px;
  }

/* part 2 */
 .titlebar.t31 {
  color: #744e91;
  font-weight: bold;
  font-size: 12px;
  
  /* line-height: 28px; */
  }


.line-title {
    font-size: 14px;
	font-weight:bold;
	color:#744e91;
}

/* clearfix for floats */
.line-title:after {
    content: "";
    display: table;
    clear: both;
}

.line-title span {
    padding-right: 1px;
    float: left;
}

.line-title hr {
    border:1px solid #744e91;
    border-width: 1px 0 0 0;
    margin-top: 14px;
}

.line-title2 {
    font-size: 18px;
	font-weight:bold;
	color:#744e91;
}
/* clearfix for floats */
.line-title2:after {
    content: "";
    display: table;
    clear: both;
}

.line-title2 span {
    padding-right: 1px;
    float: left;
}

.line-title2 hr {
    border:1px solid #744e91;
    border-width: 1px 0 0 0;
    margin-top: 16px;
}

  .titlebar.t3 .tc {
    text-align: center; }
.titlebar.t4 {
  padding-bottom: 10px;
  background: url("img/rpointer.png") center bottom no-repeat transparent;
  margin-bottom: 10px; }
  .titlebar.t4 .text {
    color: #fb0404;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #fb0404;
    line-height: 28px; }
.titlebar.t5 {
  font-weight: bold;
  font-size: 26px;
  color: #744e91;
  line-height: 36px; }
.titlebar.t6 {
  height: 10px;
  position: relative;
  overflow: visible; }
  .titlebar.t6 .text {
    background-color: #5f6e8e;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    left: 45%;
    padding: 0 10px;
    position: absolute;
    z-index: 99; }
.titlebar.t7 {
  height: 10px;
  position: relative;
  overflow: visible;
  border-bottom: 1px solid #967BA7; }
  .titlebar.t7 .text {
    background-color: #967BA7;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    float: left;
    padding: 0 10px;
    position: absolute;
    z-index: 99;
    left: 50%; }

.topBar {
  height: 40px;
  border-bottom: 1px solid #c9cacc;
  background-color: #e0e4ed;
  color: #8a99b8; }

  .topBar .icon {
    display: block;
    background: url("img/icon.jpg") no-repeat transparent;
    height: 40px;
    width: 40px;
    float: left;
    border-right: 1px solid #c9cacc; }
    
	.topBar .icon.twitter {
      background-position: 0 0; }
      .topBar .icon.twitter:hover {
        background-position: 0 -40px; }
    
	.topBar .icon.fb {
      background-position: -40px 0; }
      .topBar .icon.fb:hover {
        background-position: -40px -40px; }
    
	.topBar .icon.gplus {
      background-position: -80px 0; }
      .topBar .icon.gplus:hover {
        background-position: -80px -40px; }
    
	.topBar .icon.rss {
      background-position: -120px 0; }
      .topBar .icon.rss:hover {
        background-position: -120px -40px; }
  
  .topBar .desc {
    line-height: 40px;
    /* padding-right: 40px; */
	padding-right: 2px;
	padding-left: 2px;
    border-right: 1px solid #c9cacc; }
  
	.topBar .desc a {
      text-decoration: underline; }
  
  .topBar .desc.d2 {
    display: none;
    padding-right: 10px; }
	

	.topBar .descsrc {
    line-height: 40px;
    padding-right: 5px;
    border-right: 1px solid #c9cacc; }

	 .topBar .descsrc.d3 {
    display: none;
    padding-right: 10px; }

.mainBar {
 /* border-bottom: 1px solid #ddd; */
 }
  .mainBar .logo {
    display: block;
    height: 80px;
    width: 240px;
    background: url() 0 0 no-repeat transparent; }
    .mainBar .logo img {
      width: 100%; }

.siteNav.s2 {
  display: none;
  padding-right: 20px;
  position: relative;
  overflow: visible; }
.siteNav &gt; a {
  display: block;
  font-weight: bold;
  float: left;
  font-size: 15px;
  padding-right: 18px;
  /* margin-left: 25px; */
  /* margin-left: 7px; */
   margin-left: 0px;
  height: 20px;
  line-height: 20px;
 /* background: url("img/nav-pointer.png") top right no-repeat transparent; */
  margin-bottom: 10px; 
 /*new
  padding: 0.1em 0.6em; */
  padding-left: 0px;
  }

  .siteNav &gt; a:hover {
    /* background-color: #d4c0e7; */
	color:#ff6d9d;
  }
	

.rollHeadlines {
  width: 100%;
  overflow: hidden; }

.rollHeadlines .main {
  position: relative; }
  .rollHeadlines .main #tombolPlayPause{
     display: none;  }

.rollHeadlines .main #tombolPrev, .rollHeadlines .main #tombolNext 
{
	position: absolute;
    top: 0;
    right: 0;
   	margin-top: 385px;
	margin-right: 7px;
	color:#fff;
	font-size:27px;
}

  .rollHeadlines .main #slideshow {
    width: 100%;
    height: 420px;
    min-width: 320px; }
  .rollHeadlines .main .slides .thumbcontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .rollHeadlines .main .slides li {
    position: relative;
    height: 420px;
    overflow: hidden; }
    .rollHeadlines .main .slides li .desc {
      width: 100%;
      position: relative;
      height:50px;
      overflow: hidden;
      margin-top: 370px;
      color: #fff;
      /* background: url("img/hl-overlay.png") repeat-x center bottom transparent; */ 
	  background: #593d67;
	   opacity: 0.8;
	 filter: alpha(opacity=80); 
	  }
      .rollHeadlines .main .slides li .desc .container {
       /* padding: 20px; */
		padding: 5px;
	   }
      .rollHeadlines .main .slides li .desc .upperdeck .text {
        background-color: #593d67;
        padding: 0 10px;
        line-height: 28px;
        height: 28px; }
      .rollHeadlines .main .slides li .desc .upperdeck {
        margin-bottom: 10px; }
      .rollHeadlines .main .slides li .desc .title {
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 5px;
        /* line-height: 32px; 
		   line-height: 23px; */
		line-height: 35px;
        text-shadow: 0 0 3px #593d67; width:680px;}
  .rollHeadlines .main #slideList {
    position: absolute;
    /* bottom: 50px; */
	bottom: 8px;
    left: 599px; }
    .rollHeadlines .main #slideList li {
      float: left;
      margin-right: 5px; }
      .rollHeadlines .main #slideList li a {
        display: block;
        /* padding-top: 13px; */
		padding-top: 37px;
        height: 0;
        overflow: hidden;
        width: 13px;
        background: url("img/hl-dot.png") 0 0 no-repeat transparent; }
      .rollHeadlines .main #slideList li.tampil a {
       /* background-position: -43px 0; */ background-position: -13px 0; }

.footer {
  background-color: #55256f;
  margin-top: 20px; }
  .footer .container {
     padding: 10px 0;  }
  .footer .logo {
    opacity: .3; }
  .footer .copy {
    color: #7b6a86;
    margin-top: 10px; }
  .footer .bottomlinks a {
    display: block;
    float: left;
    font-weight: bold;
    /* color: #593476; */
	color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    /* border-right: 2px solid #593476; 
	 border-right: 1px solid #ffffff; */
    padding: 0 10px; }
  .footer .bottomlinks a:first-child {
    padding-left: 0; }
  .footer .footer .bottomlinks a:last-child {
    border: none; }

 .widebox .programlist {
    /* width: 175px; */
	width: 208px;
    margin-right: 20px; }

 .widebox1 .programlist {
	width: 322px;
    margin-right: 20px;}
.widebox1 {
  background-color: #fff; }

   .widebox1 .container {
    padding: 10px 0 10px 10px; }
  .widebox1 .programlist .thumbcontainer {
    margin-bottom: 10px; }

 .widebox2 .programlist {
	width: 140px;
    float:left;}
.widebox2 {
  background-color: #fff; }

   .widebox2 .container {
    padding: 10px 0 10px 10px; }
  .widebox2 .programlist .thumbcontainer {
    margin-bottom: 10px; }
  
.widebox {
  background-color: #fff; }
  .widebox .container {
    padding: 10px 0 10px 10px; }
  .widebox .programlist .thumbcontainer {
    margin-bottom: 10px; }

.newsbox .thumbcontainer {
  margin-bottom: 5px; }
.newsbox .title {
  
  font-weight: bold;
  font-size: 12px;
  color:#744e91;
  /*margin-bottom: 3px;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 26px; 
  */
  
  }
.newsbox .summary {
  color: #666; }
.newsbox .upperdeck {
  color: #3f578b;
  font-size: 16px; }
.newsbox .smalldesc {
  color: #745497;
  font-size: 13px; }
.newsbox.nb1 .newslist {
  margin-top: 10px;
  border-top: 1px solid #eff0f2; }
.newsbox.nb2 .container {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #967ba7;
  box-shadow: 2px 2px 3px #999; }
.newsbox.nb3 .container {
  padding: 10px;
  background-color: #fff; }
.newsbox.nb3 .newslist {
  margin-top: 10px;
  border-top: 1px dotted #555; }
.newsbox.nb4 {
  background-color: #e6e6e6; }
  .newsbox.nb4 .thumbcontainer {
    margin: 0; }

.breadcrumbs {
  font-weight: bold;
  font-size: 16px;
  color: #54316f;
  padding: 10px 0; }

.newslist.nl1 ul li {
  color: #704987;
  /* list-style: outside disc; */
  font-size: 13px;
 /* margin-left: 15px; */
  line-height: 16px;
  padding: 5px 0; }
.newslist.nl2 ul li {
  width: 49%; }
.newslist.nl2 ul li .upperdeck {
  font-size: 12px; }
.newslist.nl2 ul li .title {
  font-size: 14px;
  line-height: 16px; }

.specialbox .logo {
  position: absolute;
  display: block;
  top: 20px;
  left: 10px;
  width: 100px; }
  .specialbox .logo img {
    width: 100%; }
.specialbox .containerbox {
  padding: 65px 10px 10px;
  background: url("img/specialbox-bg.jpg") right bottom #cab3dd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset; }
.specialbox .contentbox {
  height: 497px;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.6); }
.specialbox .desc {
  position: absolute;
  top: 52px;
  left: 10px;
  font-weight: bold;
  color: #54316f; }
.specialbox .morelink {
  display: block;
  position: absolute;
  top: 45px;
  right: 10px;
  height: 25px;
  background-color: #734d90;
  padding: 0 10px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  background: linear-gradient(#754f92, #60377f);
  background: -webkit-linear-gradient(#754f92, #60377f);
  background: -o-linear-gradient(#754f92, #60377f);
  background: -moz-linear-gradient(#754f92, #60377f); }

.jadwal_program .list {
  padding: 5px;
  border-bottom: 1px dotted #c2a8d9; }
  .jadwal_program .list a {
    display: block; }
  .jadwal_program .list .time {
    float: left;
    width: 40px;
    color: #765196; }
  .jadwal_program .list .title {
    float: right;
    width: 235px;
    color: #333; }

.sidebox {
  padding: 10px;
  background-color: #fff; }
  .sidebox .programlist .list {
    margin-bottom: 10px; }
  .sidebox .programlist .main a {
    color: #3f578b; }
  .sidebox .programlist .sublist {
    margin-top: 10px; }
  .sidebox .programlist .sublist a {
    color: #444;
    font-size: 12px; }


.newstabx {
  background-color: #d2e0f5; }
.newstabx .container {
    padding: 10px; }
	
	.newstabx .newslistx {
    
	background-color: #f1f7ff;
    /*overflow-y: scroll;*/
    height: 25px; 
	}

	.newstabx .newslistx li {
      padding: 5px 10px;
      border-bottom: 1px dotted #223764; }
  .newstabx .tabBtn li {
    height: 35px;
    line-height: 35px;
    float: left;
    font-weight: bold;
    padding: 0 10px; }
    .newstabx .tabBtn li.on {
      background-color: #f1f7ff; }



.newstab {
  background-color: #d2e0f5; }
  .newstab .container {
    padding: 10px; }

  .newstab .newslist {
    background-color: #f1f7ff;
    overflow-y: scroll;
    height: 600px; }
	
    .newstab .newslist li {
      padding: 5px 10px;
      border-bottom: 1px dotted #223764; }
  .newstab .tabBtn li {
    height: 35px;
    line-height: 35px;
    float: left;
    font-weight: bold;
    padding: 0 10px; }
    .newstab .tabBtn li.on {
      background-color: #f1f7ff; }

.displayContent .displayList {
  display: none; }

.sideHeadlines {
  /* background-color: #593d67; */
  background-color: #e6e6e6;


  }
  .sideHeadlines .container {
    /* padding: 8px; */ padding: 5px; }
  .sideHeadlines .desc {
    padding: 10px 0; }
  .sideHeadlines .main {
    display: block;
    color: #fff; }
    .sideHeadlines .main .upperdeck {
      margin-bottom: 5px; }
    .sideHeadlines .main .title {
	/*
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 5px;
      line-height: 26px; 
		*/  
      font-weight: bold;
      margin-bottom: 3px;

	  }

	
  .sideHeadlines ul {
		padding-left:15px; 
  }
  .sideHeadlines .line-title {
    font-size: 14px;
	font-weight:bold;
	color:#744e91;
	}

	.sideHeadlines .line-title:after {
    content: "";
    display: table;
    clear: both;
	}

	.sideHeadlines .line-title span {
		padding-right: 1px;
		float: left;
	}

	.line-title hr {
		border:1px solid #744e91;
		border-width: 1px 0 0 0;
		margin-top: 14px;
	}
  .sideHeadlines ul li {
   list-style-type: disc;
  color: #704987;
  font-size: 13px;
  line-height: 15px;
  padding: 3px 0; }
.sideHeadlines. ul li {
  width: 49%; }


/* part 2 */
.trilist .thumbcontainer {
  /* margin-bottom: 5px; */ 
  margin-bottom: 3px;
  }
.trilist .title {
  font-weight: bold;
  font-size: 18px; }
.trilist .list {
  /* width: 210px; 
  width: 160px; */
  float: left;
 /* height: 230px; */
  overflow: hidden; }
  .trilist .list .upperdeck {
   /* margin: 5px 0; */
    color: #fff; }
    .trilist .list .upperdeck .text {
      /* background-color: #967ba7;
      padding: 0 10px; */
	  color: #223764;
      line-height: 20px;
      height: 20px;
      float: left;
      font-size: 12px; }

.twitterbox {
  background-color: #e0e1e6;
  padding: 10px; }
  .twitterbox .titlebar a {
    color: #253862;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px; }
  .twitterbox .titlebar .icon {
    float: left;
    margin-right: 10px; }

.article .upperdeck {
  color: #3f578b;
  font-size: 18px;
  padding-top: 20px; }
.article .title {
  font-size: 35px;
  font-weight: bold;
 /*
  padding: 5px 0;
  line-height: 36px;
  padding: 13px 0;*/
  padding-bottom: 10px;
  color: #54316f; }
.article .summary {
  color: #54316f;
  font-style: italic;
  font-size: 16px; }
.article .miscbar {
  padding: 10px 0; }
.article .author {
  font-style: italic;
  color: #54316f; }
.article .photodesc {
  /* padding: 10px 0 20px; */
  margin-bottom: 20px;
 /* border-bottom: 1px dotted #666; */ }
.article .photodesc .caption {
  width: 70%;
  color: #666;
  font-size: 13px; }
.article .photodesc .author {
  width: 30%;
  text-align: right; }
.article .text {
  font-size: 16px; }

.skycrapper {
  margin: 0 10px 10px 0; }

.artikel_terkait .container {
  background-color: #fff;
  padding: 20px 10px 10px; }
.artikel_terkait .mainlist &gt; li {
  float: left;
  width: 150px;
  margin-right: 15px; }
.artikel_terkait .mainlist .thumbcontainer {
  margin-bottom: 5px; }
.artikel_terkait .mainlist .thumblist a {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px; }

.commentbox {
  width: 100%;
  overflow: hidden; }

#mobileMenu {
  display: none;
  position: absolute;
  z-index: 99999999;
  top: 50px;
  right: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 5px rgba(34, 55, 100, 0.5) ;
  -moz-box-shadow: 0 0px 5px rgba(34, 55, 100, 0.5) ;
  box-shadow: 0 0px 5px rgba(34, 55, 100, 0.5) ; }
  #mobileMenu a {
    display: block;
    text-align: right;
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px dotted #223764; }

.subnav {
/*
  border-bottom: 1px solid #927da3;
  border-top: 1px solid #927da3;
 */ 
  padding: 3px 0; }
  .subnav ul.links {
    height: 20px;
    float: left;
    overflow: hidden; }
    .subnav ul.links &gt; li {
      float: left;
      margin-right: 20px; }
  .subnav a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #927da3;
    line-height: 20px; }
    .subnav a.morelink {
      background-color: #54316f;
      color: #fff;
      float: right;
      padding: 0 10px;
      margin: 0; }

.banner_program img {
  width: 100%; }

.program_detail {
  background-color: #fff;
  border-top: 1px solid #9883a9;
  padding: 7px; }

.program_detail .upperdeck {
  background-color: #6f7e9d;
  float: left;
  color: #FFFFFF;
  padding: 0 10px; }

.program_detail .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 5px;
  color: #54316f; }

.program_detail .break {
  border-bottom: 1px dotted #333;
  margin-bottom: 10px; }

.program_detail table.showdetail td {
  padding: 5px 0;
  font-size: 12px; }

@-ms-viewport {
  width: device-width; }
@media screen and (max-width: 999px) {
  .siteNav {
    padding-top: 20px; }

  #slideList {
    display: none; }

  .footer .bottomlinks a {
    border: none;
    width: 50%;
    padding: 0;
    margin-bottom: 10px; }

  .colB-1, .colB-2, .cWhite {
    background-color: #fff; }

  .colBlock {
    padding: 10px 0; }

  .widebox .programlist .titlebar {
    font-size: 14px; } }
@media screen and (max-width: 699px) {
  .bodyBase {
    padding: 0 5px; }

  .main.grid {
    overflow: hidden; }

  .grid.full {
    width: 100%;
    min-width: 300px; }

  .topBar .desc {
    display: none; }
    .topBar .desc.d2 {
      display: block; }

  .siteNav {
    display: none; }
    .siteNav.s2 {
      display: block; }

  .mainBar .logo {
    width: 180px;
    height: 60px; }

  .rollHeadlines .main .slides .desc .summary {
    display: none; }
  .rollHeadlines .main #slideshow, .rollHeadlines .main .slides li {
    width: 100%;
    height: 240px; }
  .rollHeadlines .main .slides li .desc {
    margin-top: 125px; }
    .rollHeadlines .main .slides li .desc .title {
      font-size: 22px; }
    .rollHeadlines .main .slides li .desc .container {
      padding: 10px; }

  .sideHeadlines .summary {
    display: none; }

  .footer .bottomlinks {
    width: 300px;
    margin: 0 auto; }
  .footer .logo, .footer .copy {
    text-align: center;
    margin-bottom: 20px; }

  .widebox .container {
    padding: 10px; }
  .widebox .programlist {
    width: 49%;
    margin-bottom: 20px; }
    .widebox .programlist:nth-child(odd) {
      float: left; }
    .widebox .programlist:nth-child(even) {
      float: right; }
    .widebox .programlist:nth-child(6) {
      display: none; }

  .jadwal_program .contentbox {
    height: 200px; }
  .jadwal_program .list .time, .jadwal_program .list .title {
    float: none; }
	
	.newstabx .newslistx {
   /* height: 330px; */ }

  .newstab .newslist {
    height: 330px; }

  .disp.a {
    display: block; }

  .trilist .list {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
  .trilist .thumbcontainer {
    float: left;
    width: 40%;
    margin: 0; }
  .trilist .desc {
    float: right;
    width: 57%; }

  .artikel_terkait .mainlist &gt; li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #666; }

  .article .title {
    font-size: 24px;
    line-height: 26px; }
  .article .summary {
    display: none; }
  .article .upperdeck {
    font-size: 16px;
    padding-top: 10px; }

  .subnav ul.links {
    width: 75%; }

  .newsbox.nb4 .desc {
    padding: 10px; }

  .breadcrumbs {
    font-size: 12px; } }
@media screen and (min-width: 700px) and (max-width: 999px) {
  .grid.full {
    width: 700px; }
  .grid.colA .colA-1, .grid.colA .colA-2 {
    width: 49%; }
  .grid.colA .colA-1 {
    float: left; }
  .grid.colA .colA-2 {
    float: right; }
  .grid.colB .colB-1, .grid.colB .colB-2 {
    width: 49%; }
  .grid.colB .colB-1 {
    float: left; }
  .grid.colB .colB-2 {
    float: right; }

  .disp.b {
    display: block; }

  .sideHeadlines .container {
    padding: 20px; }
  .sideHeadlines .thumbcontainer {
    float: left;
    width: 130px; }
  .sideHeadlines .desc {
    float: right;
    width: 160px;
    padding: 0; }
  .sideHeadlines .main .title {
    font-size: 20px;
    line-height: 24px; }

  .siteNav {
    width: 460px;
    padding-top: 20px; }

  .subnav ul.links {
    width: 635px; }

  .footer .logo {
    float: right; }
  .footer .bottomlinks {
    width: 500px; }

  .widebox .programlist {
    width: 125px;
    margin-right: 10px; }

  .newsbox.nb1 .main {
    /* height: 378px; */
    overflow: hidden; }
  .newsbox.nb4 .thumbcontainer {
    width: 290px;
    float: left; }
  .newsbox.nb4 .desc {
    float: right;
    /* width: 350px; */
	width: 370px;
    padding: 15px 15px 0 0; }

  .sidebox .programlist .list {
    float: left;
    width: 225px; }

  .trilist .list.l1, .trilist .list.l2, .trilist .list.l3 {
    margin-right: 35px; }

  .newstab .newslist {
    height: 548px; } }
@media screen and (min-width: 1000px) {
  .grid.full {
    width: 1000px; }
  
  .grid.colA {
    width: 695px;
    float: left; }
    .grid.colA .colA-1, .grid.colA .colA-2 {
      width: 49%; }
    .grid.colA .colA-1 {
      float: left; }
    .grid.colA .colA-2 {
      float: right; }

	  /*part 2 */
	  .grid.colA .colA-11, .grid.colA .colA-22 {
      width: 23.5%; }
    .grid.colA .colA-11 {
      float: left;padding:5px; }
    .grid.colA .colA-22 {
      float: right; }
	
	/*part 5 */
	.grid.colA .colA-111, .grid.colA .colA-22 {
      width: 49.5%; }
    .grid.colA .colA-111 {
      float: left;
	  /* padding:5px; */
	  padding:1px;}
    .grid.colA .colA-222 {
      float: right; }


  .grid.colB {
    width: 300px;
    float: right; }

	 .grid.colB2 {
    width: 300px;
    float: left; }

  .colA.col-headlines {
    width: 695px; }

  .subnav ul.links {
    width: 615px; }

  .sideHeadlines {
    height: 455px;
    overflow: hidden; }


  .sideHeadlinesseleb {
    height: 400px;
    overflow: hidden; 
	background-color:#ffffff;
	padding:5px;
	font-size:13px;
	}

  .disp.c {
    display: block; }

  .siteNav {
   /* padding-top: 35px; */
   padding-top: 23px;
   }

  .rollHeadlines .main {
    /* height: 500px; */ 
	height: 450px;
	}

  .footer .bottomlinks, .footer .copy {
    float: left; }
  .footer .logo {
    float: right; }

  .newsbox.nb1 .main {
    /* height: 378px; */
    overflow: hidden; }
  .newsbox.nb4 .thumbcontainer {
    width: 290px;
    float: left; }
  .newsbox.nb4 .desc {
    float: right;
    width: 370px;
    padding: 15px 15px 0 0; }

/* part 2 */
  .trilist .list.l1, .trilist .list.l2, .trilist .list.l3 {
   /* margin-right: 25px; */
     margin-right: 10px; 
   } 

	/*# new code #*/
	#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom:30px;
	right: 10px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	background: url(../img/down_arrow.png) no-repeat right top;
}

.view2 {
 
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   
}
.view2 .mask,.view2 .content {
  width: 208px;
   height:100%; 
  /* height:35%;*/
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view2 img {
   display: block;
   position: relative;
}
.view2 h2 {
	font-size:14px;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
    top:47px; 
   /*top:10px;*/
   font-weight:bold;
   text-shadow: 2px 2px #000000;
   /* background: rgba(0, 0, 0, 0.8);*/

}
.view2 p {
  
   position: relative;
   color: #fff;
 
   text-align: center;
}
.view2 a.info {
   display: inline-block;
   text-decoration: none;

   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view2 a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   cursor: pointer;
}


.view21 {
 
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   
}
.view21 .mask,.view21 .content {
  width: 208px;
   height:100%; 
  /* height:35%;*/
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view21 img {
   display: block;
   position: relative;
}
.view21 h2 {
	font-size:13px;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
    top:25px; 
   /*top:10px;*/
   font-weight:bold;
   text-shadow: 2px 2px 2px #000000;
   /* background: rgba(0, 0, 0, 0.8);*/

}
.view21 p {
  
   position: relative;
   color: #fff;
 
   text-align: center;
}
.view21 a.info {
   display: inline-block;
   text-decoration: none;

   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view21 a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   cursor: pointer;
}

.view3 {
 
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   padding:3px;
   
}
.view3 .mask,.view3 .content {
  width: 150px;
  height:30%;
   position: absolute;
   overflow: hidden;
  font-size:9px;
   left: 0;
   bottom: 0;
  font-weight:bold;
  text-align: left;
 padding-left:5px;
}
.view3 img {
   display: block;
   position: relative;
}
.view3 h2 {
	
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
    top:10px; 
   /*top:10px;*/
   
   /* background: rgba(0, 0, 0, 0.8);*/

}
.view3 p {
  
   position: relative;
   color: #fff;
 
   text-align: center;
}
.view3 a.info {
   display: inline-block;
   text-decoration: none;

   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view3 a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   cursor: pointer;
}

.view {
 
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   
}
.view .mask,.view .content {
  width: 208px;
  /* height:100%; */
  height:35%;
   position: absolute;
   overflow: hidden;
   bottom: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	font-size:14px;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   /* top:47px; */
   top:10px;
   font-weight:bold;
   text-shadow: 2px 2px #000000;
   /* background: rgba(0, 0, 0, 0.8);*/

}
.view p {
  
   position: relative;
   color: #fff;
 
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;

   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   cursor: pointer;
}


.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
  
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
    cursor: pointer;
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   cursor: pointer;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/* --- BACK TO TOP BUTTON --- */
#back-top { position: fixed; bottom: 150px; margin-left: 980px; }
#back-top a { width: 60px; display: block; text-align: center; text-transform: uppercase; text-decoration: none; color: #bbb; border-bottom: 0;
-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top a:hover { color: #000; }
/* arrow icon (span tag) */
#back-top span { width: 60px; height: 60px; display: block; margin-bottom: 7px; background: #836590 url(up-arrow.png) no-repeat center center;
	/* rounded corners */
-webkit-border-radius: 15px; -moz-border-radius: 15px; 	border-radius: 15px;
	/* background color transition */
-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top a:hover span { background-color: #753b8e; }
				
/*# sourceMappingURL=main.css.map */
</pre></body></html>