
/* =Audio/Video jPlayer Skin
--------------------------------------------------------------------- */

div.jp-video.fullwidth .fullwidth {
	display: block;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	}

div.jp-video.fullwidth .jp-jplayer img,
div.jp-video.fullwidth .jp-jplayer video,
div.jp-video.fullwidth .jp-jplayer object {
    left: 0;
    position: absolute;
    top: 0;
	}

/* Video */
div.jp-audio,
div.jp-video {
	color:#a7a7a7;
	line-height:2.2em;
	position:relative;
	}

div.jp-video video { background-color:#fff; }

div.jp-audio { width:100%; }

div.jp-video.fullwidth,
div.jp-video.fullwidth .jp-type-list-parent {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
	margin-bottom: 60px;
	}

div.jp-video.fullwidth.playlist {
	height:auto;
	padding-bottom:0;
	}

div.jp-video.fullwidth .jp-type-single,
div.jp-video.fullwidth .jp-type-list {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}

div.jp-video-full {
	width:100%;
	height:100%;
	position:static !important;
	position:relative
	}

div.jp-video-full div.jp-jplayer {
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	}

div.jp-video-full div.jp-gui {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	}

div.jp-video-full div.jp-interface {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1000;
	}

a.jp-full-screen span {background:url(../images/jplayer/jp_sprite.png) -58px -57px no-repeat;}

a.jp-full-screen:hover span {background-position:-86px -57px;}

a.jp-restore-screen span { background:url(../images/jplayer/jp_sprite.png) -58px -84px no-repeat; }

a.jp-restore-screen:hover span { background-position:-84px -84px; }

div.jp-video-play {
	background-color:rgba(0, 0, 0, 0);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	}

div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:999999;
	}

a.jp-video-play-icon {
	background:url(../images/jplayer/jp_play.png) 0 0 no-repeat;
	display:block;
	width:80px;
	height:50px;
	margin-left:-40px;
	margin-top: -14px;
	position:absolute;
	left:50%;
	top:50%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
 	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-ms-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
	}

div.jp-video-play:hover a.jp-video-play-icon {
	opacity:1;
	filter:alpha(opacity=100);
	}

/* Audio */
div.jp-audio.fullwidth,
div.jp-audio.fullwidth .jp-type-list-parent {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
	margin-bottom: 40px;
	}

div.jp-audio.fullwidth.playlist {
	height:auto;
	padding-bottom:0;
	}

div.jp-audio.fullwidth .jp-type-single,
div.jp-audio.fullwidth .jp-type-list {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}

div.jp-audio-full {
	width:100%;
	height:100%;
	position:static !important;
	position:relative
	}

div.jp-audio-full div.jp-jplayer {
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	}

div.jp-audio-full div.jp-gui {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	}

div.jp-audio-full div.jp-interface {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1000;
	}

div.jp-audio-play {
	background-color:rgba(0, 0, 0, 0);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	}

div.jp-audio-full div.jp-audio-play {
	height:100%;
	z-index:999999;
	}

a.jp-audio-play-icon {
	background:url(../images/jplayer/jp_play.png) 0 0 no-repeat;
	display:block;
	width:80px;
	height:50px;
	margin-left:-40px;
	margin-top:-25px;
	position:absolute;
	left:50%;
	top:50%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
 	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-ms-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
	}

div.jp-audio-play:hover a.jp-audio-play-icon {
	opacity:1;
	filter:alpha(opacity=100);
	}

div.jp-audio div.jp-interface { margin:0 0 0 0; }

div.jp-audio-full div.jp-title li { padding:1px 0; }

/* Interface */
div.jp-gui { }

div.jp-interface {
 	background: #333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#282828));
	background: -webkit-linear-gradient(top, #333, #282828);
	background: -moz-linear-gradient(top, #333, #282828);
	background: -ms-linear-gradient(top, #333, #282828);
	background: -o-linear-gradient(top, #333, #282828);
   	border-bottom: 1px solid #181818;
 	width:100%;
	height:40px;
	overflow:hidden;
	position:relative;
	}

div.jp-video div.jp-interface { margin:0 0 0 0; }

div.jp-controls-holder {
	width:100%;
	overflow:hidden;
	position:absolute;
	top:9px;
	left:0;
	}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
	}

ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float:left;
	}

div.jp-interface ul.jp-controls a {
	display:block;
	padding-right:2px;
	overflow:hidden;
	text-indent: 100%;
   	white-space: nowrap;
	overflow: hidden;
	padding-left: 4px;
	margin-top: 1px;
	}

div.jp-interface ul.jp-controls a span {
	display:block;
	overflow:hidden;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
 	}

a.jp-play span,
a.jp-pause span {
	width:28px;
	height:28px;
	border-right: 1px solid #343434;
	padding-right: 6px;
	}

a.jp-play span {background:url(../images/jplayer/jp_sprite.png) 0 0 no-repeat;}

a.jp-play:hover span {background-position:-26px 0;}

a.jp-pause span {
	background:url(../images/jplayer/jp_sprite.png) 0 -28px no-repeat;
	display:none;
	}

a.jp-pause:hover span { background-position:-28px -28px; }

a.jp-stop span,
a.jp-previous span,
a.jp-next span {
	width:28px;
	height:28px;
	border-right: 1px solid #343434;
	padding-right: 3px;
	}

a.jp-stop span {background:url(../images/jplayer/jp_sprite.png) -2px -56px no-repeat;}

a.jp-stop:hover span {background-position:-30px -56px;}

a.jp-previous span { background: url(../images/jplayer/jp_sprite.png) -56px -28px no-repeat; }

a.jp-previous:hover span { background-position:-84px -28px; }

a.jp-next span { background:url(../images/jplayer/jp_sprite.png) -56px 0 no-repeat; }

a.jp-next:hover span { background-position:-84px 0; }

div.jp-progress {
	background-color: #121212;
	width:100%;
	height:7px;
	border-left: 1px solid #121212;
	border-right: 1px solid #121212;
	overflow:hidden;
		border-bottom: 1px solid #343434;
	position:absolute;
	top:0;
	left:0;
	}

div.jp-seek-bar {
	width:0;
	height:100%;
	cursor:pointer;
	box-shadow:inset 0 0 2px #464444;
	-moz-box-shadow:inset 0 0 2px #464444;
	-webkit-box-shadow:inset 0 0 2px #464444;
	}

div.jp-play-bar {
	background:url(../images/jplayer/jp_sprite.png) repeat-x;
	background-position: 0px -145px;
	width:0;
	height:7px;
	}

div.jp-seeking-bg {background:url(../images/jplayer/jp_load.gif) 0 0 repeat-x;}

a.jp-mute,
a.jp-unmute,
a.jp-volume-max { position:relative; }

a.jp-mute,
a.jp-unmute { margin:0 75px 0 0; }

a.jp-mute span { background:url(../images/jplayer/jp_sprite.png) 0 -84px no-repeat; }

a.jp-mute:hover span { background-position:-28px -84px; }

a.jp-unmute span {
	background:url(../images/jplayer/jp_sprite.png) 0 -112px no-repeat;
	display:none;
	}

a.jp-unmute:hover span { background-position:-28px -112px; }

div.jp-volume-bar {
	background-color:#111;
	width:50px;
	height:7px;
	overflow:hidden;
	position:absolute;
	top:10px;
	right:55px;
	cursor:pointer;
	z-index:2;
	box-shadow: 0 1px 0 #464444;
	-moz-box-shadow: 0 1px 0 #464444;
	-webkit-box-shadow: 0 1px 0 #464444;
	}

div.jp-audio div.jp-volume-bar { right:18px; }

div.jp-volume-bar-value {
	background:url(../images/jplayer/jp_sprite.png) repeat-x;
	background-position: 0px -145px;
	width:0;
	height:7px;
	}

div.jp-current-time,
div.jp-time-sep,
div.jp-duration {
	font-size: 10px;
	margin-top: 8px;
	}

div.jp-current-time {
	display:inline;
	float:left;
	}

div.jp-time-sep {
	text-align:center;
	display:inline;
	float:left;
	margin-right:6px;
	margin-left:6px;
	}

div.jp-duration {
	text-align:right;
	display:inline;
	float:left;
	margin-left:94px;
	}

div.jp-title {
	font-weight:bold;
	text-align:center;
	display:none;
	}

div.jp-title,
div.jp-playlist { width:100%; }

div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist { border-top:none; }

div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	padding:0;
	margin:0;
	}

div.jp-title li {
	font-weight:bold;
	padding:5px 0;
	}

div.jp-video-full div.jp-title li { padding:1px 0; }

div.jp-playlist li {
	background-color:#fcfcfc;
	margin:1px 0;
	position:relative;
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .06);
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .06);
	box-shadow:0 1px 0 rgba(0, 0, 0, .06);
	}

div.jp-playlist li a {
	display:block;
	padding:11px 20px 9px 45px;
	}

div.jp-playlist li.jp-playlist-current span {
	background-image:url(../../images/plus_grad.png);
	background-position:0 0;
	background-repeat:repeat-x;
	display:block;
	width:13px;
	height:13px;
	position:absolute;
	top:19px;
	left:15px;
	border-radius:6.5px;
	-moz-border-radius:6.5px;
	-webkit-border-radius:6.5px;
	-webkit-box-shadow:inset 0 0 1px rgba(0, 0, 0, .2);
	-moz-box-shadow:inset 0 0 1px rgba(0, 0, 0, .2);
	box-shadow:inset 0 0 1px rgba(0, 0, 0, .2);
	}

div.jp-playlist li div { display:inline; }

div.jp-playlist a.jp-playlist-item-remove {
	color:#666;
	font-weight:bold;
	text-align:right;
	display:inline;
	float:right;
	margin-right:10px;
	}

div.jp-playlist a.jp-playlist-item-remove:hover { color:#0d88c1; }

div.jp-playlist span.jp-free-media {
	text-align:right;
	display:inline;
	float:right;
	margin-right:10px;
	}

div.jp-playlist span.jp-free-media a { color:#666; }

div.jp-playlist span.jp-free-media a:hover { color:#0d88c1; }

span.jp-artist {
	color:#666;
	font-size:.9em;
	}

div.jp-jplayer audio,
div.jp-jplayer {
	width:0;
	height:0;
	}

div.jp-jplayer { background-color:#000; }

ul.jp-toggles {
	list-style-type:none;
	float:right;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	z-index:1;
	}

ul.jp-toggles li {
	display:block;
	float:left;
	margin-left: 1px;
	}

ul.jp-toggles li a {
	border-left: 1px solid #343434;
	padding-left: 5px;
	}

ul.jp-toggles li a,
ul.jp-toggles li a span {
	display:block;
	width:31px;
	height:31px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
   	margin-top: 1px;
	}

.jp-no-solution {
	border: 1px solid #009BE3;
    background-color: #404040;
    color: #000;
    font-size: .8em;
    display: none;
    width: 390px;
    padding: 15px 30px;
    margin-left: -202px;
    position: absolute;
    left: 50%;
    top: 110px;
	}

.jp-no-solution a { color:#000; }

.jp-no-solution span {
	font-size:1em;
	font-weight:bold;
	text-align:center;
	display:block;
	}
