﻿
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


@import url(https://fonts.googleapis.com/css?family=Istok+Web);
@keyframes slidy {
0% { left: 0%; }
19% { left: 0%; }
20% { left: -100%; }
39% { left: -100%; }
40% { left: -200%; }
59% { left: -200%; }
60% { left: -300%; }
79% { left: -300%; }
80% { left: -400%; }
100% { left: -400%; }
}


figure { 
  /*margin: 0;*/ background: #101010;
  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: 60s 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: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 2rem; padding: .6rem; 
}
.figtext {position:relative;left:25px;}




.left-div
{
  display: inline-block;
  max-width: 900px;
  text-align: left;
  padding: 5px;
  background-color: #fff;
  border-radius: 3px;
  margin: 15px;
  vertical-align: top;
  /*height:250px;*/
}
.left-text
{
FONT-SIZE: 18px; FONT-FAMILY: Tahoma;BACKGROUND: #a5d5f5; COLOR: rgb(0, 101, 255);font-weight:500;max-width:850px;
}
@media screen and (max-width: 1100px) {
  #ileaderboard {
    display:none;;
  }
}






