html,
body,
div,
span,
applet,
object,
iframe,
h1,
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;
}

#mainBody {
    font-family: Helvetica, sans-serif;
    background-image: url(../images/background.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    line-height: 1.5;
}

h1,
h3,
h4,
p {
    color: white;
}

.container {
   
    max-width: 1000px;
    margin: auto;
    border-radius: 5px;
}

.row {
    max-width: 72.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.top {
    display: flex;
    align-items: center;
   max-width: 900px;
    margin: auto;
}

.logo {
    height: 100%;
    width: auto;
    margin-left: 5%;
}

.spinLogo {
    height: auto;
    width: 60%;
    margin-left: auto;
}

.left {}

.formControl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    margin: auto;
}

.formControl img {
    padding: 0 10px;
}

#register {
    max-width: 500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

input {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    margin: auto;
    height: 30px;
    margin-bottom: 8px;
    border-radius: 5px;
    padding-left: 12px;
    font-size: 14px;
    border-width: 1px;
    background-color: #efefef;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
#submitBtn {
    padding-top: 25px !important;
	text-decoration: none;
}
#submitBtn ,
button {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    margin: auto;
    height: 70px;
    margin-bottom: 15px;
    font-size: 30px;
    border: none;
    border: 2px solid #000;
    background: #f85032; /* Old browsers */
background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}

#btnArea {
    background-color: #f6fbfe;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 50px;
    border-top: 2px solid #919191;
}

.arrow-left {
    margin-left: 15%;
    height: 60px;    
}

.arrow-right {
    margin-right: 15%;
    height: 60px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#spin-btn {
    display: block;
    margin-top: 15px;
    width: 50%;
}

.hover:hover {
background: #ff050d; /* Old browsers */
background: -moz-linear-gradient(top, #ff050d 0%, #ff232e 50%, #e0000f 51%, #e6000f 71%, #ea0017 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff050d 0%,#ff232e 50%,#e0000f 51%,#e6000f 71%,#ea0017 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff050d 0%,#ff232e 50%,#e0000f 51%,#e6000f 71%,#ea0017 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff050d', endColorstr='#ea0017',GradientType=0 ); /* IE6-9 */
}



.offer {
    font-weight: 700;
    height: 150px;
    width: 80%;
    margin: auto
}
.offer p{
    color: #fff;
}
.gold {
    color: #e91800;
}

.text-pulse {
    -webkit-animation: pulse 2s;
    animation: pulse 2s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}


/* animation of offer text */

@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
    }
}

@keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
    }
}
.btn-pulse {
    -webkit-animation: btn-pulse 2s;
    animation: btn-pulse 2s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}


/* animation of offer text */

@-webkit-keyframes btn-pulse {
    0%,
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes btn-pulse {
    0%,
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.mainOffer {
    font-size: 40px;
    line-height: 40px;
    padding-top: 25px;
}

.miniOffer {
    font-size: 30px;
}
/* Modal Content */
.modal {
    background-color: #f6fbfe;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    display: none;
    position: relative;
    z-index: 5;
    width: 100%;
    top: -20px;
    margin: auto;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadein {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.modal-content {
    background: url(../images/bgForm.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    padding: 20px;
     border: 5px solid #acacac; 
    -webkit-animation-name: formFadeIn;
    animation-name: formFadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.slot-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: auto;
}


.slot-box{
   
  background-color: #f6fbfe;
  padding: 9px 9px 15px 0px;
}
.slot-wrap {
    
    height: 372px;
    position: relative;
    
}
.slot-frame {
    position: absolute;
    height: 92%;
    width: 95%;
    left: 0;
    right: 0;
    margin-left: 12px;
    margin-right: 12px;
    margin: auto;
    top: 50%;
    transform: translateY(100%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.spinner {
    border: 5px solid #acacac;
    background: #fff;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.spinner .slot-line-divider {
    position: absolute;
    height: 1px;
    background: #c10e00;
    width: 100%;
    z-index: 100;
    top: 110px;
}

.spinner li {
    padding: 0;
    top: 0;
    list-style: none;
    position: absolute;
    display: block;
    height: 100%;
}

.spinner-animation {
    background-color: yellow;
    z-index: 1000;
}



.slot-item {
    background: transparent url(../images/game-img.png);
}

.slot-line-divider:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #c10e00;
    width: 100%;
    z-index: 100;
    top: 110px;
    left: 0;
}

.slot {
    background-repeat: no-repeat;
    background-position: center;
    width: 33.3%;
    border-right: 1px solid #9e9e9e;
}

.slot1 {
    background-position: center 0px;
    left: -webkit-calc((100% / 3) * (1 - 1));
    left: calc((100% / 3) * (1 - 1));
    background-repeat: repeat-y;
}

.slot1-transform {
    animation: slot1 5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: slot1 5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: slot1 5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: slot1 5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    opacity: 1;
}

@-webkit-keyframes slot1 {
    0% {
        background-position: center -6000px;
    }
    100% {
        background-position: center -120px;
    }
}

@keyframes slot1 {
    0% {
        background-position: center -6000px;
    }
    100% {
        background-position: center -120px;
    }
}

.slot2 {
    background-position: center -114px;
    left: -webkit-calc((100% / 3) * (2 - 1));
    left: calc((100% / 3) * (2 - 1));
    background-repeat: repeat-y;
}

.slot2-transform {
    animation: slot2 6s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: slot2 6s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: slot2 6s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: slot2 6s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    opacity: 1;
}

@-webkit-keyframes slot2 {
    0% {
        background-position: center -7150px;
    }
    100% {
        background-position: center -1270px;
    }
}

@keyframes slot2 {
    0% {
        background-position: center -7150px;
    }
    100% {
        background-position: center -1270px;
    }
}

.slot3 {
    background-position: center -344px;
    left: -webkit-calc((100% / 3) * (3 - 1));
    left: calc((100% / 3) * (3 - 1));
    background-repeat: repeat-y;
}

.slot3-transform {
    animation: slot3 7s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: slot3 7s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: slot3 7s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: slot3 7s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    opacity: 1;
}

@-webkit-keyframes slot3 {
    0% {
        background-position: center -6805px;
    }
    100% {
        background-position: center -925px;
    }
}

@keyframes slot3 {
    0% {
        background-position: center -6805px;
    }
    100% {
        background-position: center -925px;
    }
}

.slot4 {
    left: -webkit-calc((100% / 3) * (4 - 1));
    left: calc((100% / 3) * (4 - 1));
    background-position: center -690px;
    display: none;
    background-repeat: repeat-y;
}

.slot4-transform {
    animation: slot4 8s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: slot4 8s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: slot4 8s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: slot4 8s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    opacity: 1;
}

@-webkit-keyframes slot4 {
    0% {
        background-position: center -7610px;
    }
    100% {
        background-position: center -1730px;
    }
}

@keyframes slot4 {
    0% {
        background-position: center -7610px;
    }
    100% {
        background-position: center -1730px;
    }
}

.slot5 {
    left: -webkit-calc((100% / 3) * (5 - 1));
    left: calc((100% / 3) * (5 - 1));
    background-position: center -230px;
    display: none;
    background-repeat: repeat-y;
}

.slot5-transform {
    animation: slot5 9s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: slot5 9s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: slot5 9s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: slot5 9s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    opacity: 1;
}

@-webkit-keyframes slot5 {
    0% {
        background-position: center -9105px;
    }
    100% {
        background-position: center -3225px;
    }
}

@keyframes slot5 {
    0% {
        background-position: center -9105px;
    }
    100% {
        background-position: center -3225px;
    }
}

#effect1 {
    margin-top: 3px;
    display: none;
    position: relative;
    z-index: 5000;
    width: 100%;
    height: 340px;
    background: url(../images/win.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation-name: winGlow;
    animation-name: winGlow;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

@-webkit-keyframes winGlow {
    from {
        -webkit-background-size: 0%;
        background-size: 0%;
    }
    to {
        -webkit-background-size: 150%;
        background-size: 150%;
    }
}

@keyframes winGlow {
    from {
        -webkit-background-size: 0%;
        background-size: 0%;
    }
    to {
        -webkit-background-size: 150%;
        background-size: 150%;
    }
}

#congratulations {
    display: none;
    position: relative;
    z-index: 10000;
    top: -270px;
    animation-name: congratulations;
    animation-duration: 6s;
    margin: auto;
}
@keyframes congratulations {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.win-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 2%;
    height: 30px;
    z-index: 1005;
    -webkit-box-shadow: white 0px 0px 15px 10px;
    box-shadow: white 0px 0px 15px 10px;
    background: #fff;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.win-line-transform {
    transition: all .3s 3s;
    -webkit-transition: all .3s 3s;
    -moz-transition: all .3s 3s;
    -ms-transition: all .3s 3s;
    width: 100%;
    opacity: 1;
}

.bonus {
    z-index: 1005;
    opacity: 0;
}

.mobile {
    width: 75%;
    margin: 0 auto;
}

#slot-handler-container {
    width: 10%;
    height: 380px;
    float: right;
    position: relative;
    overflow: hidden;
}

.drag-wrap {
    z-index: 6;
    width: auto;
}

#draggable {
    cursor: s-resize;
}

.draggable-line {
    width: 6px;
    height: 300px;
    left: 40px;
    top: 15px;
    background-color: #bcbcbc;
    position: relative;
    z-index: 2;
}

.handler {
    background-image: url(../images/handler.png);
    width: 55px;
    height: 114px;
    bottom: 20px;
    position: absolute;
    z-index: 5;
}

.footer {
    background: #f6fbfe;
    padding-bottom: 30px;
    padding-top: 15px;
}

.footer a {
    color: #5f5e5e;
}

.sm-txt {
    font-size: 0.625rem;
    line-height: 1.25rem;
}

.sm-txt p {
    color: #5f5e5e;
}

#slot-handle {
    float: right;
}

#slot-trigger {
    cursor: pointer;
    height: 200px;
    top: 150px;
    float: right;
    position: relative;
}

.required {
    color: #757575;
    font-size: 12px;
    text-align: right;
}

#slot-trigger div {
    position: absolute;
    top: 0;
}

#slot-trigger .ring1 {
    background: #282828;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(14%, #959595), color-stop(37%, #d1d1d1), color-stop(49%, #bababa), color-stop(67%, #959595), color-stop(100%, #212121));
    background: -webkit-linear-gradient(top, #282828 0%, #959595 14%, #d1d1d1 37%, #bababa 49%, #959595 67%, #212121 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#282828), color-stop(14%, #959595), color-stop(37%, #d1d1d1), color-stop(49%, #bababa), color-stop(67%, #959595), to(#212121));
    background: linear-gradient(to bottom, #282828 0%, #959595 14%, #d1d1d1 37%, #bababa 49%, #959595 67%, #212121 100%);
    border-radius: 0 2px 2px 0;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    width: 12px;
    z-index: 2;
}

#slot-trigger .ring1 .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149, 149, 149, 0.2)), color-stop(46%, rgba(13, 13, 13, 0.18)), color-stop(50%, rgba(1, 1, 1, 0.18)), color-stop(53%, rgba(10, 10, 10, 0.18)), color-stop(76%, rgba(78, 78, 78, 0.17)), color-stop(87%, rgba(56, 56, 56, 0.16)), color-stop(100%, rgba(27, 27, 27, 0.15)));
    background: -webkit-linear-gradient(top, rgba(149, 149, 149, 0.2) 0%, rgba(13, 13, 13, 0.18) 46%, rgba(1, 1, 1, 0.18) 50%, rgba(10, 10, 10, 0.18) 53%, rgba(78, 78, 78, 0.17) 76%, rgba(56, 56, 56, 0.16) 87%, rgba(27, 27, 27, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 149, 149, 0.2)), color-stop(46%, rgba(13, 13, 13, 0.18)), color-stop(50%, rgba(1, 1, 1, 0.18)), color-stop(53%, rgba(10, 10, 10, 0.18)), color-stop(76%, rgba(78, 78, 78, 0.17)), color-stop(87%, rgba(56, 56, 56, 0.16)), to(rgba(27, 27, 27, 0.15)));
    background: linear-gradient(to bottom, rgba(149, 149, 149, 0.2) 0%, rgba(13, 13, 13, 0.18) 46%, rgba(1, 1, 1, 0.18) 50%, rgba(10, 10, 10, 0.18) 53%, rgba(78, 78, 78, 0.17) 76%, rgba(56, 56, 56, 0.16) 87%, rgba(27, 27, 27, 0.15) 100%);
    border-radius: 0 2px 2px 0;
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1;
}

#slot-trigger .ring2 {
    background: #282828;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(14%, #959595), color-stop(37%, #d1d1d1), color-stop(49%, #bababa), color-stop(67%, #959595), color-stop(100%, #212121));
    background: -webkit-linear-gradient(top, #282828 0%, #959595 14%, #d1d1d1 37%, #bababa 49%, #959595 67%, #212121 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#282828), color-stop(14%, #959595), color-stop(37%, #d1d1d1), color-stop(49%, #bababa), color-stop(67%, #959595), to(#212121));
    background: linear-gradient(to bottom, #282828 0%, #959595 14%, #d1d1d1 37%, #bababa 49%, #959595 67%, #212121 100%);
    border-radius: 0 2px 2px 0;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8);
    height: 80%;
    left: 8px;
    overflow: hidden;
    top: 10%;
    width: 20px;
    z-index: 1;
}

#slot-trigger .ring2 .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149, 149, 149, 0.15)), color-stop(46%, rgba(13, 13, 13, 0.15)), color-stop(50%, rgba(1, 1, 1, 0.15)), color-stop(53%, rgba(10, 10, 10, 0.15)), color-stop(76%, rgba(78, 78, 78, 0.15)), color-stop(87%, rgba(56, 56, 56, 0.15)), color-stop(100%, rgba(27, 27, 27, 0.15)));
    background: -webkit-linear-gradient(top, rgba(149, 149, 149, 0.15) 0%, rgba(13, 13, 13, 0.15) 46%, rgba(1, 1, 1, 0.15) 50%, rgba(10, 10, 10, 0.15) 53%, rgba(78, 78, 78, 0.15) 76%, rgba(56, 56, 56, 0.15) 87%, rgba(27, 27, 27, 0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 149, 149, 0.15)), color-stop(46%, rgba(13, 13, 13, 0.15)), color-stop(50%, rgba(1, 1, 1, 0.15)), color-stop(53%, rgba(10, 10, 10, 0.15)), color-stop(76%, rgba(78, 78, 78, 0.15)), color-stop(87%, rgba(56, 56, 56, 0.15)), to(rgba(27, 27, 27, 0.15)));
    background: linear-gradient(to bottom, rgba(149, 149, 149, 0.15) 0%, rgba(13, 13, 13, 0.15) 46%, rgba(1, 1, 1, 0.15) 50%, rgba(10, 10, 10, 0.15) 53%, rgba(78, 78, 78, 0.15) 76%, rgba(56, 56, 56, 0.15) 87%, rgba(27, 27, 27, 0.15) 100%);
    border-radius: 0 2px 2px 0;
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1;
}

#slot-trigger .arm {
    background: #0d0d0d;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0d0d0d), color-stop(47%, #4e4e4e), color-stop(87%, #383838), color-stop(100%, #1b1b1b));
    background: -webkit-linear-gradient(left, #0d0d0d 0%, #4e4e4e 47%, #383838 87%, #1b1b1b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#0d0d0d), color-stop(47%, #4e4e4e), color-stop(87%, #383838), to(#1b1b1b));
    background: linear-gradient(to right, #0d0d0d 0%, #4e4e4e 47%, #383838 87%, #1b1b1b 100%);
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.8);
    height: 300px;
    left: 16px;
    top: -200px;
    width: 9px;
    z-index: 3;
    overflow: visible !important;
}

#slot-trigger .arm .knob {
    background: #fff55d;
    background: -webkit-linear-gradient(top, #fff55d 0%, #e09d1b 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff55d), to(#e09d1b));
    background: linear-gradient(to bottom, #fff55d 0%, #e09d1b 100%);
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    height: 40px;
    left: -15px;
    top: -15px;
    width: 40px;
    z-index: 4;
}

#slotTrigger.slotTriggerDown {
    background-position: 0px -17px;
}

#slotTrigger.slotTriggerDisabled {
    background-position: 0px -34px;
    display: none;
}

.slotSpinAnimation {
    display: none;
}


/* TERMS AND CONDITIONS */

.modalDialog {
    overflow: auto;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    text-align: left;
    width: 80%;
    position: relative;
    margin: 2% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}

.close {
    background: #fff;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    line-height: 30px;
    width: 30px;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.modalDialog ul,
ol {
    margin-left: 50px;
}
.redirect{
    background-color: aliceblue;
    background-image: none;
}
.loading{
    display: flex;
    justify-content: center;
    align-content: center;
}
.cubes{
    margin-top: -155px;
    width: 25%;
    float: left;
}
.cubes2{
     margin-top: -155px;
    width: 25%;
     float: right;
}