* {
    font-family: 'Open Sans', sans-serif
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow:hidden;
}
body {
    padding: 0;
    margin: 0
}
#rotate-screen {
    display: none
}
#wordoku-game-cont {
    float: left;
    position: relative;
    width: 990px;
    height: 771px;
    margin: 0;
    background: #6495D9;
    overflow: hidden;
    background: url(../assets/images/wordoku-game-bkgnd.png) 0 0 no-repeat
}
#content {
    text-align: center
}
#game-board {
    float: left;
    position: absolute;
    top: 107px;
    left: 24px;
    width: 540px;
    background: #FFFFFF
}
#game-ad {
    float: left;
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 300px;
    height: 250px
}
#game-details {
    position: absolute;
    top: 59px;
    left: 572px;
    width: 397px;
    height: 552px;
    padding: 0 0 0 0;
    margin: 0
}
#game-details .theme {
    overflow: hidden;
    height: 30px;
    width: 384px;
    color: #373737;
    font-size: 20px;
    line-height: 31px;
    font-weight: bold;
    padding: 0 0 0 15px;
    background: #fff;
    text-transform: uppercase;
    margin: 48px 0 0 6px
}
#game-details .theme .difficulty {
    float: right;
    margin-right: 14px;
    font-weight: 400
}
#game-details .game-desc {
    float: left;
    color: #fff;
    font-size: .9em;
    padding: 0 10px 10px 15px
}
#sudoku-num-cont {
    float: left;
    margin: 10px 0 5px 16px
}
.game-banner {
    float: left;
    position: absolute;
    bottom: 12px;
    left: 10px;
    width: 728px;
    height: 90px
}
.more-daily {
    float: left;
    display: block;
    text-indent: -2000em;
    overflow: hidden;
    position: absolute;
    bottom: 12px;
    left: 722px;
    width: 253px;
    height: 115px;
}
.game-desc .how-to-play {
    text-transform: uppercase
}
.game-desc ul {
    list-style: disc;
    padding: 0 0 0 12px;
    font-size: 12px;
    margin: 6px 0
}
.game-desc ul li {
    margin-bottom: 7px
}
#button-done {
    float: left;
    height: 36px;
    width: 48%;
    border: 0;
    padding: 0;
    margin: 20px 0 0 6px;
    background: #c3e9fa;
    background: -webkit-linear-gradient(top, #c3e9fa 0, #a9e0f9 100%);
    background: linear-gradient(to bottom, #c3e9fa 0, #a9e0f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c3e9fa', endColorstr='#a9e0f9', GradientType=0);
    cursor: pointer;
    color: #0385b7;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 40px;
    box-shadow: inset 0 3px 3px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 5px 0 rgba(0, 0, 0, 0.1)
}
#button-done.disabled {
    background: rgba(169, 224, 249, 0.6);
    cursor: default;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}
#button-reset {
    float: right;
    height: 36px;
    width: 48%;
    border: 0;
    padding: 0;
    background: #c3e9fa;
    background: -webkit-linear-gradient(top, #c3e9fa 0, #a9e0f9 100%);
    background: linear-gradient(to bottom, #c3e9fa 0, #a9e0f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c3e9fa', endColorstr='#a9e0f9', GradientType=0);
    cursor: pointer;
    margin: 20px 0 0 0;
    color: #0385b7;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 40px;
    box-shadow: inset 0 3px 3px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 5px 0 rgba(0, 0, 0, 0.1)
}
#button-reset.disabled {
    background: rgba(169, 224, 249, 0.6);
    cursor: default;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}
.sudoku {
    width: 540px;
    cursor: default
}
.sudoku td {
    padding: 0;
    width: 58px;
    height: 58px;
    text-align: center
}
.sudoku .c3,
.sudoku .c6 {
    border-left: 2px solid #02afff
}
.sudoku .r3 td,
.sudoku .r6 td {
    border-top: 2px solid #02afff
}
.sudoku input {
    width: 10px;
    text-align: center;
    font-size: 12px;
    border: 1px solid;
    background: inherit
}
.sodoku input:focus {
    color: #000
}
.sudoku .cell {
    color: #02afff;
    text-transform: uppercase;
    width: 54px;
    height: 54px;
    border: 1px solid white;
    font-size: 32px;
    line-height: 54px;
    background: #fafafa
}
.sudoku .disabled {
    color: #555;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    background: #f4f4f4;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2)
}
.sudoku .conflict {
    color: #FFFFFF;
    background: #ec1b1b
}
.sudoku .hovered {
    color: #ddd
}
.selection-num {
    width: 380px;
    margin: 0 auto;
    text-align: left;
    cursor: default
}
.selection-num td {
    padding: 0;
    text-align: center
}
.selection-num .cell {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 34px;
    background: #FFFFFF
}
.selection-num .disabled {
    color: #555;
    background: #f5f5f5;
    background: #fad400
}
.diff-switch {
    position: absolute;
    top: 705px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box
}
.diff-switch a {
    width: 148px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
    display: inline-block;
    margin-right: 34px
}
.diff-switch a.play-more {
    width: 177px;
    float: right
}
.gametime {
    font-size: 1.2em;
    color: #000;
    padding: 10px
}
#timer {
    float: right;
    margin-right: 14px;
    font-weight: 400
}
#timer-wrapper {
    float: left;
    width: 384px;
    height: 30px;
    font-weight: bold;
    margin: 0 0 0 6px;
    padding: 0 0 0 15px;
    font-size: 20px;
    color: #373737;
    background: #fff
}
#timer-wrapper.mobile {
    display: none
}
.countdown_rtl {
    direction: rtl
}
.countdown_holding span {
    background-color: #ccc
}
.countdown_row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center
}
.countdown_show1 .countdown_section {
    width: 98%
}
.countdown_show2 .countdown_section {
    width: 48%
}
.countdown_show3 .countdown_section {
    width: 32.5%
}
.countdown_show4 .countdown_section {
    width: 24.5%
}
.countdown_show5 .countdown_section {
    width: 19.5%
}
.countdown_show6 .countdown_section {
    width: 16.25%
}
.countdown_show7 .countdown_section {
    width: 14%
}
.countdown_section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center
}
.countdown_descr {
    display: block;
    width: 100%
}
#compprompt {
    float: left;
    display: none;
    width: 755px;
    height: 580px;
    background: #fff
}
.button {
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background: #02baff;
    background: -webkit-linear-gradient(top, #02baff 0, #00aced 100%);
    background: linear-gradient(to bottom, #02baff 0, #00aced 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#02baff', endColorstr='#00aced', GradientType=0);
    border-radius: 40px;
    box-shadow: inset 0 3px 3px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 5px 0 rgba(0, 0, 0, 0.1)
}
.button:hover {
    cursor: pointer;
    outline: none
}
.button.play-more {
    background: #4cef25;
    background: -webkit-linear-gradient(top, #4cef25 0, #46d700 100%);
    background: linear-gradient(to bottom, #4cef25 0, #46d700 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4cef25', endColorstr='#46d700', GradientType=0)
}
.button.active {
    background: #97e3ff;
    pointer-events: none;
    outline: none
}
.dialog {
    float: left;
    height: 527px;
    width: 714px;
    text-align: center;
    color: #e67001;
    font-weight: bold;
    background: url("../assets/images/dialog-score.png") 0 0 no-repeat
}
.dialog .score {
    position: absolute;
    top: 122px;
    width: 100%;
    font-size: 30px;
    color: #02afff;
    text-transform: uppercase
}
.dialog .score-val {
    font-weight: 400
}
.dialog .msg {
    position: absolute;
    top: 380px;
    width: 100%;
    color: #e67001;
    font-size: 22px;
    font-weight: 400
}
.dialog .proceed {
    position: absolute;
    top: 250px;
    left: 191px;
    width: 117px;
    height: 35px;
    background: url("../assets/images/dialog-score.png") -281px -464px no-repeat;
    text-indent: -2000em
}
.dialog .proceed:hover {
    background: url("../assets/images/dialog-score.png") -281px -504px no-repeat
}
.dialog .close-btn {
    position: absolute;
    top: 53px;
    right: 13px;
    width: 52px;
    height: 52px;
    background: url("../assets/images/dialog-score.png") 0 -527px no-repeat;
    text-indent: -2000em
}
.dialog .close-btn:hover {
    background: url("../assets/images/dialog-score.png") -52px -527px no-repeat
}
.dialog .newgame {
    position: absolute;
    top: 420px;
    left: 220px;
    width: 274px;
    height: 54px;
    font-size: 25px;
    padding-top: 9px;
    box-sizing: border-box
}
.dialog .newgame-guest {
    position: absolute;
    top: 420px;
    left: 370px;
    width: 274px;
    height: 54px;
    font-size: 25px;
    padding-top: 9px;
    box-sizing: border-box
}
.dialog .submit {
    position: absolute;
    top: 420px;
    left: 70px;
    width: 274px;
    height: 54px;
    font-size: 25px;
    padding-top: 9px;
    box-sizing: border-box
}
/*********** SMALL DIALOG **********/
.dialog-small {
    float: left;
    width: 478px;
    min-height: 600px;
    max-height: 670px;
    text-align: center;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #e67001;
    font-weight: bold;
    border-bottom: 8px solid white;
    background: url(../assets/images/dialog-mobile.png)center 0 no-repeat;
    background-size: 489px auto;
}
.dialog-small .score {
    position: absolute;
    top: 126px;
    width: 100%;
    font-size: 30px;
    line-height: 32px;
    color: #02afff;
    text-transform: uppercase
}
.dialog-small .button {
    position: absolute;
    top: 420px;
    left: 53px;
    width: 370px;
    height: 64px;
    line-height: 55px;
    font-size: 34px;
    padding-top: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 0px white;
    -webkit-transition: 1s box-shadow 3s;
    -moz-transition: 1s box-shadow 3s;
    -ms-transition: 1s box-shadow 3s;
    -o-transition: 1s box-shadow 3s;
    transition: 1s box-shadow 3s;
}
.dialog-small a.button:active {
    box-shadow: 0px 0px 3px 5px white, inset 0px 0px 4px 2px #f8fdff;
    -webkit-transition: 0.1s box-shadow 0s;
    -moz-transition: 0.1s box-shadow 0s;
    -ms-transition: 0.1s box-shadow 0s;
    -o-transition: 0.1s box-shadow 0s;
    transition: 0.1 box-shadow 0s;
}
.dialog-small .EASY {
    top: 230px
}
.dialog-small .MEDIUM {
    top: 320px
}
.dialog-small .HARD {
    top: 410px
}
.dialog-small .msg {
    font-size: 20px;
    margin: 210px 50px 0
}
@media screen and (max-width: 999px) {
    body.desktop #wordoku-game-cont {
        -ms-transform-origin: left top;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -ms-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}
body.tablet #wordoku-game-cont,
body.mobile #wordoku-game-cont {
    position: absolute;
    background: url(../assets/images/game-bkgnd-mobile.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 92%;
    height: 96%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: hidden
}
body.tablet #wordoku-game-cont::before,
body.mobile #wordoku-game-cont::before {
    display: block;
    content: '';
    background: url(../assets/images/logo-small.png) no-repeat;
    background-size: 100%;
    width: 276px;
    height: 46px;
    position: absolute
}
body.tablet #game-board,
body.mobile #game-board {
    position: static;
    width: auto;
    height: auto;
    margin: 48px 32px 0;
    box-sizing: border-box;
    float: none
}
body.tablet .keyboard-switch-toggle,
body.mobile .keyboard-switch-toggle {
    display: none
}
body.tablet .game-over,
body.mobile .game-over {
    position: static;
    margin: 0 auto
}
body.tablet #game-details .game-desc.mobile,
body.mobile #game-details .game-desc.mobile {
    display: block !important;
    padding: 0;
    width: 100%;
    margin-top: 8px;
    height: auto
}
body.tablet #game-details,
body.mobile #game-details {
    position: static;
    padding: 0 30px;
    width: auto;
    height: auto
}
body.tablet #game-details .theme,
body.mobile #game-details .theme {
    width: 100%;
    background: none;
    margin: 0;
    padding: 0;
    float: left
}
body.tablet #timer-wrapper,
body.mobile #timer-wrapper {
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left
}
body.tablet #timer-wrapper.desktop,
body.mobile #timer-wrapper.desktop {
    display: none
}
body.tablet #timer-wrapper.mobile,
body.mobile #timer-wrapper.mobile {
    display: block
}
body.tablet .game-desc,
body.mobile .game-desc,
body.tablet .diff-switch,
body.mobile .diff-switch,
body.tablet .more-daily,
body.mobile .more-daily,
body.tablet #fun-facts,
body.mobile #fun-facts {
    display: none
}
body.tablet .dialog,
body.mobile .dialog {
    height: 670px;
    width: 478px;
    background: url("../assets/images/dialog-score-mobile.png") 0 0 no-repeat
}
body.tablet .dialog .score,
body.mobile .dialog .score {
    top: 126px
}
body.tablet .dialog .close-btn,
body.mobile .dialog .close-btn {
    position: absolute;
    top: 31px;
    right: 5px;
    width: 45px;
    height: 45px;
    background: url("../assets/images/dialog-mobile.png") 0 -671px no-repeat;
    text-indent: -2000em
}
body.tablet .dialog .close-btn:hover,
body.mobile .dialog .close-btn:hover {
    background: url("../assets/images/dialog-mobile.png") -45px -671px no-repeat
}
body.tablet .dialog .msg,
body.mobile .dialog .msg {
    font-size: 20px;
    top: 440px;
    position: static;
    width: 90%;
    margin: 430px auto
}
body.tablet .dialog .submit,
body.mobile .dialog .submit {
    top: 505px;
    left: 103px
}
body.tablet .dialog .newgame-guest,
body.mobile .dialog .newgame-guest {
    top: 572px;
    left: 103px
}
body.tablet .dialog .newgame,
body.mobile .dialog .newgame {
    top: 505px;
    left: 103px
}
body.tablet .sudoku,
body.mobile .sudoku {
    width: 100%
}
body.tablet .sudoku td,
body.mobile .sudoku td {
    width: auto;
    height: auto
}
body.tablet .sudoku .cell,
body.mobile .sudoku .cell {
    width: auto;
    height: auto
}
body.tablet #sudoku-num-cont,
body.mobile #sudoku-num-cont {
    margin: 10px 0;
    width: 100%
}
body.tablet #sudoku-num-cont .selection-num,
body.mobile #sudoku-num-cont .selection-num {
    width: 100%
}
body.tablet #sudoku-num-cont.collapsed,
body.mobile #sudoku-num-cont.collapsed {
    margin: 4px 0
}
body.tablet .selection-num .cell,
body.mobile .selection-num .cell {
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 44px
}
body.tablet #game-controls,
body.mobile #game-controls {
    text-align: center
}
body.tablet #game-controls #button-done,
body.mobile #game-controls #button-done,
body.tablet #game-controls #button-reset,
body.mobile #game-controls #button-reset {
    float: none;
    margin: 20px auto 0
}
@media screen and (max-width: 600px) {
    body.tablet .sudoku .cell,
    body.mobile .sudoku .cell {
        font-size: 30px;
        line-height: 44px
    }
    body.tablet .selection-num .cell,
    body.mobile .selection-num .cell {
        width: 32px;
        height: 32px;
        font-size: 20px;
        line-height: 34px
    }
}
@media screen and (max-width: 480px) {
    body.tablet #wordoku-game-cont,
    body.mobile #wordoku-game-cont {
        width: 100%;
        height: 100%
    }
    body.tablet #wordoku-game-cont::before,
    body.mobile #wordoku-game-cont::before {
        width: 220px;
        height: 42px
    }
    body.tablet #game-board,
    body.mobile #game-board {
        padding: 0;
        margin: 44px 12px 0
    }
    body.tablet #game-details,
    body.mobile #game-details {
        position: static;
        padding: 0 12px;
        width: auto;
        height: auto
    }
    body.tablet .dialog,
    body.mobile .dialog {
        height: 448px;
        width: 320px;
        background: url("../assets/images/dialog-score-mobile.png") 0 0 no-repeat;
        background-size: 100%
    }
    body.tablet .dialog .score,
    body.mobile .dialog .score {
        position: static;
        font-size: 22px;
        margin-top: 82px
    }
    body.tablet .dialog .close-btn,
    body.mobile .dialog .close-btn {
        position: absolute;
        top: 21px;
        right: 4px;
        width: 34px;
        height: 34px;
        background: url("../assets/images/dialog-mobile.png") -4px -677px no-repeat;
        text-indent: -2000em
    }
    body.tablet .dialog .close-btn:hover,
    body.mobile .dialog .close-btn:hover {
        background: url("../assets/images/dialog-mobile.png") -48px -677px no-repeat
    }
    body.tablet .dialog .msg,
    body.mobile .dialog .msg {
        font-size: 17px;
        text-shadow: 0 -2px 2px #fff, 1px 1px 1px white;
        position: static;
        margin: 160px auto 0;
        width: 90%
    }
    body.tablet .dialog .submit,
    body.mobile .dialog .submit {
        position: static;
        display: block;
        width: 260px;
        height: 44px;
        margin: 8px auto 0;
        padding-top: 6px
    }
    body.tablet .dialog .newgame-guest,
    body.mobile .dialog .newgame-guest {
        position: static;
        display: block;
        width: 260px;
        height: 44px;
        margin: 8px auto 0;
        padding-top: 6px
    }
    body.tablet .dialog .newgame,
    body.mobile .dialog .newgame {
        position: static;
        display: block;
        width: 280px;
        margin: 14px auto 0
    }
    body.tablet .dialog-small,
    body.mobile .dialog-small {
        width: 320px !important;
        background-size: 328px auto;
        min-height: 450px!important;
    }
    body.tablet .dialog-small .score,
    body.mobile .dialog-small .score {
        position: static;
        font-size: 22px;
        margin-top: 82px
    }
    body.tablet .dialog-small .button,
    body.mobile .dialog-small .button {
        position: absolute;
        top: 420px;
        left: 53px;
        width: 370px;
        height: 64px;
        line-height: 55px;
        font-size: 34px;
        padding-top: 4px;
        box-sizing: border-box
    }
    body.tablet .dialog-small .EASY,
    body.mobile .dialog-small .EASY {
        position: static;
        display: block;
        width: 280px;
        margin: 40px auto 0
    }
    body.tablet .dialog-small .MEDIUM,
    body.mobile .dialog-small .MEDIUM {
        position: static;
        display: block;
        width: 280px;
        margin: 14px auto 0
    }
    body.tablet .dialog-small .HARD,
    body.mobile .dialog-small .HARD {
        position: static;
        display: block;
        width: 280px;
        margin: 14px auto 0
    }
    body.tablet .dialog-small .msg,
    body.mobile .dialog-small .msg {
        font-size: 20px;
        margin: 28px 20px 0
    }
    body.tablet .sudoku .cell,
    body.mobile .sudoku .cell {
        font-size: 28px;
        line-height: 34px
    }
    body.tablet #game-controls,
    body.mobile #game-controls {
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%
    }
    body.tablet #game-controls #button-done,
    body.mobile #game-controls #button-done,
    body.tablet #game-controls #button-reset,
    body.mobile #game-controls #button-reset {
        margin: 0 auto 0;
        width: 46%
    }
}
@media screen and (max-height: 455px) {
    body.tablet #wordoku-game-cont::before,
    body.mobile #wordoku-game-cont::before {
        display: none
    }
    body.tablet #game-board,
    body.mobile #game-board {
        margin-top: 24px
    }
    body.tablet #game-controls,
    body.mobile #game-controls {
        bottom: 8px
    }
    body.tablet #sudoku-num-cont.collapsed,
    body.mobile #sudoku-num-cont.collapsed {
        margin: 0
    }
}
@media screen and (orientation: landscape) {
    body.tablet #rotate-screen,
    body.mobile #rotate-screen {
        display: block;
        background: #02baff url(../assets/images/rotate.png) no-repeat center center;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 99999;
    }
    body.tablet #rotate-screen p,
    body.mobile #rotate-screen p {
        text-align: center;
        color: #FFF;
        font-size: 20px;
        text-transform: uppercase
    }
}
/*# sourceMappingURL=main.css.map */