body{
    background-color: black !important;
    color: #e85500;
    font-family: Arial;
    position: relative;
    overflow-x: hidden !important;
}

html, body {
}

.close-arrow{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 14px;
    background: url('down-arrow.png');
    display: none;
}

.mob-menu {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	height: 600px;
	min-height: 100%;
	z-index: 9999999999999999;
	background-color: black;
	padding: 20px 10px;
}

.header{
    position: absolute !important;
}

/* /////////////////////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */

/* less than 600px wide */
@media only screen and (max-width: 600px) {
	.full-menu {display: none;}	

    .close-arrow{
        display: block;
    }

    .slider-box{
        margin-top: 0px !important;
    }
    .ui-slider-handle, .ui-state-hover, .ui-state-default{
        margin-left: -20px !important;
    }

    #playerbox{

        top: 160px !important;
        left: 0px !important;
        width: 260px !important;
        min-height: 100% !important;
        margin-left: 30px !important;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    /*.container-fluid{
        display: none;
    }*/

    .sub-title {
        margin: 0px 0px 0px 13px !important;
    }
    #menuscenes{
        display: none !important;
    }

    .track-menu{
        display: block;
        float: left !important;
        padding: 0 !important;
    }
    .social-bar{
        display: block;
        float: none !important;
        margin-top: 520px  !important;
    }
    .logo-box{
        display: block !important;
        float: left !important;
    }
    .explore{
        margin-top: 10px !important;
        margin-left: -20px !important;
        display: block;
        position: absolute !important;
    }
}

/* more than 600px wide */
@media only screen and (min-width: 600px) {
	.full-menu {display: none;}
	.navbar-nav {display: none;}
	
    .close-arrow{
        display: block;
    }
	
    .slider-box{
        margin-top: 0px !important;
    }

    #playerbox{

        top: 60px !important;
        left: 30px !important;
        width: 290px !important;
        height: 525px !important;
        margin-left: 0px !important;
        padding-left: 0px;
        padding-right: 0px;
        
    }

    .sub-title {
        margin: 0px 0px 0px 13px !important;
    }
    #menuscenes{
        display: block !important;
    }
    .track-menu{
        display: block !important;
        padding: 12px 20px !important;
    }
    .social-bar{
        display: block !important;
        margin-top: 0px !important;
    }
    .explore{
        margin-left: -10px !important;
        margin-top: -30px !important;
        display: none !important;
    }
}

/* more than 749px wide iPhone 7 */
@media only screen and (min-width: 749px) {
    .slider-box{
        margin-top: 0px !important;
    }
}

/* more than 860px wide */
@media only screen and (min-width: 800px) {
		
    .slider-box{
        margin-top: 5px !important;
    }

    #playerbox{

        top: 220px !important;
        left: 30px !important;
        width: 290px !important;
        height: 525px !important;
        margin-left: 0px !important;
        padding-left: 0px;
        padding-right: 0px;
        
    }

    .sub-title {
        margin: 0px 0px 0px 13px !important;
    }
    #menuscenes{
        display: block !important;
    }
    .track-menu{
        display: block !important;
        padding: 12px 20px !important;
    }
    .social-bar{
        display: block !important;
        margin-top: 0px !important;
    }
    .explore{
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-top: -70px !important;
        display: block !important;
    }
}

@media only screen and (min-width: 1219px) {
    .explore{
        margin-top: -20px !important;
    }
	.full-menu {display: block;}
	.navbar-nav {display: block;}
    .close-arrow{
        display: none;
    }
}

/* /////////////////////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */ 


.explore{
    margin-top: 0px;
    position: absolute;
    z-index: 9999999;
}

.slider-box{
    width: 290px;
    
}
#playerbox{
    position: absolute;
}
.speaker-icon{
    width: 17px;
    height: 13px;
    background: url('speaker_icon_small.png');
    
}
.track-title{
    height: 13px;
    font-size: 13px;
    color: aqua;
    line-height: 13px;
    padding-left: 10px;
    display: none;
}
.loading-title{
    height: 13px;
    font-size: 13px;
    color: aqua;
    line-height: 13px;
    padding-left: 10px;
    
}
.floatleft{
    float: left;
}
.clear-all{
    clear: all;
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.btn_start{
    width: 295px;
    height: 525px;
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    background-color: black;
    opacity: .9;
    z-index: 4;
}
.btn_start p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 290px;
    height: 365px;
    
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
    background-color: black !important;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
    color: #e85500;
    text-shadow: 0 0px 0 #000; 
    opacity: 1 !important;
}

.loading{
    width: 150px;
    height: 4px;
    background: url('loader-1.gif');
    background-size: 150px 4px;
    margin-top: -2px;
    margin-left: 5px;
    float: right !important;
    margin-top: 4px;
    margin-right: 10px;
}

.dragTrack{
    height: 2px;
    width: 280px;
    position: absolute;
    margin-top: 30px !important;
    margin-left: 5px !important;
    margin-bottom: 25px !important;

}

.ui-slider{
    margin-top: 25px !important;
    display: none;

}
.slider-box{
    min-height:65px;
}

#slider-1, #slider-2, #slider-3, #slider-4, #slider-5, #slider-6, #slider-7{
    display: none;
}
.ui-slider-track{
    height: 2px;
    width: 280px;
    border-radius: 0;
    height: 4px !important; 
    background: url('slider_bg.png') !important;
    border:0 !important;
    position: relative;
    margin-left: 0px;
 }
.ui-slider-handle, .ui-state-hover, .ui-state-default{
    height: 40px !important;
    width: 40px !important;
    background: url('slider_thumb_bg.png') !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 11px 29px !important;
    border-radius: 0;
    border:0 !important;
    position: relative;
    cursor: pointer !important;
    display: none;
    outline: none !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-left: -20px !important;
}



.scene {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





.mute{
    width: 60px;
    height: 20px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 0px;
    cursor: pointer;
    font-size: 9px;
}
.title{
    width: 570px;
    height: 7px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 9px;
    font-weight: 40;
    letter-spacing: 32px;
}
.figure{
    width: 24px;
    height: 50px;
    background: url('figure_100_48.png');
    display: none;
    background-size: cover;
    position: absolute;
    top: 50px;
    left: 237px;
}

.stick{
    width: 24px;
    height: 200px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
    
}
.display{
    width: 3px;
    height: 200px;
    position: absolute;
    left: 9px;
    bottom: 0px;
}
.pivot{
    width: 24px;
    height: 24px;
    overflow: visible;
    position: absolute;
    border: 0px solid black;
}
.grey{
    background-color: #bcbcbc;
}
.orange{
    background-color: #e85500;
}
