@font-face {
	font-family: DejaVu ;
	src: url('DejaVuSans.ttf');
  font-weight: normal;
}

@font-face {
  font-family: DejaVu ;
  src: url('DejaVuSans-Bold.ttf');
  font-weight: bold;
}

@font-face {
	font-family: Cartoon ;
	src: url('Cartoon_Regular.ttf');
}

* {
	padding:0;
	margin:0;
}
html, body {
	font-family: DejaVu, sans-serif;
}

body {
  background-color: #121212;
  color: #9A9A9A;
  font-size: 0.8em;
  padding-top: 60px;
}

a, a:hover, a:visited { color: #FFB800; text-decoration: none; cursor: pointer }
a:active { color: #FFCA40 }

.hidden {	display: none;}
.center {	text-align: center;}
.middle {	vertical-align:middle;}
.top {vertical-align: top}
.left {	text-align: left;}
.right {	text-align: right;}
.table {	display: table;}
.row {	display: table-row;}
.cell {	display: table-cell;}
.airin {	padding: 15px 10px;}
.bigbottom {	padding-bottom: 30px;}
.airnobottom { padding: 15px 20px 0 20px; }
.vertical-air { padding: 10px 0; }
.vertical-little-air {padding: 5px 0;}
.littletrans { opacity: 0.6; }
.pointer { cursor: pointer; }
.smaller { font-size: 0.9em;}
.bigger {font-size: 1.2em;}
.clear { clear: both; color: rgba(0,0,0,0); }
.overmeup > span{ padding-top: 5px; border-top: 2px solid #BF9730; }
.floatright { float: right;}
.floatleft { float: left;}
.link, .linkOnHover:hover {	cursor: pointer;	color: #BF9730; }
.linkHover:hover { 
  border-radius: 3px;
  background-color: rgba(255,255,255,0.1); 
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.relative { position: relative; }
.hundredPercentWidth {width: 100%}
.grippie {
	background: url("grippie.png") no-repeat scroll 50% 50% #3C3C3C;
	-moz-user-select: none;
	-webkit-user-select: none;
    border-radius: 0 0 5px 5px;
}

header, nav, article, footer, section, aside {	display: block;}

footer {
	float: none;
	clear: both;
	margin-top: 5px;
	padding: 2px 10px;
	background: -webkit-linear-gradient(top,  
				#444444 0%,  
				#343434 15%,
				#343434 85%,
				#121212 100%);
	background: -moz-linear-gradient(top,  
				#444444 0%,  
				#343434 15%,
				#343434 85%,
				#121212 100%);
    background: linear-gradient(top,  
                #444444 0%,  
                #343434 15%,
                #343434 85%,
                #121212 100%);
	border-radius: 5px;
	position: relative;
}

footer .langChooser {
	position: absolute;
	right: 10px;
	top: 0px;
}

footer .langChooser select {
	width: 100px;
	font-size: 0.8em;
}

button {
  text-shadow: #121212 0px 1px 1px;
  border-radius: 3px;
    background: -webkit-linear-gradient(top,  
                #595959 0%,  
                #454545 25%,
                #454545 75%,
                #393939 100%);
  background: -moz-linear-gradient(top,  
                #595959 0%,  
                #454545 25%,
                #454545 75%,
                #393939 100%);
  background: linear-gradient(top,  
                #595959 0%,  
                #454545 25%,
                #454545 75%,
                #393939 100%);
  padding: 2px 4px;
  cursor: pointer;
  background-color: #232323;
  border: 1px solid rgba(200,200,200,0.3); 
  color: #9A9A9A;
  font-size: 0.95em;
  -moz-user-select: none;
  -webkit-user-select: none;
}

button.bigair {
  margin: 0 10px;
}

button.risky {
	color: rgba(180, 0, 0, 0.6);
	border: 1px solid rgba(180, 0, 0, 0.3);
	text-shadow: #808080 0px 0px 10px;
	font-size: 1.2em;
	font-weight: bold;
}

button[disabled] {
  background-color: #898989;
  
}

button:hover {
  background-image: linear-gradient(top,  #696969,  #454545);
  background-image: -webkit-linear-gradient(top,  #696969,  #454545);
  background-image: -moz-linear-gradient(top,  #696969,  #454545);
}

button:active {
  background-image: linear-gradient(top,  #343434,  #595959);
  background-image: -webkit-linear-gradient(top,  #343434,  #595959);
  background-image: -moz-linear-gradient(top,  #343434,  #595959);
}

button[disabled], button[disabled]:active, button[disabled]:hover {
  color: #898989;
  background-color: #787878;
  background-image: none;
}

img {	border: none; }
ul, li { margin: 0; padding:0 }
nav ul li, ol.steps li{ display: inline}

/********** FORMSSSSS */

input,select {
	width: 300px;
	border: 0px;
	background: #121212 url(microtile.png) 0% 0% repeat-x;
	border-radius: 3px;
	color: #086FA1;
}

input:hover,select:hover {
	color: #FFB800;
}

input[type=button] {
	width: 200px;
}

input[type=button]:hover {
	cursor: pointer;
}

section > h1 {
		color: #086FA1;
}

#containerWrap {	text-align:center; position: relative;}

#container {
	text-align:left;
	min-width: 1024px;
	margin:0px;
	opacity: 0;
/* 	position: relative; */
}

#beautyFade {
	position: absolute;
	width: 100%;
}

#initialLoading {
  margin: 50px auto;
  padding-top: 100px;
  width: 400px;
  height: 130px;
  text-align: center;
  font-size: 1.8em;
  color: rgba(255,255,255,0.7);
  border-radius: 5px;
  border: 2px solid rgba(255,255,255,0.1);
  background: linear-gradient(top,  #232323,  #343434);
  background: -webkit-linear-gradient(top,  #232323,  #343434);
  background: -moz-linear-gradient(top,  #232323,  #343434);
}

#browserNotSupported  {
  display: none;
  font-size: 1.2em;
  text-align:center;
  width: 500px;
  margin: 100px auto;
}

/**   main Navigation */

#container > nav {
	margin-bottom: 20px;
	background: #343434;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}

#container > nav > ul {
	display: inline-block;
	list-style-position:outside;
}

#container > nav > ul > li {
	position: relative; /* for review reminder */
	display: inline-block;
	padding: 4px 10px 8px 10px;
	color: #BF9730;
	cursor: pointer;
	vertical-align: middle;
	-moz-user-select: none;
	-webkit-user-select: none;
    transition-property: background-color;
    transition-duration: 0.8s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.8s;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.8s;  
}

#container > nav > ul > li:hover {
	background: #494949;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#container > nav > ul > li.active {
	cursor: auto;
	background: #BF9730;
	color: #343434;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}



#container > nav > ul > li > div:first-child {
	font-size: 1.4em;	font-weight: bold;
}
#container > nav > ul > li > div:last-child {
	padding-top: 3px;	font-size: 0.8em;
}

#container > nav .overlay {
	position: absolute;
}


#library article.songlist {
	position: relative;
	
} 

#library .showHideExtended { 
	padding: 5px 20px; background-color: #454545; text-align: center;
	border-top-right-radius: 5px;border-top-left-radius: 5px;
}

#library article.songlist div.pageTitle {margin-bottom: 20px;}
#library article.songlist .extendedInfosContainer { text-align: center; background-color: #454545;}
#library article.songlist.genrePage .extendedInfosContainer { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
#library article.songlist .extendedInfos { height: 200px; vertical-align: middle; display: inline-block; }
#library article.songlist .extendedInfos .part3 {width: 211px; margin: 5px;}
#library article.songlist .extendedInfos .part2 {width: 330px; margin: 5px;}
#library article.songlist .extendedInfos .part { display: inline-block; vertical-align: top;border: 4px solid #393939;
border-radius: 5px;
background-image: -webkit-linear-gradient(-50deg,#343434,#3F3F3F 10%,#343434 30%);
background-image: -moz-linear-gradient(-50deg,#343434,#3F3F3F 10%,#343434 30%);
background-image: linear-gradient(-50deg,#343434,#3F3F3F 10%,#343434 30%);
}
#library article.songlist .extendedInfos .part > div {text-align: center; font-size: 1.2em; padding: 4px 0; color: #086FA1;}
#library article.songlist .extendedInfos .part > ul {list-style: none; height: 140px; overflow: auto; 
background-color: rgba(200,200,200,0.05);padding: 5px 3px;text-align: left;}
#library article.songlist .extendedInfos .part li {font-size: 0.9em; cursor: pointer; 
transition: color 0.5s linear; -moz-transition: color 0.5s linear; -webkit-transition: color 0.5s linear; }
#library article.songlist .extendedInfos .part li:hover { color: #BF9730; }

article.songlist div.controls {
	position: relative;
	padding-bottom: 20px;
	margin-top: 20px;
/* 	margin-bottom: 20px; */
	min-height: 29px;
	text-align: right;
}

article.songlist div.controls button{
	margin: 0 10px;
}

#library .albumWidget {
	border-bottom: 1px solid #454545;
	padding-top: 8px;
	-webkit-transition: background 0.4s;
}

#library .albumWidget:hover {	background: #454545; }

#library .albumWidget .head {
	height: 134px;
	overflow: auto;
}

#library .albumWidget .head img {
	float: left;
	border: 1px solid #454545;
	margin: 1px;
	cursor: pointer;
}

#library .albumWidget .head img.hover, #library .oneAlbum img.hover {
    box-shadow: 0 0 1px 1px #BF9730;
}

#library .albumWidget .albumInfos { margin-left: 133px; }
#library .albumWidget .albumName { padding-bottom: 3px; cursor: pointer; }
#library .albumWidget .albumName .name { font-size: 1.2em; color: #086FA1; }
#library .albumWidget .albumName .otherInfos {
	font-size: 0.9em;
	color: rgba(154, 154, 154, 0.8);
	padding-left: 10px;
}
#library .albumWidget .oneArtist:hover, #library .albumWidget .oneGenre:hover, #library .albumWidget .albumName:hover, #library .albumWidget .albumName .name:hover {
	color: #BF9730;
	cursor: pointer;
}

#library .oneArtist:not(:last-child):after, #library .oneGenre:not(:last-child):after {
	content: ", ";
}

#library .albumWidget .albumGenres {
	padding-top: 5px;
}

#library .albumWidget .list { padding: 5px 30px; display:none;}
#library .albumWidget .list .album {display: none;}
#library .albumWidget .hideSongs { display: none; }


#main {
	min-width: 705px;	/* #container.width - aside.width */
	margin: 0 311px 10px 1px;
	background-color: #343434;
	border-radius: 3px;
    transition: margin-right 0.5s;
	-moz-transition: margin-right 0.5s;
	-webkit-transition: margin-right 0.5s;
}

#main .infoBar {
background-color: #444;
padding: 10px;
border: 9px solid  #393939;
border-radius: 5px;
}

body.noplaylist #main {
	margin-right: 0px;
    transform: margin-right 0.5s;
	-moz-transform: margin-right 0.5s;
	-webkit-transform: margin-right 0.5s;
}

html.csstransitions #main > div {
    transition-duration: 0s;
    transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
/*     transform: scale(0,0) ; */
/*     transform-origin: 50% 0; */
/* 	-moz-transform: scale(0,0) ; */
/* 	-moz-transform-origin: 50% 0; */
/* 	-webkit-transform: scale(0.2,0.2); */
/* 	-webkit-transform-origin: 50% 0; */
	opacity: 0;
}

html.csstransitions #main > div.active {
    transition-duration: 0.4s;
    transition-property: opacity;
    -moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	opacity: 1;
}



#main div.pleaseWait{
  text-align: center;
  height: 250px;
  width: 350px;
  margin: auto;
  padding-top: 100px;
  font-weight: bold;
  font-size: 1.5em;
}

ul.nomark {	list-style-type: none; list-style: none;}

span.actiontext {
	color: #FFB800;
	font-size: 2em;
	font-weight: bold;
}

/* upload */

article.upload {
	padding: 0 10px;
}

article.upload form {
	padding: 30px 0 30px 150px;
}

/* review */

article.review .form_error {
	margin: 2px 0px 0px 0px ;
	padding: 2px;
	background-color: #FF6840;
	color: #121212;
	border: 1px solid #A62300;
	border-radius: 3px;	
}

/* library !!!*/
#library { position: relative; }
#library section, #my div[name=songs] section, #my div[name=likes] section { height: 450px; overflow: auto;}
#library article > .innerLoading, #my article > .innerLoading {
	position: absolute;
	right: 30px;
	height: 20px;
/* 	vertical-align: middle; */
	text-align: center;
	color: #232323;
	border: 1px solid rgba(0,0,0,0.5);
	background-color: rgba(154,154,154,0.7);
	padding: 0 10px;
	border-radius: 10px;
}
#library .list, #my .list { display: table; width: 100%; margin: 0;}

#main .song > span.artist > span:hover {
    cursor: pointer;
    color: #BF9730;
}

#main .song > span.artist > span.secondaryArtist:not(:last-child):after,
#playlist .song > span.artist > span.secondaryArtist:not(:last-child):after{
  content: ", ";
}

#my article.review.empty, #library .list.empty, #my .list.empty { padding: 20px 0 20px 10px; font-size: 1.2em;} 
#library .song, #my .song, #results .song { display: table-row; }
#library .song, #my .song, #results .song {
transition-property: opacity,background-color;
transition-duration: 0.3s;
-moz-transition-property: opacity,background-color;
-moz-transition-duration: 0.3s;
-webkit-transition-property: opacity,background-color;
-webkit-transition-duration: 0.3s;
}
#library .song:nth-child(even), #my .song:nth-child(even), #results .song:nth-child(even) { background-color: #121212; }
#library .song:nth-child(odd), #my .song:nth-child(odd), #results .song:nth-child(odd) { background-color: #232323; }

#library .song.selected:nth-child(even), #my .song.selected:nth-child(even), #playlist .song.selected:nth-child(even),#results .song.selected:nth-child(even) { background-color: #03334A; }
#library .song.selected:nth-child(odd), #my .song.selected:nth-child(odd), #playlist .song.selected:nth-child(odd),#results .song.selected:nth-child(odd) { background-color: #054768; }

#library .song.dragging, #my .song.dragging, #playlist .song.dragging { 
	opacity: 0.3;
    transition-property: opacity;
    transition-duration: 0.3s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.3s;
}

#library .song:hover, #my .song:hover { background-color: #343434; }

#library .add, #library .title, #library .artist, #library .album, #library .length,
#results .add, #results .title, #results .artist, #results .album, #results .length,
#my .add, #my .title, #my .artist, #my .album,  #my span.review,  #my .length {
	display: table-cell; padding: 1px 5px 1px 0;
}

#my .edit { display: table-cell; padding: 1px 0px 1px 5px; }

#library .add, #my .add, #my span.review  { cursor: pointer; }

#library > nav ul, #my > nav ul, #welcome > nav ul { 
  border-radius: 3px;
/*  background: linear-gradient(top,
                rgb(100,100,100) 0%,
                rgb(52,52,52) 10px);
   background: -webkit-linear-gradient(top,  
                rgb(100,100,100) 0%,
                rgb(52,52,52) 10px);
  background: -moz-linear-gradient(top,  
                rgb(100,100,100) 0%,
                rgb(52,52,52) 10px);*/
}

#main > div > nav ul li {
  border-radius: 3px;
  display: inline-block; margin: 0px; padding: 5px 5px 5px 5px;
  color: #3CA0D0; cursor: pointer;
  -moz-user-select: none; -webkit-user-select: none;
  font-size: 1.1em;
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
}

#main > div > nav ul li:hover { background-color: rgba(200,200,200,0.15);} 

#main > div > nav ul li.active {
  cursor: auto; 
  color: #9A9A9A;
  text-shadow: #121212 0 1px 1px;
  background: rgb(8,111,161);
}

#library article, #my article {
	margin: 0 0 10px 0;
/* 	padding-top: 20px; */
	position: relative;
}

#library nav {
	position: relative;
}

#library article h2 {
	padding: 0 0 10px 10px;
}

#library article h2 span.link {
/* 	font-size: 11px; */
	font-weight: normal;
/* 	padding-left: 50px; */
}

article div.refreshList {
	position: absolute;
	top: 2px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	color: #232323;
    background: linear-gradient(top, rgba(191,151,48,0.8), rgba(191,151,48,0.5));
	background: -webkit-linear-gradient(top, rgba(191,151,48,0.8), rgba(191,151,48,0.5));
	background: -moz-linear-gradient(top, rgba(191,151,48,0.8), rgba(191,151,48,0.5));
	border-radius: 5px;
}

#library div[name=artists] div[name='_all_'] {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  position: relative;
}

#library div[name=artists] .loading {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
}

#library div[name=artists] .loading > div{
  background-color: rgba(255,255,255,0.4);
  width: 60%;
  margin: 10px auto;
  padding: 20px 0;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #343434;
  border-radius: 9px;
  border: 4px solid rgba(0,0,0,0.2);
  -webkit-animation-duration: 2s;
  -webkit-animation-name: bgcolor;
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-direction: alternate;  
}

 @-webkit-keyframes bgcolor {
    from {
	  background-color: rgba(255,255,255,0.4);
    }
    to {
      background-color: rgba(255,255,255,0.1);
    }
  }

#library .artistLetter {
  padding: 5px 0;
/*   border-bottom: 1px solid #9A9A9A; */
  margin: 0 10px 10px 10px;
}

#library .artistLetter h3 {
  font-size: 1.2em;
  padding-left: 30px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #565656;
}

#library .artistLetter > div {
  padding-left: 10px;
}

#library article.artistPage h1, #library article.albumPage h1,  #library article.genrePage h1  {
  display: inline;
  font-weight: normal;
  text-shadow: 1px 1px 2px #595959, -1px -1px #121212;
}

#library article.artistPage h2  {
  font-weight: normal;
  font-size: 1.25em;
  text-shadow: 1px 1px 2px #595959, -1px -1px #121212;
  border-bottom: 1px solid #565656;
  margin-bottom: 20px;
/*   max-width: 500px; */
}

#library article.artistPage h3 {
  border-bottom: 1px solid #565656; padding-bottom: 5px; margin-bottom: 10px
}

#library article.artistPage [name=all] {
  font-weight: normal;
}

#library article.artistPage div.list .album {
  display: none;
}

#library article.artistPage div.list,  #library article.albumPage div.list{
  min-width: 500px
}

#library article.artistPage .oneAlbum.mediumImage div.list,  #library article.albumPage.mediumImage div.list{
  min-width: 428px
}

#library article.artistPage div.hits div.list {
  width: initial;
}

#library article.artistPage div.list span.title, #library article.artistPage div.list span.artist{
  padding: 0 20px;
}


#library article.artistPage div.hits, #library article.artistPage div.all {
  margin-top: 20px;
}

#library article.artistPage .oneAlbum {
	background-color: #3D3D3D;
	padding: 10px 0;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 30px;
}


#library article.artistPage .oneAlbumRow .cell:first-child, #library article.albumPage .oneAlbumRow .cell:first-child {
  padding-top: 5px;
  padding-left: 5px;
  width: 128px;
}

#library article.artistPage .oneAlbum.mediumImage .oneAlbumRow .cell:first-child, #library article.albumPage.mediumImage .oneAlbumRow .cell:first-child {
  width: 200px;
}

#library article.artistPage .albumContents, #library article.albumPage .albumContents {
  padding-left: 10px;
  padding-right: 5px;
}

#library article.artistPage .albumControls, #library article.albumPage .albumControls {
  padding-bottom: 10px;
}

#library article.artistPage .artistGenre:not(:last-child):after,
#library article.artistPage .artistLink:not(:last-child):after,
#library article.albumPage .artistLink:not(:last-child):after  { display: inline; content: " , "; color: #9F9F9F; }

#library article.artistPage div.refresh { padding-top: 30px;}

#library .albumPage .list .album {display: none}
#library .albumPage .oneAlbum  {
	padding: 10px 0;
	width: 100%;
	margin-bottom: 20px;
}
#library article.albumPage h3 {display: inline;}
#library article.albumPage .albumTitle { border-bottom: 1px solid #565656; padding-bottom: 5px; margin-bottom: 10px }
#library article.albumPage .relatedArtists { margin-bottom: 20px; }

#library .genresLanding {
	margin: 10px;
}

#library .topic_category {
	padding: 10px 5px;
}

#library div[name=genres] div.genre {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-bottom: 25px;
}

#library div[name=genres] div.genre:nth-child(odd) {
	padding-right: 10px;
}


#library div[name=genres] div.genre > span {
	font-size: 1.1em;
	cursor: pointer;
	padding-left: 10px;
}


#library div[name=genres] div.genresub span.artistName:hover {
	color: #D6A935;
}

#library div[name=genres] div.genresub span.all { cursor: pointer; }
#library div[name=genres] div.genresub span.all:hover { color: #AFAFAF; }

#library .albumMini {
	width: 150px;
	height: 150px;
	padding: 5px;
	border: 1px solid #232323;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
    background: linear-gradient(30deg, #222222, #343434);
	background: -webkit-linear-gradient(30deg, #222222, #343434);
	background: -moz-linear-gradient(30deg, #222222, #343434);
	position: relative;
	margin: 2px;
/* 	vertical-align: middle; */
}
#library .albumMini img{
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
	-webkit-transform: scale(0.8); 
	-webkit-transform-origin: center;
    transform: scale(0.8);
    transform-origin: center center;
	-moz-transform: scale(0.8);
	-moz-transform-origin: center center;
	vertical-align: middle;
	box-shadow: -2px 2px 3px rgba(255,255,255,0.1), 2px -2px 3px rgba(0,0,0,0.15);
}

#library .albumMini.opened img{
  -webkit-transform: scale(1);
  transform: scale(1);
}

#library .albumMini img:hover{
	box-shadow: 0 0 4px rgba(150,150,150,0.6);
}

#library .albumMini .albumTitle{
  position: absolute;
  left: 1px;
  bottom:1px;
  width: 156px;
  height: 16px;
  padding: 4px 1px 0 1px;
  background-color: rgba(0,0,0,0.15);
  font-size: 0.85em;
  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}

#library .albumMini .arrow { 
  opacity: 0;
  position: absolute;
  margin-left: -7px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid blue;
  bottom: 0px;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#library .albumMini .arrow2 {
  opacity: 0;
  position: absolute;
  margin-left: -7px;
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #FFFFFF;
  bottom: 0px;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
  
#library .albumMini.opened .arrow {
  opacity: 1;
  bottom: -13px;
}
#library .albumMini.opened .arrow2 {
  opacity: 1;
  bottom: -15px;
}

#library .albumsLanding menu {
	padding: 10px 0;
}
#library .albumsLanding .tocLabel {
	text-align: center;
	font-size: 1.1em;
}

#library .albumsLanding .tocAll {
	text-align: right;
}

#library .albumsLanding .toc {
	text-align: center;
	color: #BF9730;
	font-size: 1.1em;
	padding: 10px 0;
}

#library .albumsLanding .letter {
	padding: 0 2px;
	cursor: pointer;
	border: 1px solid transparent;
	display: inline-block;
    transition: transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
}

#library .albumsLanding .letter:hover {
	border: 1px solid rgba(150,150,150,0.5);
    background: linear-gradient(100deg, #232323 30%, #3F3F3F 100%);
	background: -webkit-linear-gradient(100deg, #232323 30%, #3F3F3F 100%);
	background: -moz-linear-gradient(100deg, #232323 30%, #3F3F3F 100%);
    transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	
}

#library .albumsLanding .letter.active {
    background: linear-gradient(100deg, #232323 30%, #3F3F3F 100%);
	background: -webkit-linear-gradient(100deg, #232323 30%, #3F3F3F 100%);
	background: -moz-linear-gradient(100deg, #232323 30%, #3F3F3F 100%);
    box-shadow: 0 0 1px rgba(0,0,0,1);
}

#library .albumCoversContent .albumrow, #library .albumCoversContent .albumDetails {
  width: 670px;
  margin: auto;
}
#library .albumCoversContent .albumrow { text-align: center }

#library .albumCoversContent .albumDetails {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px;
  display: none;
}

#library .albumCoversContent .albumDetails .head {
  padding: 10px;
  min-height: 128px;
}

#library .albumCoversContent .albumDetails .head > img {
  float: right;
  border: 1px solid #121212;
}

#library .albumCoversContent .albumDetails .head .infos{
  margin-right: 130px; 
}
#library .albumCoversContent .albumDetails .albumTitle{
  font-size: 1.4em;
  padding-bottom: 5px;
  font-weight: bold;
}

#library .albumCoversContent .albumDetails .albumArtist:not(:last-child):after{
  content: ",";
}

#library .albumCoversContent .albumDetails .controls{
  padding-top: 15px;
  padding-bottom: 30px;
}

#library .albumCoversContent .albumDetails .controls {
  text-align: center;
}

#library .albumCoversContent .albumDetails .songsList{
  margin-left: 20px;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  list-style-position: inside;
}

#my article.plm { margin-top: 10px;}

#my .plm-list-container {
	float: left; width: 110px; background-color: #121212; padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#my .plm-list-container h1 {
	margin:2px 0 2px 0; padding: 0 0 2px 0; font-size: 1em; text-align: center; font-weight: bold;
	border-bottom: 1px solid #232323;
}

#my .plm-list-container .plm-list-item {
	margin:0; padding: 2px 0 2px 2px; border-bottom: 1px solid #232323;
	font-size: 0.85em; cursor: pointer;
}

#my .plm-list-container .plm-list-item:hover { background-color: #232323; }
#my .plm-list-container .plm-list-item.active {
	background-color: #232323; cursor:auto; color: #FFB800; font-weight: bold;
}

#my .plm-list-container .plm-new-container { padding: 10px 0; }

#my .plm-list-container .plm-new { padding: 10px 0 0 5px; font-size:0.85em; }

#my .plm-list-container .plm-new-form { padding: 10px 0px; background-color: #232323;
	font-size:0.85em;
}

#my .plm-list-container .plm-new-form input {
	width: 100px; margin: 0;
	background: #343434; padding: 0; font-size:0.85em;
}

#my .plm-content-container { 
  margin-left: 112px; 
  margin-right: 1px; 
  padding-left: 1px;
  background-color: #232323;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

@media screen and (min-width: 1224px) {
  #my .plm-list-container { width: 200px; }
  #my .plm-content-container { margin-left: 202px; }
}

#my .plm-content-container .rpl {
	padding: 20px 0 10px 0;
}

#my .plm-content-container .rpl .empty{
	padding: 30px 10px; width: 500px; margin: auto;
	background-color: #232323; border-radius: 3px;
}

#my .plm-content-container .rpl .list{
	margin: 0;	width: 100%; background-color: #232323;	display: table;	font-size: 0.85em; margin-bottom: 30px;
}

#my .plm-content-container .rpl .list.hidden{ display: none; }
#my .plm-content-container .rpl.hoverbottom .list{ border-bottom: 2px solid #BF9730; }
#my .plm-content-container .rpl.hovertop .list{ border-top: 2px solid #BF9730; }
#my .plm-content-container .rpl .list .song { display: table-row;	width: 100%; }
#my .plm-content-container .rpl .list .song.hover span {
  -moz-box-shadow: inset 0 -2px 0 #BF9730;
  -webkit-box-shadow: inset 0 -2px 0 #BF9730;
  box-shadow: inset 0 -2px 0 #BF9730;
}

#my .plm-content-container .rpl .list .song .edit { display: none; }

#my .plm-content-container .rpl .list .song .add,
#my .plm-content-container .rpl .list .song .title,
#my .plm-content-container .rpl .list .song .artist,
#my .plm-content-container .rpl .list .song .album,
#my .plm-content-container .rpl .list .song .length,
#my .plm-content-container .rpl .list .song .remove,
#my .plm-content-container .rpl .list .song .add 
{ display: table-cell; }

#my .rpl .controls {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
  background-color: #232323;
  padding: 5px;
}

#my .rpl .controls > button {
  margin: 0 10px;
}

#my .rpl .rename {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
  background-color: #232323;
  padding: 5px;
}


#my div[name=songs], #my div[name=likes] {
	padding: 10px 5px;
}

#my div.uploadDropBox {
/*   width: 200px; */
  height: 150px;
  margin: 20px;
  padding: 10px;
  border: 2px solid rgba(200,200,200,0.3);
/*   background: url("128x128/actions/go-jump.png") center center no-repeat; */
  background-color: #121212;
  vertical-align:middle;
  text-align:center;
  border-radius: 5px;
  color: #CCC;
  text-shadow: #121212 1px 1px 2px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#my div.uploadDropBox .imageReview {
	display: inline-block;
	width: 128px;
	height: 128px;
	position: relative;
	
}
#my div.uploadDropBox .remove { 
	position: absolute;
	top: 48px;
	left: 48px;
	display: none;
	cursor: pointer;
}

#my div.uploadDropBox .imageReview:hover .remove { 
	display: block;
}

#my div.uploadDropBox .imageReview:hover img:first-child { 
	opacity: 0.7;
}

#my div.uploadDropBox div.label {
	margin-bottom: 10px;
	color: #3CA0D0;
}

#my div.uploadDropBox canvas {
	display: inline-block;
}

#my article.invites {
	padding: 10px 5px;
}

/* playlist */

aside {
  width: 300px;
  background-color: #343434;
  float: right;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px 1px 10px 1px;
  margin: -20px 1px 10px 0;
  transition: box-shadow 0.5s ease-out, opacity 0.5s, top 0.3s;
  -webkit-transition: box-shadow 0.5s ease-out, opacity 0.5s, top 0.3s;
  -moz-transition: -moz-box-shadow 0.5s ease-out, opacity 0.5s, top 0.3s;
  position: relative;
  top: 0px;
}

body.wide aside {
	top: -70px;
	padding-top: 0px;
    margin-top: 0px;
    transition: box-shadow 0.5s ease-out, opacity 0.5s, top 0.3s, padding 0.5s;
	-webkit-transition: box-shadow 0.5s ease-out, opacity 0.5s, top 0.3s, padding 0.5s;
	-moz-transition: -moz-box-shadow 0.5s ease-out, opacity 0.5s, top 0.3s, padding 0.5s;
}


body.noplaylist aside {
/* 	display: none; */
	opacity: 0;
    transition: opacity 0.5s;
	-webkit-transition:  opacity 0.5s;
	-moz-transition: opacity 0.5s;
	
}

aside.highlighted {
	box-shadow: inset 0 0 10px #F9C53E;
    transition: box-shadow 0.5s ease-in;
	-moz-box-shadow: inset 0 0 10px #F9C53E;
	-webkit-transition: box-shadow 0.5s ease-in;
	-moz-transition: -moz-box-shadow 0.5s ease-in;
}

aside .manager {
  text-align: center;
  margin: 10px auto 0px auto;
}

aside .manager button { margin: 0 5px; }
aside .saveplaylist input[type=text] { width: 170px; }
aside .saveplaylist input[type=button] { width: 80px; }
aside .saveplaylist span.link { margin-left:10px; }

aside.over, #playlist .hover {
	background-color:#343C34;
}



aside div.emptyPlaylist {
  background: linear-gradient(top,  #232323,  #292929);
  background: -webkit-linear-gradient(top,  #232323,  #292929);
  background: -moz-linear-gradient(top,  #232323,  #292929);
  margin: 10px 30px 10px 30px;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid rgba(200,200,200,0.5);
  text-align:center;
  display: none;
}

.overlay {
  z-index: 99;
  padding: 5px;
  display:none;
  background: linear-gradient(top,  rgba(35,35,35,0.8),  rgba(52,52,52,0.8));
  background: -webkit-linear-gradient(top,  rgba(35,35,35,0.8),  rgba(52,52,52,0.8));
  background: -moz-linear-gradient(top,  rgba(35,35,35,0.8),  rgba(52,52,52,0.8));
  color: rgba(255,255,255,0.8);
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 5px;
  -moz-box-shadow: rgba(255,255,255,0.3) 0px 0px 5px;
  -webkit-box-shadow: rgba(255,255,255,0.3) 0px 0px 5px;
  box-shadow: rgba(255,255,255,0.3) 0px 0px 5px;
}

.overlay.resized {
  max-height: 200px;
  overflow: auto;
  width: 300px;
}

.overlay ul {
  padding: 3px 0px;
}

.overlay ul > li {
  padding: 0px 3px;
  cursor: pointer;
}

.overlay li.current {
  -moz-box-shadow: inset rgba(255,255,255,0.8) 0px 0px 5px;
  -webkit-box-shadow: inset rgba(255,255,255,0.8) 0px 0px 5px;
  box-shadow: inset rgba(255,255,255,0.8) 0px 0px 5px;
  color:  #BF9730;
}


#my .overlay, #library .overlay {
  width: 298px;
  border-width: 1px;  
  border-top: none;
  padding: 1px;
  -moz-box-shadow: rgba(255,255,255,0.3) 0px 2px 2px;
  -webkit-box-shadow: rgba(255,255,255,0.3) 0px 2px 2px;
  box-shadow: rgba(255,255,255,0.3) 0px 2px 2px;
}

#my .overlay ul, #library .overlay ul {
  padding: 1px 0;
}

#my .overlay ul > li, #library .overlay ul > li {
  font-weight: bold;
  text-align: left;
}

#my article.review .overlay {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0px;
}

#my article.review .overlay ul {
  padding: 0;
}

#my article.review .overlay li.current {
  -moz-box-shadow: inset rgba(255,255,255,0.4) 0px 0px 2px;
  -webkit-box-shadow: inset rgba(255,255,255,0.4) 0px 0px 2px;
  box-shadow: inset rgba(255,255,255,0.4) 0px 0px 2px;
  color:  #BF9730;
}


aside .playlisttitle {
  text-align: center;
  padding: 3px 0 10px 0;
/*   margin: 10px 0px 0px 0px; */
  background-color:  #121212;
  border-top-right-radius: 5px;border-top-left-radius: 5px;

}

#playlist {
	display: none;
	width: 100%;
	margin: 0;
	border-bottom: 2px solid transparent;
	max-height: 400px;
	overflow: auto;
	position: relative;
}

#playlistLoader {
	padding: 40px;
	text-align:center;
}

aside.hovertop #playlist { border-top: 2px solid #BF9730; }
aside.hoverbottom #playlist { border-bottom: 2px solid #BF9730; }

#playlist .song {
	display: block;
	font-size: 0.85em;
	padding-top: 2px;
	padding-bottom: 2px;
  position: relative;
  transition-property: background-color,color,opacity;
  transition-duration: 0.5s;
  -moz-transition-property: background-color,color,opacity;
  -moz-transition-duration: 0.5s;
  -webkit-transition-property: background-color,color,opacity;
  -webkit-transition-duration: 0.5s;  

}

#playlist .hover {
	padding-top: 0px;
	border-bottom: 2px solid #BF9730;
}

#playlist .song:nth-child(even) { background-color: #121212; }
#playlist .song:nth-child(odd) { background-color: #232323; }
#playlist .add, #playlist .album, #playlist .edit { display: none; }

#playlist .title, #playlist .artist {
	display: inline;
	padding: 1px 5px 1px 0;
	overflow: hidden;
}

#playlist .title { font-weight: bold; }
#playlist .title:after { content: " -"; }

#playlist .song.current {
	background-color: #565656;
	color: #BF9730;
	padding-left: 4px;
	border-radius: 3px;
  transition-property: background-color,color;
  transition-duration: 0.5s;
  -moz-transition-property: background-color,color;
  -moz-transition-duration: 0.5s;
  -webkit-transition-property: background-color,color;
  -webkit-transition-duration: 0.5s;  
}

#playlist .remove { position: absolute;  right: 0;  top: 0; }

#playlist .song .options { position: absolute;  right: 14px;  top: 0}
#playlist .song:hover .options { display: block; }
#playlist .song:hover .remove { display: block; }
#playlist .song.current:hover .remove { display: none; }

#playlist .song.current .title {
	font-style: italic;
	display: block;
}

#playlist .song.current .title:after { content: ""; }
#playlist .song.current .artist:after { content: " -"; }


aside .spectrumControl {
  margin: 0 auto 5px auto;
  text-align: center;
  position: relative;
  min-height: 2em;
}

aside .spectrumControl .controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
}

aside .spectrumControl input{
  vertical-align: middle;
  font-size: 0.8em;
  margin-right: 10px;
  width: auto;
  background: none; 
}

aside .spectrumControl canvas{
  background-color: #232323;
  -moz-box-shadow: 0 0 6px #232323;
  box-shadow: 0 0 6px #232323;
  width: 270px;
  height: 100px;
}

aside .audioImage img {
  border: 1px solid #121212;
}

#reviewReminder {
  background-color:rgb(191,151,48);
  text-align: center;
  margin: 0px auto 10px auto;
  color: #000;
  border: 2px solid rgb(175,138,44);
  border-radius: 3px;
  cursor: pointer;
  padding: 2px;
  position: absolute;
  right: 2px;
  top: -10px;
  box-shadow: 0 0 10px rgba(200,0,0,0.6);
  z-index: 3;
}

#reviewReminder:hover {
	-webkit-transform: scale(1.5);
}

#search {	
	display: inline-block; 
	padding: 6px 10px 0 10px;
	vertical-align:top;
    transition-property: transform;
    transition-duration: 0.6s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 0.6s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.6s;
	position: relative;
	z-index:1;
}


#search.active {
    transform: translate(260px, 74px);
	-moz-transform: translate(260px, 74px);
	-webkit-transform: translate(260px, 74px);
}

#search img {
	opacity: 1;
	width: 16px;
    transition-property: opacity, width;
    transition-duration: 0.6s;
	-moz-transition-property: opacity, width;
	-moz-transition-duration: 0.6s;
	-webkit-transition-property: opacity, width;
	-webkit-transition-duration: 0.6s;
    position: absolute;
    right: 14px;
    top: 10px;
}

#search.active img {
	opacity: 0;
	width: 0px;
}

#search  input {
	border: 0;
	padding:0 0 0 4px;
	border-radius: 6px;
	background-color: rgba(23,23,23,0.8);
    background-image: none;
	width: 196px;
	font-size: 1.4em;
    transition-property: padding transform background-color;
    transition-duration: 0.6s 0.6s 0.6s;
	-moz-transition-property: padding -moz-transform background-color;
	-moz-transition-duration: 0.6s 0.6s 0.6s;
	-webkit-transition-property: padding -webkit-transform background-color;
	-webkit-transition-duration: 0.6s 0.6s 0.6s;
}

#search.active input,#search.active input:hover {
	padding: 4px 8px;
	color: #9F9F9F;
    background-color: rgba(23,23,23,0.3);
}

#search div.label {
	text-align: right;
	position: absolute;
	width: 0px;
	height: 0px;
	font-size: 1.2em;
	color: #121212;
	opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.6s;
	-moz-transition-property: -moz-transform, opacity;
	-moz-transition-duration: 0.6s;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-duration: 0.6s;

}


#search.active div.label{
	width: 250px;
	height: 30px;
	opacity: 1;
    transform: translate(-260px, -15px);
	-moz-transform: translate(-260px, -15px);
	-webkit-transform: translate(-260px, -15px);
}

#search > div:last-child {
	opacity: 1;
    transition-property: opacity;
    transition-duration: 0.6s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.6s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.6s;
}

#search.active > div:last-child {
	opacity: 0;
}

#search > div:first-child img:first-child {
  position: absolute;
  right: 20px;
  top: 5px;
}

#search > div:last-child {
	padding-top: 1px;
	font-size: 0.8em;
	color: #BF9730;
}

/**
* OSD
*/

#osd {
  position: fixed;
  z-index: 99;
  color: #121212;
  text-align: center;
  top: 60px;
}

#osd > div {
  padding: 3px 10px;
}
#osd > div:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#osd > div.info {
  background-color: rgba(7,114,175,0.8); /* #086FA1 */
}

#osd > div.error {
  background-color: rgba(255,102,64,0.8); /* #FF6840 */
}

#osd> div.warning {
  background-color: rgba(191,151,48,0.8); /* #BF9730 */
}


/**
* hoverbox
*/

div.hoverbox {
  min-width: 150px;
  position: absolute;
}

div.hoverbox .part {
	text-align: center;
	padding: 2px 0 5px 0;
	font-weight: bold;
}

div.hoverbox .clickable {
	display: block;
	cursor: pointer;
	padding: 1px;
	color: #9A9A9A;
}

div.hoverbox .clickable:hover {
	background-color: rgba(150,150,150,0.2);
}

div.hoverbox hr {
	margin: 5px 3px;
	border: 1px solid rgba(255,255,255,0.2);
}

#upload {
	padding: 20px 0;
}

#upload div.uploadDropBox {
  width: 200px;
  height: 200px;
  margin: 20px auto;
  padding: 10px;
  border: 2px solid rgba(200,200,200,0.3);
  background: url("128x128/actions/go-jump.png") center center no-repeat;
  background-color: #121212;
  vertical-align:middle;
  text-align:center;
  border-radius: 5px;
  color: #CCC;
  text-shadow: #121212 1px 1px 2px;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#upload div.uploadDropBox.hover { border: 2px solid rgba(200,200,200,1); }
#upload  div.filesQueue > div.fileWidget {
  margin: 5px 0 0 0; padding: 5px; border-bottom: 1px solid rgba(200,200,200,0.3);
}

#upload  div.filesQueue > div.fileWidget span.name {
  color: #086FA1; font-weight: bold; padding-right: 10px;
}

#upload  div.filesQueue > div.fileWidget span.type {
  color: #BF9730; padding-right: 10px;
}

#upload  div.filesQueue > div.fileWidget span.size { display: none; }

#upload  div.filesQueue > div.fileWidget button {
  float: right; padding: 2px 4px; margin: 2px; background-color: #232323;
  border: 1px solid rgba(200,200,200,0.3); color: #9A9A9A;
}

#upload div.video {
	display: none;
	background-color: #232323;
	-moz-box-shadow: 0 0 60px 40px #232323;
	-webkit-box-shadow: 0 0 60px 40px #232323;
	box-shadow: 0 0 60px 40px #232323;
}

#upload div.video video {
	width: 800px;
	height: 560px;
}

#welcome div[name=introduction] {
  border-radius: 3px;
}

#welcome div[name=introduction] div.items{
  width: 700px;
  min-height: 400px;
  margin: auto;
  position:relative;
}

#welcome div[name=introduction] div.items> div{
  position: absolute;
}

#welcome div[name=introduction] a {
  display: block;
  height: 35px;
  width: 35px;
  background-color: #232323;
  -moz-box-shadow: 0 0 20px #121212;
  -webkit-box-shadow: 0 0 20px #121212;
  box-shadow: 0 0 20px #121212;
  border-radius: 15px;
  position: absolute;
  top: 70px;
  z-index: 91;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
}

#welcome div[name=introduction] div.items> div:first-child{
	text-align: center;
	
}

#welcome div[name=introduction] div.welcomeBox {
	cursor: pointer;
	display: inline-block;
	width: 34%;
	height: 120px;
	margin: 40px 50px;
	background-repeat: no-repeat;
	background-position: 130px 25px,left top;
	-moz-box-shadow: 0 0 1px 2px rgba(84,155,190,0.7);
	-webkit-box-shadow: 0 0 1px 2px rgba(84,155,190,0.7);
	box-shadow: 0 0 1px 2px rgba(84,155,190,0.7);
	vertical-align: middle;
	border-radius: 10px;
	
}

#welcome .whatsNew { display: none; }
#welcome .whatsNew>.head{ text-align: center; font-size: 1.4em; padding: 20px 0;}
#welcome .whatsNew>.body { 
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
#welcome .whatsNewWidget {
	width: 330px;
	height: 175px;
	border-radius: 9px;
	border: 2px solid #494949;
	margin: 0 auto 10px auto;
	background: #121212;
}
#welcome .whatsNewWidget .head { text-align: center; font-weight: bold; padding: 4px 2px; cursor: pointer;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
#welcome .whatsNewWidget .head:hover { color: #BF9730 }
#welcome .whatsNewWidget .body { min-height: 135px;}
#welcome .whatsNewWidget.noImageWidget .body { min-height: 131px; padding: 2px;}
#welcome .whatsNewWidget p { padding-top: 2px; font-style: italic; color: #6A6A6A; }
#welcome .whatsNewWidget .whatsNewGenre { cursor: pointer; }
#welcome .whatsNewWidget .whatsNewGenre:hover { color: #BF9730; }
#welcome .whatsNewWidget img {	float: left;	vertical-align: center; margin: 2px; border: 1px solid #494949; cursor: pointer}
#welcome .whatsNewWidget .footer { text-align: center; cursor: pointer;}
#welcome .whatsNewWidget .footer:hover { color: #BF9730 }

html.csstransitions #welcome div[name=introduction] div.welcomeBox {
/* 	-webkit-transform: scale(1); */
    transform: scale(1);
    transition: transform 1s ease-in;
	-moz-transform: scale(1);
	-webkit-transition: -webkit-transform 1s ease-in;
	-moz-transition: -moz-transform 1s ease-in;
}

html.csstransitions #welcome div[name=introduction] div.welcomeBox:hover {
    transform: scale(1.2);
    transition: transform 1s ease-out;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
}


#welcome div[name=introduction] div.welcomeBox div.title {
	text-align: center;
	text-shadow: #565656 0px 1px 1px;
	padding: 20px 0 20px 0;
	color: #232323;
	font-size: 1.2em;
	font-weight: bold;
}

#welcome div[name=introduction] div.welcomeBox div.title > img {
	vertical-align: middle;
	position: relative;
	left: -30px;
}

#welcome div[name=introduction] div.welcomeBox div.content {
	color: #cfcfcf;
	padding: 0 20px;
	text-shadow: #121212 0px 1px 1px;
}

#welcome div[name=introduction] div.welcomeBox:nth-child(1) {
    background-image:  url(folder-sound-grey-128x128.png), linear-gradient(top, #71aac6 0%, #466777 100%);
	background-image:  url(folder-sound-grey-128x128.png), -moz-linear-gradient(top, #71aac6 0%, #466777 100%);
	background-image:  url(folder-sound-grey-128x128.png), -webkit-linear-gradient(top, #71aac6 0%, #466777 100%);
}


#welcome div[name=introduction] div.welcomeBox:nth-child(2) {
    background-image:  url(go-jump-grey-128x128.png), linear-gradient(top, #71aac6 0%, #466777 100%);
	background-image:  url(go-jump-grey-128x128.png), -moz-linear-gradient(top, #71aac6 0%, #466777 100%);
	background-image:  url(go-jump-grey-128x128.png), -webkit-linear-gradient(top, #71aac6 0%, #466777 100%);
}

#welcome div[name=introduction] div.welcomeBox:nth-child(3) {
    background-image:  url(user-home-grey-128x128.png), linear-gradient(top, #71aac6 0%, #466777 100%);
	background-image:  url(user-home-grey-128x128.png), -moz-linear-gradient(top, #71aac6 0%, #466777 100%);
	background-image:  url(user-home-grey-128x128.png), -webkit-linear-gradient(top, #71aac6 0%, #466777 100%);
}

#welcome div[name=introduction] div.welcomeBox:nth-child(4) {
    background-image:  url(edit-find-grey-128x128.png), linear-gradient(top, #71aac6 0%, #466777 100%);
	background-image:  url(edit-find-grey-128x128.png), -moz-linear-gradient(top, #71aac6 0%, #466777 100%);
	background-image:  url(edit-find-grey-128x128.png), -webkit-linear-gradient(top, #71aac6 0%, #466777 100%);
}

#results {
	height: 800px;
}

#results div.searchBackground {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background-color: #549BBE;
	border-radius: 3px;
	opacity: 1;
	text-align: right;
	position: relative;
}

#results div.searchBackground img.next {
	padding-top: 9px;
	padding-right: 32px;
}

#results div.searchBackground img.loop {
	position: absolute;
	left: 500px;
	top: 9px;
	visibility: hidden;
	opacity: .7;
}


#results div.resultContainer {
	width: 699px;
	margin: 0 auto;
	position: relative;
}




#results div.resultContainer div.rSum1 {
	position: absolute;
	left: 31px;
	top: 530px;
	width: 300px;
	height: 200px;
	background-color: #232323;
	border: 2px solid #9A9A9A;
	border-radius: 9px;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;

}

#results div.resultContainer div.rSum2 {
	position: absolute;
	left: 360px;
	top: 530px;
	width: 300px;
	height: 200px;
	background-color: #232323;
	border: 2px solid #9A9A9A;
	border-radius: 9px;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

#results div.resultContainer div.rCenter {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 689px;
	height: 500px;
	background-color: #232323;
	border: none;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	border-radius: 9px;	
}


#results .list {display: table; }

#results div.resultContainer div.songs div.list {
	width: 100%;
}

#results div.resultContainer div div.enlarge {
	float: right;
	padding: 5px 5px 0 0;
} 

#results div.resultContainer div.rSum1 div.items, #results div.resultContainer div.rSum2 div.items {
	margin: auto;
	width: 290px;
	height: 150px;
	background: #121212;
	overflow: hidden;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	border-radius: 9px;
}

#results div.resultContainer div.rCenter div.items {
    position: relative;
	overflow: auto;
	margin: auto;
	width: 689px;
	height: 450px;
	background: #232323;
	border-radius: 0px;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

.highlight {
    animation: highlight 0.3s 0.3s 2 alternate;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: highlight;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    -moz-animation-delay: 0.3s;
    -moz-animation-duration: 0.3s;
    -moz-animation-name: highlight;
    -moz-animation-iteration-count: 2;
    -moz-animation-direction: alternate;
  }

@-webkit-keyframes highlight {
  from { background-color: rgba(0,0,0,0); }
  to { background-color: rgba(84,155,190,0.5); }
}

@-moz-keyframes highlight {
  from { background-color: rgba(0,0,0,0); }
  to { background-color: rgba(84,155,190,0.5); }
}

@keyframes highlight {
  from { background-color: rgba(0,0,0,0); }
  to { background-color: rgba(84,155,190,0.5); }
}

@media screen and (min-width: 1224px) {
  #results div.resultContainer {
      width: 899px;
  }
  #results div.resultContainer div.rCenter, #results div.resultContainer div.rCenter div.items {
      width: 889px;
  } 
  #results div.resultContainer div.rSum1 {
    width: 400px;
  }
  
  #results div.resultContainer div.rSum2 {
    left: 460px;
    width: 400px;
  }
  
  #results div.resultContainer div.rSum1 div.items, #results div.resultContainer div.rSum2 div.items {
    width: 390px;
  }
}

#results div.resultContainer div.rSum1 h1, #results div.resultContainer div.rSum2 h1 {
	font-size: 1.3em;
	padding: 7px 1px 6px 6px;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

#results div.resultContainer div.rCenter h1 {
	padding: 7px 1px 6px 40px;
	font-size: 1.6em;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

#results div.resultContainer div.albums div.rItem,
#results div.resultContainer div.artists div.rItem
 {
	padding: 1px 0 1px 5px;
	border-bottom: 1px solid #9A9A9A;
	margin-bottom: 1px;
	
}

#results div.resultContainer div.rItem div.head button.openInLibrary{
	display: none;
}
#results div.resultContainer div.rCenter div.rItem div.head button.openInLibrary{
	padding: 0 5px 0 0;
	margin: 0;
	border: none;
	background: none;
	display: inline;
	float: right;
	color: rgba(191, 151, 48, 0.8);
	cursor: pointer;
}
#results div.resultContainer div.albums div.rItem div.details,
#results div.resultContainer div.artists div.rItem div.details {
	display: none;
}

#results div.resultContainer div.rCenter.albums div.rItem.opened div.details,
#results div.resultContainer div.rCenter.artists div.rItem.opened div.details {
	display: block;
}

#results div.resultContainer div.albums div.rItem div.head,
#results div.resultContainer div.artists div.rItem div.head {
	padding-top: 0px;
    transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

#results div.resultContainer div.albums div.rItem div.head,
#results div.resultContainer div.artists div.rItem div.head {
	padding-top: 5px;
    transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    cursor: pointer;
}

#results div.resultContainer div.albums div.rItem div.head span.name,
#results div.resultContainer div.artists div.rItem div.head span.name  {
    transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

#results div.albums.rCenter div.rItem.details.opened div.head span.name,
#results div.artists.rCenter div.rItem.details.opened div.head span.name {
	font-size: 1.2em;
    transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

#results div.resultContainer div.rCenter div.enlarge {
	display: none;
}

#results div.resultContainer div.rSum1.albums div.head>span.duration, 
#results div.resultContainer div.rSum2.albums div.head>span.duration,
#results div.resultContainer div.rSum1.albums div.head>span.count, 
#results div.resultContainer div.rSum2.albums div.head>span.count,
#results div.resultContainer div.rCenter.albums div.rItem div.head>span.count,
#results div.resultContainer div.rCenter.albums div.rItem div.head>span.duration,
#results div.resultContainer div.rSum1.artists div.head>span.duration, 
#results div.resultContainer div.rSum2.artists div.head>span.duration,
#results div.resultContainer div.rSum1.artists div.head>span.count, 
#results div.resultContainer div.rSum2.artists div.head>span.count,
#results div.resultContainer div.rCenter.artists div.rItem div.head>span.count,
#results div.resultContainer div.rCenter.artists div.rItem div.head>span.duration{
	display: none;
}


#results div.resultContainer div.rSum1.albums div.rItem.details div.head>span.count, 
#results div.resultContainer div.rSum2.albums div.rItem.details div.head>span.count ,
#results div.resultContainer div.rSum1.artists div.rItem.details div.head>span.count, 
#results div.resultContainer div.rSum2.artists div.rItem.details div.head>span.count{
	display: inline;
	padding-left: 20px;
	font-size: 0.9em;
	color: #777;
}

#results div.resultContainer div.rCenter.albums div.rItem.details div.head>span.count,
#results div.resultContainer div.rCenter.albums div.rItem.details div.head>span.duration,
#results div.resultContainer div.rCenter.artists div.rItem.details div.head>span.count,
#results div.resultContainer div.rCenter.artists div.rItem.details div.head>span.duration
{
	display: inline;
	padding-left: 20px;
	font-size: 0.9em;
	color: #777;
    transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

#results div.resultContainer div.rItem div.head:hover,
#results div.resultContainer div.rItem div.head:hover,
#results div.resultContainer div.rCenter div.rItem.details div.head:hover>span.count,
#results div.resultContainer div.rCenter div.rItem.details div.head:hover>span.duration{
	cursor: pointer;
	color: #BF9730;
}




#results div.resultContainer div.rSum1.songs div.song span.add, 
#results div.resultContainer div.rSum2.songs div.song span.add{
	display: none;
}

#results div.resultContainer div.rSum1.songs div.song span.title, 
#results div.resultContainer div.rSum2.songs div.song span.title{
	font-weight: normal;
	padding: 0;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

#results div.resultContainer div.rCenter.songs div.song span.title {
	padding: 0 0 0 3px;
	font-weight: bold;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

#results div.resultContainer div.rCenter.songs div.song span.artist {
	padding: 0 0 0 6px;
}

#results div.resultContainer div.rCenter.songs div.song span.album {
	padding: 0 0 0 6px;
	color: #777;
	font-size: 0.9em;
}

#results div.rSum1.songs span.album,#results div.rSum1.songs span.length,
#results div.rSum2.songs span.album,#results div.rSum2.songs span.length
 { display: none;}


#results div.resultContainer div.rCenter div.rItem div.details div.list {
	margin: 10px auto 0px auto;
	border: 1px solid #3CA0D0;
}

#results div.resultContainer div.rCenter.albums div.rItem div.details div.list span.album,
#results div.resultContainer div.rCenter.artists div.rItem div.details div.list span.artist {
	display: none;
}


.yellowOverlay {
  background: linear-gradient(bottom, #121212,#454545);
  background: -webkit-linear-gradient(bottom, #121212,#454545);
  background: -moz-linear-gradient(bottom, #121212,#454545);
  border: 2px solid rgb(191, 151, 48);
  border-radius: 3px;
  box-shadow: 0 0 10px rgb(191, 151, 48);
}

.yellowOverlay.bottomArrow:after {
       content: " ";
       height:0;
       width:0;
       bottom: -21px;
       left: 70px;
       border: 10px solid transparent;
       border-top-color: rgb(191, 151, 48);
       position:absolute;
}

.yellowOverlay.leftArrow:after {
       content: " ";
       height:0;
       width:0;
       top: 90px;
       left: -22px;
       border: 10px solid transparent;
       border-right-color: rgb(191, 151, 48);
       position:absolute;
}

.yellowOverlay.rightArrow:after {
    content: " ";
    height:0;
    width:0;
    top: 90px;
    left: 612px;
    border: 10px solid transparent;
    border-left-color: rgb(191, 151, 48);
    position:absolute;
}

.yellowOverlay.fluidRightArrow:after {
    content: " ";
    height:0;
    width:0;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left-color: rgb(191, 151, 48);
    position:absolute;
}

.librarySwitch:after {
    content: " ";
    height:0;
    width:0;
    top: -22px;
    right: 15px;
    border: 10px solid transparent;
    border-bottom-color: rgb(191, 151, 48);
    position:absolute;
}

.reviewHelperOverlay > div.link
{
  padding-top: 0.4em;
  text-shadow: 0 0 1px #EFEFEF;
/*    color: #232323;  */
}

.yellowOverlay > div.close{
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1.2em;
  right: -7px;
  top: -7px;
  font-size: 0.8em;
  font-weight: bold;
  background: rgb(191, 151, 48);
  color: rgba(35,35,35,1);
  box-shadow: 0 0 10px rgb(191, 151, 48);
  cursor: pointer;
  text-align: center;
}

.yellowOverlay >div.close:hover{
  color: rgba(35,35,35,0.5);
}

.reviewHelperOverlay {
  height: 2em;
  width: 160px;
  text-align: center;
  z-index: 2;
}

.songMenuOverlay {
  height: 200px;
  width: 600px;
  z-index: 3;
  padding: 5px;
  transform: scale(0.01);
  transition: transform 0.2s;
  -webkit-transform: scale(0.01);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transform: scale(0.01);
  -moz-transition: -moz-transform 0.2s;
}

.songMenuOverlay.leftArrow {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
}


.songMenuOverlay.rightArrow {
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
}
.songMenuOverlay.opened {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.songMenuOverlay .fixHeight { height: 200px; }
.songMenuOverlay .sliderWindow { width: 600px; overflow: hidden }
.songMenuOverlay .sliderRibbon {position: relative; width: 1200px }
.songMenuOverlay .sliderWindow .multiType {position: relative; width: 600px }
.songMenuOverlay .sliderWindow .multiType p{margin-bottom: 18px}
.songMenuOverlay .leftSide {float: left; width: 350px; overflow: hidden; border-right: 1px solid #9A9A9A; font-size: 0.9em}
.songMenuOverlay .songInfos {max-height: 150px; overflow: hidden;}
.songMenuOverlay .images {width: 64px; float: left; text-align: center;}
.songMenuOverlay .infosContainer {margin-left: 70px; padding-top: 10px;}
.songMenuOverlay .titleContainer {text-align: center; color: #62C361; text-shadow: 0px 0px 2px black; font-weight: bold;}
.songMenuOverlay .songInfosContainer {font-size:0.95em; margin-top:1em;}
.songMenuOverlay .actionsContainer {position:absolute; bottom: 0px; text-align:left; width: 345px;}
.songMenuOverlay .downloadControl {padding: 2px 4px; margin-top: 4px; width:48%;}
.songMenuOverlay .editMetaControl {padding: 2px 4px; margin-top: 4px;  width:48%; float: right;}
.songMenuOverlay .actionSide {float: left; width: 244px; padding-left: 5px; overflow: hidden;}
.songMenuOverlay .floarightArrow {float: right}
.songMenuOverlay .rightArrow {float: right}
.songMenuOverlay .secondaryArtist:not(:last-child):after {
  content: ", ";
}

.songMenuOverlay .categoryButton {
  background: #232323;
  border: 0px solid transparent;
  border-bottom: 1px solid #565656;
  padding: 2px;
  width:100%;
  border-radius: 0px;
}

.songMenuOverlay .categoryButton:hover {
  background: #121212;
  color: #BF9730;
}


.songMenuOverlay .playlistsList { overflow: auto; width:600px; display: none; }
.songMenuOverlay .playlistsListLabel { width: 200px; }
.songMenuOverlay .cancel    {position: absolute; bottom: 20px}
.songMenuOverlay .playlistsListContainer {margin-left: 202px;}
.songMenuOverlay button[data-action=toggleForm] {background: transparent; border: none;}

.songMenuOverlay .categoryChoiceButton {
    background: #121212;
    border: 0px solid transparent;
    border-bottom: 1px solid transparent;
}

.songMenuOverlay .categoryChoiceButton:hover {
  background: #232323;
  color: #BF9730;
}

.songMenuOverlay .playlistsList div[data-display=playlistForm] >div{
  background: linear-gradient(bottom, rgba(200,200,200,0.01),rgba(200,200,200,0.2));
  background: -webkit-linear-gradient(bottom, rgba(200,200,200,0.01),rgba(200,200,200,0.2));
  background: -moz-linear-gradient(bottom, rgba(200,200,200,0.01),rgba(200,200,200,0.2));
  border-radius: 5px;
  border: 1px solid #454545;
}

.songMenuOverlay .playlistsList div[data-display=playlistForm] .triangle {
  display: inline-block;
  vertical-align: top;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
}

.songMenuOverlay .playlistsList div.opened[data-display=playlistForm] .triangle {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.songMenuOverlay .playlistsList div[data-display=playlistForm] .playlistCreationForm {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.songMenuOverlay .playlistsList div.opened[data-display=playlistForm] .playlistCreationForm {
  display: block;
  opacity: 1;
}


.reviewHelper {
  width: 400px;
  height: 400px;
  position: relative;
  padding: 10px;
  line-height: 1.2em;
  text-align: left;
}

.fullOverlay {
  background: rgba(18, 18, 18, 0.8);
  z-index: 100;
  transform: scale(0);
  transition: transform 0.3s ease-out;
  -webkit-transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transform: scale(0);
  -moz-transition: -moz-transform 0.3s ease-out;
}

.fullOverlay.on {
  background: rgba(18, 18, 18, 0.8);
  z-index: 100;
  transform: scale(1);
  transition: transform 0.3s ease-in;
  -webkit-transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transform: scale(1);
  -moz-transition: -moz-transform 0.3s ease-in;
}

.blueTitle {
  color: #086FA1;
  font-weight: bold;
}

.listInside {
  list-style-position:inside;
}

.btn{display:inline-block;padding:4px 10px 4px;font-size:13px;line-height:18px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#fafafa;background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-repeat:no-repeat;border:1px solid #ccc;border-bottom-color:#bbb;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);cursor:pointer;*margin-left:.3em;}
.btn:first-child{*margin-left:0;}
.btn:hover{
  color:#333333;
  text-decoration:none;
  background-color:#e6e6e6;
  background-position:0 -15px;
  -webkit-transition:background-position 0.1s linear;
  -moz-transition:background-position 0.1s linear;
  -o-transition:background-position 0.1s linear;
  transition:background-position 0.1s linear;
  
}
.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn.active,.btn:active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);background-color:#e6e6e6;background-color:#d9d9d9 \9;color:rgba(0, 0, 0, 0.5);outline:0;}
.btn.disabled,.btn[disabled]{cursor:default;background-image:none;background-color:#e6e6e6;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}

.btn-large {
    border-radius: 5px 5px 5px 5px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: normal;
    padding: 7px 15px;
}


.btn-beyond-the-invisible-5 { text-shadow: 0px -1px 0px #004573; color: #BFBFBF; background-color: #006391; 
background-image: -moz-linear-gradient(top, #1e81af, #004573); 
background-image: -webkit-linear-gradient(top, #1e81af, #004573); 
background-image: -o-linear-gradient(top, #1e81af, #004573); 
background-image: linear-gradient(top, #1e81af, #004573); 
border-color: #006391 #004573 #004573 #006391; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-beyond-the-invisible-5:hover, .btn-beyond-the-invisible-5:active, .btn-beyond-the-invisible-5.active, .btn-beyond-the-invisible-5.disabled, .btn-beyond-the-invisible-5[disabled] { 
  background-color: #004573; 
}
.btn-beyond-the-invisible-5:hover { 
  color: #CFCFCF; 
  text-shadow: 0px -1px 0px #002755; 
  background-image: linear-gradient(top, #1e81af, #004573); 
  background-image: -moz-linear-gradient(top, #1e81af, #004573); 
  background-image: -webkit-linear-gradient(top, #1e81af, #004573); 
  
}
.btn-beyond-the-invisible-5:focus { color: #64c7f5; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #006391 #004573 #004573 #006391; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-beyond-the-invisible-5.active, .btn-beyond-the-invisible-5:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #64c7f5; }


/* class: .btn-beyond-the-invisible-4,  color theme: Beyond The Invisible */
.btn-beyond-the-invisible-4 { 
  text-shadow: 0px -1px 0px #0e3148; 
  color: #BFBFBF; 
  background-color: #2C4F66; 
  background-image: -moz-linear-gradient(top, #4a6d84, #0e3148); 
  background-image: -webkit-linear-gradient(top, #4a6d84, #0e3148); 
  background-image: -o-linear-gradient(top, #4a6d84, #0e3148); 
  background-image: linear-gradient(top, #4a6d84, #0e3148); 
  border-color: #2C4F66 #0e3148 #0e3148 #2C4F66; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-beyond-the-invisible-4:hover, .btn-beyond-the-invisible-4:active, .btn-beyond-the-invisible-4.active, .btn-beyond-the-invisible-4.disabled, .btn-beyond-the-invisible-4[disabled] { 
  background-color: #0e3148; 
  background-image: -moz-linear-gradient(top, #4a6d84, #0e3148); 
  background-image: -webkit-linear-gradient(top, #4a6d84, #0e3148); 
  background-image: -o-linear-gradient(top, #4a6d84, #0e3148); 
  background-image: linear-gradient(top, #4a6d84, #0e3148); 
  
}
.btn-beyond-the-invisible-4:hover { color: #CFCFCF; text-shadow: 0px -1px 0px #00132a; }
.btn-beyond-the-invisible-4:focus { color: #90b3ca; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #2C4F66 #0e3148 #0e3148 #2C4F66; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-beyond-the-invisible-4.active, .btn-beyond-the-invisible-4:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #90b3ca; }
/* end .btn-beyond-the-invisible-4 */


.yellowOverlay.rplBox {
  width: 200px;
}

.yellowOverlay.rplBox.downArrow:after {
       content: " ";
       height:0;
       width:0;
       bottom: -21px;
       left: 92px;
       border: 10px solid transparent;
       border-top-color: rgb(191, 151, 48);
       position:absolute;
}

.yellowOverlay.rplBox > div:first-child {
  text-align: center;
  padding: 10px 2px;
  font-size: 1.1em;
  color: #3CA0D0;
}

.yellowOverlay.rplBox .clickable {
  cursor: pointer;
  text-align:center;
  border-top: 1px solid #454545;
  padding: 1px 2px;
}

.yellowOverlay.rplBox .clickable:hover {
  color: #BF9730;
  background-color: rgba(200,200,200,0.1);
  border-top: 1px solid #454545;
  padding: 1px 2px;
}

.yellowOverlay.currentTime, .yellowOverlay.currentTimeContainer {
  width: 50px;
  height: 1.2em;
  position: absolute;
  text-align: center;
  z-index: 1;
}


.yellowOverlay.currentTime.downArrow:after {
       content: " ";
       height:0;
       width:0;
       bottom: -21px;
       left: 15px;
       border: 10px solid transparent;
       border-top-color: rgb(191, 151, 48);
       position:absolute;
       
}

.yellowOverlay.currentTimeContainer.upArrow:after {
       content: " ";
       height:0;
       width:0;
       top: -21px;
       left: 25%;
/*        margin-left:  -15px; */
       border: 10px solid transparent;
       border-bottom-color: rgb(191, 151, 48);
       position:absolute;
       
}

#player {
  position: fixed;
  top: 0px;
  width: 100%;
  min-width: 940px;
  height: 60px;
  background-color: #121212;
  z-index: 2;
  box-shadow: 0px 0px 8px 0px #121212, 0px -1px 1px 0px rgba(191, 151, 48,0.7) inset;
}

#player > div.side {
  width: 150px;
  float: left;
  text-align: center;
}

#player > div.side > .remoteControl {
  position: absolute;
  left: 37px;
  top: -7px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}

#player div.player {
  margin-left: 155px;
}

#player div.mainScreen {
  margin-right: 300px;
  position: relative;
  
}

#player .currentTime, #player .totalTime, #player .songTitle, #player .otherSongFields {
  height: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#player .currentTime {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 40px;
}

#player .totalTime {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 40px;
}

#player .songTitle {
  margin: 0 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

#player .otherSongFields {
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

#player .otherSongFields span:not(:last-child):after {
    content: " - ";
}

#player div[name=progression] {
  background-color: #466777;
  border: 1px solid #9F9F9F;
  height: 10px;
  z-index: 3;
}

#player div[name=progression] .netload{
  background-color: rgb(53,91,54);
  transition: width 0.5s;
}

#player div[name=progression] .timer{
  background-color: #BF9730;
/*   sadly this eats up CPU */
/*   -webkit-transition: width 1s; */
/*   transition: width 1s; */
}

#player div.controls {
  float: right;
  width: 300px;
  padding: 0;
  height: 60px;
}

#player div.playerControls {
  padding: 7px 0px 0 0px;
}

#player div.playerControls img {
  vertical-align: middle;
  cursor: pointer;
}

#player .volumeAndStarringControl {
  position: absolute;
  top: 4px;
  right: 0;
  width: 150px;
  height: 30px;
  overflow: hidden;
}

#player .volumeAndStarringControl img { cursor: pointer; }

#player div[name=volume] {
    width: 60px;
    height: 25px;
    border-bottom: 1px solid #232323;
    background: url(volumedark.png);
}

#player div[name=volume] > div{
    background: url(volume.png);
}

#player img[name=likes]{
  position: absolute;
  top: 6px;
  right: 20px;
}
#player img[name=dislikes]{
  position: absolute;
  top: 6px;
  right: 50px;
}

#player div.logo {
    font-family: Cartoon;
    font-size: 24px;
    padding: 3px 0 0 0;
    max-width: 300px;
    cursor: pointer;
    display: inline-block;
}

#player div.logo > span {
    padding: 0;
    margin: 0;
    display: inline-block; /*or chrome does not transform*/
    vertical-align: middle;
}
/*  */
#player div.logo > .d1 {
    transform: rotate(-30deg) translateY(5px);
    -moz-transform: rotate(-30deg) translateY(5px);
    -webkit-transform: rotate(-30deg) translateY(5px);
    color: #C8A64E;
}
#player div.logo > .d0 {
    color: #C8A64E;
    transform: rotate(-15deg) translateY(2px);
    -moz-transform: rotate(-15deg) translateY(2px);
    -webkit-transform: rotate(-15deg) translateY(2px);

}
#player div.logo > .e3 {
    color: #c53229;
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
}
#player div.logo > .r {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    color: #c53229;
}
#player div.logo > .n1 {
    transform: rotate(15deg) scale(0.8);
    -moz-transform: rotate(15deg) scale(0.8);
    -webkit-transform: rotate(15deg) scale(0.8);
    color: #C8A64E;
}
#player div.logo > .n0 {
    color: #C8A64E;
    transform: rotate(30deg) translateY(5px);
    -moz-transform: rotate(30deg) translateY(5px);
    -webkit-transform: rotate(30deg) translateY(5px);
}



#player div.teaser {
  font-family: Cartoon;
  padding: 0;
  font-size: 1.2em;
  letter-spacing: 2px;
  color: #62C361;
  text-shadow: 0 0 1px #121212, 0 0 5px #9F9F9F;
  max-width: 300px;
  cursor: pointer;
}

#player .playlistOptions {
  position: absolute;
  right: 0;
  top: 40px;
  padding-right: 2px;
}

#player .playlistOptions > span {
  padding: 1px 3px;
  border: 1px solid transparent;
  cursor: pointer;
  color: #7F7F7F;
  border-radius: 3px;
}

#player .playlistOptions > span:hover,
#player .playlistOptions > span.active
{
  border: 1px solid #343434;
  background-color: #232323;
}

#player .playlistOptions > span.active {
  color: #BF9730;
}

#container > .controlOverlay {
  position: fixed;
  transition: transform 0.7s;
  -webkit-transition: -webkit-transform 0.7s;
}

#container > .controlOverlay .label{
  text-align: center;
  padding: 15px 0;
}

#container > .controlOverlay input {
  width: 100px;
  vertical-align: middle;
}

#container > .controlOverlay select {
  width: 150px;
  vertical-align: middle;
}

#container > .fading {
  top: 56px;
  right: 10px;
  height: 100px;
  width: 220px;
  transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
}

#container > .mix {
  top: 56px;
  right: 4px;
  height: 200px;
  width: 270px;
  transform: translateY(-220px);
  -webkit-transform: translateY(-220px);
}

#container > .mix .description{
  padding-top: 30px;
}

#container > .radio {
  top: 56px;
  right: 110px;
  height: 100px;
  width: 270px;
  transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
}

#container > .radio.enabled {
  height: 325px;
  transform: translateY(-335px);
  -webkit-transform: translateY(-335px);
}

#container > .radio .on{
  display: none;
}

#container > .radio.enabled .on{
  display: block;
}
#container > .radio.enabled .off{
  display: none;
}

#container > .radio .list {
  height: 200px;
  overflow-y: auto;
  overflow-x: none;
  width: 170px;
  margin: auto;
}

#container > .radio div.list > div {
  padding-left: 20px;
  cursor: pointer;
  color: #9F9F9F;
}

#container > .radio div.list  > div.checked {
  background-image: url("16x16/actions/dialog-ok.png");
  background-repeat: no-repeat;
  background-position: left center;
  color: #BF9730;
}

#container > .radio div.list  > div:hover {
  background-color: #454545;
}
#container > .controlOverlay.active {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

/* http://colorschemedesigner.com/#3s31Tw0w0w0w0 */
