canvas {
	display: block;
}

#info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1; /* TODO Solve this in HTML */
}

a, button, input, select {
	pointer-events: auto;
}

.dg.ac {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2 !important; /* TODO Solve this in HTML */
}

#three_loader{
	position:fixed;
	left:0; top:0; 
	width:100%;
	height:100%;
	background:rgba(0,0,0,1);
	
}

/*.loader_Content{
	width:600px;
	height:600px;
	top:38%;
	left:38%;
	margin:-75px 0 0 -75px;
	text-align:center;
	position:absolute;
	font-size:20px; 
	font-weight:bold;
}*/

/*.loader_Content{
	width: 800px;
    height: 800px;
    top: 17%;
    left: 29%;
    text-align: center;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
}*/
    
.loader_Content{
	width: 200px;
    height: 200px;
    top: 50%;
    /* margin: -75px 0 0 -75px; */
    /* text-align: center; */
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    border: 5px solid #fff;
    border-radius: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
}

.loader_Content img{
	width:800px;
	height:auto;
}

#loaderValue{
	color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bolder;
    text-align: center;
    font-size: xx-large;
    width: 100%;
    line-height: 200px;
}
#startBtn{
	background: #fff;
	border: 5px solid #fff;
	color: #000;
    position: absolute;
    top: -5px;
    left: -5px;
    font-weight: bolder;
    text-align: center;
    font-size: xx-large;
    line-height: 200px;
	border-radius: 50%;
	width: 200px;
    height: 200px;
	cursor: pointer;
}

#overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.7);
}

	#overlay button {
		background: #ffffff;
		border: 0;
		color: #000000;
		padding: 16px 20px;
		text-transform: uppercase;
		cursor: pointer;
	}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}

canvas {
	width: 30px;
	height: 30px;
	display: block;
}

.annotation {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor:pointer;
}

#marker1 {
	position: absolute;
	z-index: 1;
}

#marker2 {
	position: absolute;
	z-index: 1;
}

#marker3 {
	position: absolute;
	z-index: 1;
}

#marker4 {
	position: absolute;
	z-index: 1;
}

#marker5 {
	position: absolute;
	z-index: 1;
}

#marker6 {
	position: absolute;
	z-index: 1;
}

#marker7 {
	position: absolute;
	z-index: 1;
}

#marker8 {
	position: absolute;
	z-index: 1;
}

#marker9 {
	position: absolute;
	z-index: 1;
}

#marker10 {
	position: absolute;
	z-index: 1;
}

#marker11 {
	position: absolute;
	z-index: 1;
}

#ColorOptions{   position: absolute;
    bottom: 10px;
    width: 1200px;
    left: 50%;
    overflow: hidden;
    margin: 0 0 0 0px;

    transform: translateX(-50%);
    display: flex;
    column-gap: 2px;
    justify-content: center;

}
#ColorOptions li{ float: left;
    margin: 0;
    width: 200px;
    cursor: pointer;}
	
#ColorOptions li:last-child(){ width: 200px;}
#ColorOptions li span {     background-position: center center;
    width: 60px;
    height: 60px;
    display: block;
    /*border-radius: 50%;*/
    margin: 0 auto; 	
}
#ColorOptions li:nth-child(1) span { background-image:url('../images/red_selected.png'); }
#ColorOptions li:nth-child(2) span { background-image:url('../images/black_with_black_alloy.png'); }
#ColorOptions li p{     color:#f3f3f3;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0; display:block;
    padding-top: 5px;}
#HotspotDtls{ position:fixed; right:-25%; top:0; width:25%; background:#000; height:100%; z-index:99;}
#HotspotClose{ position:absolute; width: 50px; left: 10px; top: 12px; cursor:pointer;}
#HotspotClose img{ width:100%;}
.HotspotContent{ padding:71px 20px 0px 20px; min-height:200px; overflow-x:hidden; overflow-y:hidden;}		
#HotsptImg{ width:100%;}
#HotsptHead, #HotsptHead3{ color:#bcbdc0; font-size:100%; padding:10px 0 0 0;}
#HotsptHead span, #HotsptHead3 span{ color:#ed1c24;}
#HotsptHead2{ color:#ed1c24; font-size:120%;}
#HotsptCont, #HotsptCont2{ color:#bcbdc0; font-size:80%;}
 .portrait-content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        
        z-index: 99999999;
    }

    .portrait-center {
        position: fixed;
        top: 50%;
        left: 0;
        margin: 0 auto;
        right: 0;
        transform: translateY(-50%);
        text-align: center;
    }

        .portrait-center img {
            margin: 0 auto 10px;
            width: 200px;
            text-align: center;
        }
		
@media screen and (max-width: 1300px) and (orientation:landscape) {
       .HotspotContent{ padding:71px 20px 60px 20px;}	
	#ColorOptions {
		width: 70%;
		/*left: 15%;*/
		margin: 0;
		bottom:30px;
	}
	#ColorOptions li {
		width: 16%;
	}
	#ColorOptions li p{ display:none;}
	#ColorOptions li span{
		width: 40px;
    	height: 40px;
	}
	#HotspotClose img {
		width: 70%;
	}
	#startBtn {
		line-height: 100px;
		width: 100px;
		height: 100px;
		cursor: pointer;
		font-size: large;
	}
	#loaderValue{
		line-height: 100px;
		    font-size: large;
	}
	.loader_Content {
    width: 100px;
    height: 100px;
    font-size: 20px;
    margin: -50px 0 0 -50px;
}
}
@media screen and (orientation:landscape) {
	#orientation{ display:none;}
}
@media screen and (orientation:portrait) {
	#orientation{ display:block;}
}





/**FIXED COUSTOM RIGHT SIDE BUTTON**/
.fixed
{
    position: fixed;
    top:100px;
    right: 0;
    width:50px;
    height:200px;
    z-index:999;
	display: none;
}
.tvs-icons{
	font-size: 18px;
	font-weight: 900;
}
.button 
{
display: block;
border: 0;
line-height: 3;
margin-bottom: 0.3em;
outline: none;
text-decoration: none;
color: #fff;
width: 50px;
font-size: 16px;
border-radius: 20px 0 0 20px;
}
.buttonDiv 
{
padding: 0 21px;
border-radius: 30px 0 0 30px;
}
.buttonDiv:hover
{
    background: white;
    transition: margin 500ms;
    margin-left: -20px;
}
/* Button Css */
.bg-b-blue
{
    background: linear-gradient(45deg,#1a77e2,#bfd6f1);
}
.bg-b-blue:hover
{
    background:linear-gradient(45deg,#1a77e2,#4485d2);
}
.bg-b-green
{
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}
.bg-b-orange
{
    background: linear-gradient(45deg, #fda582, #f7cf68);
}
.bg-b-orange:hover
{
    background:linear-gradient(45deg, #fda582, #fcac7d);
}
.bg-b-purple
{
    background: linear-gradient(45deg, #a52dd8, #e29bf1);
}
.bg-b-purple:hover
{
    background:linear-gradient(45deg, #a52dd8, #b143dd);
}


