/*
* Fullwidth Audio Player V1.3.1
* Author: Rafael Dery
* Copyright 2011
*
* Only for the sale at the envato marketplaces
*
*/

/* Reset */

#fap-wrapper * {
	margin: 0;
	padding: 0;
	list-style: none !important;
	line-height: 12px;
	outline: none !important;
}
/* Wrapper */

#fap-wrapper {
	min-width: 100%;
	position: fixed;
	left: 0;
	z-index: 100000;
	border-top: 0;
	border-bottom: 0;
	font-size: 10px;
	margin-bottom: 55px;
}
#fap-wrapper-switcher {
	position: absolute;
	width: 30px;
	height: 15px;
	line-height: 15px;
	left: 0;
	border: 1px solid;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	display: none;
}
.fap-bordered-top {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.fap-bordered-bottom {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#fap-init-text {
	position: absolute;
	left: 0;
	font-size: 12px;
	color:#999;
	text-transform:capitalize;
	margin-top:-10px;
}
.fap-wrapper-top #fap-init-text {
	bottom: 20px;
}
.fap-wrapper-bottom #fap-init-text {
	top: 20px;
}
#fap-main {
	width: 960px;
	height: 100%;
	position: relative;
}
/* Meta Stuff */

#fap-meta-wrapper {
	width: 530px;
	float: right;
	height: 30px;
}
#fap-current-cover, #fap-cover-replacement {
	text-align: center;
	font-size: 18px;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	display: none !important;
}
#fap-current-title {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	color: #000 !important;
	font-weight: normal;
	line-height: 30px;
	background-image: url(../../../themes/mexicansummer-theme-summer13/images/ms-yellow-arrow.gif);
	background-position: 90px -1px;
	background-repeat: no-repeat;
}
#fap-current-title:before {
	content: "NOW PLAYING";
	color: #5c3246;
	background-position: right center;
	margin-right: 25px;
}
#fap-current-meta {
	font-size: 10px;
}
#fap-current-meta a, #fap-current-meta a:visited {
	color: #666666;
}
#fap-current-meta a:hover {
	text-decoration: none;
}
#fap-social-links {
	margin-top: 7px;
}
#fap-social-links a {
	font-size: 10px;
	margin-right: 10px;
	text-decoration: underline;
}
#fap-social-links a:hover {
	text-decoration: none;
}
/* Main UI */

#fap-ui-wrapper {
	width: 430px;
	float: left;
}
#fap-ui-wrapper > div, #fap-ui-wrapper > a {
	float: left;
}
#fap-ui-nav {
	position: relative;
	width: 80px;
	height: 30px;
}
#fap-ui-wrapper > div {
	margin-right: 30px;
}
#fap-ui-wrapper #fap-volume-sign,#fap-ui-wrapper #fap-time-bar{
	margin-right:10px;
}
#fap-playlist-toggle{
	background-color:#FFF !important;
	
}
#fap-ui-wrapper > div:last-child {
	margin-right: 0;
}
#fap-ui-nav {
}
#fap-ui-nav > a {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	border-left: 2px solid #bfbfbf;
	border-right: 2px solid #bfbfbf;
}
#fap-ui-nav > a:hover {
	opacity: .8;
}
#fap-ui-nav #fap-previous {
	background-image: url(../../../themes/mexicansummer-theme-summer13/images/ms-player-prev.gif);
	background-color:#D3D3D3 !important;
	top: 0px;
	left: 0;
	width: 30px;
	height: 30px;
}
#fap-ui-nav #fap-next {
	background-image: url(../../../themes/mexicansummer-theme-summer13/images/ms-player-next.gif);
	top: 0px;
	background-color:#D3D3D3 !important;
	left: 60px;
	width: 30px;
	height: 30px;
}
#fap-ui-nav #fap-play-pause {
	top: 0;
	left: 30px;
	width: 30px;
	height: 30px;
	z-index: 3;
	background-color:#d3d3d3 !important;
}
#fap-ui-nav .fap-play {
	background-image: url(../../../themes/mexicansummer-theme-summer13/images/ms-player-play.gif);
}
#fap-ui-nav .fap-pause {
	background-image:url(../../../themes/mexicansummer-theme-summer13/images/ms-player-pause.gif);
	opacity:.9;
}
#fap-time-bar {
	position: relative;
}
#fap-time-bar div {
	position: absolute;
	top: 0;
	left: 0;
}
#fap-time-bar div, #fap-volume-bar, #fap-volume-bar div {
	cursor: pointer;
}
#fap-time-bar div {
	width: 0;
}
#fap-time-bar span {
	margin-top: 10px;
}
#fap-volume-bar div {
	width: 100%;
}
#fap-time-bar #fap-current-time {
	float: left;
	display: none;
}
#fap-time-bar #fap-total-time {
	float: right;
	display: none;
}
#fap-volume-bar {
	margin-right: 5px !important;
}
#fap-volume-sign {
	background-image: url(../images/fwap/volume.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	width: 20px;
	height: 22px;
}
#fap-playlist-toggle {
	margin-right: 0 !important;
}
#fap-time-bar, #fap-time-bar div, #fap-volume-bar, #fap-volume-bar div {
	height: 6px;
}
/* Playlist Stuff */

#fap-playlist-toggle, #fap-playlist-shuffle {
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top:5px;
}
#fap-playlist-toggle {
	background-image: url(../images/fwap/playlist.png);
	background-position: 5px 5px;
}
#fap-playlist-shuffle {
	background-image: url(../images/fwap/shuffle.png);
	background-position: 5px 7px;
}
#fap-playlist-wrapper {
	padding-right: 15px;
	padding-bottom: 15px;
}
#fap-playlist {
	width: 100%;
	height: 100%;
}
#fap-playlist {
	width: 100%;
	height: 100%;
	list-style:georgian;
}
#fap-playlist-wrapper li {
	line-height: 20px;
}
#fap-playlist-wrapper li img, #fap-playlist-wrapper li .fap-cover-replace-small {
	text-align: center;
	float: left;
	width: 20px;
	height: 20px;
	background-color:#5C3246;
	background:#5C3246 !important;
}
#fap-playlist-wrapper li > span {
	float: left;
	line-height: 20px;
	margin-left: 10px;
	cursor: pointer;
}
#fap-playlist-wrapper li span:hover {
	text-decoration: underline;
}
#fap-playlist-wrapper li .fap-remove-track {
	font-size: 18px;
	line-height: 22px;
	float: right;
	cursor: pointer;
	display:none;
}
.fap-xml-playlist span {
	display: none;
}
/* Popup Skin */

.fap-popup-skin #fap-wrapper-switcher {
	display: none;
	font-size: 20px;
	text-align: center;
}
/* Soundcloud */
.sc-player-engine-container {
	width: 1px;
	height: 1px;
	position: fixed;
	top: -200px;
	left: -200px;
}
/* Antiscroll */

.antiscroll-wrap {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.antiscroll-wrap .box, .antiscroll-wrap .box .antiscroll-inner {
	width: 960px;
}
.antiscroll-scrollbar {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: absolute;
	opacity: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: linear 300ms opacity;
	-moz-transition: linear 300ms opacity;
	-o-transition: linear 300ms opacity;
}
.antiscroll-scrollbar-shown {
	opacity: 1;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.antiscroll-scrollbar-vertical {
	width: 7px;
	margin-top: 2px;
	right: 2px;
	top: 0;
}
.antiscroll-inner {
	overflow-y: scroll;
}
 .antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {
 width: 0;
 height: 0;
}
/* Helper */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.fap-cover-replace-small{
	background-color:#5C3246;
	background:#5C3246;
	display:none;
}