@font-face {font-family: "Helvetica Neue LT Pro 73 Bold Extended";
    src: url("../font/hel73.eot"); /* IE9*/
    src: url("../font/hel73.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/hel73.woff2") format("woff2"), /* chrome、firefox */
    url("../font/hel73.woff") format("woff"), /* chrome、firefox */
    url("../font/hel73.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../font/hel73.svg#Helvetica Neue LT Pro 73 Bold Extended") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Helvetica Neue LT Pro 43 Light Extended";
    src: url("../font/hel43.eot"); /* IE9*/
    src: url("../font/hel43.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/hel43.woff2") format("woff2"), /* chrome、firefox */
    url("../font/hel43.woff") format("woff"), /* chrome、firefox */
    url("../font/hel43.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../font/hel43.svg#Helvetica Neue LT Pro 43 Light Extended") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Helvetica Neue LT Pro 45 Light";
    src: url("../font/hel45.eot"); /* IE9*/
    src: url("../font/hel45.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/hel45.woff2") format("woff2"), /* chrome、firefox */
    url("../font/hel45.woff") format("woff"), /* chrome、firefox */
    url("../font/hel45.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../font/hel45.svg#Helvetica Neue LT Pro 45 Light") format("svg"); /* iOS 4.1- */
}


::selection {
  background: rgba(255,255,255,0);
}
::-moz-selection {
  background: rgba(255,255,255,0);
}



#instruction1, #instruction2, #instruction3{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
}
#instruction1 .instruction-img{
    position: absolute;
    top: 195px;
    left: 164px;
    width: 361px;
    height: 181px;
    background-image: url(../images/instruction1.png);
}
#instruction3 .instruction-img{
    position: absolute;
    top: 271px;
    left: 458px;
    width: 225px;
    height: 80px;
    background-image: url(../images/instruction3.png);
}
.instruction-text{
    position: absolute;
    width: 250px;
    font-family: "Helvetica Neue LT Pro 45 Light", sans-serif;
    font-size: 1em;
    background-color: rgba(255,255,255,0.9);
    padding: 15px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
#instruction1 .instruction-text{
    left: 260px;
    top: 350px;
}
#instruction2 .instruction-text{
    left: 240px;
    top: 290px;
}
#instruction3 .instruction-text{
    left: 540px;
    top: 350px;
}








#gui{
    position: absolute;
    width: 960px;
    height: 600px;
    left: 0;
    top: 0;
    margin: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 999;
}
#titlescreen{
    position: absolute;
    width: 900px;
    height: 540px;
    left: 30px;
    top: -600px;
    background-color: white;
    border-radius: 3px;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 2px 2px 23px -3px rgba(0,0,0,0.75);
}
.HSline {
    height: 24px;
    padding: 6px 0 0 5px;
}
#logo {
    width: 140px;
    height: 45px;
    display: block;
    position: absolute;
    left: 47px;
    top: 29px;
    background: url(../images/mt_logo@2x.png) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}
#startbutton_m, #startbutton_f, #highscorebutton, #savebutton, #closebutton, #abortbutton{
    pointer-events: all;
    position: absolute;
    left: 250px;
    top: 400px;
    background-color: #a5d200;
    border: none;
    padding: 1em 1.28571em 0.8em;
    line-height: 1.25em;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.5px;
    font-family: "Helvetica Neue LT Pro 73 Bold Extended", sans-serif;
    letter-spacing: 0.4px;
    color: #fff;
    cursor: pointer;
    transition: background 0.5s;
}
#highscorebutton, #abortbutton{
    width: 250px;
    top: 450px;
    left: 550px;
    background-color: #d1d1d1;
}
#startbutton_m, #startbutton_f{
    width: 400px;
    left: 50px;
}
#startbutton_m{
    top: 380px;
}
#startbutton_f{
    top: 450px;
}
#startbutton_m:hover, #startbutton_f:hover, #highscorebutton:hover, #savebutton:hover, #closebutton:hover{
    background-color: #82ad00;
}
#highscorebutton:hover, #abortbutton:hover{
    background-color: #a1a1a1;
}

.continuebutton{
    pointer-events: all;
    position: absolute;
    width: 400px;
    left: 250px;
    top: 400px;
    background-color: #a5d200;
    border: none;
    padding: 1em 1.28571em;
    line-height: 1.25em;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.5px;
    font-family: "Helvetica Neue LT Pro 73 Bold Extended", sans-serif;
    letter-spacing: 0.4px;
    color: #fff;
    cursor: pointer;
    transition: background 0.5s;
}
.continuebutton:hover{
    background-color: #82ad00;
}
.levelscreen{
    position: absolute;
    width: 900px;
    height: 350px;
    left: 30px;
    top: -600px;
    background-color: white;
    border-radius: 3px;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 2px 2px 23px -3px rgba(0,0,0,0.75);
}
.leveltitle{
    position: absolute;
    text-align: left;
    width: 800px;
    height: 70px;
    left: 50px;
    top: 28px;
    font-family: "Helvetica Neue LT Pro 73 Bold Extended", sans-serif;
    font-size: 1.5em;
    background-color: #fff;
    line-height: 1;
}
.leveltitle_sub{
    position: absolute;
    text-align: left;
    width: 800px;
    height: 50px;
    left: 50px;
    top: 54px;
    font-family: "Helvetica Neue LT Pro 43 Light Extended", sans-serif;
    font-size: 1.5em;
    background-color: #fff;
    line-height: 1;
}
#titlescreen .leveltitle, #titlescreen .leveltitle_sub{
    left: 200px;
}
.leveltext{
    position: absolute;
    width: 440px;
    height: 280px;
    left: 50px;
    top: 110px;
    font-family: "Helvetica Neue LT Pro 45 Light", sans-serif;
    font-size: 1em;
    background-color: #fff;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
.levelimage{
    position: absolute;
    width: 320px;
    height: 280px;
    left: 530px;
    top: 110px;
    background-color: #fff;
}
.levelimage.start{
    width: 320px;
    height: 280px;
    left: 530px;
    top: 110px;
    background-image: url(../images/gui_devices.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#levelscreen1 .levelimage.level{
    width: 320px;
    height: 206px;
    left: 530px;
    top: 110px;
    background-image: url(../images/gui_app.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#levelscreen1 .continuebutton{
    left: 50px;
    top: 253px;
}
#levelscreen2 .levelimage.level{
    width: 320px;
    height: 206px;
    left: 530px;
    top: 110px;
    background-image: url(../images/gui_inf.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#levelscreen2 .continuebutton{
    left: 50px;
    top: 253px;
}
#the_lives{
    font-size: 1em;
    position: absolute;
    font-family: "Helvetica Neue LT Pro 73 Bold Extended", sans-serif;
    color: #555;
    width: 300px;
    height: 50px;
    top: 10px;
    left: 300px;
}
#the_score{
    font-size: 1em;
    position: absolute;
    font-family: "Helvetica Neue LT Pro 73 Bold Extended", sans-serif;
    color: #555;
    width: 300px;
    height: 50px;
    top: 35px;
    left: 300px;
}
#the_score .scorenum{
    color: #a5d200;
    font-size: 2em;
}
.live{
    position: absolute;
    top: -2px;
    width: 20px;
    height: 20px;
    background-image: url(../images/live.png);
}
#live1{
    left: 65px;
}
#live2{
    left: 90px;
}
#live3{
    left: 115px;
}

#endscreen{
    position: absolute;
    width: 900px;
    height: 540px;
    left: 30px;
    top: -600px;
    background-color: white;
    border-radius: 3px;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 2px 2px 23px -3px rgba(0,0,0,0.75);
}
#endscreen form{
    position: absolute;
    left: 50px;
    top: 225px;
    font-family: "Helvetica Neue LT Pro 45 Light", sans-serif;
}
#endscreen form input{
    font-size: 1em;
    font-family: "Helvetica Neue LT Pro 45 Light", sans-serif;
    color: #82ad00;
    border: 1px solid #a5d200;
    padding: 10px;
    width: 400px;
    pointer-events: all;
}
#savebutton{
    left: 50px;
    top: 400px;
    width: 215px;
}
#abortbutton{
    top: 400px;
    width: 95px;
    margin-left: 0;
    left: 328px;
}
#inputname{
    margin-bottom: 15px;
}

#highscorescreen{
    position: absolute;
    width: 900px;
    height: 540px;
    left: 30px;
    top: -600px;
    background-color: white;
    border-radius: 3px;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 2px 2px 23px -3px rgba(0,0,0,0.75);
}
#closebutton{
    left: 50px;
    top: 450px;
    width: 400px;
}
#highscorescreen .leveltext{
    height: 320px;
    width: 450px;
    overflow: auto;
    pointer-events: all;
}
.HSline:nth-child(even){
    background-color: #eee;
}
.HSleft{
    display: inline-block;
    width: 360px;
}
.HSname{
    font-family: "Helvetica Neue LT Pro 73 Bold Extended", sans-serif;
    color: #82ad00;
}
.HSrank{
    width: 40px;
    text-align: right;
    margin-right: 20px;
    display: inline-block;
}
.HSright{
    display: inline-block;
    width: 50px;
    text-align: right;
}

