/* inherits from page */
* {
	box-sizing: border-box; }

html, body {
	width: 100%; height: 100%; }

body {
	background-color: transparent;
	background-color: rgba(255,255,255, 0.33);
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	margin: 0;
	position: relative; }

a { color: #239abb; }
a:hover { text-decoration: underline; }

.pcontainer {
	display:block;
	width: 100%;	}

.content {
	width: 1170px;
	margin: 0 auto; }

.container::before {
	height:0; }

.icon {
	width: auto; }

.dropdown-icon {
	color: rgba(255, 255, 255, 0.7);
	font-size: 24px;
	margin-left: 10px;
	padding: 5px; }

.social-icons {
	list-style: none;
	margin: 40px 0 0 0;
	padding: 0;
	float: right; }
	.social-icons li {
		display: inline-block; }
	.social-icons a {
		padding: 0 2px; }
		.social-icons a:hover .icon {
			color: rgba(255, 255, 255, 0.5); }
	.social-icons .icon {
		color: #fff;
		font-size: 32px; }

.column {
	float: left; }

.playerbar {
	background: #23708e;
	background: -webkit-linear-gradient(to top, #092031, #23708e);
	background: linear-gradient(to top, #092031, #23708e);
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 90px;
	z-index: 99;
}

.station {
	float: left;
	width: 14.6%;
	margin-right: 3%; }
	.station__cover {
		width: 85px;
		height: 73px;
		float: left; }
	.station__name {
		color: rgba(255, 255, 255, 0.7);
		float: left;
		font-size: 14px;
		margin-left: 16px;
		line-height: 73px; }
	.station__select {		
		padding: 10px;
		color: rgba(255, 255, 255, 0.5);
		text-decoration: none;
		line-height: 73px;
		white-space: nowrap; }
		.station__select:hover {
			color: rgba(255, 255, 255, 0.8); }

.station__dropdown {
	bottom: 90px;
	left: 0;
	display: none;
	position: absolute;
	width: 740px;
	box-shadow: 1px 1px 5px #457;	}
	.station__dropdown.open { display: block }
	.station__dropdown .station-list {
		width: 100%;
		background: #FFF;
		margin: 0;
		padding: 2px 0;
		border-radius: 0 4px 0 0;
		display: block;
		overflow: hidden;
		height: 100%;
		display: flex; }
	.station__dropdown .col {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 290px;
		padding: 0 5px; }
	.station__dropdown a {
		display: block;
		color: #444;
		text-decoration: none;
		font-size: 14px;
		padding: 16px 1px 16px 10px; }
		.station__dropdown a .station-img {
			width: 40px; height: 40px;
			margin: -14px 5px -12px 3px;
			vertical-align: middle;
			display: inline-block;
			position: relative;
			transition: all .2s ease-in-out; }
			.station__dropdown a .station-img::before {
				transition: all .2s ease-in-out; }
			.station__dropdown a .station-img::after {
				transition: all .2s ease-in-out; }
		.station__dropdown a img {
			width: 100%;
			height: 100%; }
		.station__dropdown a:hover {
			color: #01A395; }
		.station__dropdown a .fa-play {
			display: none;
			font-size: 13px;
			text-align: center;
			position: absolute;
			color: #222;
			top: 13px;
			left: 18px;
			z-index: 100; }
		.station__dropdown a:hover .station-img::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }
		.station__dropdown a:hover .station-img::after {
			content: "";
			position: absolute;
			width: 30px;
			height: 30px;			
			background: #4ECDC4;
			border-radius: 50%;
			top: 5px;
			left: 6px; }
		.station__dropdown a:hover .station-img .fa-play {
			color: #FFF;
			display: block; }

.now-playing {
	float: left;
	margin-top: 2px;
	width: 81%; }

.song {
	padding: 0;
	width: 100%;
	display:flex; }	
	.song__cover {
		width: 78px;
		height: 78px;
		float: left;
		margin-top: 4px;
		margin-right: 2%;
		flex-grow:0;
		order:1; }
	.song__control {
		float: left;
		flex-grow: 0;
		order: 2;
		color: #fff;
		text-decoration: none;
		font-size: 20px;
		line-height: 73px;
		margin-right: 25px; }
		.song__control:hover {
			color: rgba(255, 255, 255, 0.5); }
		.song__control .play-icon {
			display: none; }
		.song__control .pause-icon {
			display: inline-block; }
		.song__control.play .play-icon {
			display: inline-block; }
		.song__control.play .pause-icon {
			display: none; }
	.song .song__name {
		order:3;
		flex-grow: 4;
		color: #fff;
		float: left;
		font-size: 12.22px;
		line-height: 1.05;
		min-height: 78px;
		min-width: 132px;
		margin-top: 6px;
		display: flex;
		flex-direction: column;
		justify-content: center;}
	.song .song__name div {
		min-height: 33px;}
	.song .fill_song {}
	.song .fill_artist {
		color: rgba(255, 255, 255, 0.7);
		font-size: 14px;}

#current-time {
  color: rgba(255, 255, 255, 0.7);
  float: left;
	flex-grow: 2;
	order:4;
  font-size: 74%;
  padding-left: 30px;
  padding-top: 29px;
}

.button-audio-control {
	margin-top:23px;
	margin-right: 20px;
	float: left;
	flex-grow: 0;
	order: 2;	}

.playerbar__meta {
	flex-grow:0;
	order:5;
	min-width: 98px;
	float:right;	}

.share {
	float: left;
	position: relative;
	margin-right: 8px; }
	.share > .fakelink {
		color: rgba(255, 255, 255, 0.5);
		text-decoration: none;
		line-height: 60px;
		font-size: 22px;
		padding: 5px 12px;
		display: block; }
		.share > .fakelink:hover {
			color: rgba(255, 255, 255, 0.8); }

.volume {
	float: left;
	padding-left: 8px;
	position: relative; }
	.volume > .fakelink {
		color: rgba(255, 255, 255, 0.5);
		text-decoration: none;
		font-size: 22px;
		line-height: 60px;
		padding: 5px 12px;
		display: block; }
		.volume > .fakelink:hover {
			color: #fff; }

.flag--icon .icon {
	width: 1rem; }

#sharedrop {
	position: absolute;
	bottom:18px;
	right: 0px;
	left: auto;
	width: 156px;
}
#options {
	position:absolute;
	bottom:18px;
	left:-187px;
	width: 270px;
}
.dropdown {
	box-shadow: 1px 1px 5px #555; }
.dropdown--rightup::after {
	top:auto;
	left:auto;
	bottom: -7px;
	right: 1.7rem;
	border-top: 7px solid #fff;
	border-bottom-style:none;
}

.historyheader {
	background-color: #23708e;
	color: #FFF;
	font-family: sans-serif;
	padding: 3px 7px;
	font-size:18px;
	clear: both;
}

.hidden {
	display: none; }

.show {
	display: inline-block; }

.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */ }

.cf:after {
	clear: both; }

.fakelink {
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none; }


/* hot108 exceptions */
.pwhitz1 .historyheader { background-color: #72000A; }
.pwhitz1 .playerbar {
  background-color: #490006;
  background: linear-gradient(to bottom, #72000A, #000000);
}
	
.pwhitz1 .station__dropdown a:hover {
	color: #72000A; }
.pwhitz1 .station__dropdown a:hover .station-img::after {
	background: #72000A; }

	
/*# sourceMappingURL=style.css.map */

.jp-stopx {
	height: 12px;
	margin-left: -6px;
	margin-top: -6px;
	width: 12px; }

.jp-playx {
	border-bottom: 8px solid transparent;
	border-left: 14px solid #fff;
	border-top: 8px solid transparent;
	margin-left: -5px;
	margin-top: -8px; }

#playoverlay {
	display:none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0; left: 0;
	background: rgba(0,0,0,.6);
	z-index: 10009;	
	flex-direction:column;
	justify-content:center}
#playoverlay >div {
	color: rgba(255,255,255,.7);
	font-size:28px;
	padding-bottom:28px;
	text-align:center}
#playobtn {
	margin: 0 auto;
	width: 300px;
	height: 300px;
	background-image: url();
	background-color: rgba(255,255,255,.7);
	border: none;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	transition: background-color 0.2s}
#playobtn:hover {background-color: #4ecdc4;}
#playobtn .play {
	position: absolute;
	width: 0; height: 0;
	border-top: 70px solid transparent;
	border-bottom: 70px solid transparent;
	border-left: 130px solid rgba(0,0,0,.7);
	top: 50%; left: 50%;
	margin-top: -70px;
	margin-left: -45px;}

@media all and (min-height: 500px) {
	#playoverlay >div {
		font-size:36px;
		padding-bottom:36px;}
	#playobtn {
		margin: 0 auto;
		width: 400px;
		height: 400px}
}

.list--flag .meta .secondary {
	display: block;
}

.thumbnail--small { border-radius: unset; }

