/*!
 * site
 *
 * MIT licensed
 * Copyright (C) 2013 Tim Holman, http://tholman.com
 */
/*********************************************
 * Mixins
 *********************************************/
/*********************************************
 * Site
 *********************************************/
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

html, body {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #292e36; }

body {
  background: url("/img/bg.jpg");
  min-width: 1050px; }

.wrapper {
  position: relative;
  min-width: 1050px;
  min-height: 600px;
  height: 100%;
  width: 100%; }

.left {
  min-height: 600px;
  height: 100%;
  width: 50%;
  float: left;
  padding-right: 270px;
  position: relative;
  overflow: hidden; }
  .left .colors {
    height: 100%;
    width: 100%;
    float: left;
    background: #eee; }
    .left .colors .color {
      -webkit-transition: background-color 800ms ease-in-out;
      -moz-transition: background-color 800ms ease-in-out;
      -ms-transition: background-color 800ms ease-in-out;
      -o-transition: background-color 800ms ease-in-out;
      transition: background-color 800ms ease-in-out;
      box-shadow: inset -2px 0 5px -2px rgba(0, 0, 0, 0.1);
      float: left;
      width: 100%;
      height: 20%; }
      .left .colors .color:nth-child(1) {
        background: #F9FFA2; }
      .left .colors .color:nth-child(2) {
        background: #AAFD6D; }
      .left .colors .color:nth-child(3) {
        background: #00E2C5; }
      .left .colors .color:nth-child(4) {
        background: #00A7A8; }
      .left .colors .color:nth-child(5) {
        background: #312633; }

.right {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: relative;
  margin-left: -30px;
  margin-top: -230px;
  float: left;
  width: 50%;
  top: 50%; }
  .right .logo {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
    float: left;
    width: 100%; }
    .right .logo .logo-colors {
      margin-right: 10px; }
    .right .logo .red {
      font-weight: 300;
      color: #ff6900; }
  .right header {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 60px;
    font-size: 60px; }
    .right header img {
      margin-bottom: -7px; }
  .right .copy {
    line-height: 25px;
    margin-top: 40px;
    font-size: 16px;
    width: 500px; }
  .right .button {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    box-shadow: inset 0px 2px 0px 0px #6191de, 0px 2px 3px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to top, #4d7bd6 0%, #5587da 100%);
    background: #4d7bd6;
    border: 1px solid #2d53af;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    line-height: 39px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 40px;
    margin-right: 10px;
    display: inline-block;
    width: 210px;
    height: 40px;
    color: #fff; }
    .right .button:hover {
      background: linear-gradient(to top, #5587da 0%, #5c8ded 100%); }
    .right .button:active {
      background: linear-gradient(to top, #5c8ded 0%, #5587da 100%); }

.sharing {
  position: absolute;
  bottom: 15px;
  right: 15px; }
  .sharing .twitter-share-button {
    vertical-align: bottom;
    margin-right: 10px; }

.us {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  margin-left: -250px;
  position: absolute;
  font-size: 12px;
  bottom: 15px;
  height: 20px;
  color: #aaa;
  left: 50%;
  line-height: 25px;
  vertical-align: top;
  z-index: 1; }
  .us .description {
    vertical-align: top;
    line-height: 20px;
    margin-right: 6px; }
  .us a {
    vertical-align: top;
    color: #aaa; }

.logo-colors {
  height: 30px;
  width: 30px;
  float: left; }
  .logo-colors .square {
    float: left;
    width: 10px;
    height: 10px; }
    .logo-colors .square:nth-child(1), .logo-colors .square:nth-child(9) {
      background: #3e6372; }
    .logo-colors .square:nth-child(2), .logo-colors .square:nth-child(8) {
      background: #2a3a48; }
    .logo-colors .square:nth-child(3), .logo-colors .square:nth-child(7) {
      background: #b2d4dc; }
    .logo-colors .square:nth-child(4), .logo-colors .square:nth-child(6) {
      background: #f5efde; }
    .logo-colors .square:nth-child(5) {
      background: #ff6900; }

.card-holster {
  -webkit-transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1800px;
  height: 520px;
  width: 345px;
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -260px;
  z-index: 2; }
  .card-holster .shine {
    box-shadow: 0px 0px 90px 15px rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(50px) translateX(0px) rotateZ(-35deg);
    -moz-transform: translateY(50px) translateX(0px) rotateZ(-35deg);
    -ms-transform: translateY(50px) translateX(0px) rotateZ(-35deg);
    -o-transform: translateY(50px) translateX(0px) rotateZ(-35deg);
    transform: translateY(50px) translateX(0px) rotateZ(-35deg); }
  .card-holster.inactive {
    -webkit-transition: -webkit-transform 0ms ease-in-out;
    -moz-transition: -moz-transform 0ms ease-in-out;
    -ms-transition: -ms-transform 0ms ease-in-out;
    -o-transition: -o-transform 0ms ease-in-out;
    transition: transform 0ms ease-in-out; }
  .card-holster.active {
    -webkit-transition: -webkit-transform 800ms ease-in-out;
    -moz-transition: -moz-transform 800ms ease-in-out;
    -ms-transition: -ms-transform 800ms ease-in-out;
    -o-transition: -o-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
    .card-holster.active .shine {
      box-shadow: 0px 0px 90px 15px rgba(255, 255, 255, 0.3);
      -webkit-transform: translateY(0px) translateX(0px) rotateZ(-35deg);
      -moz-transform: translateY(0px) translateX(0px) rotateZ(-35deg);
      -ms-transform: translateY(0px) translateX(0px) rotateZ(-35deg);
      -o-transform: translateY(0px) translateX(0px) rotateZ(-35deg);
      transform: translateY(0px) translateX(0px) rotateZ(-35deg); }
  .card-holster.higher {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%); }
    .card-holster.higher .shine {
      box-shadow: 0px 0px 90px 30px rgba(255, 255, 255, 0.3);
      -webkit-transform: translateY(-150px) translateX(-150px) rotateZ(-35deg);
      -moz-transform: translateY(-150px) translateX(-150px) rotateZ(-35deg);
      -ms-transform: translateY(-150px) translateX(-150px) rotateZ(-35deg);
      -o-transform: translateY(-150px) translateX(-150px) rotateZ(-35deg);
      transform: translateY(-150px) translateX(-150px) rotateZ(-35deg); }
  .card-holster.lower {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%); }
    .card-holster.lower .shine {
      box-shadow: 0px 0px 190px 50px rgba(255, 255, 255, 0.2);
      -webkit-transform: translateY(150px) translateX(150px) rotateZ(-35deg);
      -moz-transform: translateY(150px) translateX(150px) rotateZ(-35deg);
      -ms-transform: translateY(150px) translateX(150px) rotateZ(-35deg);
      -o-transform: translateY(150px) translateX(150px) rotateZ(-35deg);
      transform: translateY(150px) translateX(150px) rotateZ(-35deg); }
  .card-holster .card {
    box-shadow: 0px 15px 20px 5px rgba(0, 0, 0, 0.05);
    position: absolute;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    z-index: 2;
    height: 520px;
    width: 345px; }
    .card-holster .card .color-wrapper {
      border-radius: 5px 5px 10px 10px;
      height: 100%; }
      .card-holster .card .color-wrapper.first {
        font-family: 'Lobster', cursive;
        background: #51E9FF; }
      .card-holster .card .color-wrapper.second {
        font-family: 'Righteous', cursive;
        background: #00E2C5; }
      .card-holster .card .color-wrapper.third {
        font-family: 'Trochut', cursive;
        background: #1C2030; }
      .card-holster .card .color-wrapper.fourth {
        font-family: 'Fascinate Inline', cursive;
        background: #3B0A2E; }
      .card-holster .card .color-wrapper.fifth {
        font-family: 'Sniglet', cursive;
        background: #2D2D29; }
    .card-holster .card .discovered {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      margin-top: 20px;
      font-size: 12px;
      color: #fff; }
    .card-holster .card .top-half {
      position: absolute;
      height: 415px;
      width: 100%;
      left: 0px;
      top: 0px; }
      .card-holster .card .top-half .shine {
        -webkit-transition: -webkit-transform 800ms ease-in-out, box-shadow 800ms ease-in-out;
        -moz-transition: -moz-transform 800ms ease-in-out, box-shadow 800ms ease-in-out;
        -ms-transition: -ms-transform 800ms ease-in-out, box-shadow 800ms ease-in-out;
        -o-transition: -o-transform 800ms ease-in-out, box-shadow 800ms ease-in-out;
        transition: transform 800ms ease-in-out, box-shadow 800ms ease-in-out;
        position: absolute;
        width: 260px;
        height: 0px;
        left: -35px;
        top: 60px; }
      .card-holster .card .top-half .font-container {
        position: absolute;
        height: 270px;
        width: 100%;
        top: 80px; }
        .card-holster .card .top-half .font-container .sample-container {
          text-decoration: none;
          position: absolute;
          line-height: 100%;
          color: #fff;
          width: 100%; }
          .card-holster .card .top-half .font-container .sample-container.large {
            bottom: 120px; }
            .card-holster .card .top-half .font-container .sample-container.large .sample {
              font-size: 180px; }
          .card-holster .card .top-half .font-container .sample-container.small {
            bottom: 25px; }
            .card-holster .card .top-half .font-container .sample-container.small .sample {
              font-size: 50px; }
    .card-holster .card .bottom-half {
      -webkit-transition: -webkit-transform 300ms ease;
      -moz-transition: -moz-transform 300ms ease;
      -ms-transition: -ms-transform 300ms ease;
      -o-transition: -o-transform 300ms ease;
      transition: transform 300ms ease;
      position: absolute;
      text-decoration: none;
      width: 100%;
      bottom: 0px;
      left: 0; }
      .card-holster .card .bottom-half .sexy-tricky-to-code-dip {
        overflow: hidden;
        height: 13px; }
        .card-holster .card .bottom-half .sexy-tricky-to-code-dip .left-part, .card-holster .card .bottom-half .sexy-tricky-to-code-dip .right-part {
          width: 50%;
          height: 100%;
          background: #fff; }
        .card-holster .card .bottom-half .sexy-tricky-to-code-dip .left-part {
          margin-left: -19px;
          float: left; }
        .card-holster .card .bottom-half .sexy-tricky-to-code-dip .right-part {
          margin-right: -19px;
          float: right; }
        .card-holster .card .bottom-half .sexy-tricky-to-code-dip svg {
          position: absolute;
          margin-left: -20px;
          height: 13px;
          width: 40px;
          fill: #FFF;
          left: 50%;
          top: 0px; }
      .card-holster .card .bottom-half .bottom-bottom-container {
        background: #fff;
        height: 110px; }
        .card-holster .card .bottom-half .bottom-bottom-container .font-details {
          -webkit-transition: opacity 300ms ease;
          -moz-transition: opacity 300ms ease;
          -ms-transition: opacity 300ms ease;
          -o-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
          font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          padding-top: 25px;
          font-weight: bold; }
          .card-holster .card .bottom-half .bottom-bottom-container .font-details .name {
            letter-spacing: 0.5px;
            font-size: 20px;
            color: #000; }
          .card-holster .card .bottom-half .bottom-bottom-container .font-details .creator {
            letter-spacing: 0.4px;
            margin-top: 4px;
            font-size: 14px;
            color: #cccccc; }

/*# sourceMappingURL=styles.css.map */
