

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

	

	font-size:1em;  

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #646262;
	position:relative;
	margin-top:13px;
}
div.jp-audio {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	
	width:480px;
	height:270px;
	
	position:static !important; position:relative
}

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

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; 
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1000;
}
div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; 
	bottom: 0;
	left: 0;
	z-index:1000;
}

div.jp-interface {
	position: relative;
	width:100%;
}


div.jp-audio .jp-interface {
	height: 80px;
	padding-top:10px;
}



div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto 10px auto;
	position: relative;
	overflow:hidden;
}

div.jp-interface ul.jp-controls {
	background: url(/images/player-bg.gif) repeat-x;
	list-style-type:none;
	padding: 1px 0 2px 1px;
	overflow:hidden;
	width: 100%;
	height: 34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

div.jp-audio ul.jp-controls {
	margin:0 auto;
}

div.jp-video ul.jp-controls {
	margin:0 0 0 115px;
	float:left;
	display:inline; 
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height: 34px;
	margin: 0 1px 2px 0;
	padding: 0;
}




div.jp-type-single  .jp-controls li a{
	width: 99px;
}

div.jp-type-single  .jp-play {
	background: url("/images/jplayer_pink_flag.jpg") 0px -40px no-repeat;
}

div.jp-type-single  .jp-play:hover {
	background: url("/images/jplayer_pink_flag.jpg") -100px -40px no-repeat;
}

div.jp-type-single  .jp-pause {
	background: url("/images/jplayer_pink_flag.jpg") 0px -120px no-repeat;
}

div.jp-type-single  .jp-pause:hover {
	background: url("/images/jplayer_pink_flag.jpg") -100px -120px no-repeat;
}

div.jp-type-single  .jp-stop {
	background: url("/images/jplayer_pink_flag.jpg") 0px -80px no-repeat;
}

div.jp-type-single  .jp-stop:hover {
	background: url("/images/jplayer_pink_flag.jpg") -100px -80px no-repeat;
}





div.jp-type-playlist .jp-controls li a{
	width: 63px;
}

div.jp-type-playlist .jp-play {
	background: url("/images/jplayer_pink_flag.jpg") -18px -40px no-repeat;
}

div.jp-type-playlist .jp-play:hover {
	background: url("/images/jplayer_pink_flag.jpg") -118px -40px no-repeat;
}

div.jp-type-playlist .jp-pause {
	background: url("/images/jplayer_pink_flag.jpg") -18px -120px no-repeat;
}

div.jp-type-playlist .jp-pause:hover {
	background: url("/images/jplayer_pink_flag.jpg") -118px -120px no-repeat;
}

div.jp-type-playlist .jp-stop {
	background: url("/images/jplayer_pink_flag.jpg") -18px -80px no-repeat;
}

div.jp-type-playlist .jp-stop:hover {
	background: url("/images/jplayer_pink_flag.jpg") -118px -80px no-repeat;
}

div.jp-type-playlist .jp-previous {
	background: url("/images/jplayer_pink_flag.jpg") -18px -200px no-repeat;
}

div.jp-type-playlist .jp-previous:hover {
	background: url("/images/jplayer_pink_flag.jpg") -118px -200px no-repeat;
}

div.jp-type-playlist .jp-next {
	background: url("/images/jplayer_pink_flag.jpg") -18px -160px no-repeat;
}

div.jp-type-playlist .jp-next:hover {
	background: url("/images/jplayer_pink_flag.jpg") -118px -160px no-repeat;
}










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

div.jp-audio ul.jp-toggles {
	width:55px;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}

div.jp-video ul.jp-toggles {
	width:100px;
	margin-top: 10px;
}

ul.jp-toggles li{
	display:block;
	float:right;
}

ul.jp-toggles li a{
	display:block;
	width:16px;
	height:14px;
	text-indent:-9999px;
	line-height:100%; 
}

.jp-full-screen {
	background: url("/images/jplayer_pink_flag.jpg") 0 -420px no-repeat;
	margin-left: 20px;
}

.jp-full-screen:hover {
	background: url("/images/jplayer_pink_flag.jpg") -30px -420px no-repeat;
}

.jp-restore-screen {
	background: url("/images/jplayer_pink_flag.jpg") -60px -420px no-repeat;
	margin-left: 20px;
}

.jp-restore-screen:hover {
	background: url("/images/jplayer_pink_flag.jpg") -90px -420px no-repeat;
}

.jp-repeat {
	background: url(/images/repeat.png) 0px 0px no-repeat;
}

.jp-repeat:hover {
	background: url(/images/repeat.png) 0px -14px no-repeat;
}

.jp-repeat-off {
	background: url(/images/repeat.png) 0px -14px no-repeat;
}

.jp-repeat-off:hover {
	background: url(/images/repeat.png) 0px 0px no-repeat;
}

.jp-shuffle {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 0 0px no-repeat;
	margin: 1px 0px 0px 5px;
}

.jp-shuffle:hover {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 0px -14px no-repeat;
}

.jp-shuffle-off {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 0px -14px no-repeat;
	margin-left: 5px;
}

.jp-shuffle-off:hover {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 0px 0px no-repeat;
}







div.jp-seeking-bg {
	background: url("/images/jplayer_pink_flag_seeking.gif");
}

.jp-progress {
	width: 100%;
	height: 15px;
	padding: 0 0px 0px 0px;
	margin:0px 0px 4px 0px;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:#090909 solid 1px;
}

div.jp-video .jp-progress {
	border-top:1px solid #180a1f;
	border-bottom: 1px solid #554560;
	width:100%;
	background-image: none;
	padding: 0;
}

.jp-seek-bar {
	background: url("/images/jplayer_pink_flag.jpg") 0px -260px repeat-x;
	width:0px;
	height: 100%;
	overflow:hidden;
	cursor:pointer;
}

.jp-play-bar {
	background: url("/images/jplayer_pink_flag.jpg") 0px -280px repeat-x;
	width:0px;
	height: 100%;
	overflow:hidden;
}






div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-unmute,
div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url(/images/mute.png) 0px 0px no-repeat;
	position: absolute;
	width: 15px !important;
	height: 10px;
}

div.jp-audio ul.jp-controls a.jp-mute,
div.jp-audio ul.jp-controls a.jp-unmute {
	top:-8px;
	left: 0px;
}

div.jp-audio ul.jp-controls a.jp-volume-max {
	top:-8px;
	right: 0px;
}


div.jp-video ul.jp-controls a.jp-mute,
div.jp-video ul.jp-controls a.jp-unmute {
	left: 0;
	top:14px;
}

div.jp-video ul.jp-controls a.jp-volume-max {
	left: 84px;
	top:14px;
}

div.jp-interface ul.jp-controls a.jp-mute:hover {
	background: url(/images/mute.png) 0px -10px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute {
	background: url(/images/mute.png) 0px 0px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute:hover {
	background: url(/images/mute.png) 0px -10px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url(/images/mute.png) -15px 0px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max:hover {
	background: url(/images/mute.png) -15px -10px no-repeat;
}

.jp-volume-bar {
	background: url("/images/volume-bg.gif") repeat-x;
	position: absolute;
	width: 210px;
	height: 7px;
	overflow: hidden;
	border:#080808 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.jp-volume-bar:hover {
	cursor:  pointer;
}


div.jp-audio .jp-interface .jp-volume-bar {
	top: -6px;
	left: 20px;
}

div.jp-video .jp-volume-bar {
	top: 0;
	left: 0;
	width:95px;
	border-right:1px solid #000;
	margin-top: 30px;
}

.jp-volume-bar-value {
	background: url("/images/volume-bg.gif") repeat-x bottom;
	height: 5px;
}





.jp-current-time, .jp-duration {
	width:70px;
	font-size:12px;
	color: #565656;
}

.jp-current-time {
	float: left;
}

.jp-duration {
	float: right;
	text-align:right;
}

.jp-video .jp-current-time {
	padding-left:20px;
}

.jp-video .jp-duration {
	padding-right:20px;
}




.jp-playlist {
	
}
.jp-title ul,
.jp-playlist ul {
	list-style-type:none;	
	font-size:.7em;
	margin: 0;
	padding: 0;
}

.jp-video .jp-title ul {
	margin: 0 20px 10px;
}


.jp-video .jp-playlist ul {
	margin: 0 20px;
}

.jp-title li,
.jp-playlist li {
	position: relative;
	padding: 4px 0;
	overflow: hidden;
	background:url(/images/black.png);
	margin-bottom:5px;
	border-radius:3px;
	border:#000 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.jp-title li:hover a,
.jp-playlist li:hover a {
	color:#FFF !important;
}

.jp-title li{
	border-bottom:none;
	border-top:none;
	padding:0;
	text-align:center;
}




div.jp-type-playlist div.jp-playlist li:first-child {
	border-top:none;
}

div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom:none;
	padding-bottom:3px;
}

div.jp-type-playlist div.jp-playlist a {
	color: #565656;
	font-size:11px;
	text-decoration:none;
	margin-left:10px;
}

div.jp-type-playlist div.jp-playlist a:hover {
	
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a{
	
}

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

div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float: right;
	display:inline;
	text-align:right;
	color:#4c4c4c;
	font-size:11px;
	margin-right:10px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#4C4C4C;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
}
span.jp-artist {
	font-size:.8em;
	color:#8C7A99;
}




div.jp-video div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
	background-color:rgba(0,0,0,0); 
}
div.jp-video-270p div.jp-video-play {
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:1000;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("/images/jplayer_pink_flag_video_play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("/images/jplayer_pink_flag_video_play.png") 0 -100px no-repeat;
}


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

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



.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#3a2a45;
	border-top:2px solid #554461;
	border-left:2px solid #554461;
	border-right:2px solid #180a1f;
	border-bottom:2px solid #180a1f;
	color:#FFF;
	display:none;
}

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

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

.jp-audio .jp-no-solution {
	width:190px;
	margin-left:-102px;
}




