
.cp-container {
	position:relative;
	width:204px; /* 200 - (2 * 48) */
	height:204px;
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/bgr.png") 0 0 no-repeat;
	margin:auto!important;
	padding:48px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.cp-container :focus {
	border:none;
	outline:0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position:absolute;
	top:0;
	left:0;
	width:104px;
	height:104px;
	clip:rect(0px,52px,104px,0px);

	-moz-border-radius:52px;
	-webkit-border-radius:52px;
	border-radius:52px;
}

.cp-buffer-1,
.cp-buffer-2 {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/buffer.png") 0 0 no-repeat;
}


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */

.cp-container .cp-fallback {
	background:url("progress_sprite.png") no-repeat;
	background-position:0 104px; 
}

.cp-progress-1,
.cp-progress-2 {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/progress.png") 0 0 no-repeat;
}

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position:absolute;
	width:104px;
	height:104px;
} 

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip:rect(0px,104px,104px,52px);
	display:none;
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress-1.cp-fallback{
	clip:rect(auto, auto, auto, auto);
}

.cp-controls {
	margin:0;
	padding:26px;
}

.cp-controls li{
	list-style-type:none;
	display:block;

	/*IE Fix*/
	position:absolute;
}

.cp-controls li a{
	position:relative;
	display:block;
	width:50px;
	height:50px;
	text-indent:-9999px;
	z-index:1;
	cursor:pointer;
}

.cp-controls .cp-play {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/controls.png") 0 0 no-repeat;
}

.cp-controls .cp-play:hover {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/controls.png") -50px 0 no-repeat;
}

.cp-controls .cp-pause {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/controls.png") 0 -50px no-repeat;
}

.cp-controls .cp-pause:hover {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/controls.png") -50px -50px no-repeat;
}

.cp-jplayer {
	width:0;
	height:0;
}


/* Player Mini */


.c-container {
	position:relative;
	width:102px; /* 200 - (2 * 48) */
	height:102px;
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/bg.png") 0 0 no-repeat;
	margin:auto!important;
	padding:96px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.c-container :focus {
	border:none;
	outline:0;
}

.c-buffer-1,
.c-buffer-2,
.c-progress-1,
.c-progress-2 {
	position:absolute;
	top:0;
	left:0;
	width:52px;
	height:52px;
	clip:rect(0px,26px,52px,0px);

	-moz-border-radius:26px;
	-webkit-border-radius:26px;
	border-radius:26px;
}

.c-buffer-1,
.c-buffer-2 {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/buffer.png") 0 0 no-repeat;
}


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */

.c-container .c-fallback {
	background:url("progress_sprite.png") no-repeat;
	background-position:0 52px; 
}

.c-progress-1,
.c-progress-2 {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/progress.png") 0 0 no-repeat;
}

.c-buffer-holder,
.c-progress-holder,
.c-circle-control {
	position:absolute;
	width:52px;
	height:52px;
} 

.c-circle-control {
	cursor:pointer;
}

.c-buffer-holder,
.c-progress-holder {
	clip:rect(0px,52px,52px,26px);
	display:none;
}


/* This is needed when progress is greater than 50% or for fallback */

.c-buffer-holder.c-gt50,
.c-progress-holder.c-gt50,
.c-progress-1.c-fallback{
	clip:rect(auto, auto, auto, auto);
}

.c-controls {
	margin:0;
	padding:52px;
}

.c-controls li{
	list-style-type:none;
	display:block;

	/*IE Fix*/
	position:absolute;
}

.c-controls li a{
	position:relative;
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
	z-index:1;
	cursor:pointer;
}

.c-controls .c-play {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/controls.png") 0 0 no-repeat;
}

.c-controls .c-play:hover {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/controls.png") -100px 0 no-repeat;
}

.c-controls .c-pause {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/controls.png") 0 -100px no-repeat;
}

.c-controls .c-pause:hover {
	background:url("http://dnk.dinamik.pt/wp-content/themes/x-child/framework/images/controls.png") -50px -50px no-repeat;
}

.c-jplayer {
	width:0;
	height:0;
}


.jp-current-time{
	position:relative;
	font-family:Arial;
	font-size:110px;
	color:#00d8ff;
	letter-spacing:-8px;
	margin:0 auto!important;	
}
 