﻿.sc-player {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #eee;
	background: -moz-linear-gradient(top, black, #ccc 0px, #fff 70%);
	background: -webkit-gradient(linear, left top, left 70%, from(black), color-stop(0%, #ccc), to(#fff));
	color: #333;
	font-size: 80%;
	margin: 1em auto;
}
.soundcloud-left, .soundcloud-right {
	position: relative;
	min-height: 300px;
	padding: 0!important;
}
.sc-player a {
	text-decoration: none;
	color: #333;
}
.sc-player ol, .sc-player li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.sc-player .sc-artwork-list {
	width: 100%;
	height: auto;
	list-style-type: none;
	position: relative;
}
.sc-player .sc-artwork-list li {
	list-style-type: none;
	display: none;
}
.sc-player .sc-artwork-list li.active {
	list-style-type: none;
	display: block;
}
.sc-player .sc-artwork-list li {
	list-style-type: none;
	width: 100%;
	min-height: 300px;
	position: relative;
	overflow: hidden;
}
.sc-player .sc-artwork-list li img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	border-radius: 0;
	width: 100%;
	height: 100%;
}
.sc-no-artwork {
	display: none;
}
.sc-player .sc-controls {
	position: absolute;
	z-index: 2;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	top: 50%;
	left: 50%;
}
.sc-player .sc-controls a, .sc-player.playing .sc-controls a.sc-pause {
	color: transparent;
	border-color: #f50;
	background-color: #f50;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 2.5em!important;
	line-height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
@media screen and (max-width:980px){
.sc-player .sc-controls a, .sc-player.playing .sc-controls a.sc-pause {
	font-size: 2.5em!important;
}
}
@media screen and (max-width:480px){
.soundcloud-left, .soundcloud-right, .sc-player ol.sc-trackslist, .sc-player .sc-artwork-list li {
	min-height: 250px!important;
}
}
.sc-player .sc-controls a:hover, .sc-player .sc-controls a.sc-pause:hover, .sc-player.playing .sc-controls a.sc-pause:hover {
	background-color: #f30;
}
.sc-player .sc-controls a.sc-pause {
	display: none;
}
.sc-player.playing .sc-controls a.sc-play {
	display: none;
}
.sc-scrubber {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	display: block;
	z-index: 2;
}
.sc-scrubber .sc-time-span {
	height: 30px;
	margin: 5px;
	position: relative;
}
.sc-scrubber .sc-time-span img {
	height: 30px;
	width: 100%;
	background-color: #003399;
	background: -moz-linear-gradient(top, black, #e74c14 0px, #f6a400 90%);
	background: -webkit-gradient(linear, left top, left 90%, from(black), color-stop(0%, #e74c14), to(#f6a400));
}
.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
	height: 30px;
	position: absolute;
	top: 0;
}
.sc-scrubber .sc-played {
	background-color: rgba(0,0,0,.5);
}
.sc-track-duration {
	padding: 0 5px;
}
.sc-scrubber .sc-time-indicators {
	position: absolute;
	right: 0;
	bottom: 40px;
	padding: 0 4px;
	background: #313131;
	color: #f30;
}
.sc-player ol.sc-trackslist {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 300px;
	top: 5px;
	left: 0;
}
.sc-player ol.sc-trackslist li.active {
	color: #fff;
	background: #f50;
	background: linear-gradient(#f70,#f30);
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li:hover {
	padding: 0 4px;
	color: #fff;
}
.sc-player ol.sc-trackslist li:hover {
	background: #f30;
}
.sc-player ol.sc-trackslist li.active a, .sc-player ol.sc-trackslist li:hover a {
	color: #fff;
}
.sc-player ol.sc-trackslist li {
	cursor: pointer;
	margin: 1px 5px;
	padding: 0 4px;
	position: relative;
}
.sc-player ol.sc-trackslist li a {
	display: inline-block;
}
.sc-player .sc-info {
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	top: 12%;
	width : 80%;
	height: 200px;
	z-index: -1;
	padding: 5px;
	text-align: start;
	background-color: rgba(255,255,255,.95);
	border: 1px rgba(0,0,0,0.2) solid;
	margin-left: -200px;
	-moz-transition: background-color .3s ease,opacity .3s ease;
	-webkit-transition: background-color .3s ease,opacity .3s ease;
	-ms-transition: background-color .3s ease,opacity .3s ease;
	transition: background-color .3s ease,opacity .3s ease;
}
.sc-player .sc-info.active {
	opacity: 1;
	z-index: 3;
	margin: 0 auto;
}
.sc-player .sc-info-toggle {
	position: absolute;
	top: 6px;
	color: #fff;
	z-index: 2;
}
.sc-player .sc-info-toggle:before {
	font-family: icomoon;
	content: '\e916';
	padding: 3px 8px;
	background: #f50;
	background: linear-gradient(#f70,#f30);
	color: #fff;
	font-size: 2em;
}
.sc-player .sc-info-toggle.active {
	opacity: 0;
}
.sc-player .sc-info-toggle:hover:before {
	background: #f30;
}
.sc-player .sc-info-close {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 40px;
	height: 20px;
	padding: 0 4px;
	background: #f50;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.sc-volume-slider {
	bottom: 45px;
	left: 0px;
	position: absolute;
	width: 110px;
	height: 15px;
	background-color: #e5e5e5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.sc-volume-slider .sc-volume-status {
	position: absolute;
	width: 0%;
	height: 13px;
	top: 1px;
	left: 1px;
	background-color: #666;
	border-right: 1px solid #f6a400;
}
.sc-player .hidden {
	display: none;
}
.sc-player-engine-container {
	width: 1px;
	height: 1px;
	position: fixed;
	top: 2px;
	left: 2px;
}
