.noflash {
    background: #312115;
    color: #494b4f;
    margin-bottom: 8px;
    min-height: 480px;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: none;
}
.game-cover {
    background-size: cover;
    filter: blur(8px);
    bottom: -10px;
    left: -10px;
    opacity: 0.6;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
}
.activate-steps {
    background: #fff;
    border-radius: 6px;
    margin: 42px auto 30px;
    padding: 15px 20px;
    position: relative;
    width: 430px;
    z-index: 2;
}
.noflash .step {
    background: #f5f5f5;
    border-radius: 5px;
    margin: 5px 0 3px;
    padding: 5px;
    text-align: center;
}
.top-fl,
.or-fl {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}
.desc-fl {
    font-size: 15px;
}
.top-fl,
.desc-fl,
.or-fl {
    display: block;
    text-align: center;
}
.step-number {
    border-right: solid 1px #ebebeb;
    color: #1d7fc7;
    float: left;
    font-size: 28px;
    font-weight: 700;
    padding: 16px 0;
    width: 70px;
}
.step-1 .step-content {
    display: inline-block;
    padding: 5px 0;
}
.btn-play {
    background: #ecd901;
    border-radius: 5px;
    box-shadow: 0 0 #092b62 inset, 0 3px 4px rgba(0, 0, 0, 0.4);
    color: #000 !important;
    display: inline-block;
    font-size: 1.212em;
    font-weight: 700;
    margin: 0;
    min-width: 266px;
    outline: 0;
    padding: 14px 22px 14px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-play:hover {
    background: #f7e521;
    box-shadow: none;
}
.step.step-2 {
    position: relative;
    z-index: 2;
}
.icon-info-circled-alt {
    background-image: url(images/unlock.png);
    display: inline-block;
    height: 12px;
    width: 13px;
}
.icon-lock {
    background-image: url(images/lock.png);
    display: inline-block;
    height: 11px;
    width: 9px;
}
.allow-flash-frame {
    background: #fff;
    border: solid 1px #b2b2b2;
    border-radius: 3px;
    color: #5a5a5a;
    display: inline-block;
    font-size: 11px;
    margin: 10px 0;
    padding: 18px 15px 15px 21px;
    position: relative;
    text-align: left;
    width: 280px;
}
.allow-flash-frame .run-flash-ico {
    background: url(images/run-flash.png) left top no-repeat;
    background-size: 17px;
    display: block;
    margin: 10px 0;
    padding-left: 26px;
}
.allow-flash-frame .buttons {
    text-align: right;
}
.allow-flash-frame .buttons > div {
    background: #efefef;
    border: solid 1px #b2b2b2;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    min-width: 40px;
    padding: 5px 18px;
    text-align: center;
}
.allow-flash-frame .buttons > div.button-allow {
    animation: flashButtonAllow 5s infinite;
}
@keyframes flashButtonAllow {
    45% {
        background-color: #efefef;
        border-color: #b2b2b2;
        box-shadow: none;
    }
    46% {
        background-color: #eaeaea;
        border-color: #7f7f7f;
        box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    }
    54% {
        background-color: #eaeaea;
        border-color: #7f7f7f;
        box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    }
    55% {
        background-color: #efefef;
        border-color: #b2b2b2;
        box-shadow: none;
    }
}
@keyframes runFlashCursor {
    0% {
        bottom: 90px;
        right: 90%;
    }
    30% {
        bottom: 125px;
        right: 150px;
    }
    70% {
        bottom: 125px;
        right: 150px;
    }
    100% {
        bottom: 90px;
        right: 90%;
    }
}
.plugin-flash-simple .animation-wrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.noflash .animation-wrapper .run-flash-cursor {
    animation: runFlashCursor 5s infinite;
    background: url(images/cursor-pointer.png) center center no-repeat;
    background-size: 30px 40px;
    bottom: -40px;
    height: 40px;
    position: absolute;
    right: 100%;
    width: 30px;
    z-index: 4;
}
