﻿/* Public CSS  */

html
{
}

body {
    padding:0;
}


.section {
    width:100%;
    height:500px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
    margin-bottom:0;
    padding:1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


header {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: 0% 19%;
    padding-bottom:2em;
    background-color: #011815;
}


header.Icon:before {
    content:"";
    position:absolute;
    display:block;
    width:11vw;
    height:11vw;
    left:auto;
    right:10%;
    top:4%;
    background-image:url(/Static/Images/Logo/Icon.png);
    background-size:contain;
}


header.Medium.Icon:before {
    width:16vw;
    height:16vw;
    right:10%;
    top:6%;
}

header.Tall.Icon:before {
    width:20vw;
    height:20vw;
    right:8%;
    top:6%;
}

header.Blackjack {}
header.Poker { }
header.Baccarat { }

header.CoupleCheer { }
header.GuysCheer { }
header.CoupleCheer { }
header.Girl { }
header.GirlsWinning { }
header.CoupleWin { }
header.Cards {  }
header.Sponsorship { }
header.Charity { }
header.Coffee { }
header.Volunteer {  }
header.Group { }
header.Donation { }

header.Medium { background-position: 0% 50%; }
header.Tall {  background-position: 0% 10%; }


header h1 {
    display: block;
    position: relative;
    color: white;
    margin-top: 0;
    margin-bottom:0;
    padding-top: 4%;
    font-size: 4.2vw;
    padding-bottom: 4%;
    line-height: 1.1;
    text-shadow: 0 0 2px rgba(0,0,0,1), 0 0 .05em rgba(0,0,0,1);
    text-align: left;
    padding-left: 4%;
}

header.Medium h1 {
    padding-top:7%;
    padding-bottom:7%;
}

header.Landing {
    background-image:url(/Static/Images/chips.png);
    background-repeat:no-repeat;
    background-position:100% 20%;
    background-size:40% auto;
}

header.Landing h1 {
    padding-left: 0;
    padding-top: 2%;
    padding-bottom: 1%;
    margin-bottom: .5em;
    text-align: left;
    width: 55%;
    margin-left: 8%;
    line-height: 1;
    border-bottom: .07em solid #ffa800;
}

header.Landing video {
    position: relative;
    width: 40em;
    max-width: 80%;
    left: 8%;
}

header.Tall h1 {
    padding-top:11%;
    padding-bottom:11%;
}

header.Left h1 {
    text-align:left;
    padding-left:4%;
}

header h2 {
    font-size:1.8em;
    text-align: left;
    margin-left: 8%;
    width: 55%;
    padding-bottom:.5em;
    border-bottom: .05em solid #ffa800;
}


header p {
    display:block;
    position:relative;
    width:55%;
    font-size:1.3vw;
    color:white;
    margin:0;
    margin-top:0;
    padding-left:8%;
    padding-right:20%;
    line-height:1.6;
    padding-bottom:2%;
    text-shadow:0 0 2px rgba(0,0,0,.6);
}


header ul {
    display: block;
    position: relative;
    list-style-position: inside;
    width: 80%;
    font-size: 1.3vw;
    color: white;
    text-shadow: 0 0 1px rgba(0,0,0,1), 0 0 .1em rgba(0,0,0,1);
    margin: 0;
    margin-top: 0;
    padding-left: 10%;
    padding-right:0;
    line-height: 1.5;
    padding-bottom: 1em;
    }

header p a, header ul a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(0,0,0,1), 0 0 .1em rgba(0,0,0,1);
    vertical-align:middle;
}

header p svg {
    display: inline-block;
    position: relative;
    top: -.1em;
    width: 1.5em;
    height: 1.5em;
    fill: white;
    vertical-align: middle;
}

a.VideoButton {
    position: relative;
    background-color: #0e4999;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    border-radius: .3em;
    border: none;
    color: white !important;
    text-decoration: none !important;
    vertical-align: middle;
}

header a.VideoButton {
    position: relative;
    background-color: transparent;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    border-radius: .3em;
    border: .1em solid white;
    color: white;
    text-decoration: none !important;
    vertical-align: middle;
}

header a.VideoButton:hover {
    background-color: #0e4999;
}


a.VideoButton svg {
    display:inline-block;
    position:relative;
    top:-.1em;
    width: 1.5em;
    height: 1.5em;
    fill: white;
    vertical-align: middle;
}

header.Medium p {
    margin-top:-7%;
    padding-bottom:5%;
}

header.Tall p {
    margin-top:-8%;
    padding-bottom:10%;
}

@media screen and (max-width:800px) { 
    header, header.Medium, header.Tall {
       background-size:200% auto;
       background-position: 50% 15%;
    }
    header h1 {
       padding-top:8%;
       font-size:8.4vw;
       padding-bottom:8%;
    }
    header p {
        width:80%;
        font-size:2.5vw;
        padding-left:8%;
        padding-right:10%;
    }
    header ul {
        width: 80%;
        font-size: 2.5vw;
        padding-left: 8%;
        padding-right: 10%;
    }
    header.Left h1 {
        padding-left:5%;
    }
}


body.SolidHeader header {
    background-image:url(/Static/Images/Banners/stage.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 0%;
}



input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea, select {
    display: block;
    margin: 0;
    padding: 1em 1em;
    width: 100%;
    height: 60px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    color: #606060;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}


textarea {
    height:4em;
}

input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid white;
    color: white;    
}


input[type="submit"].Link {
    background-color:transparent;
    border:none;
    color:#428bca;
    margin-bottom:.3em;
}

input[type="submit"].Link:hover {
    background-color: transparent;
    border: none;
    color: #2a6496;
    text-decoration:underline;
}


.videobackground
{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(0,0,0,.7);
    z-index:2;
}

.videowidth
{
    position: relative;
    width:40em;
    max-width:90%;
    background-color:black;
    margin-left:auto;
    margin-right:auto;
}

.videoheight
{
    position: relative;
    width:100%;
    height:0;
    padding-bottom: 60%;
}


.videoheight iframe
{
    position: absolute;
    width:100%;
    height:100%;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
}

.videowidth .closer
{
    position:absolute;
    top:-10px;
    right:-10px;
    width:27px;
    height:27px;
    background-image:url(/Static/Images/Icons/close.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    cursor:pointer;
}


.videobutton
{
    text-decoration:none;
    font-size:.8em;
    cursor:pointer;
    padding:.7em;
    border:1px solid black;
    background-color:rgba(255,255,255,.7);
    border-radius:.4em;
    color:black;
}

.playbutton
{
    text-decoration:none;
    font-size:.8em;
    cursor:pointer;
    padding:.7em;
    border:1px solid black;
    background-color:rgba(255,255,255,.7);
    border-radius:.4em;
    color:black;
}

.gamesList {
    display:inline-block;
    position:relative;
    width:100%;
    font-size:1em;
    padding:0;
    vertical-align:bottom;
    margin-right:auto;
    margin-left:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gamesList a {
    display:inline-block;
    line-height:1.2em;
    position:relative;
    width:10em;
    height:3em;
    padding:0;
    padding-bottom:7em;
    background-color:white;
    border-radius:.6em;
    overflow:hidden;
    margin-right:.5em;
    margin-bottom:.5em;
    vertical-align:bottom;
    text-decoration:none;
    color:white;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color .4s;
}

.gamesList a.Large {
    display:block;
    padding-bottom:21.4%;
    margin-right:auto;
    margin-left:auto;
}


.gamesList a:hover {
    box-shadow: .1em .1em .2em rgba(0,0,0,.5);
}

.gamesList a img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin-right:auto;
    margin-left:auto;
    width:100%;
    height:100%;
}

.gamesList a .Tickets {
    display:inline-block;
    position:absolute;
    font-size:1em;
    line-height:1.5em;
    top:auto;
    bottom:.2em;
    left:.3em;
    right:auto;
    vertical-align:bottom;
}

.gamesList.featured a .Tickets {
    bottom:.3em;
}

.gamesList a .Ticket {
    display:inline-block;
    position:relative;
    font-size:1em;
    line-height:2em;
    width:auto;
    min-width:2em;
    height:auto;
    color: rgba(0,0,0,.7);
    background-color:#F5C534;
    background-image: linear-gradient(45deg,  #a67400 0%, #FCFAC9 50%, #a67400 100%);
    background-size:100% 100%;
    background-repeat:no-repeat;
    vertical-align:bottom;
    border-radius:50%;
    box-shadow:1px 1px 2px black;
}


.gamesList a .Ticket.Disabled {
    display:none;
}


.gamesList a .Ticket.Spin {
    display:inline-block;
    position:absolute;
    bottom:.1em;
    right:.1em;
    left:auto;
    width:2em;
    height:2em;
    background-image:url(/Static/Images/ticket-spin.png);
}


.gamesList a .Ticket.Spin:hover {
    -webkit-transform: scale(1.4) rotate(180deg);
    -moz-transform: scale(1.4) rotate(180deg);
    -o-transform: scale(1.4) rotate(180deg);
    transform: scale(1.4) rotate(180deg);
}

@media screen { 
    .gamesList a {
        width:94%;
        left:0;
        padding-bottom:32.4%;
        margin-left:3%;
        margin-right:3%;
        margin-bottom:3%;
    }
    .gamesList a.Large { width:94%; left:0; padding-bottom:32.4%;}
}

@media screen  and (min-width:640px) {
    .gamesList a {
        width:47%;
        left:.8%;
        padding-bottom:15.85%;
        margin-left:0;
        margin-right:2%;
        margin-bottom:3%;
    }

    .gamesList a.Large { width:97%; left:0; padding-bottom:31%;}

}

@media screen  and (min-width:1024px) {
    .gamesList a {
        width:31%;
        left:.6%;
        padding-bottom:10.7%;
        margin-left:0;
        margin-right:1.5%;
        margin-bottom:2%;
    }

    .gamesList a.Large { width:64%; left:0; padding-bottom:21%;}

}


.Banner {
    display:block;
    width:100%;
    text-align:center;
    font-size:1vw;
    position:relative;
    color:rgba(0,0,0,.7);
}

.Banner .buttonLink
{
    background-color:#762563;
    display:inline-block;
    height:auto;
    color:white;
    border-radius:1em;
    text-decoration:none;
    padding:.5em;
    padding-left:1.5em;
    padding-right:1.5em;
    vertical-align:middle;
    font-weight:200;
}



.Banner h2, h2.SectionTitle
{
    display:block;
    color:rgba(0,0,0,.7);
    font-size:3em;
    margin-bottom:.4em;
    font-weight:Normal;
    text-decoration:none;
    text-align:center;
}


h2.SectionTitle
{
    color:#007BC3;
    font-size:2em;
    margin-top:.5em;
    font-size:1em;
}

@media screen  and (max-width:640px) { .Banner h2 { font-size:5em; }}

@media screen { h2.SectionTitle {font-size:1em;} }
@media screen and (min-width:240px) { h2.SectionTitle {font-size:1.2em;}}
@media screen and (min-width:480px) { h2.SectionTitle {font-size:1.8em;}}
@media screen and (min-width:600px) { h2.SectionTitle {font-size:2em;}}
@media screen and (min-width:800px) { h2.SectionTitle {font-size:2.5em;}}
@media screen and (min-width:1280px) { h2.SectionTitle {font-size:3em;}}


.Banner .Dark h2, h2.SectionTitle.Dark
{
    color:rgba(255,255,255,.7);
}

.Banner h2 img, h2.SectionTitle img
{
    position:relative;
    top:-.17em;
    vertical-align:middle;
    font-size:1em;
    height:1.2em;
    width:auto;
}

@media screen { .Banner h2 {font-size:4.5em;} }
@media screen and (min-width:240px) { .Banner h2 {font-size:4.5em;}}
@media screen and (min-width:640px) { .Banner h2 {font-size:3em;}}

@media screen  and (max-width:640px) { .Banner.Charities.Main h2 { font-size:2.4em; }}




.Banner .blue
{
   color:#017DC7;
}

.Banner .orange
{
   color:#E93E00;
}


.Banner h3
{
    color:rgba(0,0,0,.6);
    font-weight:normal;
    font-size:2.2em;
    margin-top:.5em;
}

@media screen { .Banner h3 {font-size:3.5em;} }
@media screen and (min-width:640px) { .Banner h3 {font-size:2.2em;}}


.Banner .Dark h3
{
    color:rgba(255,255,255,.6);
}


.Banner.Intro h2
{
    color:white;

}


.Banner.Charities
{
    background-color:white;
    padding-top:5em;
}

.Banner.Charities.Intro .Icon
{
    background-color:#E2E3E5;
}


.Banner.Charities.Main h2
{
    font-size:1.8em;
    color:#007BBE;
    font-weight:bold;
    text-transform:none;
    margin-top:1.5em;
    margin-bottom:0;
}
@media screen  and (max-width:640px) { .Banner.Charities.Main h2 { font-size:2.4em; }}

.Banner.Charities.Main h3
{
    font-size:1.6em;
    color:#404040;
    margin-top:0;
    margin-bottom:2em;
}
@media screen  and (max-width:640px) { .Banner.Charities.Main h3 { font-size:2.2em; }}

.Banner.Charities.Main h3 a
{
    font-weight:bold;
    color:#762563;
}


.Banner.Charities .logos a
{
    text-decoration:none;
}

.Banner.Charities .logos img
{
    width:12%;
    margin-right:5%;
    height:auto;
}
@media screen  and (max-width:640px) { .Banner.Charities .logos img { width:18%; margin-right:4%; }}


.Banner.Charities .nominateArea
{
    background-color:#ACE4FF;
    text-align:center;
    padding:1.2em;
    margin-top:1em;
    font-size:1.7em;
}
@media screen  and (max-width:640px) { .Banner.Charities .nominateArea { font-size:2.2em; }}

.Banner.Winners
{
    padding-top:5em;
}

.Banner.Winners.Intro
{
    background-color:#D5F1FF;
}

.Banner.Winners.Intro h2
{
    background-color:#D5F1FF;
    color:#404241;
}

.Banner.Winners.Intro p
{
    background-color:#D5F1FF;
    color:#404241;
}

.Banner.Winners.Intro .Icon
{
    background-color:#007BC3;
}

.Banner.Winners.Intro .Icon svg
{
    fill:white;
}


@media screen { }
@media screen  and (min-width:640px) { }

.Banner.Winners.Main Img.Bigger
{
    display:block;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    margin-top:.2em;
}

.Banner.Winners.Main Img.Smaller
{
    display:block;
    width:55%;
    margin-left:auto;
    margin-right:auto;
    margin-top:3em;
}

.Banner.Winners.Main .RegisterButton
{
    font-size:1.5em;
    margin-top:2.5em;
}
@media screen  and (max-width:640px) { .Banner.Winners.Main .RegisterButton { font-size:2.5em; }}


.Banner.Winners.Main .NothingLose
{
    font-size:1.6em;
    color:#404040;
    margin-top:.5em;
    margin-bottom:0;
}
@media screen  and (max-width:640px) { .Banner.Winners.Main .NothingLose { font-size:2.2em; }}

.Banner.Winners.Main .AllFree
{
    font-size:1.6em;
    color:#404040;
    margin-top:.1em;
    margin-bottom:3.5em;
}
@media screen  and (max-width:640px) { .Banner.Winners.Main .AllFree { font-size:2.2em; }}


@media screen  and (max-width:640px) {
    .Banner.Winners.Main Img.Bigger { width:98%; }
    .Banner.Winners.Main Img.Smaller { width:80%; }
}

.Banner.HowWorks
{
    margin-top:4em;
}

.Banner.HowWorks .col h3
{
    font-weight:bold;
    margin-top:.5em;
    margin-bottom:0;
    text-transform:uppercase;
    color:#303030;
    line-height:1.1em;
    padding-left:1em;
    padding-right:1em;
}

.Banner.HowWorks .col p
{
    font-weight:400;
    font-size:1.35em;
    line-height:1.1em;
    color:#404040;
    margin-top:.4em;
    padding-left:3em;
    padding-right:3em;
}

@media screen  and (max-width:640px) {
    .Banner.HowWorks .col p { width:80%; padding-left:10%; padding-right:10%; font-size:3em; }
}


.Banner.HowWorks h3.KnowMore
{
    font-size:1.6em;
    margin-top:1.5em;
    margin-bottom:0;
    color:#404040;
}

@media screen  and (max-width:640px) { .Banner.HowWorks h3.KnowMore { font-size:2em; }}

.Banner.HowWorks h3.EarnFree
{
    font-size:1.8em;
    color:#007CC1;
    margin-top:0;
    margin-bottom:1em;
    font-weight:bold;
    text-transform:uppercase;
}
@media screen  and (max-width:640px) { .Banner.HowWorks h3.EarnFree { font-size:2.5em; }}

.Banner.HowWorks .EarnButton
{
    font-size:1.7em;
    border-radius:2em;
    margin-bottom:3em;
}
@media screen  and (max-width:640px) {.Banner.HowWorks .EarnButton { font-size:2.5em; }}

.Banner.HowWorks .col
{
    display:inline-block;
    width:20%;
    height:auto;
    margin-right:0;
    vertical-align:top;
}

.Banner.HowWorks .col img
{
    display:block;
    width:100%;
    height:auto;
}

.Banner.HowWorks .col2 { margin-right:0; }
.Banner.HowWorks .col3 { margin-right:0; }

@media screen { .Banner.HowWorks .col { width:90%; margin-right:5%; margin-left:5%; }}
@media screen  and (min-width:640px) { .Banner.HowWorks .col { width:25%; margin-right:1%; margin-left:0;  }}



.Banner.Slider .Slides
{
    display:block;
    position:relative;
    width:100%;
    height:0;
    padding-top:50%;
    overflow:hidden;
}

.Banner.Slider .Slides A
{
    display:block;
    position:absolute;
    opacity:0;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-size:100% 100%;
    background-repeat:no-repeat;
}

.Banner.Slider .Slides A.Selected {
    opacity:1;
}

.Banner.Slider .Index
{
    display:block;
    position:relative;
    font-size:1em;
}

.Banner.Slider .Index a
{
    display:block;
    position:relative;
    float:left;
    font-size:1em;
    height:10.7em;
    color:white;
    width:28%;
    background-color:#007BC3;
    border-left:.25em solid white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.Banner.Slider .Index a:first-child
{
    border-left:none;
}

.Banner.Slider .Index a div
{
    position:absolute;
    left:1.2em;
    top:2.3em;
    height:6.2em;
    width:6.2em;
    background-color:#81BDE1;
    border-radius:50%;
    transition: background-color 0.4s;
}

.Banner.Slider .Index a.Selected { cursor:default;}
.Banner.Slider .Index a.Selected div { background-color:white; }

.Banner.Slider .Index a div svg
{
    padding:20%;
    height:60%;
    width:60%;
    fill:#127BBF;
}

.Banner.Slider .Index a:hover div svg {fill:#133B9B;}
.Banner.Slider .Index a.Selected div svg {fill:#E93E00;}

.Banner.Slider .Index a div img
{
    height:100%;
    width:100%;
}


.Banner.Slider .Selector
{
    position:absolute;
    left:5.0%;
    bottom:9.9em;
    width: 0; 
    height: 0; 
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;  
    border-bottom: 2em solid #E93E00;
}


.Banner .Selector
{
    left:6.0%;
    bottom:10.5em;
}


.Banner.Slider .Slides
{
    padding-top:35%;
}

.Banner.Slider .Slides a .Interior
{
    position:absolute;
    font-size:1em;
    left:16em;
    bottom:5em;
    width:30em;
    text-align:left;
}

.Banner.Slider .Slides a.Right .Interior
{
    left:auto;
    right:7em;
}

.Banner.Slider .Slides a.Middle .Interior
{
    left:16em;
    right:16em;
    width:auto;
    bottom:auto;
    top:4em;
    text-align:center;
}


.Banner.Slider .Slides a .Interior .logo
{
    height:auto;
    width:30em;
    margin-left:-1.5em;
}

.Banner.Slider .Slides a .Interior h2
{
    font-size:2.2em;
    margin-top:-.5em;
    font-weight:bold;
    text-align:left;
}

.Banner.Slider .Slides a .Interior p
{
    font-size:1.4em;
    color:rgba(0,0,0,.7);
}

.Banner.Slider .Slides a.Dark  .Interior p
{
    color:rgba(255,255,255,.7);
}

.Banner.Slider .buttonLink
{
    font-size:1.5em;
    margin-top:1em;
}


@media screen and (max-width:800px) {
    
    .Banner.Slider .Slides a .Interior {
        font-size:1.2em;
        left:10em;
        bottom:2em;
        width:35em;
    }

    .Banner.Slider .Slides a.Right .Interior {
        left:auto;
        right:1em;
    }
}

@media screen and (max-width:640px) {
    
    .Banner.Slider .Slides a .Interior {
        font-size:1.3em;
        left:10em;
        bottom:2em;
        width:40em;
    }

    .Banner.Slider .Slides a.Right .Interior {
        left:auto;
        right:1em;
    }
}

@media screen and (max-width:360px) {
    
    .Banner.Slider .Slides a .Interior {
        font-size:1.4em;
        left:12em;
        bottom:1em;
        width:40em;
    }

    .Banner.Slider .Slides a.Right .Interior {
        left:auto;
        right:1em;
    }
}



.Banner .Index a
{
    transition: background-color 0.4s;
    vertical-align:middle;
    padding-left:8.9em;
}

.Banner .Index a
{
    width:16%;
    text-align:center;
    padding:0;
}

.Banner .Index a svg
{
    fill:white;
    margin-top:1.5em;
    height:60%;
    width:auto;
}

.Banner .Index a:hover
{
    background-color:#133B9B;
}


.Banner .Index a.Selected
{
    background-color:#E93E00;
}

.Banner .Index a h2
{
    font-size:2.3em;
    margin-top:1.4em;
    margin-bottom:0;
    line-height:1.1em;
    font-weight:bold;
    color:white;
    text-align:left;
}

.Banner .Index a h3
{
    font-size:1.4em;
    line-height:normal;
    margin-top:.1em;
    font-weight:200;
    color:white;
    text-align:left;
}




@media screen and (max-width:640px) {
    
    .Banner .Index a {
        line-height:10em;
        padding:0;
    }
    .Banner .Index a div { display:none; }
    .Banner .Index a h3 { display:none; }
    .Banner .Index a h2 { 
        margin-top:.3em;
        display:inline-block;
        font-size:3em;
        line-height:normal; 
        vertical-align:middle;
        text-align:center;
    }
}

.Banner.Intro
{
    background-color:#007BC3;
    color:white;
    padding-top:1.8em;
    padding-bottom:6.5em;
}

.Banner.Intro .Icon
{
    display:block;
    position:absolute;
    margin-right:auto;
    margin-left:auto;
    width:8em;
    height:8em;
    left:0;
    right:0;
    bottom:-3.7em;
    background-color:white;
    border-radius:50%;
    z-index:1;
}
@media screen  and (max-width:640px) { .Banner.Intro .Icon { width:10em; height:10em; bottom:-4.5em; }}

.Banner.Intro .Icon svg
{
    fill:#137CC0;
    padding:20%;
    height:60%;
    width:60%;
}

.Banner.Intro p
{
    font-size:1.8em;
    color:white;
    margin:0;
    margin-right:25%;
    margin-left:25%;
    font-weight:200;
    line-height:1.2em;
}

@media screen  and (max-width:800px) { .Banner.Intro p { margin-right:20%;margin-left:20%; font-size:1.9em; }}
@media screen  and (max-width:640px) { .Banner.Intro p { margin-right:10%;margin-left:10%; font-size:2.4em; }}


.Banner.Slider.Games
{
    border-bottom:1px solid #b0b0b0;
}

.Banner.Slider.Games .Slides
{
    padding-top:34.845%;
}

.Banner.Slider.Games .Slides a
{
    background-size:100% 100%;
}


.Banner.Slider.Games .Index
{
    background-color:black;
}

.Banner.Slider.Games .Index a
{
    border:.4em solid transparent;
    width:16.6666%;
    width:20%;
    height:7.6em;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-clip:border-box;
    background-origin:border-box;
    transition: border-color 0.4s;
}

.Banner.Games .Index a:hover
{
    border:.4em solid #133B9B;
}


.Banner.Games .Index a.Selected
{
    border:.4em solid #E93E00;
}

.Banner.Games .Selector
{
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;  
    border-bottom: 1.5em solid #E93E00;
    left:8.5%;
    bottom:7.3em;
}



.Banner.Games .Selector.Hide
{
    display:none;
}


.Banner.Slider.Charity .Slides a .Interior H2
{
    font-size:2.5em;
    text-align:center;
    color:#0F7CC1;
}

.Banner.Slider.Charity .Slides a.PlayWin .Interior
{
    top:auto;
    bottom:2em;
}

.Banner.Slider.Charity .Slides a.PlayWin .Interior H2
{
    font-size:3.2em;
    text-align:center;
    color:black;
    text-shadow:0 0 .3em #D5F1FF;
    text-align:center;
}

.Banner.Slider.Charity .Slides a.PlayWin .Interior H3
{
    font-size:2.5em;
    font-weight:bold;
    text-align:center;
    color:#DD4000;
    text-shadow:0 0 .5em white, 0 0 .2em white;
    text-align:center;
}

.Banner.Slider.Charity .Slides a.ShopEarn .Interior H2
{
    font-size:2.3em;
    text-align:center;
    color:white;
    text-shadow:.1em .1em .2em black;
    text-align:left;
}

.Banner.Slider.Charity .Slides a.ChooseCharity .Interior
{
    top:3em;
    bottom:auto;
}

.Banner.Slider.Charity .Slides a.ChooseCharity .Interior H2
{
    font-size:2.3em;
    text-align:center;
    color:white;
    text-shadow:.1em .1em .2em black;
    text-align:left;
}

.Banner.Slider.Charity .Slides a.ChooseCharity .Interior p
{
    font-size:1.7em;
    color:black;
    text-shadow:.1em .1em .2em white;
    text-align:left;
}


.LandingHeader {
    width:100%;
    height:auto;
    position:relative;
    background-image: url(/Static/Images/Banners/Home/Frame1.jpg);
    background-size:cover;
    background-position:0% 0%;
}

.LandingHeader:before {
    display: block;
    content: "";
    position: relative;
    width: 1px;
    height: 0;
    padding-top: 041.389%;
}

.LandingHeader .Logo img {
    position:absolute;
    left:9%;
    top:4%;
    width:28%;
    height:auto;
}

.LandingHeader h2 {
    font-size:5.2vw;
    line-height:1.0;
    position:absolute;
    left:0;
    top:2%;
    width:47%;
    text-align:center;
    background-color:transparent;
    color:white;
    vertical-align:bottom;
}

.LandingHeader.Advertising h2 {
    font-size:4vw;
}

.LandingHeader p {
    font-size:1.8vw;
    position:absolute;
    left:0;
    top:25%;
    width:47%;
    text-align:center;
    background-color:transparent;
    color:rgba(255,255,255,.8);
}

.LandingHeader p.Lower {
    top:44%;
}

.LandingHeader .Button {
    display: block;
    position: absolute;
    font-size: 1.8vw;
    top: 46%;
    width: 16.5%;
    height: 3em;
    left: 15%;
    background-color: #cc0022;
    border: .15em solid rgba(255,255,255,.5);
    border-radius: .8em;
    box-shadow: .2em .4em 1.0em rgba(0,0,0,.2);
    color: white;
    text-decoration: none;
    line-height: 2.65;
    text-align: center;
    transition: box-shadow 200ms;
    background-clip: padding-box;
}

.LandingHeader .Button svg {
    display: inline-block;
    position: relative;
    top:-.1em;
    height: 1.5em;
    width: 1.5em;
    fill: #ffffff;
    margin-right: .5em;
    vertical-align: middle;
}

.LandingHeader .Button span {
    display: inline-block;
    position: relative;
    vertical-align:middle;
    top:-.1em;
}


.LandingHeader .Button.TwoLine {
    padding-top:.25em;
    line-height:1.1em;
    letter-spacing:-1px;
}

.LandingHeader .Button:hover {
    box-shadow: .2em .4em 1.0em rgba(0,0,0,.4);
    border-color: rgba(255,255,255,.8);
}

.LandingHeader .Button.Red {
    left: 6%;
    background-color: #ce1a21;
}

.LandingHeader .Button.Red.Dark {
    background-color:#a0a0a0;
}

.LandingHeader .Button.Red:hover {
    background-color:#bc0010;
}

.LandingHeader .Button.Red.Dark:hover {
    background-color:#c0c0c0;
}


    .LandingHeader .Button.Grey {
        left: 24%;
        background-color: #0355b0;
    }

.LandingHeader .Button.Grey.Dark {
    background-color:#505050;
}


.LandingHeader .Button.Grey:hover {
    background-color:#26649c;
}


.LandingHeader .Button.Centered {
    left:16%;
}

.LandingHeader .Button.Below {
    left: 6%;
    top: 65%;
    width: 34.5%;
    background-color: #00aa52;
    height: 2em;
    line-height: 1.7;
}

.LandingHeader .Button.Below:hover {
    background-color: #00a650;
}

@media screen {
}

@media screen and (max-width:800px) {
    .LandingHeader { background-position: 25% 50%; }
        .LandingHeader:before { padding-top:70%; }
    .LandingHeader .Logo img { left:12%; top:3.5%;  width:35%;}
    .LandingHeader h2 { font-size:7.0vw; top:5%; width:63%; }
    .LandingHeader.Advertising h2 { font-size:5vw; }
    .LandingHeader p { font-size:2.5vw; top:25%; width:63%;}
    .LandingHeader p.Lower { top:49%; }
    .LandingHeader .Button { font-size:2.8vw; top:50%; width:25%; left:17%; }
    .LandingHeader .Button.Red { left:3%; }
    .LandingHeader .Button.Grey { left:31%; }
    .LandingHeader .Button.Centered { left:19%; }
    .LandingHeader .Button.Below { left:3%; width:53%; top:69%; }
}

.Scrim {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 200;
}

.Menuscrim {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}


.Scrim svg {
    display: block;
    position: absolute;
    top: 1%;
    left: auto;
    right: 1%;
    bottom: auto;
    width: 3%;
    height: auto;
    fill: white;
    cursor: pointer;
}

Video {
    display: block;
    position: absolute;
    top: 3%;
    left: 5%;
    width: 90%;
    height: auto;
    max-height: 95%;
    z-index: 201;
    border: 2px solid black;
    background-color: black;
}

.PopupInstructions {
    display: block;
    position: fixed;
    top: 5%;
    right:5%;
    left: 5%;
    width: 90%;
    bottom:5%;
    z-index: 201;
    border: 2px solid black;
    background-color: white;
    color:black;
    overflow-x:hidden;
    overflow-y:auto;
    padding:1em;
}

.alert:hover {
    border-color: rgba(255, 255, 255, 1) !important;
}

.game-card {
    display: flex;
    justify-content: space-evenly;
    gap: 32px;
    margin: 2px;
    position: relative;
    height: 276px;
    transition: background-size 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-size: 130% 130%;
    background-position: center;
    border-radius: 20px;
    width: 50%;
}

    .game-card:hover {
        background-size: 150%;
    }

    .game-card .left-item {
        display: flex;
        align-items: center;
    }

        .game-card .left-item img {
            width: 100%;
            transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.0);
        }

    .game-card:hover .left-item img {
        transform: scale(1.2);
        transition-delay: 0.05s;
    }

    .game-card .right-item {
        width: 55% !important;
        display: flex;
        flex-direction: column;
        justify-content: space-around !important;
        gap: 32px;
        position: absolute;
        left: 10%;
        height: 80%;
    }

    .game-card .big-title {
        color: #FFF;
        font-size: 36px;
        font-family: BigNoodleTitling;
        line-height: 101%;
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .game-card:hover .big-title {
        transform: scale(1.2);
        transition-delay: 0.1s;
    }

    .game-card .small-title {
        color: #1E1E1E;
        font-size: 16px;
        font-family: Inter;
        line-height: 157%;
    }

    .game-card .buttons {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }


        .game-card .buttons a {
            width: 116px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.section-game-description {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 10vw 7vw 5vw 7vw;
    align-items: flex-end;
    gap: 32px;
}

    .section-game-description .card-img {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: -2%;
        max-width: 400px;
    }

    .section-game-description .card-bg-img {
        width: 100%;
        height: 190px;
    }

    .section-game-description .card {
        width: 33%;
        position: relative;
        /*top: -80px;*/
        border: 1px solid;
        border-radius: 20px;
        background-color: #1B241F;
        border-color: rgba(255, 255, 255, 0.08);
    }

        .section-game-description .card .description {
            width: auto !important;
            color: #C5C5C5;
            font-family: Inter;
            line-height: 120%;
            position: relative;
            padding: 30px;
            font-size: 24px;
            z-index: 3;
        }

        .section-game-description .card:hover .card-img {
            transition: transform 0.5s cubic-bezier(0.5, 1, 1, 1);
            transform: scale(1.2);
        }


.section-game-cause {
    display: flex;
    justify-content: space-evenly;
    margin-top: 8vw;
    margin-left: 7vw;
    margin-right: 7vw;
    gap: 64px;
    margin-bottom: 8vw;
}

    .section-game-cause .left-item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 32px;
    }

    .section-game-cause .right-item {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;        
    }

    .section-game-cause .big-title {
        color: #FFF;
        font-size: 108px;
        font-family: 'BigNoodleTitling' !important;
        line-height: 96% !important;
    }

    .section-game-cause .small-title {
        color: #FFF;
        font-size: 16px;
        font-family: Inter;
        font-weight: 400;
        line-height: 150%;
        max-width: 430px;
    }

    .section-game-cause .buttons {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .section-game-cause .cards-left {
        position: absolute;
        top: 0;
        left: -15%;
        width: 15%;
        max-height: 100%;
    }

    .section-game-cause .cards-right {
        position: absolute;
        bottom: 0;
        right: -10%;
        width: 10%;
        max-height: 100%;
    }

    .section-game-cause .cards-center {
        position: relative;
        width: 100%;
    }

    .section-game-cause .right-item {
        width: 100% !important;
        height: 100%;
        background-image: url(/Static/Images/Home/Banner.png);
        box-shadow: 0px 10px 30px 0px #03A6784D;
        background-size: cover;
        border-radius: 20px;
        padding: 5%;
        margin: 5% 0;
    }

    .section-game-cause .flexstand {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 32px;
    }

.section-game-card {
    display: flex;
    justify-content: space-evenly;
    gap: 64px;
    margin: 10vw 7vw 0 7vw;
}

    .section-game-card .left-item {
        align-items: center;
        display: flex;
    }

        .section-game-card .left-item img {
            /*width: 100%;*/
        }

    .section-game-card .right-item {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .section-game-card .big-title {
        color: #FFF;
        font-size: 48px;
        font-weight: 400;
        font-family: BigNoodleTitling;
        line-height: 101%;
    }

    .section-game-card .small-title {
        color: #C5C5C5;
        font-size: 24px;
        font-weight: 400;
        font-family: Inter;
        line-height: 157%;
        margin-bottom: 1em;
    }

    .section-game-card .list-item {
        color: #1E1E1E;
        font-size: 16px;
        font-family: Inter;
        line-height: 174%;
    }

    .section-game-card .list-item {
        list-style-image: url("/Static/Images/Icons/triangle.svg");
    }

    .section-game-card .buttons {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }


        .section-game-card .buttons a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .section-game-card .install-app {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-family: Inter;
        font-weight: 700;
        line-height: 150%;
        width: 198px;
        height: 55px;
        border-radius: 12px;
        background: #0E2E0E;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .section-game-card .small-text {
        color: black;
        font-size: 16px;
        font-family: Inter;
        line-height: 157%;
    }

    .section-game-card .flexstand {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }

        .section-game-card .flexstand:has(.win-card-left) {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 32px;
        }

@media screen and (max-width: 960px) {
    .section-game-cause .big-title {
        font-size: 100px;
    }

    .section-game-cause .right-item {
        box-sizing: border-box;
        width: 100% !important;
        margin: 5% 0;
    }

    .section-game-card .right-item {
        align-items: flex-start !important;
    }

    .section-game-card .small-title {
        font-size: 18px;
    }

    .section-game-cause .cards-left {
        left: -20%;
        width: 20% !important;
    }

    .section-game-cause .cards-right {
        right: -10%;
        width: 10% !important;
    }

    .section-game-description .card1 {
        top: 0px;
    }

    .section-game-description .card2 {
        top: 0px;
    }

    .section-game-description .card3 {
        top: 0px;
    }

    .section-game-description .card1 .description {
        padding: 5px;
    }

    .section-game-description .card2 .description {
        padding: 5px;
    }

    .section-game-description .card3 .description {
        padding: 5px;
    }

    .section-game-description .card .description {
        font-size: 20px;
        padding: 10px;
    }

}
