@import url(http://fonts.googleapis.com/css?family=Istok+Web);
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -500%; }
}
/** {
  box-sizing: border-box;
}
*/
figure { 
  margin: 0; background: #fff;
  font-family: Istok Web, sans-serif;
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; bottom: 20px  ;
  background: #fff;
  color: rgb(31, 31, 31); width: 50%;
  font-size: 14pt; 
    padding: 1.0rem; 
    opacity: 0.80;
    margin: 10px;
    overflow: hidden;
    line-height: 1.4 em;
    border-radius: 2px;
    text-align: left;
}
