﻿@font-face {
  font-family: 'dinblack';
  src: url('/fonts/din_black_regular.woff2') format('woff2'), url('/fonts/din_black_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/ArialMT.woff2') format('woff2'), url('/fonts/ArialMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('/fonts/ArialNarrow.woff2') format('woff2'), url('/fonts/ArialNarrow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('/fonts/ArialNarrow-Bold.woff2') format('woff2'), url('/fonts/ArialNarrow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial-BoldMT.woff2') format('woff2'), url('/fonts/Arial-BoldMT.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}


body, html {
  background-color: #000000;
  color: #ffffff;
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 0.920104175867712rem;
  line-height: 1.0 !important;
  min-height: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

* {
  box-sizing: border-box;
}

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/images/reel_icons/game-icons.sprite.jpg);
}

.reel-cover {
  position: relative;
  top: -30px;
}

  .reel-cover img {
    position: relative;
    z-index: 700;
    background-size: contain;
    margin: auto;
    width: 100%;
    clear: both;
  }

.reel {
  position: relative;
  z-index: 600;
  clear: both;
}

.reel-1, .reel-2, .reel-3, .reel-4 {
  background: url('/images/reel_icons/game-icons.sprite.jpg') 0 0px repeat-y;
}

.reel-1 {
  background-position: 0 -795px !important;
}

.reel-2 {
  background-position: 0 -1069px !important;
}

.reel-3 {
  background-position: 0 -1325px !important;
}

.reel-4 {
  background-position: 0 -1590px !important;
}

.reel-1-spin {
  transition-timing-function: ease-in;
  transition: 2s;
}

.reel-2-spin {
  transition-timing-function: ease-in;
  transition: 3s;
}

.reel-3-spin {
  transition-timing-function: ease-in;
  transition: 4s;
}

.reel-4-spin {
  transition-timing-function: ease-in;
  transition: 5s;
}

.reels-offset {
  position: relative;
}

.spin-btn {
  margin-left: 20px;
}

.desktopHeader {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.mobileHeader {
  display: none;
  width: 100%;
  max-width: 791px;
  margin: auto;
}

.codeEntryBox {
  margin-top: 2.0rem;
  margin-bottom: 0.3rem;
  border: solid 5px #1c2d7c;
  background-color: #ffffff;
  color: #000000;
  padding: 0 0 0 0;
  font-size: 1.4219791808864641rem; /*17pt;*/
  line-height: 100%;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
}

.entryContainer {
  position: relative;
  top: 0;
  left: 2%;
  margin: 0;
  padding: 0;
  border: none;
}

.container .left {
  float: left;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
}

.container .gutter {
  width: 1%;
  margin-left: 0;
  margin-right: 0;
}

.container .right {
  float: right;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
}

.codeEntryBoxLarge {
  margin-top: .2rem;
  font-size: 2.0911458542448003rem; /*25pt;*/
  letter-spacing: -1px;
  margin-bottom: .75rem;
}

.entryCodeHeader {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 2.174791688414592rem; /*26pt;*/
  line-height: 100%;
}

.contest-code {
  font-size: 1.923854185905216rem; /*23pt;*/
  padding: 0;
  height: 1.5rem;
  -webkit-box-shadow: inset 0 2px 2px #000000;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);
  box-shadow: inset 0 2px 2px #000000;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, .375);
  text-align: center;
}

.contest-code-dash {
  font-size: 1.923854185905216rem; /*23pt;*/
}

.spinResults {
  margin-top: 20px;
  font-weight: bold;
  font-size: 0.920104175867712rem; /*11pt;*/
  line-height: 1.087395844207296rem; /*13pt;*/
  border: 2px solid #ff0000;
  max-width: 450px;
}

.EnterNowButton, .SubmitFriendButton {
  margin-left: 0;
  margin-right: 0;
  height: 55px;
}

.EnterYourInformation {
  display: inline-block;
  margin-bottom: .3rem;
  padding-bottom: 0px;
  line-height: 1.0;
  font-size: 1.4219791808864641rem; /*17pt;*/
  letter-spacing: normal;
}

.ThankYouHeader {
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 16pt;
  font-weight: bold;
  color: #ffffff;
  margin-top: 1.25rem;
  margin-bottom: 0.33rem;
  line-height: 120%;
}

.VisitAgain {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4219791808864641rem; /*17pt;*/
  margin-bottom: 2.0rem !important;
  line-height: 130%;
  font-weight: bold;
  width: 70%;
  margin: auto;
}

.ShareHeader {
  font-size: 1.338333346716672rem; /*16pt;*/
  font-weight: bold;
  color: #ffffff;
  font-weight: bold;
  line-height: 120%;
  width: 60%;
  margin: auto;
}

.redTypewriter {
  font-family: 'dinblack';
  color: #eb1c22;
  font-size: 2.174791688414592rem; /*26pt;*/
}

.ui-dialog {
  max-width: 600px !important;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width:300px) and (max-width:359px) {
  .winnerHeader, .DidntWinHeader {
    font-size: 14pt !important;
    font-weight: bold;
    line-height: normal;
  }

  .winnerText_Larger, .didWinText_Larger {
    font-size: 12pt !important;
  }

  .winnerText, .didntWinText {
    font-size: 10pt !important;
    line-height: normal;
    font-weight: normal;
  }

  .winnerFinePrint, .didntWinFinePrint {
    font-size: 9pt !important;
    line-height: normal;
  }

  .redTypewriter {
    font-family: 'dinblack';
    color: #eb1c22;
    font-size: 1.75rem;
  }

  .codeBoxSubTitle {
    width: 80%;
    font-size: 1rem !important;
    margin: auto;
    line-height: 120%;
    font-weight: bold;
    padding-bottom: .2rem;
  }

  .codeEntryBoxLarge {
    margin-top: .2rem;
    font-size: 1.5rem !important;
    letter-spacing: -1px;
    margin-bottom: .75rem;
  }

  .reels-offset {
    top: 40px;
    margin: auto;
    padding-bottom: 80px;
  }

  .spin-btn img, .bonus-btn, .btn-play-now input {
    -ms-transform: scale(.45);
    -webkit-transform: scale(.45);
    transform: scale(.45);
    position: relative;
    left: -20px;
  }

  .reel-cover {
    width: 300px !important;
    margin: auto !important;
  }

  .reel {
    width: 305px;
    top: -385px;
    left: 0px;
    margin: auto;
    margin-bottom: -320px;
  }

  .reel-1 {
    margin-right: -157px;
    margin-left: -40px;
  }

  .reel-2 {
    margin-right: -157px;
  }

  .reel-3 {
    margin-right: -210px;
  }

  .reel-4 {
    position: relative;
    right: -52px;
  }

  .reel-size {
    transform: scale(.225);
    width: 210px;
    height: 265px;
    display: inline-table;
    overflow: hidden;
  }

  .contest-code {
    font-size: 0.83645834169792rem !important; /*10pt*/
    height: 1.2rem !important; /*14pt*/
    width: 3.3rem !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .contest-code-dash {
    font-size: 0.83645834169792rem !important; /*10pt*/
  }

  .container .left, .container .right {
    float: none;
    width: 98%;
    margin: auto;
  }

  .desktopHeader {
    display: none;
  }

  .mobileHeader {
    display: block;
    width: 100%;
    max-width: 791px;
    margin: auto;
  }

  .entryOffset {
    margin-left: -40px !important;
    /*margin-right: 40px !important;*/
  }

  .codeEntryBox {
    margin-top: 2.0rem;
    margin-bottom: 0.3rem;
    border: solid 5px #1c2d7c;
    background-color: #ffffff;
    color: #000000;
    padding: 0 10px 0 10px;
    font-size: 1.4219791808864641rem; /*17pt;*/
    line-height: 100%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    /*border: solid 4px #ffc0cb;*/
  }
}


@media screen and (min-width:360px) and (max-width:370px) {

  .winnerHeader, .DidntWinHeader {
    font-size: 14pt !important;
    font-weight: bold;
    line-height: normal;
  }

  .winnerText_Larger, .didWinText_Larger {
    font-size: 12pt !important;
  }

  .winnerText, .didntWinText {
    font-size: 10pt !important;
    line-height: normal;
    font-weight: normal;
  }

  .winnerFinePrint, .didntWinFinePrint {
    font-size: 9pt !important;
    line-height: normal;
  }

  .reels-offset {
    top: 40px;
    margin: auto;
    padding-bottom: 80px;
  }

  .spin-btn img, .bonus-btn, .btn-play-now input {
    -ms-transform: scale(.45);
    -webkit-transform: scale(.45);
    transform: scale(.45);
    position: relative;
    left: -20px;
  }

  .reel-cover {
    width: 350px !important;
    margin: auto !important;
  }

  .reel {
    width: 352px;
    top: -430px;
    left: 10px;
    margin: auto;
    margin-bottom: -320px;
  }

  .reel-1 {
    margin-right: -148px;
    margin-left: -40px;
  }

  .reel-2 {
    margin-right: -146px;
  }

  .reel-3 {
    margin-right: -198px;
  }

  .reel-4 {
    position: relative;
    right: -52px;
  }

  .reel-size {
    transform: scale(.28);
    width: 210px;
    height: 265px;
    display: inline-table;
    overflow: hidden;
  }

  .contest-code {
    font-size: 1.003750010037504rem !important; /*10pt*/
    height: 1.5rem !important; /*14pt*/
    width: 4.0rem !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .contest-code-dash {
    font-size: 1.003750010037504rem !important; /*10pt*/
  }

  .container .left, .container .right {
    float: none;
    width: 98%;
    margin: auto;
  }

  .desktopHeader {
    display: none;
  }

  .mobileHeader {
    display: block;
    width: 100%;
    max-width: 791px;
    margin: auto;
  }

  .codeEntryBox {
    margin-top: 2.0rem;
    margin-bottom: 0.3rem;
    border: solid 5px #1c2d7c;
    background-color: #ffffff;
    color: #000000;
    padding: 0 10px 0 10px;
    font-size: 1.4219791808864641rem; /*17pt;*/
    line-height: 100%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    /*border: solid 4px #ff0000;*/
  }
}

@media screen and (min-width:371px) and (max-width:480px) {

  .winnerHeader, .DidntWinHeader {
    font-size: 14pt !important;
    font-weight: bold;
    line-height: normal;
  }

  .winnerText_Larger, .didWinText_Larger {
    font-size: 12pt !important;
  }

  .winnerText, .didntWinText {
    font-size: 10pt !important;
    line-height: normal;
    font-weight: normal;
  }

  .winnerFinePrint, .didntWinFinePrint {
    font-size: 9pt !important;
    line-height: normal;
  }

  .reels-offset {
    top: 40px;
    margin: auto;
    padding-bottom: 80px;
  }

  .spin-btn img, .bonus-btn, .btn-play-now input {
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    margin: auto;
  }

  .reel-cover {
    width: 350px !important;
    margin: auto !important;
  }

  .reel {
    width: 352px;
    top: -430px;
    margin: auto;
    margin-bottom: -320px;
  }

  .reel-1 {
    margin-right: -146px;
    margin-left: -30px;
  }

  .reel-2 {
    margin-right: -148px;
  }

  .reel-3 {
    margin-right: -198px;
  }

  .reel-4 {
    position: relative;
    right: -52px;
  }

  .reel-size {
    transform: scale(.28);
    width: 210px;
    height: 265px;
    display: inline-table;
    overflow: hidden;
  }

  .contest-code {
    font-size: 1.003750010037504rem !important; /*10.5pt*/
    height: 1.5rem !important; /*14pt*/
    width: 4.0rem !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .contest-code-dash {
    font-size: 1.003750010037504rem !important; /*10.5pt*/
  }

  .container .left, .container .right {
    float: none;
    width: 98%;
    margin: auto;
  }

  .desktopHeader {
    display: none;
  }

  .mobileHeader {
    display: block;
    width: 100%;
    max-width: 791px;
    margin: auto;
  }

  .codeEntryBox {
    margin-top: 2.0rem;
    margin-bottom: 0.3rem;
    border: solid 5px #1c2d7c;
    background-color: #ffffff;
    color: #000000;
    padding: 0 10px 0 10px;
    font-size: 1.4219791808864641rem; /*17pt;*/
    line-height: 100%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    /*border: solid 8px #008000;*/
  }
}

@media screen and (min-width:481px) and (max-width:634px) {
  .winnerHeader, .DidntWinHeader {
    font-size: 16pt !important;
    font-weight: bold;
    line-height: normal;
  }

  .winnerText_Larger, .didWinText_Larger {
    font-size: 13pt !important;
  }

  .winnerText, .didntWinText {
    font-size: 11pt !important;
    line-height: normal;
    font-weight: normal;
  }

  .winnerFinePrint, .didntWinFinePrint {
    font-size: 10pt !important;
    line-height: normal;
  }


  .reels-offset {
    top: 60px;
    margin: auto;
    padding-bottom: 100px;
  }

  .spin-btn img, .bonus-btn, .btn-play-now input {
    -ms-transform: scale(.6);
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }

  .reel-cover {
    width: 497px;
    margin: auto;
  }

  .reel {
    width: 507px;
    top: -552px;
    margin: auto;
    margin-bottom: -320px;
  }

  .reel-1 {
    margin-right: -115px;
    margin-left: 0px;
  }

  .reel-2 {
    margin-right: -117px;
  }

  .reel-3 {
    margin-right: -115px;
  }

  .reel-size {
    -ms-transform: scale(.4);
    -webkit-transform: scale(.4);
    transform: scale(.4);
    width: 210px;
    height: 265px;
    display: inline-table;
    overflow: hidden;
  }

  .contest-code {
    font-size: 1.505625015056256rem !important; /*18pt*/
    width: 6.0rem !important;
    height: 2.5rem !important; /*20pt;*/
  }

  .contest-code-dash {
    font-size: 1.505625015056256rem !important /*18pt*/
  }

  .contest-code {
    font-size: 1.203750010037504rem !important; /*10.5pt*/
    height: 1.8rem !important; /*14pt*/
    width: 4.8rem !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .contest-code-dash {
    font-size: 1.203750010037504rem !important; /*10.5pt*/
  }

  .container .left, .container .right {
    float: none;
    width: 98%;
    margin: auto;
  }

  .desktopHeader {
    display: none;
  }

  .mobileHeader {
    display: block;
    width: 100%;
    max-width: 791px;
    margin: auto;
  }

  .codeEntryBox {
    margin-top: 2.0rem;
    margin-bottom: 0.3rem;
    border: solid 5px #1c2d7c;
    background-color: #ffffff;
    color: #000000;
    padding: 0 10px 0 10px;
    font-size: 1.4219791808864641rem; /*17pt;*/
    line-height: 100%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    /*border: solid 8px #00ffff;*/
  }
}

@media screen and (min-width:634px) and (max-width:767px) {

  .reels-offset {
    top: 60px;
    margin: auto;
    padding-bottom: 60px;
  }

  .spin-btn {
    margin-left: 0px;
  }

    .spin-btn img, .bonus-btn, .btn-play-now input {
      -ms-transform: scale(.75);
      -webkit-transform: scale(.75);
      transform: scale(.75);
    }

  .reel-cover {
    width: 650px;
    margin: auto;
    padding-bottom: 30px;
  }

  .reel {
    width: 650px;
    top: -710px;
    margin: auto;
    margin-bottom: -300px;
  }

  .reel-1 {
    margin-right: -82px;
    margin-left: 24px;
  }

  .reel-2 {
    margin-right: -85px;
  }

  .reel-3 {
    margin-right: -85px;
  }

  .reel-size {
    -ms-transform: scale(.55);
    -webkit-transform: scale(.55);
    transform: scale(.55);
    width: 210px;
    height: 265px;
    display: inline-table;
    overflow: hidden;
  }

  .spinHeader {
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    width: 650px;
    position: relative;
    margin: auto;
    top: -5px;
    left: 30px;
    padding: 0;
    border: 0;
    outline: 0;
  }

  .spinFooter {
    position: relative;
    top: -90px;
    left: 30px;
    margin: auto;
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    z-index: 0;
    width: 650px;
    padding: 0;
    border: 0;
    outline: 0;
  }

  .container .left, .container .right {
    float: none;
    width: 98%;
    margin: auto;
  }

  .desktopHeader {
    display: none;
  }

  .mobileHeader {
    display: block;
    width: 100%;
    max-width: 791px;
    margin: auto;
  }

  .contest-code {
    font-size: 1.505625015056256rem !important; /*18pt*/
    width: 6.0rem !important;
    height: 2.5rem !important; /*20pt;*/
    padding: 0 !important;
  }

  .contest-code-dash {
    font-size: 1.505625015056256rem !important /*18pt*/
  }

  .codeEntryBox {
    margin-top: 2.0rem;
    margin-bottom: 0.3rem;
    border: solid 5px #1c2d7c;
    background-color: #ffffff;
    color: #000000;
    padding: 0 10px 0 10px;
    font-size: 1.4219791808864641rem; /*17pt;*/
    line-height: 100%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-right: 0;
    /*border: 8px solid darkmagenta;*/
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  .reels-offset {
    top: 60px;
    margin: auto;
    padding-bottom: 60px;
  }

  .spin-btn {
    margin-left: 0px;
  }

    .spin-btn img, .bonus-btn, .btn-play-now input, .get-started {
      -ms-transform: scale(.95);
      -webkit-transform: scale(.95);
      transform: scale(.95);
    }

  .reel-cover {
    width: 755px;
    margin: auto;
  }

  .reel {
    top: -768px;
    left: 40px;
    margin: auto;
    margin-bottom: -280px;
  }

  .reel-size {
    -ms-transform: scale(.62);
    -webkit-transform: scale(.62);
    transform: scale(.62);
    width: 210px;
    height: 265px;
    display: inline-table;
    overflow: hidden;
  }

  .reel-1 {
    margin-right: -63px;
    margin-left: 3px;
  }

  .reel-2 {
    margin-right: -61px;
  }

  .reel-3 {
    margin-right: -61px;
  }

  /*.container .left {
    float: left;
    width: 49%;
    margin-left: 5%;
    margin-right: -5%;
    padding-right: 10px;
  }

  .container .right {
    float: right;
    width: 49%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }*/

  .desktopHeader {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }

  .mobileHeader {
    display: none;
    width: 100%;
    max-width: 791px;
    margin: auto;
  }

  .contest-code {
    font-size: 1.505625015056256rem !important; /*18pt*/
    width: 6.0rem !important;
    height: 2.5rem !important; /*20pt;*/
    padding: 0 !important;
  }

  .contest-code-dash {
    font-size: 1.505625015056256rem !important /*18pt*/
  }

  .codeEntryBox {
    margin-top: 2.0rem;
    margin-bottom: 0.3rem;
    border: solid 5px #1c2d7c;
    background-color: #ffffff;
    color: #000000;
    padding: 0 10px 0 10px;
    font-size: 1.4219791808864641rem; /*17pt;*/
    line-height: 100%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    /*border: 8px solid #ffd900;*/
  }
}

/* Medium Devices, Desktops */
@media screen and (min-width : 993px) {
  .reels-offset {
    top: 60px;
    margin: auto;
    padding-bottom: 60px;
  }

  .reel {
    top: -776px;
    margin-bottom: -300px;
    margin-left: 47px;
    width: 805px;
  }

  .spin-btn img, .bonus-btn, .btn-play-now input {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .reel-size {
    -ms-transform: scale(.65);
    -webkit-transform: scale(.65);
    transform: scale(.65);
    width: 210px;
    height: 265px;
    display: inline-table;
    overflow: hidden;
  }

  .reel-1 {
    margin-right: -60px;
  }

  .reel-2 {
    margin-right: -58px;
  }

  .reel-3 {
    margin-right: -58px;
  }

  /*.container .left {
    float: left;
    width: 49%;
    margin-left: 5%;
    margin-right: -5%;
    padding-right: 10px;
  }

  .container .right {
    float: right;
    width: 49%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }*/

  .desktopHeader {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }

  .mobileHeader {
    display: none;
    width: 100%;
    max-width: 791px;
    margin: auto;
  }


  .contest-code {
    font-size: 1.505625015056256rem !important; /*18pt*/
    width: 6.0rem !important;
    height: 2.5rem !important; /*20pt;*/
    padding: 0 !important;
  }

  .contest-code-dash {
    font-size: 1.505625015056256rem !important /*18pt*/
  }

  .codeEntryBox {
    margin-top: 2.0rem;
    margin-bottom: 0.3rem;
    border: solid 5px #1c2d7c;
    background-color: #ffffff;
    color: #000000;
    padding: 0 10px 0 10px;
    font-size: 1.4219791808864641rem; /*17pt;*/
    line-height: 100%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    /*border: 8px solid coral;*/
  }
}

/* 1200px grid fix for set width above 960px grid*/
@media screen and (min-width: 1200px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 970px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

    .row-fluid:before,
    .row-fluid:after {
      display: table;
      content: "";
      line-height: 0;
    }

    .row-fluid:after {
      clear: both;
    }

    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.127659574468085%;
      *margin-left: 2.074468085106383%;
    }

      .row-fluid [class*="span"]:first-child {
        margin-left: 0;
      }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.127659574468085%;
    }

    .row-fluid .span12 {
      width: 100%;
      *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
      width: 91.48936170212765%;
      *width: 91.43617021276594%;
    }

    .row-fluid .span10 {
      width: 82.97872340425532%;
      *width: 82.92553191489361%;
    }

    .row-fluid .span9 {
      width: 74.46808510638297%;
      *width: 74.41489361702126%;
    }

    .row-fluid .span8 {
      width: 65.95744680851064%;
      *width: 65.90425531914893%;
    }

    .row-fluid .span7 {
      width: 57.44680851063829%;
      *width: 57.39361702127659%;
    }

    .row-fluid .span6 {
      width: 48.93617021276595%;
      *width: 48.88297872340425%;
    }

    .row-fluid .span5 {
      width: 40.42553191489362%;
      *width: 40.37234042553192%;
    }

    .row-fluid .span4 {
      width: 31.914893617021278%;
      *width: 31.861702127659576%;
    }

    .row-fluid .span3 {
      width: 23.404255319148934%;
      *width: 23.351063829787233%;
    }

    .row-fluid .span2 {
      width: 14.893617021276595%;
      *width: 14.840425531914894%;
    }

    .row-fluid .span1 {
      width: 6.382978723404255%;
      *width: 6.329787234042553%;
    }

    .row-fluid .offset12 {
      margin-left: 104.25531914893617%;
      *margin-left: 104.14893617021275%;
    }

      .row-fluid .offset12:first-child {
        margin-left: 102.12765957446808%;
        *margin-left: 102.02127659574467%;
      }

    .row-fluid .offset11 {
      margin-left: 95.74468085106382%;
      *margin-left: 95.6382978723404%;
    }

      .row-fluid .offset11:first-child {
        margin-left: 93.61702127659574%;
        *margin-left: 93.51063829787232%;
      }

    .row-fluid .offset10 {
      margin-left: 87.23404255319149%;
      *margin-left: 87.12765957446807%;
    }

      .row-fluid .offset10:first-child {
        margin-left: 85.1063829787234%;
        *margin-left: 84.99999999999999%;
      }

    .row-fluid .offset9 {
      margin-left: 78.72340425531914%;
      *margin-left: 78.61702127659572%;
    }

      .row-fluid .offset9:first-child {
        margin-left: 76.59574468085106%;
        *margin-left: 76.48936170212764%;
      }

    .row-fluid .offset8 {
      margin-left: 70.2127659574468%;
      *margin-left: 70.10638297872339%;
    }

      .row-fluid .offset8:first-child {
        margin-left: 68.08510638297872%;
        *margin-left: 67.9787234042553%;
      }

    .row-fluid .offset7 {
      margin-left: 61.70212765957446%;
      *margin-left: 61.59574468085106%;
    }

      .row-fluid .offset7:first-child {
        margin-left: 59.574468085106375%;
        *margin-left: 59.46808510638297%;
      }

    .row-fluid .offset6 {
      margin-left: 53.191489361702125%;
      *margin-left: 53.085106382978715%;
    }

      .row-fluid .offset6:first-child {
        margin-left: 51.063829787234035%;
        *margin-left: 50.95744680851063%;
      }

    .row-fluid .offset5 {
      margin-left: 44.68085106382979%;
      *margin-left: 44.57446808510638%;
    }

      .row-fluid .offset5:first-child {
        margin-left: 42.5531914893617%;
        *margin-left: 42.4468085106383%;
      }

    .row-fluid .offset4 {
      margin-left: 36.170212765957444%;
      *margin-left: 36.06382978723405%;
    }

      .row-fluid .offset4:first-child {
        margin-left: 34.04255319148936%;
        *margin-left: 33.93617021276596%;
      }

    .row-fluid .offset3 {
      margin-left: 27.659574468085104%;
      *margin-left: 27.5531914893617%;
    }

      .row-fluid .offset3:first-child {
        margin-left: 25.53191489361702%;
        *margin-left: 25.425531914893618%;
      }

    .row-fluid .offset2 {
      margin-left: 19.148936170212764%;
      *margin-left: 19.04255319148936%;
    }

      .row-fluid .offset2:first-child {
        margin-left: 17.02127659574468%;
        *margin-left: 16.914893617021278%;
      }

    .row-fluid .offset1 {
      margin-left: 10.638297872340425%;
      *margin-left: 10.53191489361702%;
    }

      .row-fluid .offset1:first-child {
        margin-left: 8.51063829787234%;
        *margin-left: 8.404255319148938%;
      }
}
/*End fix*/

/* Set the font size & color for the input types (incl. dropdowns)*/
input, select {
  background: #ffffff;
  color: #000000;
  font-family: arial, sans-serif;
  font-size: medium;
}

  /* Use the type of input box to set the max width */
  /* Made up type names for types not included in HTML5 */
  /* Could just as easily have set a class... */
  input[type=tel] {
    max-width: 25rem;
    width: 90%;
  }

  input[type=email] {
    max-width: 25rem;
    width: 90%;
  }

  input[type=postalcode] {
    max-width: 9.5rem;
    width: 90%;
  }

  input[type=firstname], input[type=lastname] {
    max-width: 25rem;
    width: 90%;
  }

select {
  max-width: 20rem;
  width: 90%;
}


h4 {
  letter-spacing: normal;
}

.pageContainer {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.container {
  max-width: 800px;
  padding-bottom: 2rem;
  box-sizing: border-box;
  background-color: transparent;
}

.paperBackground {
  background-color: #7cc45c !important;
}

.fullwidth {
  padding: 0 !important;
  height: 100% !important;
}


.red-Text {
  color: #eb1c22;
}

.largeText {
  font-size: 1.2714166793808384rem; /*15.2pt;*/
}

.smallText {
  font-size: 0.878281258782816rem; /*10.5pt;*/
}

.size13pt {
  font-size: 1.087395844207296rem; /*13pt;*/
}

.size16pt {
  font-size: 1.338333346716672rem; /*16pt;*/
}

.size18pt {
  font-size: 1.505625015056256rem; /*18pt;*/
}

.lineSpace120 {
  line-height: 120%;
}

.lineSpace130 {
  line-height: 130%;
}

.getACode {
  font-size: 0.83645834169792rem; /*10pt;*/
  line-height: 1.003750010037504rem; /*12pt;*/
  letter-spacing: normal;
  width: 90%;
  margin: 1em auto 1em auto;
}

.requiredFieldText {
  display: inline-block;
  font-size: 0.9535625095356288rem; /*11.4pt;*/
  margin-bottom: 1.0rem;
}

.blackLink, .blackLink:hover {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
}

.bold {
  font-weight: bold !important;
}

.form-group-sm .form-control,
.form-group-sm select.form-control {
  height: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: small;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 2px 2px #000000;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px #000000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .375);
}

.form-group-sm label {
  font-weight: normal;
  margin-bottom: 3px;
  font-size: 0.794635424613024rem; /*9.5pt;*/
}

.form-control {
  margin-bottom: 10px;
}

label {
  margin-bottom: 0px;
}

a, a:active, a:focus, a:visited {
  color: #ffd900;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
}

.blueLink, .blueLink:active, .blueLink:focus, .blueLink:visited {
  color: #0000aa;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
}

.form-control-inline {
  text-transform: uppercase;
  display: inline-block;
  height: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  font-size: small;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px #000000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .375);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

  .form-control-inline:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 8px #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px #000000, 0 0 8px #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }

  .form-control-inline::-moz-placeholder {
    color: #999;
    opacity: 1;
  }

  .form-control-inline:-ms-input-placeholder {
    color: #999;
  }

  .form-control-inline::-webkit-input-placeholder {
    color: #999;
  }

  .form-control-inline::-ms-expand {
    background-color: transparent;
    border: 0;
  }

  .form-control-inline[disabled],
  .form-control-inline[readonly],
  fieldset[disabled] .form-control-inline {
    background-color: #eee;
    opacity: 1;
  }

  .form-control-inline[disabled],
  fieldset[disabled] .form-control-inline {
    cursor: not-allowed;
  }


.float-left {
  float: left;
}

.float-right {
  float: right;
}

.pad-right-10 {
  padding-right: 10px;
}

.pad-right-20 {
  padding-right: 20px;
}

.EnterNowButton, .SubmitFriendButton {
  margin-left: 0;
  margin-right: 0;
  height: 55px;
}

.clear {
  clear: both;
}

input[type=checkbox] {
  display: inline-block;
  margin-top: 5px;
}

.has-error {
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 125%;
  padding: 0;
  margin: 0;
}

.disabled {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.container-fluid table {
  width: 100%;
}

.col-centered {
  float: none !important;
  margin: 0 auto !important;
}

.form-label, form {
  font-family: Arial Narrow, Arial, sans-serif;
}

.black-shadow {
  background: #000000;
  -webkit-box-shadow: 0px 7px 17px 0px #000000;
  -webkit-box-shadow: 0px 7px 17px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 7px 17px 0px #000000;
  -moz-box-shadow: 0px 7px 17px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 7px 17px 0px rgba(0,0,0,0.75);
  width: 100%;
}

.footer {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: smaller;
  line-height: 140%;
  background-color: #7cc45c;
  padding: 0 15px 15px 15px;
  z-index: 9999;
}

.copyright {
}

.store-state {
  max-width: 15rem;
}

.store-location {
  max-width: 12rem;
}

.DOB-Month {
  width: 7rem;
}

.DOB-Day {
  width: 6rem;
}

.DOB-Year {
  width: 6.5rem;
}

.checkbox-item {
  margin-bottom: 5px;
}


.codeBoxSubTitle {
  width: 80%;
  margin: auto;
  line-height: 120%;
  font-weight: bold;
  padding-bottom: .2rem;
}

.allUpper {
  text-transform: uppercase;
}


/* Just to prevent "no such class" warnings */
.fb-share-button {
}

.twitter-share-button {
}

.fb-xfbml-parse-ignore {
}

/*bump up jquery ui dialog z-index*/
.ui-dialog {
  z-index: 900;
  border: 4px #ff0000 solid !important;
}

  .ui-dialog + .spinResults {
    width: 90% !important;
    max-width: 500px !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }
/* hide title bar and close button on jquery dialog */
.no-close .ui-dialog-titlebar {
  display: none;
}

#reelCover .disabled {
  cursor: not-allowed;
  -webkit-filter: none;
  filter: none;
}

#divDidntWin, #divYouWin {
  padding: 10px 10px 10px 10px;
}

.winnerHeader, .DidntWinHeader {
  font-size: 2.342083356754176rem; /*28pt;*/
  font-weight: bold;
  line-height: normal;
}

.winnerText_Larger, .didWinText_Larger {
  font-size: 1.67291668339584rem; /*20pt;*/
}

.winnerText, .didntWinText {
  font-size: 1.338333346716672rem; /*16pt*/
  line-height: normal;
  font-weight: normal;
}

.winnerFinePrint, .didntWinFinePrint {
  font-size: 1.087395844207296rem; /*13pt*/
  line-height: normal;
}

.btn-continue {
  width: 40%;
  max-width: 150px;
  margin: auto;
}
