/* Global settings */
@font-face {
	font-family: 'ProximaNova-Light';
	src: url('fonts/ProximaNova-Light.eot');
	src: local('☺'), url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype'), url('fonts/ProximaNova-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaRgBold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaRgRegular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
}
table, td, tr, th {
	border-spacing: 0;
	vertical-align: middle;
	border-collapse: collapse;
}
label {
	display: block;
}
html {
	overflow-y: auto;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
a {
	color:#212121;
}
.hidecursor {
	cursor: none;
}


/* Layout */
body {
	color: #212121;
    font-family: 'ProximaNovaRgRegular';
    font-size: 18px; 
	line-height: 20px;
	background: #fff;
}
h1 {
	display: none;
}
h1 a {
}
h2 {
}
#container {
}
#logo_container {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10000;
	cursor: pointer;
	padding: 10px;
}
#logo {
	background: url('../img/logo.png') no-repeat;
	width: 90px;
	height: 66px;
	margin-bottom: 15px;
}
.films.view #logo {
	background: url('../img/logo_white.png') no-repeat;
}
#logo_container:hover {
	background: rgba(255,255,255, 0.5);
}
#logo_container:hover #menu {
	display: block;
}
#menu {
	/*border-top: 1px solid #666;*/
	padding-top: 10px;
	display: none;
	width: 90px;
}
#menu li a {
	line-height: 15px;
	font-size: 15px;
	text-transform: uppercase;
}
#menu li.selected a,
#menu li a:hover {
	text-decoration: underline;
}
.films.view #menu li a {
	color: #aaa;
}
#content {
}
#footer {
}



/* Series */
#series ul > li {
	position: relative;
	height: 390px;
	overflow: hidden;
	border-bottom: 2px solid #fff;
}
#series ul > li img {
	display: block;
	z-index: 50;
}
#series ul > li .details {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgb(000,000,000);
	background: rgba(000,000,000, 0.5);
	text-align: center;
	display: none;
	z-index: 100;
	line-height: 390px;
}
#series ul > li .details h2 {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 37px;
	border-bottom: 1px solid #999;
	line-height: 40px;
}
#series ul > li:hover .details {
	display: block;
}


/* Slideshow */
#slideshow {
	margin-top: 50px;
}
#slideshow .flexslider {
	margin-top: 50px;
}


/* Serie infos */
#slideshow .infos {
	position: fixed;
	top: 0;	bottom: 0; left: 0;	right: 0;
	text-align: center;
	z-index: 510;
	color: #fff;
	background: rgb(000,000,000);
	background: rgba(000,000,000, 0.8);
	display: none;
}
#slideshow .infos .wrapper {
	width: 600px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	cursor: pointer;
}
#slideshow .infos h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 37px;
	border-bottom: 1px solid #999;
	line-height: 40px;
	display: inline-block;
}
#slideshow .infos .description {
	font-family: 'ProximaNova-Light', 'arial', 'sans-serif';
	font-size: 17px;
	line-height: 22px;
	color: #CFCFCF;
	margin-top: 15px;
	height: auto;
	overflow: hidden;
	text-align: left;
}
.scrollable .mCSB_draggerContainer {
	visibility: hidden;
}
.scrollable:hover .mCSB_draggerContainer {
	visibility: visible;
}
#slideshow .infos .close {
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}

#slideshow .buttons {
	position: fixed;
	right: 20px;
	top: 15px;
	width: 100%;
	text-align: right;
	z-index: 200;
}
#slideshow .buttons h3 {
	display: inline-block;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
}
#slideshow .buttons img {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
#slideshow .buttons img:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#slideshow #description {
	position: fixed;
	bottom: 15px;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #999;
}
/* Thumbnails */
#videos .thumbnails {
	margin-top: 50px;
}
#videos .thumbnails,
#slideshow .thumbnails {
	position :absolute;
	right:20px;
	/*padding-top: 20px;*/
}
#videos .thumbnails li,
#slideshow .thumbnails li {
	float: left;
	width: 320px;
	height: 255px;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	
}

#videos .thumbnails li img:hover,
#slideshow .thumbnails li img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#videos .thumbnails li .details,
#slideshow .thumbnails li .details {
	position: absolute;
	top: 0;	bottom: 0; right: 0; left: 0;
	background: rgb(000,000,000);
	background: rgba(000,000,000, 0.5);
	text-align: center;
	display: none;
	z-index: 100;
	line-height: 255px;
}
#videos .thumbnails li .details h2,
#slideshow .thumbnails li .details h2 {
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-size: 12px;
	/*border-bottom: 1px solid #999;*/
	line-height: 18px;
	padding: 20px;
}
#videos .thumbnails li:hover .details,
#slideshow .thumbnails li:hover .details {
	display: block;
}


/* Flexslider */
.flexslider {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
	overflow: hidden;
}
.flexslider .slides li {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.flexslider .slides li img {
	vertical-align: middle;
	display: inline-block;
}
#next,
#prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 150;
	cursor: pointer;
	width: 50%;
	line-height: 600px;
}
#prev img {
	margin-left: 40px;
}
#next img {
	margin-right: 40px;
}
#next {
	text-align: right;
	right: 0;
}
#prev img,
#next img {
	z-index: 150;
	visibility: hidden;
	vertical-align: middle;
	display: inline-block;
}
#next:hover img,
#prev:hover img {
	visibility: visible;
}


/* Text */
#text .contact {
	position: fixed;
	left: 150px;
	top: 100px;
}
#text .text {
	position: absolute;
	left: 380px;
	top: 100px;
	width: 650px;
	padding-bottom: 100px;
}
#text .contact a:hover,
#text .text a:hover {
	text-decoration: underline;
}

/* Videos */
#videos .title {
	position: fixed;
	right: 15px;
	top: 5px;
	width: 100%;
	text-align: right;
	z-index: 200;
	color: #000;
	font-family: 'ProximaNovaRgRegular';
	font-size: 15px;
}
#video .buttons {
	position: fixed;
	left: 120px;
	top: 30px;
	z-index: 10000;
}

/* Player */
#player {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
}
#close_player {
	background: #333;
	padding: 15px;
	position: absolute;
	top: 150px;
	right: 0;
	z-index: 200;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#close_player:hover {
	background: #fff;
	color: #000;
}
span.jwcontrolbar {
	z-index: 200;
	bottom: 200px;
	position: relative;
}
#player_mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	background: url('../img/px.png');
	width: 100%;
}
#player_play_button {
	position: absolute;
	z-index: 60;
	background: url('../img/play_button.png');
	width: 87px;
	height: 87px;
	display: none;
}


/* Player controls */
#controls {
	font-family: Arial, Sans-serif;
	height: 20px;
	position: absolute;
	width: 430px;
	display: none;
	left: 40px;
	bottom: 40px;
	z-index: 150;
	font-size: 11px;
	color: #aaa;
}
#controls .display,
#controls .button {
	/*float: left;*/
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
}
#play_button {
	width: 30px;
	height: 30px;
}
#play_button.playing {
	background: url('../img/jw/glow/controlbar/pauseButton.png') no-repeat;
}
#play_button.paused {
	background: url('../img/jw/glow/controlbar/playButton.png') no-repeat;
}
#volume_button {
	background: url('../img/jw/glow/controlbar/volumeSliderRail.png') no-repeat;
	width: 30px;
	height: 30px;
}
#volume_slider_progress {
	height: 30px;
	width: 2px;
	background: url('../img/jw/glow/controlbar/volumeSliderProgress.png');
}
#resize_button {
	width: 16px;
	height: 16px;
	background: url('../img/resize_button.png');
	cursor: pointer;
	margin-left: 10px;
}
#quality_button {
	text-transform: uppercase;
	font-size: 14px;
}
#quality_button:hover {
	color: #fff;
}
#time_slider_rail {
	width: 250px;
	height: 30px;
	background: url('../img/jw/glow/controlbar/timeSliderRail.png');
	position: relative;
}
#time_slider_progress {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 30px;
	width: 2px;
	background: url('../img/jw/glow/controlbar/timeSliderProgress.png');
}
#time_slider_buffer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	height: 30px;
	width: 2px;
	background: url('../img/jw/glow/controlbar/timeSliderBuffer.png');
}

