/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */
.jp-playlist{
	display: none;
}

div.jp-audio,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* No parent CSS that can effect the size in these demos */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-audio {
	/*width: 100%;*/
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-interface {
	position: relative;
	/* width:418px; */
}
div.jp-audio div.jp-type-single div.jp-interface {
	/*height: 53px;*/
	border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}
div.jp-video div.jp-type-single div.jp-interface {
	height:60px;
	border-bottom:none;
}
div.jp-video div.jp-type-playlist div.jp-interface {
	height:60px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: relative;
	display:inline;
	float: left;
	margin-left: 1px;
}
div.jp-interface ul.jp-controls a {
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:20px;
	left:48px;
}
div.jp-video a.jp-play,
div.jp-video a.jp-pause {
	top:15px;
}
div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
	left:195px;
}
div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
	left:220px;
}
div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
	left:275px;
}
div.jp-video-360p div.jp-type-playlist a.jp-play,
div.jp-video-360p div.jp-type-playlist a.jp-pause {
	left:300px;
}
/*
a.jp-play {
	background: url("../images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../images/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
*/
div.jp-audio div.jp-type-single a.jp-pause {
	background-position: -77px top;
	background-color: #46474a;
}
div.jp-audio div.jp-type-single a.jp-pause:hover {
	background-position: -77px bottom;
	background-color: #000;
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:26px;
	left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:26px;
	left:126px;
}
div.jp-video a.jp-stop {
	top:21px;
}
div.jp-video-270p div.jp-type-single a.jp-stop {
	left:245px;
}
div.jp-video-270p div.jp-type-playlist a.jp-stop {
	left:298px;
}
div.jp-video-360p div.jp-type-single a.jp-stop {
	left:325px;
}
div.jp-video-360p div.jp-type-playlist a.jp-stop {
	left:378px;
}
/*
a.jp-stop {
	background: url("../images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
*/
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:20px;
	top:26px;
}
div.jp-video div.jp-type-playlist a.jp-previous {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-previous {
	left:192px;
}
div.jp-video-360p div.jp-type-playlist a.jp-previous {
	left:272px;
}
/*
a.jp-previous {
	background: url("../images/jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	left: 0px;
}
a.jp-previous:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
*/
div.jp-audio div.jp-type-playlist a.jp-next {
	left:88px;
	top:26px;
}
div.jp-video div.jp-type-playlist a.jp-next {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-next {
	left:260px;
}
div.jp-video-360p div.jp-type-playlist a.jp-next {
	left:340px;
}
/*
a.jp-next {
	background: url("../images/jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
*/
div.jp-progress {
}
div.jp-audio div.jp-type-single div.jp-progress {
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	top:32px;
	left:164px;
	width:122px;
	height:15px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	/* background: url("../images/jplayer.blue.monday.jpg") 0 -202px repeat-x; */
	width:0px;
	height: 6px;
	cursor: pointer;
}
div.jp-play-bar {
	background: #000;
	width:0px;
	/* height:15px; */
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: #f43f07;
}

a.jp-mute,
a.jp-unmute {
	width:18px;
	height:15px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:32px;
	left:274px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:32px;
	left:296px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	top:27px;
}
div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
	left:304px;
}
div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
	left:363px;
}
div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
	left:384px;
}
div.jp-video-360p div.jp-type-playlist a.jp-mute,
div.jp-video-360p div.jp-type-playlist a.jp-unmute {
	left:443px;
}
a.jp-mute {
	background: url("../images/jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
a.jp-mute:hover {
	background: url("../images/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("../images/jplayer.blue.monday.jpg") 0 -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("../images/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("../images/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:37px;
	left:302px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:37px;
	left:324px;
}
div.jp-video div.jp-volume-bar {
	top:32px;
}
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
	left:332px;
}
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
	left:391px;
}
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
	left:412px;
}
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
	left:471px;
}
div.jp-volume-bar-value {
	background: url("../images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:.64em;
	font-style:oblique;
}
div.jp-duration {
	text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	top:49px;
	left:130px;
	width:122px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:49px;
	left:164px;
	width:122px;
}
div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
	top:10px;
	left:0px;
	width:98%;
	padding:0 1%;
}
div.jp-playlist {
	/* width:418px; */
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
    float: left;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */
	font-size:.72em;
}


div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
/*
div.jp-video div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
*/
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}

div.jp-video div.jp-video-play {
	background: transparent url("jplayer.blue.monday.video.play.png") no-repeat center;
	/* position: relative; */
	position: absolute;
	cursor:pointer;
	z-index:2;
}
div.jp-video div.jp-video-play:hover {
	background: transparent url("jplayer.blue.monday.video.play.hover.png") no-repeat center;
}
div.jp-video-270p div.jp-video-play {
	top:-270px;
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	top:-360px;
	width:640px;
	height:360px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-video div.jp-jplayer {
	border:1px solid #009be3;
	border-bottom:none;
	z-index:1;
}
div.jp-video-270p div.jp-jplayer {
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-jplayer {
	width:640px;
	height:360px;
}
div.jp-jplayer {
	background-color: #000000;
}

#audioPlayer{
    display: block;
    overflow: hidden;

}

#audioPlayer .title {
	min-width: 152px;
	text-align: left;
	float: left;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 0;
	letter-spacing: 1px;
	font: bold 14px/23px 'Times New Roman', Times, serif;
}

.jp-controls a {
	background-color: #e3e4e6;
	width: 73px;
	height: 73px;
	border: 2px solid #26272a;
	display: block;
	float: left;
	position: relative;
}

.jp-controls a span {
	position: absolute;
	background: url(../images/playersprite.png) 0 0 no-repeat;
	width: 12px;
	height: 11px;
	padding: 0;
	display: block;
	top: 50%;
	margin-top: -6px;
	left: 50%;
	margin-left: -6px;
}

.jp-controls a:hover {
	background-color: #000000;
}

.jp-controls .jp-previous:hover {
	background-position: 0 bottom;
}

.jp-controls #playSound {
	width: 10px;
	margin-left: -4px;
	background-position: -12px 0;
	
}

.jp-controls #playSound.stoped span {
	background-position: -12px bottom;
	margin-left: -1px;
}

.jp-controls #playSound.stoped:hover span {
	background-position: -22px bottom;
}

.jp-controls #playSound:hover span {
	background-position: -22px 0;
}



.jp-controls .jp-next {
	background-position: right 0;
}

.jp-controls .jp-next:hover {
	background-position: right bottom;
}


.jp-controls {
	float: right;
	margin-right: 212px;
}


.jp-controls a+a {
	margin-left: 1px;
}
.jp-type-single{
	float: left;
}

/* jplayer gray skin styles */
/*------audioPlayer-------*/
.music {
	overflow: hidden;
	background-color: #f43f07;

}

.jp-audio{
    display: block;

}

.jp-audio .title {
	min-width: 152px;
	text-align: left;
	float: left;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 0;
	letter-spacing: 1px;
	font: bold 14px/23px 'Times New Roman', Times, serif;
}
.jp-progress{
    display: block;
    float: left;
    width: 407px;
    height: 14px;
    padding-top: 19px;
    padding-right: 27px;
}
div.jp-seek-bar{
    float: left;
    width: 100%;
    height: 1px;
    background: #fff;
    cursor: pointer;
}
div.jp-play-bar{
    top: -1px;
    width: 0%;
    height: 3px;
    overflow: visible !important;
    position: relative;
    background: #FFF;
}

.jp-play-bar:after {
	width: 11px;
	height: 11px;
	background-color: #FFF;
    border-radius: 2px;
	position: absolute;
	display: block;
	right: -11px;
	top: -4px;
	content: '';
}
#tracerLine{
    position: relative; 
    top:-4px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity:0;
}
#volumeInd{
	display: none;
    position: relative;
    top: 4px;
    left: 13px; 
    float: left;
    width: 15px;
    height: 7px;
    cursor: pointer;
}

.jp-controls a {
	background-color: transparent;
	width: 43px;
	height: 43px;
	display: block;
	float: left;
    border: 1px solid #666667;
    border-radius: 5px;
	position: relative;
}

.jp-controls a {
	position: relative;
	background-image: url(../images/playersprite.png);
	background-position: 2px top;
	background-repeat: no-repeat;
	background-color: #e3e4e6;
	width: 73px;
	height: 73px;
	border: 2px solid #26272a;
	border-radius: 500px;
	padding: 0;
	display: block;
	top: 0;
	margin-top: 0px;
	left: 0;
	margin-left: 0px;
}
.audio_style2 .jp-controls a {background-color: #626365;}
.jp-controls a:hover {
	background-color: #FFF;
	background-position: 2px bottom;
}

.jp-controls {
	float: left;
	margin-right: 212px;
}


.jp-controls a+a {
	margin-left: 1px;
}
/*--------playsilt----------------*/
div.jp-playlist {
	/* width:418px; */
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */
	font-size:.72em;
}


div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
/*
div.jp-video div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
*/
div.jp-playlist{
    background: transparent;
    color: #FFF;
    border: none;
    width: auto !important;
}

div.jp-audio div.jp-type-single div.jp-interface{
    float: left;
}

div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 20px;
	border-bottom:none;
    display: none !important;
}
div.jp-type-single div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;

padding-left: 14px;
padding-top: 7px;
    display: block !important;
}