@font-face {
  font-family: 'GalaxiePolarisMedium';
  src: url('/sites/default/themes/teletoon/fonts/galaxiepolaris-medium-webfont.eot');
  src: url('/sites/default/themes/teletoon/fonts/galaxiepolaris-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/sites/default/themes/teletoon/fonts/galaxiepolaris-medium-webfont.woff') format('woff'), url('/sites/default/themes/teletoon/fonts/galaxiepolaris-medium-webfont.ttf') format('truetype'), url('/sites/default/themes/teletoon/fonts/galaxiepolaris-medium-webfont.svg#GalaxiePolarisMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

#holiday-hub {
  background: #fff;
  border: 20px solid #fff;
  display: block;
  margin-left: -20px;
  width: 1000px;
}

.daily-code {
  background: url("../images/secret-word/secret-word-bg.png") no-repeat;
  display: block;
  height: 362px;
  margin-bottom: 20px;
  width: 1000px;
}

.daily-code .left,
.daily-code .right {
  margin-top: 125px;
}

.form-container {
  width: 415px;
}

#word-input {
  background-color: #262626;
  color: #949494;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  width: 410px;
}

#word-submit {
  background:  url("../images/secret-word/submit-button.png") no-repeat;
  border: 0;
  height: 59px;
  margin-top: -5px;
  float: right;
  text-indent: -9999px;
  width: 144px;
}

.daily-code .left {
  float: left;
  margin-left: 60px;
}

.daily-code .right {
  float: right;
  margin-right: 60px;
}

.daily-code .img-container {
  background: url("../images/secret-word/mystery-game-image.png") no-repeat #fff;
  height: 215px;
  position: relative;
  width: 370px;
}

.daily-code .img-container.secret-pass {
  background-position: 10px 10px;
  width: 350px;
  height: 160px;
  padding: 10px;
  padding-bottom: 54px;
  position: relative;
}

.daily-code .img-container.secret-pass .text-container {
  background: #fff;
  bottom: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.daily-code #badge-container {
  margin-left: -10px;
  margin-top: 30px;
  position: relative;
}

.daily-code .badge {
  background: url("../images/secret-word/badge-before.png") no-repeat;
  display: inline-block;
  height: 104px;
  vertical-align: top;
  width: 105px;
}

.daily-code .badge.after {
  background: url("../images/secret-word/badge-after.png") no-repeat;
  height: 115px;
  margin-left: -55px;
  position: absolute;
  width: 400px;
}

.daily-code .badge-text {
  display: inline-block;
  font-family: GalaxiePolarisHeavy;
  font-size: 17px;
  line-height: 19px;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
  text-transform: uppercase;
  top: -8px;
  width: 180px;
}

.daily-code .badge-text.after {
  font-size: 13px;
  left: 345px;
  top: 5px;
}

.daily-code .badge-text span {
  display: block;
}

.daily-code .badge-text span.gray {
  color: #3c3c3c;
}

.daily-code .badge-text span.white {
  color: #fff;
}

.daily-code .badge-text span a {
  color: #d40000;
  text-decoration: underline;
}

.game-smasher {
  background:  url("../images/smasher/game-smasher-bg.png") no-repeat;
  height: 376px;
  position: relative;
  width: 1000px;
}

.game-smasher.complete {
  background:  url("../images/smasher/cubestate-complete-2.png") no-repeat;
}

.game-smasher.complete .pos1,
.game-smasher.complete .pos2,
.game-smasher.complete .pos3,
.game-smasher.complete .pos4 {
  display: none;
}


.game-smasher .pos1,
.game-smasher .pos2,
.game-smasher .pos3,
.game-smasher .pos4 {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.game-smasher .pos1 {
  background:  url("../images/smasher/smash-text.png") no-repeat;
  height: 205px;
  left: 25px;

  top: 140px;
  width: 277px;
}

.game-smasher .pos2 {
  height: 250px;
  text-align: center;
  top: 145px;
  width: 325px;
}

.game-smasher .pos3 {
  background:  url("../images/smasher/thermo-full.png") no-repeat;
  height: 300px;
  top: 33px;
  width: 100px;
}

.game-smasher .pos3.overlay {
  background:  url("../images/smasher/thermo-empty.png") no-repeat;
  position: absolute;
  margin-left: -104px;
}

.game-smasher .pos4 {
  background:  url("../images/smasher/tool-bg.png") no-repeat;
  height: 295px;
  position: relative;
  top: 15px;
  width: 277px;
}

.game-smasher .pos4 .smash-title,
.game-smasher .pos4 .flipper,
.game-smasher .pos4 .broom,
.game-smasher .pos4 .hammer {
  position: absolute;
}


.game-smasher .pos4 .smash-title {
  background:  url("../images/smasher/pick-smasher.png") no-repeat;
  height: 85px;
  left: 24px;
  text-indent: -9999px;
  top: 10px;
  width: 229px;
}

.game-smasher .pos4 .flipper {
  background:  url("../images/smasher/flipper.png") no-repeat;
  height: 91px;
  width: 112px;
      top: 105px;
    left: 140px;
}

.game-smasher .pos4 .broom {
  background:  url("../images/smasher/broom-large.png") no-repeat;
  height: 64px;
  width: 209px;
    top: 200px;
    left: 40px;
}

.game-smasher .pos4 .hammer {
  background:  url("../images/smasher/hammer.png") no-repeat;
  height: 86px;
  width: 99px;
    top: 105px;
    left: 40px;
}

.game-smasher .pos4 .flipper.active {
  background-image: url("../images/smasher/flipper-shadow.png");
}

.game-smasher .pos4 .broom.active {
  background-image: url("../images/smasher/broom-shadow.png");
}

.game-smasher .pos4 .hammer.active {
  background-image: url("../images/smasher/hammer-shadow.png");
}

#game-smasher.flipper * {
  cursor: url('../images/smasher/flipper.png'), auto;
}

#game-smasher.hammer * {
  cursor: url('../images/smasher/hammer.png'), auto;
}

#game-smasher.broom * {
  cursor: url('../images/smasher/broom.png'), auto;
}

.game-container-title {
  background: #d23838;
  display: inline-block;
  color: #fff;
  margin-left: 16px;
  margin-top: 20px;
  padding: 10px 25px 10px 40px;
  text-transform: uppercase;
}

.game-container-title-angle {
  display: inline-block;
  width: 30px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  height: 43px;
  background: #d23838;
  margin-bottom: -15px;
  margin-left: -9px;
}

.game-container {
  background: #d23838;
  margin: 0 auto;
  padding: 10px;
  width: 948px;
}

.game-container .game {
  background: #000;
  display: inline-block;
  height: 141px;
  padding: 13px;
  text-align: center;
  width: 274px;
}

.game-container .spacer {
  display: block;
  height: 20px;
}

.game-container .game.center {
  margin: 0 20px;
}

.game-container .game .thumb {
  background:  url("../images/daily-mystery.png") center no-repeat;
  display: inline-block;
  height: 90px;
  width: 274px;
}

.game-container .game .date,
.game-container .game .smash-game {
  color: #fff;
}

.game-container .game .title {
  color: #fff;
  text-transform: uppercase;
}

#cube {
  background: url("../images/smasher/cubestate-sprite.png") no-repeat;
  margin: 0 40px;
  width: 242px;
}

#cube.cs-90 {
  background-position: -242px 0;
}

#cube.cs-80 {
  background-position: -484px 0;
}

#cube.cs-70 {
  background-position: -726px 0;
}

#cube.cs-60 {
  background-position: -968px 0;
}

#cube.cs-50 {
  background-position: -1210px 0;
}

#cube.cs-40 {
  background-position: -1452px 0;
}

#cube.cs-30 {
  background-position: -1694px 0;
}

#cube.cs-20 {
  background-position: -1936px 0;
}

#cube.cs-00 {
  background-position: -2178px 0;
}

.audios {
  display: none;
}
