#overlay {
  background-color: #aaa;
  opacity: 0.4;
  z-index: 9998;
  width: 100%;
  height: 2000px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  /*@include transition(background 1s ease-in-out);*/ }

#logo {
  width: 500px;
  margin-left: 250px;
  margin-top: 40px;
  margin-bottom: 40px; }

.main-container {
  margin: 0 auto;
  width: 950px; }
  .main-container .left, .main-container .right {
    width: 450px; }

.big-image {
  background-size: 200px 300px !important;
  width: 200px;
  height: 300px;
  /*  background-color: red;
    opacity: 0.3;*/
  position: absolute;
  z-index: 9999;
  margin-top: 100px;
  display: none;
  /*@include transition(background 1s ease-in-out);*/ }

.left {
  float: left; }
  .left .card-container {
    float: left; }
  .left .big-image {
    margin-left: 224px; }

.right {
  float: right; }
  .right .card-container {
    float: right; }
  .right .big-image {
    float: right;
    margin-left: 26px; }

.card-container {
  width: 100px;
  height: 150px;
  position: relative;
  /*margin: 0 auto 20px;*/
  margin: 6px;
  /*border: 1px solid #CCC;*/
  -webkit-perspective: 150px;
  -moz-perspective: 150px;
  -o-perspective: 150px;
  perspective: 150px; }

.card {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.card.flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.card div {
  background-size: 100px 150px !important;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 150px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 140px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.card .front {
  /*background: red;*/ }

.card .back {
  /*background: blue;*/
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/*@import "twitter/bootstrap";*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
  font-weight: 300;
  overflow: hidden; }

#cc-notice {
  vertical-align: 0px;
  float: right;
  line-height: 26px; }

#container {
  min-height: 100%;
  position: relative; }

#header {
  background: #ff0;
  padding: 10px; }

#body {
  padding: 10px;
  padding-bottom: 40px;
  /* Height of the footer */ }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 19px;
  /* Height of the footer */
  background: #fcfcfc;
  border-top: #eee 1px solid;
  padding-top: 10px;
  padding-bottom: 10px; }

a {
  color: #0088cc;
  text-decoration: none; }

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline; }

#container {
  height: 100%; }

.group:before, .group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* IE6&7 */ }
