/*
  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:#000000;
    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; 
}

#scoreboard p {
    margin: 6px 8px 10px 0;
    padding: 0;
    text-align: right;
    font-family: SSB;
    font-size: 26px;
    font-weight: bold;
}

.progress,
#tubepuzzle,
#loader,
.tube,
#tubes,
.blocker,
.catcher,
#goal,
.weight,
.open,
#scoreboard,
.kicker,
.bubble,
#moverlane,
#launch {
    position:absolute;
    overflow:hidden;
    z-index: 10;
}

#tubes {
    width: 2048px;
    height: 1000px;
}

#moverlane {
    width: 2048px;
    height: 100px;
    top: 648px;
    left: 0px;
}

#scoreboard {
    left: 1590px;
    top: 780px;
    width: 438px;
    height: 736px;
    border: 2px solid #ffffff;
    border-radius: 10px 10px;
}

.kicker {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/Kicker.png");
    top: 0;
    left: 0;
}

.mover_left {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/Mover_Body_Left.png");
    width: 69px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
}

.mover_right {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/Mover_Body_Right.png");
    width: 70px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
}

.mover {
    width: 140px;
    height: 100px;
    z-index: 100; 
    position: relative;
}

.weight {
    width: 140px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/Weight.png");
}

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

#launch {
    overflow: hidden;
}

#tubepuzzle {
    display: none;
}

.open {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/Open.png");
    top: 5px;
    width: 204px;
    height: 24px;
    z-index: 41;
    cursor: pointer;
}

#goal {
    display: none;
    top: 380px;
    left: 24px;
    width: 2000px;
    height: 800px;
    overflow: hidden;
    text-align: center;
    z-index: 200;
}

.goalspan {
    font-family: STB;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
}

.blocker {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/Blocker.png");
    z-index: 40;
    top: 734px;
    left: 0px;
    width: 2048px;
    height: 36px;
    overflow: hidden;
}

.bubble {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 50;
}

.bubble_blue {
    background-image: url("./images/Bubble-Blue.png");
}

.bubble_green {
    background-image: url("./images/Bubble-Green.png");
}

.bubble_red {
    background-image: url("./images/Bubble-Red.png");
}

.bubble_yellow {
    background-image: url("./images/Bubble-Yellow.png");
}

.bubble_heaven {
    background-image: url("./images/Bubble-Heaven.png");
}

.bubble_cyan {
    background-image: url("./images/Bubble-Cyan.png");
}

.bubble_brown {
    background-image: url("./images/Bubble-Brown.png");
}

.bubble_orange {
    background-image: url("./images/Bubble-Orange.png");
}

.bubble_purple {
    background-image: url("./images/Bubble-Purple.png");
}

.catcher_top {
    background-image: url("./images/Tube_Bottom_Top.png");
}

.catcher_body {
    background-image: url("./images/Catcher_Body.png");
}

.value {
    font-family: STB;
    text-align: center;
    display: block;
    position: relative;
}

.tubish {
    background-repeat: no-repeat;
    background-size: cover;
}

.catcher,
.tube_top,
.tube_body,
.tube_bottom {
    z-index: 11;
}

.tube {
    overflow: hidden;
    z-index: 10;
}

