@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
	background-color: rgb(237, 237, 237);
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	cursor: default;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 8pt;
	font-weight: 400;
	cursor: default;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
	font-weight: 300;
	color: rgb(255, 255, 255);
	cursor: default;
}
.player { position: absolute !important; top: 50%; left: 50%; margin: -207px 0 0 -207px }

.player
{
	position: relative;
	width: 400px;
	height: 400px;
	overflow: hidden;
	background: #252C36;
	border-radius: 50%;
	box-shadow: 0 1px 13px rgba(0, 0, 0, .55);
	user-select: none;
}
.player ul {
	list-style: none;
}
.player ul li {
	display: inline-block;
}

.player > .dash
{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 300px;
	background: url('https://cdn.jsdelivr.net/gh/neoeduardo/img/cbimage.png') center bottom repeat-x;
}
#arm{
position: relative;
z-index: 1;
top: 0px;
left: 0px;
transform-origin: 77.5% 18.5%;
transform: rotate(-45deg);
background-size: cover;
}
.artwork {
	position: absolute;
	top: -70px;
	left: 146px;
	height: 100px;
	width: 106px;
	background-image: url(./images/karma-logo.png);
	background-size: 190px, 75px !important;
}
.artwork img {
	position:relative;
	height: 284px;
	width: 106px;
	border-radius: 50px;
}
.info h1 {
	margin: 170px 0 -5px;
	margin-left: 110px;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.info h4 {
	line-height: 20px;
	color: rgb(99, 99, 103);
	margin-left: 240px;
	width: 182px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.info h2 {
	margin-left: 180px;
	width: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.button-items {
	margin-left: 150px;
	margin-top:-170px;
}
#slider {
width: 0px;
height: 4px;
background: rgb(21, 21, 24);
border-radius: 2px;
overflow: hidden;
}
#slider #elapsed {
width: 0px;
height: 4px;
background: rgb(239, 109, 188);
border-radius: 2px;
}
#slider #buffered {
width: 0px;
height: 4px;
background: rgba(239, 109, 188, 0.3);
border-radius: 2px;
margin-top: -4px;
}
#timer {
color: rgb(240, 124, 0);
line-height: 0;
font-size: 10pt;
padding: 0 0 20px 35px ;
font-family: Arial, Sans-Serif;
}
.controls {
	margin-top: 0px;
}
.controls svg:nth-child(2) {
	margin-left: 5px;
	margin-right: 5px;
}
#play {
padding: 0 3px;
width: 75px;
height: 75px;
x: 0px;
y: 0px;
enable-background: new 0 0 25 25;
}
#play g {
stroke: rgb(240, 124, 0);
stroke-width: 1;
stroke-miterlimit: 10;
}
#play g path {
fill: rgb(240, 124, 0);
}

#play:hover {
cursor: pointer;
}
#play:hover g {
stroke: rgb(240, 124, 0);
cursor: pointer;
}
#play:hover g path {
fill: rgb(240, 124, 0);
cursor: pointer;
}
.step-backward {
	width: 0px;
	height: 0px;
	x: 0px;
	y: 0px;
	enable-background: new 0 0 25 25;
	margin-bottom: 5px;
}
.step-backward g polygon, .step-foreward g polygon {
	fill: rgb(240, 124, 0);
}
.step-foreward {
	width: 0px;
	height: 0px;
	x: 0px;
	y: 0px;
	enable-background: new 0 0 25 25;
	margin-bottom: 5px;
}
#pause {
enable-background: new 0 0 25 25;
width: 75px;
height: 75px;
position: absolute;
margin-left: -85px;
cursor: pointer;
stroke-width: 1;
stroke-miterlimit: 10;
}
#pause rect {
fill: rgb(240, 124, 0);
}

#pause:hover rect {
fill: rgb(239, 109, 188);
}
.expend {
	padding: 0.5px;
	cursor: pointer;
}
.expend svg:hover g polygon {
	fill: rgb(240, 124, 0);
	cursor: pointer;
}
.slider {
	width: 200px;
	position: absolute;
	display: inline-block;
	margin: 70px 0 0 -145px;
}
.slider .volume{
	width: 190px;
	height: 4px;
	background: rgba(240, 124, 0);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-top: 10px;
	position: inherit;
	pointer-events: none;
}
@-moz-document url-prefix() { //fix firefox being 1px off
	.slider .volume{
		margin-top: 11px;
	}
}
input[type="range"] {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(240, 124, 0);
	width: 100%;
	height: 4px;
	margin: 0;
	border: none;
	border-radius: 14px;
	padding: 0px 1px;
	background: rgb(21, 21, 24);
	outline: none;	
}
input[type="range"]::-moz-range-track {
	border: inherit;
	background: rgba(0, 0, 0, 0);
}
input[type="range"]::-ms-track {
	border: inherit;
	color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}
input[type="range"]::-ms-fill-lower, input[type="range"]::-ms-fill-upper {
	background: rgba(0, 0, 0, 0);
}
input[type="range"]::-ms-tooltip {
	display: none;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
}
input[type="range"]::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
}
input[type="range"]::-ms-thumb {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	border: 0;
	background-color: rgb(255, 255, 255);
}
input[type="range"]::-webkit-slider-thumb:hover, input[type="range"]::-webkit-slider-thumb:focus, input[type="range"]::-webkit-slider-thumb:active {
	background-color: rgb(239, 109, 188);
}
input[type="range"]::-moz-range-thumb:hover, input[type="range"]::-moz-range-thumb:focus, input[type="range"]::-moz-range-thumb:active {
	background-color: rgb(239, 109, 188);
}
input[type="range"]::-ms-thumb:hover, input[type="range"]::-ms-thumb:focus, input[type="range"]::-ms-thumb:active {
	background-color: rgb(239, 109, 188);
}


