body {
  background-color: #000000;
  margin:0px;
  padding:0px;
  width: 100%;
  height: 100%;
	touch-action: manipulation;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


p, h1{
	color: #ffffff;
}

#DNRPoint {
    position: absolute;
    z-index: 300;
    margin: 61% 0 0 20%;
    width: 75px;
    height: 55px;
}

#DNRPoint::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/pointFinger.png") no-repeat center/contain;
    opacity: 0;
    animation: fadeBlink 1s ease-in-out 0.25s 3;  /* 1s = blinktime   .25 = start delay */
}

#WheelHandContainer {
    position: absolute;
    z-index: 300;
    margin: 113% 0 0 48%;
    width: 40px;
    height: 50px;
	animation: moveWheel 0s linear 6.35s forwards; /**/
}


#WheelHand {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/grabHand.png") no-repeat center/contain;
    opacity: 0;
    animation: fadeBlink 1s ease-in-out 3.25s 3;   /*1s = blinktime   3.25 = start delay */
}

@keyframes fadeBlink {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes moveWheel {
    from { transform: translateX(0); }
    to   { transform: translateX(-9999px); }
}

#container {
	background-color: #000000;
	position: relative;
	display: block;
	width: 100%;
	max-width: 450px;
	/*height: 725px; */
	overflow: hidden;
	margin: 0px auto;
	color: #ffffff;
	touch-action: manipulation;
}

#switch {
	position: absolute;
	z-index: 60;
	margin: 53% 0px 0px 87.5%;
	border: 1px transparent solid;
    animation: blink 1s;
    animation-iteration-count: 3;
}

img.switch {
	width: 43px;
	height: 94px;
}

#onOffDIV {
	position: absolute;
	z-index: 65;
	margin: 58% 0px 0px 89%;
}

button.onOffButton {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px solid blue;
    cursor: pointer;
    overflow: hidden;
    outline: none;
	width: 25px;
	height: 50px;
}

#lever {
	position: absolute;
	z-index: 75;
	margin: 53% 0px 0px 5%;
}



img.lever {
	width: 68px;
	height: 102px;
}

#DNR {
	position: absolute;
	z-index: 100;
	margin: 53.5% 0px 0px 8%;
}


button.dnrButton {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px solid blue;
    cursor: pointer;
    overflow: hidden;
    outline: none;
	width: 50px;
	height: 22px;
	margin-bottom: 8px;
	touch-action: manipulation;
}



/* WHEEL ORIG
#wheel {
	position: absolute;
	z-index: 60;
	margin: 115% 0px 0px 39%;
	transform: rotate(0deg); 
	transition: transform 0.25s; 
}
*/

#wheel {
	  background-image: url("images/wheel.png");
	  background-size: contain;
	  position: absolute;
	  z-index: 60;
	  margin: 115% 0px 0px 39%;
	  width: 125px;
	  height: 125px;
	  border-radius: 50%;
	  cursor: grab;
	}

	/* Add a dot
	#wheel::after {
	  content: "";
	  position: absolute;

	  /* red dot *  /
	  width: 12px;
	  height: 12px; 
	  background: red;
	  border-radius: 12px;

	  /* anchor the BOTTOM of the line at the center *  /
	  left: 50%;
	  top: 2%;

	  /* move the bottom of the line to the center *  /
	  transform: translate(-50%, -100%);
	  transform-origin: bottom center;
	   */
	}
	




#steering {
	position: absolute;
	z-index: 110;
	margin: 115% 0px 0px 33%;
	width: 100%;
	max-width: 200px;
}




button.left {
	display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px solid #ff00ff; /* green */
    cursor: pointer;
    overflow: hidden;
    outline: none;
	width: 85px;
	height: 126px;
	margin-right: 0%;
	touch-action: manipulation;
	border-bottom: 4px transparent solid;
	border-left: 4px transparent solid;
	border-top: 4px transparent solid;
	border-right: 2px transparent solid;
    animation: blink 1s;
    animation-iteration-count: 3;
	animation-delay: 6s;
}

button.right {
	display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px solid #ff00ff; /* green */
    cursor: pointer;
    overflow: hidden;
    outline: none;
	width: 85px;
	height: 126px;
	touch-action: manipulation;
	border-bottom: 4px transparent solid;
	border-left: 2px transparent solid;
	border-top: 4px transparent solid;
	border-right: 4px transparent solid;
    animation: blink 1s;
    animation-iteration-count: 3;
	animation-delay: 6s;
}

@keyframes blink { 50% { background-image: url("images/pointFinger.png"); }  }


.frame {
	width: 100%;
	max-width: 450px;
	position: absolute;
	z-index: 50;
	margin: 0px auto;
}



.car {
	position: absolute;
	z-index: 27;
	margin: 67.5% 0px 0px 22.5%;
	border: 0px solid green;
	width: 60.5%;
}



#carWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#carNew {
	position: absolute;
	z-index: 28;
	top: 45%;
	left:47.5%;
    transform: translate(-50%, -50%) rotate(0deg);
	transform-origin: center center;
	transition: transform .23s;
	/*margin: 54% 0px 0px 41%;
    transform: rotate(0deg);
    transition: transform .23s, margin .23s; */
}

.carImgNew {
	width: 100%;
	margin: 0% 0% 0% 0%;
	opacity: 1.0;
}

/*
#post {
	position: absolute;
	z-index: 25;
	margin: 89% 0px 0px 50%;
	border: 0px solid green;
    transform: rotate(0deg);
    transition: transform .23s, margin .23s; 
} */

#post {
    position: absolute;
    z-index: 25;
    top: 53%;
    left: 50%;
    transform: rotate(0deg);
    transform-origin: center center;
    transition: transform .23s;
}
	
	

#post, #carNew {
    will-change: transform;
    transform: translateZ(0);
}

#container_road {
	position: relative;
	display: block;
	width: 100%;
	max-width: 305px;
	height: 650px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

.road {
	width: 100%;
	max-width: 285px;
	position: absolute;
	z-index: 1;
	margin: -4780px 0px 0px 20px;
}




@media screen and (max-width: 600px){
	
	#container {
		background-color: #000000;
		display: block;
		width: 100%;
		/*height: 1000px; */
		overflow: auto;
		margin: 0px auto;
		float: none;
		
	}
	
	
	img.switch {
		width: 37px;
		height: 81px;
	}
	
	
	#container_road {
		position: relative;
		display: block;
		width: 100%;
		max-width: 305px;
		height: 650px;
		overflow: hidden;
		margin: -20% auto 0px auto;
	}
		
	
}  /* END 600px width */

/*=====================================================================
=======================================================================*/	

	
@media screen and (max-width: 450px){
	
	#lever {
		position: absolute;
		z-index: 75;
		margin: 53% 0px 0px 4.3%;
	}
	
	#container_road {
		position: relative;
		display: block;
		width: 100%;
		max-width: 305px;
		height: 650px;
		overflow: hidden;
		margin: -3% auto 0px auto;
	}
	
}

	
@media screen and (max-width: 420px){
	
	#lever {
	  position: absolute;
	  z-index: 75;
	  margin: 50% 0px 0px 3.75%;
	  width: 16.5%;
	}
	
	
	
	#DNR {
		position: absolute;
		z-index: 100;
		margin: 51% 0px 0px 8%;
	}
	
	#container_road {
		position: relative;
		display: block;
		width: 100%;
		max-width: 305px;
		height: 645px;
		overflow: hidden;
		margin: -6% auto 0px auto;
	}
	
}

	
@media screen and (max-width: 400px){
	
	#steering {
		position: absolute;
		z-index: 110;
		margin: 115% 0px 0px 33%;
		width: 100%;
		max-width: 200px;
	}
	
	#container_road {
		position: relative;
		display: block;
		width: 100%;
		max-width: 305px;
		height: 650px;
		overflow: hidden;
		margin: -10% auto 0px auto;
	}
	/*
	#post {
		position: absolute;
		z-index: 25;
		margin: 80% 0px 0px 49.2%;
		border: 0px solid green;
		transform: rotate(0deg); 
		transition: transform 0.23s; 
	}

	 */
	 
	 

	#carNew {
		position: absolute;
		z-index: 28;
		top: 43%;
		left:47.5%;
		transform: translate(-50%, -50%) rotate(0deg);
		transform-origin: center center;
		transition: transform .23s;
		/*margin: 54% 0px 0px 41%;
		transform: rotate(0deg);
		transition: transform .23s, margin .23s; */
	}
	 
	 #post {
		position: absolute;
		z-index: 25;
		top: 49.5%;
		left: 50%;
		transform: rotate(0deg);
		transform-origin: center center;
		transition: transform .23s;
	}
	
}

	
@media screen and (max-width: 380px){
	
	
	#steering {
		position: absolute;
		z-index: 110;
		margin: 113% 0px 0px 30%;
		width: 100%;
		max-width: 200px;
	}
	
	#DNR {
		position: absolute;
		z-index: 100;
		margin: 51% 0px 0px 5%;
	}
	
	button.dnrButton {
		background-color: transparent;
		background-repeat: no-repeat;
		cursor: pointer;
		overflow: hidden;
		outline: none;
		width: 55px;
		height: 27px;
		margin-bottom: 3px;
		touch-action: manipulation;
		border: 0px solid green;
	}
	
	#lever {
	  position: absolute;
	  z-index: 75;
	  margin: 50% 0px 0px 3.75%;
	  width: 16.5%;
	}
	
	
	#wheel {
		position: absolute;
		z-index: 60;
		margin: 113% 0px 0px 36%;
	}
	
	.carImgNew {
		width: 87%;
		margin: -1% 0% 0% 3%; 
	}
	
	#container_road {
		position: relative;
		display: block;
		width: 90%;
		max-width: 305px;
		height: 630px;
		overflow: hidden;
		margin: -18% auto 0px auto;
	}
	
	.road {
		width: 100%;
		max-width: 222px;
		position: absolute;
		z-index: 1;
		margin: -3640px 0px 0px 51px;
	}
	
}
	
@media screen and (max-width: 360px){
	

	
	.car {
		position: absolute;
		z-index: 25;
		margin: 67.5% 0px 0px 23%;
		border: 0px solid green;
		width: 59.5%
	}
	
	#container_road {
		position: relative;
		display: block;
		width: 90%;
		max-width: 305px;
		height: 620px;
		overflow: hidden;
		margin: -22% auto 0px auto;
	}
	
	.road {
		width: 100%;
		max-width: 222px;
		position: absolute;
		z-index: 1;
		margin: -3640px 0px 0px 51px;
	}
	
}



















/*=====================================================================
             JAVA SCRIPT STEERING WHEEL 
=====================================================================*/



.ring-wrapper {
  position: relative;
  display: block;
  width: 350px;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
}

.ring {
  display: block;
  width: 125px;
  height: 125px;
  position: absolute;
  top: 0;
  transition: transform 0.25s, box-shadow 0.25s;
  overflow: hidden;
  border-radius: 100%;
}

.ring-display {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
}

.interaction {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
}

.ring:hover + .ring {
  transition: box-shadow 0.25s;
}

.layer-1 {
  width: 125px;
  height: 125px;
  border-radius: 100%;
}




/*=====================================================================
=======================================================================*/





	