#isotoped {
  background-color: #C2BDB4;
  height: 1000px;
}

#rai {
  padding: 0;
  margin: 0 auto;
  background: #C2BDB4;
}

#access-container,
#rights-container,
#abuses-container {
  width: 420px;
  float: left;
}

.access-element,
.rights-element,
.abu-element {
  margin-bottom: 30px;
}

.access-element h3,
.rights-element h3,
.abu-element h3 {
  margin-bottom: 30px;
  font-size: 18px;
  color: #666;
}

.access-element p,
.rights-element p,
.abu-element p {
  font-weight: 100;
  line-height: 1.4;
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

.acc-intro,
.rights-intro,
.abu-intro { margin-bottom: 40px; }

.acc-intro p,
.rights-intro p,
.abu-intro p {
  font-weight: 300;
  font-size: 20px;
  color: #555;
}

.acc-links,
.rights-links,
.abu-links {
  position: relative;
  top: 0px;
  float: right;
}

.acc-links li,
.rights-links li,
.abu-links li { 
  list-style: none;
}

.acc-links li a,
.rights-links li a,
.abu-links li a {
    padding: 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   background: #fff;
   font-size: 20px;
   line-height: 1.2;
   display: inline-block;
   width: 140px;
   min-height: 140px;
   color: #666;
   margin: 5px 0 0 5px;
   opacity: 0.5;
   text-decoration: none;
}

.acc-links li a:hover,
.rights-links li a:hover,
.abu-links li a:hover {
  opacity: 1;
}

article.options.stat {
    border-bottom: none;
}

p.read-more a {
  padding: .5em;
  background: #8EA692;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block; 
  font-weight: 300;
}

p.read-more a:hover {
  background: #444;
  
}

.story-container {
    clear: left;
}

.story-container h3 {
  font-size: 20px;
  color: white;
}

.smooth .button, #shuffle .button {
   background: #8f1818;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   color: #daa6ae;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
   display: inline-block;
   font-weight: 700;
   margin: 0 10px 0 0;
   }

.smooth .button {
  width: 30%;
}

.smooth .button:hover, #shuffle .button:hover {
   background: #263D31;
   color: #fff;
}

.smooth .button:active, #shuffle .button:active {
   background: #280606;
   color: #fff;
}

#shuffle .button {
  padding: 0.5;
}

#shuffle {
  margin: 20px 0 0 0;
}

#container {
  position: relative;
  overflow: hidden;
}

.content {
    width: 940px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.content-one {
  height: 1px
  background-color: #fff;
}


/**** Isotope filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* VERSION 2 */

.opt-container {
    clear: both;
    padding: 0 0 60px;
}

.opt-inner {
    width: 960px;
    margin: -50px auto 0;
    padding: 60px 0 0;
}

#jump:target {

}

#intros {
    float: left;
    width: 420px;
}

.fontface #access-intro h1,
.fontface #stopping-intro h1,
.fontface #realising-intro h1,
.fontface .st-exc h1,
.fontface #show-all-intro h1 {
    font-size: 90px;
    font-size: 9rem;
    color: #815565;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: .85;
    letter-spacing: -.03em;
}

#access-intro,
#stopping-intro,
#realising-intro,
.st-exc,
#show-all-intro {
    margin-bottom: 60px;
}

#access-intro p,
#stopping-intro p,
#realising-intro p,
.st-exc p,
#show-all-intro p {
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 300;
    color: #444;
    font-family: Lexia-Regular, georgia, serif;
    margin: 0 0 20px;
}

.st-exc {
    padding: 2em;
    background: #CCC3C3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.st-exc h1,
.st-exc p {
    color: #666;
}





#st-filter {
    float: right;
    width: 480px;
    margin: 0;
}

#st-filter li {
    list-style: none;
    float: left;
    margin: 0 0 10px 10px;
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#st-filter li.regular:hover,
#st-filter li.regular:focus {
  background: #815565;
  color: #fff;
}

.inner-element {
    position: relative;
    height: 100%;
    font-family: VinylOT-Regular, sans-serif;
    font-weight: normal;
    line-height: 1;
    font-weight: normal;
    cursor: pointer; 
}

.inner-element h3,
.inner-element h5 {
    display: none;
}

.inner-element > div {
    position: absolute;
    bottom: 0;
    left: 0;
}

#st-filter .emphasised h3 {
    display: block;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
}

.inner-element h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    font-size: 16px;
    border-bottom: none;
    font-weight: normal;
}

.emphasised .inner-element h4,
.emphasised .inner-element h5 {
    font-size: 13px;
    padding: .5em;
    font-weight: normal;
    color: #815565;
    background: #FFF;
    display: inline;
    float: left;
    border-radius: 2px;
}

.emphasised .inner-element h5 {
    float: left;
    margin-left: 3px;
    padding: 0;
}

.inner-element h5 a {
    font-size: 13px;
    padding: .5em;
    font-weight: normal;
    color: #FFF;
    background: #DA2222;
    display: block;
    border-radius: 2px;
    text-decoration: none;
    transition: .2s all ease-in-out;
}

.emphasised .inner-element h5 a:hover,
.emphasised .inner-element h5 a:focus {
    color: #DA2222;
    background: #FFF;
}

#st-filter .story:hover {
    color: #5e643a;
    background: #b5bd8b;
}

#options {
    width: 540px;
    float: left;
}

#options article {
    margin-bottom: 20px;

}

#options article.st-element {
    padding-bottom: 15px;
}

#options article.acc-st-intro h3,
#options article.stop-st-intro h3,
#options article.rea-st-intro h3 {
    color: white;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

#options article p {
    color: #444;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 15px;
    line-height: 1.4;
}

#options article h3 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: white;
}

#options article.st-element p {
    font-size: 16px;
}

.smooth {
  text-align: center;
  padding: 50px 0;
}

.smooth a.button {
  margin: 0 10px;
  height: 180px;
  width: 180px;
  border-radius: 100%;
  position: relative;
  background: #da2222;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.fontface .smooth a.button span {
    top: 65px;
    left: 20px;
    right: 20px;
    position: absolute;
    width: 140px;
    text-align: center;
    font-family: VinylOT-Regular, sans-serif;
    font-weight: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    line-height: .85;
    font-size: 30px;
}

.regular {
    background: rgb(175,162,162);
    color: #815565;
    width: 90px;
    height: 90px;
}

.emphasised {
  width: 210px;
  height: 210px;
  background-color: #806770;  
  color: white;
  overflow: hidden;
}




.rea.emphasised.st-1 {
  background: url(../img/emph-rea-cam.jpg) 0 0 no-repeat #806770;
}

.rea.emphasised.st-2 {
  background: url(../img/emph-rea-drc.jpg) 0 0 no-repeat #806770;
}

.rea.emphasised.st-3 {
  background: url(../img/emph-rea-lib.jpg) 0 0 no-repeat #806770;
}

.stop.emphasised.st-4 {
  background: url(../img/emph-sto-drc.jpg) 0 0 no-repeat #806770;
}

.stop.emphasised.st-5 {
  background: url(../img/emph-sto-ghana.jpg) 0 0 no-repeat #806770;
}

.rea.emphasised.st-3 {
  background: url(../img/emph-rea-lib.jpg) 0 0 no-repeat #806770;
}

.acc.emphasised.st-7 {
  background: url(../img/emph-acc-ghana.jpg) 0 0 no-repeat #806770;
}

.acc.emphasised.st-8 {
  background: url(../img/emph-acc-peru.jpg) 0 0 no-repeat #806770;
}

.acc.emphasised.st-9 {
  background: url(../img/emph-acc-ecuador.jpg) 0 0 no-repeat #806770;
}


