@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900');
.myCast .player-wpr {
	max-width: 532px;
	height: 122px;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;	
	text-align: left;
	color: rgba(0,0,0,.87);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
.myCast .bg-wpr {
	width: 100%;
	height: 122px;	
	background: #BDBDBD;
	overflow: hidden;
	z-index: 100;
}
.myCast .player-ctr {	
	height: 122px;
	position: relative;
	overflow: hidden;	
	z-index: 101;
}
.myCast .blur {
	width: 100%;
	height: 122px;
	position: absolute;		
	opacity: 0;
	display: none;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	z-index: 100;
}
.myCast .album-cover-wpr {
	width: 122px;
	height: 100%;	
	position: absolute;	
	box-shadow: 4px 1px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 1px 9px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 1px 9px rgba(0, 0, 0, 0.2);
	z-index: 102;
}
.myCast .album-cover {
	width: 106px;
	height: 106px;
	background-size: cover;
	position: absolute;
	top: 8px;
	left: 8px;			
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	z-index: 103;
}
.myCast .track-info {
	position: relative;
	margin-left: 122px;
	padding-left: 20px;
	padding-right: 56px;
	padding-top: 15px;	
	z-index: 104;
	animation-duration: 2s;
}
.myCast .track-title {
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: nowrap;
}
.myCast .artist-name {
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: nowrap;
	
}
.myCast .ppBtn {
	width: 50px;
	height: 50px;		
	background-color: #FF5722;
	color: #fff;
	font-size: 24px;	
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 16px;
	bottom: 10px;
	border-radius: 50%;	
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.13), 0 3px 6px rgba(0,0,0,0.19);	
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.13), 0 3px 6px rgba(0,0,0,0.19);	
	box-shadow: 0 3px 6px rgba(0,0,0,0.13), 0 3px 6px rgba(0,0,0,0.19);	
	cursor: pointer;
	z-index: 400;
}
.myCast .play-btn {	
	background-size: 34px 34px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
    transition: all 0.5s;
}
.myCast .stop-btn {	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
    transition: all 0.5s;
}
.myCast .play-btn:before {
	content: "\e037";
}
.myCast .stop-btn:before {
	content: "\e034";
}
.myCast .controls-wpr {
	height: 36px;
	background: #CACACA;
	text-align: left;	
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: 122px;	
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 46px;	
	z-index: 101;
}
.myCast .volume-slider-wpr {
	padding-left: 25px;
	padding-right: 60px;
}
.myCast .volume-slider {
	display: inline-block;
}
.myCast .vol-value {
	width: 36px;
	font-size: 11px;
	line-height: 38px;
	text-align: center;
	position: relative;
	margin-left: 0px;
	vertical-align: top;
	display: inline-block;	
}
.myCast .vol-icon {
	width: 16px;
	height: 16px;
	color: #333333;
	line-height: 16px;
	position: absolute;
	top: 10px;
	font-size: 20px;
	color: rgba(0,0,0,.87);
}
.myCast .vol-icon1::before {
	content: "\f026";
}
.myCast .vol-icon2::before {
	content: "\f027";
}
.myCast .vol-icon3::before {
	content: "\f028";
}
.myCast .more {
	width: 16px;
	height: 16px;
	font-size: 16px;	
	color: #333333;
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;	
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
	z-index: 401;
}
.myCast .brand {
	height: 32px;	
	position: absolute;
	bottom: 2px;
	right: 80px;
	z-index: 9999;
}
.myCast .more::before {
	content: "\f067";
}
.myCast .morert {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.myCast .data-panel {
	height: 132px;
	position: relative;
	left: 0;
	top: 0;
	padding: 8px 82px 8px 8px;
	display: none;
	z-index: 300;
	animation-duration: 2s;
}
.myCast .data-panel-row {
	height: 32px;
	position: relative;	
	margin-bottom: 5px;
}
.myCast .data-panel-info {
	height: 32px;
	background: #CACACA;
	font-size: 12px;
	color: #333333;
	line-height: 32px;
	position: relative;
	padding-left: 32px;
	padding-right: 12px;	
	margin-left: 12px;
	border-radius: 0 20px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 301;
}
.myCast .data-panel-info span {
	margin-right: 10px
}
.myCast .data-panel-info i {
	font-size: 14px;
	margin-right: 4px;
	line-height: 10px;
}
.myCast .data-panel-r-icon {
	width: 32px;
	height: 32px;
	background: #9E9E9E;
	font-size: 15px;
	color: #333333;
	text-align: center;
	line-height: 32px;
	position: absolute;
	top: 0px;
	left: 0px;	
	border-radius: 50%;	
	z-index: 302;
}
.myCast .history {
	height: 15px;	
	position: relative;
	top: 9px;
	overflow: hidden;	
}
.myCast .history ul {  
	padding: 0;
	margin: 0;
	-webkit-animation: ticker 14s cubic-bezier(1, 0, .5, 0) infinite;
	animation: ticker 15s cubic-bezier(1, 0, .5, 0) infinite;
	-webkit-user-select: none;	
}
.myCast .history ul li {
	line-height: 15px; 
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.myCast .history ul:hover { 
	animation-play-state: paused 
}
.myCast .share ul {
	padding: 0;
	margin: 0;
}
.myCast .share ul li {
	line-height: 32px; 
	list-style: none;
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.myCast .share a {
	color: inherit;
	text-decoration: none;
}
.myCast .facebook {
	color: #3F51B5;
}
.myCast .twitter {
	color: #03A9F4;
}
.myCast .google {
	color: #E53935;
}
.myCast input[type=range] {
	width: 100px;
	height: 6px;
	background: none;
	margin-top: 5px;
	padding: 10px 0px 10px 0px;
	-webkit-appearance: none;
	cursor: pointer;
}
.myCast input[type=range]:focus {
  outline: none;
}
.myCast input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	background: #A6A6A6;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 8px;
	cursor: pointer;	
	animate: 0.2s;
}
.myCast input[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(0,0,0,.14);
}
.myCast input[type=range]::-webkit-slider-thumb {
	width: 12px;
	height: 12px;
	background: #FF5722;
	margin-top: -3px;
	border-radius: 50%;	
	cursor: pointer;
	-webkit-appearance: none;
}
.myCast input[type=range]:hover::-webkit-slider-thumb {
	margin-top: -3px;
	-webkit-appearance: none;
	transform: scale(1.3);
}
.myCast input[type=range]::-moz-range-track {
	width: 100%;
	height: 6px;
	background: #A6A6A6;
	padding: 0;
	margin: 0;
	border: 0px;
	border-radius: 8px;
	cursor: pointer;
	animate: 0.2s; 
}
.myCast input[type=range]::-moz-range-thumb {
	width: 12px;
	height: 12px;
	background: #FF5722;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}
.myCast input[type=range]:hover::-moz-range-thumb {
	transform: scale(1.3);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.myCast input[type=range] {
		width: 100px;
		height: 16px;
		background: none;
		margin-top: 0px;
		padding: 10px 0px 10px 0px; 
		cursor: pointer;
	}
}
.myCast input[type=range]::-ms-tooltip {
	display: none; 
}
.myCast input[type=range]::-ms-track {
	width: 100%;
	height: 6px;
	background: transparent;
	border-color: transparent;
	color: transparent;
	cursor: pointer;
	animate: 0.2s;  
}
.myCast input[type=range]::-ms-fill-lower {
	background: #A6A6A6;
	border: 0px;
	border-radius: 15px;
}
.myCast input[type=range]::-ms-fill-upper {
	background: #A6A6A6;
	border: 0px;
	border-radius: 8px;
}
.myCast input[type=range]::-ms-thumb {
	width: 14px;
	height: 14px;
	background: #FF5722;
	border: 0px;  
	border-radius: 50%;  
	cursor: pointer;
}
.myCast input[type=range]:focus::-ms-fill-lower {
	background: transparent;
}
.myCast input[type=range]:focus::-ms-fill-upper {
	background: transparent;
}

/* Responsive Classes */
@media only screen and (max-width: 0px) {
.myCast .player-wpr {
	max-width: 426px;
	height: 98px;
}
.myCast .bg-wpr {
	height: 98px;
}
.myCast .player-ctr {	
	height: 98px;
}
.myCast .blur {
	height: 98px;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.myCast .album-cover-wpr {
	width: 98px;
	height: 100%;
}
.myCast .album-cover {
	width: 86px;
	height: 86px;
	top: 6px;
	left: 6px;
}
.myCast .track-info {
	margin-left: 98px;
	padding-left: 14px;
	padding-right: 46px;
	padding-top: 12px;
}
.myCast .track-title {
	font-size: 18px;
}
.myCast .artist-name {
	font-size: 14px;
}
.myCast .ppBtn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	right: 12px;
	bottom: 10px;
}
.myCast .brand {
	height: 28px;	
	position: absolute;
	bottom: 0px;
	right: 80px;
}
.myCast .controls-wpr {
	height: 29px;
	margin-left: 98px;	
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 26px;
}
.myCast .volume-slider-wpr {
	padding-left: 20px;
	padding-right: 60px;
}
.myCast .volume-slider {
	display: inline-block;
}
.myCast .vol-value {
	width: 10%;
	font-size: 10px;
	line-height: 28px;
	margin-left: 2px;
	padding-top: 1px;
}
.myCast .vol-icon {
	width: 13px;
	height: 13px;
	line-height: 13px;
	top: 8px;
	font-size: 15px;
}
.myCast .more {
	width: 13px;
	height: 13px;
	font-size: 13px;
	top: 12px;
	right: 20px;
}
.myCast input[type=range] {
  height: 6px;
  -webkit-appearance: none;
  margin-top: 1px;
  width: 78px;
  padding: 10px 0px 10px 0px;
  background: none;
  cursor: pointer;
}
.myCast input[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	border-radius: 8px;
}
.myCast input[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(0,0,0,.14);
}
.myCast input[type=range]::-webkit-slider-thumb {
	width: 11px;
	height: 11px;
	background: #FF5314;
	margin-top: -3px;
}
.myCast input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
}
.myCast input[type=range]::-moz-range-thumb {
	width: 11px;
	height: 11px;
}
.myCast input[type=range]::-ms-track {
	width: 100%;
	height: 5px; 
}
.myCast input[type=range]::-ms-thumb {
	width: 11px;
	height: 11px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.myCast input[type=range] {
		width: 78px;
		height: 11px;
		background: none;
		margin-top: 0px;
		padding: 9px 0px 10px 0px; 
		cursor: pointer;
	}
}
.myCast .data-panel {
	height: 98px;
	padding: 6px 62px 6px 6px;
}
.myCast .data-panel-row {
	height: 26px;
	position: relative;	
	margin-bottom: 4px;
}
.myCast .data-panel-info {
	height: 26px;
	font-size: 11px;
	line-height: 28px;
	padding-left: 24px;
	padding-right: 12px;	
	margin-left: 12px;
}
.myCast .data-panel-info span {
	margin-right: 10px
}
.myCast .data-panel-info i {
	font-size: 14px;
	margin-right: 4px;
	line-height: 10px;
}
.myCast .data-panel-r-icon {
	width: 26px;
	height: 26px;
	font-size: 13px;
	line-height: 26px;
}
.myCast .history {
	height: 15px;
	top: 6px;
}
.myCast .share ul li {
	line-height: 28px; 
	padding-right: 5px;
}

}

/* Vertical Layout */
.myCast .vertical  {
	max-width: 356px;
	height: 478px;
}
.vertical .bg-wpr {
	width: auto;
	height: 478px;
	overflow: hidden;
	z-index: 100;
}
.vertical .player-ctr {	
	height: 478px;
	position: relative;
	overflow: hidden;	
	z-index: 101;
}
.vertical .blur {
	height: 458px;
}
.vertical .album-cover-wpr {
	box-shadow: 1px 4px 12px rgba(0, 0, 0, 0);
    -moz-box-shadow: 1px 4px 12px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 1px 4px 12px rgba(0, 0, 0, 0);
}
.vertical .album-cover-wpr2 {
	width: auto;
	height: 348px;
	padding: 8px 8px 0 8px;
	position: relative;
	text-align: right;
	box-shadow: 1px 4px 12px rgba(0, 0, 0, 0);
    -moz-box-shadow: 1px 4px 12px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 1px 4px 12px rgba(0, 0, 0, 0);
	z-index: 102;
}
.vertical .album-cover2 {
	width: 100%;
	height: 340px;
	background-size: cover;
	position: relative;
	top: 0;
	left: auto;	
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	z-index: 103;
}
.vertical .track-info {
	position: relative;
	margin-left: 0px;
	padding-left: 16px;
	padding-right: 56px;
	padding-top: 20px;	
	z-index: 104;
}
.vertical .ppBtn {
	position: absolute;
	right: 16px;
	bottom: 10px;
}
.vertical .controls-wpr {	
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: 0px;	
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 46px;	
	z-index: 101;
}
.vertical .more {
	position: absolute;
	top: auto;
	bottom: 87px;
	right: 20px;
}
.vertical .data-panel {
	height: 108px;
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0px;
	padding: 0px 0px 0px 8px;
	z-index: 300;
}
.vertical .data-panel-row {
	height: 28px;
	position: relative;	
	margin-bottom: 5px;
}
.vertical .data-panel-row:nth-last-child(3) {
	max-width: 310px;
	position: relative;	
	margin-bottom: 5px;
}
.vertical .data-panel-row:nth-last-child(2) {
	max-width: 290px;
	position: relative;	
	margin-bottom: 5px;
}
.vertical .data-panel-row:nth-last-child(1) {
	max-width: 274px;
	position: relative;	
	margin-bottom: 5px;
}
.vertical .data-panel-info {
	height: 28px;
	font-size: 12px;
	color: rgba(0,0,0,.54);
	line-height: 28px;
	position: relative;
	padding-left: 24px;	
	margin-right: 10px;
	border-radius: 0 20px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 301;
}
.vertical .data-panel-info span {
	margin-right: 10px
}
.vertical .data-panel-info i {
	font-size: 14px;
	margin-right: 4px;
	line-height: 10px;
}
.vertical .data-panel-r-icon {
	width: 28px;
	height: 28px;
	background: #e8e8e8;
	font-size: 15px;
	color: rgba(0,0,0,.84);
	text-align: center;
	line-height: 28px;
	position: absolute;
	top: 0px;
	left: 0px;	
	border-radius: 50%;	
	z-index: 302;
}

/* Vertical Layout Responsive Classes */
@media only screen and (max-width: 0px) {
.myCast .vertical {
	max-width: 400px;
}
.vertical .track-title {
	font-size: 22px;
}
.vertical .artist-name {
	font-size: 16px;
}
.vertical .ppBtn {
	width: 50px;
	height: 50px;
}
.vertical .controls-wpr {
	height: 36px;
}
.vertical .vol-icon {
	width: 16px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	margin-right: 6px;
	top: 10px;
	font-size: 20px;
}
.vertical input[type=range] {
  height: 6px;
  -webkit-appearance: none;
  margin-top: 5px;
  width: 100px;
  padding: 10px 0px 10px 0px;
  background: none;
  cursor: pointer;
}
.vertical input[type=range]::-webkit-slider-runnable-track {
	height: 6px;
	border-radius: 8px;
}
.vertical input[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(0,0,0,.14);
}
.vertical input[type=range]::-webkit-slider-thumb {
	width: 12px;
	height: 12px;
	background: #FF5314;
	margin-top: -3px;
}
.vertical input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
}
.vertical input[type=range]::-moz-range-thumb {
	width: 121px;
	height: 12px;
}
.vertical input[type=range]::-ms-track {
	width: 100%;
	height: 5px; 
}
.vertical input[type=range]::-ms-thumb {
	width: 12px;
	height: 12px;
}
.vertical .volume-slider-wpr {
	padding-left: 25px;
	padding-right: 60px;
}
.vertical .volume-slider {
	display: inline-block;
}
.vertical .vol-value {
	width: 36px;
	font-size: 11px;
	line-height: 36px;
	text-align: center;
	position: relative;
	margin-left: 0px;
	vertical-align: top;
	display: inline-block;	
}
}

/* Helper Clases */
.myCast .valign-middle {
	padding-bottom: 2px;
	vertical-align: middle;
}
.myCast .rounded {
	border-radius: 5px;
}
.myCast .dis-none {
	display: none;
}
.myCast .vol-dis {
	opacity: 0.35;
}
.myCast .hidden {
	visibility: hidden;
}
.myCast .visible {
	display: block;
}

/* Animations */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}
@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		transform: none;
		opacity: 1;
	}
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes ticker {
	0%   {margin-top: 0}
	15%  {margin-top: -15px}
	30%  {margin-top: -30px}
	45%  {margin-top: -45px}
	60%  {margin-top: -60px}
	75%  {margin-top: -75px}
	90%  {margin-top: -90px}	
}
}