html,body{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    overflow:hidden;
    text-align:center;
    overflow-x:hidden
}
.shadow(){
    box-shadow:1px 1px 5px 1px #ddd
}
.portrait canvas{
    transform-origin:0 0;
    transform:rotate(-90deg) translateX(-100%)
}
.desktop canvas{
    transform:scale(-1,1)
}
pinch-zoom{
    width:100%;
    height:100%
}
.green{
    color:green
}
.splashOut{
    -webkit-transition:opacity .5s linear;
    opacity:1
}
.splash{
    opacity:0
}
.allowCameraPanel{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    color:#fff;
    z-index:21
}
.btn-cancel{
    color:#fff;
    background-color:#a0a0a0;
    border-radius:0;
    width:140px!important;
    padding-top:3px;
    padding-bottom:3px;
    margin:10px
}
.btn-confirm{
    color:#fff;
    background-color:#404040;
    border-radius:0;
    width:140px!important;
    padding-top:3px;
    padding-bottom:3px;
    margin:10px
}
.btn-confirm:focus{
    outline:none;
    box-shadow:none
}
.modal-body{
    text-align:center;
     padding:10px
}
.modal-footer{
    margin:0 auto;
    border:none
}
.modal-content{
    padding-top:10px;
    padding-bottom:0;
    margin:10px
}
@media (orientation: landscape){
    .footerMenu{
        background-color:#eaeaea;
        border-top:2px solid #d3d3d3;
        text-align:center;
        padding:2px;
        height:100%;
        visibility:hidden;
        position:absolute;
        bottom:0;
        width:100%
    }
    .ui-container{
        text-align:center;
        padding:2px;
        visibility:hidden;
        height:10%;
        width:100%
    }
    .ui-button{
        width:3%;
        height:autoHeight
    }
}
@media (orientation: portrait){
    .footerMenu{
        background-color:#eaeaea;
        border-top:2px solid #d3d3d3;
        text-align:center;
        padding:2px;
        height:100%;
        visibility:visible;
        position:absolute;
        bottom:0;
        width:100%
    }
    .ui-container{
        text-align:center;
        padding:5px;
        visibility:visible;
        height:30%;
        width:100%
    }
    .ui-button{
        width:10%;
        height:autoHeight
    }
}
@media (min-width: 768px){
	#instruction_image {
		display:none !important;
	}
	#overlayer {
		transform: scale(1.5);
	}
	.playStop-btn-image{
		width:50px !important;
	}
	.social-btn{
		width:50px !important;
	}

	#compliance-message-text{
		
		font-size: 20px !important;
	}

	#compliance-message-btn{
		width: 50% !important;
	}

	#output-canvas{
		width:450px !important;
	}
	#vid {
		width: 70% !important;
	}
	#allowCameraPanel{
		width:650px !important;
	}
}

.lower{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:10%;
    z-index:21
}
.footer{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:8%;
    color:#fff;
    z-index:23
}
.onebleft{
    padding:5px;
    margin:5px 15px 5px 5px;
    float:left;
    z-index:900000000000
}
.onebright{
    padding:5px;
    margin:5px 15px 5px 5px;
    float:right;
    z-index:900000000000
}
.imgon{
    width:55px;
    height:55px;
    background-color:#fff;
    padding:3px 2px 2px!important
}
.imgss{
    width:50px!important;
    height:50px!important
}
.imgname{
    font-size:10px
}
.header{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    color:#fff
}
.oneleft{
    padding:5px;
    margin:5px 15px 5px 5px;
    float:left;
    z-index:900000000000
}
body{
    margin:0;
    overflow:hidden
}
.resets{
    background-color:rgba(51,51,51,0.529);
    color:#fff;
    text-align:center;
    border-radius:2px;
    height:50px;
    padding:10px;
    position:fixed;
    top:10px;
    text-align:center;
    z-index:9000000000;
    bottom:10px
}
.btnskips{
    background:rgba(0,0,0,0.433);
    color:#fff!important
}
.btnskips:hover{
    background:#c5c5c5
}
#arjsDebugUIContainer{
    display:none
}
.a-enter-vr-button{
    display:none!important
}
.bg{
    margin:0;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    z-index:99
}
.ui-panel{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    color:#fff
}
.logo{
    position:relative;
    z-index:100
}
.header{
    position:fixed;
    left:0;
    top:0;
    width:100%
}
.img{
    width:100vw;
    align-self:center;
    height:auto
}
.content{
    height:300vh
}
.loader-canvas,.loader-canvas2{
    margin:0 auto;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center
}
.loader-spinner{
    z-index:10;
    height:120px;
    width:120px
}
.ui-canvas{
    margin:0 auto;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center
}
.ui-controls{
    z-index:10;
    height:60px;
    width:60px;
    position:absolute;
    bottom:30px
}
#compliance-message{
	text-align: center;
}

