*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body {
	background:#eeeeee;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}



#hap-circle{
	position: relative;
	width:160px;
	height:160px;
	margin:50px;
	float:left;
}
#hap-circle2{
	position: relative;
	width:260px;
	height:260px;
	margin:50px;
	float:left;
}

/* DO NOT set the width and heigth of the canvas in css! This is done in the html */	
.hap-load-canvas,
.hap-progress-canvas{	
	position:absolute;
	display: block;
	cursor: pointer;
	touch-action: none;
}
.hap-playback-toggle{
	position:absolute;
	top:0px;
	width:50px;
	height:50px;
	left:50%;
	top:50%;
	margin-top: -25px;
	margin-left: -25px;
}
.hap-playback-toggle i{
	font-size:36px!important;
}
#hap-circle2 .hap-playback-toggle i{
	font-size:50px!important;
}
.hap-contr-btn-i{
	width:50px;
	height:50px;
	text-align: center;
	display: inline-block;
	line-height: 50px!important;
	color:#fff !important;
}


.hap-tooltip{
	position:absolute;
	background:#fff;
	text-align:center;
	z-index:999999;
	border:1px solid #ddd;
	pointer-events:none;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.hap-tooltip p{
	width:inherit;
	font-size:12px!important;
	color:#333!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
}
.hap-tooltip-num{
	direction: ltr !important;
}



/* flash or yt */
.hap-sound-holder{
	position:absolute;
	width:100px;
	height:100px;
}
.hap-force-hidden{
	position:absolute!important;
	top:0px;
	left:-10000px!important;
	width:320px;
	height:240px;
}
[dir=rtl] .hap-force-hidden {
    right:-10000px!important;
}
.hap-youtube-holder{
	left:0px!important;
}
/* flash or yt */

.hap-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.hap-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}



		 
		 
		 
		 
		 
		  



