/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 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: 4.2 (jPlayer 2.2.0)
 * Date: 22nd October 2012
 */
a.jp-play, a.jp-pause, a.jp-stop,a.jp-mute, a.jp-unmute, a.jp-volume-max,ul.jp-toggles li a.jp-full-screen,ul.jp-toggles li a.jp-restore-screen,ul.jp-toggles li a.jp-restore-screen { background: url(jplayer.lite.sexfoto.png); background-size: 93px 326px;  }
div.jp-audio,
div.jp-audio-stream,
div.jp-video {

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

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	line-height:1.6; color: #8c8c8c;}
div.jp-audio {
	width:100%;
}

div.jp-video {
	overflow: hidden;
	position: relative;
	}
div.jp-audio-stream {
	width:182px;
}
div.jp-video-270p {
}
div.jp-video-360p {
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}


div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}
div.jp-video-full div.jp-progress { 
	margin-top: 0 !important;
}
div.jp-video-full div.jp-seek-bar,div.jp-video-full div.jp-play-bar,div.jp-video-full .jp-jplayer video,div.jp-video-full .jp-jplayer,div.jp-video-full .jp-jplayer img { 
	border-radius:0 !important;
}
div.jp-video-full div.jp-controls-holder { 
	margin:0 auto; 
	border: 1px solid #bababa;
	border-radius:0;
}

div.jp-interface {
	position: relative;
	background-color:#fff;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:44px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:80px;
}

div.jp-video div.jp-interface { background-color: transparent; }

/* @group CONTROLS */

div.jp-controls-holder { 
	background-color: #fff; clear: both; 
	margin:0; 
	position: relative; 
	overflow:hidden; 
	width: 100%;
	border: 1px solid #bababa;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	 /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}
div.jp-controls-holder:after { pointer-events: none; background-image: url(player_logo.png); background-repeat: no-repeat; position: absolute; top: 14px; left: 50%; width: 120px; height: 20px; z-index: 3000; margin-left: -65px; display: block; content: ""; background-size: 120px 20px; }
div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {  }

div.jp-audio-stream ul.jp-controls {
	width: 142px;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
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;
}
a.jp-play,
a.jp-pause { background-repeat: no-repeat; position: relative; width:44px; height:44px; z-index: 1; border-right: 0.1em solid #bababa; border-bottom: 0.1em solid #bababa; }
div.jp-video a.jp-play, div.jp-video a.jp-pause { border-bottom-style: none; border-bottom-width: 0; }
a.jp-play { background-position: 0 0; }
a.jp-play:hover { background-position: -50px 0; }
a.jp-pause { background-position: 0 -100px ; display: none; }
a.jp-pause:hover { background-position: -50px -100px ; }

a.jp-stop, a.jp-previous, a.jp-next { background-repeat: no-repeat; position: absolute; top: 0; right: 0; width:44px; height:44px; z-index: 1; border-bottom: 0.1em solid #bababa; border-left: 0.1em solid #bababa; }

a.jp-stop {background-position: 0 -50px ; }
div.jp-video a.jp-stop { display: none !important; }
a.jp-stop:hover {background-position: -50px -50px ;}

a.jp-previous {
	
}
a.jp-previous:hover {
	
}

a.jp-next {
	
}
a.jp-next:hover {
	
}

/* @end */

/* @group progress bar */
.jp-progress-wrap { position: absolute; top: 0; left: 0; width: 100%; }
.jp-progress-inn { margin-right: 45px; margin-left: 45px; }
div.jp-progress {
	overflow:hidden;
}
div.jp-audio div.jp-progress { background-color: #fff; height:44px; }
div.jp-audio div.jp-type-single div.jp-progress {
	width:100%;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}

div.jp-video div.jp-progress { 
	background-color: rgba(255,255,255,0.2); 
	top:-15px; 
	left:0; 
	/*width:100%; */
	height:15px; 
	margin: 0;
	position: relative;
	box-sizing:border-box;
}
div.jp-video-full div.jp-progress { 
	margin: 0;
	top: 0;
} 
div.jp-seek-bar { background-color: #e6e6e6; width:0; height:100%; cursor: pointer; }
div.jp-video div.jp-seek-bar { background-color: rgba(255,255,255,0.2); cursor: pointer; width: 0; height: 100%; }
div.jp-play-bar { background-color: #505050; width:0; height:100%; }
div.jp-video div.jp-play-bar { background-color: rgba(191,80,255,0.5) }
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max { background-repeat: no-repeat;  width: 26px; height: 26px; }

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max { position: absolute; top: 10px; z-index: 3000; }

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute { left: 55px; }

div.jp-video a.jp-volume-max { right: 55px; }

a.jp-mute { background-position: 0 -300px ; top: 0; left: 0; }
a.jp-mute:hover { background-position: -50px -300px ; }
a.jp-unmute { background-position: -50px -300px ; display: none; }
a.jp-unmute:hover { background-position: 0 -300px ; }
a.jp-volume-max { background-position: 0 -250px ; }
a.jp-volume-max:hover { background-position: -50px -250px ; }

div.jp-volume-bar { position: absolute; overflow:hidden; width:46px; height:5px; cursor: pointer; }
div.jp-audio div.jp-volume-bar { top:37px; left:330px; }
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-volume-bar-wrap { position: relative; margin-right: 45px; margin-left: 45px; }
div.jp-video div.jp-volume-bar { background-image: none; top:0; left:0; width: 100%; height: 45px; }
div.jp-volume-bar-value { background: #e0e0e0; width:0; height:45px; background-size: 120px 20px; }

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration { pointer-events:none; color: #000; text-shadow: rgba(255,255,255,0.3) 0 0.1em; font-size: 0.8em; }
div.jp-current-time { position: absolute; top: 12px; left: 55px; }
div.jp-duration { position: absolute; top: 12px; right: 55px; }

div.jp-video div.jp-current-time { top: -18px; left: 4px; }
div.jp-video div.jp-duration { top: -18px; right: 4px; margin-right:0; }
div.jp-video-full div.jp-current-time,div.jp-video-full div.jp-duration{
	top: -3px;
}
div.jp-video-full div.jp-current-time{
	left: 4px;
}
div.jp-video-full div.jp-duration{
	right: 4px;
}

/* @end */

/* @group playlist */

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

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
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;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

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

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	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:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	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 a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
}
a.jp-video-play-icon { position:absolute; display:block; width: 75px; height: 75px; margin:-65px 0 0 -32px; left:50%; top:50%; background: url(jplayer.lite.sexfoto.video.play.png) no-repeat; background-size: 75px 150px; text-indent:-9999px;}
div.jp-video-full a.jp-video-play-icon { 
	/*margin-top: -30px; */
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url(jplayer.lite.sexfoto.video.play.png) 0 -75px no-repeat;
	background-size: 75px 150px;
}





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

div.jp-jplayer {
	background-color: #585858;
	position: relative;
}
#videoplayer{
  line-height: 0;
  padding: 0;
}
div.jp-video-full #videoplayer{
	padding: 0;
}
div.jp-jplayer video{
	margin: 0;
	padding: 0;
	object-fit: cover;
		
}




/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

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

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

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

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

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

ul.jp-toggles li a.jp-full-screen,ul.jp-toggles li a.jp-restore-screen {background-position: 0 -200px ; position: absolute; top: 0; right: 0; width: 44px; height: 44px; border-bottom: 0.1em solid #bababa; border-left: 0.1em solid #bababa;}
ul.jp-toggles li a.jp-full-screen:hover {background-position: -50px -200px ; }
ul.jp-toggles li a.jp-full-screen{ display: block !important; }
div.jp-video-full ul.jp-toggles li a.jp-restore-screen{ display: block !important; }
div.jp-video-full ul.jp-toggles li a.jp-full-screen{ display: none !important;}
ul.jp-toggles li a.jp-restore-screen { background-position: 0 -150px ;}
ul.jp-toggles li a.jp-restore-screen:hover { background-position: -50px -150px ; }

a.jp-repeat { display: none !important; }

a.jp-repeat:hover {
	
}

a.jp-repeat-off {
	
}

a.jp-repeat-off:hover {
	
}

a.jp-shuffle {
	margin-left: 5px;
}

a.jp-shuffle:hover {
	
}

a.jp-shuffle-off {
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

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

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

/* @end */
