/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: siteswift Video
 *
 * Copyright (c) 2013 Agentur Zeitpunkt
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author & Design: Agentur Zeitpunkt (zeitpunkt.com)
 * Skin Version: 1.0 (jPlayer 2.2.0)
 * Date: 29th Januar 2013
 */
 

/*	=== overrides === */
.jp-controls, .jp-controls li,
.jp-toggles, .jp-toggles li {
	list-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.jp-controls li:before, .jp-controls li:after,
.jp-toggles li:before, .jp-toggles li:after {
	display: none !important;
}

/* === styles === */
.swvideoplayer {
	clear: both;
}
.swvideoplayer div.jp-audio,
.swvideoplayer div.jp-audio-stream,
.swvideoplayer 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 */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	background-color:#000000;
}

.swvideoplayer .jp-jplayer-videocontent {}

.swvideoplayer .jp-jplayer,
.swvideoplayer .jp-video-play {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: auto !important;
	height: auto !important;
}
.swvideoplayer .jp-jplayer * {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}
.swvideoplayer .jp-jplayer img {
	z-index: 1;
}
.swvideoplayer .responsiveratio {
	display: inline-block;
	position: relative;
	width: 100%;
}
.swvideoplayer .responsiveratio .wrapper {
	padding-top: 56.25%; /* 16:9 aspect ratio */
}
.swvideoplayer .element {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.swvideoplayer div.jp-video-full div div {
	z-index:1000;
}

.swvideoplayer div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

.swvideoplayer 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. */
}

.swvideoplayer div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

.swvideoplayer div.jp-interface {
	position: relative;
	background-color: #C9C9C9;
	width: 100%;
}

.swvideoplayer div.jp-audio div.jp-type-single div.jp-interface {
	height: 80px;
}
.swvideoplayer div.jp-audio div.jp-type-playlist div.jp-interface {
	height: 80px;
}

.swvideoplayer div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:80px;
}

.swvideoplayer div.jp-video div.jp-interface {
	/*border-top:1px solid #009be3;*/
}

/* @group CONTROLS */

.swvideoplayer div.jp-controls-holder {
	clear: both;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	/* top: -8px;  -> This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

.swvideoplayer div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

.swvideoplayer div.jp-audio ul.jp-controls {
	width: 420px;
	padding:20px 20px 0 20px;
}

.swvideoplayer div.jp-audio-stream ul.jp-controls {
	width: 182px;
	padding:20px 20px 0 20px;
}

.swvideoplayer div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
}

.swvideoplayer div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
.swvideoplayer div.jp-video ul.jp-controls,
.swvideoplayer div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

.swvideoplayer div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.swvideoplayer a.jp-play,
.swvideoplayer a.jp-pause {
	width: 33px;
	height: 30px;
}
.swvideoplayer a {
	position: relative;
}



.swvideoplayer a.jp-play::before,
.swvideoplayer a.jp-pause::before,
.swvideoplayer a.jp-mute::before,
.swvideoplayer a.jp-unmute::before,
.swvideoplayer a.jp-volume-max::before,
.swvideoplayer a.jp-full-screen::before,
.swvideoplayer a.jp-restore-screen::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 17px;
    width: 100%;
    color: #4D4D4D;
    text-indent: 0;
    text-align: center;
    line-height: 30px;
	font-family: siteswift;
}
.swvideoplayer a.jp-play:hover::before,
.swvideoplayer a.jp-pause:hover::before,
.swvideoplayer a.jp-mute:hover::before,
.swvideoplayer a.jp-unmute:hover::before,
.swvideoplayer a.jp-volume-max:hover::before,
.swvideoplayer a.jp-full-screen:hover::before,
.swvideoplayer a.jp-restore-screen:hover::before,
.swvideoplayer a.jp-stop:hover::before,
.swvideoplayer a.jp-previous:hover::before,
.swvideoplayer a.jp-next:hover::before {
	opacity: 0.5;
}


.swvideoplayer a.jp-play::before {
	content: "\e947";
}
.swvideoplayer a.jp-pause::before {
	content: "\e948";
}
.swvideoplayer a.jp-mute::before {
	content: "\e94c";
}
.swvideoplayer a.jp-unmute::before {
	content: "\e94e";
}
.swvideoplayer a.jp-volume-max::before {
	content: "\e94d";
}
.swvideoplayer a.jp-full-screen::before {
	content: "\e94f";
}
.swvideoplayer a.jp-restore-screen::before {
	content: "\e950";
}
.swvideoplayer a.jp-stop::before {
	content: "\e949";
}
.swvideoplayer a.jp-previous::before {
	content: "\e94a";
}
.swvideoplayer a.jp-next::before {
	content: "\e94b";
}

.swvideoplayer a.jp-stop, .swvideoplayer a.jp-previous, .swvideoplayer a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}
.swvideoplayer a.jp-stop {
	margin-left:10px;
}
/* @end */

/* @group progress bar */

.swvideoplayer div.jp-progress {
	overflow:hidden;
	background-color: #757575;
}
.swvideoplayer div.jp-audio div.jp-progress {
	position: absolute;
	top:32px;
	height:15px;
}
.swvideoplayer div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
.swvideoplayer div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
.swvideoplayer div.jp-video div.jp-progress {
	top: -1px;
	left: 0px;
	width: 100%;
	height: 2px;
	display: table;
	position: absolute;
	z-index: 2;
}

.swvideoplayer div.jp-seek-bar {
	/*background: url("jplayer_siteswift.controls.png") 0 -202px repeat-x;*/
	width: auto !important;
	cursor: pointer;
	background: #464849;
	display: table-cell;
	position: relative;
}
.swvideoplayer div.jp-play-bar {
	/*background: url("jplayer_siteswift.controls.png") 0 -218px repeat-x ;*/
	background-color: #ffffff;
	width: 0px;
	height: 2px;
}

.swvideoplayer div.jp-current-time,
.swvideoplayer div.jp-duration {
	font-size: 10px;
	line-height: 0;
	padding: 0px 0px 0px 0px;
	background-color: #C9C9C9;
	color: #4D4D4D;
	display: none;
	width: 50px;
	text-align: center;
	vertical-align: middle;
}
.swvideoplayer .jp-gui:hover .jp-progress .jp-current-time,
.swvideoplayer .jp-gui:hover .jp-progress .jp-duration {
	display: table-cell;
}
.swvideoplayer .jp-gui:hover .jp-progress {
	top: -9px;
	width: 100%;
	height: 10px;
}
.swvideoplayer .jp-gui:hover .jp-progress .jp-play-bar {
	height: 10px;
}

/* The seeking class is added/removed inside jPlayer */
.swvideoplayer div.jp-seeking-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
		  color-stop(.25, rgba(255, 255, 255, .2)), 
		  color-stop(.25, transparent), color-stop(.5, transparent), 
		  color-stop(.5, rgba(255, 255, 255, .2)), 
		  color-stop(.75, rgba(255, 255, 255, .2)), 
		  color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
		-moz-linear-gradient(
		  -45deg, 
		  rgba(255, 255, 255, .2) 25%, 
		  transparent 25%, 
		  transparent 50%, 
		  rgba(255, 255, 255, .2) 50%, 
		  rgba(255, 255, 255, .2) 75%, 
		  transparent 75%, 
		  transparent
	   );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	overflow: hidden;
}

/* @end */

/* @group volume controls */


.swvideoplayer a.jp-mute,
.swvideoplayer a.jp-unmute,
.swvideoplayer a.jp-volume-max {
	width:21px;
	margin-top:12px;
}

.swvideoplayer div.jp-audio div.jp-type-single a.jp-mute,
.swvideoplayer div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}
.swvideoplayer div.jp-audio div.jp-type-playlist a.jp-mute,
.swvideoplayer div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

.swvideoplayer div.jp-audio-stream div.jp-type-single a.jp-mute,
.swvideoplayer div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

.swvideoplayer div.jp-audio a.jp-volume-max,
.swvideoplayer div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

.swvideoplayer div.jp-video a.jp-mute,
.swvideoplayer div.jp-video a.jp-unmute,
.swvideoplayer div.jp-video a.jp-volume-max {
	position: absolute;
	top: 0px;
	margin-top: 0px;
}

.swvideoplayer div.jp-video a.jp-mute,
.swvideoplayer div.jp-video a.jp-unmute {
	left: 46px;
}

.swvideoplayer div.jp-video a.jp-volume-max {
	left: 126px;
}

.swvideoplayer a.jp-unmute {
	display: none;
}

.swvideoplayer div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	/*background: url("jplayer_siteswift.controls.png") 0 -250px repeat-x;*/
	width: 46px;
	height: 5px;
	cursor: pointer;
	background: #757575;
}
.swvideoplayer div.jp-audio div.jp-volume-bar {
	top: 37px;
	left: 330px;
}
.swvideoplayer div.jp-audio-stream div.jp-volume-bar {
	top: 37px;
	left: 92px;
}
.swvideoplayer div.jp-video div.jp-volume-bar {
	top: 13px;
	left: 72px;
}
.swvideoplayer div.jp-volume-bar-value {
	/*background: url("jplayer_siteswift.controls.png") 0 -256px repeat-x;*/
	width: 0px;
	height: 5px;
	background: #ffffff;
}

/* @end */


/* @group playlist */

.swvideoplayer div.jp-title {
	font-weight:bold;
	text-align:center;
}

.swvideoplayer div.jp-title,
.swvideoplayer div.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
.swvideoplayer div.jp-type-single div.jp-title,
.swvideoplayer div.jp-type-playlist div.jp-title,
.swvideoplayer div.jp-type-single div.jp-playlist {
	border-top:none;
}
.swvideoplayer div.jp-title ul,
.swvideoplayer div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

.swvideoplayer div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
.swvideoplayer div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

.swvideoplayer 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 */

.swvideoplayer div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
.swvideoplayer div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
.swvideoplayer div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
.swvideoplayer div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
.swvideoplayer div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

.swvideoplayer 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;
}
.swvideoplayer div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
.swvideoplayer div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
.swvideoplayer div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
.swvideoplayer div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
.swvideoplayer span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

.swvideoplayer div.jp-video-play {
	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. */
	position: absolute;
}

.swvideoplayer div.jp-video-full div.jp-video-play {
	height:100%;
}
.swvideoplayer a.jp-video-play-icon {
	position:absolute;
	display:block;
	text-indent:-99999px;
	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
}
.swvideoplayer a.jp-video-play-icon::before {
	font-family: siteswift;
	content: "\e92d";
	border-radius: 100%;
	background-color: #ffffff;
	color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	text-indent: 0;
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
.swvideoplayer div.jp-video-play:hover a.jp-video-play-icon {
	opacity: 0.3;
}

.swvideoplayer div.jp-jplayer {
	background-color: #000000;
	position: relative;
}


/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

.swvideoplayer ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

.swvideoplayer div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
.swvideoplayer div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

.swvideoplayer div.jp-video ul.jp-toggles {
	margin: 0px 10px 0px 0px !important;
}

.swvideoplayer ul.jp-toggles li {
	display:block;
	float:right;
}

.swvideoplayer ul.jp-toggles li a {
	display:block;
	width:25px;
	height:30px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

.swvideoplayer a.jp-full-screen {
	margin-left: 20px;
}
.swvideoplayer a.jp-restore-screen {
	margin-left: 20px;
}

.swvideoplayer a.jp-repeat {
	/* background: url("jplayer_siteswift.controls.png") 0 -290px no-repeat; */
}

.swvideoplayer a.jp-repeat:hover {
	/* background: url("jplayer_siteswift.controls.png") -30px -290px no-repeat; */
}

.swvideoplayer a.jp-repeat-off {
	/* background: url("jplayer_siteswift.controls.png") -60px -290px no-repeat; */
}

.swvideoplayer a.jp-repeat-off:hover {
	/* background: url("jplayer_siteswift.controls.png") -90px -290px no-repeat; */
}

.swvideoplayer a.jp-shuffle {
	/* background: url("jplayer_siteswift.controls.png") 0 -270px no-repeat; */
	margin-left: 5px;
}

.swvideoplayer a.jp-shuffle:hover {
	/* background: url("jplayer_siteswift.controls.png") -30px -270px no-repeat; */
}

.swvideoplayer a.jp-shuffle-off {
	/* background: url("jplayer_siteswift.controls.png") -60px -270px no-repeat; */
	margin-left: 5px;
}

.swvideoplayer a.jp-shuffle-off:hover {
	/* background: url("jplayer_siteswift.controls.png") -90px -270px no-repeat; */
}


/* @end */

/* @group NO SOLUTION error feedback */

.swvideoplayer .jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.swvideoplayer .jp-no-solution a {
	color:#000;
}

.swvideoplayer .jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
