/*@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.myButton01_base_flat, .startRight .sizeBtns li, .opt, .button, .button.blue, .button.purple {
    padding: .4em 1.2em;
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    color: white;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Verdana,sans-serif;
    text-shadow: 0 1px rgba(0,0,0,0.08);
}

body {
    font-size: 1em;
    font-family: 'Roboto Slab',Helvetica,sans-serif;
    background: #ccc;
    -webkit-text-stroke: 1px rgba(0,0,0,0.1);
}

p {
    line-height: 1.2em;
}

header {
    background: #666;
    border-bottom: 2px solid #555;
    padding: 2px;
    margin-bottom: 30px;
}

    header div:first-child > a {
        float: left;
    }

    header nav {
        float: right;
        padding-top: 4px;
    }

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

section {
    /*background: #ccc;*/
}

.cLeft, .cRight {
    display: table-cell;
    vertical-align: top;
}

.cRight {
    width: 300px;
    padding-top: 52px;
}

.cLeft {
    width: 940px;
}

h1 {
    font-size: 3em;
    padding: 10px 0;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px;
}

h2 {
    font-size: 1.8em;
    -webkit-text-stroke: .02em;
}

    h2 a {
        text-decoration: none;
        color: #000;
    }

h3, h4 {
    font-weight: bold;
    padding-bottom: 10px;
}

h4 {
    font-style: italic;
    padding: 4px 0;
}

.box {
    padding: 20px;
}

a.thumb {
    display: inline-block;
    background: #fff;
    padding: 6px;
    margin: 6px;
    border: 1px solid #000;
    position: relative;
}

    a.thumb img {
        width: 240px;
        height: 160px;
    }

    a.thumb:hover {
        background: #6c6;
    }

.tBtn {
    max-width: 1080px;
    text-align: center;
}

    .tBtn .button {
        width: 400px;
        padding: 12px;
    }

.thumbOver {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 240px;
    height: 160px;
    background: url(../img/jsover.png);
    opacity: 0;
}

a.thumb:hover .thumbOver {
    opacity: 1;
}

#categories {
    background: #666;
    max-width: 1060px;
}

    #categories h6 {
        padding: 10px;
        margin-top: 30px;
        color: #FFF;
        font-size: 24px;
        font-style: none;
    }

    #categories a {
        display: inline-block;
        margin: 10px;
    }

    #categories img {
        width: 240px;
        height: 200px;
    }

form {
    margin-right: 40px;
}

label {
    display: block;
    font-weight: bold;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea {
    width: 100%;
    padding: 6px;
    font-size: 1.2em;
    font-family: sans-serif;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

form p, .switch {
    margin-bottom: 16px;
}

.tt {
    font-size: .8em;
}

#gameContainer, #adminContainer, #pageContainer {
    /*border: 2px solid #f60;*/
    /*background: #eaeaea;*/
    /*max-width: 1040px;*/
    min-height: 600px;
}

#adminContainer {
    max-width: 900px;
    padding: 20px;
}

#pageContainer {
    padding: 20px;
}

#gameSide {
    display: inline-block;
    width: 188px;
    vertical-align: top;
}

#gameStart {
    padding: 10px;
}

#gameJigsaw {
    display: none;
    border: 2px solid #f60;
    /*background: #eaeaea;*/
    z-index: 1000;
    box-sizing: border-box;
    /*margin-top: -30px;*/
    /*margin-bottom: 60px;*/
}

footer.container {
    margin-top: 70px;
    margin-bottom: 50px;
}

#preview {
    padding: 4px;
    position: absolute;
    /*top: 50px;
    left: 40px;*/
    top: 10px;
    left: 10px;
    display: none;
    background: #999;
    width: 240px;
    text-align: center;
    z-index: 1001;
}

.hCon {
    margin: 60px 0 0 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.halfL, .halfR {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
}

.halfR {
    width: 340px;
}

.startLeft {
    display: inline-block;
    margin: 6px;
    width: 535px;
}

.startImg {
    background: #fff;
    padding: 6px;
    margin-bottom: 16px;
    border: 1px solid #000;
    position: relative;
    display: inline-block;
}

    .startImg img {
        width: 520px;
        height: auto;
    }

    .startImg:hover {
        background: #f93;
    }

.startRight {
    display: inline-block;
    /*width: 458px;*/
    vertical-align: top;
    padding: 6px;
    text-align: center;
}

    .startRight .sizeBtns li, .opt {
        background: #f60;
        /*width: 134px;*/
        width: 140px;
        margin: 4px;
    }

        .startRight .sizeBtns li:hover, .opt:hover {
            background: #ff7e29;
        }

.st, .stm {
    font-weight: bold;
}

.stm {
    margin: 40px 0 14px 0;
}

#preview div, #prevBtn {
    background-color: #555;
    padding: 4px;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#preview img {
    cursor: move;
}

#preview .button {
    width: 100px;
    margin: 6px;
}

#prevBtn {
    position: absolute;
    /*top: 48px;
    left: 6px;*/
    top: 10px;
    left: 10px;
    display: none;
}

#credit {
    text-align: center;
    font-size: .8em;
    max-width: 1040px;
}

    #credit a {
        color: #000;
    }

.button {
    background: #f60;
}

    .button:hover {
        background: #ff7e29;
    }

    .button.blue {
        background: #00acee;
    }

        .button.blue:hover {
            background: #18bfff;
        }

    .button.purple {
        background: #814181;
    }

        .button.purple:hover {
            background: #9c4f9c;
        }

    .button.btnXL {
        padding: 20px 60px;
        font-size: 1.2em;
    }

.sideMenu {
    width: 260px;
    border: 1px solid #6fa88d;
    margin: 10px;
}

    .sideMenu li a {
        text-decoration: none;
        padding: .6em;
        background: #8ccdae;
    }

        .sideMenu li a:link, .sideMenu li a:visited {
            color: #555;
            display: block;
            background: #8ccdae;
        }

        .sideMenu li a:hover {
            color: #555;
            background: #6fa88d;
        }

        .sideMenu li a:active {
            color: #555;
            background: #6fa88d;
        }

    .sideMenu li.head {
        padding: .6em;
        background: #6fa88d;
        color: #000;
        text-shadow: 0 -1px 0 #555;
    }

    .sideMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

#loadAnim {
    width: 128px;
}

    #loadAnim div {
        background-color: #f08d24;
        border: 3px solid #f5b83f;
        float: left;
        height: 91px;
        margin-left: 7px;
        width: 24px;
        opacity: .1;
        -ms-animation-name: loadAnim;
        -ms-animation-duration: 1.3s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-direction: linear;
        -ms-transform: scale(0.7);
        -moz-animation-name: loadAnim;
        -moz-animation-duration: 1.3s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: linear;
        -moz-transform: scale(0.7);
        -webkit-animation-name: loadAnim;
        -webkit-animation-duration: 1.3s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: linear;
        -webkit-transform: scale(0.7);
        animation-name: loadAnim;
        animation-duration: 1.3s;
        animation-iteration-count: infinite;
        animation-direction: linear;
        transform: scale(0.7);
    }

#la_1 {
    -moz-animation-delay: .39s;
    -webkit-animation-delay: .39s;
    -ms-animation-delay: .39s;
    animation-delay: .39s;
}

#la_2 {
    -moz-animation-delay: .52s;
    -webkit-animation-delay: .52s;
    -ms-animation-delay: .52s;
    animation-delay: .52s;
}

#la_3 {
    -moz-animation-delay: .65s;
    -webkit-animation-delay: .65s;
    -ms-animation-delay: .65s;
    animation-delay: .65s;
}

@-moz-keyframes loadAnim {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: .1;
    }
}

@-webkit-keyframes loadAnim {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: .1;
    }
}

@-ms-keyframes loadAnim {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(0.7);
        opacity: .1;
    }
}

@keyframes loadAnim {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.7);
        opacity: .1;
    }
}

li.piece {
    padding: 5px;
    width: 77px;
    height: 77px;
    display: inline-block;
}

    li.piece.standard {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABDCAMAAADu3XjyAAAAUVBMVEX///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaJiYlmZmaBgYGZmZl6enpzc3NmZmatra2kpKRmZma2tra+vr5mZmbMzMzMzMxmZmbLXcqXAAAAGXRSTlMAESIzRFVmd4iZqru7u7u7zMzMzN3d3e7uiwclBwAAAlVJREFUeF7N11+zmyAQBfCD/1BRA7hmWb7/B+3c5LY2SJsZwnT6e8lL5swqi7A4QXFkJnKz7hu8odphnB1x5BZ5vRUJ3m9mtRSZlll3Kg3p9PQVwmRvZvNeZB2QN1g5hUfqglfLMyTIL2ZEnraS8A6vnJeEmZA3Gkms+u1f9gV58yXNpqvRXsvPpeUfg5FQ8ZJGyKNLWkTqkhYIeSxvn7QhSTHyoqTWdPnHm6QislorqYMUfqfIS4reNe/J6tfScn9Rb9rtdKcep5FCJq1DzrzJ1cEa35olFya3AS/6hdzwaLeMYEk3gOpmMpJjNNTgaGrwoGm775YGljx/oxjZbkGyzNg6u98NPeK6Z/07GSmyMW+P3wUA3CYPIUiZn0XbHmhJKtnd2d0VsILbpZZbD75LLduMKNUcrmaacNW0+B+nMThILXcCeallnzFtUsuq0VupxTVQ1V7c3QFYNqnjps+v5UHRF67kKs+A5nmsBQmG+tkU7vWZ/Hm6KU3WTQ2msjQzolvInkelahQAvZalaQBKIVHYK7ZHTluY1iKnISnhFHJUlBKMPK6aRiUHjnfIc77sM5S37GXtllW2GWyHvGGt1yBAZysuKRQVLOkC1Gq4Y7c9/mRkttaYzR+Sk0yvltjNA/6m+R6Oo/0ejl95vxljKbKbdYucPNX247Twkdz3l2kcOoUyzl9H23Ic0rtBmfwASQ3KDbfr1bZIfpAzA8rpS1qPcp29jubl0itPYHxi3tJz/RPNy2Y4CJ/pyZ87wXX4UOfsHkQkbNa1+Fy/cIyR5xb/2A+ZzzA4l/gtNgAAAABJRU5ErkJggg==) no-repeat left center;
    }

        li.piece.standard:hover, li.piece.standard.sel {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABDCAMAAADu3XjyAAAAWlBMVEX///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaaZkO1ZjKOZktmZmaDZlKnZjpzZl1mZmbRZh/EZih6ZllmZmZzZl3eZhbrZg5mZmb2Zgb/ZgBmZmZnYzsbAAAAHHRSTlMAESIzRFVmd4iZqru7u7u7u8zMzMzM3d3d3e7uq/JmiwAAAmNJREFUeF7N19GuoyAQgOFBRVTUFtBRh+H9X3PTbk/OKdDthprNfjfemD8oaAB+EBSIEO2gZAVviLrtBosUqIY8aZi9c6OezBYI50E1Io40qr9FCM1FX51jnlrIaw1/8/fqHNXm3xHPX1h3kKcMR5yNatZxRPeQ12mOTOrtLcsMeUNSM/Fs1Onwc7X8YxBEREhqCHmY1ALEkpp/VSN++6TVxjGCvMCxKZ7+7sKvxv/2DfOOAn4S6DiGLxdvwqjnoa2cMOLVckscKH/GNp+pNZAzXDm1k4KHas7F+NLCEzmjbR/LLeENqgpANANqztEKRGuxr+BO4XgsBlviPHfBEGi9es7SXW3Ncmi85xq837ag5iIj0fV+nW81O/Kd91zma9BGAtTIJ1lsZnWXIwF24bNcJNDBZxkHCHya3Z5ZYzq1Fv7jGgF5PsuBgI7PsgzQX/kskwK58llMBeK0F3dYAJhHPsdFff8t9y24wpmc+Gb//fPtjGevUQ6aS1yHYXPMxybhRig0tq+gL6vpDpoZDUp4EJUAADWV1dStIDLb3hKrhJy6rGZqyKm2spqAHBG4BEEenVrDoyDmLORZV/YbypuXsuWWVfYxrA3ktVP5Akk15sQpBYEFUzoDnLXg9sVIeKUjMkbr0e2cE51e143s0MKfVI/DcTCPw/Ez50atzRbIDqqGvydq2fUz7dF+f+67thFQxrr0aFuOfLw3+ECF/AwrKNde0q1tsfQgp1sop5KahHKNSTcuxZItjycolp5ZdQefqJ4+hh3hMxIdf1lsAx9q7Lp4ZvajsTV8Ts4UQqChhn/sF2w6U4zsef7FAAAAAElFTkSuQmCC) no-repeat left center;
        }

    li.piece.cube {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABDBAMAAAArLZXzAAAAD1BMVEX///9mZmZmZmZmZmbMzMyY7RwRAAAABHRSTlMAiJnMbuSTagAAADVJREFUeF7t1kERACAMxMArOGolgH9NzGDg+u4k7xUQSVGm1G9f05nkcDgcDofD4XDLf2K/B6CKPsaJwsqyAAAAAElFTkSuQmCC) no-repeat left center;
    }

        li.piece.cube:hover, li.piece.cube.sel {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABDBAMAAAArLZXzAAAAD1BMVEX///9mZmZmZmZmZmb/ZgB4+p0gAAAABHRSTlMAiJnMbuSTagAAADVJREFUeF7t1kERACAMxMArOGolgH9NzGDg+u4k7xUQSVGm1G9f05nkcDgcDofD4XDLf2K/B6CKPsaJwsqyAAAAAElFTkSuQmCC) no-repeat left center;
        }

li.opt {
    width: 300px;
    background: #999;
}

    li.opt:after {
        content: " :: Off";
    }

    li.opt.sel {
        background: #f60;
    }

        li.opt.sel:after {
            content: " :: On";
        }

.shareBtns, .followBtns {
    background: #555;
    padding: 6px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.shFb, .shTw, .shGp, .shTum, .shPin {
    background: #fff url(../img/sprite.png) no-repeat;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 4px;
    cursor: pointer;
}

    .shFb:hover, .shTw:hover, .shGp:hover, .shTum:hover, .shPin:hover {
        opacity: .8;
        filter: alpha(opacity=80);
    }

.shFb {
    background-position: -10px 0;
}

.shTw {
    background-position: -10px -50px;
}

.shGp {
    background-position: -10px -100px;
}

.shTum {
    background-position: -10px -150px;
}

.shPin {
    background-position: -10px -200px;
}

.followBtns {
    background: #7ec546;
    width: 300px;
    margin: 0 auto;
    display: none;
}

@media screen and (max-width:960px) {
    .cLeft, .cRight {
        display: block;
    }

    .tBtn {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:1110px) {
    .startImg img {
        width: 400px;
    }

    .startLeft {
        width: 415px;
    }
}

@media screen and (max-width:980px) {
    .startRight {
        width: 415px;
    }
}

@media screen and (max-width:940px) {
    .startImg img {
        width: 340px;
    }

    .startLeft {
        width: 355px;
    }

    .startRight .sizeBtns li {
        margin: 10px;
    }
}

@media screen and (max-width:480px) {
    .startRight {
        text-align: left;
    }
}

@media screen and (max-width:420px) {
    .startImg img {
        width: 260px;
    }

    .startLeft {
        width: 315px;
    }

    .startRight {
        width: 315px;
    }

    li.opt {
        width: 240px;
    }

    .startRight .sizeBtns li {
        width: 100px;
    }
}

@media screen and (max-width:360px) {
    .startImg img {
        width: 230px;
    }
}

@media screen and (max-width:760px) {
    header nav {
        display: none;
    }

    .halfL, .halfR {
        display: block;
    }
}

@media screen and (max-width:420px) {
    .tBtn .button {
        width: 300px;
    }
}

body { 

	//min-height:100%;
	background-image: url(../img/background.jpg);
    //background-size: cover;
    //background-repeat: no-repeat;

}

/*html {
    height: 100%;
    min-height: 100%;
}*/
