#fowof {

}

#fowof .fowof_toggleGame {
    position: absolute;
    right: -5px;
    top: 15%;
    cursor: pointer;
    font-size: 14px !important;
    background-color: #d52d26;
    width: auto !important;
    padding: 0 20px 0 0 !important;
    position: fixed;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    line-height: 46px !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    z-index: 99;
/*}

#fowof .fowof_toggleGame:hover {*/
    -webkit-animation-name: glow;
    animation-name: glow;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
#fowof .fowof_toggleGame:hover {
    -webkit-animation-name: none;
    animation-name: none;
}

#fowof .fowof_toggleGame span {
    display: block !important;
    color: #fff !important;
    padding: 0 40px 0 20px !important;
    height: 46px !important;
    background: url(../img/clover.png) no-repeat 100% center !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 26px 26px !important;
    background-repeat: no-repeat !important;
}

.fowof_game {
    position: fixed;
    display: block !important;
    height: auto !important;
    z-index: 999 !important;
    top: 10px !important;
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    box-sizing: content-box !important;
    border: 1px solid #cecece;
    border-radius: 10px;
    font-size: 14px;
    right: 0;
    padding: 1em 2em;
}

.fowof_hide {
    display: none !important;
}

.fowof_show {
    display: block !important;
}

.fowof_close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 1.3em;
}

.fowof_btnContainer {
    text-align: center;
    margin-bottom: 1em;
}

.btn_spin, .btn_price_lock {
    display: inline-block;
    padding: 15px 30px 15px 30px;
    background-color: #d52d26;
    border: 1px solid #841b17;
    border-radius: 10px;
    width: 37%;
    color: white;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 1.5em;
    bottom: 15px;
}

.btn_spin {
    margin-right: 5px;
}

.btn_spin:hover, .btn_price_lock:hover {
    background-color: #a9221d;
    border: 1px solid #4b1c1a;
}
.btn_spin:active, .btn_price_lock:active {
    background-color: #6c1412;
    border: 1px solid #000;
}

.btn_disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.fowof_intro {
    font-size: 1.5em;
    text-align: center;
    margin: 1em 0 0.5em 0;
}

#current_price {
    font-size: 2em;
    text-align: center;
    color: red;
    margin: 0.5em;
}

.fowof_limit_reached {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: red;
    margin: 0.5em;
}

#canvas {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

.fowof-terms-and-conditions-container {
    margin: 3px auto;
    text-align: center;
}

.jq-toast-wrap {
    width: 350px;
}

@media (max-width: 444px) {
    .btn_spin, .btn_price_lock {
        font-size: 1.3em;
    }
}
@media (max-width: 500px) {
    .fowof_intro {
        font-size: 1.3em;
    }
}

@media (max-width: 700px) {

}


@-webkit-keyframes glow {
    from {
        background-color: #d52d26;
    }
    50% {
        background-color: #a9221d;
        -webkit-transform: scale(0.96);
    }
    to {
        background-color: #d52d26;
    }
}

@keyframes glow {
    from {
        background-color: #d52d26;
    }
    50% {
        background-color: #a9221d;
        transform: scale(0.96);
    }
    to {
        background-color: #d52d26;
    }
}
