/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 *
 * 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
*/
div.jp-audio{
	margin-left:-95px
}

div.jp-interface {
	position: relative;
	width:215px;
	height:60px;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
	border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:55px;
}
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: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	opacity:0.9;
}
div.jp-interface ul.jp-controls a:hover{
	opacity:1.0;
}
a.jp-previous {
	left:-165px;
	top:0px;
	width:100px;
	height:100px;
	background: url( ../boot/preus.png) no-repeat center center;
	background-size: cover;

	
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:54px;
}
a.jp-play {
	left:-55px;
	top:0px;
	width:100px;
	height:100px;
	background: url( ../boot/play.png) no-repeat center center;
	background-size: cover;

}
a.jp-pause {
	left:-55px;
	top:0px;
	width:100px;
	height:100px;
	background: url( ../boot/pausa.png) no-repeat center center;
	display: none;
	background-size: cover;

}
a.jp-next {
	left: 165px;
	top:0px;
	background: url( ../boot/next.png) no-repeat center center;
	width:100px;
	height:100px;
	background-size: cover;

}
a.jp-stop {
	top:0px;
	background: url( ../boot/stop.png) no-repeat center center;
	left:55px;
	width:100px;
	height:100px;
	background-size: cover;
}
div.jp-playlist-player a.jp-stop {
	left:72px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:42px;
	width:200px;
	font-size:10px;
	color:#fff;
}
div.jp-total-time {

}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:7px;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:205px;
	border:2px solid #fff;
	background:#fff;
	width:535px;
	left:-165px;

}
div.jp-playlist-player div.jp-progress {
	left:7px;
}
div.jp-load-bar {
	background: url(jplayer.codrops.png) 0 0 repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url( jplayer.codrops.png) 0 -15px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-mute{
	position:absolute;
	top:0px;
	background: url( ../boot/mute.png) no-repeat center center;
	width:100px;
	height:100px;
	left:275px;
	background-size: cover;
}
a.jp-unmute{
	position:absolute;
	top: 0px;
	background: url( ../boot/on_mute.png) no-repeat center center;
	width:100px;
	height:100px;
	left:275px;
	background-size: cover;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top: -80px;
	background:  #AA3A37;

	width:  200px;
	height: 20px;
	cursor: pointer;
	left: -70px;
}
div.jp-volume-bar-value {
	background:#fff;
	width:0px;
	height:20px;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:40px;
	width: 600px;
}
div.jp-duration {
	text-align: right;
	width: 600px;

	margin-top:100px;
	margin-left: 170px;
}
div.jp-current-time{
	text-align:left;
	width: 600px;

	margin-top:100px;
	margin-left:-165px;
	
}


div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:35px;
	left:0px;
	width:201px;
}
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 {
	margin-top: 185px;
	margin-left:-135px;
	width:500px;
	overflow-y:auto;
	overflow-x:hidden;

	height: 165px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin-top: 10px;
	padding:0;
}
div.jp-type-playlist div.jp-playlist li {
	display:block;
	text-align: center;
	margin:0 0 3px 0;
}
div.jp-type-playlist div.jp-playlist a {
	color: #000;
	font-size:20px;
	font-style: bolt;
	margin:0;
	padding:0px 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#fff;
	background:#000;
}
div.jp-type-playlist div.jp-playlist a {
	color: #000;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color: #fff;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color: #AC3C39;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current:hover{
	background:#fff;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}
div.jp-jplayer {
	width:0px;
	height:0px;
}
.home{
	margin-left: 160px;
	position: absolute;
	margin-top:-120px;
	width: 100px;
	height: 100px;
	background:url(../images/home03.svg);
	background-size: cover;
	z-index: 9999;
	opacity: 0.8
}
.home:hover{
	background:url(../images/home03.svg);
	background-size: cover;
	opacity: 1;
	
}