body { background: #aaaaaa url("../images/egg_shell.png") top left repeat; /*Thanks subtlepatterns.com for this texture! */ font-family: 'Amatic SC', cursive; color: #676b73; font-size: 14px; overflow: hidden; }

.dex_logo { position: relative; margin: 10% auto 25px auto; width: 219px; height: 131px; background: transparent url("../images/sprite.png") -179px 0 no-repeat; display: block; text-indent: -999999px; }

.dex-wrapper { width: 100%; text-align: center; height: 172px; display: block; padding-top: 48px; background: transparent url("../images/mid-bar-bg.png") top left repeat-x; background: rgba(0, 0, 0, 0.05); height: auto; padding-bottom: 45px; border-top: 1px solid rgba(0, 0, 0, 0.15); border-bottom: 1px solid rgba(255, 255, 255, 0.9); -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.05); box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.05); }

.countdown_section { width: 194px; padding: 0; height: 80px; margin-bottom: 10px; margin-right: 15px; background: transparent url("../images/slide-1.png") 0 0 no-repeat; display: inline-block; position: relative; left: 0px; }

.countdown_amount { background: transparent; color: white; position: relative; top: 10px; margin: 0 auto; text-align: center; font-family: 'Reenie Beanie', cursive; font-size: 55px; }

.countdown_label { background: transparent; color:transparent; font-size: 24px; position: absolute;text-indent: -99999px; }

.countdown_section:last-child { margin-right: 0; }

.countdown_section.first { background: transparent url("../images/sprite.png") -403px 0 no-repeat; }
.countdown_section.first .countdown_label { left: 3px; }

.countdown_section.second { background: transparent url("../images/sprite.png") -602px 0 no-repeat; }
.countdown_section.second .countdown_label { left: 0px; }

.countdown_section.third { background: transparent url("../images/sprite.png") -801px 0 no-repeat; }
.countdown_section.third .countdown_label { left: -9px; }

.countdown_section.fourth { background: transparent url("../images/sprite.png") -1000px 0 no-repeat; width: 200px; height: 85px;}
.countdown_section.fourth .countdown_label { left: -9px; }

.right_links { position: absolute; bottom: 0px; right: 0px; }

.dex_date_logo { width: 174px; height: 140px; text-indent: -9999px; background: transparent url("../images/logo-date.png") center bottom no-repeat; }

.links { position: absolute; left: 10px; bottom: 0px; width: 250px; background: transparent; font-size: 1.8em; }

.pokusin_link { margin-bottom: 0px; display: inline-block; }

.clear { clear: both; }

a:link, a:visited { color: #676b73; text-decoration: none; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

a:hover { color: #b6b8bd; }

a:active { position: relative; top: 2px; }

.like_button { width: 100px; overflow: hidden; opacity: 0.4; margin-bottom: 10px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

.like_button:hover { opacity: 0.7; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

audio {
  display:none;
}

.blood_overlay {
  background: transparent url('../images/blood_overlay.png') center center no-repeat;
  width: 274px;
  height: 75px;
  position: absolute;
  top: -34px;
  left: -250px;
}

#player {
  position:fixed;
  top:20px;
  right:20px;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  opacity:.6;
  cursor:pointer;
}

#player:hover {
  opacity:1;
}

#player svg[role="playing"] {
  display:none;
}

@media only screen and (max-width: 820px) and (min-width: 481px) { .countdown_section:last-child { margin-right: 15px; } }
@media only screen and (max-width: 480px) { .countdown_section { float: none; margin: 0 auto !important; display: block; }
  .dex-wrapper { background: rgba(0, 0, 0, 0.05); height: auto; padding-bottom: 45px; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.9);} }
