@charset "UTF-8";
/* CSS Document */
.hidden {
	display: none;
}
.hiddenPic {
	display: none;
}
#mainwrapper {
	font: 12px 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: auto;
	margin: 60px auto 0 auto;
	text-align: center;
	width: 80%;
	max-width: 940px;
}
#mainwrapper2 {
	font: 12px 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: auto;
	margin: 60px auto 0 auto;
	text-align: center;
	max-width: 840px;
}

a {
	outline: none;
	border: none;
}
a:hover {
	outline: none;
	border: none;
}
a:active {
	outline: none;
	border: none;
}
a:visited {
	outline: none;
	border: none;
}

figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
  text-align: center;
}
figure img{
  display: block;
  width: 200px;
  height: 200px;
}
figcaption {
  position: absolute;
  background: black;
  background: rgba(0,0,0,0.75);
  width: 180px;
  overflow: hidden;
  color: white;
  text-transform: uppercase;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition:    all 0.3s ease;
  -o-transition:      all 0.3s ease;
  
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 20px auto 12px auto;
}
figure:hover figcaption {
  opacity: 1;
}
/*figure:before {
  content: "?";
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255,255,255,0.75);
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
}*/
figure:hover:before {
  opacity: 0;
}

.cap-bot:before { bottom: 10px; left: auto; right: auto; }
.cap-bot figcaption { left: auto; right: auto; bottom: -30%;}
.cap-bot:hover figcaption { bottom: 0; }