/* CSS */

body{
	background-color: #fff;
}

#contentWrapper{
   
}

#contentHolder{
    width:760px;
    height:440px;
    margin-left:auto;
    margin-right:auto;
}

.clear-fix{
    clear:both;
}

.audiolevel{
    height:39px;
    width:39px;
    position:absolute; 
    margin-left: 700px; 
    top: 10px;
    cursor:pointer;
}

.audiolevel3{
	background:url(../assets/images/buttons/volume_3.png) no-repeat;
}

.audiolevel3.hover:hover{
	background: url(../assets/images/buttons/volume_3_hover.png) no-repeat;
}

.audiolevel2{
	background:url(../assets/images/buttons/volume_2.png) no-repeat;
}

.audiolevel2.hover:hover{
	background: url(../assets/images/buttons/volume_2_hover.png) no-repeat;
}

.audiolevel1{
	background:url(../assets/images/buttons/volume_1.png) no-repeat;
}

.audiolevel1.hover:hover{
	background: url(../assets/images/buttons/volume_1_hover.png) no-repeat;
}

.audiolevel0{
	background:url(../assets/images/buttons/volume_0.png) no-repeat;
}

.audiolevel0.hover:hover{
	background: url(../assets/images/buttons/volume_0_hover.png) no-repeat;
}

#play_sound{
    position: absolute;
    display:block;
    width: 25px;
    height: 27px;
    top: 33px;
    cursor:pointer;
    margin-left:15px;
}

.stop{
   background: url(../assets/images/buttons/play-stop-grey.png) no-repeat;
}

.stop.hover:hover{
   background: url(../assets/images/buttons/play-stop-yellow.png) no-repeat;
}

.play{
   background: url(../assets/images/buttons/play-arrow-grey.png) no-repeat;
}

.play.hover:hover{
   background: url(../assets/images/buttons/play-arrow-yellow.png) no-repeat; 
}

.hide{
    visibility: hidden;
}

.unhide{
    visibility: visible;
}

.noshow{
    display:none !important;
}

.show{
    display:block;
}

#mobileStartScreen{
    display:block;
    position:absolute;
    width:760px;
    height:440px;
    z-index:100;
}

#mobileScreenBg{
    background-color: #000;
    opacity: 0.2;
    width:760px;
    height:440px;
    top:0;
}

#mobileBtnWrapper{
    position:absolute;
    width:760px;
    height:440px;
    top:0;
}

#mobileStartBtn{
    font-family: 'Segoe', 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', 'Verdana', 'sans-serif';
    display:block;
    width:120px;
    height: 38px;
    background-color: #fff;
    color: #333;
    text-align: center;
    padding-top:12px;
    margin:auto;
    border-radius: 5px;
    margin-top:25%;
    box-shadow: 0 5px 0 #333;
    cursor:pointer;
    border: solid 1px #666;
}
#debug{
    position:absolute;
    top:0;
    display:block;
    width: 300px;
    height:20px;
    background-color: rgba(0, 0, 0, 0.7);
    color:white;
    padding:5px;
    font-size: 18px;
}

.float-left{
    float:left;
}

#control{
    position:absolute;
    top:385px;
    width: 760px;
}

#animation_control{
    margin-left:255px;
}

#next_btn{
    margin-left:253px;
}

#back_btn{
     margin-left:15px;
}

.btn{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight:bold;
    font-size:24px;
    cursor: pointer;
    background-color: #fff;
    display:block;
    box-shadow: 0 3px 3px #333;
    border-radius: 5px;
    padding-top:5px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
     user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.btn.hover:hover{
    background-color: #ff9;
}

.btn_small{
    width: 42px;
    height: 37px;
}

.btn_wide{
    width: 130px;
    height: 37px;
}

.play_btn,
.next_btn{
    float:left;
}

.play_btn:before{
    content: "";
    display:inline-block;
    width:0;
	height:0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid black;
    margin-top:5px;
    margin-left: 25px;
    padding-right:5px;
}

.pause_btn:before{
    content: "";
    display:inline-block;
    width:8px;
	height:20px;
	background-color: black;
    margin-top: 5px;
    margin-left: 21px;
    margin-right: 15px;
}

.pause_btn:after{
    content: "";
    display:inline-block;
    width:8px;
	height:20px;
	background-color: black;
    margin-top:5px;
    position: relative;
    left:-77px;
}

.next_btn:before{
    content: "";
    display:inline-block;
    width:0;
	height:0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 16px solid black;
    margin-top: 6px;
    margin-left: 10px;
}

.next_btn:after{
    content: "";
    display:inline-block;
    width:0;
	height:0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 16px solid black;
    margin-top:6px;
    position:relative;
    left: -5px;
}

.back_btn:before{
    content: "";
    display:inline-block;
    width:0;
	height:0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 16px solid black;
    margin-top: 6px;
    margin-left: 5px;
}

.back_btn:after{
    content: "";
    display:inline-block;
    width:0;
	height:0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 16px solid black;
    margin-top:6px;
    position:relative;
    left: -5px;
}

footer {
    font-family: Arial, Helvetica, sans-serif;
    width: 800px;
    margin: 2px auto 0 auto;
    text-align: center;
    font-size: 14px;
    user-select: none;
}

.disabled{
    opacity: 0.6;
    cursor:default;
}

.btn.hover.disabled:hover{
    background-color: #fff;
}
