html,body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
}
#wrapper {
	background-image: url(../images/landing/back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	height: 100%;
	overflow: auto;
}

#sidebar-wrapper .logo {
	 color: #fff;
}
#sidebar-wrapper .logo .logo-blue {
	 color: #38b3df;
}
.logo {
	 color: #fff;
}
.logo .logo-blue {
	 color: #38b3df;
}

.landing-page-h1 {
	color: #000; font-size: 100px; margin: 0; padding: 0px;  font-weight: bold;
}
.landing-page-h2 {
	color: #999; margin: 0; padding: 0;
}

.col-lg-12 {
	margin-top: 12%;
}


#aplayer {
	width : 100%;
	background-color: #000;
	height: 140px;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
#aplayer .player-info {
	width: 100%;
	height: 20px;
	color: #999;
	background: #1b1b1c;
}
#aplayer .player-info .time {
	float: right;
	font-size: 10px;
	padding-top: 5px;
}
#aplayer .player-top {
	width: 100%;
	height: 60px;
	background-color: #38b3df;
}
#aplayer .player-top .cover,img {
	width: 60px;
	height: 60px;
	float: left;
}
#aplayer .player-bottom {
	width: 100%;
	height: 60px;
	clear: both;
}
#player-underlay {
	background-color: rgba(0,0,0,.7);
	position: fixed;
	height: 120px;
	bottom: 0;
	width: 0;
	left: 0;
	z-index: 99;	
}


#the-player {
	position: fixed;
	bottom: 0;
	background-color: rgba(27,27,28,1);
	height: auto;
	width: 80%;
	border-left: 1px solid #000;
	border-right: 2px solid #999;
	z-index: 1000;
}

#the-player .info {
	margin-top: 5px;
	margin-left: 7px;
	width: 25%;
	float: left;
}


#the-player .info img {
	width: 55px;
	height: 55px;
	margin: 5px;
	float: left;
	border-radius: 20px!important;
}
#the-player .info .artist-image {
	margin-left: 10px;
}
#the-player .info .dropup {
	float: left;
	margin-top: 5px;
}
#the-player .info .s-info {
	float: left;
}

#the-player .info .artist-name {
	color: #38b3df;
	font-size: 16px;
	margin-top: 7px;
	margin-left: 5px;
}

#the-player .info .artist-name a {
		color: #38b3df;
}

#the-player .info .song-name {
	color: #fff;
	font-family: 'Roboto Light', sans-serif;
	font-size: 12px;
	margin-left: 5px;
	width: 200px;
    overflow: hidden;
    height: 14px;
}

#the-player .info .options {
	position: relative;
	top: -4px;
	width: 24px;
	height: 20px;
	background-image: url(../images/player/menu.png);	
	background-size: 30px 30px;
	background-repeat:no-repeat;
	float: left;
	margin-top: 15px;
	cursor: pointer;
}


#the-player .controls {
	margin-top: 15px;
	margin-left: 7px;
	width: 20%;
	float: left;
	padding-top: 6px;
}

#the-player .controls-right {
	height: 75px;
	margin-left: 7px;
	width: 50%;
	float: left;
}


#the-player .progress-wrapper {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	padding-top: 10px;
    overflow: hidden;
    margin-top: 0px;
	margin-top: 10px;

}
#the-player .progress-wrapper .current-position {
	float: left;
	color: #38b3df;
	padding-top: 10px;
}
#the-player .progress-wrapper .duration {
	float: right;
	color: #38b3df;
	padding-top: 10px;
	margin-left: 20px;
}

#the-player .progress-wrapper .progress-bar-bm {
	position: relative;
	width: 83%;
	margin-left: 20px;

	height: 50px;
	cursor: pointer;
	background-position: top;
    background-size: 100% 40px;
    float: left;
}
#the-player .progress-wrapper .progress-bar-bm .progress {
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: rgba(60,192,242,.6);
	left: 0;
	top: 0;

}
#the-player .progress-wrapper .progress-bar-bm .progress-underlay {
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: rgba(60,192,242,.4);
	left: 0;
	top: 0;
}

#the-player-info {
	font-family: 'Roboto', sans-serif;
	position: fixed;
	bottom: 60px;
	background-color: rgba(27,27,28,.8);
	height: 30px;
	width: 80%;
	border-left: 1px solid #000;
	border-right: 2px solid #999;
	padding: 5px;
}
#the-player-info .now-playing {
	color: #fff;
	padding-left: 10px;
	float: left;
}
#the-player-info .options {
	position: relative;
	top: -4px;
	width: 24px;
	height: 20px;
	background-image: url(../images/player/menu.png);	
	background-size: 30px 30px;
	background-repeat:no-repeat;
	float: left;
}

#the-player-queue {
	position: fixed;
	bottom: 75px;
	background-color: rgba(27,27,28,.6);
	height: 0px;
	width: 80%;
	z-index: 1;
	opacity: 0;
	  left: 250px !important;
}

.queue-header {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #000;
	background-color: rgba(0,0,0,.5);
}

.queue-icon {
	color: #999;
	float: left;
	margin-left: 10px;
	padding-top: 2px;
	cursor: pointer;
}
.queue-icon:hover {
	color: #fff;
}
.queue-icon.active {
	color:#fff;
}


.queue-line {
	clear: both;
	float: left;
}

.queue-h-title {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Light', sans-serif;
	margin-left: 10px;
	float: left;
	font-size: 12px;
	padding-top: 2px;
}
#the-player-queue .queue-label {
	z-index: 1;
	color: #fff;
	width: 25px;
	padding-left: 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	float: left;
}

#theplayer .player-status {
	background-size: 100% 100%;
	background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
    height: 150px;
    position: absolute;
  	left: 0px;
}
#button {
	position: relative;
	width: 50px;
	height: 50px;
	margin-top: 5px;
	float: left;
	cursor: pointer;
	z-index: 10;	
}
#button.volume {
	background-image: url(../images/player/volume_off.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
	
}
#button.volume.active {
	background-image: url(../images/player/volume_on.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
	z-index: 50000;
}
#button.volume:hover {
	background-image: url(../images/player/volume_on.png);	
}
#button.play {
	background-image: url(../images/player/play_off.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.play.active {
	background-image: url(../images/player/play_on.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.play:hover {
	background-image: url(../images/player/play_on.png);	
}
#button.play-standalone {
	background-image: url(../images/player/play_off.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.play-standalone:hover {
	background-image: url(../images/player/play_on.png);	
}
#button.pause {
	background-image: url(../images/player/pause_off.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;

}
#button.pause.active {
	background-image: url(../images/player/pause_on.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.pause:hover {
	background-image: url(../images/player/pause_on.png);	
}
#button.next {
	background-image: url(../images/player/next_off.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.next:hover {
	background-image: url(../images/player/next_on.png);	
}
#button.repeat {
	background-image: url(../images/player/repeat_off.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.repeat.active {
	background-image: url(../images/player/repeat_on.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.repeat:hover {
	background-image: url(../images/player/repeat_on.png);	
}
#button.history {
	background-image: url(../images/player/history_off.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.history:hover {
	background-image: url(../images/player/history_on.png);	
}
#button.playlist {
	background-image: url(../images/player/playlist_off.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.playlist:hover {
	background-image: url(../images/player/playlist_on.png);	
}
#button.history-liked {
	background-image: url(../images/player/saved_off.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.history-liked:hover {
	background-image: url(../images/player/saved_on.png);	
}
#button.thumbs-up {
	background-image: url(../images/player/thumbsup_off.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.thumbs-up.active {
	background-image: url(../images/player/thumbsup_on.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.thumbs-up:hover {
	background-image: url(../images/player/thumbsup_on.png);	
}

#button.share {
	background-image: url(../images/player/share_fb.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.share.active {
	background-image: url(../images/player/share_fb.png);	
	background-size:40px 40px;
	background-repeat:no-repeat;
}
#button.share:hover {
	background-image: url(../images/player/share_fb.png);	
}

#button .current {
	float: left;
}
#button .total {
	float: left;
}
#button .bar {
	position:relative; height: 4px; width: 300px; border: 1px solid #CCC; clear: both
}
#inidcator {
	background-color:#09C; height: 4px; width: 0px;	
}

#optimize {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 10000;
	display: none;
}
#optimize .optimize-message {
	text-align:center;
	color:#fff;	
}
#loading-content {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 10000;
	display: none;
}
#loading-content .loading-content-message {
	text-align:center;
	color:#fff;	
}
.play-standalone {
	cursor: pointer;;
}
.u_0_3 {
	color: #fff;
}

#volume-wrap {
	width: 40px;
	height: 110px;
	background-color: rgba(0,0,0,.6);
	padding: 4px;
	display: none;
	position: absolute;
	z-index: 50000;
	border: 1px solid #999;
}

#volume-wrap .volume-bar {
	width: 30px;
	height: 100px;
	border: 1px solid #eee;
}

#volume-wrap .volume-bar-fill {
	width: 28px;
	height: 98px;
	background-color: rgba(255,255,255,.7);
	position: absolute;
	bottom: 5px;
}
#sticky-player {
	width: 100%; 
	background-color: rgba(0,0,0,.8);
	padding: 10px; 
	width: 100%; 
	height: auto;
	position: fixed; 
	top:0;
	z-index: 10000;
	display: none;
}
#sticky-player .right-side {
	float: left;
	margin-left: 10px;
}

.page-title-2 {
    background-color: rgba(0,0,0,.40);
    height: 100px;
    overflow: hidden;
}
#queue-line {
    min-width: 5000px;
}
.queue-item {
    float: left;
    padding: 4px;
    height: 96px;
    width: 75px;
    overflow: hidden;
    font-size: 10px;
    color: #fff;
    line-height: 12px;
    background-color: rgba(0,0,0,.9);
    text-align: center;
    border-radius: 4px !important;
    margin: 2px;
    position: relative;
    cursor: pointer;
}
.queue-item img {
    width: 65px;
    height: 65px;
      border-radius: 10% !important;
}
.queue-remove {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    left: 75%;
    margin-top: 0px;
    
}
.queue-artist {
  color: #38b3df;
  line-height: 10px;
  height: 10px;
  overflow: hidden;
  float: left;
}
.queue-song {
    color: #A9A9A9;
	  line-height: 10px;
	  height: 10px;
	  overflow: hidden;
	  float: left;
}
.track-title {
	color: #E3D00D;
}
.track-title a {
	color: #E3D00D;
}

#aObj {position: absolute; left: -500px;}

#notification-popup {
	position: absolute;
	width: auto;
	background-color: #000;
	color: #fff;
	height: auto;
	padding: 10px;
	top:0;
	left: 0;
	z-index: 10000;
}

.menu-text {
	font-family: 'Roboto Light', sans-serif;
	float: right;
}

@media(max-width:1500px) {
	#button.volume {
		display: none !important;
	}
		#the-player .progress-wrapper {
		width: 90%;
	}
	#the-player .progress-wrapper .progress-bar {
		width: 80%;
	}
}

@media(max-width:1250px) {
	#the-player {
		width: 76%;
	}
	#button.volume {
		display: none !important;
	}
	#button.thumbs-up {
		display: none !important;
	}
	#the-player .progress-wrapper .progress-bar {
		width: 70%;
	}
}



@media(max-width:975px) {
	#the-player {
		width: 70%;
	}
	#button.volume {
		display: none !important;
	}
	#button.thumbs-up {
		display: none !important;
	}
	#button.repeat {
		display: none !important;
	}
	#the-player .progress-wrapper {
		width: 85%;
	}
	#the-player .progress-wrapper .progress-bar {
		width: 60%;
	}
}

@media(max-width:750px) {
	#the-player {
		width: 100%;
		display: none;
	}
	.search {
		display: none;
	}
	.featured-content {
		clear: both;
		width: 100% !important;
		height: 250px !important;
	}
}

.u-menu {
	color: rgba(60,192,242,1) !important;
}
.not-loged-in {
	color: rgba(255,255,255,.2) !important;
}

.rating img {
	width: 10px !important;
	height: 10px !important;
}