/**********************************
FONT FACE CNN
***********************************/
@font-face {
  font-family: 'CNNSans';
  src: url('../fonts/CNNSansW04-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CNNSans';
  src: url('../fonts/CNNSansW04-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

/**********************************
General tes
***********************************/
body {
    margin:0;
    /*font-family: "PT Sans","Open Sans",sans-serif;*/
    /*font-size:90%;*/ 
    line-height:1.7;
    padding-top:0 !important;
}

#framebar_new {
    display:none !important;
}
h1, h2, h3, h4, h5, h6,
.body_text blockquote.sisip {
    font-family: "CNNSans","Roboto Slab","PT Sans","Open Sans",sans-serif;
    font-weight: 700;
}        
h1 {font-size: 2.37em; line-height: 1.25;}
h2 {font-size: 1.83em; line-height: 1.25;}
h3 {font-size: 1.39em; line-height: 1.4;}
h4 {font-size: 1.1em; line-height: 1.5;}
h5 {font-size: 0.98em; line-height: 1.5;}
h6 {font-size: 0.85em; line-height: 1.8;}
.display h1 {
    font-weight: 800;
    font-size: 2.8em;
    text-transform: uppercase;
}
.display p {
    font-size: 1.5em;
    font-style: italic;
}
a {color: #414141; text-decoration: none;}
a:hover {color: #414141; text-decoration: underline;}
hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin-top: 2em;margin-bottom: 2em;}    
img {max-width:100%;}
figure {margin:0}
figure img{width:100%;height:auto;}


/* FIX: Preventing Chrome from wrapping text with span-style (when editing) */
.display h1 span {font-size: 2.8em;line-height:1.4;}
.display p span {font-size: 1.5em;line-height:1.7;}
h1 span {font-size: 2.37em;line-height:1.7;}
h2 span {font-size: 1.83em;line-height:1.7;}
h3 span {font-size: 1.39em;line-height:1.7;}
h4 span {font-size: 1.1em;line-height:1.7;}
h5 span {font-size: 0.98em;line-height:1.7;}
h6 span {font-size: 0.85em;line-height:1.7;}
p span {font-size: 14px; line-height: 1.7;}
li span {font-size: 14px; line-height: 1.7;}

/**********************************
    Printing
***********************************/
@page {
    size: auto;   /* auto is the current printer page size */
    margin: 20mm 0;   /* this affects the margin in the printer settings */
}

/**********************************
    Grid
***********************************/
.container {
    margin: 0 auto;
    max-width: 970px;
    width: 90%;
}
@media (min-width: 768px) { /* 40rem */
    .column {
        float: left;
        padding-left: 1.3rem; /* 1rem */
        padding-right: 1.3rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-third { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe,
.embed-responsive video {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0; z-index: 4;}

.column > img, 
.column > figure, 
.column > .embed-responsive {
    margin-top: 1em;margin-bottom: 1em; display: inline-block;
height: auto;
}
.column > figure, .column > .embed-responsive {
    display: block;
    margin-bottom: 1.5em;
}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-3px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {display: inline-block; margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn {
    padding: 10px 30px;
    font-size: 1.3em;
    line-height: 2em;
    border-radius: 6px;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.btn.btn-primary {color: #ffffff;background-color: #08c9b9;}
.btn.btn-primary:hover {color: #ffffff;background-color: #07b0a2;border-color: #07b0a2;}
.btn.btn-default {color: #333333;background-color: #d3d3d3;}
.btn.btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;}

.social a > i {text-decoration:none;color:#333;font-size:1.5em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
  position: relative;
  width: 100%;
  overflow:hidden;
    background-color: #000;   
}
figure.hdr img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; 
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure.hdr:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.hdr figcaption {
    position: absolute;
  top: auto;
  /*bottom: 0;*/
  bottom: 15%;
  left: 0;
  width: 100%;
  height: 60%; 
  padding: 0 2.5em;
  color: #fff;
  font-size: 1.55em;
  text-align: center;
  box-sizing: border-box;
  z-index:1;
}
/* Text */
figure.hdr h2 {
  font-weight: 300;
  text-transform: uppercase;
}
figure.hdr h2 span {
  font-weight: 800;
}
figure.hdr p {
  letter-spacing: 1px;
  font-size: 68.5%;
  text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
  margin: 0;
  z-index:10000;
}
/* Cosmetic */
figure.hdr div {
  height: 100%; 
  z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
  position: absolute;
  content: ´´;
}
/* One */
figure.one div::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
figure.one div::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
figure.two div::after {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
  height: 70%; 
}
figure.three p {
  margin: 1em 0 0;
  padding: 2em;
  border: 1px solid #fff; 
} 
/* Four */
figure.four figcaption {
  height: 60%; 
  text-align: left;
}
figure.four p {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: 50px;
  padding: 2em;
  border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
  height: 100%; 
  text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
  right: 50px;
  top: 10%;
  border-bottom: 5px solid #fff;
}
figure.five p {
  position: absolute;
  right: 50px;
  bottom: 10%;
}
/* Six */
figure.six figcaption {
  height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
  border-bottom: 1px solid #fff;
}
figure.six p {
  padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
  height: 90%;
  text-align:left;
}
figure.seven h2 {
  border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
  height: 100%; 
  text-align: right;
}
figure.eight h2 {
  position: absolute;
  left: 50%;
  right: 50px;
  bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
  right: 50%;
  top: 10%;
  padding-right:0.5em;
  border-right: 1px solid #fff;
}

/*GENERAL STYLES*/
body {
  font-size: 18px;
  font-family: "CNNSans","Roboto","PT Sans","Open Sans",sans-serif;
  -webkit-text-size-adjust: none;
  font-weight: 300;
}


a,
#nav
{ transition: all 200ms linear 0s; }

.sub_judul,
.summary,
#nav,
.parallax .container {
  font-family: "CNNSans","Roboto Slab","PT Sans","Open Sans",sans-serif;
  /*font-weight: 600;*/
}

#nav {
  width: 100%;
  color: #fff;
  font-size: 14px;
  z-index: 6;
  position: relative;
  background: rgba(0,0,0,1);
  height: 0;
  display: block;
  overflow: hidden;
}
#nav1{
  width: 100%;
  color: #fff;
  font-size: 14px;
  z-index: 6;
  position: relative;
  background: rgba(0,0,0,1);
  height: 65px;
  display: block;
  overflow: hidden;
}
#nav.dark {
  background: rgba(0,0,0,0.8);
}
.logo_cnn{
  width: 45px;
  float: left;
  margin: 10px 0 0px 15px;
}
.stick #nav{
  position:fixed;
  top:0;
  height:60px;

}
#logo {
  width: 250px;
  height: auto;
  z-index:6;
  margin-top:10px;
  float:left;
}
#logo > img {
  width: 250px;
}
.stick #logo {
  width: 215px;
  margin-top: 10px;
}
.desktop_only {
  display: none;
}
.stick .logo_cnn{
  width:30px;
  margin: 15px 0 0 15px;
}
.share_rt{
  float:right;
  margin:7px 10px 0 0;
}
.share_rt > a {
  height: 25px;
  width: 25px;
  margin: 5px 0 0;
  display: inline-block;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
}
.share_rt > a > i {
  font-size: 19px;
  line-height: 25px;
  color:#fff;
}




.parallax {
  position: relative;
  overflow: hidden;
  color:#fff;
}
.parallax.box_img {
  min-height: auto !important;
  height: auto !important;
}
.parallax_fixed.parallax_fixed_ipad {
    background-attachment: scroll !important;
  }
.parallax .container {
  margin: 100px auto;
  font-size: 30px; 
  position: relative;
  z-index: 2;
}
.parallax_full .container {
  margin: 0 auto;
}
.parallax h1 {
  font-size: 40px; 
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.25;
}
.relative {
    position: relative;
}
.hidden {
  overflow: hidden;
}
/*.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}*/
#scenes > .overlay,
#video > .overlay,
#parallax > .overlay {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=´#bf000000´, endColorstr=´#00000000´,GradientType=0 ); /* IE6-9 */
  height: 40%;
  position: fixed;
  z-index:2;
  display:block;
  top:0;
  width:100%;
        }
.stick #scenes .overlay, .stick #video .overlay, .stick #parallax .overlay,
#parallax ~ #parallax > .overlay,
#scenes ~ #parallax > .overlay,
#video ~ #parallax > .overlay,
#scenes ~ #scenes > .overlay,
#parallax ~ #scenes > .overlay,
#video ~ #scenes > .overlay {
  background: none;
  height: 0;
}
.collage_wrap, .parallax, #video #headline {
            position: relative;
            z-index: 2;
        }
#headline:after,
        .parallax:after {
            background: rgba(0, 0, 0, 0.25);
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            content: "";
        }
.top_center,
.bot_center {
  text-align: center;
}
.dis_table, .dis_table_cell {
  width: 100% !important;
  height: 100%;
}
.dis_table {
  display: table !important;
  position: relative;
}
.dis_table_cell {
  vertical-align: middle;
  display: table-cell !important;
}
.container.dis_table {
    width: 90% !important;
}
.column {
    position: relative;
}
.column_box .title,
.column_box .content p {
    margin: 10px 0;
}
.column_box .content p {
    font-size: 20px;
}

ul {
    padding: 0;
}
ul li {
    margin: 0 0 10px;
}

/*.body_text > .title_index,
.body_text .caption,
.body_text > p,
.slider_wrap,
.sisip,
.full_box {
    position: relative;
    z-index: 2;
}*/
.body_text .caption,
.body_text > .title_index {
    border-bottom: 1px dashed #999;
    margin: 12px auto 30px;
    padding: 0 0 15px;
}
.body_text .caption {
  font-size: 14px;
}
.body_text .caption p, .body_text > ul {
  margin: 0 auto;
}
.body_text .caption span {
  font-weight: normal;
}
.body_text > p {
  margin: 0 auto 25px;
  color:#555;
}
.body_text .caption + p:first-letter {
    display: block;
    float: left;
    font-family: "CNNSans","Roboto Slab","PT Sans","Open Sans",sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 65px;
    margin: 8px 10px 0 -3px;
    text-rendering: optimizelegibility;
}
.body_text .sisip {
  display: block;
  margin: 10px 0;
}
.body_text blockquote.sisip {
    color: #999;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 70px;
    position: relative;
    /*z-index: 3;*/
}
blockquote > i {
  font-size: 2em;
    left: -25px;
    position: absolute;
    top: -70px;
    transform: scale(-1);
}
blockquote.kanan > i {
  left: auto;
  right: -25px;
  transform: scale(1);
}
figure figcaption {
  font-size: 12px;
}
figure figcaption p {
  margin: 0 0 30px;
}
.photo_credit {
  font-size: 12px;
  line-height: 1.25;
  margin: -15px 0 30px;
}
figure figcaption, .photo_credit {
  color: #777;
}

/*--------------------------------------------------------------------------------*/
/*BOX RATIO*/
/*--------------------------------------------------------------------------------*/
/*.box_img {
    display: block;
    position: relative;
  overflow: hidden;
    width: auto;
}
.box_img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ratio2_1:before {
    padding-top: 50%;
}
.ratio1_2:before {
    padding-top: 200%;
}
.ratio4_3:before {
    padding-top: 75%;
}
.ratio3_4:before {
    padding-top: 133%;
}
.ratio16_9:before {
    padding-top: 56.25%;
}
.ratio9_16:before {
    padding-top: 178%;
}
.ratio9_8:before {
    padding-top: 85%;
}
.ratio10_9:before {
    padding-top: 90%;
}
.img_con {
    background: black;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}*/

.box_img.ratio16_9:before {
    padding-top: 56.25%;
}
.box_img.ratio4_3:before {
    padding-top: 75%;
}
.box_img.ratio9_16:before {
    padding-top: 178%;
}
.box_img.ratio3_4:before {
    padding-top: 133%;
}
.box_img.ratio2_1:before {
    padding-top: 50%;
}
.box_img.ratio1_2:before {
    padding-top: 200%;
}
.box_img.ratio9_8:before {
    padding-top: 85%;
}
.box_img.ratio10_9:before {
    padding-top: 90%;
}
.box_img {
    display: block;
    position: relative;
}
.box_img:before {
    content: "";
    display: block;
    overflow: hidden;
    padding-top: 100%;
}
.img_con {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*--------------------------------------------------------------------------------*/
/*PARALLAX IMAGE*/
/*--------------------------------------------------------------------------------*/
.collage_title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  font-size: 20px;
  line-height: 1.25;
  box-sizing: border-box;
}
.parallax .collage_title {
  position: relative;
  background: none;
  color: #fff;
}
.collage_title.header {
  height: auto;
z-index:4;
}
.collage_title.header.mid_text {
  height: 100%;
}
.collage_title.bot_center,
.collage_title.bot_left,
.collage_title.bot_right {
  bottom: 25px;
  top: auto;
}
.collage_title.bot_right {
  text-align: right;
}
.collage_title.bot_right h1,
.collage_title.bot_right .summary {
  float: right;
}
.collage_title.bot_right h1
.collage_title.top_center, .collage_title.top_left {
    top: 35px;
}
.collage_title h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 25px;
}
.collage_title.top_center h1,
.collage_title.bot_center h1,
.collage_title.header.top_center .summary,
.collage_title.header.bot_center .summary,
.text_story h3,
.text_story .summary {
  margin-left: auto;
  margin-right: auto;
}
.collage_title hr {
  margin: 20px 0;
  border-color: #000;
  position: relative;
}
.collage_title .rubrik {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 30px;
  background: red;
  padding: 5px 10px;
  display: inline-block;
font-family: "CNNSans","Roboto Slab","PT Sans","Open Sans",sans-serif;
}
.collage_title .sub_judul {
  margin: 0 0 5px;
}
.collage_title .summary {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.collage_title p {
  margin: 10px 0;
}
.wrap_par_img {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.wrap_par_img .stack {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.wrap_par_img .stack > img,
.mobile_only > img {
  width: 100%;
  display: block;
  max-width: unset;
}
.wrap_par_img .stack_bg {
  overflow: visible;
  position: static;
}
.animation {
  opacity: 0;
}
.animation.animated {
  opacity: 1;
}
.bg_yellow img {
  background: #fac406;
}
.black {
  color: #000;
}

/*--------------------------------------------------------------------------------*/
/*SLIDER*/
/*--------------------------------------------------------------------------------*/
.slider_wrap {
  position: relative;
}
.slider_wrap a {
  opacity: 0.3;
}
.slider_wrap:hover a {
  opacity: 0.6;
}
.slider_wrap .sl_prev,
.slider_wrap .sl_next {
  position: absolute;
  top: 36.5%;
}
.slider_wrap .sl_next {
  right: 0;
}
.slider figure {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.slider figure figcaption {
  margin: 10px 0 0;
}
.slider figure figcaption p {
  margin: 0;
}

/*--------------------------------------------------------------------------------*/
/*NAV MENU INDEKS*/
/*--------------------------------------------------------------------------------*/
#indeks_name,
#indeks_name > a {
  display: inline-block;
  margin: 0 10px 0 0;
}
#indeks_name > a,
#indeks_name span {
  float: left;
}
.paging {
    float: right;
    display: inline-flex;
    display: -webkit-inline-flex;
    z-index: 7;
    position: fixed;
    top: 38%;
    right: 0;
    opacity:0.6;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;  
}
#menu_ix{
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;  
}
.mx_ir{
  font-size: 22px;
  margin-top: -7px; 
  display:none; 
}
.paging_close{
  right:-165px;
}
.paging_close li a {
    border-left: solid 10px #b20000 !important;
}
.mx_ix{
  display:block;
}

.paging:hover{ opacity:0.9;} 
.paging ul {
  margin: 0;
  padding: 0;
  display: inline-block;

}
.paging li {
    list-style: none;
    padding: 0px;
    display: block;
    color: #fff;
    margin-bottom: 0;
    border-bottom: solid 1px #777;
}
#indeks_name > a,
#indeks_name span {
  display: block;
  padding: 10px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
}
.paging li a {
    background: #0c0c0c;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 50px;
    text-align: left;
    text-decoration: none;
    padding-left: 15px;
    font-size: 12px;
    border-left: solid 4px #b20000;
}
.paging ul li span {
    float: left;
    margin-top: 15px;
    width: 82px;
    overflow: hidden;
    display: inline-block;
    height: 20px;
}
.paging .box_img{
  width:50px;
  float:right;
  opacity:0.7;
    -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;  
}
.paging li a:hover,
.paging li a:focus,
.paging li.active a,
.paging li.active a:focus {
  background: #840000;
  color: #fff;
  border-left: solid 4px #b20000;
}
.paging li a:hover .box_img{
  opacity:1;
}
.menu_idx{
  background-color: #b20000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  padding-top: 5px;
  width: 30px;
  text-align: center;
  cursor:pointer;
}
/*STORIES*/
/*.stories {
        background: #000;
    }*/
    .story > .img_item > img {
        display: block;
        max-width: unset;
        width: 100%;
    }
    .viewport_story .photo_credit {
        bottom: 15px;
        position: absolute;
        right: 15px;
        transition: opacity 0.3s ease 0s;
        margin: 0;
        font-size: 13px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }
    .sticky .viewport_story {
        bottom: auto;
        position: fixed;
        top: 0;
        z-index: 1;
    }
    .poststicky .viewport_story {
        bottom: 0;
        top: auto;
    }
    .img_story#headline:after {
        background: none;
    }
    #headline.img_story {
        position: absolute;
        width: 100%;
    }
    #headline.img_story .collage_title {
        margin-top: 110px;
        background: none;
        color: #fff;
    }

/*TOOLTIPS*/
.tipr_content
{
     font: 12px/1.5 ´Helvetica Neue´, Helvetica, Arial, sans-serif;
     color: #fff; 
     background-color: #222;
     padding: 3px 10px;
   border-radius: 4px;
}
.btn:hover .tipr_content,
.btn:active .tipr_content,
.btn:focus .tipr_content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tipr_container_bottom,
.tipr_container_top,
.tipr_container_left,
.tipr_container_right {
  position: absolute;
  display: none;
  z-index: 1000;
}
.tipr_container_bottom
{
     margin-top: 10px;
}
.tipr_container_top
{
}
.tipr_container_left
{
   padding-right: 6px;
}
.tipr_container_right
{
   margin-left: 10px;
}
.tipr_point_top,
.tipr_point_bottom,
.tipr_point_left,
.tipr_point_right  
{
    position: relative;
  color: #fff;
}
.tipr_point_right:after,
.tipr_point_right:before
{
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_right:after
{
  border-right-color: #222;
  border-width: 6px;
  left: -8px;
  top: 25%;
  margin-left: -4px;
}
.tipr_point_right:before 
{
  border-width: 4px;
  margin-left: -6px;
}
.tipr_point_left:after,
.tipr_point_left:before
{
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_left:after
{
  border-left-color: #222;
  border-width: 6px;
  right: -8px;
  top: 25%;
  margin-right: -4px;
}
.tipr_point_left:before 
{
  border-width: 4px;
  margin-right: -6px;
}
.tipr_point_top:after,
.tipr_point_top:before
{
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_top:after
{
  border-top-color: #222;
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
}
.tipr_point_top:before 
{
  border-width: 4px;
  left: 50%;
  margin-left: -4px;
}
.tipr_point_bottom:after,
.tipr_point_bottom:before
{
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_bottom:after
{
  border-bottom-color: #222;
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
}
.tipr_point_bottom:before 
{
  border-width: 4px;
  left: 50%;
  margin-left: -4px;
}
#id_user, #id_file {
       display:none;
}
#share {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    background: #eee;
    position: fixed;
    text-align: center;
  }
#share.sh_bot {
    position: relative;
    bottom: -40px !important;
  }
.share_icon > a {
    display: inline-block;
    height: 25px;
    padding: 5px;
    text-align: center;
    width: 25px;
    color: #fff;
    border-radius: 30px;
  }
.share_icon > a:hover {
    opacity: 0.6;
  }
.fb, .tw{
    border:solid 2px #fff;
  }
.fb:hover, .tw:hover{
    background-color: #fff;
  }
.share_rt > a:hover > i{
    color:#000;
}
/*.tw {
    background: #00ccff;
  }
.gp {
    background: #ff2727;
  }*/

/*S:FOOTER*/
/*.footer {
    background-color:#2f3740;
    padding:25px 20px 10px 20px;
    margin: 40px 0 0;
    color:#d7d7d7;
    font-family: helvetica, arial;
    position: relative;
    z-index: 2;
}
.foot1 {
    padding:0 0 10px;
    margin:0 auto;
    width:1000px;
    margin-bottom:5px;
    border-bottom:solid 1px #fff
}
.foot1 .fl a img {
    height: 25px;
}
.foot1 .fl {
    float:left;
}
.foot1 .fr {
    float:right;
}
.foot3 div{ margin-bottom:40px; }
.foot2 div{ margin-top:7px; font-size: 12px;}
.foot2 a{padding:0 0px; color: #d7d7d7 !important;}
.foot3 a{padding:0 6px; color: #fff !important;}
.footer a{
    color:#fff;
}
.footer a:hover {opacity: 0.7;}
.foot_menu {
    font-size: 14px;
    font-weight: bold;
}
.foot2 {
     margin:0 auto;
    width:1000px;
}
.foot2 .dua {
    text-align: center;
    margin-top: -15px;
    font-size: 11px; 
}
.share_bottom {
    display: inline-block;
}
.share_bottom a {
    width: 25px;
    display: inline-block;
}
.share_bottom a img {
    width: 100%;
}
.separate {
    border-left: 1px solid #d7d7d7;
    padding: 0 15px;
}*/
/*E:FOOTER*/

/*ADDEDD FOR CNNX*/


/* *********** S:FOOTER ************ */
.footer {
  background: #0c0c0c;
  color: #cecece;
  width:100%; 
  display:block;
  clear:both;
  position: relative;
}
.footer a:hover {
  color: #fff !important;
}
.footer .container2 {
  width: 960px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}


.footer .foll {
  float:right;
  line-height:225%;
  color:#c2c2c2; 
  width:210px;
}
.footer .foll  ul.social {
  margin: 0 0 0 10px;
  padding: 0px;
  list-style: none;
  float:right;
}
.footer .foll  ul.social li {
  margin: 0 2px 0 0;
  display: inline-block;
  float: left;
}
.footer .foll  ul.social li a {
  padding:0px;
  text-decoration: none;
  line-height: 1;
}
.footer .foll  ul.social li a img {
  display:block;
  height:32px;
  width:32px; 
} 
.footer .foll  ul.social li a:hover img {
  opacity:0.8;
} 


.footer .foot1 {
  height: 40px;
  padding: 10px 0;
  position:relative;
}
.footer .foot1 a {
  color: #c9c9c9;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  padding:10px 0;
}
.footer .foot1 .search {
  /*position:absolute;
  left:290px;
  top:10px;*/
  background: #262523;
  width: 300px;
  height: 35px;
  float: left;
}
.footer .foot1 .search .input {
  background: none;
  padding: 5px 10px;
  width: 230px;
  float: left;
  color: #c9c9c9;
  border:0;
  outline: none;
}
.footer .foot1 .search .btn {
  background: none;
  float: right;
  width: 25px;
  height: 25px;
  border: 0;
  padding: 0;
  margin-right: 10px;
  margin-top: 5px;
}
.footer .foot2 {
  padding: 10px 0;
  border-top: 3px solid #262523;
  border-bottom: 1px solid #262523;
  text-align: right;
}
.footer .foot2 a {
  display: inline-block;
  padding: 3px 9px;
  color: #cecece;
  text-decoration: none;
  font-size: 15px;
  height: 23px;
}
.footer .foot3 {
  padding: 10px 0;
  height: 85px;
  font-size: 14px;  
}
.footer .foot3 .logo_bot {
  width: 40px;
  float: left;
}
.footer .foot3 .info {
  width: 80%;
  text-align: right;
  float: right;
  color: #5e5e5e;
  font-size:13px;
}
.footer .foot3 .link_bot {
  margin-top:5px; 
}
.footer .foot3 .link_bot a {
  font-size:14px;
  color: #5e5e5e;
  text-decoration: none;
  padding: 3px 5px;
  display: inline-block;
}
.footer .foot3 .link_bot a:hover { 
  color: #cecece; 
}
/* **************** E:FOOTER ************** */
.idx_img{
  margin-top: 0;
  height: 50px;
  float: right;
}
.banner_regx{
  margin:15px 0;
  text-align: center;
}
.banner_regx img{
    width:649px;
}
.sisip.por{
  width:325px;
}
.sisip.ads_sip{
  width:300px;
}
/*BLACK BACKGROUND*/
.black_bg{
  background-color:black;
  color:#fff;
}
.black_bg .body_text > p {
    color: #C9C9C9;
}
.black_bg .footer {
    background: #2c2c2c;
}
.black_bg a {color: #fff; text-decoration: none;}
.black_bg a:hover {color: #fff; text-decoration: underline;}
/*----------------
RESPONSIVE STATE
----------------*/

@media (min-width: 768px) {
  .body_text > .caption,
  .body_text > .title_index,
  .body_text > p,
  .body_text > ul,
  .collage_title.header h1
  /*.collage_title.header .summary*/,
  .text_story h3,
  .text_story .summary {
    width: 600px;
  }
  .parallax {
    min-height: 300px;
  }
  .parallax_fixed {
    background-attachment: fixed !important;
  }
  .collage_title h1 {
    font-size: 36px;
  }
  .collage_title hr {
    margin: 20px 0;
    left: -30%;
    width: 130%;
  }
  .sisip,
  blockquote.sisip {
    width: 400px;
  }
  .sisip.kiri {
    float: left;
    margin-right: 25px;
  }
  .sisip.kanan {
    float: right;
    margin-left: 25px;
  }
  .collage_title.header.mid_text .summary {
    padding: 0;
  }
  .collage_title .rubrik {
    font-size: 17px;
  }
  .desktop_only {
    display: block;
  }
  .mobile_only {
    display: none;
  }
  .collage_title.stick_title {
    bottom: auto;
    z-index: 6;
    text-align: left;
  }
  .collage_title.stick_title h1 {
    font-size: 14px;
    height: 60px;
    line-height: 55px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 265px;
    max-width: 60%;
    width: auto !important;
    color: #fff !important;
  }
  .collage_title.stick_title h1 br, .collage_title.stick_title .summary br {
    display: none;
  }
  .collage_title.stick_title .rubrik,
  .collage_title.stick_title .sub_judul,
  .collage_title.stick_title .summary {
    display: none;
  }
  .story {
      opacity: 0.5;
      transition: opacity 0.5s ease 0s;
  }
  .story .text_story, .story.active.poststicky .text_story {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      transition: opacity 0.5s ease 0s;
      width: 100%;
      z-index: 2;
      text-align: center;
  }
  .story.poststicky .text_story {
      top: -100%;
  }
  .story .text_story {
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  }
  .dark.story .text_story,
  .dark.story .photo_credit {
      color: #000;
      text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
  }
  .viewport_story {
      bottom: auto;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
  }
  .story .text_story,
  .sticky.first_title .text_story,
  .viewport_story .photo_credit,
  .sticky.first_title .viewport_story .photo_credit {
      opacity: 0;
  }
  .story.active,
  .sticky .text_story,
  .sticky .viewport_story .photo_credit,
  .poststicky .viewport_story .photo_credit {
      opacity: 1;
  }
  /*.foot1, .foot2 {
    width:100%;
  }*/
  .footer .container2 {
    width: 768px;
  }
  #share {
            position: fixed;
            padding: 0;
            background: none;
            width:50px;
            top: 75px;
            bottom: auto !important;
/*left:50%;
margin-left:-450px;*/
            left:20px;
            
            z-index: 1;
            
        }
        .share_icon {
            position: relative;
            z-index: 1;
            display: inline-block;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            color: #777;
        }
        .share_icon > a {
            height: 40px;
            width: 40px;
            margin: 5px 0 0;
        }
        .share_icon > a > i {
            font-size: 30px;
            line-height: 40px;
        }
}

@media (min-width: 992px) {
  .collage_title.stick_title h1 {
    font-size: 18px;
    font-weight: 400;
  }
  .body_text > .caption,
  .body_text > .title_index,
  .body_text > p,
  .body_text > ul,
  .collage_title.header h1,
  .collage_title.header .summary,
  .text_story h3,
  .text_story .summary {
    width: 700px;
  }
  .collage_title {
    font-size: 24px;
  }
  .collage_title h1 {
    font-size: 60px;
    line-height: 1.1;
  }
  .sisip {
    width: 540px;
  }
  .body_text blockquote.sisip {
    margin-top: 10px;
    margin-bottom: 10px;
  }

}

@media (max-width: 767px) {
  #logo {
    width: 90px;
  }
  #video > .overlay,
  .share_icon > div {
    display: none;
  }
  h1,
  .display h1 {
    font-size: 1.5em;
  }
  .quote > p {
    font-size: 1.2em;
  }
  .parallax .container *,
  figcaption {
    font-size: 90% !important;
  }
  .parallax .container p {
    font-size: 16px !important;
  }
  .collage_title .sub_judul {
    font-size: 18px;
  }
  .collage_title h1 {
    font-size: 30px;
    margin: 10px 0 15px;
  }
  .collage_title .summary {
    font-size: 16px;
  }
  .foot1, .foot2 {
    width:100%;
  }
  #share {
    z-index: 4;
  }
  .footer .container2 {
    width: 760px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 18px;
  }
  .body_text .caption + p::first-letter {
    font-size: 83px;
    line-height: 55px;
    margin-right: 5px;
  }
  .bg_hero {
    transform: scale(2.5) !important;
    right: 75% !important;
    bottom: 0 !important;
  }
  .top_center,
  .bot_center,
  .collage_title.bot_right {
    text-align: left;
  }
  .collage_title {
    position: relative;
    background: #fff;
    color: #222;
  }
  .collage_title.top_center,
  .collage_title.top_left {
    top: 0;
  }
  .collage_title.bot_center,
  .collage_title.bot_left {
    bottom: auto;
  }
  .collage_title.bot_right h1,
  .collage_title.bot_right .summary {
    float: none;
  }
  /*.collage_title h1 {
    font-size: 24px;
  }*/
  .collage_title .rubrik {
    display: table;
    margin-top: 0;
  }
  .body_text .caption {
    font-size: 12px;
  }
  .body_text > .title_index {
    font-size: 20px;
  }
  .body_text blockquote.sisip {
    font-size: 22px;
    margin-top: 40px;
  }
  blockquote > i {
    font-size: 1.5em;
    left: -8px;
    top: -35px;
  }
  blockquote.kanan > i {
    right: -15px;
  }
  .slider_wrap .sl_prev,
  .slider_wrap .sl_next {
    top: 25%;
  }
  .slider_wrap a img {
    width: 30px;
  }
  .overlay,
  .collage_title.bot_center {
    bottom: auto;
  }
  #indeks_name {
    display: none;
  }
.foot1, .foot2 {
    width:100%;
}
/*add*/
.logo_cnn, .stick .logo_cnn {
    width: 25px;
}
#logo, .stick #logo {
    left: 40px;
    width: 200px;
    top: 10px;
}
.share_rt > a {
    height: 20px;
    width: 20px;
    padding: 4px;
}
.share_rt > a > i {
    font-size: 17px;
    line-height: 17px;
}
[class^="icon-"]::before, [class*=" icon-"]::before {
    margin-left: .1em;
}
.footer .container2 {
  width: 100%;
}
.footer .foot1{
  display:none;
}
.footer .foot3 .info {
    width: 80%;
    margin-right: 10px;
}
.banner_regx img{
  width:100%;
}
.sisip.por {
    width: 100%;
}

.black_bg .collage_title {
    background: #4b4b4b;
    color: #fff;
}

}

.bg-silver {
    background: #fafafa;
}

.bg-white {
    background: #fff;
}

.round5 {
    border-radius: 5px;
}
.img_responsive {
  width: auto;
}
.pd20 {
  padding: 20px;
}
.mrtb1 {
    margin-bottom: 1em;
    margin-top: 1em;
}

.overflow {
    overflow: hidden;
}

.box-shadow {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
}
.btn-more {
    color: #6288a5;
    display: block;
    margin-bottom: 20px;
    cursor:pointer;
}
.btn-more:hover {
    text-decoration: underline;
}
.btn-more:before {
  content: "Baca Faktanya";
}
.btn-more-close:before {
  content: "Close";
}
.check {
    display: inline-block;
    border-radius: 5px;
    color: #000;
    padding: 5px 10px;
    margin: 0px 0 20px;
}

.check.green {
    background: #CCDE75;
}

.check.yellow {
    background: #fff691;
}

.check.red {
    background: #eaa095;
}
.fact-profile h5, .fact-profile p {
  margin:0;
}
.fact-profile p {
  color:#999;
  font-size: 0.8em;
}
.hide {
  display: none;
}
/*s:Title*/

/*e:Title*/
/*s:Title*/

/*e:Title*/
/*s:Title*/

/*e:Title*/
/*s:Paragraph*/

/*e:Paragraph*/
/*s:Paragraph*/

/*e:Paragraph*/
/*s:Paragraph*/

/*e:Paragraph*/
/*s:Paragraph*/

/*e:Paragraph*/
/*s:Paragraph*/

/*e:Paragraph*/
/*s:Paragraph*/

/*e:Paragraph*/
/*s:Paragraph*/

/*e:Paragraph*/
/*s:Paragraph*/

/*e:Paragraph*/
/*s:Paragraph*/

/*e:Paragraph*/
/*s:Images*/

/*e:Images*/
/*s:Images*/

/*e:Images*/
/*s:Images*/

/*e:Images*/
/*s:Images*/

/*e:Images*/
/*s:Images*/

/*e:Images*/
/*s:Images*/

/*e:Images*/
/*s:Images*/

/*e:Images*/
/*s:Images*/

/*e:Images*/
/*s:Images*/

/*e:Images*/
/*s:Images*/

/*e:Images*/
/*s:Slider*/

/*e:Slider*/
/*s:Quotes*/

/*e:Quotes*/
/*s:Quotes*/

/*e:Quotes*/
/*s:Quotes*/

/*e:Quotes*/
/*s:Map*/

/*e:Map*/
/*s:Map*/

/*e:Map*/
/*s:Video*/

/*e:Video*/
/*s:Video*/

/*e:Video*/
/*s:Separator*/

/*e:Separator*/
/*s:Separator*/

/*e:Separator*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Cover*/

/*e:Cover*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Paralax*/

/*e:Paralax*/
/*s:Profile*/

/*e:Profile*/
/*s:Profile*/

/*e:Profile*/
/*s:Profile*/

/*e:Profile*/
/*s:Profile*/

/*e:Profile*/
/*s:Profile*/

/*e:Profile*/
/*s:Profile*/

/*e:Profile*/
/*s:Social Media*/

/*e:Social Media*/
/*s:Indexing Menu*/

/*e:Indexing Menu*/
/*s:Iframe*/

/*e:Iframe*/
/*s:*/

/*e:*/
/*s:Ads*/

/*e:Ads*/
/*s:Ads*/

/*e:Ads*/
/*s:Ads*/

/*e:Ads*/
/*----------------
RESPONSIVE STATE
----------------*/

@media (min-width: 768px) {
  .body_text > .caption,
  .body_text > .title_index,
  .body_text > p,
  .body_text > ul,
  .collage_title.header h1
  /*.collage_title.header .summary*/,
  .text_story h3,
  .text_story .summary {
    width: 600px;
  }
  .parallax {
    min-height: 300px;
  }
  .parallax_fixed {
    background-attachment: fixed !important;
  }
  .collage_title h1 {
    font-size: 36px;
  }
  .collage_title hr {
    margin: 20px 0;
    left: -30%;
    width: 130%;
  }
  .sisip,
  blockquote.sisip {
    width: 400px;
  }
  .sisip.kiri {
    float: left;
    margin-right: 25px;
  }
  .sisip.kanan {
    float: right;
    margin-left: 25px;
  }
  .collage_title.header.mid_text .summary {
    padding: 0;
  }
  .collage_title .rubrik {
    font-size: 17px;
  }
  .desktop_only {
    display: block;
  }
  .mobile_only {
    display: none;
  }
  .collage_title.stick_title {
    bottom: auto;
    z-index: 6;
    text-align: left;
  }
  .collage_title.stick_title h1 {
    font-size: 14px;
    height: 60px;
    line-height: 55px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 120px;
    max-width: 60%;
    width: auto !important;
    color: #fff !important;
  }
  .collage_title.stick_title h1 br, .collage_title.stick_title .summary br {
    display: none;
  }
  .collage_title.stick_title .rubrik,
  .collage_title.stick_title .sub_judul,
  .collage_title.stick_title .summary {
    display: none;
  }
  .story {
      opacity: 0.5;
      transition: opacity 0.5s ease 0s;
  }
  .story .text_story, .story.active.poststicky .text_story {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      transition: opacity 0.5s ease 0s;
      width: 100%;
      z-index: 2;
      text-align: center;
  }
  .story.poststicky .text_story {
      top: -100%;
  }
  .story .text_story {
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  }
  .dark.story .text_story,
  .dark.story .photo_credit {
      color: #000;
      text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
  }
  .viewport_story {
      bottom: auto;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
  }
  .story .text_story,
  .sticky.first_title .text_story,
  .viewport_story .photo_credit,
  .sticky.first_title .viewport_story .photo_credit {
      opacity: 0;
  }
  .story.active,
  .sticky .text_story,
  .sticky .viewport_story .photo_credit,
  .poststicky .viewport_story .photo_credit {
      opacity: 1;
  }
  .foot1, .foot2 {
    width:100%;
  }

/*----------
SHARE
-----------*/
#share {
            position: fixed;
            padding: 0;
            background: none;
            width:50px;
            top: 75px;
            bottom: auto !important;
/*left:50%;
margin-left:-450px;*/
left:20px;
            
            z-index: 1;
            
        }
        .share_icon {
            position: relative;
            z-index: 1;
            display: inline-block;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            color: #777;
        }
        .share_icon > a {
            height: 40px;
            width: 40px;
            margin: 5px 0 0;
        }
        .share_icon > a > i {
            font-size: 30px;
            line-height: 40px;
        }
}

@media (min-width: 992px) {
  .collage_title.stick_title h1 {
    font-size: 18px;
    font-weight: 400;
  }
  .body_text > .caption,
  .body_text > .title_index,
  .body_text > p,
  .body_text > ul,
  .collage_title.header h1,
  .collage_title.header .summary,
  .text_story h3,
  .text_story .summary {
    width: 700px;
  }
  .collage_title {
    font-size: 24px;
  }
  .collage_title h1 {
    font-size: 60px;
    line-height: 1.1;
  }
  .sisip {
    width: 540px;
  }
  .body_text blockquote.sisip {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #logo {
    width: 90px;
  }
  #video > .overlay,
  .share_icon > div {
    display: none;
  }
  h1,
  .display h1 {
    font-size: 1.5em;
  }
  .quote > p {
    font-size: 1.2em;
  }
  .parallax .container *,
  figcaption {
    font-size: 90% !important;
  }
  .parallax .container p {
    font-size: 16px !important;
  }
  .collage_title .sub_judul {
    font-size: 18px;
  }
  .collage_title h1 {
    font-size: 30px;
    margin: 10px 0 15px;
  }
  .collage_title .summary {
    font-size: 16px;
  }
  .foot1, .foot2 {
    width:100%;
  }
  #share {
    z-index: 4;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 18px;
  }
  .body_text .caption + p::first-letter {
    font-size: 83px;
    line-height: 55px;
    margin-right: 5px;
  }
  .bg_hero {
    transform: scale(2.5) !important;
    right: 75% !important;
    bottom: 0 !important;
  }
  .top_center,
  .bot_center,
  .collage_title.bot_right {
    text-align: left;
  }
  .collage_title {
    position: relative;
    background: #fff;
    color: #222;
  }
  .collage_title.top_center,
  .collage_title.top_left {
    top: 0;
  }
  .collage_title.bot_center,
  .collage_title.bot_left {
    bottom: auto;
  }
  .collage_title.bot_right h1,
  .collage_title.bot_right .summary {
    float: none;
  }
  /*.collage_title h1 {
    font-size: 24px;
  }*/
  .collage_title .rubrik {
    display: table;
    margin-top: 0;
  }
  .body_text .caption {
    font-size: 12px;
  }
  .body_text > .title_index {
    font-size: 20px;
  }
  .body_text blockquote.sisip {
    font-size: 22px;
    margin-top: 40px;
  }
  blockquote > i {
    font-size: 1.5em;
    left: -8px;
    top: -35px;
  }
  blockquote.kanan > i {
    right: -15px;
  }
  .slider_wrap .sl_prev,
  .slider_wrap .sl_next {
    top: 25%;
  }
  .slider_wrap a img {
    width: 30px;
  }
  .overlay,
  .collage_title.bot_center {
    bottom: auto;
  }
  #indeks_name {
    display: none;
  }
.foot1, .foot2 {
    width:100%;
}
}
