@charset "UTF-8";
/* CSS Document */
/* Reset
**********************************************/
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;
  font-family: "Oswald", sans-serif;
  font-weight: 300; }

/* HTML5 display-role reset for older browsers
**********************************************/
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; }

/* Clearfix
**********************************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

/* END */
/* Misc 
**********************************************/
.round4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.trm {
  text-indent: -999999px;
  overflow: hidden;
  display: block; }

/* Main 
*********************************************/
body {
  background: #fbfaf8;
  overflow-y: scroll; }

.page {
  width: 1024px;
  margin: 0 auto; }

h1 {
  font-size: 30px;
  font-weight: 400;
  padding-top: 14px; }

#header {
  height: 60px;
  width: 100%;
  background: #e9e5de;
  text-align: center; }

.item {
  display: none;
  float: left;
  position: relative;
  cursor: pointer; }
  .item h2 {
    font-size: 25px;
    margin: 0 0 12px; }
  .item .description {
    font-size: 16px;
    line-height: 22px; }
  .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e9e5de;
    opacity: 0.8;
    height: 135px;
    display: none; }
    .item .info .wrap {
      padding: 15px; }
