/*
  Load fonts
*/
@font-face {
	font-family: STB;
 	src: url("./fonts/Steinschrift.eot")
 	src: url("./fonts/Steinschrift.eot?#iefix") format("embedded-opentype"); 
}
@font-face {
	font-family: STB;
	src: url("./fonts/Steinschrift.ttf")
}
@font-face {
	font-family: SSB;
 	src: url("./fonts/StreetSemiBold.eot")
 	src: url("./fonts/StreetSemiBold.eot?#iefix") format("embedded-opentype"); 
}
@font-face {
	font-family: SSB;
	src: url("./fonts/StreetSemiBold.ttf")
}
@font-face {
	font-family: LED;
 	src: url("./fonts/28Seg.eot")
 	src: url("./fonts/28Seg.eot?#iefix") format("embedded-opentype"); 
}
@font-face {
	font-family: LED;
	src: url("./fonts/28Seg.ttf")
}

body {
    margin:0 auto;
    padding:0;
    overflow:hidden;
    background-color:#1c022e;
    font-family: STB;
    font-weight: normal;
    color: #ffffff;
    user-select: none; 
    -webkit-user-select: none; 
    -moz-user-select: none;
    -khtml-user-select: none; 
    -ms-user-select: none; 
}

.wordblock,
.multiplier,
.blender,
.pointinfo,
#playboard,
#levels,
#shadow,
#loadwords,
#scoreboard,
#arrowup,
#arrowdown,
#dark,
#wheel,
#movegoal,
#fakegoal,
#wordparts,
#buildword {
    position:absolute;
    overflow:hidden;
    z-index: 10;
}

.pointinfo {
    top: -10px;
    width: 32px;
    height: 32px;
    border-radius: 50% 50%;
    border: 1px solid #000000;
    background-color: #008000;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

#playboard {
    height: 100%;
    width: 1628px;
    top: 0;
}

div.levelfooter {
    width: 402px;
    height: 254px;
    position: absolute;
    bottom: 0; left: 0;
    background-position: 0px 0px;
    background-image: url("./images/level_footer.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#outerbox {
    padding:0;
    overflow:hidden;
}

.p20 {
    float: left;
    width: 402px;
    height: 600px;
    position: relative;
    text-align: center;
}

img.locked {
    width: 377px;
    height: 254px;
}

img.levellocked {
    width: 263px;
    height: 444px;
}

img.button1 {
    width: 360px;
    height: 176px;
}

.backbutton {
    display: block;
    position: absolute;
    font-family: SSB;
    font-weight: bold;
    font-size: 66px;
    color: #26d4f9;
    text-align: center;
    width: 100%;
    top: 56px; left: 0;
    cursor: pointer;
}

span.yourjob {
    text-align: center;
    display: block;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    font-family: SSB;
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    color: #ffffff;
}

#loadwords,
#levels {
    display: none;
    opacity: 0;
    background-color: #000000;
}

#loadwords {
    width: 2048px;
    height: 1586px;
}

.backfull {   
    width: 1586px;
    bottom: 16px;
    height: 200px;
    position: absolute;
    text-align: center;
}

#cardinfo {
    position: absolute;
    text-align: center;
    top: 100px;
    left: 16px;
    width: 1554px;
    height: 500px;
    scrollbar-width: none;
    overflow-y: auto;
}

.cardblock {
    background-position: 0px 0px;
    background-image: url("./images/card.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 358px;
    left: 231px;
    width: 1586px;
    height: 820px;
}

#card_h3,
#summary_h3,
#levelinfo_h3 {
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 64px;
    font-weight: bold;
    font-family: SSB;
}

#card_p,
#summary_p,
#levelinfo_p {
    margin: 0 0 5px 0;
    color: #dbbb3c;
    font-size: 48px;
    font-weight: bold;
    font-family: SSB;
}

#card_small,
#summary_small,
#levelinfo_small {
    margin: 0 0 5px 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: bold;
    font-family: SSB;
}

#card_h3 {
    font-size: 80px;
}

#card_p {
    font-size: 64px;
}

span.collect {
    text-align: center;
    display: block;
    position: absolute;
    top: 112px;
    left: 0;
    width: 100%;
    font-family: SSB;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
}

.levelrow {
    background-color: #1d1006;
    background-position: left bottom;
    background-image: url("./images/level_shelf.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    position: relative;
}

div.leveldata {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    width: 2048px;
    height: 1536px;
    min-height: 1536px;
    max-height: 1536px;
    font-size: 50px;
    line-height: 60px;
}

.blender {
    z-index: 10000;
    background-color: #000000;
    opacity: .9;
    left: 10px;
    top: 0;
    width: 1638px;
    height: 1236px;
}

#scoreboard {
    top: 0;
/*    left: 420px; */
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    background-position: 0px 0px;
    background-image: url("./images/Border.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.wordpart {
    position: absolute;
    z-index: 7;
    background-position: 0px 0px;
    background-image: url("./images/3dred.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
    left: 720px;
    top: 360px;
    width: 500px;
    height: 90.53px;
}

#fakegoal {
    z-index: 5;
    top: 415px;
    height: 92px;
    width: 510px;
}

#movegoal {
    z-index: 6;
    top: 410px; 
    height: 92px;
    width: 510px;
    border-radius: 5px 5px;
    background-color: #dfdfdf;
    border-top: 2px solid #202020;
    border-bottom: 2px solid #202020;
    border-right: 2px solid #202020;
}

#buildword {
    display: none;
    width: 2048px;
    height: 1536px;
    background-color: #ffffff;
    display: none;
}

#wordparts {
    left: 0;
    top: 300px;
    height: 1236px;
    width: 1648px;
}

#launch {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1c022e;
    position: absolute;
    width: 100%;
    height: 100%;
}

#loader {
    position: absolute;
    bottom: 200px;
    height: 30px;
    border: 1px solid #f9e303;
}

#noshow {
    display: none;
}

.progress {
    position: absolute;
    display: inline-block;
    width: 0%;
    height: 29px;
    margin: 0 auto;
    padding: 0;
    background-color: #000000;
}

.scoreboard_left {
    width: 780px;    
    margin-left: 60px;
    float: left;
}

.scoreboard_right {
    width: 780px;
    float: left;
}

.scores {
    padding: 4px 0;
    margin: 0;
    font-size: 50px;
    font-family: SSB;
    text-transform: uppercase;
    color: #000000;
}

.led {
    color: #000000;
    font-family: LED;
    font-size: 54px;
}

.multiplier {
    top: 6px;
}

.multiplier small {
    color: #000000;
}

#shadow {
    left: 0;
    top: 0;
    height: 100%;
    width: 420px;
    background-position: 0px 0px;
    background-image: url("./images/dark.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
}

#dark {
    left: 0;
    top: 0;
    height: 100%;
    width: 420px;
    z-index: 10;
}

#wheel {
    top: 0;
    height: 100%;
    width: 420px;
    z-index: 10;
}

.wordblock {
    z-index: 9;
    overflow: hidden;
    background-color: #ffffff;    
    background-position: 0px 0px;
    background-image: url("./images/3dgrey.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#arrowup {
    z-index: 12;
    background-image: url("./images/ArrowUp.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;   
    left: 0;
    width: 400px;
    height: 125px;
}

#arrowdown {
    background-image: url("./images/ArrowDown.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 12;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 125px;
}

.wordpart p {
    min-height: 100%;
    max-height: 100%;
    text-align: left;
    color: #ffffff;
    font-family: SSB;
    padding: 6px 8px 6px 8px;
    margin: 0;
}

.wordpart small {
    padding-left: 10px;
    color: #c0c0c0;
}

.wordblock p {
    min-height: 100%;
    max-height: 100%;
    color: #ffffff;
    font-family: SSB;
    padding: 6px 8px 6px 8px;
    margin: 0;
}

