*{
		padding:0px;
		margin:0px;
	}
	body{
		background-color:black;
		background-image: url(../../../../assets/images/games/moneywheel2/bhg.jpg);
		background-repeat: no-repeat;
		background-size:cover;
		overflow:hidden;
	}
    text{
        font-family:Helvetica, Arial, sans-serif;
        font-size:27px;
        pointer-events:none;
		font-weight:bold;
    }

	.progressjs-percent{
		display:none
	}

    #chart{
        #position:absolute;
        width:462px;
        height:500px;
        #top:20;
        left:0;
		margin:auto;
		text-align:center;
		background-image: url(../../../../assets/images/games/moneywheel2/spin1.png);
		background-repeat: no-repeat;
		background-position:center  -40px;
		background-size:130px
    }
    #question{
        position: absolute;
        width:400px;
        height:500px;
        top:0;
        left:520px;
    }
    #question h1{
        font-size: 50px;
        font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        position: absolute;
        padding: 0;
        margin: 0;
        top:50%;
        -webkit-transform:translate(0,-50%);
                transform:translate(0,-50%);
    }
	circle{
		z-index:10000;
	}
	.spin{
		cursor:pointer;
		transition: all 0.2s ease-in-out;
	}
	.spin:hover{
		width:154px;
	}
	
	@media screen and (max-width: 1000px) {
		#chart>svg{
			transform: scale(0.9);
			margin-top:-0%;
		}
		#chart{
			width:473px;
		}
	}
	
	@media screen and (max-width: 700px) {
		#chart>svg{
			transform: scale(0.5);
			margin-top:-20%;
		}
		#chart{
			width:485px;
		}
	}
	
	@media screen and (max-width: 500px) {
		#chart>svg{
			transform: scale(0.5);
			margin-top:-24%;
		}
		#chart{
			margin-left: -35px;
		}
	}
	
	@media screen and (min-width: 400px) {
		.price{
			top:5px;	
			right:5px;			
		}
	}
	
	@media screen and (max-width: 400px) {
		#chart>svg{
			transform: scale(0.5);
			margin-top:-24%;
		}
		#chart{
			margin-left: -80px;
		}
		.price{
			bottom:5px;	
			right:100px;			
		}
	}
	
	.price{
		padding:10px;
		max-width:160px;
		text-align:center;
		color:white;
		font-weight:bold;
		position:absolute;
		border-radius: 2px;

background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 72%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 72%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 72%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	}
	
.popup1{
	top:0px;
	left:0px;
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:111;
	display: flex;
	align-items: center;
    justify-content: center;
	visibility:hidden;
}

.popup1 .pd1{
	background:white;
	width:450px;
	height:250px;
	border-radius:3px;
	display: flex;
	align-items: top;
	justify-content: flex-end;
	background-image: url('../../../../assets/images/games/moneywheel2/money.png'), url('../../../../assets/images/games/moneywheel2/bck2.jpg');
	background-position: center top 10px, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 380px 63px, 100% 100%;
}

.popup1 .pop-mess{
	width:100%;
	margin-top:75px;
	padding:15px;
}

.pop-mess h1{
	text-align:center;
	font-size:25px;
}


.popup1 .pd1 img{
	float:right;
    display: block;
	margin-top:-5px;
	margin-right:-5px;
	cursor:pointer;
	position:absolute;
}	
	
.popup{
	top:0px;
	left:0px;
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:111;
	display: flex;
	align-items: center;
    justify-content: center;
	visibility:hidden;
}

.popup .pd{
	background:white;
	width:300px;
	height:200px;
	border-radius:3px;
	display: flex;
	align-items: top;
	justify-content: flex-end;
	
}

.popup .pd img{
	float:right;
    display: block;
	margin-top:-5px;
	margin-right:-5px;
	cursor:pointer;
	position:absolute;
}

.popup .pd div{
	clear:both;
	display:flex;
	width:100%;
	justify-content: center;
	flex-direction: column;
    text-align: center;
	font-weight:bold;
	font-size:20px;
	align-items: center;
}

#pop-res img{
	 position: absolute;
	 top: 30%;
}

#auto{
	background:url(../../../../assets/images/games/moneywheel2/autoplay.png);
	background-size:100% 100%;
	width:52px;height:52px;
	display:block;
	cursor:pointer;
	bottom: 10px;
	position: absolute;
	right: 120px;
}

#sps{
	background:url(../../../../assets/images/games/moneywheel2/spin_g.png);
	background-size:100% 100%;
	width:80px;height:80px;
	float:right;
	display:block;
	cursor:pointer;
	margin-right:20px;
	bottom:20px;
}
#sps:active{
	background:url(../../../../assets/images/games/moneywheel2/spin_on.png);
	background-size:100% 100%;
	width:80px;height:80px;
	float:right;
	display:block;
	cursor:pointer;
	margin-right:20px;
	bottom:20px;
}


/*LOADIN PLUGIN*/
.meter_top{
  width: 100%;
  height: 100%;
    background-color: black;
      z-index: 9999999999999;
      position: fixed;
      text-align: center;
	  top: 0px
}
.meter_background{
  width: 66%;
  height: 100%;
  text-align: center;
}
.meter { 
  height: 20px;  /* Can be anything */
  position: relative;
  background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  margin-left: 50%;
  margin-top: 50px;
  z-index: 999999999999;
  box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
  display: block;
  height: 100%;
  width: 1%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: linear-gradient(
    -45deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes expandWidth {
   0% { width: 0; }
   100% { width: auto; }
}
.meter > span:after, .animate > span > span {
  animation: move 2s linear infinite;
}

/*LOADIN PLUGIN*/