/*-- Start reset --*/
	html, body, div, span, object, h1, h2, h3, h4, h5, h6, a, em, img, strong, b, i, ol, ul, li, form, input, textarea, label, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } ol, ul { list-style: none; }
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style: italic;
	}
/*-- Einde reset --*/
		
html,
body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #transparent;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #fff;
	text-decoration: none;
}

#varaplayer,
#playerwrapper {
	position: relative;
	width: 100%;
	height: 100%;
	background: #262626 !important;/* important is nodig omdat jwplayer.js inline background #000 toevoegt */
}

#varaplayer video,
object#varaplayer {
	position: absolute;
}

#varaplayer .fallback,
#varaplayer noscript {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#varaplayer noscript {
	z-index: 1;
}

/*-- Start dock --*/
	#varaplayer_jwplayer_dock {
		/* deze div heeft zelf geen eigen hoogte; de dock-buttons worden hierbinnen gepositioneerd */
	}
/*-- Einde dock --*/

/*-- Start share plugin --*/
	.shareWrapper {
		width: 100%;
		height: 0;/* deze op 0 zetten, zodat content achter de plugin klikbaar blijft. Als we geen overflow setten, blijft alle content gewoon zichtbaar :) */
	}
	
	.titlebar,
	.topbar,
	#displayoverlay h1 {
		overflow: hidden;
		padding: 5px;
		background: url(../../../player/css/images/rgba/rgba-0-0-0-65.png);
		background: rgba(0,0,0,0.65);
	}
	.topbar {
		background: none;
	}
	.titlebar {
		position: absolute;
		width: 100%;
		padding: 5px 0 0;
	}
	.topbar {
		margin: 10px 80px 10px 10px;/* margin-right ivm dockbuttons */
	}
	.topbar a {
		font-size: 11px;
	}
	h1 {
		overflow: hidden;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
	}
	.shareWrapper > .titlebar h1 {
		margin: 0 20px;
		padding-top: 2px;
		min-height: 24px;/* min-height meegeven, zodat tekst Bekijk in HQ... altijd onder kijkwijzer doorloopt */
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	h2 {
		font-weight: bold;
	}
	
	/* Start kijkwijzer */
		.kw {
			float: right;
			overflow: hidden;
			border-radius: 4px;
			padding: 0 1px;
			background: url(../../../player/css/images/rgba/rgba-255-255-255-15.png);
			background: rgba(255,255,255,0.15);
		}
		.topbar .icon {
			float: left;
			margin: 1px;
			width: 24px;
			height: 24px;
			background: url(../../../player/css/images/varaplayer-icons.png) 0 0 no-repeat;
		}
		/* let op: de classes van de kijkwijzer categorieen moeten overeenkomen met de categorie-afkorting (in lowercase): angst: a; discriminatie: d; drugs en alochol: h; seks: s; geweld: g; grof taalgebruik: t */
		.kw .age6 { background-position: 0 -30px; }
		.kw .age9 { background-position: 0 -60px; }
		.kw .age12 { background-position: 0 -90px; }
		.kw .age16 { background-position: 0 -120px; }
		.kw .a { background-position: 0 -150px; }
		.kw .d { background-position: 0 -180px; }
		.kw .h { background-position: 0 -210px; }
		.kw .s { background-position: 0 -240px; }
		.kw .g { background-position: 0 -270px; }
		.kw .t { background-position: 0 -300px; }
	/* Einde kijkwijzer */
	
	.topbar .omroepnl {
		display: block;
		float: right;
		margin-left: 10px;
		background-position: 0 -330px;
	}
	.topbar .vara {
		display: block;
		float: left;
		margin-top: 4px;
		width: 60px;
		height: 20px;
		background-position: 0 -930px;
	}


    .topbar .bnn {
        display: block;
        float: left;
        margin-top: 4px;
        width: 60px;
        height: 30px;
        background-position: 0 -1187px;
    }
	.onsite {
		margin: 0 20px;
		clear: both;
	}
	.onsite a:hover,
	.onsite a:focus {
		text-shadow: 0 0 2px #fff;
	}
	
	/* Start sharepane */
		#sharepane {
			display: none;
			position: absolute;
			z-index: 20;
			top: 0;
			right: 0;
			padding: 14px;
			border-left: 1px solid #3c3c3c;
			width: 190px;
			width: 216px;
			/* height moeten we met js bepalen, want container heeft hoogte 0 */
			background: #0b0b0b;
			font-size: 13px;
		}
		
		input,
		textarea {
			border: 3px solid #2d2d2d;
			/*border-radius: 2px;*/
			padding: 8px;
			width: 194px; /* 216 - 2x3 -2x8 */
			box-shadow: inset 0 0 1px #000;
		}
		textarea {
			height: 5.5em;
		}
		label {
			display: block;
			margin: 12px 0 2px 3px;
			color: #fff;
			font-weight: bold;
		}
		#socialpane label {
			margin-top: 0;
			margin-bottom: 5px;
		}
		/* Start social pane */
			#socialpane {
				overflow: hidden;
			}
			#socialpane .icon {
				display: block;
				float: left;
				margin-left: 10px;
				width: 36px;
				height: 36px;
				background: url(../../../player/css/images/varaplayer-icons.png) 0 -360px no-repeat;
			}
			#socialpane label + .icon {
				margin-left: 1px;
			}
			#socialpane .facebook { background-position: 0 -420px; }
			#socialpane .google { background-position: 0 -540px; }
			#socialpane .twitter:hover, #socialpane .twitter:focus { background-position: 0 -960px; }
			#socialpane .facebook:hover, #socialpane .facebook:focus { background-position: 0 -1020px; }
			#socialpane .google:hover, #socialpane .google:focus { background-position: 0 -1140px; }
		/* Einde social pane */
		
		#linkpane,
		#embedpane {
			clear: both;
		}
		
		.closeShare {
			display: block;
			position: absolute;
			top: 10px;
			right: 10px;
			width: 16px;
			height: 16px;
			background: url(../../../player/css/images/varaplayer-icons.png) 0 -690px no-repeat;
		}
		.closeShare:hover,
		.closeShare:focus {
			background-position: -30px -690px;
		}
	/* Einde sharepane */
	
	/* Start displayoverlay --*/
		#displayoverlay {
			display: none;
			position: absolute;
			border: 1px solid #666;
			color: #fff;
			font-size: 11px;
		}
		#displayoverlay h1 {
			margin: 5px;
		}
		
		#backtovideo {
			position: absolute;
			/*display: none;*/
			right: 1px;
			bottom: 1px;
			padding: 2px 28px 0 5px;
			height: 18px;
			background: url(../../../player/css/images/varaplayer-icons.png) 100% -720px no-repeat;
			background-color: #262626;
			background-color: rgba(0,0,0,0.65);
			color: #ccc;
			text-decoration: none;
		}
		#backtovideo:hover,
		#backtovideo:focus {
			background-position: 100% -750px;
		}
	/* Einde displayoverlay --*/
	
	
	/*-- Start endpane --*/
		#endpane {
			display: none;
			position: absolute;
			z-index: 10;
			top: 0;
			left: 0;
			width: 100%;
			background: #000;
		}
		#endpane table {
			margin: 1% auto;
			width: 90%;
		}
		#endpane td {
			padding: 0;
		}
		#endpane td a,
		#endpane td .currentvideo {
			position: relative;
			display: block;
			margin: 5px;
			border: 1px solid #666;
			font-size: 0;
		}
		#endpane td img {
			width: 100%;
		}
		.recommendation .duration {
			position: absolute;
			right: 2px;
			bottom: 2px;
			padding: 2px;
			background: url(../../../player/css/images/rgba/rgba-0-0-0-65.png);
			background: rgba(0,0,0,0.65);
			font-size: 11px;
		}
		.recommendation .play {
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			height: 100%;
			background: url(../../../player/css/images/rgba/rgba-0-0-0-65.png);
			background: rgba(0,0,0,0.65);
		}
		.recommendation a:hover .play,
		.recommendation a:focus .play {
			top: 0;
		}
		.currentvideo .overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url(../../../player/css/images/rgba/rgba-0-0-0-65.png);
			background: rgba(0,0,0,0.65);
		}
		.recommendation .play .icon,
		.currentvideo .icons {
			position: absolute;
			width: 140px;
			height: 60px;
			left: 50%;
			top: 50%;
		}
		.recommendation .play .icon {
			width: 35px;
			height: 21px;
		}
		.recommendation .play .icon > div,
		.currentvideo .icons > div {
			position: absolute;
			top: -50%;
			left: -50%;
		}
		.recommendation .play .icon > div {
			width: 100%;
			height: 100%;
			background: url(../../../player/css/images/varaplayer-icons.png) 0 -600px no-repeat;
		}
		#endpane .currentvideo .icon {
			float: left;
			margin: 0 5px;
			border: none;
			width: 60px;
			height: 60px;
			background: url(../../../player/css/images/varaplayer-icons.png) 0 -780px no-repeat;
		}
		#endpane .currentvideo .share {
			background-position: 0 -870px;
		}
	/*-- Einde endpane --*/
		
/*-- Einde share plugin --*/


/*-- Start controlbar --*/

	#varaplayer_jwplayer_controlbar_durationText {
		font-size: 10px;
	}
	#varaplayer_jwplayer_controlbar_capRight {
		margin-left: 0px;/* bugfix omdat anders in html-mode 1px tussenruimte naast capRight is */
	}
	
	#playbutton {
		position: absolute;
		width: 60px;
		height: 60px;
		/* playbutton buiten player plaatsen; wordt door js gecentreerd */
		top: -60px;
		left: -60px;
		background: url(../../../player/css/images/varaplayer-icons.png) 0 -630px no-repeat;
	}
	/* playbutton heeft geen hover state nodig, want hij is er alleen op touch-devices */
	
/*-- Start controlbar --*/

#debug {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 300px;
	padding: 10px;
	background: #eee;
}