html {
  height: 100%;
  font-family: "baveuse", sans-serif; }

.clear {
  clear: both; }

body {
  background: #0a0a0a;
  color: white;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }

a {
  color: #eee;
  text-decoration: none;
  font-weight: normal;
  font-size: 1em; }
  a:hover, a:focus {
    color: #5565ff; }
  a:active {
    position: relative;
    top: 1px; }

h1, h2, .seo {
  position: absolute;
  top: -200px;
  left: -200px;
  display: block;
  width: 0;
  height: 0; }

#archer-countdown {
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 200px;
  width: 1024px;
  text-align: center; }

.countdown_section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  padding: 10px 15px;
  border: 5px solid #0a0a0a;
  text-align: right;
  font-size: 19px; }

.countdown_amount {
  float: right;
  width: 100%;
  font-size: 57px; }

.countdown_label {
  float: right;
  margin-top: 3px;
  width: 100%; }

.days {
  float: left;
  margin-top: 73px;
  width: 369px;
  height: 210px;
  background: #5565ff url(../days.png) center center no-repeat; }

.hours {
  float: left;
  width: 280px;
  height: 283px;
  background: #fd4438 url(../hours.png) center center no-repeat;
  text-align: left; }

.minutes {
  float: left;
  margin-left: 249px;
  width: 400px;
  height: 244px;
  background: #ff55fc url(../minutes.png) center center no-repeat; }

.seconds {
  float: left;
  margin-top: -124px;
  width: 369px;
  height: 214px;
  background: #fd7a2e url(../pam.gif) right top no-repeat;
  text-align: left; }
  .seconds.animatepam {
    background-position: right -205px !important; }

.links {
  position: absolute;
  bottom: 5px;
  left: 10px; }
  .links a, .links .fb-like, .links iframe {
    display: block;
    margin-bottom: 5px; }

.show_link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right; }
  .show_link .show_date {
    margin-bottom: 5px; }
    .show_link .show_date .show_time {
      color: #aaa; }
  .show_link .logo {
    font-size: 65px; }

#player {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  cursor: pointer; }
  #player:hover {
    opacity: 1; }
  #player svg[role="playing"] {
    display: none; }

@media only screen and (max-width: 480px) {
  #archer-countdown {
    margin-top: 5px !important;
    max-width: 490px;
    width: 100%; }

  .countdown_section {
    clear: both !important;
    margin: 0 !important;
    margin: 0 auto;
    border-left-width: 10px;
    border-right-width: 10px;
    width: 100% !important;
    height: 140px !important; }
    .countdown_section.days {
      background-position: left 0px !important; }
    .countdown_section.hours {
      background-position: right -25px !important; }
    .countdown_section.minutes {
      background-position: left -5px !important; }
    .countdown_section.seconds {
      background-position: right -55px !important; }
      .countdown_section.seconds.animatepam {
        background-position: right -260px !important; }

  .links {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
    margin-left: 15px;
    width: 90%; }
    .links a, .links .fb-like, .links iframe {
      display: block !important;
      margin: 0 auto !important;
      margin-bottom: 15px !important;
      text-align: center; }
    .links .fb-like {
      position: relative !important;
      left: -16px !important; }

  .show_link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin-top: 15px;
    margin-right: 5px;
    text-align: center;
    text-align: center !important;
    text-align: right; }
    .show_link .show_date {
      margin-bottom: 5px; }
      .show_link .show_date .show_time {
        color: #aaa; }
    .show_link .logo {
      font-size: 3em; }

  #player, #player svg {
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
    clear: both !important;
    margin: 0 auto !important;
    margin: 5px auto !important;
    padding: 0 !important;
    text-align: center;
    opacity: 0.5;
    cursor: pointer; }
    #player:hover, #player svg:hover {
      opacity: 1; }
    #player svg[role="playing"], #player svg svg[role="playing"] {
      display: none; } }
@media only screen and (min-width: 480px) and (max-width: 1010px) {
  #archer-countdown {
    margin-top: 3% !important;
    max-width: 470px;
    width: 70%; }

  .countdown_section {
    clear: both !important;
    margin: 0 !important;
    margin: 0 auto;
    width: 100% !important;
    height: 140px !important; }
    .countdown_section.days {
      background-position: left 0px !important; }
    .countdown_section.hours {
      background-position: right -25px !important; }
    .countdown_section.minutes {
      background-position: left -5px !important; }
    .countdown_section.seconds {
      background-position: right -55px !important; }
      .countdown_section.seconds.animatepam {
        background-position: right -260px !important; }

  .links {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 25px !important;
    padding-top: 25px;
    width: 100% !important;
    text-align: center !important; }
    .links a, .links .fb-like, .links iframe {
      display: block !important;
      margin: 0 auto !important;
      margin-bottom: 15px !important;
      text-align: center; }
    .links .fb-like {
      position: relative;
      left: -16px; }

  .show_link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0 auto !important;
    margin-right: 0px !important;
    padding-top: 0px !important;
    text-align: center;
    text-align: center !important; }
    .show_link .show_date {
      margin-bottom: 5px; }
      .show_link .show_date .show_time {
        color: #aaa; }
    .show_link .logo {
      font-size: 3em; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* Don't forget your Retina CSS! */
  body {
    background-size: 72px 72px; } }