body {
	margin: 0px;
	height: 485px;
	background: white;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
canvas{
	pointer-events: none;
	
	}
	
@font-face {
	font-family: Century_Gothic;
	src: url('4_Century Gothic.ttf');
}
*:not(input):not(textarea):not(area):not(map) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:not(input):not(textarea)::selection {
	background-color: transparent;
}
*:not(input):not(textarea)::-moz-selection {
	background-color: transparent;
}
#animation_container {
	width: 760px;
	height: 430px !important;
	overflow: hidden;
	top: 0px;
	display: none;
}
.hiddenC{	
	display:none;
}

#canvas {
	position: absolute;
	display: block;
}
#dom_overlay_container {
	pointer-events: none;
	overflow: hidden;
	width: 760px;
	height: 420px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
#start_screen {
	width: 760px;
	height: 430px;
	margin: 0px auto;
	background-size: contain;
	background: url(../assets/images/bg.png) no-repeat;
	position: relative;
}
#static {
	width: 760px;
	height: 440px;
	position: absolute;
}

#audioControl{
	width:200px;
	height:200px;
	border:1px solid  #006699;
	position:absolute;
	top:200px;
	left:300px;
	z-index:10000;
}

.play{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 16px solid  #006699;
	border-bottom: 12px solid transparent;
	cursor:pointer;
    left: 9px;
    position: absolute;
    top: 4px;
}

.stop{
	width: 18px;
    height: 18px;
    background: #006699;
    left: 6px;
    position: absolute;
	top: 6px;
	cursor:pointer;
}

.circle {
	border: 2px solid  #006699;
    background-color: #FFFFFF;
    height:30px;
    border-radius:50%;
	width: 30px;
	position:absolute;
	top:-80px;
    left:5px;
	cursor:pointer;
  }


  .circle.hover:hover {
	
    background-color: #dbdbdb;
    
  }

  #btn-bg{

	position: absolute;
	background: #006699;
	height: 33px;
	width: 760px;
	top: 389px;
	user-select: none;

}


#btnContainter {
	position: absolute;
	height: 30px;
	width: 760px;
	top: 391px;
	display:none;
}


#loader {
	background: url(../assets/images/loader.gif) no-repeat;
	width: 60px;
	height: 60px;
	position: relative;
	top:180px;
	left:350px;
	display: none;
	z-index: 1000;
}
#playCover {
	width: 760px;
	background: black;
	opacity: 0.3;
	position: absolute;
	height: 420px;
}
#playButton {
	background-color: white;
	font-family: 'Century_Gothic';
	font-size: 30px;
	border: 2px solid #006699;
	position: absolute;
	cursor: pointer;
	z-index: 10;
	color: #006699;
	padding:10px 20px 10px 20px;
	top:181px;
	
    left:50%;
    margin-left:-51px;
    align-items: center;
    
}
#playButton:hover {
	background-color:#dbdbdb;
}
footer {
	position: relative;
	top: 0px;
	height: 30px;
	background: white;
	width: 760px;
	margin: 0px auto;
	text-align: center;
}
.btn::before {
	content: " "
}
.btn::after {
	content: " "
}
.btn {
	touch-action: manipulation;
	background-color: white;
	font-family: 'Century_Gothic';
	font-size: 14px;
	
	position: absolute;
	cursor: pointer;
	z-index: 9999;
	
	border-radius: 3px;
	color: #006699;
	
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
.btn.hover:hover {
	color: #00283d;
	background-color: #dbdbdb;
}
#BtnNext {
	left: 692px;
    top: 3px;
    padding: 5px 10px 3px 10px;
    user-select: none;
	-webkit-user-select: none;
	/* Safari 3.1+ */
	-moz-user-select: none;
	/* Firefox 2+ */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	/* Standard syntax */
	cursor: pointer;
	touch-action: manipulation;
}
#BtnBack {
	left: 15px;
    top: 3px;
    padding: 5px 10px 3px 10px;
}
#BtnPlay {
	left: 695px;
	top:394px;
    padding: 5px 10px 3px 10px;
    
}
#BtnReplay {
	left: 676px;
    top: 3px;
     padding: 5px 10px 3px 10px;
}
.animatedBtn {
	top: 3px;
	background-color: white;
	font-family: 'Century_Gothic';
	font-size: 14px;
	padding: 5px 10px 1px 10px;
	position: absolute;
	cursor: pointer;
	z-index: 9999;
	border-radius: 3px;
	border: 1px sold red;
	color: #006699;
	animation: colorchange 1s infinite;
	/* animation-name followed by duration in seconds*/
	/* you could also use milliseconds (ms) or something like 2.5s */
	-webkit-animation: colorchange 1s infinite;
}
@keyframes colorchange {
	0% {
		background-color: #FFCC00;
		color: #006699;
	}
	49% {
		background-color: #FFCC00;
		color: #006699;
	}
	50% {
		background-color: #FFF;
		color: #006699;
	}
	99% {
		background-color: #FFF;
		color: #006699;
	}
	100% {
		background-color: #FFCC00;
		color: #006699;
	}
}
@-webkit-keyframes colorchange
/* Safari and Chrome - necessary duplicate */

	{
	0% {
		background-color: #FFCC00;
		color: #006699;
	}
	49% {
		background-color: #FFCC00;
		color: #006699;
	}
	50% {
		background-color: #FFF;
		color: #006699;
	}
	99% {
		background-color: #FFF;
		color: #006699;
	}
	100% {
		background-color: #FFCC00;
		color: #006699;
	}
}
@keyframes hovercolorchange {
	0% {
		background-color: #FFCC00;
		color: #006699;
	}
	49% {
		background-color: #FFCC00;
		color: #006699;
	}
	50% {
		background-color: #FFF;
		color: #006699;
	}
	99% {
		background-color: #FFF;
		color: #006699;
	}
	100% {
		background-color: #FFCC00;
		color: #006699;
	}
}
@-webkit-keyframes hovercolorchange
/* Safari and Chrome - necessary duplicate */

	{
	0% {
		background-color: #FFCC00;
		color: green;
	}
	100% {
		background-color: #FFCC00;
		color: green;
	}
}
.animatedBtn:hover {
	top: 3px;
	background-color: white;
	font-family: 'Century_Gothic';
	font-size: 14px;
	padding: 5px 10px 1px 10px;
	position: absolute;
	cursor: pointer;
	z-index: 9999;
	display: inline-block;
	border-radius: 3px;
	opacity: 50%;
	animation: hovercolorchange 1s infinite;
}