no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(icons/loader.gif) center no-repeat #E5DED6;
}

body
{
  overflow-x: hidden;
background-color: #E5DED6;
}



.bg
{
    top: 0;
    right: 0;
    left: 0;
    z-index: -100;
    width: 100vw; 
    height: 100vh;
    position: fixed;
    background-image: url(bg/Village-Journalist-pattern-mobile.png);
    background-position: center;
    background-size: 110%;
}


.row img
{
    width: 100%;
}

#pic1
{
    background-image: url(bg/01-orangasli-onglabariver.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic2
{
    background-image: url(bg/02-orangasli-loggingroads.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    
}

#pic3
{
    background-image: url(bg/03-orangasli-blockade.jpg);
    background-position: center 42%;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic4
{
    background-image: url(bg/04-orangasli-bamboohouse.jpg);
    background-position: 20% center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic5
{
    background-image: url(bg/05-orangasli-ramli.jpg);
    background-position: 25% center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic6
{
    background-image: url(bg/06-orangasli-sica.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic7
{
    background-image: url(bg/07-orangasli-tree.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic8
{
    background-image: url(bg/08-orangasli-Kg-Ong-Jangking.jpg);
    background-position: 65% center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic9
{
    background-image: url(bg/09-orangasli-elroi.jpg);
    background-position: 35% center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic10
{
    background-image: url(bg/10-logging-damage.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic11
{
    background-image: url(bg/11-timber-certification.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic12
{
    background-image: url(bg/12-logging-impact.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pic13
{
    background-image: url(bg/13-no-rights.jpg);
    background-position: 75% center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*menu*/

.menu-section
{
    height: 8%;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 50;
    padding: 1.5% 0;
}

#menu
{
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 100;
}

#menu li
{
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    padding: 3px;
    width: auto;
    height: auto;
}

#menu li.active, #menu li:hover
{
    background-color: #d6cec5;
    border-radius: 3px;
}


.icon
{
    width: 43px;
    height: auto;
}

.nav-section {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  background-color: #d6cec5;
  overflow-x: hidden;
  padding-top: 15%; 
  transition: 0.5s;
}

.chap-nav li {
    list-style-type: none;
    padding: 3% 6%;
}

.chap-nav li a {
  font-family: 'Caudex', serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #954d34;
  transition: 0.3s;
    
    cursor: pointer;
}

.chap-nav li a:hover {
    text-decoration: underline;
}


.closebtn {
  position: absolute;
  top: -1%;
  right: 5%;
  font-size: 45px;
  margin-left: 50px;
    font-family: 'PT Serif', serif;
    z-index: 101;
}

#audio-section
{
    background-color: #ffffff;
    color: #954d34;
}

.audio-icon
{
    margin-right: 10px;
}

.audio-section
{
    position: absolute;
    bottom: 100%;
    right: 15%;
    z-index: 100;
    width: 70%;
    display: none;
}

.show
{
    display: block;
}

.hide
{
    display: none;
}


/*color*/

.black
{
  color: #000000;
}

.white
{
  color: #ffffff;
}

/* headers and para*/

.byline
{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
    text-transform: uppercase;
    
    padding: 3% 7%;
}

h1
{
  width: 100%;
    padding: 0;
    margin: 2.5% 0;
    text-align: center;
}

h1 img
{
    width: 100%;
}

h2
{
  font-family: 'PT Serif', serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
    
    margin-top: 5%;
}

h3
{
  font-family: 'Caudex', serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #954d34;
    
    padding-bottom: 25px;
    padding-top: 10%;
    background-image: url(icons/chapter-line.svg);
    background-size: 70%;
    background-position: bottom center; 
    background-repeat: no-repeat;
    margin-bottom: 10%;
}

h4
{
  
}

h5
{
    
    position: relative;
  font-family: 'Caudex', serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #954d34;
    
    padding-bottom: 15px;
    background-image: url(icons/carousel-title-line.svg);
    background-size: 80%;
    background-position: bottom center; 
    background-repeat: no-repeat;
    margin-bottom: 10%;
}

h5 a
{
   color: #954d34; 
    cursor: pointer;
}

.dropcap
{
  font-family: 'Caudex', serif;
  font-size: 60px;
  font-weight: bold;
    color: #954d34;
  float: left;
  line-height: 22px;
  padding-top: 20px;
  padding-right: 8px;
  padding-left: 0px;
}

p
{
    margin: 12% 0;
    
  font-family: 'PT Serif', serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
    
}


blockquote
{
   font-family: 'Caudex', serif;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
    
    padding-bottom: 20px;
    background-image: url(icons/carousel-title-line.svg);
    background-size: 100%;
    background-position: bottom left; 
    background-repeat: no-repeat;
}

.photo-text
{
    
}

.caption
{
   font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
    
    margin-top: 8%;
}

.caption-carousel
{
   font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
    
    margin-top: 5%;
}

.center
{
    text-align: center;
}

.click-info , p a
{
    color: #000;
    text-decoration: underline #cb8655;
    cursor: pointer;
}

.click-info:link , p a:link
{
    color: #000;
    text-decoration: underline #cb8655;
    cursor: pointer;
}

.click-info:visited, p a:visited
{
    color: #000;
    text-decoration: underline dotted #cb8655;
}

.click-info:active, p a:active
{
    color: #cb8655;
    text-decoration: underline #cb8655;
}

.click-info:hover, p a:hover
{
    color: #cb8655;
    text-decoration: underline #cb8655;
}


/*blocks*/

#main-title
{
    height: 100vh;
    padding: 10% 10% 7% 10%;
    position: relative;
    z-index: 80;
    
    background-image: url(bg/orangasli-main-header-mobile.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 105%;
    
    text-align: center;
}

.main-title-prompt
{
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    color: #cb8655;
}

.para-section
{
    padding: 8% 9%;
}

.para-img
{
    width: 100%;
}

.map-section
{
    padding: 0;
    height: 90vh;
    margin: 5% 0;
    position: relative;
}

#map-hint
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000A5;  
    text-align: center
}

#map-hint table
{
    width: inherit;
    height: 100%;
}

#map-hint table img
{
    width: 90%;
}

/*
#map-hint table tr td
{
    width: 50%;
}
*/

#q-1-1
{
    text-align: left;
    padding-top: 0px;
    padding-left: 10px;
}

#q-1-2
{
    text-align: right;
    padding-top: 10px;
    padding-right: 15px;
}

#q-2
{
    text-align: center;
}

#q-2 p
{
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    margin: 1.5% 0;
}

#q-2 button
{
    background-color: #cb8655;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 20px;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #fff;
}

#q-3-1
{
    text-align: left;
    padding-left: 20px;
}

.carousel-section
{
    margin: 3% 0;
    height: 100%;
    position: relative;
}

.carousel-section-title
{
    padding: 0 9%;
}

.image-section
{
    height: 100vh;
  position: relative;  
    overflow-y: hidden;
}

.overlay-box
{
    height: 100%;
    width: 100%;
    background-color: #000;
    transition: 0.35s ease-out;
    opacity: 0;
    position: absolute;
    top: 0;
    
}

#vid1 video
{
    height: 100%;
    position: absolute;
    right: -15%;
}

#vid2 video
{
    height: 100%;
    position: absolute;
    left: -55%;
}

#vid3 video
{
    height: 100%;
    position: absolute;
    left: -55%;
}

#vid4 video
{
    height: 100%;
    position: absolute;
    left: -75%;
}

.opacity-trans
{
     opacity: .40;
}

.image-section-caption
{
    padding: 15% 7.5%;
    height: 150vh;
}

span.bold
{
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 5px;
}

#footer
{
   margin-bottom: 13%;
    text-align: center;
}

#footer .divider
{
   margin: 15% 5%;
    text-align: center;
}

#footer p
{
   font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif; 
    font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
    margin: 4% 0;
    text-align: center;
    
}

#footer p span.bold
{
    text-transform: none;
}

.license img
{
    width: 10%;
}


.bt-padding15
{
    margin: 25%;
}

/* Carousel */

.swiper-container {
      width: 100%;
      height: 100%;

    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      width: 90%;
    margin-bottom: 8.5%;
    }

.swiper-slide img, .swiper-slide video{

      width: 100%;

    }

.swiper-pagination-bullet-active
{
   background-color: #cb8655;
}

/*video*/

.youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
    }

.square
{
        padding-bottom: 100%;
}

.square img
{
    bottom: 0;
    display: block;
    left: -17% !important;
    /* margin: 0; */
     max-width: 200% !important; 
    width: 135% !important;
    position: absolute;
    right: 0;
    top: 0;
}


    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 15;
        background: transparent;
    }

    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }

    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }

    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }


#scroll-icon
{
    width: 10%;
    margin: 1.5% 45.5%;
}

/* photo essay */

.photo-button
{
    background-color: #cdc4ba;
    border-radius: 20px;
    margin: 0 15%;
    padding: 25px;
    text-align: center;
    font-family: 'Caudex', serif;
  font-size: 20px;
}

.photo-button img
{
    margin: 5px;
    width: 80%;
}

.photo-button p
{
    margin: 10px;
    display: inline-block;
    text-align: center;
}

.photo-button p img
{
    margin: 10px;
    width: 30px;
}

#photoessay
{
    width: 100vw;
    height: 100vh;
    background-color: #000000D5;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    display: none;
    z-index: 100;
    padding-top: 0%;
}


#photoessay h3
{
  font-family: 'Caudex', serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
    
    padding-bottom: 25px;
    padding-top: 10%;
    background-image: url(icons/white-line.svg);
    background-size: 70%;
    background-position: bottom center; 
    background-repeat: no-repeat;
    margin-bottom: 10%;
    margin-top: 5%;
}

.photoItem img
{
    width: 100%;
    margin-top: 10%;
}

#photoessay p
{
font-family: 'PT Serif', serif;
  font-size: 14.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
    padding: 0 3%;
    margin: 3%;
}

.slide {
  max-width: 90%;
  margin: 20px auto;
  display: grid;
}

.slide-items {
  position: relative;
  grid-area: 1/1;
  border-radius: 5px;
  overflow: hidden;
}

.slide-nav {
  grid-area: 1/1;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}

.slide-nav button {
    height: 85vh;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.slide-items > * {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.slide-items > .active {
  position: relative;
  opacity: 1;
  pointer-events: initial;
}

.slide-thumb {
    margin-top: 5.5%;
  display: flex;
  grid-column: 1 / 3;
}

.slide-thumb > span {
  flex: 1;
  display: block;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  margin: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.slide-thumb > span.active::after {
  content: '';
  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  transform: translateX(-100%);
  animation: thumb 5s forwards linear;
}

@keyframes thumb {
  to {
    transform: initial;
  }
}

.nav-hint
{
    width: 100%;
}

.nav-hint tr td
{
    width: 50%;
}

#left-arrow p
{
    background-image: url(icons/photoessay-rotate.svg);
    background-size: 20% auto;
    background-position: center top; 
    background-repeat: no-repeat;
    padding-top: 20%;
    
    text-align: center !important;
}

#right-arrow p
{
    background-image: url(icons/photoessay-button.svg);
    background-size: 20% auto;
    background-position: center top; 
    background-repeat: no-repeat;
    padding-top: 20%;
    
    text-align: center !important;
}

#left-arrow img
{
    margin-right: 10px;
    transform: rotate(180deg);
     width: 20%;
/*   position: absolute;
    animation: leftArrow 0.5s infinite;
    top: 20%;
    left: -10px;
*/
}

#right-arrow img
{
    margin-left: 10px;
    width: 20%;
/*    position: absolute;
    animation: rightArrow 0.5s infinite;
    top: 20%;
    right: -10px;
*/
}

/*
@keyframes rightArrow {
  from {right: -30px;}
  to {right: -10px;}
}

@keyframes leftArrow {
  from {left: -30px;}
  to {left: -10px;}
}
*/








/*desktop*/
@media only screen and (min-width: 850px) {

    
.bg
{
    background-image: url(bg/Village-Journalist-pattern.png);
}
    
.menu-section
{
    height: 10%;
    padding: 8px 0;
}
   
#menu li
{
    margin-left: 20px;
    margin-right: 20px;
    padding: 6px;
}
    
    
#menu li.active, #menu li:hover
{
    border-radius: 6px;
}
    
.icon
{
    width: 55px;
    height: auto;
}
    
.nav-section {
  padding-top: 5%; 
}

.chap-nav li {
    list-style-type: none;
    padding: 4% 3%;
}

.chap-nav li a {
  font-size: 20px;
}



.closebtn {
  position: absolute;
  top: 0;
  right: 5%;
  font-size: 42px;
  margin-left: 50px;
    
}
    
.audio-section
{
    bottom: 7%;
    right: 1%;
    width: auto;
}
    
.para-section
{
    padding: 4% 25%;
}
    
.map-section
{
    padding: 0;
    height: 80vh;
    margin: 0;
}
    
#map-hint table img
{
    width: auto;
}
    
#map-hint table tr td
{
    width: 50%;
}
    
#q-1-1
{
    text-align: left;
    padding-top: 0px;
    padding-left: 20px;
}

#q-1-2
{
    text-align: right;
    padding-top: 10px;
    padding-right: 35px;
}

#q-3-1
{
    text-align: left;
    padding-left: 20px;
}

    
    
#vid1 video
{
    width: 100%;
    height: auto;
    right: 0;
}

#vid2 video, #vid3 video, #vid4 video
{
    width: 100%;
    height: auto;
    left: 0;
}
    
.image-section-caption
{
    padding: 7.5%;
}
    
.carousel-section
{
    margin: 3% 0;
    padding: 0;
    height: 100%;
}
    
.carousel-section-title
{
    padding: 0 25%;
}
    
#main-title
{
    height: 100vh;
    padding: 3% 10% 0 6%;
    background-image: url(bg/orangasli-main-header-desktop.jpg);
    background-repeat: no-repeat;
    background-size: 105.5%;
    background-position: top center;
    
    text-align: left;
}
    
.byline
{
  
  font-size: 18px;
  
    padding: 5% 20% 0 20%;
}
    
h1
{
  width: 50%;
    padding: 0;
    text-align: center;
}

h1 img
{
    width: 100%;
}

h2
{
  width: 25%;
  font-size: 20px;
  text-align: left;
    margin: 1.5% 0;
}
    

h3
{
    font-size: 42px;
    padding-bottom: 25px;
    background-size: 40%;
    padding-top: 15%;
}
    
h4
{
  
  font-size: 30px;
    padding-bottom: 20px;
    background-size: 42%;
    margin-bottom: 5%;
}
    
h5
{
    padding-bottom: 25px; 
    margin-bottom: 5%;   
}
    
.dropcap
{
  font-size: 100px;
  line-height: 55px;
  padding-top: 18px;
  padding-right: 12px;
  padding-left: 0px;
}

p
{
    margin: 5% 0;
  font-size: 20px;
  line-height: 1.5;
 
}
    
blockquote
{
  font-size: 30px; 
    padding-bottom: 30px;
    background-size: 90%;
}

.caption
{
  font-size: 16px;
    margin-top: 8%;
}
    
#scroll-icon
{
    width: 4%;
    margin: 1% 0;
}

    .swiper-slide {
      width: 50%;
    margin-bottom: 3%;

    }
    
#footer
    {
        margin-bottom: 5%;
    }
    
#footer p
{
   font-size: 15px;
    
}
    
#footer .divider
{
   margin: 10% 5%;
    text-align: center;
    
}
    
.license img
{
    width: 7%;
    margin: 0 3px;
}

    
    
.slide {
  max-width: 90%;
  margin: 20px auto;
  display: grid;
}  
    
.slide-thumb {
    margin-top: 3%;
}
    
.photo-button
{
    margin: 0 15%;
    padding: 25px;
  font-size: 30px;
}

.photo-button img
{
    margin: 5px;
    width: 25%;
}

.photo-button p
{
    margin: 10px;
    display: inline-block;
}

.photo-button p img
{
    margin: 10px;
    width: 30px;
}
    
#photoessay h3
{
    font-size: 42px;
    padding-bottom: 25px;
    background-size: 40%;
    padding-top: 0%;
    margin-bottom: 2%;
    margin-top: 12%;
}    
    
.photoessay-main
{
    margin: 6% 15%;
}
    
#photoessay p
{
    font-size: 16px;
}

#left-arrow p
{
    background-size: 13% auto;
    background-position: left center; 
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 17%;
    
    text-align: left !important;
}

#right-arrow p
{
    background-size: 13% auto;
    background-position: right center; 
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 17%;
    
    text-align: right !important;
    }
    
.photoItem
{
    margin-top: 10%;
}
    
.photoItem img
{
    margin-top: 0;
}
    



}