/*
Title:			Saavn – Music Bridge
Author:			clint@saavn.com

Z-Index Stack:	100 – Main
					200 - Art Wrap
					250 - Overlay
					300 - Track Overlay
					350 - Track List
				199 - Poster Ad Unit
				200 - Player
				300 - Header

Open Sans:		300 - Light
				400 - Regular
				600 - Semibold
				700 - Bold
*/


/* General Reset
--------------------------------------------- */
._SMB a, ._SMB abbr, ._SMB em, ._SMB h1, ._SMB h2, ._SMB h3, ._SMB h4, ._SMB h5, ._SMB li, ._SMB ol, ._SMB p, ._SMB span, ._SMB strong, ._SMB ul {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
._SMB { line-height: 1; }
._SMB div { vertical-align: baseline; }
._SMB img {
	border: none;
	display: block;
	margin: 0;
}
._SMB ol, ._SMB ul { list-style: none; }
._SMB a, ._SMB :focus { outline: none; }
._SMB ._SMB-hide { display: none; }
._SMB ._SMB-clear { clear: both; }
._SMB ._SMB-clr:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#client_embed, #t_embed {
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}


/* Core
--------------------------------------------- */
._SMB {
	background: #5d5d5d;
	box-shadow: inset rgba(0,0,0,.48) 0 0 0 1px, inset rgba(255,255,255,.12) 0 0 0 2px, rgba(0,0,0,.12) 0 2px;
	color: #f3f3f3;
	border: 0;
	border-radius: 3px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	outline: 0;
	position: relative;
	text-align: left;
	vertical-align: baseline;
	width: 300px;
}
._SMB a {
	color: inherit;
	text-decoration: none;
}
._SMB a:hover { color: #fff; }
._SMB-ellip {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

._SMB-meta-title {
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}
._SMB-meta-title em {
	color: #9a9a9a;
	font-style: normal;
	padding-right: 2px;
}
._SMB-meta-alt, ._SMB-meta-extra {
	color: #9a9a9a;
	font-size: 12px;
	line-height: 16px;
}
._SMB-meta-alt a:hover, ._SMB-meta-extra a:hover { color: #aaa; }

._SMB-btn {
	border: none;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin: 0 auto;
	padding: 4px 13px;
	white-space: nowrap;

	-webkit-transition: background 0.17s ease-in-out;
    -moz-transition: background 0.17s ease-in-out;
    -ms-transition: background 0.17s ease-in-out;
    transition: background 0.17s ease-in-out;
}
._SMB-btn._SMB-small {
	font-size: 12px;
	line-height: 19px;
	padding: 3px 9px;
}
._SMB-btn._SMB-green {
	background: #5da629;
	box-shadow: inset #1f1f1f 0 0 0 1px, inset rgba(255,255,255,.26) 0 0 0 2px, rgba(0,0,0,.07) 0 2px 0;
	color: #fff;
}
._SMB-btn._SMB-green strong { text-shadow: rgba(0,0,0,0.21) 0px 1px 0px; }
._SMB-btn._SMB-green:hover { background: #569926; }
._SMB-btn._SMB-green:active {
	background: #549824;
	box-shadow: inset #1f1f1f 0 0 0 1px, inset rgba(0,0,0,.57) 0 0 4px 1px, rgba(0,0,0,.02) 0 1px 0;
}
._SMB-btn._SMB-light {
	background: #ededed;
	box-shadow: inset rgba(0,0,0,.21) 0 0 0 1px, inset #fff 0 0 0 2px, rgba(0,0,0,.04) 0 1px 0;
	color: #626262;
	font-weight: 400;
	text-shadow: none;
}
._SMB-btn._SMB-light:hover { background: #e6e6e6; }
._SMB-btn._SMB-light:active {
	background: #e0e0e0;
	box-shadow: inset rgba(0,0,0,.26) 0 0 0 1px, inset rgba(0,0,0,.21) 0 0 4px 1px, rgba(0,0,0,.02) 0 1px 0;
	color: #575757;
}

._SMB-loader {
	background: #5d5d5d;
	display: none;
	height: 32px;
	left: 17px;
	position: absolute;
	top: 12px;
	width: 34px;
	z-index: 500;
}
._SMB-loader ._SMB-load-track {
	border-radius: 15px;
	box-shadow: rgba(255,255,255,0.2) 0 0 0 3px;
	height: 20px;
	left: 4px;
	position: absolute;
	top: 6px;
	width: 20px;
}
._SMB-loader ._SMB-load-maskee {
	border: 3px solid #bbb;
	border-radius: 12px;
	height: 20px;
	width: 20px;
}
._SMB-loader ._SMB-load-masker {
	height: 12px;
	width: 12px;
	overflow: hidden;
}
._SMB-loader ._SMB-load-spinner {
	height: 26px;
	left: -3px;
	position: absolute;
	top: -3px;
	width: 26px;
}

._SMB-loader._SMB-loading ._SMB-load-spinner {
	-webkit-animation: SMBspin .62s infinite linear;
	-moz-animation: SMBspin .62s infinite linear;
	animation: SMBspin .62s infinite linear;
}
@-webkit-keyframes SMBspin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes SMBspin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes SMBspin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


/* Widget
--------------------------------------------- */
._SMB-widget { height: 390px; }
._SMB-main ._SMB-overlay, ._SMB-main ._SMB-full-art, ._SMB-main ._SMB-art-wrap, ._SMB-main ._SMB-track-overlay, ._SMB-playlist-overlay {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

/* Disabled */
._SMB-disabled {
	background: #eaeaea;
	box-shadow: inset rgba(0,0,0,.26) 0 0 0 1px, inset rgba(255,255,255,.57) 0 0 0 2px, rgba(0,0,0,.06) 0 2px;
}
._SMB-disabled p {
	color: #9a9a9a;
	font-size: 13px;
	line-height: 1.4;
}

/* Header */
._SMB-player {
	height: 34px;
	box-shadow: rgba(0,0,0,.12) 0 -2px 0, inset rgba(0,0,0,.48) 0 1px 0, inset rgba(255,255,255,.12) 0 2px 0;
	//box-shadow: rgba(0,0,0,.21) 0 2px 0, inset rgba(0,0,0,.48) 0 -1px 0, inset rgba(255,255,255,.12) 0 -2px 0;
	position: relative;
	z-index: 300;
}
._SMB-logo {
	background-color: transparent !important;
	background-image: url(/_i/bridge/sprite.png) !important;
	background-repeat: no-repeat !important;
	display: block;
	float: left;
	height: 28px;
	text-indent: -9999px;
}
._SMB-widget ._SMB-full-logo {
	background-position: -200px -50px;
	margin: 4px 0 0 4px !important;
	width: 116px;
}
._SMB-widget ._SMB-full-logo:hover { background-position: -200px 0; }
._SMB-badge ._SMB-logo {
	background-position: -200px -100px;
	width: 30px;
}
._SMB-badge ._SMB-logo:hover { background-position: -200px 0; }

/* Main */
._SMB-main {
	background: #eaeaea;
	cursor: pointer;
	height: 300px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
._SMB-main ._SMB-overlay {
	background: transparent;
	box-shadow: inset rgba(0,0,0,.48) 1px 0 0, inset rgba(0,0,0,.48) -1px 0 0, inset rgba(255,255,255,.26) 2px 0 0, inset rgba(255,255,255,.26) -2px 0 0;
	pointer-events: none;
	z-index: 250;
}
._SMB-main ._SMB-track-overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 21%, rgba(0,0,0,.57) 57%, rgba(0,0,0,.93) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(21%, rgba(0,0,0,0)), color-stop(57%, rgba(0,0,0,.57)), color-stop(100%, rgba(0,0,0,.93)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 21%, rgba(0,0,0,.57) 57%, rgba(0,0,0,.93) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 21%, rgba(0,0,0,.57) 57%, rgba(0,0,0,.93) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 21%, rgba(0,0,0,.57) 57%, rgba(0,0,0,.93) 100%);
	z-index: 300;
}
._SMB-main ._SMB-full-art._SMB-dark-bg { background: #000; }
._SMB-main ._SMB-art-wrap {
	background: transparent url(/_i/bridge/default-art.png) center center no-repeat;
	cursor: pointer;
	margin: -1px;
	overflow: hidden;
	z-index: 200;
}
._SMB-main ._SMB-art-wrap img {
	display: none;
	height: 300px;
	margin: 1px;
	width: 300px;
}

/* Track List */
._SMB-album ._SMB-track-list {
	position: relative;
	text-shadow: rgba(0,0,0,.48) 0 1px 1px;
	z-index: 350;
}
._SMB-track-list ol {
	color: #5d5d5d;
	font-size: 13px;
	list-style: none;
	margin: 0 12px;
	padding: 0;
}
._SMB-track-list li {
	border-bottom: 1px solid rgba(0,0,0,.07);
	/* cursor: pointer; */
	height: 39px;
	line-height: 39px;
	margin: 0;
	padding: 0 0 0 34px;
	position: relative;
}
._SMB-track-list li ._SMB-meta-title {
	font-size: inherit;
	line-height: 39px;
}
._SMB-track-list ._SMB-meta-title, ._SMB-track-list ._SMB-meta-alt { padding-right: 4px; }
._SMB-track-list ._SMB-num, ._SMB-track-list ._SMB-play {
	height: 39px;
	left: -2px;
	line-height: 39px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 34px;
}
._SMB-track-list ._SMB-num {
	color: #9a9a9a;
	z-index: 100;
}
._SMB-track-list ._SMB-play {
	background: transparent url(/_i/bridge/sprite.png) -50px -150px no-repeat;
	display: none;
	height: 27px;
	left: 0;
	top: 6px;
	width: 27px;
	z-index: 101;
}
._SMB-track-list ._SMB-play:active, ._SMB-track-list li:active ._SMB-play { background-position: -50px -200px; }
._SMB-track-list li:hover ._SMB-play { display: block; }
._SMB-track-list li:first-child { padding-top: 2px; }
._SMB-track-list li:first-child ._SMB-num, .track-list li:first-child ._SMB-play { top: 2px; }
._SMB-track-list li:first-child ._SMB-play { top: 8px; }

/* Meta Header */
._SMB-meta-header ._SMB-meta-title {
	color: #eee;
	color: rgba(255,255,255,.9);
	font-size: 14px;
}
._SMB-meta-header ._SMB-meta-alt {
	color: #999;
	color: rgba(255,255,255,.57);
	font-size: 11px;
	width: 210px;
}
._SMB-meta-header ._SMB-meta-small {
	bottom: 15px;
	color: #888;
	color: rgba(255,255,255,.48);
	font-size: 10px;
	position: absolute;
	right: 17px;
}

/* Album */
._SMB-album ._SMB-meta-header {
	/* padding-top: 251px */
	padding: 184px 15px 12px 17px;
	position: relative;
}
._SMB-album ._SMB-track-list li {
	border-bottom: 1px solid rgba(0,0,0,.12);
	border-top: 1px solid rgba(255,255,255,.12);
}
._SMB-album ._SMB-track-list li ._SMB-meta-title {
	color: #f3f3f3;
	color: rgba(255,255,255,.84);
}

/* Playlist */
._SMB-playlist ._SMB-header { box-shadow: inset rgba(0,0,0,.48) 0 -1px 0, inset rgba(255,255,255,.12) 0 -2px 0; }
._SMB-playlist-header {
	box-shadow: rgba(0,0,0,.1) 0 2px 0;
	height: 100px;
	position: relative;
}
._SMB-playlist ._SMB-meta-header {
	bottom: 11px;
	left: 12px;
	position: absolute;
	right: 12px;
	z-index: 200;
}
._SMB-playlist ._SMB-meta-header ._SMB-meta-small {
	bottom: 3px;
	right: 0;
}
._SMB-playlist ._SMB-meta-header ._SMB-meta-title { width: 210px; }
._SMB-playlist ._SMB-meta-header ._SMB-meta-alt { display: none; }

._SMB-playlist-overlay {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.93) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.93) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.93) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.93) 100%);
	z-index: 100;
}
._SMB-playlist-images img {
	float: left;
	height: 100px;
	width: 100px;
}
._SMB-playlist-customimage img {
	float: left;
	height: 100px;
	width: 300px;
}
._SMB-track-list._SMB-with-meta li, ._SMB-track-list._SMB-with-meta ._SMB-num, ._SMB-track-list._SMB-with-meta ._SMB-play { line-height: 48px; }
._SMB-track-list._SMB-with-meta li {
	height: 48px;
	line-height: 17px;
}
._SMB-track-list._SMB-with-meta li ._SMB-meta-title {
	line-height: 17px;
	padding-top: 7px;
}
._SMB-track-list._SMB-with-meta li ._SMB-meta-alt {
	font-size: 11px;
	padding-top: 1px;
}
._SMB-track-list._SMB-with-meta li ._SMB-play { top: 10px; }
._SMB-track-list._SMB-with-meta li:first-child ._SMB-play { top: 12px; }

/* Player */
._SMB-header {
	//box-shadow: rgba(0,0,0,.12) 0 -2px 0, inset rgba(0,0,0,.48) 0 1px 0, inset rgba(255,255,255,.12) 0 2px 0;
	box-shadow: rgba(0,0,0,.21) 0 2px 0, inset rgba(0,0,0,.48) 0 -1px 0, inset rgba(255,255,255,.12) 0 -2px 0;
	height: 56px;
	padding-left: 62px;
	position: relative;
	z-index: 200;
}
._SMB-player-control {
	background: transparent url(/_i/bridge/sprite.png) 0 -50px no-repeat;
	border: none;
	cursor: pointer;
	height: 33px;
	left: 17px;
	opacity: .84;
	position: absolute;
	text-indent: -9999px;
	top: 12px;
	width: 32px;
}
._SMB-player-control.pause { background-position: 0 -100px; }
._SMB-player-control:hover { opacity: 1; }
._SMB-player-meta { padding: 8px 12px 0 0; }
._SMB-player-meta ._SMB-meta-alt { line-height: 17px; }
._SMB-player-meta._SMB-no-alt ._SMB-meta-title { line-height: 39px; }

/* sCrollbars (jquery.sCroll.js) */
.sCroller {
	overflow: hidden;
	position: relative;
}
.sCroll-wrap {
	overflow: hidden;
	overflow-y: scroll;
}
.sCroll-wrap::-webkit-scrollbar {
	height: 0;
	width: 0;
}
.sCroll-bar {
	bottom: 0;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11px;
	z-index: 100;
}
.sCroll-handle {
	background: #848484;
	box-shadow: inset rgba(0,0,0,.34) 0 0 0 1px, rgba(255,255,255,.07) 0 0 0 1px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	min-height: 10px;
	opacity: 0;
	position: absolute;
	right: 2px;
	width: 7px;
	z-index: 101;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.sCroll-bar:hover .sCroll-handle {
	opacity: .7;
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    -ms-transition: opacity 0 linear;
    transition: opacity 0 linear;
}
.sCroll-handle.visible { opacity: .7; }
.sCroller-temp {
	height: 50px;
	left: -200px;
	overflow-y: scroll;
	position: absolute;
	top: -200px;
	width: 50px;
}
.sCroller-temp div.sCroller-temp-stuff { height: 100px; }
.sCroller-temp::-webkit-scrollbar {
	height: 0;
	width: 0;


}
.sCroller._SMB-light .sCroll-handle {
	background: #ccc;
	box-shadow: rgba(0,0,0,.75) 0 0 0 1px;
	width: 6px;
}

/* Disabled */
._SMB-widget._SMB-disabled { text-align: center; }
._SMB-widget._SMB-disabled ._SMB-logo-disabled {
	background: transparent url(/_i/bridge/logo-icon.png) 0 75px no-repeat !important;
	height: 112px;
	float: none;
	padding-top: 84px;
	margin: 0 auto 12px auto;
	width: 126px;
}
._SMB-widget._SMB-disabled p {
	margin-bottom: 12px;
	padding: 0 57px;
}



/* BADGE
--------------------------------------------- */
._SMB._SMB-badge { height: 92px; }
._SMB-art ._SMB-art-wrap, ._SMB-art ._SMB-overlay {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

._SMB-badge-mark {
	bottom: 4px;
	position: absolute;
	right: 5px;
	z-index: 400;
}

._SMB-art {
	cursor: pointer;
	height: 80px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 80px;
	z-index: 300;
}
._SMB-art ._SMB-art-wrap {
	background: transparent url(/_i/bridge/default-player-art.png) center center no-repeat;
	background-clip: border-box;
	background-size: 82px 82px;
	border-radius: 5px;
	margin: -1px;
	overflow: hidden;
}
._SMB-art img {
	height: 82px;
	margin: 1px;
	width: 82px;
}
._SMB-art ._SMB-overlay {
	border-radius: 3px;
	box-shadow: rgba(0,0,0,.57) 0 0 0 1px, inset rgba(255,255,255,.21) 0 0 0 1px;
	pointer-events: none;
}

._SMB-badge ._SMB-header {
	background: transparent;
	box-shadow: none;
	padding-left: 98px;
}
._SMB-badge ._SMB-player-control {
	left: 20px;
	opacity: .93;
	top: 20px;
}
._SMB-badge ._SMB-player-control:hover, ._SMB-badge ._SMB-art:hover ._SMB-player-control { opacity: 1; }
._SMB-badge ._SMB-player-control {
	background-position: -100px -100px;
	height: 41px;
	width: 40px;
}
._SMB-badge ._SMB-player-control.pause { background-position: -100px -150px; }

._SMB-badge ._SMB-meta-extra {
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
	padding: 20px 26px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
._SMB-badge ._SMB-meta-extra strong {
	color: #eee;
	color: rgba(255,255,255,.9);
	font-weight: 400;
}
._SMB-badge ._SMB-meta-extra._SMB-two-line {
	line-height: 13px;
	padding-top: 14px;
}
._SMB-badge ._SMB-meta-extra._SMB-two-line em {
	display: block;
	font-size: 10px;
	font-style: normal;
}

/* Disabled */
._SMB._SMB-badge._SMB-disabled ._SMB-logo-disabled-small {
	background: transparent url(/_i/bridge/logo-icon.2.png) 0 0 no-repeat !important;
	height: 56px;
	float: left;
	padding-top: 0;
	margin: 18px 0 0 19px;
	width: 63px;
}
._SMB._SMB-badge._SMB-disabled p {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 8px;
	padding: 15px 26px 0 95px;
}
._SMB._SMB-badge._SMB-disabled ._SMB-btn { margin-left: 14px; }



/* STAMP
--------------------------------------------- */
._SMB._SMB-stamp {
	height: 125px;
	overflow: hidden;
	width: 125px;
}
._SMB._SMB-stamp ._SMB-art {
	height: 115px;
	left: 5px;
	top: 5px;
	width: 115px;
}
._SMB._SMB-stamp ._SMB-art img {
	height: 117px;
	width: 117px;
}
._SMB._SMB-stamp ._SMB-player-control {
	left: 37px;
	top: 37px;
}
._SMB._SMB-stamp ._SMB-badge-mark {
	bottom: 1px;
	right: 0;
}

._SMB._SMB-stamp ._SMB-flip-btn {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.93) 84%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.93) 84%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.93) 84%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.93) 84%);
	bottom: -1px;
	border-radius: 0 0 4px 4px;
	cursor: pointer;
	font-size: 10px;
	height: 28px;
	left: 0;
	line-height: 26px;
	position: absolute;
	text-shadow: rgba(0,0,0,.69) 0 1px 1px;
	width: 100%;
	z-index: 399;
}
._SMB._SMB-stamp ._SMB-flip-btn span {
	background: transparent url(/_i/bridge/sprite.png) -100px -250px;
	display: block;
	float: left;
	height: 20px;
	margin: 4px 1px 0 3px;
	opacity: .9;
	width: 20px;
}
._SMB._SMB-stamp ._SMB-flip-btn:hover span { opacity: 1; }
._SMB._SMB-stamp ._SMB-back ._SMB-flip-btn {
	background: #5d5d5d;
	background: rgba(93,93,93,.95);
	bottom: 0;
	box-shadow: rgba(0,0,0,.21) 0 -1px 0, inset rgba(255,255,255,.12) 0 0 0 1px, rgba(0,0,0,.12) 0 -2px 1px;
	line-height: 28px;
}
._SMB._SMB-stamp ._SMB-back ._SMB-flip-btn span {
	background-position: -100px -300px;
	margin: 5px 3px 0 4px;
}

._SMB-stamp-card {
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
._SMB-stamp-card ._SMB-card {
	height: 115px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 115px;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
._SMB-stamp-card ._SMB-card._SMB-front {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	z-index: 900;
}
._SMB-stamp-card._SMB-flipped ._SMB-card._SMB-front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	z-index: 800;
}
._SMB-stamp-card ._SMB-card._SMB-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	z-index: 800;
}
._SMB-stamp-card._SMB-flipped ._SMB-card._SMB-back {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	z-index: 900;
}

._SMB-details {
	background: #434343;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,.57) 0 0 0 1px, inset rgba(255,255,255,.21) 0 0 0 1px;
}
._SMB-stamp-list {
	font-size: 10px;
	padding: 0 0 30px 0 !important;
}
._SMB-stamp-list li {
	line-height: 1.3;
	padding: 3px 8px;
}
._SMB-stamp-list strong {
	color: #eee;
	font-weight: normal;
}
._SMB-stamp-list em {
	color: #9a9a9a;
	font-style: normal;
}
._SMB-stamp-list li._SMB-stamp-list-hdr {
	border-bottom: 2px solid #393939;
	border-color: rgba(0,0,0,.12);
	margin-bottom: 2px;
	padding: 6px 8px 5px 8px !important;
}
._SMB-stamp-list li._SMB-stamp-list-hdr strong { font-size: 11px; }

._SMB-stamp ._SMB-loader {
	background: rgba(0,0,0,.48);
	border-radius: 99px;
	box-shadow: inset rgba(255,255,255,.84) 0 0 0 2px, rgba(0,0,0,.48) 0 0 2px 1px;
	height: 40px;
	left: 37px;
	top: 37px;
	width: 40px;
}
._SMB-stamp ._SMB-loader ._SMB-load-track {
	left: 10px;
	top: 10px;
}
._SMB-loader ._SMB-load-maskee {
	border: 3px solid #ddd;
	border-color: rgba(255,255,255,.84);
}
._SMB-stamp ._SMB-player-control._SMB-loading { display: none; }

._SMB-simple-meta { padding: 10px; }
._SMB-simple-meta strong {
	color: #eee;
	font-size: 13px;
	font-weight: normal;
}
._SMB-simple-meta em {
	color: #9a9a9a;
	font-size: 12px;
	font-style: normal;
}

._SMB._SMB-stamp ._SMB-quad img {
	float: left;
	height: 59px;
	margin: 0;
	width: 59px;
}
._SMB._SMB-stamp ._SMB-quad img:nth-child(1), ._SMB._SMB-stamp ._SMB-quad img:nth-child(2) { margin-top: 1px; }
._SMB._SMB-stamp ._SMB-quad img:nth-child(1), ._SMB._SMB-stamp ._SMB-quad img:nth-child(3) { margin-left: 1px; }
._SMB._SMB-stamp ._SMB-quad img:nth-child(2), ._SMB._SMB-stamp ._SMB-quad img:nth-child(4) { margin-right: -2px; }

/* Disabled */
._SMB._SMB-stamp._SMB-disabled { text-align: center; }
._SMB._SMB-stamp._SMB-disabled ._SMB-logo-disabled-small {
	background-position: 0 14px !important;
	float: none;
	margin: 0 auto;
	padding-top: 19px;
	position: static;
}
._SMB._SMB-stamp._SMB-disabled ._SMB-btn { margin: 0; }
._SMB._SMB-stamp._SMB-disabled p { padding: 2px 0 0 0; }


/* BUTTON
--------------------------------------------- */
._SMB._SMB-button {
	background: transparent url(/_i/bridge/smb-button.png) 0 1000px no-repeat;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 106px;
}
._SMB._SMB-button._SMB-button-plain { background-position: 0 0; }
._SMB._SMB-button._SMB-button-plain:hover { background-position: 0 -20px; }
._SMB._SMB-button._SMB-button-plain.pause, ._SMB._SMB-button._SMB-button-plain.pause:hover { background-position: 0 -40px; }
._SMB._SMB-button._SMB-button-stack {
	background-position: 0 -100px;
	height: 56px;
	width: 56px;
}
._SMB._SMB-button._SMB-button-stack.pause { background-position: 0 -156px; }

._SMB-button ._SMB-player-control {
	background: transparent;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
._SMB-button ._SMB-loader {
	background: #fff;
	height: 26px;
	left: 2px;
	top: 2px;
	width: 52px;
}
._SMB-button ._SMB-loader ._SMB-load-track {
	box-shadow: rgba(93,93,93,0.2) 0 0 0 3px;
	height: 14px;
	left: 19px;
	width: 14px;
}
._SMB-button ._SMB-loader ._SMB-load-spinner {
	height: 20px;
	width: 20px;
}
._SMB-button ._SMB-loader ._SMB-load-masker {
	height: 10px;
	width: 10px;
}
._SMB-button ._SMB-loader ._SMB-load-maskee {
	border: 3px solid #5b5b5b;
	height: 14px;
	width: 14px;
}


/* Widget Ad Overlay
--------------------------------------------- */
._SMB-widget-adu {
	background: transparent;
	bottom: 34px;
	height: 300px;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 300px;
	z-index: 199;

	-webkit-transition: background 0.17s ease-in-out;
    -moz-transition: background 0.17s ease-in-out;
    -ms-transition: background 0.17s ease-in-out;
    transition: background 0.17s ease-in-out;
}
._SMB-widget-adu ._SMB-adu-wrap {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;

	-webkit-transition: top 0.34s ease-in-out;
    -moz-transition: top 0.34s ease-in-out;
    -ms-transition: top 0.34s ease-in-out;
    transition: top 0.34s ease-in-out;
}
._SMB-widget-adu ._SMB-unit {
	background: #000;
	box-shadow: rgba(0,0,0,.57) 0 0 7px;
	bottom: 0;
	height: 250px;
	left: 0;
	position: absolute;
	width: 300px;
	z-index: 100;
}
._SMB-widget-adu ._SMB-close {
	background: transparent url(/_i/bridge/sprite.png) -100px -200px no-repeat;
	cursor: pointer;
	bottom: 260px;
	font-size: 0;
	height: 26px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	width: 26px;
	z-index: 200;
}
._SMB-widget-adu._SMB-ad-show {
	background: rgba(0,0,0,.62);
	pointer-events: auto;
}
._SMB-widget-adu._SMB-ad-show ._SMB-adu-wrap { top: 0; }


/* Windoze
--------------------------------------------- */
._SMB-saavn-remote.ie img { -ms-interpolation-mode: bicubic; }
._SMB-saavn-remote.ie ._SMB-overlay, ._SMB-saavn-remote.ie ._SMB-widget-adu { display: none !important; }
._SMB-saavn-remote.ie ._SMB-widget-adu._SMB-ad-show { display: block !important; }

._SMB-saavn-remote.ie9 ._SMB-main ._SMB-track-overlay,
._SMB-saavn-remote.ie8 ._SMB-main ._SMB-track-overlay,
._SMB-saavn-remote.ie7 ._SMB-main ._SMB-track-overlay {
	background: transparent url(/_i/bridge/_ie/full-art-overlay.png) 0 0 repeat-x;
}
._SMB-saavn-remote.ie9 ._SMB-playlist-overlay,
._SMB-saavn-remote.ie8 ._SMB-playlist-overlay,
._SMB-saavn-remote.ie7 ._SMB-playlist-overlay {
	background: transparent url(/_i/bridge/_ie/playlist-overlay.png) 0 0 repeat-x;
}

._SMB-saavn-remote.ie9 ._SMB._SMB-stamp ._SMB-front ._SMB-flip-btn,
._SMB-saavn-remote.ie8 ._SMB._SMB-stamp ._SMB-front ._SMB-flip-btn,
._SMB-saavn-remote.ie7 ._SMB._SMB-stamp ._SMB-front ._SMB-flip-btn {
	background: transparent url(/_i/bridge/_ie/stamp-overlay.png) 0 0 repeat-x;
}

._SMB-saavn-remote.ie9 ._SMB-loader,
._SMB-saavn-remote.ie8 ._SMB-loader,
._SMB-saavn-remote.ie7 ._SMB-loader {
	background: #5d5d5d url(/_i/bridge/_ie/player-spinner.gif) center center no-repeat;
}
._SMB-saavn-remote.ie9 ._SMB-button ._SMB-loader,
._SMB-saavn-remote.ie8 ._SMB-button ._SMB-loader,
._SMB-saavn-remote.ie7 ._SMB-button ._SMB-loader {
	background: #fff url(/_i/bridge/_ie/button-spinner.gif) center center no-repeat;
}
._SMB-saavn-remote.ie9 ._SMB-loader *,
._SMB-saavn-remote.ie8 ._SMB-loader *,
._SMB-saavn-remote.ie7 ._SMB-loader * {
	display: none !important;
}










