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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

@font-face {
  font-family: "LeagueGothicRegular";
  src: url(../_fonts/leauge/League_Gothic-webfont.eot);
  src: local(☺), url(../_fonts/leauge/League_Gothic-webfont.woff) format("woff"), url(../_fonts/leauge/League_Gothic-webfont.ttf) format("truetype"), url(../_fonts/leauge/League_Gothic-webfont.svg#webfont) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "junctionregularRegular";
  src: url(../_fonts/junction/Junction-webfont.eot);
  src: local(☺), url(../_fonts/junction/Junction-webfont.woff) format("woff"), url(../_fonts/junction/Junction-webfont.ttf) format("truetype"), url(../_fonts/junction/Junction-webfont.svg#webfont6Zm9BOS8) format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: url(../_images/fuzz.png) #e64333;
  font-family: "LeagueGothicRegular", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

header {
  width: 100%;
  height: 50px;
  background: rgba(46, 46, 46, 0.2);
  position: absolute;
  top: 0;
  color: #f7c1bb;
  font-size: 14px;
  text-align: center;
  line-height: 3.5em;
  display: block;
  font-family: "junctionregularRegular", "Helvetica Neue", Arial, sans-serif;
  text-shadow: #cd2919 1px 1px 1px;
  white-space: nowrap;
}

.arrow {
  border-color: rgba(46, 46, 46, 0.2) transparent transparent;
  border-style: solid;
  border-width: 15px;
  height: 0;
  width: 0;
  margin: 0 auto;
  position: relative;
  top: 50px;
}

.trading-card {
  width: 350px;
  height: 485px;
  margin: 60px auto 0;
  display: block;
  border: solid 15px #fff9ed;
  background: url(../_images/paper.png) no-repeat #3dcbbf;
  -moz-box-shadow: #e43625 5px 5px 10px 0;
  -webkit-box-shadow: #e43625 5px 5px 10px 0;
  -o-box-shadow: #e43625 5px 5px 10px 0;
  box-shadow: #e43625 5px 5px 10px 0;
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  -moz-transition-property: rotate 1.5sec ease-out;
  -webkit-transition-property: rotate 1.5sec ease-out;
  -o-transition-property: rotate 1.5sec ease-out;
  transition-property: rotate 1.5sec ease-out;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.trading-card:hover {
  -moz-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.front h1 {
  color: #fff9ed;
  font-size: 65px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.5;
  text-shadow: #23b5a6 1px 1px 0px;
}
.front img {
  position: absolute;
  bottom: 0;
  margin: 0 0 20px 0;
}
.front ul {
  position: absolute;
  left: 240px;
  top: 130px;
}
.front li {
  display: none;
  background: #0000cc;
  margin: 5px 0 0 0;
  background: url(../_images/icons.png) no-repeat;
  overflow: hidden;
  opacity: 0.5;
  -moz-transition-property: opacity 0.3sec ease-out;
  -webkit-transition-property: opacity 0.3sec ease-out;
  -o-transition-property: opacity 0.3sec ease-out;
  transition-property: opacity 0.3sec ease-out;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.front li:hover {
  opacity: 1;
}
.front li a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
.front .twitter {
  background-position: 0 0;
}
.front .email {
  background-position: -40px 0px;
}
.front:hover li {
  display: block;
  -webkit-animation-name: bubble;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-iteration-count: once;
  -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes bubble {
  from {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }

  85% {
    -webkit-transform: scale(1.1);
    opacity: 0.5;
  }

  to {
    -webkit-transform: scale(1);
  }
}

.details-bar {
  width: 100%;
  height: 35px;
  background: #f2ea76;
  position: absolute;
  bottom: 0;
  font-size: 17px;
  line-height: 2.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "junctionregularRegular", "Helvetica Neue", Arial, sans-serif;
}
.details-bar h2 {
  color: #333333;
  text-indent: 15px;
  display: inline;
}
.details-bar h3 {
  color: #e64333;
  display: inline;
}
