@charset "UTF-8";
/* CSS Document */
body {
	background: url(../images/pages_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#mainwrapper {
	font: 12px 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 80%;
	max-width: 940px;
}

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: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; }