/* Player */


/* Playback technology elements expand to the width/height of the containing div. <video> or <object> */
.video-js .vjs-tech { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when checking fullScreenEnabled. */
.video-js:-moz-full-screen { position: absolute; }

/* Poster Styles */
.vjs-poster { margin: 0 auto; cursor: pointer;

  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: relative; top: -15px; width: 100%; max-height: 100%; padding: 0; }

/* Hide control text visually, but have it available for screenreaders: h5bp.com/v */
.vjs-control-text, .vjs-remaining-time-display, .video-js .vjs-time-divider , .video-js .vjs-duration { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }


/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0; margin: 0;
  height: 100%; overflow-y: auto; /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
}



.video-js.vjs-fullscreen {
 position: fixed; overflow: hidden; z-index: 1000; left: 0; top: 0; bottom: 0; right: 0; width: 100% !important; height: 100% !important;
  _position: absolute; /* IE6 Full-window (underscore hack) */
}
.video-js:-webkit-full-screen {
  width: 100% !important; height: 100% !important;
}


.vjs-big-play-button {

  display: block; /* Start hidden */ z-index: 2;
  position: absolute; top: 50%; left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background: url(http://www.video-oldenburg.de/css/images/playerimages/bigplay.png);
  outline: none;
  
}



.vjs-control
{
	outline: none;
}

.rw-video
{ background: #000; display: block; cursor: pointer; color: #fff; font-size: 10px; position: relative; }
.vjs-controls,
.rw-controls
{
	height:24px;
	position: relative;
	font-family: 'Trebuchet MS', arial, sans-serif;
}
.vjs-play-control
{
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(http://www.video-oldenburg.de/css/images/playerimages/lighticons/playpause.png);
	background-position: top;
	left: 0;
	top: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
}
.vjs-play-control.vjs-playing
{
	background-position: bottom;
}

.vjs-fullscreen-control
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 51px;
	top: 4px;
	background: url(http://www.video-oldenburg.de/css/images/playerimages/lighticons/fullscreen.png);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
}
.vjs-fullscreen .vjs-fullscreen-control
{
	background-position: bottom;
}


.vjs-play-control:hover,
.vjs-fullscreen-control:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.video-js .vjs-current-time
{
	font-size: 11px;
	position: relative;
	display: inline-block;
	left: 25px;
	bottom: 1px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
}

.video-js .vjs-progress-holder
{
	position: absolute;
	background: #fff;
	height: 10px;
	left: 75px;
	right: 80px;
	top: 6px;
	border: 1px solid;
	cursor: pointer;
	background: rgb(150,150,150);
	background: rgba(255,255,255, 0.2);
	z-index: 2;
	overflow: visible;
}
.video-js .rw-time-pointer
{

	height: 20px;
	width: 41px;
	background: #fff;
	color: #111;
	position: absolute;
	bottom: 16px;
	margin-left: -20px;
	z-index: 10;
	font-size: 11px;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: opacity .2s;
}
.video-js .rw-time-pointer.hidePointer
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}

.video-js .rw-time-pointer:after
{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right:4px solid transparent;
	border-top: 4px solid #fff;
	position: absolute;
	top: 20px;
	left: 16px;
}
.video-js .rw-time-pointer > span:first-child
{
	line-height: 20px;
	background: none !important;
	color: #111;
}
.video-js .rw-time-pointer:before
{
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	background: #111;
	height: 10px;
	left: 20px;
	top: 26px;
}


.vjs-load-progress
{
	position: absolute;
	top: 0;
	height: 100%;
	background: rgb(200,200,200);
	background: rgba(255,255,255, 0.4);
} 

.vjs-play-progress
{
	position: absolute;
	height: 100%;
	background: #fff;
	z-index: 2;
}


.vjs-seek-handle
{
	position: absolute;
	width: 1px;
	height: 100%;
	outline: none;
	top: 0;
	background: #fff;
	z-index: 3;
}
.vjs-volume-handle
{
	background: #fff;
}
.vjs-volume-bar
{
	position: absolute;
	right: 0;
	width: 40px;
	height: 12px;
	top: 6px;
	cursor: pointer;
}

.vjs-volume-level
{
	position: absolute;
	height: 2px;
	top: 5px;
	background: rgb(200,200,200);
	background: rgba(255,255,255, 0.4);
}
.vjs-volume-bar:before,
.rw-volume-bar:before
{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 4px;
	border: 1px solid;
	background: rgba(255,255,255, 0.2);
}
.vjs-volume-handle,
.rw-volume-head
{
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
}


@-webkit-keyframes rotation {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotation {
    0%   { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-o-keyframes rotation {
    0%   { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}
@-ms-keyframes rotation {
    0%   { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); }
}
@keyframes rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

 
.vjs-loading-spinner .ball2, .vjs-loading-spinner .ball3, .vjs-loading-spinner .ball4,
.vjs-loading-spinner .ball5,.vjs-loading-spinner .ball6, .vjs-loading-spinner .ball7,
.vjs-loading-spinner .ball6
{
	display: none;
}

.vjs-loading-spinner .ball1
{
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	background: url(http://www.video-oldenburg.de/css/images/playerimages/spin.png) center center no-repeat;
	
	-webkit-animation: rotation 2s linear infinite;
	   -moz-animation: rotation 2s linear infinite;
	     -o-animation: rotation 2s linear infinite;
	    -ms-animation: rotation 2s linear infinite;
	        animation: rotation 2s linear infinite;
}

.vjs-loading-spinner
{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}

.rw-overlay {
	display: none;
	position: fixed;
		overflow: hidden;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #000;
	opacity: 0.9;
	z-index: 2000;
	cursor: pointer;
}

.rw-focused {
	z-index: 2001;
}

.rw-bulb
{
	position: absolute;

	width: 16px;
	height: 24px;
	display: none;
	background: url(http://www.video-oldenburg.de/css/images/playerimages/lightbulb.png) no-repeat;
	z-index:2002;
}
.rw-video title { font-size: 1em; }
