@keyframes bg-fade {
  0% {
    background: transparent; }
  100% {
    background: #FFE29D; } }
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px); }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px); }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px); } }
#greenhouse {
  width: 780px;
  height: 390px;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  padding-top: 30px; }
  #greenhouse:after {
    background-image: url("../../images/halloween2011/garden.jpg");
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    border-radius: 10px; }
  #greenhouse.active:after {
    opacity: 0.2; }
  #greenhouse .pure-g {
    z-index: 3; }
  #greenhouse figure {
    margin: 0;
    padding: 10px 0 0 0; }

#cauldron-timer {
  background-image: url("../../images/halloween/cauldron-timer.png");
  display: block;
  text-align: center;
  font-size: 24px;
  height: 41px;
  line-height: 44px;
  font-weight: normal;
  color: #FFF;
  padding-left: 26px; }

#tot-stats {
  background-image: url("../../images/halloween/tot-stats.png?1539345033");
  min-height: 297px;
  width: 165px;
  float: left;
  margin-bottom: 10px;
  border-radius: 0 0 5px 5px; }
  #tot-stats .karma-bar {
    margin: 49px 10px 0 10px;
    height: 13px;
    text-align: left;
    position: relative; }
    #tot-stats .karma-bar:after {
      position: absolute;
      background: url("../../images/halloween/tot-stats.png?23494902") -175px -13px;
      width: 147px;
      height: 13px;
      content: '';
      top: 0;
      left: 0;
      z-index: 20; }
    #tot-stats .karma-bar .bar {
      display: inline-block;
      height: 11px;
      margin-top: 1px;
      border-radius: 5px;
      z-index: 10; }
      #tot-stats .karma-bar .bar.bad {
        background-color: #ed5203; }
      #tot-stats .karma-bar .bar.good {
        background-color: #03c0f1; }
  #tot-stats .stat {
    text-align: center;
    font-size: 24px;
    height: 30px;
    margin: 20px 10px 0 0;
    display: block;
    font-weight: normal;
    color: #2f3237; }
  #tot-stats .active-spells {
    margin: 8px 7px 0 10px;
    text-align: left;
    background: url("../../images/halloween/skill-bg.png?23494902");
    min-height: 70px; }
    #tot-stats .active-spells:after {
      content: "";
      display: table;
      clear: both; }
    #tot-stats .active-spells li {
      float: left;
      margin: 0 5px 5px 0; }
      #tot-stats .active-spells li .hint-inner {
        bottom: 46px !important;
        margin-left: -100px !important;
        width: 200px !important;
        text-align: center; }

.tot-poop {
  width: 80px;
  height: 80px;
  position: fixed;
  opacity: 0;
  z-index: 99999; }

.hallow-icon {
  background-image: url("../../images/halloween/icons-spell.png?10252017");
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative; }
  .hallow-icon .qty {
    position: absolute;
    bottom: 2px;
    right: 2px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1px 2px;
    font-size: 11px;
    border-radius: 5px; }
  .hallow-icon.icon-mini {
    width: 32px;
    height: 32px; }
    .hallow-icon.icon-mini.icon-10 {
      background-position: -318px -53px !important; }
    .hallow-icon.icon-mini.icon-12 {
      background-position: -371px -53px !important; }
    .hallow-icon.icon-mini.icon-1 {
      background-position: -159px -53px; }
    .hallow-icon.icon-mini.icon-2 {
      background-position: -414px -53px; }
    .hallow-icon.icon-mini.icon-3 {
      background-position: -477px -53px; }
    .hallow-icon.icon-mini.icon-4 {
      background-position: -212px -53px; }
    .hallow-icon.icon-mini.icon-5 {
      background-position: -530px -53px; }
    .hallow-icon.icon-mini.icon-11 {
      background-position: -583px -53px; }
    .hallow-icon.icon-mini.icon-13 {
      background-position: -636px -53px; }
    .hallow-icon.icon-mini.icon-14 {
      background-position: -689px -53px; }
    .hallow-icon.icon-mini.icon-15 {
      background-position: -742px -53px; }
    .hallow-icon.icon-mini.icon-16 {
      background-position: -795px -53px; }
    .hallow-icon.icon-mini.icon-17 {
      background-position: -848px -53px; }
    .hallow-icon.icon-mini.icon-18 {
      background-position: -901px -53px; }
    .hallow-icon.icon-mini.icon-19 {
      background-position: -954px -53px; }
    .hallow-icon.icon-mini.icon-20 {
      background-position: -1007px -53px; }
    .hallow-icon.icon-mini.icon-21 {
      background-position: -1060px -53px; }
    .hallow-icon.icon-mini.icon-22 {
      background-position: -392px -182px; }
    .hallow-icon.icon-mini.icon-23 {
      background-position: -196px -182px; }
  .hallow-icon.icon-1 {
    background-position: -159px 0; }
  .hallow-icon.icon-2 {
    background-position: -424px 0; }
  .hallow-icon.icon-3 {
    background-position: -477px 0; }
  .hallow-icon.icon-4 {
    background-position: -212px 0; }
  .hallow-icon.icon-5 {
    background-position: -530px 0; }
  .hallow-icon.icon-6 {
    background-position: 0 0; }
  .hallow-icon.icon-7 {
    background-position: -53px 0; }
  .hallow-icon.icon-8 {
    background-position: -106px 0; }
  .hallow-icon.icon-9 {
    background-position: -265px 0; }
  .hallow-icon.icon-10 {
    background-position: -318px 0; }
  .hallow-icon.icon-12 {
    background-position: -371px 0; }
  .hallow-icon.icon-2 {
    background-position: -414px 0; }
  .hallow-icon.icon-3 {
    background-position: -477px 0; }
  .hallow-icon.icon-5 {
    background-position: -530px 0; }
  .hallow-icon.icon-11 {
    background-position: -583px 0; }
  .hallow-icon.icon-13 {
    background-position: -636px 0; }
  .hallow-icon.icon-14 {
    background-position: -689px 0; }
  .hallow-icon.icon-15 {
    background-position: -742px 0; }
  .hallow-icon.icon-16 {
    background-position: -795px 0; }
  .hallow-icon.icon-17 {
    background-position: -848px 0; }
  .hallow-icon.icon-18 {
    background-position: -901px 0; }
  .hallow-icon.icon-19 {
    background-position: -954px 0; }
  .hallow-icon.icon-20 {
    background-position: -1007px 0px; }
  .hallow-icon.icon-21 {
    background-position: -1060px 0px; }
  .hallow-icon.icon-22 {
    width: 32px;
    height: 32px;
    background-position: -392px -182px; }
  .hallow-icon.icon-23 {
    width: 32px;
    height: 32px;
    background-position: -196px -182px; }

.hint {
  position: relative; }
  .hint:hover .hint-inner {
    display: block; }
  .hint:hover:after {
    position: absolute;
    top: -5px;
    left: 50%;
    content: " ";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid rgba(0, 0, 0, 0.8);
    margin-left: -14px; }
  .hint .hint-inner {
    display: none;
    position: absolute;
    width: 300px;
    bottom: 53px;
    left: 50%;
    color: #FFF;
    padding: 5px;
    margin-left: -150px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    pointer-events: none;
    z-index: 10000; }

#tot-visitors .pure-g {
  margin-bottom: 5px; }
#tot-visitors .header {
  background-color: #99D0F2;
  border-bottom: 1px solid #5b8096; }
  #tot-visitors .header > div {
    padding: 5px 0;
    color: #FFF;
    font-weight: bold; }
#tot-visitors .entry {
  position: relative; }
  #tot-visitors .entry:hover {
    background-color: #c6e5f8; }
  #tot-visitors .entry .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.94);
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto; }
    #tot-visitors .entry .loader > * {
      vertical-align: middle;
      display: inline-block; }
#tot-visitors .avatar {
  height: 60px;
  position: relative; }
  #tot-visitors .avatar .team-icon {
    position: absolute;
    bottom: 0;
    right: -12px;
    width: 32px; }
#tot-visitors .username {
  padding-top: 10px; }
  #tot-visitors .username small {
    display: block;
    font-weight: bold; }
#tot-visitors .timeleft {
  padding-top: 16px; }
  #tot-visitors .timeleft small {
    display: block; }




@font-face {
  font-family: 'Denk One';
  font-style: normal;
  font-weight: 400;
  src: local('Denk One'), local('DenkOne-Regular'), url(https://fonts.gstatic.com/s/denkone/v5/dg4m_pzhrqcFb2IzRNtAr7w.ttf) format('truetype');
}

.ghost-message {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-family: 'Denk One', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2em;
  position: fixed;
  left: 50%;
  top: 35%;
  z-index: 9999;
  margin-left: -180px;
  max-width: 500px;
  animation: horror-animation 5s infinite;
  cursor: pointer;
}

@keyframes horror-animation {
  0% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.1);
    left: 51%;
    top: 36%;
  }
  5% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.2);
    left: 50%;
    top: 35%;
  }
  10% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.3);
    left: 49%;
    top: 34%;
  }
  15% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.4);
    left: 50%;
    top: 35%;
  }
  16% {
    text-shadow: 0 0 5px #212121;
    left: 50%;
  }
  17% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.4);
    left: 50%;
  }
  20% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.5);
    left: 49%;
  }
  25% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.6);
    left: 49%;
  }
  30% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.7);
    left: 50%;
  }
  35% {
    text-shadow: 0 0 5px rgba(15, 115, 185, 0.8);
    left: 50%;
  }
  36% {
    text-shadow: 0 0 5px #212121;
    left: 50%;
  }
  37% {
    text-shadow: 0 0 5px rgba(15, 115, 185, 0.8);
    left: 50%;
  }
  40% {
    text-shadow: 0 0 5px rgba(15, 115, 185, 0.9);
    left: 51%;
  }
  45% {
    text-shadow: 0 0 5px rgba(15, 115, 185, 0.8);
    left: 51%;
  }
  50% {
    text-shadow: 0 0 5px rgba(15, 115, 185, 0.7);
    left: 51%;
  }
  55% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.6);
    left: 50%;
  }
  56% {
    text-shadow: 0 0 5px #212121;
    left: 50%;
  }
  57% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.6);
    left: 52%;
  }
  60% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.5);
    left: 50%;
  }
  65% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.4);
    left: 50%;
  }
  70% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.3);
    left: 49%;
  }
  75% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.2);
    left: 49%;
  }
  76% {
    text-shadow: 0 0 5px #212121;
    left: 50%;
  }
  77% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.2);
    left: 49%;
  }
  80% {
    text-shadow: 0 0 5px rgba(15, 115, 185, 0.1);
    left: 49%;
  }
  85% {
    text-shadow: 0 0 5px rgba(15, 115, 185, 0.2);
    left: 51%;
  }
  86% {
    text-shadow: 0 0 5px #212121;
    left: 50%;
  }
  87% {
    text-shadow: 0 0 5px rgba(15, 115, 185, 0.2);
    left: 51%;
  }
  90% {
    text-shadow: 0 0 5px rgba(15, 115, 185, 0.3);
    left: 51%;
  }
  95% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.4);
    left: 51%;
  }
  100% {
    text-shadow: 0 0 10px rgba(15, 115, 185, 0.5);
    left: 50%;
  }
}


/*# sourceMappingURL=halloween2017.css.map */
