@charset "utf-8";
/* CSS Document */


.player-frame {
	width: 380px;
	float: left;
	margin-top: 25px;
	background-color:#EFEFEF;
	height: 100%;
	overflow: hidden;
}

	
a {
	color:#0095dd;
	text-decoration:none;
}
a:hover, a:focus {
	color:#2255aa;
	text-decoration:underline;
}

.controls[data-state=hidden] {
	display:none;
}
.controls[data-state=visible] {
	display:block;
}
.controls > * {

	
	display:block;

	margin-left:0;
	height:50px;	
}



.controls button {
	text-align:center;

	border:none;
  	cursor:pointer;
  	text-indent:-99999px;
  	background:transparent;
  	background-size:contain;
  	background-repeat:no-repeat;

}


.controls button[data-state="play"] {
	background-image: url(images/play_80x80.png);
	height: 50px;
	width: 50px;
	outline : none;
	margin-left: auto;
	margin-right: auto;
	display: block;
		
}
.controls button[data-state="pause"] {

	border: none;
}
.controls button[data-state="stop"] {
	background-image: url(images/stop_80x80.png);
	height: 50px;
	width: 50px;
	outline : none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}




.header-player {
	height: 120px;
	width: 100%;
	position: relative; 
	background-color: #FFFFFF;
	line-height: 100px;

}
	
.header-player-logo {
	padding-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}	
	
.player-header-onair {
	height: 40px;
	width: 100%;
	padding-top: 10px;
	line-height: 40px;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 30px;
	color: #000000;
}

.player-text-box {
	margin-top: -65px;
	width: 100%;
	height: 55px;
	border: 0px solid #000000;
	border-radius: 0px 0px 3px 3px;
	padding-top: 10px;
	background-color: #2E2E2E;
	background-color: rgba(0, 0, 0, 0.3);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.player-text-djname {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px 5px 5px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.player-text-djprogram {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 18px;
	color: #FFFFFF;
	margin: 5px 5px 5px 10px;
	width: 96%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.portret-main {	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
}


.portret {
	margin-top: 15px; 
	width: 320px;
	height: 300px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
}

.portret-image {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.controls-frame {
	height: 60px;
	width: 320px;
	text-align: center;
	margin-top: 30px;
	border: 0px solid #000000;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.speaker {
	margin-top: 0px;
	margin-left: 30px;
	float: left;
	line-height: 60px;
}

.slider {
	width: 80px;
	float: left;
	margin-top: 15px;
	cursor: pointer;
	line-height: 60px;

}

.player-header-nowonair {
	height: 40px;
	width: 100%;
	padding-top: 20px;
	line-height: 40px;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 26px;
	color: #000000;
}

.player-main-nowonair {	
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


.player-box-nowonair {
	height: auto;
	min-height: 80px;
	width: 320px;
	border-radius: 5px;
	background-color: #FFFFFF;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 10px;
}


.player-timebox-nowonair {
	width: 60px;
	height: 60px;
	line-height: 25px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 18px;
	
	padding-left: 5px;
	border: 0px solid #000000;
}

.player-nowonair-box {
	float: left;
	width: calc(99% - 70px);
	height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 16px;
	color: #000000;

	border: 0px solid #000000;
	
}


.player-nowonair-title {
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
	color: #000000;
	clear: both;
}

.player-nowonair-artist {
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 14px;
	clear: both;
	font-weight: 10;
	line-height: 30px;
	color: #727272;
	
}

.active-artist {
	
}











