  /* 

 	Radio Star
	Author: Daniel Perec - d4u.pl
	Copyright: PolskieRadioStar.co.uk

*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);

body{
	font-family: Arial, Verdana, sans-serif; 
	padding: 0;
	margin: 0;	
	background: #002643 url(../images/player/player_bg.png) repeat-x;
}

a{
	/*color: #024c84;*/
	color: #fff;
}
a.hover{
	text-decoration: none;
}

.radio-player{
	position: absolute;
	top:-500px;

}

.pds{
	width: 850px;
	margin:auto;
	position: relative;
}
.top{
	height: 96px;
	background: url(../images/player/player_center.jpg) no-repeat;
	position: relative;
}

.loading{
	
	padding:8px 70px 8px 0;
	font-size: 10px;
	position: absolute;
	background: url(../images/player/loading.gif) no-repeat right center;
	top: 6px;
	right: 15px;	
	display: none;
}
.loading a{ color: red}


 








.volcontrol{
	position: absolute;
	top: -24px;
	left: 310px;
}




div.vcontrol {
	width: 150px;
	height: auto;
	margin: 100px auto 0;
	position: relative;
}
div.vcontrol  #slider{
	border-width: 1px;
	border-style: solid;
	border-color: #B2B2B2 #B2B2B2 #B2B2B2 #B2B2B2;
	border-radius: 25px;
	width: 100px;
	position: absolute;
	height: 8px;
	background-color: #8e8d8d;
	background: url('../images/player/bg-track.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
    				  0 1px 0 0px rgba(250, 250, 250, .5);
    left: 20px;  
}
div.vcontrol .tooltip {
	position: absolute;
	display: block;
	top: -28px;
	width: 35px;
	height: 20px;
	color: #fff;
	text-align: center;
	font: 10pt Tahoma, Arial, sans-serif ;
	border-radius: 3px;
	border: 1px solid #333;
    -webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top,  rgba(69,72,77,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8045484d', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
div.vcontrol .volume {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	right: -5px;
	background: url('../images/player/volume.png') no-repeat 0 -50px;
	position: absolute;
	margin-top: -7px;
}
div.vcontrol .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url('../images/player/handle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #1C94C4;
	outline: none;
	top: -9px;
	margin-left: -12px;
}
div.vcontrol .ui-slider-range {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}

.track{
	position: absolute;
	top: 40px;
	left: 330px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
.track .artist{
	color: #ffd641; 	
}

.bplay{
	position: absolute;
	top: 22px;
	left: 245px;
}
.bplay a{
	display: block;
	width: 70px;
	height: 60px;
	background: url(../images/player/player_control_arrows.png) no-repeat;
	background-position: 18px 12px;
	text-indent: -99999px;
}
.bplay a:hover{
	background-position: 19px -47px;
}
.bplay a.play{
	background-position: 18px -107px;
}
.bplay a.play:hover{
	background-position: 19px -166px;
}


.itunes{
	position: absolute;
	font-size: 12px;
	top: 69px;
	left: 480px;

}
.itunes a{
	color: #7c7e80;
	text-decoration: none;
	display: block;
	padding: 6px;
	padding-left: 60px;
	background: url('../images/player/media_icons.png') no-repeat left center;

}


.program{
	/*background: red; */
	height: 197px;
	margin-top: 9px;
	margin-left: 10px;
	position: relative;
}

.program div.img{
	padding-top: 20px;
}

.program .prowadzacy {
	position: absolute;
	right: 60px;
	top: 70px;
}
.program .prowadzacy ul{
	width: 280px;
	list-style: none; 
	padding: 0;
	margin: 0;
	color: #fff; 
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: center;
}
.program .prowadzacy ul li:first-child{
	font-weight: 900;
	font-size: 20px;
}

.muzyka{
	position: relative;
	padding: 35px 0 15px;
	margin-left: 10px;
}
.muzyka ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.muzyka ul.lista li{
	display: inline-block;
	float: left;
	padding: 5px;
	width: 140px;
	min-height: 140px;
	margin-right: 10px;
	overflow: hidden;
	background: #001626 url(../images/player/noimg.jpg) no-repeat;
	background-position: 5px 5px;
}
.muzyka ul.lista li:first-child{
	background: #ffcc00  url(../images/player/noimg.jpg) no-repeat;
	background-position: 5px 5px;
}

.muzyka ul.lista li div.img{
	width: 140px!important;
	min-height: 140px!important;
	background-size: cover !important;
	background-position: center center !important;
}

/*.muzyka ul.lista li img{
	width: 100%;
	max-width: 140px;
	
}*/
.muzyka ul.lista li p{
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 3px;
}
.muzyka ul.lista li p strong{
	color: #ced5da;
}
.muzyka ul.lista li:first-child p,
.muzyka ul.lista li:first-child p strong{
	color:#001526 ;
}

.current_arrow{
	width: 36px;
	height: 19px;
	position: absolute;
	background: url(../images/player/player_arrow.jpg) no-repeat; 
	top: 0px;
	left: 55px;
}