/**
 * Midnight: jPlayer Skin
 *
 * Author: Luis Alberto Ochoa Esparza <soy@luisalberto.org>
 * Version: 1.0 (jPlayer 2.1.0)
 */


/* BEGIN CUSTOM */

.jp-video,
.jp-video * {
	margin: 0;
	padding: 0;
	outline: none;
	text-shadow: none;
}

div.jp-current-time,
div.jp-duration {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
}

div.jp-seek-bar {
	width: 100% !important; /* for IE */
}

div.jp-video-play {
	height: 100%;
}

a.jp-video-play-icon {
	position: absolute; /* for mobile devices */
}

/* END CUSTOM */

:focus {
	outline: none;
}

div.jp-audio {
	position: relative;
	width: 420px;
}

div.jp-video {
	position: relative;
}

/*div.jp-video-270p {
	width: 480px;
}

div.jp-video-360p {
	width: 640px;
}*/

div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width: 480px;
	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;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
	z-index: 1000;
}

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: 1000;
}

div.jp-interface {
	background: url(../images/media-player/sprite.png) 0px -160px repeat-x;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index: 1000;
}

/**
 * Video player
 */
div.jp-jplayer {
	background-color: #000;
}

/**
 * Controls
 */
div.jp-controls-holder {
	clear: both;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

ul.jp-controls,
ul.jp-toggles {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.jp-controls {
	float: left;
}

ul.jp-toggles {
	float: right;
}

ul.jp-controls li,
ul.jp-toggles li {
	display: inline;
	float: left;
}

ul.jp-controls li:nth-child(1),
ul.jp-controls li:nth-child(2),
div.jp-audio ul.jp-toggles li:nth-child(1),
div.jp-audio ul.jp-toggles li:nth-child(2) {
	background: url(../images/media-player/sprite.png) 28px -190px no-repeat;
}

div.jp-video ul.jp-toggles li:nth-last-child(3) {
	background: url(../images/media-player/sprite.png) 68px -190px no-repeat;
	width: 70px;
}

ul.jp-controls a,
ul.jp-toggles a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

a.jp-play {
	background: url(../images/media-player/sprite.png) 0px 0px no-repeat;
}

a.jp-play:hover {
	background: url(../images/media-player/sprite.png) 0px -30px no-repeat;
}

a.jp-pause {
	background: url(../images/media-player/sprite.png) -30px 0px no-repeat;
}

a.jp-pause:hover {
	background: url(../images/media-player/sprite.png) -30px -30px no-repeat;
}

a.jp-mute {
	background: url(../images/media-player/sprite.png) -120px 0px no-repeat;
}

a.jp-mute:hover {
	background: url(../images/media-player/sprite.png) -120px -30px no-repeat;
}

a.jp-unmute {
	background: url(../images/media-player/sprite.png) -150px 0px no-repeat;
}

a.jp-unmute:hover {
	background: url(../images/media-player/sprite.png) -150px -30px no-repeat;
}

a.jp-full-screen {
	background: url(../images/media-player/sprite.png) -60px 0px no-repeat;
}

a.jp-full-screen:hover {
	background: url(../images/media-player/sprite.png) -60px -30px no-repeat;
}

a.jp-restore-screen {
	background: url(../images/media-player/sprite.png) -90px 0px no-repeat;
}

a.jp-restore-screen {
	background: url(../images/media-player/sprite.png) -90px -30px no-repeat;
}

a.jp-repeat {
	background: url(../images/media-player/sprite.png) -180px 0px no-repeat;
}

a.jp-repeat:hover,
a.jp-repeat-off {
	background: url(../images/media-player/sprite.png) -180px -30px no-repeat;
}

/**
 * Video icon play
 */
div.jp-video-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
}

/*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: 100px;
	height: 100px;

	margin-left: -56px;
	margin-top: -50px;
	left: 50%;
	top: 50%;

	background: url(../images/media-player/sprite.png) 0px -60px no-repeat;
	opacity: 0.7;
	text-indent: -9999px;
}

div.jp-video-play:hover a.jp-video-play-icon {
	opacity: 0.8765;
}

/**
 * Video timer
 */
div.jp-current-time,
div.jp-duration,
div.jp-progress {
	display: inline-block;
	float: left;
}

div.jp-current-time,
div.jp-duration {
	color: #fff;
	/*font: 11px/1.4 Arial, sans-serif;*/
	line-height: 29px;
	margin-top: 1px;
	text-align: center;
	width: 50px;
}

div.jp-duration {
	background: url(../images/media-player/sprite.png) 48px -190px no-repeat;
	position: absolute;
	right: 130px;
}

div.jp-progress {
	height: 30px;
	position: absolute;
	left: 80px;
	right: 180px;
}

div.jp-seek-bar,
div.jp-play-bar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.jp-seek-bar {
	background: #b3b3b3;
	height: 6px;
	position: absolute;
	top: 12px;
	cursor: pointer;
}

div.jp-play-bar {
	background: #fff;
	position: relative;
	height: 100%;
}

/**
 * Volumen
 */
div.jp-volume-bar,
div.jp-volume-bar-value {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.jp-volume-bar {
	background: #b3b3b3;
	cursor: pointer;
	height: 6px;
	margin: 12px 10px;
	width: 50px;
	position: relative;
}

div.jp-volume-bar-value {
	background: #fff;
	position: absolute;
	bottom: 0;
	height: 6px;
}