﻿

body {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #7f7f7f;
    color: rgba(255, 255, 255, 0.7);
    background: #fff;
    height: 100%;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    body {
        background-position: center center;
        background-repeat: no-repeat;
    }
}

a {
    color: #17e7a4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #17e7a4;
        outline: none;
    }

p {
    margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #fff;
    background: #17e7a4;
}

::-moz-selection {
    color: #fff;
    background: #17e7a4;
}

::selection {
    color: #fff;
    background: #17e7a4;
}

#fh5co-main {
    max-width: 1060px;
    /*min-height: 600px;*/
    margin: 1em auto 1em auto;
    position: relative;
    background: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #fh5co-main {
        margin: 2em .5em 5em .5em;
        max-height: 820px;
    }
}

.fh5co-tab-wrap {
    position: relative;
}

    .fh5co-tab-wrap .fh5co-tab-menu {
        list-style: none;
        text-align: center;
        margin-bottom: 2em;
        position: relative;
        top: -.5em;
        padding: 0;
        margin: 0;
    }

@media screen and (max-width: 768px) {
    .fh5co-tab-wrap .fh5co-tab-menu {
        top: -7px;
    }
}

.fh5co-tab-wrap .fh5co-tab-menu li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
}

    .fh5co-tab-wrap .fh5co-tab-menu li a {
        padding: 2em 1em 1em 1em;
        position: relative;
        color: rgba(255, 255, 255, 0.5);
        z-index: 10;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .fh5co-tab-wrap .fh5co-tab-menu li a .icon {
            display: block;
            position: relative;
            font-size: 22px;
            bottom: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .fh5co-tab-wrap .fh5co-tab-menu li a .menu-text {
            display: block;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

@media screen and (max-width: 768px) {
    .fh5co-tab-wrap .fh5co-tab-menu li a .menu-text {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .fh5co-tab-wrap .fh5co-tab-menu li a {
        padding: 1em .5em .5em .5em;
    }
}

.fh5co-tab-wrap .fh5co-tab-menu li a:after {
    position: absolute;
    content: "";
    height: 0;
    background: #17e7a4;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.fh5co-tab-wrap .fh5co-tab-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

    .fh5co-tab-wrap .fh5co-tab-menu li a:hover .icon {
        bottom: 10px;
    }

@media screen and (max-width: 768px) {
    .fh5co-tab-wrap .fh5co-tab-menu li a:hover .icon {
        bottom: 0px;
    }
}

.fh5co-tab-wrap .fh5co-tab-menu li a:hover:after {
    height: 100%;
}

.fh5co-tab-wrap .fh5co-tab-menu li.active .icon {
    bottom: 10px;
}

@media screen and (max-width: 768px) {
    .fh5co-tab-wrap .fh5co-tab-menu li.active .icon {
        bottom: 0px;
    }
}

.fh5co-tab-wrap .fh5co-tab-menu li.active > a {
    color: #fff;
    text-decoration: none;
}

    .fh5co-tab-wrap .fh5co-tab-menu li.active > a:after {
        height: 100%;
    }

.fh5co-tab-wrap .fh5co-tab-content {
    padding-left: 4em;
    padding-right: 4em;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-tab-wrap .fh5co-tab-content {
        padding-left: .5em;
        padding-right: .5em;
    }
}

.fh5co-tab-wrap .fh5co-tab-content.active {
    opacity: 1;
    visibility: visible;
}

.fh5co-tab-wrap .fh5co-tab-content .fh5co-content-inner {
    padding: 3em 2em 5em 2em;
    float: left;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .fh5co-tab-wrap .fh5co-tab-content .fh5co-content-inner {
        padding: 4em .5em 5em .5em;
    }
}

figure {
    margin-bottom: 1.5em;
}

.fh5co-counter .fh5co-number {
    font-size: 50px;
    color: #17e7a4;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: .7;
}

    .fh5co-counter .fh5co-number.fh5co-left {
        float: left;
        width: 30%;
    }

@media screen and (max-width: 768px) {
    .fh5co-counter .fh5co-number.fh5co-left {
        width: 100%;
        line-height: 1.2;
    }
}

.fh5co-counter .fh5co-text {
    float: right;
    text-align: left;
    width: 70%;
}

@media screen and (max-width: 768px) {
    .fh5co-counter .fh5co-text {
        width: 100%;
        text-align: center;
    }
}

.fh5co-counter .fh5co-text h3 {
    margin: 0;
    padding: 0;
    position: relative;
}

    .fh5co-counter .fh5co-text h3.border-bottom:after {
        content: "";
        width: 50px;
    }

.fh5co-social {
    padding: 0;
    margin: 0;
    text-align: center;
}

    .fh5co-social li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .fh5co-social li a {
            font-size: 22px;
            color: #fff;
            padding: 10px 20px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px;
        }

@media screen and (max-width: 768px) {
    .fh5co-social li a {
        padding: 10px 8px;
    }
}

.fh5co-social li a:hover {
    color: #17e7a4;
}

.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
    outline: none;
    text-decoration: none;
}

.fh5co-feature {
    text-align: left;
    width: 100%;
    float: left;
}

    .fh5co-feature .fh5co-icon {
        float: left;
        width: 10%;
        display: block;
        margin-top: 5px;
    }

        .fh5co-feature .fh5co-icon i {
            color: #17e7a4;
            font-size: 40px;
        }

    .fh5co-feature .fh5co-text {
        float: right;
        width: 82%;
    }

@media screen and (max-width: 768px) {
    .fh5co-feature .fh5co-text {
        width: 82%;
    }
}

@media screen and (max-width: 480px) {
    .fh5co-feature .fh5co-text {
        width: 72%;
    }
}

.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
    margin: 0;
    padding: 0;
}

.fh5co-feature .fh5co-text h3 {
    font-weight: 300;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}

.fh5co-feature .fh5co-text h2 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.chart {
    width: 160px;
    height: 160px;
    margin: 0 auto 30px auto;
    position: relative;
    text-align: center;
}

    .chart span {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -30px;
        width: 100%;
    }

        .chart span strong {
            display: block;
        }

    .chart canvas {
        position: absolute;
        left: 0;
        top: 0;
    }

#fh5co-footer {
    margin-top: 50px;
    background: black;
    clear: both;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
    line-height: 1.2;
}

    #fh5co-footer small {
        font-size: 14px;
    }

    #fh5co-footer .fh5co-author {
        display: block;
    }

@media screen and (max-width: 768px) {
    #fh5co-footer .fh5co-author {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 1em;
    }
}


/*Scratch 'N Win*/

.scratchpad {
    width: 300px;
    height: 289px;
    border: solid 2px #17e7a4;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width: 500px) {
    .scratchpad {
        width: 319px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}

#promo1.scratchpad {
    width: 100px;
    height: 95px;
    border: solid 2px #17e7a4;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width: 500px) {
    #promo1.scratchpad {
        width: 105px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}

#promo2.scratchpad {
    width: 100px;
    height: 95px;
    border: solid 2px #17e7a4;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width: 500px) {
    #promo2.scratchpad {
        width: 105px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}

#promo3.scratchpad {
    width: 100px;
    height: 95px;
    border: solid 2px #17e7a4;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width: 500px) {
    #promo3.scratchpad {
        width: 105px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}

#promo4.scratchpad {
    width: 100px;
    height: 95px;
    border: solid 2px #17e7a4;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width: 500px) {
    #promo4.scratchpad {
        width: 105px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}

#promo5.scratchpad {
    width: 100px;
    height: 95px;
    border: solid 2px #17e7a4;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width: 500px) {
    #promo5.scratchpad {
        width: 105px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}

#promo6.scratchpad {
    width: 100px;
    height: 95px;
    border: solid 2px #17e7a4;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width: 500px) {
    #promo6.scratchpad {
        width: 105px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}

#promo7.scratchpad {
    width: 100px;
    height: 95px;
    border: solid 2px #17e7a4;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width: 500px) {
    #promo7.scratchpad {
        width: 105px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}

#promo8.scratchpad {
    width: 100px;
    height: 95px;
    border: solid 2px #17e7a4;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width: 500px) {
    #promo8.scratchpad {
        width: 105px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}

#promo9.scratchpad {
    width: 100px;
    height: 95px;
    border: solid 2px #17e7a4;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width: 500px) {
    #promo9.scratchpad {
        width: 105px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}




.BrandImg {
    height: 220px;
    width: 100%;
}

.faint {
    color: #999;
}

.fa {
    font-size: 5em;
    text-align: center;
    padding: 20px;
}

.btn:hover {
    outline: 0 !important;
}

.btn:focus {
    outline: 0 !important;
}

.btn:active {
    outline: 0 !important;
}

.btn-download {
    height: 50px;
    text-align: center;
    margin-top: 40px;
    font-size: 1.7em;
}

.btn-flip-extend, .btn-flip:hover, .btn-flip:focus {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.btn-flip {
    opacity: 0.8;
    color: #666666;
    background-color: transparent;
}

    .btn-flip i {
        font-size: 16px;
    }

/*.card-holder {
    margin-top: 50px;
}*/



    .back .btn-simple {
        position: absolute;
        left: 0;
        bottom: 4px;
    }

.qr canvas {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto;
}

.title {
    color: #506a85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;
}


@media screen and (width: 320px) {
    #MainGameIcon {
        height: 110px !important;
    }

    /*.swrapper {
        margin-left: -25px !important;
    }*/

    .reel-frames {
        width: 100px !important;
    }

    /*#machine {
        margin-left: -5px !important;
    }*/
}

@media screen and (width: 360px) {
    #MainGameIcon {
        height: 120px !important;
    }

    /*.swrapper {
        margin-left: -8px !important;
    }*/

    .reel-frames {
        width: 112px !important;
    }

    /*#machine {
        margin-left: -2px !important;
    }*/
}

@media screen and (width: 375px) {
    #MainGameIcon {
        height: 120px !important;
    }

    /*.swrapper {
        margin-left: -8px !important;
    }*/

    .reel-frames {
        width: 112px !important;
    }

    /*#machine {
        margin-left: -2px !important;
    }*/
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  

    .col-md-3 {
        padding-right: 10px;
        padding-left: 10px;
    }
 
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    ...
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    ...
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    /*.swrapper 
    {
        left:31%;
    }*/

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    ...
}


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 2500;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    /*top: 25%;*/
    top: 12%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: rgba(12,189,179,1) !important;
        text-decoration: none !important;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

        .overlay a {
            font-size: 20px
        }

        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}


table.blueTable {
    border: 1px solid #13A48E;
    background-color: transparent;
    /*width: 195px;
  height: 95px;*/
    text-align: center;
    position: absolute;
    background-image: none !important;
}

    table.blueTable td, table.blueTable th {
        border: 1px solid #AAAAAA;
        padding: 0px 0px;
    }

    table.blueTable tbody td {
        font-size: 13px;
    }

    table.blueTable tfoot td {
        font-size: 14px;
    }

    table.blueTable tfoot .links {
        text-align: right;
    }

        table.blueTable tfoot .links a {
            display: inline-block;
            background: #1C6EA4;
            color: #FFFFFF;
            padding: 2px 8px;
            border-radius: 5px;
        }


.swrapper {
   
}

@media (max-width: 500px) {
    .swrapper {
        width: 321px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
}


#promo {
    background-color: transparent !important;
    background-image: none !important;
}

video::-webkit-media-controls {
    display: none !important;
}

* {
    margin: 0;
    padding: 0;
}


/*WRAPPER*/
#wrapper {
    margin: 40px auto 0;
    width: 266px;
    position: relative;
    margin-top: -0.5em;
}

#txt {
    color: #eaeaea;
}


/*WHEEL*/
#wheel {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px, rgba(0,0,0,0.05) 0px 3px 0px;
    transform: rotate(0deg);
}

    #wheel:before {
        content: '';
        position: absolute;
        /*border:4px solid rgba(0,0,0,0.1);*/
        width: 242px;
        height: 242px;
        border-radius: 50%;
        z-index: 1000;
    }

#inner-wheel {
    width: 100%;
    height: 100%;
    -webkit-transition: all 6s cubic-bezier(0,.99,.44,.99);
    -moz-transition: all 6 cubic-bezier(0,.99,.44,.99);
    -o-transition: all 6s cubic-bezier(0,.99,.44,.99);
    -ms-transition: all 6s cubic-bezier(0,.99,.44,.99);
    transition: all 6s cubic-bezier(0,.99,.44,.99);
}

#wheel div.sec {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 75px 0;
    /*border-color: #19c transparent;*/
    transform-origin: 75px 129px;
    left: 50px;
    top: -4px;
    opacity: 1;
}

    #wheel div.sec:nth-child(1) {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        border-color: #16a085 transparent;
    }

    #wheel div.sec:nth-child(2) {
        transform: rotate(52deg);
        -webkit-transform: rotate(56deg);
        -moz-transform: rotate(56deg);
        -o-transform: rotate(56deg);
        -ms-transform: rotate(56deg);
        border-color: #2980b9 transparent;
        /*border-color:rgba(0,0,0,0.2) transparent;*/
    }

    #wheel div.sec:nth-child(3) {
        transform: rotate(103deg);
        -webkit-transform: rotate(103deg);
        -moz-transform: rotate(103deg);
        -o-transform: rotate(103deg);
        -ms-transform: rotate(103deg);
        border-color: #34495e transparent;
    }

    #wheel div.sec:nth-child(4) {
        transform: rotate(154deg);
        -webkit-transform: rotate(154deg);
        -moz-transform: rotate(154deg);
        -o-transform: rotate(154deg);
        -ms-transform: rotate(154deg);
        border-color: #f39c12 transparent;
        /*border-color:rgba(0,0,0,0.2) transparent;*/
    }

    #wheel div.sec:nth-child(5) {
        transform: rotate(205deg);
        -webkit-transform: rotate(205deg);
        -moz-transform: rotate(205deg);
        -o-transform: rotate(205deg);
        -ms-transform: rotate(205deg);
        border-color: #d35400 transparent;
    }

    #wheel div.sec:nth-child(6) {
        transform: rotate(255deg);
        -webkit-transform: rotate(255deg);
        -moz-transform: rotate(255deg);
        -o-transform: rotate(255deg);
        -ms-transform: rotate(255deg);
        border-color: #c0392b transparent;
        /*border-color:rgba(0,0,0,0.2) transparent;*/
    }

    #wheel div.sec:nth-child(7) {
        transform: rotate(307deg);
        -webkit-transform: rotate(307deg);
        -moz-transform: rotate(307deg);
        -o-transform: rotate(307deg);
        -ms-transform: rotate(307deg);
        border-color: #090909 transparent;
    }

    #wheel div.sec .fa {
        margin-top: -120px;
        color: rgba(0,0,0,0.2);
        position: relative;
        z-index: 10000000;
        display: block;
        text-align: center;
        font-size: 36px;
        margin-left: -34px;
        text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
    }




#spin {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    border-radius: 50%;
    box-shadow: rgba(0,0,0,0.1) 0px 3px 0px;
    z-index: 1000;
    background: #fff;
    cursor: pointer;
    font-family: 'Exo 2', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


    #spin:after {
        content: "SPIN";
        text-align: center;
        line-height: 68px;
        color: #CCC;
        text-shadow: 0 2px 0 #fff, 0 -2px 0 rgba(0,0,0,0.3);
        position: relative;
        z-index: 100000;
        width: 68px;
        height: 68px;
        display: block;
    }

    #spin:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 28px 20px;
        border-color: transparent transparent #ffffff transparent;
        top: -12px;
        left: 14px;
    }

#inner-spin {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    border-radius: 50%;
    background: red;
    z-index: 999;
    box-shadow: rgba(255,255,255,1) 0px -2px 0px inset, rgba(255,255,255,1) 0px 2px 0px inset, rgba(0,0,0,0.4) 0px 0px 5px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#spin:active #inner-spin {
    box-shadow: rgba(0,0,0,0.4) 0px 0px 5px inset;
}

#spin:active:after {
    font-size: 15px;
}



#shine {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0.91) 9%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.99)), color-stop(9%,rgba(255,255,255,0.91)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    opacity: 0.1;
}



/*ANIMATION*/
@-webkit-keyframes hh {
    0%, 100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
    }
}

@keyframes hh {
    0%, 100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
    }
}

.spin {
    -webkit-animation: hh 0.1s; /* Chrome, Safari, Opera */
    animation: hh 0.1s;
}

#wfimg {
    margin-top: -110px;
    color: rgba(0,0,0,0.2);
    position: relative;
    z-index: 10000000;
    display: block;
    text-align: center;
    font-size: 36px;
    margin-left: -25px;
    text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
    height: 40px;
    width: 40px;
}


.float-left {
    display: block;
    float: left;
}

.float-right {
    display: block;
    float: right;
}

div.button {
    margin-top: 10px;
}

    div.button button {
        width: 125px;
    }

div.reel {
    width: 148px;
    height: 248px;
    border: #000 3px solid;
    border-radius: 6px;
    padding: 5px 2px 2px 6px;
}

div.inner-reel {
    width: 143px;
    height: 244px;
    overflow: hidden;
    margin: 0;
    padding: 1px;
    background: linear-gradient(to bottom, rgba(245,245,245, 0.75) 0%,rgba(255,255,255, 1.0) 33%,rgba(245,245,245, 0.75) 66%,rgba(224,224,224, 0.85) 100%);
    border-radius: 3px;
}

div.outer-reel {
    clear: none;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

div.separator {
    height: 248px;
    width: 10px;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 25%,#000000 27%,#ffffff 28%,#ffffff 52%,#000000 54%,#ffffff 56%,#ffffff 77%,#000000 78%,#ffffff 80%,#ffffff 100%);
}

div.reels {
    width: 508px;
    height: 260px;
    padding: 5px;
    background: #ffffff;
    float: left;
}

div.red-line0 {
    z-index: 1000;
    left: 25px;
    top: 77px;
    width: 480px;
    height: 5px;
    background-color: red;
    position: absolute;
}

div.red-line1 {
    z-index: 1000;
    left: 25px;
    top: 143px;
    width: 480px;
    height: 5px;
    background-color: red;
    position: absolute;
}

div.red-line2 {
    z-index: 1000;
    left: 25px;
    top: 203px;
    width: 480px;
    height: 5px;
    background-color: red;
    position: absolute;
}

div.pay-table {
    width: 360px;
    height: 235px;
    padding: 10px 10px 10px 20px;
    background: #ffffff;
    float: left;
    border: #000 3px solid;
    border-radius: 6px;
    margin: 5px 2px 0px 5px;
}

.blink {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.pay-line {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

.coins {
    display: block;
    float: right;
    font-weight: bold;
}

img.fancy-image {
    vertical-align: middle;
    margin: 0 5px 0 5px;
    width: 27px;
    height: 24px;
}

img.fancy-star {
    vertical-align: middle;
    margin: 0 8px 0 -5px;
    width: 14px;
    height: 14px;
}

div.bs-debug {
    width: 310px;
    height: 225px;
    padding: 0;
    background: #ffffff;
    float: left;
    margin: 5px 0 0 10px;
}

div.balance-spin {
    width: 200px;
    height: 60px;
    padding: 15px;
    background: #ffffff;
    border: #000 3px solid;
    border-radius: 6px;
    margin: 0;
    font-size: 0.9em;
}

    div.balance-spin input {
        width: 200px;
        height: 30px;
        text-align: center;
        border-width: 0;
        font-size: 25px;
        font-weight: bold;
    }

    div.balance-spin button {
        width: 200px;
    }

div.debug-area {
    width: 200px;
    height: 120px;
    padding: 15px;
    background: #ffffff;
    border: #000 3px solid;
    border-radius: 6px;
    margin: 8px 0 0 0;
    font-size: 0.9em;
}

div.debug-reel {
    float: left;
    margin-top: 10px;
}

    div.debug-reel label {
        width: 55px;
        display: block;
        float: left;
    }

div.debug-area label.l1 {
    width: 50px;
    display: block;
    float: left;
    font-weight: bold;
}


div.pay-table {
    width: 360px;
    height: 235px;
    padding: 10px 10px 10px 20px;
    background: #ffffff;
    float: left;
    border: #000 3px solid;
    border-radius: 6px;
    margin: 5px 2px 0px 5px;
    display: none;
}

.blink {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.pay-line {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

.coins {
    display: block;
    float: right;
    font-weight: bold;
}

img.fancy-image {
    vertical-align: middle;
    margin: 0 5px 0 5px;
    width: 27px;
    height: 24px;
}

img.fancy-star {
    vertical-align: middle;
    margin: 0 8px 0 -5px;
    width: 14px;
    height: 14px;
}

div.bs-debug {
    width: 310px;
    height: 225px;
    padding: 0;
    background: #ffffff;
    float: left;
    margin: 5px 0 0 10px;
}

div.balance-spin {
    width: 200px;
    height: 60px;
    padding: 15px;
    background: #ffffff;
    border: #000 3px solid;
    border-radius: 6px;
    margin: 0;
    font-size: 0.9em;
}

    div.balance-spin input {
        width: 200px;
        height: 30px;
        text-align: center;
        border-width: 0;
        font-size: 25px;
        font-weight: bold;
    }

    div.balance-spin button {
        width: 200px;
    }

div.debug-area {
    width: 200px;
    height: 120px;
    padding: 15px;
    background: #ffffff;
    border: #000 3px solid;
    border-radius: 6px;
    margin: 8px 0 0 0;
    font-size: 0.9em;
}

div.debug-reel {
    float: left;
    margin-top: 10px;
}

    div.debug-reel label {
        width: 55px;
        display: block;
        float: left;
    }

div.debug-area label.l1 {
    width: 50px;
    display: block;
    float: left;
    font-weight: bold;
}



.icons {
    display: inline-block;
    width: 128px;
    height: 564px;
    overflow: hidden;
    /*background: #fff url('~/Images/Slots/Reel.png') repeat-y;*/
    background: #fff url('../Images/Slots/Reel.png') repeat-y;
    will-change: backgroundPosition;
    -webkit-transition: 0.3s background-position ease-in-out;
    transition: 0.3s background-position ease-in-out;
    padding: 0 80px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .icons:nth-child(2) {
        margin: 0 10px;
    }

* {
    box-sizing: border-box;
}



.app-wrap.winner-false {
    -webkit-animation: linear 1s spin;
    animation: linear 1s spin;
}



.gradient-fade {
    position: absolute;
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(64,64,64,1)), color-stop(7%, rgba(64,64,64,0)), color-stop(93%, rgba(64,64,64,0)), to(rgba(64,64,64,1)) );
    background: linear-gradient( to bottom, rgba(64,64,64,1) 0%, rgba(64,64,64,0) 7%, rgba(64,64,64,0) 93%, rgba(64,64,64,1) 100% );
}

/*@media screen and (max-width: 1000px) {
    .spinner-container {
        -webkit-transform: translate(-50%, -50%) scale(.55, .55);
        transform: translate(-50%, -50%) scale(.55, .55);
    }
}

@media screen and (max-width: 500px) {
    .spinner-container {
        -webkit-transform: translate(-50%, -50%) scale(.55, .55);
        transform: translate(-50%, -50%) scale(.55, .55);
    }
}*/

#repeatButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: url('../Images/Slots/spin.png') transparent 0 0 no-repeat;
    background-size: auto;
    background-size: cover;
    top: 315px;
    /*right: 20px;*/
    cursor: pointer;
    -webkit-animation: 6s linear infinite spin;
    animation: 6s linear infinite spin;
    width: 150px;
    height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

#XBtnClose {
    margin-top: -2.8em;
    margin-left: 10%;
    width: 5%;
    position: absolute;
}

#IBtn {
    margin-top: -4.2em;
    margin-left: -85%;
    width: 20%;
    position: absolute;
}

#PayImg {
    height: 25px !important;
    width: 25px !important;
    margin-left: 35%;
}






#machine {
    display: block ruby;
    margin-top: 2em;
}



/* Reels */

.reel-frames {
    background: linear-gradient(to bottom, black 0%,#000 50%,black 100%);
    height: 280px;
    width: 125px;
    /*width: 115px;*/
    margin: 50px auto 0 auto;
    padding: 5px;
    display: inline-block;
    border-radius: 10px;
}

/*.reel-frames:nth-child(2) { margin: 0 5px; }*/

.reels-machinery {
    background: #000;
    height: 100%;
    border-radius: 5px;
}

    .reels-machinery > div {
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 7px / 50%;
        overflow: hidden;
        box-shadow: inset 0px 20px 20px -10px #696868, inset 0px -20px 20px -10px #696868;
    }



.first {
    margin-top: -10px;
}

.display-place {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
}

    .display-place span {
        margin-top: 4px;
        display: inline-block;
    }

.display-framework {
    height: 50px;
    padding: 3px;
    margin: 30px 5px 0 5px;
    background: linear-gradient(100deg, #a0a0a2 0%,#ffffff 25%,#b6b7b9 50%,#eeeeee 75%,#484848 100%);
}

.display {
    background-color: #000;
    height: 100%;
    color: #C90404;
    font-size: 3em;
    font-family: '7-Segment', monospace;
    padding: 0 5px;
    width: auto;
}




* {
    box-sizing: border-box;
}

 

.app-wrap.winner-false {
    -webkit-animation: linear 1s spin;
    animation: linear 1s spin;
}

 

/*@media screen and (max-width: 1000px) {
    .spinner-container {
        -webkit-transform: translate(-50%, -50%) scale(.95, .95);
        transform: translate(-50%, -50%) scale(.95, .95);
    }
}*/

/*@media screen and (max-width: 500px) {
    .spinner-container {
        -webkit-transform: translate(-50%, -50%) scale(.95, .95);
        transform: translate(-50%, -50%) scale(.95, .95);
    }
}*/


.accordion {
    background-color: #222;
    color: #17e7a4;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    /*text-align: left;*/
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
 

.panel {
    padding: 0 18px;
    background-color: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
