/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    /*background-color: #000;*/
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* links etc */
a {
  color: #000; /* default color */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 15px/22px "Helvetica", Arial; 
    /*background-color: #000000;*/
}

/* "Helvetica Neue", */

.wrapper {
    /*width: 90%;*/
    /*margin: 0 5%;*/
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 2px solid #252525;
}

.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
  background: #000000;
}

.title {
    color: white;
    padding-left: 20px;
}

/* ==============
    MOBILE: Menu
   ============== */
/*
nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}
*/
/*

.menuheader {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-size: 15px;
    padding: 5px 0 5px 8px;
    background-image: url("../../../images/p2v/bg-texture.png");
}
*/

/*
nav a:hover,
nav a:visited {
    color: white;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}
*/

/* ==============
    MOBILE: Main
   ============== */

.main {
    /*padding: 30px 0;*/
    background: white;
    background-image: url("../../../images/p2v/bg-texture.png")
}

.main article h1 {
    font-size: 17pt;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* // Mobile first */

body {overflow: visible; } 
html {overflow: visible; }

#backg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}

#brandbox {
  width: 100%;
  height: 44px;
  background: #ccc;
  background-image: url("../../../images/p2v/header-bg.png");
  background-size: 1px 44px;
}

#brandbox-menu{
	margin: 7px;
	background-image: url("http://shorttrack.marduq.tv/images/p2v/controls-sense/menu_btn.png");
	background-size: 45px 30px;
	width: 45px;
	height: 30px;
	float: left;
}

#brandbox-logo {
	margin: 0 auto;
	width: 104px;
	height: 41px;
	/* background-image: url("../../../images/p2v/controls-sense/logo-header.png"); */
	background-size: 104px 41px;
}

#senselayer {
  position:absolute;
	top:0;
	left:0;
  width: 100%;
	height: 100%;
	background-color: rgba(256, 256, 256, 0.0);  	
	cursor: pointer;
	z-index: 999999;
	         
}

#video_loader {
  text-align: center;
  width: 100%;
  height: 210px;
  min-height: 200px;    
  margin: 0;
  background: white;
  z-index: 0;
}

#video_loader .title {
  text-align: left;
  color: white;
  padding-left: 20px;
  position: absolute;
  text-shadow: 1px 1px rgba(15, 15, 15, 0.81);
  font-size: 24px;
  max-width: 70%;
  z-index: 10000000;
}

#flashplayer {  width: 100%; height: 100% }
#flashplayer_ns { width: 100%; height: 100%; }  
video { width: 100%; height: 100%; }

#controller {  
  background: none repeat scroll 0 0 white;  
  margin: auto;  
  color: white;  
  position: absolute;  
  text-align: left;
  opacity: 0.9;
  z-index: 100000000;
}
 
#time {
    background-color: black;
    border-radius: 5px;
	  -webkit-border-radius: 5px;
	    -moz-border-radius: 5x;
    color: white;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-right: 12px;    
    margin-top: 10px;
    padding: 0px 5px;
}

#controller a {  
  display:block;
  float:left;
  width:43px;
  height:43px;
}

#controller .pause {
  background-image: url("../../../p2v/img/controls-sense/pause.png"); 
}

#controller .play {
  background-image: url("../../../p2v/img/controls-sense/play.png");
}

#controller .next {
  display: none;
  background-image: url("../../../p2v/img/controls-sense/next_b.png");
}

#controller .prev {
  display: none;
  background-image: url("../../../p2v/img/controls-sense/prev_b.png");
}


#controller .hd {
  background-image: url("../../../p2v/img/controls-sense/hd.png");
}

#controller .sd {
  background-image: url("../../../p2v/img/controls-sense/sd.png");
}

#controller .fullscreen {
  background: url("../../../images/p2v/fullscreen_button.png") 14px 12px no-repeat;
}

#controller .mute {
  background: url("../../../images/p2v/mute_button.png") 15px 14px no-repeat;  
}

#bigPlayButton {
  position: absolute;
  width: 64px;
  height: 64px;  
  left: 50%;
  top: 40%;
  margin-left: -32px;
  z-index: 20000000;
  cursor: pointer;
  background: url("../../../images/p2v/playbutton.png") 0px 0px no-repeat;  
}

#volumecontroller {
	height: 28px;
	width: 90px;
	display: block;
	float: left;
	margin-top: 0px;
}

#volumecontroller div{
	height:40px;
}

.volumecontrollerbar{
	float:left;
  border-right: 4px solid #fff;
	width:3px;
	background-color: #4c4c4c;
	cursor:pointer;
}
.volumecontrollerbar:hover{
	background-color:#bcbcbc !important;
}

/* Top right buttons */

#overlay {
  position: absolute;
  padding-top: 10px;
  padding-right: 10px;
  cursor:pointer;
  z-index: 100000000;
}

#overlay #share_button {
  background: url('../../../images/p2v/overlays_button.png') no-repeat;
  width: 49px;
  height: 49px;
  float: right;
}

#social {  
  position: absolute;
  padding-top: 22px;
  padding-right: 10px;  
  cursor:pointer;
  z-index: 100000000;
  width: 280px;
}

#social #share_button {
  background: url('../../../images/p2v/share.png') no-repeat;
  width: 49px;
  height: 49px;
  float: right;
}

#talk {
  position: absolute;
  padding-top: 22px;
  padding-right: 10px;  
  cursor:pointer;
  z-index: 100000000;
}

#talk #share_button {
  background: url('../../../images/p2v/comment_bigger.png') no-repeat;
  width: 49px;
  height: 49px;
  float: right;
}


/* Smoovies, Marquers and what have ya ? */

.smoovie {
  z-index: 10000000;
  position: absolute;
  top: 0;
}

.imagesmoovie {
  z-index: 10000000;
  position: absolute;
  top: 0;
}

.textsmoovie {
  z-index: 10000001;
  position: absolute;
  top: 0;
}

.uptitlesmoovie {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  color:white;
  text-shadow: 1px 1px black;
  font-weight:bold; 
  padding: 20px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
}

.titlesmoovie {
  position: absolute;
  top: 70%;
  right: 0px;
  width: 50%;
  text-align: right;
  color:white;
  text-shadow: 1px 1px black;
  font-weight:bold; 
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  background-image: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 60%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 60%);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 60%);
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 60%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 60%);
}

.titlesmoovie .subtext {
  display: block;
  font-size: 80%;
  color: #DEDEDE;
}

.subtitlesmoovie {
  position: absolute;
  top: 74%;
  width: 100%;
  text-align: center;
  color:white;
  text-shadow: 0px 0px 2px black;
  font-weight:bold;
  /*
  background-image: linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  */
}

.mapsmoovie {
  position: absolute;
  top: -1000px;  
  width: 200px;
  height: 250px;
  z-index: 10000000;
  border: 2px solid #DEDEDE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5x;
  box-shadow: 0px 4px 7px rgba(0,0,0,0.5);
  display:none;
}

.pipsmoovie {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 480px;
  height: 320px;
  z-index: 100000000; /* even higher than the interface */
  border: 2px solid #DEDEDE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5x;
  box-shadow: 0px 4px 7px rgba(0,0,0,0.5);
  display:none;
}

/* facebook gate */
.facebookgate{
  position: absolute;
  top: 12%;
  width: 80%;
  margin: auto;
  text-align: left;
  left: 10%;
  z-index: 100000003;
  background-color: white;
  height: 40%;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 1px #000000;
  opacity: 0.9;
}

.fancylike-fb-like {
  padding-left:16px;
}

/* Movietrader and subclasses */

.movieTraderQuestion  {
  position: absolute;
  top: 4px;
  width: 80%;
  margin: auto;
  text-align: left;
  left: 10%;
  z-index: 100000003;
}

.mt_vraag {}

.mt_header {
  font-weight: bold;
  background: white;
  width: 100%; 
  height:100%;     
}

h6 {
  padding: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin-left: 10px;
  padding-top: 24px;
  padding-bottom: 20px;
  width: 90%;
}

.antwoord {  
  background: rgba( 256, 256, 256, 0.6);
  width: 100%;
  cursor: pointer;
  border-bottom: solid 1px #AAA;
  min-height: 28px;
  padding-top: 3px;
}

.antw_mark {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  background: url("../../../p2v/img/movietrader/question_marquer_blank.png") no-repeat center center;
  background-color: rgba(0,0,0,0);
  padding-left: 40px;
  padding-top: 8px;
}

.mark_active_correct {  
  background: url("../../../p2v/img/movietrader/question_marquer_green.png") no-repeat center center;;
}

.mark_active_false {
  background: url("../../../p2v/img/movietrader/question_marquer_red.png") no-repeat center center;;  
}

.mark_disabled {
  background: url("../../../p2v/img/movietrader/question_marquer_grey.png") no-repeat center center;;
}

.antw_label {
  padding-left: 40px;
  padding-bottom: 0px;
  padding-top: 3px;
}

.mt_footer {
  font-weight: bold;
  background: white;
  width: 100%;
  height: 50px;
}

#mt_results {
  float: left;
  width: 300px;
  margin-left: 25px;
  margin-top: 12px;
}

#mt_verder_knop {
  border: 0 solid #008cca;
  border-radius: 6px;
  color: white;
  font-weight: bold;
  background-color: #008cca;
  padding: 4px 10px 4px 10px;
  float: right;
  margin-right: 30px;
  margin-top: 10px;
}

/* end movietrader */


/* VIDEO */

/* set sizes on mobile */
#video_loader .title { font-size: 14px; }
.uptitlesmoovie { font-size: 16px; }
.titlesmoovie { font-size: 14px; }
.downloadsmoovie { font-size: 14px; }
.titlesmoovie .subtext { font-size: 10px; }
.subtitlesmoovie { font-size: 10px; }

.richtextsmoovie {
  z-index: 10000002;
  position: absolute;
  top: 12%;
  left: 10px;
  width: 30%;
  height: 70%;
  background-color: rgba(255,255,255,0.9);  
  background-image: url("../../../images/p2v/richtext-icon.png");
  background-repeat: no-repeat;
  background-position:6px 0px;
  border-bottom: solid 5px white;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	border: solid 1px gray;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.5);
	display:none;
}

/* more smoovies and marquers */

/*  Universal smoovie dragger */
.drag_bar {
  height: 30px;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #ccc;  
}

.drag_bar:after {
  border-bottom: 1px solid #fff;
}

.close_button {
  height: 25px;
  width: 25px;
  display:block;
  float: right;
  cursor: pointer;
  background-image: url("../../../images/p2v/fancybox_sprite.png");
  margin-right: 10px;
  margin-top: -3px;
}

.richtextsmoovie .content {
  text-align: left;
  color:black;
  font-weight:normal;  
  font-size: 12px;
}

.richtextsmoovie .content h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;  
}

/** nano scrollbar **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano .content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 7px;
  right      : 2px;
  top        : 2px;
  bottom     : 2px;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01; 
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;  
  border-radius         : 5px;
}
.nano > .pane > .slider {
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;  
  border-radius         : 3px;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
.nano { width: 100%; height: 90%;}
.nano .content { padding: 10px; }
.nano .pane   { background: rgba(0,0,0,0.3);}
.nano .slider { background: #111;}

/* even moore smoovies */
.downloadsmoovie {
  position: absolute;
  top: 70%;
  left: 0px;
  width: 50%;
  text-align: left;
  color:white;
  text-shadow: 1px 1px black;
  font-weight:bold; 
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

.textsmoovie a {
  color: #FFFFFF;
}

.downloadsmoovie a {
  color: #FFFFFF;
}

.subtitlesmoovie a {
  color: #FFFFFF;
}

/* Tickers! */
#comment_ticker, #twitter_ticker {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 color: white;
 background-color: rgba(0,0,0,0.6); 
 overflow: hidden;
 text-align: left;
 z-index: 10000000;
}

#comment_ticker .ticker_user, #twitter_ticker .ticker_user {
  font-size: 80%;
  color: gray;
  font-style: italic;
  margin: 5px 30px 5px 5px;
}

.tickercontainer{
  border: none;
}
.ticker_comment {}


/* scrubbar --> controller */

#scrubbar {
  height: 16px;
  width: 100%;
  background-color: black;
  position: absolute;
  z-index: 100000000;
  cursor: pointer;
  opacity: 0.8;
  overflow: hidden;
}

#scrubbar .progressbar {
  background-color: #646464;
  top: 2px;
  left: 0px;
  margin: 0px;
  width: 1px;
  height: 15px;
  position:absolute;  
  z-index: 10000001;
}

#scrubbar .bar {
  background-color: #F19000;
  top: 2px;
  left: 0px;
  margin: 0px;
  width: 1px;
  height: 15px;
  z-index: 100;
  position:absolute;
  z-index: 10000002;
}


#scrubbar .time_mark {  
  position:absolute;
  top:1px;
  left:0px;
  height:15px;
  width:3px;
  opacity: 0.6;
  /*background-color: white;*/
  border-left: solid 4px #FFFFFF;
  border-bottom: solid 1px #DDDDDD;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
  z-index: 100000001;
}

/* marquer overlay timeline scrubber tooltip */
#tooltip {
  position: absolute;
  background-color: white;
  max-width: 280px;
  z-index: 10000000000;
  padding: 2px 6px;
  opacity: 0.8;
  font-size: 11px;
  font-weight: bold;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	border: solid 1px gray;
	box-shadow: 0px 2px 0px #555555;
}

/* helpers */
/* dunno */
.off {
	opacity: 0.6;
}

.rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}


.clear {
  clear: both;
}

.devider {
  clear:both;
  width:100%;
  height:10px;
  float:left;
}
.header-container {
	font-size: 17px;
	border-bottom: none;
	display: none;
}

.header-container h1 {
	margin: 0;
	padding: 5px 14px;
	border-bottom: none;
	color: #000;
	background-image: url("../../../images/p2v/bg-texture.png");
}

pre {
  width: 280px;
}

/* =================
/*  Menu Styles
/* =================
*/

#menu-container {
  clear: both;
  width: 100%;
  height: 100%;
  color: black;    
  background: #F2F2F2;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0px 1px 0px #f2f2f2, 0px 2px 0px #cccccc, 0px 3px 0px #f2f2f2, 0px 4px 0px #cccccc, 0px 4px 6px #cccccc;
 }

#menu-container .arrow, #info .arrow, #aanbevolen .arrow, #comments .arrow {
  float: right;
  width: 30px;
  height: 30px;
  background-image: url("../../../images/p2v/arrow-right.png");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  margin-top: -2px;
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s; /* Firefox 4 */
  -webkit-transition: -webkit-transform 0.3s; /* Safari and Chrome */
  -o-transition: -o-transform 0.3s; /* Opera */
}

#menu-container h1 {
  margin: 0 0 0 0;
  padding: 14px 0 14px 14px;
  font-size: 19px;
  border-top: 1px solid #ccc;
  background-image: url("../../../images/p2v/bg-texture-gray.png");
  cursor: pointer;

}

#menu {
  width: 100%;
  height: 100% !important;
}

#menu ul,
#menu ol {
    list-style: none;
    list-style-image: none;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #000000;    
  background: url("../../../images/p2v/bg-texture.png") repeat #FFFFFF;
  height: 60px;
  overflow: hidden;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;  
}

#menu a:hover {
  background: #EEEEEE;
}

#menu a:visited {
  color: #000000;
}

#menu item {
  display:block;
  height: 45px;  
}

#menu img {
  float: left;
  height: 50px;
  width: auto;
  margin: 5px;
  margin-left: 14px;
  text-shadow: 1px 1px rgba(15, 15, 15, 0.81);
}

#menu .menuitemtext {  
  height: 45px;
  overflow: hidden;
  padding-top: 10px;  
}

#menu .menutitle {  
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
}

#menu .menusubtitle {  
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: #666;
  display:none;
}

#menu menudescription {} /* kan, hoeft niet :p */

.menuheader {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-size: 16px;
    padding: 7px 0 7px 14px;
    background-image: url("../../../images/p2v/bg-texture.png");
    cursor:pointer;
    border-top: 1px solid #ccc;
}

.num_videos {
  font-weight: normal;
  margin-left: 6px;
  color: #7d7d7d;
}


h1 {
  margin-left: 14px;
  font-size: 17px;
}

/* =================
/*  Info
/* =================
*/

#info {
  width:100%; 
  display:none;
}

#info h1 {
  color: #7d7d7d;
  font-weight: normal;
  padding: 8px 0 8px 14px;
  margin: 0;
  font-size: 17px;
}

#info .info_datum {
  padding-left: 15px; 
  font-size: 10px; 
}

#info .info_title {
  padding-left: 15px;  
  font-size: 15px;
  font-weight: bold;
  padding-right: 12px;
}

#info .info_subtitle {
  padding-left: 15px;  
  padding-right: 12px;
}

#info .info_description {
  padding-left: 15px;  
  padding-right: 12px;
  padding-bottom: 20px;
}

#info #img {
  
}

/* =================
/*  Aanbevolen
/* =================
*/

#aanbevolen {
  width:100%;
  clear: right;
  float: right;
}

#aanbevolen h1 {
  color: #7d7d7d;
  font-weight: normal;
  padding: 8px 0 8px 14px;
  margin: 0;
  font-size: 17px;
}

.thumb {
  float: left;
  width: 49%;
  margin-bottom: 5px;
  margin-left: 3px;
}

.thumb img {
  width: 96%;
  height: auto;
  margin-left: 2%;
  margin-top: 2px;
  margin-bottom: 2px;
}

.thumb .pt {
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: -40px;
  padding-left: 10px;
  /*position: relative;*/
  font-size: 15px;
  text-shadow: 1px 1px rgba(15, 15, 15, 0.81);
  color: white;  
  line-height: 18px;
  pointer-events: none;
}

.thumb a {
  display: block;
}
  
#comments {  
  clear:both;
  float: right;
  width:100%;  
  min-width: 250px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#comments h1 {
  color: #7d7d7d;
  font-weight: normal;
  padding: 14px 0 14px 14px;
  margin: 0;
  font-size: 17px;
  width: 82%;
  float: left;
  cursor: pointer;
}

.num_comments {
  font-weight: normal;
  margin-left: 6px;
  color: #7d7d7d;
}


.addcomment {
  background-image: url('../../../images/p2v/comment_bigger.png');
  background-size: 44px 44px;
  height: 44px;
  width: 44px;
  display: block;
  float: right;
  cursor: pointer;
}

#comments .user {
  font-weight: bold;
  padding: 14px 14px 0px 14px;
  color: #000;
  width: 190px;
  display: block;
  float: left;
  text-transform: capitalize;
}

#comments .date {  
  font-size: 60%;
  font-style: italic;
  padding: 14px 14px 0px 14px;
  float: right;
}

#comments p {
  clear: both;
  padding: 0px 14px 0 14px;
}
.comment {
	clear: both;
	border-bottom: 1px solid #cccccc;
}

.footer-wrapper {
	margin: 0 auto;
	background-image: url("../../../images/p2v/bg-texture-gray.png");
	height: 35px;
	max-width: 768px;
	display: block;
	border: 0;
	text-align: center;
	padding-top: 5px;
}
#footer-left {
	width: 33%;
	float: left;
	top: 0px;
	text-align: left;
}

.footer-image {
  background-image: url("../../../images/p2v/salt-footer.png");
  width: 73px;
  height: 30px;
}

#footer-center {
	width: 34%;
	float: left;
}
#footer-right {
	width: 33%;
	float: left;
	top: 0;
	text-align: right;
}
#footer-right a {
	color: #575757;
	text-decoration: underline;
	font-size: 12px;
	padding-right: 14px;
	padding-top: 8px;
}

/* Fancybox */

.fancybox-skin {
	position: relative;
	color: #111;
	background-image: url('../../../images/p2v/bg-texture.png');
	background-color: #fff;
	text-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #222;
	font: 15px/21px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../images/p2v/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background-image: url('../../../images/p2v/comment_loader.gif');
	background-position: center center;
}

.fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-overlay {
	background-image: url('../../../images/p2v/bg-texture-fb.png');
}

span.commentbefore {
	background-image: url('../../../images/p2v/comments.png');
	height: 42px;
	width: 42px;
	display: block;
	float: left;
}
span.emailbefore {
	background-image: url('../../../images/p2v/email.png');
	height: 42px;
	width: 42px;
	display: block;
	float: left;
}
h1.commenttitle {
	margin: 10px;
	float: left;
}

.new_comment input, .new_comment textarea, .social_form input, .social_form textarea, .embedcode textarea {
	width: 90%;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	padding: 5px;	
}

.embedcode textarea {
  font-family: monospace;
  font-size: 15px;
}

/* ########## */
/* RESPONSIVE */
/* ########## */

/* a little bigger */
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #footer-container { display: none; } 
  #flashplayer, #flashplayer_ns, video {  width: 100%; height: 100%; }  
  #video_loader { width: 100%; height: 440px; z-index: 1; } 
  #backg { display: none }
  .footer-wrapper {}  
  #embed_button, #volumecontroller { display: none; }  
}

@media only screen and (min-width: 780px) and (max-width: 1024px) {
  .header-container { display: block; }
  #video_loader { width: 768px; height: 100%; }
  body {overflow: visible; }
  html {overflow: visible; }
  #embed_button, #volumecontroller { display: inherit; }
}

/* Landscape on phone and ipad */
@media only screen and (max-width: 1025px) and ( orientation: landscape ) {
    
  #comments { display: none; }
  #aanbevolen { display: none; }
  #info { display: none; }
  #menu-container { display: none; }
  .footer-wrapper { display: none; }    
  #flashplayer, #flashplayer_ns, video {  width: 100%; height: 100%; }  
  #video_loader { width: 100%; height: 100%; z-index: 1; }   
  #embed_button, #volumecontroller { display: none; }
  .header-container { display: none; }  
}

/* the biggest */
@media only screen and (min-width: 1140px) {
  .header-container { display: block; }
  body { overflow: visible; }
  html { overflow: visible; }
  #embed_button, #volumecontroller { display: inherit; }
}

@media only screen and (min-width: 768px) {
  
  #footer-container { display: none; }    
  #video_loader { width: 100%; height: 445px; }  
  #menu-container { width: 50%; float:left; }  
  #info { width:50%; float:right; }  
  #aanbevolen { width:50%; float:right; }
  #comments { clear:right; float:right;  width:50%; }
  #embed_button, #volumecontroller { display: none; }
  .footer-wrapper { width: 768px; }  
  
  #info h1 {
    color: #7d7d7d;
    font-weight: normal;
    padding: 14px 0 14px 14px;
    margin: 0;
    font-size: 17px;
    cursor:pointer;
    border-top: 1px solid #cccccc;
  }  
  
  #aanbevolen h1 {
    color: #7d7d7d;
    font-weight: normal;
    padding: 14px 0 14px 14px;
    margin: 0;
    font-size: 17px;
    cursor:pointer;
    border-top: 1px solid #cccccc; 
  }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    /* set sizes larger then mobile */
    #video_loader .title { font-size: 24px; }
    .uptitlesmoovie { font-size: 45px; }
    .titlesmoovie { font-size: 26px; }
    .titlesmoovie .subtext { font-size: 18px; }
    .subtitlesmoovie { font-size: 15px; }
    .downloadsmoovie { font-size: 26px; }
    .mapsmoovie { display:block }
    .richtextsmoovie { display:block  }

}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */
    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    /*
    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }
    */

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1024px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 768px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

iframe.fancybox-iframe {
    overflow:hidden;
}

.fancybox-inner {
   overflow: hidden !important;
}

.force_hide {
  display:none !important;
}

.flashfallbackplayer_video {
  width: auto;
  height: auto; 
}


.force-hide {
  display:none !important;
}