.floater {
	float: left;
	height: 50%;
	width: 100%;
	margin-bottom: -75px;
}

html, body, .container {
	height: 100%;
}

body {
	background: url("../img/fond-player.jpg") no-repeat center center;
	background-size: cover;
}

.player {
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	height: 150px;
	padding: 5px;
	color: white;
	clear: both;
}

.player > * {
	display: inline-block;
	vertical-align: top;
}

.player .play {
	font-size: 95px;
	margin-top: 20px;
	cursor: pointer;
}

.player .coverart {
	height: 140px;
	width: 140px;
	box-shadow: 0px 0px 21px #777;
}

.player .onair {
	width: 320px;
	margin-left: 10px;
}

.onair .nowplaying {
	font-family: 'Fjalla One', sans-serif;
	margin-bottom: 8px;
	font-size: 25px;
}

.onair .artist {
	font-family: 'Oswald', sans-serif;
	font-size: 1.8em;
}

.onair .title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	color: #DDD;
}

.onair .artist,
.onair .title {
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.volume {
	height: 10px;
}

.volume .slider {
	width: 150px;
	height: 1px;
	background-color: white;
}