body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    overflow-x:hidden;
}
a {
    outline: 0 !important;
    color: #bda050;
        /* text-decoration: none !important; */
}

    a:hover {
        color: #eb1716;
    }

   #pRewardMsg a {
    text-decoration: underline !important;
   }
 
h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
}

#about h3 {
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 20px auto 0;
    padding: 4px;
    color: #bda050;
}

.about-info {
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    max-width: 500px;
    padding: 20px;
    margin: 0px auto;
    padding: 5px;
    text-align: center;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.9);
    /* border-radius: 50% / 10%; */
    text-indent: 0.1em;
}





#about .btn-default {
    color: #fff;
    background-color: #eb1716;
    border-color: transparent;
}

#about li {
    list-style: disc;
}

#about ul {
    display: block;
    /*width: 800px;*/
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}

    #about ul li {
        margin-left: 20px;
        color: #a6a6a6;
    }


    #about ul ul {
        margin-left: 70px;
        margin-bottom: 120px;
        width: 283px;
    }


#loginErrorMessage {
    color:#bda050;
}

#loginErrorMessage a {
    color:#bda050;
}

#about .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 600px;
    /*    background-color: #050F19;*/
    color: #FFF;
    border: 1px solid #bda050;
}
#about .modal-content h6 {
    color:#fff;
}


#about .modal-header {
    border-bottom: 0px solid #e5e5e5;
}

#about .modal-footer {
    border-top: 0px solid #e5e5e5;
    text-align: center;
}


#about .whitelink {
    color: #FFF;
    text-decoration: underline;
}

#about h4 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Helvetica-mdcondensed', sans-serif;
    margin: 20px auto 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#about h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px 5px;
}

.close {
      color: #bda050 !important;
    text-shadow: none !important;
    opacity: .9 !important;
}

.promo-logo {
        position: relative;
    margin: 123px auto 0px;
    max-width: 450px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.mainenter {
    background-color: rgba(0,0,0,0.8);
    padding: 10px 20px 20px 20px;
    max-width: 600px;
    margin: 20px auto;
    border-radius: 6px;
}

.enter {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

    .enter p {
        color: #bda050;
    }

    .enter h3 {
        margin-top: 0;
        color: #fff;
        font-family: 'Roboto', sans-serif;
    }

#redemptionMsg1 {
    text-align:center;
}

#rewardHeading {
    color:#fff;
    font-size:30px;

}

#rewardModal p {
    color:#fff;
    font-size:18px;
}

#rewardModal .modal-content {
    background: #050F19;
    border: 4px solid #bda050;
}


/*read more start css only*/
.read-more-target,
.read-more-trigger_opened {
    display: none;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
    display: block;
}

.read-more-state:checked ~ .read-more-trigger_closed {
    display: none;
}

.read-more-trigger_closed, .read-more-trigger_opened {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}



.main-info .read-more-wrap h3 {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    margin: 10px auto;
    padding: 0px;
}


h6 {
    font-size: 16px;
}

.field {
    position: relative;
    z-index: 99;
}

.img-respon {
    width: 100%;
}
.wheel-cover {
    position: absolute;
    /*margin-top: -39px;*/
}
#canvas {
    max-width: 550px;
    width: 100%;
}
#canvas2 {
    display: none;
}

.glossy-button--blue {
    background-color: #fe00fe;
}

.spinny {
    color: #FFF;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    font-size: 43px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 3px solid #fff;
    margin: auto;
    max-width: 300px;
    width: 100%;
    animation-delay: 0.8s;
    /* background: #fe00fe; */
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    box-shadow: 1px 2px 15px #333333;
    margin-top: 30px;
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0.1) 50%, hsla(0, 0%, 100%, 0.2) );
    box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -8px 8px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 5px 18px 10px hsla(0, 0%, 0%, 0.2);
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.1s;
 
}

.msgdisplay {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border: 4px solid #fff;
    text-align: center;
    margin-top: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    background: #050F19; 
}

.wheel {
    position: relative;
    max-width: 550px;
    width: 100%;
    margin-top: 100px;
    /* margin: auto; */
}

#footer {
    background-color: #000;
    padding: 20px 0px;
    color: grey;
    text-align: center;
}

button.submitPoints {
    cursor: pointer;
    border: 0;
    background: #eb1716;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 3px 0;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    /* margin-bottom: 25px; */
}

    button.submitPoints:hover {
        background: #bda050;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

input[type="text"] {
    background-color: #fff;
    border: 0;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 0;
}


#GameScreenErrorMessage {
    display: block;
    font-size: 28px;
    background-color: rgba(5, 15, 25, 0.8);
    background: #050f19;
    max-width: 800px;
    /*  border-radius: 10px;
    border: 4px solid #bda050;*/
    padding: 10px;
    font-family: sans-serif;
    margin: 100px auto 0;
    border-radius: 6px;
}

.modal-body {
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 400;
    /*color: #ffffff;*/
}
#info .btn-default {
    color: #fff;
    background-color: #bda050;
    border-color: transparent;
    cursor: pointer;
}

#info .modal-footer {
    border-top: 0px solid #e5e5e5;
}

/*.modal-content {
    background-color: #132332;
}*/

#modalPrize .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* min-height: 650px;*/
    /* background-attachment: fixed; */
    color: #000;
    border-radius: 10px;
    border: 4px solid #bda050;
}

#info .modal-content {
    /*    background-image: url(../images/popup.jpg);*/
    background: #050f19; background-size: cover;
 /*   background-position: center top;
    background-repeat: no-repeat;*/
    min-height: 650px;
    border-radius: 10px;
    border: 4px solid #bda050;
    /* background-attachment: fixed; */
    color: #ccc;
}

#rewardMessage {
    font-size: 25px;
}

#info .modal-content h3 {
    font-size: 25px;
    color: #bda050;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}


    .navbar-inverse .navbar-nav > li > a {
        color: #fff !important;
        text-align: center;
        font-size: 16px;
        text-decoration: none;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #eb1716 !important;
       
    }



.navbar-inverse {
    background-color: #050f19;
/*    border-color: #080808;*/
    }

.navbar-right {
    padding-top: 15px;
}


.btnpartone {
    padding-top: 90px;
    padding-bottom: 30px;
}
.screen1 {
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 920px;
    background-attachment: fixed;
    color: #FFF;
}

.screen2 {
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 920px;
    background-attachment: fixed;
    color: #FFF;
}

.login-btn {
    display: inline-block;
    position: relative;
    background-color: #AAA;
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0.1) 50%, hsla(0, 0%, 100%, 0.2) );
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 40px;
    text-shadow: 0 0 15px hsla(0, 0%, 100%, 1), /* bloom */ 0 2px 4px hsla(0, 0%, 0%, 0.7);
    border: 2px solid #ffd53e;
    border-radius: 50px;
    margin: 10px;
    box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -8px 8px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 5px 18px 10px hsla(0, 0%, 0%, 0.2);
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.1s;
}

.glossy-button--blue {
    background-color: #eb1716;
    /*margin-top: 70px;*/
}

.login-btn:hover {
    transform: scale(1.05);
    box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -12px 12px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 10px 25px 10px hsla(0, 0%, 0%, 0.2);
}

#rewards .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 650px;
    /* background-attachment: fixed; */
    color: #000;
}


#rewards .tableWrap {
    width: 70%;
    margin: 0 auto;
}

#rewards .btn-default {
    color: #fff;
    background-color: #eb1716;
    border-color: transparent;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

th {
    font-size: 20px;
    text-align: left;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    background-color: #eb1716;
}

tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000000;
}

tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.5);
    /* background: #f5f5f5; */
    color: #000000;
}
td {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    padding: 10px 20px;
}

.wheelIcon {
    width: 50px;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}

.navbar-brand {
    margin-bottom: 5px;
    opacity: 1;
    display: table;
    padding: 8px 0 0;
    margin-bottom: 0px;
}

.mobile {
    max-height: 73px;
}




@media (max-width: 1200px) {

    .wheel {
        margin: 135px auto;
    }

    /* .screen2 {
        height: 100%;
    } */
    .screen1 {
        height: 100%;
    }

}


@media (max-width: 768px) {
    .wheel {
        margin: 137px auto;
    }

    .wheel-cover {
        position: absolute;
        margin-top: -42px;
    }

    h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
    }
    .screen1 {
        min-height: 650px;
    }

    /* .screen2 {
         min-height: auto;  
    } */

    #GameScreenErrorMessage {
        font-size: 23px;
        max-width: 600px;
        width: 90%;
    }

    .promo-logo {
        max-width: 400px;
       
    }

}


@media screen and (max-width: 430px) and (orientation: portrait) {
    #rewards .tableWrap {
        width: 90%;
    }

    .wheel {
        margin: 122px auto;
    }
    .wheel-cover {
        position: absolute;
        margin-top: -32px;
    }


    h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 27px;
    }

    .screen1 { 
        min-height: 100%;
        
    }

    .mainenter {
        margin: 76px auto;
     
    }

    #GameScreenErrorMessage {
       
        font-size: 20px;
        max-width: 400px;
        width: 90%;
       
    }

    .screen2 {
        min-height: auto;
    }

    .promo-logo {
        max-width: 400px;
        margin: 70px auto 0;
    }

    #canvas {
        max-width: 550px;
        width: 92%;
        margin-top: -19px;
    }


      
}


@media screen and (max-width: 362px) and (orientation: portrait) {
    .mobile {
        max-height: 50px;
    }

    #GameScreenErrorMessage {
        font-size: 19px;
        max-width: 400px;
        width: 90%;
    }

    .screen2 {
        min-height: auto;
    }
    #canvas {
        max-width: 550px;
        width: 92%;
        margin-top: -19px;
    }

    .wheel-cover {
        position: absolute;
        margin-top: -30px;
    }
}
