body {
    margin: 0;
    font-family: "PT Sans","Open Sans",sans-serif;
}
.slide,
.fixed_wrapper {
    background: #000;
}
.fixed_wrapper {
    width: 100%; 
    height: 100%; 
}
#content { 
    position: relative; 
    padding: 5px 0 0; 
    background: #fff; 
    z-index: 2; 
}
.dis_table, .dis_table_cell {
    height: 100%;
    width: 100% !important;
}
.dis_table {
    display: table !important;
}
.dis_table_cell {
    display: table-cell !important;
    vertical-align: middle;
}

/*FONTS*/
@font-face {
    font-family: "museo_bold";
    src: url("../fonts/museoslab900.eot");
    src: url("../fonts/museoslab900.eot#iefix") format("embedded-opentype"),
    url("../fonts/museoslab900.woff") format("woff"),
    url("../fonts/museoslab900.ttf") format("truetype"),
    url("../fonts/museoslab900.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.collage_title.header h1,
.collage_title.header h2 {
    font-family: museo_bold, Arial, Helvetica, Verdana;
}
.sub_judul,
.summary,
.caption,
figcaption,
.photo_credit,
#nav,
.parallax .container {
    font-family: "PT Sans","Open Sans",sans-serif;
    font-weight: 100;
}

/*HEADLINE*/
.collage_title.header {
    top: auto;
    bottom: 10%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.collage_title.header h1 {
    width: auto;
}
.collage_title.header .summary strong,
.body_text .caption + p:first-letter,
.photo_credit strong,
figure figcaption strong {
    font-weight: 700;
}
.collage_title.outer {
    position: relative;
    color: #000;
    text-shadow: none;
    margin: 40px 0 20px;
    display: inline-block;
}
#part1 .overlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=´#bf000000´, endColorstr=´#00000000´,GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 20%;
    position: fixed;
    z-index: 3;
}
.stick #part1 .overlay {
    background: none;
    height: 0;
}
#nav li a:focus {
    background: #dfdedd;
    color: #222;
}
#nav > span {
    font-size: 20px;
    margin: 0 0 0 130px;
    padding: 15px 0;
    position: fixed;
    top: 0;
    display: none;
}
#nav.dark > span {
    display: block;
}

/*CONTENTS*/
.body_text .caption + p:first-letter {
    margin: 10px 10px 0 -4px;
}
.shadow:after,
.fixed_wrapper:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fixed_wrapper:after {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.shadow img {
    display: block;
}
.photo_credit,
figure figcaption {
    font-size: 14px;
    font-style: italic;
    color: #737373;
    line-height: normal;
}
figure.relative {
    overflow: hidden;
}
.dots {
    color: #737373;
    font-size: 90px;
    line-height: 0;
    margin: 0 0 100px;
}
.right .summary {
    float: right;
}
.body_text blockquote.sisip {
    font-size: 30px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: 600;
}

/*SISIP BIG*/
.sisip.big {
    margin: 20px 0 40px;
}

/*PROGRESS BAR*/
#bar {
    font-size: 14px;
    margin: 20px 0 40px;
}
.progress {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-bottom: 1px solid #000;
}
.progress:before {
    bottom: 0;
    content: "";
    height: 25px;
    position: absolute;
    width: 1px;
}
.progress_bar {
    position: absolute;
    bottom: 0;
    left: 32%;
    height: 10%;
    width: 36%;
    line-height: 20px;
    text-align: center;
    background: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}
.progress_bar.satu {
    background: #00aeef;
}
.progress_bar.dua {
    background: #474749;
}
.progress_bar.tiga {
    background: #169fab;
}
.progress_bar.empat {
    background: #40ae49;
}
.progress_bar.lima {
    background: #23408f;
}
.progress_bar.enam {
    background: #ec008c;
}
.progress .count {
    font-size: 20px;
    color: #ed1c24;
}



/*RESPONSIVE*/
@media (min-width: 768px) {

    .fixed_wrapper {
        position: fixed; 
    }
    .collage_title.header h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .collage_title.header .summary {
        width: 500px;
    }
    .sisip.big {
        width: 500px;
    }
    .big.kanan figcaption {
        left: -210px;
        text-align: right;
    }
    .big.kiri figcaption {
        right: -210px;
    }
    figure.big figcaption {
        bottom: 20px;
        position: absolute;
        width: 185px;
        line-height: 1.5;
    }
    .sisip, blockquote.sisip {
        width: 300px;
    }
    #bar .column.sixth {
        width: 16.65%;
        background: url(../images/bg_grafik.gif) no-repeat bottom center;
    }
    .progress {
        margin: 0 -1.3rem 10px;
    }
    .progress.first:before {
        border-left: 1px solid #000;
        left: 0;
    }
    .progress.last:before {
        border-right: 1px solid #000;
        right: 0;
    }

    /*TABLETS*/
    .touch body {
        padding-top: 60px !important;
    }
    .touch #logo {
        width: 90px;
    }
    .touch #nav {
        background: rgba(0,0,0,0.8);
        top: 0;
    }
    .touch #part1 .overlay {
        background: none;
        height: 0;
    }
    .touch #content {
        margin-top: 0 !important;
    }
    .touch .slide .collage_title.header {
        bottom: auto !important;
        top: auto !important;
        margin: 10px 0 0; 
        background: none;
        color: #fff;
        text-shadow: none;
        position: relative;
    }
    .touch .stick_slide .collage_title.header {
        text-shadow: none;
        padding: 10px 0;
    }
    .touch .stick_slide,
    .touch .slide {
        height: auto !important;
    }
    .touch .slide {
        padding-bottom: 20px;
    }
    .touch .fixed_wrapper {
        position: relative;
    }
    .touch .fixed_wrapper:after {
        display: none;
    }

}

@media (min-width: 992px) {

    .collage_title.header h1 {
        font-size: 60px;
        line-height: 65px;
    }
    .sisip.big {
        width: 700px;
    }

}

@media (max-width: 767px) {

    body {
        padding-top: 60px !important;
    }
    #nav {
        background: rgba(0,0,0,0.8);
        top: 0;
    }
    #part1 .overlay {
        background: none;
        height: 0;
    }
    #content {
        margin-top: 0 !important;
    }
    .slide .collage_title.header {
        bottom: auto !important;
        top: auto !important;
        margin: 10px 0 0; 
        background: none;
        color: #fff;
        text-shadow: none;
        position: relative;
    }
    .stick_slide .collage_title.header {
        text-shadow: none;
        padding: 10px 0;
    }
    .stick_slide,
    .slide {
        height: auto !important;
    }
    .slide {
        padding-bottom: 20px;
    }
    .fixed_wrapper:after {
        display: none;
    }
    #bar .column {
        margin: 0 0 20px;
    }
    .progress {
        background: #ddd;
    }

}

@media (max-width: 480px) {
    #nav > span,
    #nav.dark > span {
        display: none;
    }
}

