@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
.p3-wrapper {
	font-family: 'Roboto', sans-serif;
	position: relative;
	z-index: 998;
}
.p3-wrapper a {
	color: inherit;
	text-decoration: none;
}
.p3-player {
	max-width: 640px;
	height: 170px;
	margin: 0 auto;
	position: relative;
	transition: max-width ease .4s;
}
.p3-metadata {
	min-height: 140px;
	background-color: #e81717;
	padding-left: 187px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 5;
}
.p3-artwork {
	width: 160px;
	height: 160px;
	position: absolute;
	background-size: cover;
	position: absolute;
	left: 10px;
	top: 0px;
	box-shadow: 4px 1px 9px rgba(0,0,0,.2);
	-moz-box-shadow: 4px 1px 9px rgba(0,0,0,.2);
	-webkit-box-shadow: 4px 1px 9px rgba(0,0,0,.2);
	z-index: 9999;
}
.p3-title {
	font-size: 28px;
	line-height: 31px !important;
	color: rgba(255,255,255,1);
	text-transform: capitalize;
	text-overflow: ellipsis;
	text-align: left !important;
	margin-top: 21px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.p3-artistInfo {
	font-size: 16px;
	color: rgba(255,255,255,.7);
	text-transform: capitalize;
	text-overflow: ellipsis;
	text-align: left !important;
	margin-top: 4px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.p3-streamer {
	font-size: 14px;
	font-weight: 400;
	color: #F1DB1F;
}
.p3-artistInfo span {
	font-size: 16px !important;
	line-height: 19px !important;
	font-weight: 400;
}
.p3-station {
	color: #fff;
	font-size: 14px;
}
.p3-controls {
	width: auto;
	height: 60px;
	position: absolute;
	right: 9px;
	top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
	z-index: 10;
}
.p3-infoText {
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding-top: 0;
	padding-left: 188px;
	position: absolute;
	top: 0;
}
.p3-ppBtn {
	width: 58px;
	height: 58px;
	background-color: #fff;
	font-size: 28px;
	color: #000;
	line-height: 58px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 18px;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.13), 0 3px 6px rgba(0,0,0,.19);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.13),0 3px 6px rgba(0,0,0,.19);
	box-shadow: 0 3px 6px rgba(0,0,0,.13), 0 3px 6px rgba(0,0,0,.19);
	z-index: 10;
}
.p3-ppBtn.playBtn:before {
	content: "\e037";
}
.p3-ppBtn.pauseBtn:before {
	content: "\e034";
}
.p3-volWrapper {
	width: 100%;
	height: 40px;
	background-color: #ea2f2f;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 10;
}
.p3-volSlider {
	z-index: 10;
}
.p3-volSliderBar {
	width: 120px;
	height: 8px;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	left: 210px;
	bottom: 16px;
	border-radius: 8px;
	transition: background-color ease .7s;
	z-index: 5;
}
.p3-volWrapper input[type=range] {
	width: 120px;
	height: 8px;
	background: none;
	margin: 0;
	padding: 6px 0px 6px 0px;
	-webkit-appearance: none;
	transform: rotate(0deg);
    transform-origin: bottom;
	box-sizing: content-box;
	cursor: pointer;
	border: 0 !Important;
	left: 210px !important;
	position: absolute;
	bottom: 8px;
}
.p3-volWrapper input[type=range]:focus {
	outline: none;
}
.p3-volWrapper input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	background-color: rgba(255,255,255,.0);
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	box-sizing: content-box;
	cursor: pointer;
	animate: 0.2s;
}
.p3-volWrapper input[type=range]:focus::-webkit-slider-runnable-track {
	background-color: rgba(255,255,255,.0);
}
.p3-volWrapper input[type=range]::-webkit-slider-thumb {
	width: 12px;
	height: 12px;
	background-color: rgba(255,255,255,1);
	margin-top: -4px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-appearance: none;
}
.p3-volWrapper input[type=range]:hover::-webkit-slider-thumb {
	margin-top: -4px;
	-webkit-appearance: none;
	transform: scale(1.2);
}
.p3-volWrapper input[type=range]::-moz-range-track {
	width: 100%;
	height: 6px;
	background-color: rgba(255,255,255,.0);
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	animate: 0.2s;
}
.p3-volWrapper input[type=range]::-moz-range-thumb {
	width: 10px;
	height: 10px;
	background-color: rgba(255,255,255,1);
	border-radius: 50%;
	cursor: pointer;
}
.p3-volIcon {
	color: rgba(255,255,255,1);
	font-size: 22px;
	transition: color ease .7s;
	cursor: pointer;
	position: absolute;
	left: 180px;
}
.p3-likeIcon, .p3-shareIcon, .p3-popupIcon, .p3-historyIcon, .p3-listIcon, .p3-minimizeIcon {
	width: 40px;
	height: 40px;
	background-color: #fff;
	font-size: 22px;
	color: rgba(0,0,0,1);
	margin-left: 12px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 1px 9px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 1px 9px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 1px 9px rgba(0,0,0,.2);
	z-index: 999;
}
.p3-volIcon {
	margin-top: 9px;
	margin-right: 4px;
}
.p3-volIcon:hover, .p3-historyIcon:hover {
	color: rgba(255,255,255,1);
	text-align: left;
}
.p3-vol1:before {
	content: "\e04f";
}
.p3-vol2:before {
	content: "\e04d";
	position: relative;
	right: 2px;
}
.p3-vol3:before {
	content: "\e050";
}
.p3-likeIcon:before {
	content: "\e87d";
}
.p3-shareIcon:before {
	content: "\e80d";
}
.p3-popupIcon:before {
	content: "\e89e";
}
.p3-closeIcon:before {
	content: "\e5cd";
}
.p3-historyIcon:before {
	content: "\e889";
}
.p3-listIcon:before {
	content: "\e05f";
}
.p3-minimizeIcon:before {
	content: "\e15b";
}
.p3-maximize:before {
	content: "\e145";
}
.p3-close:before {
	content: "\e5cd";
}

.p3-hWWrapper {
	font-family: 'Roboto', sans-serif;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.p3-hWHeader {
	max-width: 900px;
	font-size: 22px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 8px;
	position: relative;
}
.p3-hWHeader:before {
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
}
.p3-hWHeader:after {
	width: 30px;
	height: 3px;
	background-color: #F9A825;
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0px;
}
.p3-hWArrows {
	font-size: 30px;
	width: 50px;
	height: 20px;
	position: absolute;
	content: '';
	top: -1px;
	right: 15px;
	cursor: pointer !important;
}
.p3-hWArrows .glider-prev {
	left: 30px !Important;
	cursor: pointer !important;
}
.p3-hWArrows .glider-next {
	cursor: pointer !important;
}
.p3-hWSong {
	margin-left: 8px;
	margin-right: 8px;
}
.p3-hWTitle {
	font-size: 15px;
	color: #333;
	font-weight: 600;
	margin-top: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.p3-hWArtist {
	font-size: 15px;
	color: #777;
	font-weight: 400;
	margin-top: 3px;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.p3-hWArtwork {
	max-width: 180px;
	min-height: 180px;
}


.p3-mlWWrapper {
	font-family: 'Roboto', sans-serif;
	max-width: 540px;
	position: relative;
	margin: 0 auto;
}
.p3-mlWHeader {
	max-width: 600px;
	font-size: 22px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 8px;
	position: relative;
}
.p3-mlWHeader:before {
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
}
.p3-mlWHeader:after {
	width: 30px;
	height: 3px;
	background-color: #F9A825;
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0px;
}
.p3-mlWRowHeader {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500 !important;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #E6E6E6;
}
.p3-mlWRow {
	height: 60px;
	border-bottom: 1px solid #ddd;
	position: relative !important;
}
.p3-mlWRow:nth-child(odd) {
	background-color: #fff;
}
.p3-mlWRow:nth-child(even) {
	background-color: #f8f8f8;
}
.p3-mlWVotesText {
	width: 80px;
	height: 40px;
	text-align: center;
	position: absolute;
	right: 0;
}
.p3-mlWTrackText {
	padding-left: 50px;
	max-width: 150px;
}
.p3-mlWRowN {
	width: 50px;
	height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
}

.p3-mlWNumber {
	width: 50px;
	height: 60px;
	color: #8f8f8f;
	font-size: 15px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	left: 0;
}
.p3-mlWVotes {
	width: 80px;
	height: 60px;
	color: #8f8f8f;
	font-size: 15px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	right: 0;
}
.p3-mlWArtwork {
	width: 44px;
	height: 44px;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 8px;
	left: 50px;
}
.p3-mlWTrack {
	position: relative;
	height: 62px;
	padding-left: 108px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
}
.p3-mlWTitle {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.p3-mlWArtist {
	color: #777;
	font-size: 15px;
	font-weight: 400;
	padding-top: 0px;
	margin-top: 3px;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.p3-historyWpr {
	max-width: 400px;
	background-color: #9c27b0;
	position: relative;
	margin: 20px auto 0 auto;
	padding: 1px 8px 0px 8px;
	border-radius: 6px;
	box-sizing: border-box;
	transition: background-color ease .7s;
}
.p3-historyHeader {
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	text-align: left;
	font-weight: 400;
	padding: 8px 5px 10px 0px;
	transition: color ease .7s;
}
.p3-historyRow {
	height: 56px;
	background-color: rgba(255,255,255,.1);
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	border-bottom: 0px solid rgba(255,255,255,.2);
	border-radius: 4px;
}
.p3-historyArtist, .p3-historyTitle {
	font-weight: 400;
	text-transform: capitalize;
	text-overflow: ellipsis;
	text-align: left;
	padding-left: 60px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: color ease .7s;
}
.p3-historyTitle {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding-top: 9px;
}
.p3-historyArtist {
	color: rgba(255,255,255,.7);
	font-size: 14px;
	line-height: 17px;
	margin-top: 4px;
}
.p3-historyArtwork {
	width: 44px;
	height: 44px;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 6px;
	left: 6px;
	border-radius: 50%;
}
.p3-historyPlayedat {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: rgba(255,255,255,.7);
	position: absolute;
	right: 6px;
	top: 20px;
	transition: color ease .7s;
}
.p3-historyPlayedat i {
	font-size: 12px;
	position: relative;
	top: 1px;
	margin-right: 4px;
}
.p3-socialShare {
	width: 70px;
	height: 70px;
	background-color: rgba(255,255,255,.3);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -2px;
	top: 0;
	border-radius: 50px;
	z-index: 10;
}
.p3-socialShare .social-link {
	width: 22px;
	height: 22px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
	margin: 0 2px;
	border-radius: 50%;
}

/* Responsive classes */
@media only screen and (max-width: 640px) {
	.p3-player {
		height: 100px;
	}
	.p3-metadata {
		min-height: 75px;
		padding-left: 109px;
	}
	.p3-ppBtn {
		width: 40px;
		height: 40px;
		font-size: 26px;
		line-height: 40px;
		right: 10px;
	}
	.p3-artwork {
		width: 90px;
		height: 90px;
	}
	.p3-artistInfo span {
		font-size: 12px !important;
		line-height: 12px !important;
		font-weight: 400;
	}
	.p3-title {
		margin-top: 10px !important;
		margin-bottom: 0 !important;
		font-size: 14px;
		line-height: 14px !important;
	}
	.p3-controls {
		height: 50px;
	}
	.p3-infoText {
		height: 25px;
		font-size: 13px;
		line-height: 25px;
		padding-left: 110px;
	}
	.p3-volWrapper {
		height: 26px;
	}
	.p3-volSlider, .p3-volSliderBar {
		display: none;
	}
	.p3-likeIcon, .p3-shareIcon, .p3-popupIcon {
		width: 26px;
		height: 26px;
		font-size: 14px;
		line-height: 26px;
		top: auto;
		bottom: 0;
		box-shadow: 0px 1px 9px rgba(0,0,0,.0);
		-moz-box-shadow: 0px 1px 9px rgba(0,0,0,.0);
		-webkit-box-shadow: 0px 1px 9px rgba(0,0,0,.0);
		z-index: 999;
	}
	.p3-volIcon {
		margin-top: 3px;
		font-size: 20px;
		left: 110px;
	}
}

/* Helper Classes*/
.dn {
	display: none;
}
.op0 {
	opacity: 0;
}
.liked {
	color: #e81717;
}

/* Animations */
.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
.swing-out-top-bck {
	-webkit-animation: swing-out-top-bck 0.5s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
	        animation: swing-out-top-bck 0.5s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
}
.rotate-in-center {
	-webkit-animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.blink-1 {
	-webkit-animation: blink-1 0.6s both;
	        animation: blink-1 0.6s both;
}
.fade-out {
	-webkit-animation: fade-out .4s ease-out both;
	        animation: fade-out .4s ease-out both;
}
@-webkit-keyframes swing-in-top-fwd {
	0% {
		-webkit-transform: rotateX(-100deg);
				transform: rotateX(-100deg);
		-webkit-transform-origin: top;
				transform-origin: top;
		opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
	0% {
		-webkit-transform: rotateX(-100deg);
				transform: rotateX(-100deg);
		-webkit-transform-origin: top;
				transform-origin: top;
		opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@-webkit-keyframes swing-out-top-bck {
	0% {
		-webkit-transform: rotateX(0deg);
				transform: rotateX(0deg);
		-webkit-transform-origin: top;
				transform-origin: top;
		opacity: 1;
	}
	100% {
		-webkit-transform: rotateX(-100deg);
				transform: rotateX(-100deg);
		-webkit-transform-origin: top;
				transform-origin: top;
		opacity: 0;
	}
}
@keyframes swing-out-top-bck {
	0% {
		-webkit-transform: rotateX(0deg);
				transform: rotateX(0deg);
		-webkit-transform-origin: top;
				transform-origin: top;
		opacity: 1;
	}
	100% {
		-webkit-transform: rotateX(-100deg);
				transform: rotateX(-100deg);
		-webkit-transform-origin: top;
				transform-origin: top;
		opacity: 0;
  }
}
@-webkit-keyframes rotate-in-center {
	0% {
		-webkit-transform: rotate(-360deg);
				transform: rotate(-360deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotate(0);
				transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotate-in-center {
	0% {
		-webkit-transform: rotate(-360deg);
				transform: rotate(-360deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotate(0);
				transform: rotate(0);
		opacity: 1;
	}
}
@-webkit-keyframes blink-1 {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes blink-1 {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
