@import url('https://fonts.googleapis.com/css?family=Oswald');

body.page-slug-break-the-bank .link-to-mobile {
    display: none;
}
body.page-slug-break-the-bank #stage {
    background: #222;
}

/* Removes Mobile Highlight */ *{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
#btb{
    margin: 0;
    padding: 0;
    text-align: center;
    background: #000;
    font-family: arial, helvetica, sans-serif;
    font-family: 'Oswald', sans-serif;
}

#game-canvas{
    width: 100%;
    height: 100%;
    width: 1024px;
    height: 768px;
    position: relative;
    overflow: hidden;
    margin: auto;
    background: none;
    z-index: 100;
}
.game-wrapper{
    position: relative;
    width: 1024px;
    height: 768px;
    margin: auto;
}

.game-area{
    width: 960px;
    height: 640px;
    width: 1024px;
    height: 768px;
    margin: auto;
    position: absolute;
    top: 155px;
    left: 50%;
    top: 0;
    left: 0;
    margin-left: -480px;
    margin: auto;
    background: #f1f1f1;
    background: none;
    z-index: 200;
}
.game-area {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .game-area.level-1{
        /*background: url('images/level-1-bg.jpg') 50% 50% no-repeat;*/
    }
    .game-background.level-1{
        background: url('images/level-1-bg.jpg') 50% 50% no-repeat;
    }

.header{
}

/****
*** INTERFACE & INFO
****/

@-webkit-keyframes pulse1{
    0% {background-color: rgba(200,200,200,.2);}
    50% {background-color: rgba(20,180,20,.2);}
    100% {background-color: rgba(200,200,200,.2);}
}
@-webkit-keyframes pulse2{
    0% {background-color: rgba(200,200,200,.2);}
    50% {background-color: rgba(180,20,20,.2);}
    100% {background-color: rgba(200,200,200,.2);}
}
@-webkit-keyframes tilePulse{
    0% {background-color: rgba(100,100,100,1);}
    50% {background-color: rgba(200,200,200,1);}
    100% {background-color: rgba(100,100,100,1);}
}

.logo.break-the-bank{
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 350px;
    height: 260px;
    margin: 0 auto 20px;
    background: url('images/break-the-bank-logo.png') 50% 50% no-repeat;
}

#btb .menu{
    display: none;
    position: absolute;
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    padding: 0;
    background: rgba(245,245,245,.85);
    border-radius: 10px;
    box-shadow: 2px 2px 80px 20px rgba(0,0,0,.75);
    text-transform: uppercase;
    z-index: 500;
    color: #333;

    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
}
    #btb .menu p{
        font-size: 20px;
        line-height: 24px;
        margin: 4px 0;
        text-transform: none;
        /* font-family: arial, helvetica, sans-serif; */
    }
        #btb .menu.keyboard-shortcuts p{
            font-size: 14px;
            line-height: 18px;
            text-align: left;
            padding: 0 20px;
        }
    
        #btb .menu p.scorenum{
            font-size: 24px;
            line-height: 28px;
            color: #333;
            margin: 2px 0;
        }
        #btb .menu p.scorenum.savings span{
            color: #006600;
        }
        #btb .menu p.scorenum.debt span{
            color: #660000;
        }

    #btb .menu h1{
        font-size: 28px;
    }
    #btb .menu h2{
        font-size: 24px;
        font-weight: normal;
        margin: 8px auto 0;
    }
    #btb .menu h3{
        font-size: 22px;
        font-weight: normal;
        text-transform: none;
        margin: 12px 0;
    }
    #btb .menu h4{
        font-size: 18px;
        line-height: 22px;
        padding: 0 30px;
        text-transform: none;
        font-weight: normal;
        font-family: arial, helvetica, sans-serif;
    }

    #btb .menu .cta{
        margin-top: 12px;
        width: 85%;
        margin: 9px auto 0;
        padding: 10px 0;
    }
    #btb .menu .cta.try-again{
        width: 200px;
        height: 100px;
        line-height: 100px;
        padding: 0;
        margin: 12px auto 0;
    }
    #btb .menu .cta.start-game{
        width: 200px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        margin: 0 auto;
    }
    #btb .menu .cta.go{
        font-size: 30px;
        width: 200px;
        height: 100px;
        line-height: 100px;
        padding: 0;
        margin: 0 auto;
    }
    #btb .menu .loading{
        width: 200px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        margin: 0 auto;
        font-size: 18px;
    }
    #btb .menu .cta.close-menu{
        position: absolute;
        width: 90%;
        bottom: 20px;
        left: 50%;
        margin-left: -45%;
    }
    #btb .menu .cta.start-game{
        margin-top: 0;
    }
    #btb .menu .cta.how-to-play.start{
        background: none;
        color: #333;
        text-align: center;
        padding: 10px;
        margin: 0 auto;
        border: 0;
        box-shadow: none;
    }
    #btb .menu .cta.save-score{
        float: right;
        width: 45%;
        margin: 0;
    }
    #btb .menu input.text{
        font-size: 30px;
        text-align: center;
        height: 45px;
        width: 45%;
        float: left;
    }
        form.high-score{
            overflow: hidden;
            position: relative;
            margin: 0;
            padding: 10px;
        }

    #btb .menu .close-btn{
        padding: 0 8px;
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        text-align: center;
        top: -20px;
        right: -20px;
        text-decoration: none;
        z-index: 900;
    }

    #btb h2.score{
        font-size: 60px;
        color: #fff;
        line-height: 70px;
        padding: 0;
        margin: 10px 0;
        text-shadow: 2px 2px 6px rgba(0,0,0,.4) , 2px 2px 1px rgba(0,0,0,.6);
    }

    #btb .menu .game-rules{
        overflow-y: scroll;
        height: 100%;
        width: 100%;
        text-align: left;
        text-transform: inherit;
        background: #fff;
        padding: 10px;
        box-sizing: border-box;
    }

.bank .tool-tip{
    display: none;
    background: rgba(255,255,255,.8);
    box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    border-radius: 4px;
    color: #333;
    font-size: 11px;
    text-align: left;
    padding: 0;
    border: 1px solid #ccc;
    line-height: auto;
    text-align: right;
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    height: 100px;
    width: 260px;
    width: 375px;
    top: -100px;
    left: 0px;
    z-index: 10;
}
    .tool-tip.left{
        left: -275px;
    }
    .tool-tip.open{
    }

.bank-info{
    display: none;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    position: relative;
    width: 70%;
    margin: 200px 20px;
}

.message{
    position: absolute;
    bottom: 25px;
    left: 60px;
    color: #fff;
    text-shadow: 0 0 4px #000;
    font-size: 26px;
    line-height: 28px;
    font-weight: normal;
    position: absolute;
}

    .level{
        position: absolute;
        bottom: 55px;
        left: 50px;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #fff;
        display: none;
    }
    .turn{
        position: absolute;
        bottom: 55px;
        left: 110px;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        color: #fff;
        display: none;
    }
    .stalls{
        position: absolute;
        bottom: 55px;
        left: 160px;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        color: #fff;
        display: none;
    }

.stores{
    display: block;
    display: none;
    width: 470px;
    height: auto;
    position: absolute;
    top: 68px;
    right: 0;
}
.stores.open{
    display: block;
}
.stores .cta{
    display: block;
    width: auto;
    margin: 0 0 4px 0;
}

.store{
    display: block;
    position: relative;
    padding: 0;
    background: #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    border-radius: 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
    padding: 2px;
    z-index: 200;
    margin: 0 0 0 0;
    padding: 2px;
    overflow: hidden;
    background-position: 50% 90%;
    background-size: 75px;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
}

    #btb .store h2{
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
        margin: 0;
        padding: 4px;
        color: #333;
    }
    .store.open .item{
        display: block;
    }
    .store .item{
        display: block;
        cursor: pointer;
        position: relative;
        background: #eee;
        border-radius: 5px;
        box-shadow: 1px 1px 4px rgba(0,0,0,.4);
        padding: 2px;
        margin: 4px;
        width: 100px;
        height: 100px;
        float: left;
        overflow: hidden;
        background-position: 50% 45%;
        background-size: 80px;
        background-repeat: no-repeat;
    }
    .store .item:hover{
        background-color: rgba(78,184,72,.4);
        background-color: rgba(198, 210, 41, 1);
        background-color: #ffd900;
        background-image: linear-gradient(to bottom, #ffd755 50%, #ffd140 50% );
    }
        #btb .cta.store-banks{
            background-image: url('images/bank-classic-hero.png');
            background-repeat: no-repeat;
            background-position: 1% 50%;
            background-size: 38px;
            padding-left: 54px;
        }
        #btb .cta.store-hammers{
            background-image: url('images/hammer-stone.png');
            background-repeat: no-repeat;
            background-position: 0% 50%;
            background-size: 60px;
            padding-left: 54px;
        }
        .store.banks .item{
            background-size: 70px;
            background-position: 50% 35%;
        }
        .store.hammers .item{
            background-size: 90px;
            background-position: 50% 50%;
        }
    .store .item .price{
        font-size: 16px;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 4px 2px;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        color: #333;
    }
    .store .item h3{
        font-size: 12px;
        font-weight: normal;
        color: #333;
        padding: 0 2px;
        margin: 0 0 0 0;
        text-align: center;
        text-transform: uppercase;
    }
    .store .item .cta{
        padding: 2px;
        font-size: 14px;
        width: 100px;
        margin: auto;
    }

        .store .item.classic-bank{
            background-image: url('images/bank-classic-hero.png');
        }
        .store .item.iron-bank{
            background-image: url('images/bank-iron-hero.png');
        }
        .store .item.gold-bank{
            background-image: url('images/bank-gold-hero.png');
        }
        .store .item.diamond-bank{
            background-image: url('images/bank-diamond-hero.png');
        }

        .store .item.stone-hammer{
            background-image: url('images/hammer-stone.png');
        }
        .store .item.fire-hammer{
            background-image: url('images/hammer-fire.png');
        }
        .store .item.lightning-hammer{
            background-image: url('images/hammer-lightning.png');
        }
        .store .item.gold-hammer{
            background-image: url('images/hammer-gold.png');
        }
        .store .item.diamond-hammer{
            background-image: url('images/hammer-diamond.png');
        }

.info{
    display: none;
    background: #000;
    background: none;
    color: #fff;
    height: 62px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0;
    text-align: left;
    z-index: 100;
}
    .info .block{
        display: block;
        position: relative;
        box-sizing: border-box;
        text-transform: uppercase;
        text-align: left;
        float: left;
        background: #cecece;
        background: none;
        color: #fff;
        text-shadow: 0 0 4px #000 , 2px 2px 8px rgba(0,0,0,.6);
        font-size: 18px;
        line-height: 22px;
        width: 40%;
        height: 62px;
        margin: 4px 0 0;
        padding: 0 10px;
    }
        .info .block .bg{
            display: block;
            position: relative;
            box-sizing: border-box;
            background-color: rgba(0,0,0,.4);
            border-radius: 6px;
            padding: 5px;
            height: 62px;
        }

        .info .block.turn{
            display: block;
        }
        .info .block.history{
            display: none;
        }
        .info .block.savings{
            text-align: left;
        }
        .info .block.debt{
            float: right;
        }
        .info .block.savings .bg{
            float: right;
            width: 220px;
        }
        .info .block.debt .bg{
            float: left;
            width: 220px;
        }
        .info .cta.make-payment{
            width: 20%;
            margin: 0;
            float: left;
        }
        .info .block.debt.danger .bg{
            background-color: rgba(100,0,0,.6);
        }
        .info .block.debt.danger .bg{
            background-color: rgba(150,0,0,.75);
        }

.interface{
    display: none;
    position: relative;
    color: #333;
    width: 100%;
    height: 62px;
    position: absolute;
    top: 4px;
    right: 4px;
    box-sizing: border-box;
    text-align: left;
    z-index: 200;
    width: 150px;
}

    .interface .block{
        margin: 0;
        position: relative;
        display: block;
    }

    .info .block span.amount{
        margin: 0 8px 0 0;
        font-size: 30px;
        line-height: 30px;
    }
    .info .block span.streak{
        display: block;
        width: auto;
        position: absolute;
        font-size: 12px;
        padding: 2px 4px;
        bottom: 0;
        right: 0;
        display: none;
    }

    .info .block span.interest{
        font-size: 18px;
        padding: 4px;
        padding: 0;
        background: rgba(0,0,0,.5);
        background: none;
        border-radius: 8px;
        margin: 0;
        padding: 2px;
        box-sizing: border-box;
        background: rgba(0,0,0,.5);
        background: none;
        border-radius: 0;
    }

    .funds.block{
        height: 64px;
        line-height: 64px;
        background: #eee;
    }
    .add-remove{
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        margin-top: -100px;
        height: 64px;
    }
    .add-remove a{
        display: inline-block;
        padding: 2px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background: #333;
        border-radius: 4px;
        color: #fff;
        text-decoration: none;
        margin: 1px 0;
    }
    .game-stage .cta{
        display: block;
        height: auto;
        text-align: center;
        background: rgba(234,183,16,.7);
        background: #fdbf04;
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        padding: 12px;
        box-sizing: border-box;
        border-radius: 6px;
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(0,0,0,.3);
        box-shadow: 0 0 0 4px #ffffff , 0 0 0 6px #fdbf04 , 3px 3px 0 rgba(0,0,0,.2);
        border: 0;
        border-radius: 6px;
        box-shadow: 1px 1px 1px rgba(0,0,0,.3) , inset 0 2px 4px #fcdb8b , inset 0 -2px 4px #c68f06;
        background-image: linear-gradient(to bottom, #ffce55 50%, #ffc840 50% );
    }

    .game-stage .cta:hover{
        background-color: rgba(198, 210, 41, 1);
        background-color: #ffd900;
        background-image: linear-gradient(to bottom, #ffd755 50%, #ffd140 50% );
    }
    .game-stage .cta.disabled{
        background: #ccc;
        background-image: linear-gradient(to bottom, #d3d3d3 50%, #cccccc 50% );
        box-shadow: 1px 1px 1px rgba(0,0,0,.2) , inset 0 2px 4px #eee , inset 0 -2px 4px #aaa;
        /* box-shadow: 0 0 0 4px #ffffff , 0 0 0 6px #ccc , 3px 3px 0 rgba(0,0,0,.2); */
        cursor: default;
    }
    .game-stage .cta.inline{
        padding: 2px;
    }

        .game-stage .guide .cta,
        #btb .menu .guide .cta{
            float: right;
            width: auto;
            cursor: pointer;
        }

        #btb .stores .cta{
            font-size: 20px;
            line-height: 20px;
            text-align: left;
        }

        #btb .cta.make-payment{
            position: absolute;
            top: 4px;
            left: 50%;
            width: 200px;
            margin-left: -100px;
            height: 62px;
            line-height: 62px;
            padding: 0;
        }
        #btb .cta.open-store{
            height: 62px;
            line-height: 62px;
            padding: 0;
        }
        #btb .cta.sound-toggle{
            display: block;
            margin: 0;
            position: absolute;
            top: 10px;
            left: 10px;
            width: auto;
            height: auto;
            padding: 0;
            z-index: 200;
        }
        #btb .cta.option-menu{
            display: block;
            display: none;
            margin: 0;
            position: absolute;
            top: 4px;
            left: 4px;
            z-index: 200;

            text-align: center;
            font-size: 14px;
            line-height: 14px;
            padding: 8px 2px 0;
            width: 62px;
            height: 62px;
        }
            #btb .cta.option-menu span{
                display: block;
                height: 4px;
                width: 60%;
                background: #fff;
                margin: 4px auto;
            }



    .interface .bank{
        position: relative;
        width: 100%;
    }
    .interface .bank .hero{
        position: relative;
        margin: auto;
    }

.viewport{
    position: absolute;
    bottom: 95px;
    left: 62px;
    width: 900px;
    height: 500px;
    background: green;
    background: none;
    box-sizing: border-box;
    z-index: 20;
}
.field{
    position: absolute;
    top: 0;
    left: 0;
}
.tile{
    position: absolute;
    background: #cecece;
    background: none;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border: 0;
    z-index: 200;
}
    .tile:hover{

    }

    .tile.coins{
        background-image: url('images/coins.png');
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .tile.active{
        cursor: pointer;
        background-color: rgba(140,200,140,.3);
        /* -webkit-animation: tilePulse 2s infinite; */
    }
    .tile.active2{
        cursor: pointer;
        background-color: rgba(200,140,140,.3);
    }

    .tile.active:hover{
        background-color: rgba(120,240,120,.1);
    }
    .tile.active2{
        background-color: rgba(200,140,140,.1);
    }

.money-amount{
    position: absolute;
    display: block;
    background: rgba(0,0,0,.2);
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    padding: 2px;
}

.helper{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}
.helper.bubble{
    box-sizing: border-box;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    width: 120px;
    height: auto;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    background: rgba(255,255,255,.9);
    color: #333;
    border: 2px solid #333333;
    border: 0;
    text-align: center;
    padding: 12px;
    z-index: 150;
}
    .helper.bubble.boar{
        width: 200px;
        height: auto;
        font-size: 20px;
        line-height: 24px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 0;
    }
    .helper.bubble.right{
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 0;
    }
    .helper.bubble.left{
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 30px;
    }
.helper.pointer{
    box-sizing: border-box;
    width: 100px;
    height: auto;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    background: #ffffff;
    border: 2px solid #333333;
    border: 0;
    border-radius: 5px;
    text-align: center;
    padding: 8px 4px;
}
.helper.pointer{
    padding-top: 10px;
    background: url('images/arrow-02.png') 50% 0 no-repeat;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0,0,0,.4), 2px 2px 1px rgba(0,0,0,.6);
}
.helper.pointer span{
    background: #fff;
    display: block;
    color: #333;
    text-shadow: none;
    padding: 6px;
    font-size: 15px;
    line-height: 16px;
    box-shadow: 1px 1px 40px rgba(200,100,50,.75);
}
.helper.pointer.tile{
    width: 140px;
}


.attack.lightning{
    width: 200px;
    height: 1000px;
    background: url('images/attack-lightning.png') 50% 0 no-repeat;
}
.attack.fire{
    width: 120px;
    height: 120px;
    background: url('images/attack-fire.png') 50% 50% no-repeat;
}
.helper.point{
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: left;
    text-shadow: 0 0 4px rgba(0,0,0,.6);
    border-radius: 8px;
    height: 50px;
    width: 100px;
    margin-top: 0;
    transition: margin 250ms ease-in 0s;
}
.helper.point.anim{
    margin-top: -100px;
    margin-left: -20px;
}
.helper.point.anim.debt{
    margin-top: -100px;
    margin-left: 20px;
}
.helper.point.anim.savingsInterest{
    margin-top: -10px;
    margin-left: 0;
}
.helper.point.anim.debtInterest{
    margin-top: -10px;
    margin-left: 0;
}
.helper.point.savings,
.helper.point.savingsInterest{
    /*color: #477c31;*/
}
.helper.point.debt,
.helper.point.debtInterest{
    /*color: #af2222;*/
}

.bank{
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 100;
    position: absolute;
    transition: top 100ms ease-in-out, left 100ms ease-in-out;
}
    .bank.boar , .bank.boar .hero , bank.boar .hammer{
        width: 200px;
        height: 200px;
    }

.bank:hover{
    left: 500px;
}
.bank.target{
    /*
    background: rgba(200,140,140,.3);
    */
}
.bank .hero{
    width: 120px;
    height: 120px;
    background-image: url('images/bank-classic-hero.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.bank .hammer{
    width: 120px;
    height: 120px;
    background-image: url('images/hammer-basic-hero.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 60;
}
.bank.blue .hammer{
    left: auto;
    right: 0;
    background-image: url('images/hammer-basic-enemy.png');
}
    .hammer.stone{
        width: 64px;
        height: 174px;
    }

.bank .health{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 100px;
    margin: auto;
    background: #000;
    height: 8px;
    box-sizing: border-box;
    padding: 0 1px;
    z-index: 20;
    opacity: .6;
}
.bank .life{
    height: 6px;
    margin-top: 1px;
    background: red;
    width: 100%;
    box-sizing: border-box;
}

/*utility*/
.inline{
    display: inline-block;
}

.table-block{
    display: table;
    width: 100%;
    height: 100%;
}
.table-row{
    display: table-row;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}


.bank.current-bank{
    z-index: 400;
    background: rgba(0,0,0,.2);
    -webkit-animation: pulse1 2s infinite;
}
    .bank.blue.current-bank{
        -webkit-animation: pulse2 2s infinite;
    }

.bank.current-bank .hero{
    background-position: 0 0;
}

.bank.reverse .hero{
    background-position: 0 0;
}
.bank.reverse.current-bank .hero{
    background-position: 0 0;
}

.bank:hover{

}
    .bank.classic.red .hero{
        background-image: url('images/bank-classic-hero.png');
        background-image: url('images/bank-classic-red.png');
    }
    .bank.classic.blue .hero{
        background-image: url('images/bank-classic-enemy.png');
        background-image: url('images/bank-classic-blue.png');
    }

    .bank.iron.red .hero{
        background-image: url('images/bank-iron-hero.png');
        background-image: url('images/bank-iron-red.png');
    }
    .bank.iron.blue .hero{
        background-image: url('images/bank-iron-enemy.png');
        background-image: url('images/bank-iron-blue.png');
    }

    .bank.gold.red .hero{
        background-image: url('images/bank-gold-hero.png');
        background-image: url('images/bank-gold-red.png');
    }
    .bank.gold.blue .hero{
        background-image: url('images/bank-gold-enemy.png');
        background-image: url('images/bank-gold-blue.png');
    }

    .bank.diamond.red .hero{
        background-image: url('images/bank-diamond-hero.png');
    }
    .bank.diamond.blue .hero{
        background-image: url('images/bank-diamond-enemy.png');
    }

    .bank.boar.blue .hero{
        background-image: url('images/bank-boar-enemy.png');
    }

        .bank .hammer.basic{
            background-image: url('images/hammer-basic-hero.png');
        }
        .bank .hammer.stone{
            background-image: url('images/hammer-stone-hero.png');
            background-image: url('images/hammer-basic-red.png');
        }
        .bank .hammer.gold{
            background-image: url('images/hammer-gold-hero.png');
        }
        .bank .hammer.fire{
            background-image: url('images/hammer-fire-hero.png');
        }
        .bank .hammer.lightning{
            background-image: url('images/hammer-lightning-hero.png');
        }
        .bank .hammer.diamond{
            background-image: url('images/hammer-diamond-hero.png');
        }

        .bank.blue .hammer.basic{
            background-image: url('images/hammer-basic-enemy.png');
        }
        .bank.blue .hammer.stone{
            background-image: url('images/hammer-stone-enemy.png');
            background-image: url('images/hammer-basic-blue.png');
        }
        .bank.blue .hammer.gold{
            background-image: url('images/hammer-gold-enemy.png');
        }
        .bank.blue .hammer.fire{
            background-image: url('images/hammer-fire-enemy.png');
        }
        .bank.blue .hammer.lightning{
            background-image: url('images/hammer-lightning-enemy.png');
        }
        .bank.blue .hammer.diamond{
            background-image: url('images/hammer-diamond-enemy.png');
        }


        /*TODO FIX DUPLICATED STYLES IN STYLE.CSS*/
        .game-rules .icon-hammer{
            display: block;
            box-sizing: border-box;
            min-height: 120px;
            padding: 10px 10px 10px 130px;
            background: no-repeat;
        }
        .game-rules .icon-bank{
            display: block;
            box-sizing: border-box;
            min-height: 120px;
            padding: 10px 10px 10px 130px;
            background: no-repeat;
        }
        .game-rules.pg .icon-bank h4,
        .game-rules.pg .icon-hammer h4,
        #stage .game-rules.pg .icon-bank h4,
        #stage .game-rules.pg .icon-hammer h4{
            margin: 0 0 4px 0;
        }
        .game-rules.pg .icon-bank p,
        .game-rules.pg .icon-hammer p,
        #stage .game-rules.pg .icon-bank p,
        #stage .game-rules.pg .icon-hammer p{
            margin: 0 0 1px 0;
            font-size: 13px;
            line-height: 17px;
        }
        .game-rules .icon-bank.bank-boar{
            float: left;
            width: 200px;
            padding: 200px 0 0 0;
            background-image: url('images/bank-boar-enemy.png');
        }
        .game-rules .icon-bank.bank-classic{
            background-image: url('images/bank-classic-hero.png');
        }
        .game-rules .icon-bank.bank-iron{
            background-image: url('images/bank-iron-hero.png');
        }
        .game-rules .icon-bank.bank-gold{
            background-image: url('images/bank-gold-hero.png');
        }
        .game-rules .icon-bank.bank-diamond{
            background-image: url('images/bank-diamond-hero.png');
        }

        .game-rules .icon-hammer.hammer-stone{
            background-image: url('images/hammer-stone.png');
        }
        .game-rules .icon-hammer.hammer-fire{
            background-image: url('images/hammer-fire.png');
        }
        .game-rules .icon-hammer.hammer-lightning{
            background-image: url('images/hammer-lightning.png');
        }
        .game-rules .icon-hammer.hammer-gold{
            background-image: url('images/hammer-gold.png');
        }
        .game-rules .icon-hammer.hammer-diamond{
            background-image: url('images/hammer-diamond.png');
        }

        .game-rules .rules-tip{
            display: block;
            background: yellow;
            border-radius: 4px;
            padding: 6px 10px;
            margin: 10px 40px 14px 16px;
            background: rgba(234,183,16,.7);
            background: #fdbf04;
            background-image: linear-gradient(to bottom, #ffdc8d 50%, #ffd471 50% );
        }
        .game-rules ul li{
            font-size: 16px;
            line-height: 24px;
        }

        /*MENU ONLY RULE OVERRIDES*/
        #btb .menu .game-rules p{
            text-transform: none;
            font-size: 14px;
        }
        #btb .menu .game-rules h4{
            margin: 0 0 10px 0;
        }

#stage.game-stage #comments{
    margin: 0 auto;
}
.game-container{
    width: 1024px; height: 768px; overflow: hidden; margin: 0 auto; background: #000; position: relative;
}


/* animation tests */

.sprite{
    margin: 50px;
    background: #ccc;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.test-bank-red{
    width: 121px;
    height: 130px;
    background-image: url('images/bank-classic-hero-sprite.png');
}
.test-bank-blue{
    width: 131px;
    height: 127px;
    background-image: url('images/bank-classic-enemy-sprite.png');
}
.test-bank-red-full{
    width: 121px;
    height: 130px;
    background-image: url('images/bank-classic-hero-sprite.png');
}
.test-bank-blue-full{
    width: 131px;
    height: 127px;
    background-image: url('images/bank-classic-enemy-sprite.png');
}
.test-hammer-stone{
    width: 82px;
    height: 117px;
    background-image: url('images/hammer-stone-sprite.png');
}

/**
    GAME PAGE STYLES
**/

.content-box{
    background: #fff;
    margin: 20px auto;
    padding: 10px 50px 10px 30px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4{
    font-family: 'Oswald', sans-serif;
}
    .guide{
        position: relative;
        width: 400px;
        height: 400px;
        overflow: hidden;
        display: block;
        background: #cccccc;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #333;
    }
    .game-rules.pg .guide h2{
        text-align: center;
        padding: 5px 0;
        font-size: 16px;
        line-height: 16px;
    }
    .game-rules.pg .guide h3,
    #btb .menu .guide h3{
        text-align: left;
        padding: 0 80px 5px 0;
        font-size: 20px;
        line-height: 22px;
        font-weight: normal;
        margin: 0;
    }
    .guide .slide{
        display: block;
        background: #ffffff;
        width: 400px;
        height: 400px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        box-sizing: border-box;
        padding: 10px;
    }
    .guide .slide.slide-1{
        z-index: 200;
    }
    .guide .slide.slide-1{z-index: 200; background: url('images/guide-06.png?t=1') 0 0 no-repeat;}
    .guide .slide.slide-2{z-index: 190; background: url('images/guide-01.png?t=1') 0 0 no-repeat;}
    .guide .slide.slide-3{z-index: 180; background: url('images/guide-02.png?t=1') 0 0 no-repeat;}
    .guide .slide.slide-4{z-index: 170; background: url('images/guide-03.png?t=1') 0 0 no-repeat;}
    .guide .slide.slide-5{z-index: 160; background: url('images/guide-04.png?t=1') 0 0 no-repeat;}
    .guide .slide.slide-6{z-index: 150; background: url('images/guide-05.png?t=1') 0 0 no-repeat;}
    .guide .slide.slide-7{z-index: 140; background: url('images/guide-06.png?t=1') 0 0 no-repeat;}
    .guide .slide .slide-content{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 1;
        background: rgba(255,255,255,.85);
        padding: 6px 12px;
        font-size: 12px;
        line-height: 14px;
        font-family: 'Oswald', sans-serif;
        text-align: left;
        height: 120px;
    }
    #stage .guide .slide .slide-content h3{
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 4px 0;
        font-family: 'Oswald', sans-serif;
    }

    #stage .guide .slide .slide-content p,
    #btb .menu .guide .slide .slide-content p,
    .game-rules.pg .guide .slide .slide-content p{
        margin: 0 0 4px 0;
        font-size: 15px;
        line-height: 17px;
        font-family: arial, helvetica, sans-serif;
        text-align: left;
        padding-right: 80px;
    }


    .game-rules.pg h1{
        font-size: 30px;
        line-height: 38px;
    }
    .game-rules.pg h2{
        font-size: 24px;
        line-height: 28px;
    }
    .game-rules.pg h3{
        font-size: 20px;
        line-height: 24px;
        margin: 0;
        padding: 16px 0 0 0;
    }
    .game-rules.pg h4{
        font-size: 16px;
        line-height: 18px;
    }
    .game-rules.pg p{
        font-size: 14px;
        line-height: 22px;
    }
    .game-rules .section{
        padding: 0;
        margin: 10px;
        overflow: hidden;
        position: relative;
        min-height: 40px;
        border-top: 1px dashed #a6a6a6;
    }
    .game-rules .section.intro p{
        font-size: 16px;
        line-height: 24px;
        font-style: italic;
        padding: 10px 0 0 0;
    }
    .game-rules .section ol li{
        padding: 0 0 8px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .game-stage .tabs{
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 20px 0 0 0;
    }
    .game-stage .tabs a{
        width: 33.33%;
        float: left;
        font-size: 20px;
        color: #333;
        box-sizing: border-box;
        padding: 20px;
        background: #ddd;
        text-align: center;
        border-bottom: 1px solid #666;
    }
    .game-stage .tabs a:hover{
        background: #ccc;
    }
    .game-stage .tabs a.current{
        background: #eee;
        border-left: 1px solid #666;
        border-right: 1px solid #666;
        border-top: 1px solid #666;
        border-bottom: 0px;
    }
    .game-stage .tab-content-wrapper{
        background: #eee;
        border-left: 1px solid #666;
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
    }
    .game-stage .tab-content{
        display: none;
        position: relative;
        overflow: hidden;
    }
    .game-stage .tab-content.current{
        display: block;
    }
    .high-score table.table tr th{
        text-align: left;
        font-size: 22px;
        line-height: 28px;
        font-weight: normal;
        padding: 10px;
        text-transform: uppercase;
    }
    .high-score table.table tr td{
        font-size: 18px;
        line-height: 22px;
        padding: 12px;
        text-transform: uppercase;
    }
    
/* wp overrides */
#stage ul.commentslist li.comment.comment-author-mr-boar > .comment_container{
    padding-right: 160px;
    min-height: 140px;
    background-image: url('images/bank-boar-enemy.png');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 150px;
}
.tab-content #comments textarea#comment{
    background-image: none;
    border: 1px solid #acacac;
}
.tab-content #respond textarea{
    width: 578px;
    max-width: 578px;
}

/* Media Query */
@media screen and (max-width: 1160px) { /* ipad horizonal and smaller desktops */
    #btb .cta.option-menu{
        margin-left: 40px;
    }
    #btb .cta.open-store{
        margin-right: 40px;
    }
}
