html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
[class*="col-"] {
  float: left;
  min-height: 1px;
  padding-right: 20px;
}
.grid {
  width: 100%;
  max-width: 1140px;
  min-width: 748px;
  margin: 0 auto;
  overflow: hidden;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0;
}
.push-right {
  float: right;
}
.col-1-1 {
  width: 100%;
}
.col-2-3,
.col-8-12 {
  width: 66.66%;
}
.col-1-2,
.col-6-12 {
  width: 50%;
}
.col-1-3,
.col-4-12 {
  width: 33.33%;
}
.col-1-4,
.col-3-12 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-6,
.col-2-12 {
  width: 16.667%;
}
.col-1-7 {
  width: 14.28%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-9 {
  width: 11.1%;
}
.col-1-10 {
  width: 10%;
}
.col-1-11 {
  width: 9.09%;
}
.col-1-12 {
  width: 8.33%;
}
.col-11-12 {
  width: 91.66%;
}
.col-10-12 {
  width: 83.333%;
}
.col-9-12 {
  width: 75%;
}
.col-5-12 {
  width: 41.66%;
}
.col-7-12 {
  width: 58.33%;
}
.push-2-3,
.push-8-12 {
  margin-left: 66.66%;
}
.push-1-2,
.push-6-12 {
  margin-left: 50%;
}
.push-1-3,
.push-4-12 {
  margin-left: 33.33%;
}
.push-1-4,
.push-3-12 {
  margin-left: 25%;
}
.push-1-5 {
  margin-left: 20%;
}
.push-1-6,
.push-2-12 {
  margin-left: 16.667%;
}
.push-1-7 {
  margin-left: 14.28%;
}
.push-1-8 {
  margin-left: 12.5%;
}
.push-1-9 {
  margin-left: 11.1%;
}
.push-1-10 {
  margin-left: 10%;
}
.push-1-11 {
  margin-left: 9.09%;
}
.push-1-12 {
  margin-left: 8.33%;
}
@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 10px;
  }
  [class*="col-"] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px;
  }
  [class*="mobile-col-"] {
    float: left;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3,
  .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2,
  .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3,
  .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4,
  .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6,
  .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}

@font-face {
  font-family: "SantasSleighFullBold";
  src: url("inc/fonts/SantasSleighFullBold.ttf?") format("truetype");
}

@-webkit-keyframes liftheading {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@-moz-keyframes liftheading {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@keyframes liftheading {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-kerning: none;
  line-height: 1.2em;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "WavingatChristmas", sans-serif;
  line-height: 1.1em;
  padding: 0.2em 0;
}
body a,
body a:hover,
body a:active,
body a:visited {
  color: inherit;
}
body a.noul {
  text-decoration: none !important;
}
body p {
  line-height: 1.2em;
}
body strong {
  font-weight: 700;
}
body em {
  font-style: italic;
}
body .centered {
  text-align: center;
  margin: 0 auto;
  display: block;
}
body .spaced {
  margin: 24px 0 32px;
}
body .smaller {
  font-size: 0.9rem;
}
body sup {
  font-size: 0.4em;
  position: relative;
  top: -1.3em;
}
#header {
  background: #683417;
}
#header img {
  width: 96px;
  float: right;
}
#header .grid-pad {
  padding: 4px 0;
}

#mainfeature {
  position: relative;
  background: url(img/Holiday-2024-bckgrnd_Landing_sm.gif);
  background-position: center center;
  background-size: cover;
  padding: 50vw 0;
  text-align: center;
}

#mainfeature img {
  width: 100%;
  height: auto;
}

.featuretext {
  position: absolute;
  top: 2vw;
  right: 12vw;
  width: 70vw;
  height: auto;
  text-align: center;
}

#mainfeature .featuretext h1 {
  font-size: 11vw;
  text-shadow: 6px 5px 6px #000000;
  line-height: 7.5vw;
  color: #FFF1AD;
  font-weight: normal;
  font-family: "SantasSleighFullBold";
}

.featuretext p {
  font-size: 1.6vw;
  color: #000;
  font-weight: normal;
}

.redheading h3 {
  font-size: 2.3vw;
  color:#C0272D;
  text-transform: uppercase;
  padding: 40px;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#body-text{
  position: relative;
  left: 40vw;
  width: 30%;
}

#body-text p{
  text-align: left;
}

.cards {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: -5px;
  width: 60%;
}

#feature2 {
  position: relative;
  background: url(img/feature2-02.png);
  background-position: center center;
  background-size: cover;
  padding: 32vw 0;
  text-align: center;
}

#feature2 img {
  width: 100%;
  height: auto;
}

#play {
  text-align: center;
  padding: 2em;
  background: #652f8e;
}

#play h3 {
  color: #ffcd2b;
  font-size: 34px;
}
#play ul {
  color: #fff;
  text-align: left;
  padding: 1vw 25vw;
}

#play p ul {
  color: #fff;
  font-size: 14px;
  padding: 0 12%;
}

@media screen and (max-width: 1200px) {
  #play h3 {
    font-size: 4vw;
  }
}



@media screen and (max-width: 1200px) {
  #play ul {
    font-size: 18px;
    padding: 0 5%;
  }
}

@media screen and (max-width:900px) {
  .redheading h3{
    padding:25px;
  }

  #body-text{
    left: 10vw;
    width: 70%;
  }
  
  #body-text p{
    font-size: 16px;
  }

  #mainfeature{
    padding: 55vw 0;
  }

}



#howtoplay {
  text-align: center;
  padding: 2em;
  background: #fff url(img/how-to-play-bg.png) no-repeat center center;
}
#howtoplay h2 {
  color: #026936;
  font-size: 92px;
  text-transform: uppercase;
}
#howtoplay p {
  color: #231f20;
  font-size: 32px;
  padding: 0 15% 2em;
}
@media screen and (max-width: 1200px) {
  #howtoplay p {
    font-size: 24px;
    padding: 0 5% 2em;
  }
}
#howtoplay p.gameodds {
  font-weight: bold;
}

#footerlogo {
  text-align: center;
  padding: 3em 0 0;
  background-color: #CD9C3F;
}

#footerlogo .footer-logo {
  width: auto;
  display: block;
  margin-bottom: -64px;
}

#featuredvids {
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
}

#featuredvids .comingsoonvid {
  width: 100%;
  height: auto;
}

#featuredvids #overlay {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 99;
  padding: 90px 0 0;
  font-family: "DCB", sans-serif;
  font-weight: normal;
  font-size: 80px;
}

/*

#tixdetails{
	padding:0 0;
}
*/

#DetailSection {
  background: url(img/LuckyStarTicketsw_bckgnd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 2vw 0 0;
  height: 60vw;
}

#DetailSection .tixheading {
  font-size: 6vw;
  text-shadow: 6px 5px 6px #000000;;
  line-height: 4.5vw;
  color: #FFEA8A;
  font-weight: normal;
  font-family: "SantasSleighFullBold";
  text-align: center;
}

#DetailSection p {
  text-align: center;
  padding: 1em 0 0;
  font-size: 1.4em;
}

#DetailSection #tixpics,
#Details #tixoptions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0;
}

#DetailSection #tixpics {
  width: 90vw;
  max-width: 1400px;
  margin: 0 auto;
}

#DetailSection #tixpics .tixpic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 1.3vw;
  filter: drop-shadow(10px 0px 6px rgba(62, 62, 62, 1));
}

#DetailSection #tixpics .lasttix {
  padding: 0 1.3vw 6vw;
}

#DetailSection #tixpics .tixpic img {
  width: 100%;
  height: auto;
}


#footer {
  background-color: #CD9C3F;
  text-align: center;
  padding-top: 3em;
}
#footer .fineprint {
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 1.8em 7%;
  font-weight: bold;
  color: #000;
}
#footer .icons img {
  width: 40px;
  height: auto;
}
#footer .icons img:hover {
  opacity: 0.6;
}
#footer .nellink {
  margin: 1em 0;
}

#footer .nellink a {
  text-decoration: none;
  font-size: 2.25em;
  font-weight: bold;
  color: #C0272D;
}

#disclaimer {
  background-color: #000;
  color: #fff;
  text-align: center;
}
#disclaimer .grid-pad {
  padding: 0.7em 0;
}
#disclaimer a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
}

#featuredvids .resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
#featuredvids .resp-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#footer {
  background-color: #CD9C3F;
  text-align: center;
  padding-top: 3em;
}
#footer .fineprint {
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 1.8em 7%;
  font-weight: bold;
  color: #000;
}
#footer .icons img {
  width: 40px;
  height: auto;
}
#footer .icons img:hover {
  opacity: 0.6;
}
#footer .nellink {
  margin: 1em 0;
}

#footer .nellink a {
  text-decoration: none;
  font-size: 2.25em;
  font-weight: bold;
  color: #C0272D;
}

#disclaimer {
  background-color: #000;
  color: #fff;
  text-align: center;
}
#disclaimer .grid-pad {
  padding: 0.7em 0;
}
#disclaimer a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
}




@media screen and (max-width: 576px) {
  #DetailSection #tixpics {
    display: none;
  }

  .redheading h3{
    padding:10px;
    font-size: 1em;
}

#mainfeature{
  background-position: top center;
  padding: 60vw 0;
}
}

#Details .tixoptionsrow {
  background: #683417;
}

#DetailSection #tixoptions {
  background: #231f20;
  padding: 1.2em 0 2em;
  width: 100vw;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  #Details #tixoptions {
    grid-template-columns: 1fr;
  }
}

#Details #tixoptions .tixdetail {
  display: flex;
  flex-direction: column;
  justify-self: center;
  color: #fff;
  padding: 2em;
}


@media screen and (max-width: 576px) {
  #Details #tixoptions .tixdetail {
    display: block;
    width: 90vw;
  }
}

#Details #tixoptions .tixdetail h4 {
  font-size: 2.5vw;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

@media screen and (max-width: 1200px) {
  #Details #tixoptions .tixdetail h4 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 576px) {
  #Details #tixoptions .tixdetail h4 {
    font-size: 4vw;
    margin: 0.3em 1em 0 0;
  }

  #featuredvids #overlay {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  padding: 325px 0;
  }
}

#Details #tixoptions .tixdetail ul li {
  list-style: disc;
  margin: 0.25em 0 0 20px;
  font-size: 24px;
}

#Details #tixoptions .tixdetail .fineprint {
  padding: 5px;
  font-size: 22px;
  text-align: left;
}

#Details #tixoptions h4 {
  color: #f2d682;
  font-weight: bold;
  text-transform: uppercase;
}

#framecontent img {

  margin: 0 auto;
  width: 100%;
}



@media screen and (max-width: 1200px) {
  #featuredvids #overlay {
    font-size: 6.08vw;
  }
}

