/**********************************
General
***********************************/
body {
    margin:0;
    font-family: "Open Sans", sans-serif;
    /*font-size:90%;*/ 
    line-height:1.5;
    padding-top:0 !important;
}
#framebar_new {
    display:none !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}        
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: #08c9b9;}
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;}

.column > img, 
.column > figure, 
.column > .embed-responsive {
    margin-top: 1em;margin-bottom: 1em;
}

.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 {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: 20px;
  font-family: Times, "Times New Roman", serif;
  -webkit-text-size-adjust: none;
}
#logo {
  position: fixed;
  left: 15px;
  z-index: 999;
  width: 142px;
  height: auto;
  top:14px;
z-index:6;
}
.stick #logo {
  width: 90px;
}
.desktop_only {
  display: none;
}
a,
#nav,
#logo,
.collage_title h1 {
  transition: all 200ms linear 0s;
}
.sub_judul,
.summary,
.caption,
figcaption,
.photo_credit,
#nav,
.parallax .container {
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
}
.parallax {
  position: relative;
  overflow: hidden;
  color:#fff;
  min-height: 300px;
}
.parallax.box_img {
  min-height: auto;
}
.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 {
  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;
}

.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 {
  margin: 0 auto;
}
.body_text .caption span {
  font-weight: normal;
}
.body_text > p {
  margin: 0 auto 25px;
}
.body_text .caption + p:first-letter {
    display: block;
    float: left;
    font-size: 103px;
    line-height: 75px;
    margin: 10px 10px 0 0;
    /*margin: 0 10px -20px 0;*/
    text-rendering: optimizelegibility;
}
.body_text .sisip {
  display: block;
  margin: 10px 0;
}
.body_text blockquote.sisip {
  font-size: 40px;
  line-height: 1.25;
  color: #999;
  position: relative;
  margin-top: 65px;
  margin-bottom: 20px;
  z-index: 3;
}
blockquote > i {
  font-size: 2em;
    left: -25px;
    position: absolute;
    top: -90px;
    transform: scale(-1);
}
blockquote.kanan > i {
  left: auto;
  right: -25px;
  top: -80px;
  transform: scale(1);
}
figure figcaption {
  font-size: 12px;
}
figure figcaption p {
  margin: 0 0 20px;
}
.photo_credit {
  font-size: 12px;
  line-height: 1.25;
  margin: -20px 0 10px;
}
.photo_credit.video {
  margin: -10px 0 10px;
}

/*--------------------------------------------------------------------------------*/
/*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;
}

/*--------------------------------------------------------------------------------*/
/*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;
}
.collage_title.header {
  height: auto;
z-index:4;
}
.collage_title.header.mid_text {
  height: 100%;
}
.collage_title.bot_center,
.collage_title.bot_left {
  bottom: 25px;
  top: auto;
}
.collage_title h1 {
  font-size: 40px;
  font-weight: bold;
  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 {
  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: bold;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 30px;
  background: red;
  padding: 5px 10px;
  display: inline-block;
font-family:"Open Sans",helvetica, sans-serif;
}
.collage_title .sub_judul {
  margin: 0 0 5px;
}
.collage_title .summary {
  font-size: 18px;
  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;
}
#nav {
  position: fixed;
  z-index: 5;
  display: table;
  width: 100%;
  color: #fff;
  font-size: 14px;
}
#nav.no_index {
  height: 60px;
postition:relative;
z-index:6;
}
#nav.dark {
  background: rgba(0,0,0,0.8);
}
#nav .paging {
  float: right;
  display: inline-flex;
  display: -webkit-inline-flex;
z-index:7;
}
#nav ul {
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-block;

}
#nav li {
  float: left;
  list-style: none;
  padding: 15px 2px;
  display: block;
  color: #fff;
}
#indeks_name > a,
#indeks_name span {
  display: block;
  padding: 20px 10px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
}
#nav li a {
  background: #dfdedd;
  color: #222;
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
}
#nav li a:hover,
#nav li a:focus,
#nav li.active a,
#nav li.active a:focus {
  background: #ff9000;
  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 {
      display: none;
  }

/*S:FOOTER*/
.footer {
    background-color:#2f3740;
    padding:25px 20px 10px 20px;
    color:#d7d7d7;
    font-family: helvetica, arial;
}
.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*/

/*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: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: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:Social Media*/

/*e:Social Media*/
/*s:Indexing Menu*/

/*e:Indexing Menu*/
/*----------------
RESPONSIVE STATE
----------------*/

@media (min-width: 768px) {
  .body_text > .caption,
  .body_text > .title_index,
  .body_text > p,
  .collage_title.header h1,
  .collage_title.header .summary {
    width: 600px;
  }
  .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 {
    display: none;
  }
  .collage_title.stick_title .rubrik,
  .collage_title.stick_title .sub_judul,
  .collage_title.stick_title .summary {
    display: none;
  }
.foot1, .foot2 {
    width:100%;
}
}

@media (min-width: 801px) {
/*----------
SHARE
-----------*/
#share {
            position: fixed;
            width:50px;
            top: 75px;
/*left:50%;
margin-left:-450px;*/
left:20px;
            font-family: "Open Sans", Helvetica, sans-serif;
            z-index: 1;
            display: block;
        }
        .share_icon {
            position: relative;
            z-index: 1;
            display: inline-block;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            color: #777;
        }
        .share_icon > a {
            display: block;
            height: 40px;
            margin: 0 auto;
            padding: 5px;
            text-align: center;
            width: 40px;
            color: #fff;
            margin: 5px 0 0;
            border-radius: 30px;
        }
        .share_icon > a:hover {
            opacity: 0.6;
        }
        .share_icon > a > i {
            font-size: 30px;
            line-height: 40px;
        }
        .fb {
            background: #006eb3;
        }
        .tw {
            background: #00ccff;
        }
        .gp {
            background: #ff2727;
        }
}

@media (min-width: 992px) {
  .collage_title.stick_title h1 {
    font-size: 20px;
  }
  .body_text > .caption,
  .body_text > .title_index,
  .body_text > p,
  .collage_title.header h1,
  .collage_title.header .summary {
    width: 700px;
  }
  .collage_title {
    font-size: 24px;
  }
  .collage_title h1 {
    font-size: 45px;
    line-height: 1.15;
  }
  .sisip {
    width: 540px;
  }
  .body_text blockquote.sisip {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #logo {
    width: 90px;
  }
  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: 14px;
  }
  .collage_title h1 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .collage_title .summary {
    font-size: 14px;
    margin-bottom: 0;
  }
.foot1, .foot2 {
    width:100%;
}
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .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 {
    text-align: left;
  }
  .collage_title {
    position: relative;
    background: #fff;
    color: #222;
  }
  .collage_title h1 {
    font-size: 24px;
  }
  .collage_title .rubrik {
    display: table;
  }
  .body_text .caption {
    font-size: 12px;
  }
  .body_text > .title_index {
    font-size: 20px;
  }
  .body_text blockquote.sisip {
    font-size: 30px;
  }
  blockquote > i {
    font-size: 1.5em;
    left: -8px;
    top: -60px;
  }
  blockquote.kanan > i {
    right: -15px;
    top: -45px;
  }
  .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%;
}
}
