/*

img.blur { width:367; height:459px; filter: url(blur.svg#blur); -webkit-filter: blur(3px); filter: blur(3px); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); }

 img.blur:focus, img.blur:hover { -webkit-filter: blur(0px); filter: blur(0px); filter: none; filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }
 
 

img.sepia{

filter: url(sepia.svg#old-timey);

-webkit-filter: sepia(1);

-webkit-filter: sepia(100%);

filter: sepia(100%);

}



img.sepia {

filter: url(sepia.svg#old-timey);

-webkit-filter: sepia(1);

-webkit-filter: sepia(100%);

filter: sepia(100%);

background-color: #5E2612;

filter: alpha(opacity = 50);

zoom:1;

}



*/
body {font-family: "Proxima Nova Soft",proxnov-reg,Lato, "Helvetica Neue", Arial, Helvetica, sans-serif}
.Masthead {
	padding:0 0 0 0 ;
	width: 100%;
	height: 400px;
	margin-top:0;
	margin-bottom:0;
	/*overflow: hidden;*/
	position: relative;
	
}


.Masthead.MastheadArtist {
	position: fixed;
	z-index: 5;
	background:url(/playlist/header-playlist.png) left top no-repeat;
	-webkit-transition:height 0s linear;
	-moz-transition: height 0s linear;
	-o-transition: height 0s linear;
	transition: height 0s linear;
}
.Masthead.MastheadRemixes {
	background:url(/playlist/header-playlist.png) left top no-repeat;
	position: relative;
}
.MastContent {
	padding-top: 0px;
	position: absolute;
	top: 395px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.Gradient-Black-Bottom:after {
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );*/
}
.RainbowDiv:after {
	background-image: -moz-linear-gradient(left, #a85e6c 0%, #e37f52 12.5%, #ef9f48 25%, #9cb641 37.5%, #009484 50%, #21acb8 62.5%, #1972dd 75%, #8fa0ae 87.5%);
	background-image: -o-linear-gradient(left, #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #1972dd 75%, #1972dd 87.5%, #8fa0ae 87.5%, #8fa0ae 100%);
	background-image: linear-gradient(left, #a85e6c 0%,#a85e6c 12.5%,#e37f52 12.5%,#e37f52 25%,#ef9f48 25%,#ef9f48 37.5%,#9cb641 37.5%,#9cb641 50%,#009484 50%,#009484 62.5%,#21acb8 62.5%,#21acb8 75%,#1972dd 75%,#1972dd 87.5%,#8fa0ae 87.5%,#8fa0ae 100%);
}
.Masthead:after {
	/*rainbow */
	opacity: 0.6;
	height: 5px;
	width: 100%;
	z-index: 5;
	position: absolute;
	bottom: 0;
	left: 0;
	content: " ";
}
.MastContent:after {
	/* rainbow */
	opacity: 0.6;
	height: 5px;
	width: 100%;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
}

.MastheadCover {
	background-position: 0 20%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
	height: 100%;
	/*background-attachment: fixed !important;*/
}
.MastheadMask:after {
	opacity: 0.6;
	height: 5px;
	width: 100%;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
}
.MastheadMask {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.MastheadMask:before {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	content:" ";
	opacity: 0.7;
}

.MastheadTitle {
	margin: 25px 0 0 0;
}
.MastheadTitle h2 {
	margin: 10px 0 5px;
}
.HeaderArtist {
	left: 0;
    position: absolute;
    top: 260px;
    width: 100%;
    z-index: 75;
	height: 190px;
}
.HeaderRemixes {
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 75;
	height: 190px;
}
.HeaderArtist.affix-top {
	
}
.HeaderArtist.affix {
	top: 15px;
}
.MastHeadShort {
	height:141px; 
	z-index: 70 !important;
}
.MastHeadShort:before {
	height: 45px;
	width: 100%;
	position: absolute;
	z-index: 4;
	background: -moz-linear-gradient(top,  rgba(238, 238, 238,1) 0%, rgba(238, 238, 238,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238, 238, 238,1)), color-stop(100%,rgba(238, 238, 238,0)));
background: -webkit-linear-gradient(top,  rgba(238, 238, 238,1) 0%,rgba(238, 238, 238,0) 100%);
background: -o-linear-gradient(top,  rgba(238, 238, 238,1) 0%,rgba(238, 238, 238,0) 100%);
background: -ms-linear-gradient(top,  rgba(238, 238, 238,1) 0%,rgba(238, 238, 238,0) 100%);
background: linear-gradient(to bottom,  rgba(238, 238, 238,1) 0%,rgba(238, 238, 238,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#00EEEEEE',GradientType=0 );
position: 0;
bottom: -45px;
transition: all 0s ease-in-out 0s;
content: " ";

}
.MastheadArtist .MastheadMask {
	background: url(/img/dr5/graphic-overlay-diagmonds.png) repeat;
	-webkit-box-shadow: 0px -7px 16px -7px rgba(0, 0, 0, 0.7) inset;
	box-shadow: 0px -7px 16px -7px rgba(0, 0, 0, 0.7) inset;
}
.MastheadArtist .MastheadMask:before {
	background: url(/img/dr5/graphic-overlay-diagmonds.png) repeat;
}
.MastheadRemixes .MastheadMask {
	background: url(/img/dr5/graphic-overlay-diagmonds.png) repeat;
	-webkit-box-shadow: 0px -7px 16px -7px rgba(0, 0, 0, 0.7) inset;
	box-shadow: 0px -7px 16px -7px rgba(0, 0, 0, 0.7) inset;
}
.MastheadRemixes .MastheadMask:before {
	background: url(/img/dr5/graphic-overlay-diagmonds.png) repeat;
}
.HeaderArtist nav ul {
	margin: 0; 
	padding: 0;
}
.HeaderArtist nav li {
	font-size: 16px;
    line-height: 25px;
    margin: 0 18px 0 15px;
    padding: 5px 7px 7px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	text-transform: uppercase
}
.HeaderArtist nav li.Selected {
	border-bottom-width: 2px;
    content: "";
}
.HeaderArtist nav li a {
	color: rgb(162,​ 162,​ 162);
}
.HeaderArtist nav li a:hover {
	color: rgb(255,255,255);
}
.HeaderArtist nav li:first-child {
	/*margin-right: 0;*/
	margin-left: 0;
	padding-left: 0;
}
.HeaderArtist nav li:before {
	opacity: 0.7;
    padding: 0 0;
    position: absolute;
	content: " / ";
    display: inline-block;
    left: -20px;
	margin: 0;
	color:#fff;
}
.HeaderArtist nav li:first-child:before {
	content: " ";
    margin-left: 0;
	margin-right: 0;
}
.HeaderArtist nav li:after {
   /* background: #ff6633;
    content: "";
    display: block;
    height: 2px;
    margin: 10px 0 0 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 100%;*/
	border-bottom: 0 solid #ff6633;
    bottom: 0;
    content: "";
    display: block;
	 left: 0;
    position: absolute;
	width: 100%
}
.HeaderArtist nav li.Selected {
	color: #ff6633;
}
.HeaderArtist nav li.Selected:after {
	/*opacity: 1;
	
    visibility: visible;*/
	border-bottom: 2px solid #ff6633;
}
.ArtistPhoto {
	width: 200px; 
	height: 200px; 
	border: 5px solid rgb(255, 255, 255); 
	border-radius: 50%; 
	z-index: 50; 
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}
.ArtistPhotoHolder {
	position: absolute;
	left: 0;
	width: 280px;
	height: 220px;
	top: 0;
	z-index: 75; 
}
.MastheadContent {
	position: absolute;
	left: 0;
	/*bottom: 30px;*/
	padding-left: 280px;
	z-index: 10;
	color: rgba(255,255,255,0.75);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.MastheadContent:after {
	border-bottom: 0 solid #ff6633;
    top: 0;
    content: "";
    display: block;
	 left: 0;
    position: absolute;
	width: 100%
}
.BackgroundCover {
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;

}
.BackgroundCoverBefore:before {
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	height: 100%;
	left: 0;
    position: absolute;
    top: 0;
}
main.MainContentWhite {
	background: url(//www.dirrtyremixes.com/img/bkg-post.jpg) #FFF;
	color: #282828;
	position: relative;
}
main.MainContentWhite .text-muted, main.MainContentWhite h1 small, main.MainContentWhite h2 small, main.MainContentWhite h3 small, main.MainContentWhite h4 small, main.MainContentWhite h5 small, main.MainContentWhite h6 small  {
	color: #888;
}
.Artist .container {
	width: 1070px;
	min-width: 1070px !important;
	max-width: 1070px !important;
	font-size: 16px;
}

.Artist aside {
	float: none;
	display: inline-block;
	padding: 90px 10px 20px;
	width: 320px;
	vertical-align: top;
	background: url(/img/dr5/bkg-aside-pattern.png) repeat rgb(221, 221, 221);
}
.Artist aside li {
	font-size: 16px;
	padding: 2px 0;
	width: 100%;
	
}
.Artist aside li a {
	color: rgba(45,45,45,0.8);
	width: 240px;
	height: 100%;
	display: inline-block;
	position: relative;
}
.Artist aside .ArtistLinks li i.fa {
	font-size: 20px;
    margin-right: 5px;
	background: #6CF;
	border-radius: 50%;
	border: 2px solid #fff;
	vertical-align: middle;
	color: rgba(236, 240, 241,1.0) !important;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);	
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
.Artist aside .ArtistLinks li a:after {
	content: "\00BB";
	text-align: right;
	right: 15px;
	top: 0;
	width: 15px;
	height: 100%;
	line-height: 23px;
	font-size: 30px;
	opacity: 0;
	color:#666;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	position: absolute;
}
.Artist aside .ArtistLinks li:hover a:after  {
	opacity: 1;
	right: 0;
}
.Artist aside .ArtistLinks li:hover a i.fa {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.Artist aside .ArtistLinks li:hover a {
}
.Artist aside .ArtistLinks li i.fa-fw {
	 height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
}
.Artist aside .ArtistLinks li i.fa-facebook {
	background: rgba(41, 128, 185,1.0);
}
.Artist aside .ArtistLinks li i.fa-twitter {
	background: rgb(65, 159, 221);
}
.Artist aside .ArtistLinks li i.fa-facebook {
	background: rgb(16, 112, 186);
}
.Artist aside .ArtistLinks li i.fa-child {
	background: rgba(243, 156, 18,1.0);
}
.Artist aside .ArtistLinks li i.fa-home {
	background: rgba(75, 177, 31, 1.0);
}
.Artist aside .ArtistLinks li i.fa-youtube {
	background: rgba(192, 57, 43,1.0);
}
.Artist aside .ArtistLinks li i.fa-instagram {
	background: rgb(65, 73, 182);
}
.Artist aside .ArtistLinks li i.fa-wordpress {
	background: rgb(118, 65, 182);
}
.Artist aside .ArtistLinks li i.fa-map-marker {
	background: rgba(230, 126, 34,1.0);
}
.Artist article {
	width: 750px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.label-lastfm {
	background: rgba(209, 66, 51, 0.75);
	color: rgb(223, 223, 223);
	font-size: 90%;
	padding: 2px 4px;
}
.MainContentArea {
	background: url(//www.dirrtyremixes.com/img/bkg-post.jpg) #FFF;
	color: #2D2D2D;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	position: relative;
}

figure {
	width: 100%;
	display: inline-block;
	position: relative;
}
figure .Ribbon {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 0;
	padding: 3px 6px;
	color: rgba(236, 240, 241,1.0);
	background: rgba(192, 57, 43,1.0);
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(88,0,0,1)
}
figure img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 1;
}
figure img:before {
	content: " ";
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	background: url(/img/dr5/graphic-overlay-gplay.png) repeat;
	background: #666;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	top: 0;
	left: 0;
	z-index:2;
}
figure:hover img:after {
	opacity: 0;
}
figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	padding: 8px 6px;
}
figure.figure-news figcaption {
	padding: 20px 13px 10px 13px;
	color: rgba(255,255,255, 1);
	/*linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)*/
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.6), 0 0 4px rgba(0, 0, 0, 0.4);
	line-height: 1.1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}
figure.figure-news:hover figcaption:after {
	content: normal !important;
	
}
figure figcaption:after {
	position: absolute;
	content: " ";
	z-index: 3;
	height: 100%;
	width: 100%;
	/*background: url(/img/dr5/graphic-overlay-buried.png);*/
	background: rgba(102,102,102,0.4);
	opacity: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	top: 0;
	left: 0;
}
figure:hover figcaption:after {
	opacity: 1;
}

section h3 {
}



body.context_landing {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: auto;
}

body.context_landing:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	filter: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%3CfeComponentTransfer%3E%3CfeFuncR%20type%3D%22linear%22%20slope%3D%220.3%22%2F%3E%3CfeFuncG%20type%3D%22linear%22%20slope%3D%220.3%22%2F%3E%3CfeFuncB%20type%3D%22linear%22%20slope%3D%220.3%22%2F%3E%3C%2FfeComponentTransfer%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E#blur");
	-webkit-filter: blur(15px) brightness(0.5);
	opacity: .6;
	z-index: -1;
}
.col-track-icon {
	text-align: center;
}
.tracklistings {
	font-family: 'GothamRnd-Book', Arial;
}
.tracklistings-header-yes .row.track-header  {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(52, 73, 94, 0.7);
}
.tracklistings-header-yes li:nth-child(2) {
	margin-top: 0px;
}
.tracklistings-slim .track-header .col {
	font-size: 12px !important;
	line-height: 23px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	height: 23px !important;
	text-transform: uppercase;
	font-family: 'GothamRnd-Light', Arial;
}
.tracklistings-slim .track-header .col-track-title {
	font-family: 'GothamRnd-Light', Arial;
}
.tracklistings-slim .col-track-artwork,
.tracklistings-slim .col-track-artist,
.tracklistings-slim .col-track-length {
	display: none;
}
.col-track-title {
	font-size: 14px;
	font-family: 'GothamRnd-Book', Arial;
}
.col-track-title span {
	font-size: 12px;
	font-family: 'GothamRnd-Light', Arial;
}
.col-track-format .label,
.col-track-new .label {
	line-height: 16px;
    padding: 0 4px 0;
}
.col-track-dropdown {
	text-align: right;
	padding-right: 20px;
}
.tracklistings .label {
	color: rgb(228, 228, 228);
	display: inline-block;
}
.tracklistings li.row {
	/*padding: 5px 0;*/
	position: relative;
	z-index: 3;
	background:#E5E5E5;
	height: 38px;
	line-height: 30px;
	padding: 4px 0;
	border-bottom: 1px dotted rgba(153,153,153,0.5);
}
.tracklistings li.row .row {
	background:#E5E5E5;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	cursor: pointer;
	
}
.tracklistings li.row .row-drawer {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	-webkit-transition:all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	
	
}
.tracklistings li.row:hover {
	z-index:6;
	height: 68px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.tracklistings li.row.track-header {
	height: 23px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 23px !important;
}
.tracklistings li.row:hover .row {
	z-index: 5;
}
.tracklistings li.row:hover .row-drawer {
	z-index: 4;
	transform:translateY(100%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background:#f4f4f4;
	
}

.tracklistings li.row:ho
traver .row-drawer {
	z-index: 4;
	
}
.label.label-mp3 {
	background: rgba(116, 176, 0, 1.0);
	width: 40px;
	text-align: center;
}
.label.label-wav {
	background: rgba(52, 152, 219,1.0);
	width: 40px;
	text-align: center;
}
.label.label-zip {
	background: rgba(247, 202, 24, 1.0); /* #F7CA18 */
	width: 40px;
	text-align: center;
}
.label.label-new {
	background: rgba(230, 126, 34,1.0); /*#d35400*/
}
.fa-stack-dr .fa-stack-2x {
    font-size: 18px;
    text-shadow: 0 0;
}
.fa-stack-dr .fa-stack-1x, 
.fa-stack-dr .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}
.fa-playlist-add .fa-stack-1x {
	bottom: 0;
    font-size: 20px;
    left: auto;
    line-height: 1;
    right: -5px;
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
    width: 50%;
    z-index: 5;
}

.card {
	display:block;
	margin-bottom:20px;
	position:relative;
	border:1px solid #e9e9e9;
	border-bottom:2px solid rgba(0,0,0,.07);
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	padding:9px;
}

.player {
    width: 300px;
    height: 50px;
    background: #fff;
}

.dropdown-player {
    width: 300px;
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: 200000001;
    border: 1px dotted #333;
    border: 1px dotted rgba(0,0,0,0.35);
    border-top: none;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.25);
    box-shadow: 0 0 35px rgba(0,0,0,0.25);
    -webkit-transition: top .3s ease-out;
    transition: top .3s ease-out;
    display: none;
}

@media (max-width:70.857em) {
    .dropdown-player {
        display: none;
    }
}

.player-open .dropdown-player {
    top: 50px;
}

.player.slideout {
    width: 310px;
    position: fixed;
    top: 50px;
    padding-bottom: 50px;
    right: -350px;
    height: 100%;
    padding: 0;
    z-index: 200000001;
    overflow: hidden;
    box-shadow: -5px 0 20px #111;
    -webkit-box-shadow: -5px 0 20px rgba(0,0,0,0.44);
    box-shadow: -5px 0 20px rgba(0,0,0,0.44);
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
}

@media (max-width:70.857em) {
    .player.slideout {
        top: 75px;
        padding-bottom: 75px;
    }
}

.player-open .player.slideout {
    right: 0;
}

.player-controls,
.player-track-info,
.player-cover {
    display: block;
    height: 40px;
}

.player-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
}

.player.slideout .player-controls {
    position: relative;
    width: 310px;
    text-align: center;
    height: auto;
}

.player.slideout .player-controls:before,
.player.slideout .player-controls:after {
    content: " ";
    display: table;
}

.player.slideout .player-controls:after {
    clear: both;
}

.player.slideout .player-controls:before,
.player.slideout .player-controls:after {
    content: " ";
    display: table;
}

.player.slideout .player-controls:after {
    clear: both;
}

.player-track-info {
    position: absolute;
    top: 0;
    left: 120px;
    width: 180px;
    padding: 2px 4px;
    text-align: left;
    font-size: 0.5em;
    font-family: sans-serif;
}

.player.slideout .player-track-info {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 125px 0 0 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.86) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.86)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.86) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.86) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.86) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.player.slideout a.player-track-permalink,
.player.slideout a.player-track-permalink:active,
.player.slideout a.player-track-permalink:hover,
.player.slideout a.player-track-permalink:visited {
    cursor: default;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 5px 8px;
}

.player.slideout a.player-track-permalink.has-permalink,
.no-touch .player.slideout a.player-track-permalink.has-permalink:hover {
    cursor: pointer;
}

.no-touch .player.slideout a.player-track-permalink.has-permalink:hover {
    text-decoration: underline;
}

.dropdown-player .player-cover {
    display: none;
}

.player.slideout .player-cover {
    position: relative;
    background-size: cover;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    width: 310px;
    height: 103.33333333333333px;
}

@media (min-width:70.857em) {
    .player.slideout .player-cover {
        height: 155px;
    }
}

@media (min-width:85.714em) {
    .player.slideout .player-cover {
        height: 310px;
    }
}

.player-prev,
.player-play-pause,
.player-play .player-pause,
.player-next {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    color: #111;
    cursor: pointer;
    overflow: hidden;
}

.player.slideout .player-prev,
.player.slideout .player-play-pause,
.player.slideout .player-play .player.slideout .player-pause,
.player.slideout .player-next {
    float: none;
    display: inline-block;
}

.player.slideout .player-prev,
.player.slideout .player-play-pause,
.player.slideout .player-next {
    margin: 10px 25px;
}

.player-play-pause {
    border-radius: 34px;
    height: 34px;
    width: 34px;
    line-height: 32px;
    overflow: hidden;
    padding-left: 4px;
    margin: 3px;
    color: #111;
    border: 2px solid #111;
    font-size: 0.8em;
}

.no-touch .player-play-pause:hover {
    border: 2px solid #ea2f64;
}

.player-play .player-pause {
    z-index: 1;
    float: none;
    left: 5px;
}

.player-pause i {
    margin-left: -4px;
}

.no-touch .player-prev:hover,
.no-touch .player-play-pause:hover i,
.no-touch .player-next:hover {
    color: #ea2f64;
}

.player .fa-pause,
.player-paused .player .fa-pause,
.player-playing .player .fa-play {
    display: none;
}

.player-playing .player .fa-pause,
.player-paused .player .fa-play {
    display: inline;
}

.player-scrobbler,
.player-scrobbler-loading,
.player-scrobbler-position {
    height: 9px;
    position: absolute;
}

.player-scrobbler {
    bottom: 0;
    left: 0;
    width: 300px;
    background: #555;
}

.player-scrobbler-loading {
    z-index: 1;
    width: 75%;
    background: #000;
}

.player-scrobbler-position {
    z-index: 2;
    width: 50%;
    background: #ea2f64;
}

.player.slideout .player-scrobbler,
.player.slideout .player-scrobbler-loading,
.player.slideout .player-scrobbler-position {
    height: 7px;
    cursor: pointer;
}

.player.slideout .player-scrobbler {
    position: relative;
    bottom: auto;
    width: 310px;
}

.player.slideout .player-scrobbler-position:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #666;
    border: 1px solid rgba(0,0,0,0.55);
    border-radius: 100%;
    position: absolute;
    right: -9px;
    top: -4px;
}

.player .player-playlist2:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 35%;
    min-height: 75px;
    max-height: 150px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 10%, rgba(255,255,255,0.94) 91%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255,255,255,0)), color-stop(91%, rgba(255,255,255,0.94)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 10%, rgba(255,255,255,0.94) 91%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 10%, rgba(255,255,255,0.94) 91%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 10%, rgba(255,255,255,0.94) 91%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 10%, rgba(255,255,255,0.94) 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

@media (min-width:85.714em) {
    .player .player-playlist2:after {
        height: 50%;
    }
}

.player .player-playlist {
    list-style: none;
    margin: 0;
    padding: 0 12px 0 14px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    border-top: 1px dotted #333;
}

.player-playlist li {
    font-size: 12px;
    cursor: pointer;
    border-top: 1px solid #999;
    color: #999;
    padding: 10px 0;
}

.player-playlist li:first-child {
    border: none;
}

.player-playlist li:hover {
    color: #ea2f64;
}

.player-playlist li.sel {
    font-weight: bold;
    color: #000;
}

.player-playing .widget .item-image .play.active .fa-play {
    margin-left: 28px;
}

.player.inline {
    width: 100%;
    position: relative;
    margin: 0 0 15px 0;
    border: 1px dotted #000;
    padding: 0;
    height: 70px;
    background: #fff;
}

.player.inline.loading,
.player.inline.error {
    opacity: .5;
    filter: alpha(opacity=50);
}

.player.inline .play,
.player.inline .player-cover,
.player.inline .player-track-info {
    display: block;
    top: auto;
    left: auto;
}

.player.inline .play,
.player.inline .player-cover {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 60px;
    height: 50px;
    z-index: 2;
}

.player.inline .play {
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border-right: 1px dotted #000;
}

.player.inline .play .fa-play {
    display: inline;
}

.player-playing .play.active .fa-play:before {
    content: "\f04c";
}

.no-touch .player.inline.loaded .play:hover {
    color: #ea2f64;
}

.player.inline .player-cover {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 60px;
    border: 1px dotted #ddd;
    display: none;
}

.player.inline .player-track-info {
    position: relative;
    z-index: 1;
    font-weight: bolder;
    font-family: Raleway,sans-serif;
    font-size: 20px;
    line-height: 16px;
    display: table;
    width: 100%;
    padding: 0;
}

.player .player-cell {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    overflow: hidden;
    padding: 5px 6px 5px 75px;
    width: 100%;
}

.player.loading,
.player.loading * {
    cursor: wait !important;
}

.player.error,
.player.error * {
    cursor: default !important;
}

.player.cover {
    width: auto;
    height: auto;
}

.player.cover .item-image {
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

.player.cover .item-image .play .fa-circle,
.player.cover .item-image .play .fa-play {
    opacity: .5;
    filter: alpha(opacity=50);
}

.player.cover .item-image .play:hover .fa-circle,
.player.cover .item-image .play:hover .fa-play {
    opacity: .95;
    filter: alpha(opacity=95);
}

.player.cover .play .fa-play {
    display: inline;
}

.player-playing .play.active .fa-play:before {
    content: "\f04c";
}

