@charset "utf-8";
/* === fonts Section(use ubuntu condesed fonts) === */
@font-face{
	font-family:ubuntu-condesed;
	src:url(../fonts/Ubuntu-C.ttf);
}
/* === player layout === */
#ssplayer{
	width: auto;
	height: 450px;
	max-width: 350px;
	background-color: #000;
	min-height: 130px;
	overflow: hidden;
	font-family: arial;
	position: relative;
}
/* === player details section === */
#ssplayer #controlsManager {
	overflow: hidden;
	position: relative;
	min-height: 150px;
	text-align: center;
}
#ssplayer #detailsContent {
	overflow: hidden;
	position: relative;
	min-height: 150px;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	display:block;
	height:auto;
}
#ssplayer #detailsContent #track_cover {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transform: rotate(180deg) scale(0);
	-moz-transform: rotate(180deg) scale(0);
	-ms-transform: rotate(180deg) scale(0);
	-o-transform: rotate(180deg) scale(0);
	transform: rotate(180deg) scale(0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#ssplayer #detailsContent #track_cover img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.50);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.50);
}
#ssplayer #detailsContent #track_details {
	min-height: 50px;
	color: rgba(255,255,255,1);
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 16px;
	position: relative;
	display: block;
}
#ssplayer #detailsContent #track_details span {
	color: rgba(255,255,255,0.5);
	font-size:12px;
}
#ssplayer #detailsContent #track_download {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 70px;
	right: 50%;
	margin-right: -45px;
	cursor: pointer;
	background-color: #177600;
	border-radius: 50%;
	padding: 1px;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform:scale(0,0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#ssplayer #controlsManager #colorRGBA{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#ssplayer #controlsManager #bgBlur {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#back_image{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#back_image img{
	height:auto;
	width:100%;
	display:block;
}
/* === player track bar section === */
#ssplayer #track_bar {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
	height:20px;
}
#ssplayer #track_bar #track_total_time {
	height: 20px;
	width: 50px;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
#ssplayer #track_bar #track_duration_time {
	width: 50px;
	height: 20px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
#ssplayer #track_bar #track_seek_bar {
	width: auto;
	height: 20px;
	position:relative;
	overflow:hidden;
}
/* === player controls section === */
#ssplayer #player_controls {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}
#ssplayer #player_controls #prev_track_button {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	float: left;
	cursor:pointer;
}
#ssplayer #player_controls #play_track_button {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	float: left;
	cursor:pointer;
}
#ssplayer #player_controls #next_track_button {
	width: 20px;
	height: 20px;
	float: left;
	cursor:pointer;
}
#ssplayer #player_controls #soundControl{
	width: auto;
	height: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display:block;
}
#soundControl #sound_button {
	width: 20px;
	height: 20px;
	cursor:pointer;
	position:relative;
	display:inline-block;
}
#soundControl #soundBar {
	height: 20px;
	width: 80px;
	position:relative;
	display:inline-block;
}

#ssplayer #player_controls #shuffle_button {
	width: 20px;
	height: 20px;
	float: right;
	cursor:pointer;
}
#ssplayer #player_controls #replay_button {
	width: 20px;
	height: 20px;
	float: right;
	margin-left: 5px;
	cursor:pointer;
}
#ssplayer #player_controls #list_button {
	width: 20px;
	height: 20px;
	float: right;
	margin-left: 5px;
	cursor:pointer;
}
/* === player list tracks === */
#ssplayer #track_list {
	height: auto;
	width: 100%;
	max-height: 155px;
	overflow: hidden;
	display: none;
	position: relative;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
}
#ssplayer #track_list #listScroller{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	position: relative;
	display:block;
	overflow:hidden;
}
#ssplayer #track_list #listScroller li {
	line-height: 25px;
	text-align: left;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 5px;
	cursor: pointer;
	width: 100%;
	position:relative;
}
#ssplayer #track_list #listScroller .category{
	height:auto;
}
#ssplayer #track_list #listScroller .category span {
	display: block;
	width: 100%;
	line-height: 25px;
	height: 25px;
	color: #FFFFFF;
	background-color: #8E0C34;
	position: absolute;
	top: 0px;
	z-index: 1;
}
#ssplayer #track_list #listScroller li ul{
	display: block;
	position:relative;
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 350px;
	padding-top: 25px;
}
#ssplayer #track_list #listScroller li ul li{
	display: block;
	position:relative;
	text-indent: 10px;	
	width: 100%;
	background-color: #131313;
	margin-top: 1px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#button #icon {
	width: 20px;
	height: 20px;
	position: absolute;
}
#button #hover {
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: rgba(168,24,58,0.4);
	border-radius: 50%;
}
#button #back {
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
}
#slideBar{
	margin-top: 7px;
	height: 6px;
	margin-bottom: 7px;
	background-color: rgba(255,255,255,0.25);
}
#button #reverseIcon {
	width: 20px;
	height: 20px;
	position: absolute;
	display: none;
}
#seekProgress{
	position: absolute;
	width: 0%;
	height: 100%;
	z-index: 0;
	background-color: rgba(255,255,255,1.00);
	max-width:230px;
}
/* === style for ios whitespace problem === */
#audio{	
	display: none;
	width: 0px;
	height: 0px;
}
/* === style for animation === */
.trackListNormal{
	background-color: #0B0B0B !important;
}
.trackListSelected{
	background-color: #a8183a !important;
}
.buttonSimple{
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.buttonSelect{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}
.coverHide{
	-webkit-transform: rotate(180deg) scale(0);
	-moz-transform: rotate(180deg) scale(0);
	-ms-transform: rotate(180deg) scale(0);
	-o-transform: rotate(180deg) scale(0);
	transform: rotate(180deg) scale(0);
}
.coverShow{
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);	
}
#errorPlayer {
	font-size: 16px;
	color: #414141;
	text-align: center;
}
 /* === styles for the ui sliders === */
.ui-slider {
	position: relative;
	text-align: left;
	cursor:pointer;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 6px;
	height: 6px;
	background-color: #A8183A;
	visibility: hidden;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	background-color: #A8183A;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal .ui-slider-handle {
	top: 0px;
	margin-left: 0px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
/* === styles for the scroll bar === */
._mCS_1 .mCSB_scrollTools{
	width: 11px !important;
	z-index: 1;
}
._mCS_1 .mCSB_dragger_bar{ 
	background-color: #A8183A !important;
	width: 10px !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	margin-left: 1px !important; 
}
._mCS_1 .mCSB_draggerRail{
	width: 11px !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	background-color:#000000 !important;
	z-index: 2;
}
.mCSB_container{
	min-height: 100% !important;
	height: auto !important;
	position: relative !important;
}
.mCSB_inside > .mCSB_container{
	margin-right: 0px !important;
	height: 100% !important;
	position: relative !important;
	width: 100% !important;
}
.mCustomScrollBox{
	height: 100% !important;
	min-height: 100% !important;
	position: relative !important;
	overflow: hidden !important;
}