@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic);

/* normalize.css v2.1.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{/*border-collapse:collapse;*/border-spacing:0}

/* apply a natural box layout model to all elements - http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
* {-webkit-tap-highlight-color:transparent;} /* http://stackoverflow.com/questions/17173723/how-to-solve-flicker-on-ipad-when-event-delegation-is-used */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #909090;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
}

div.body-wrap { /* use for sticky footers */
	min-height: 100%;
	position: relative;
}

div.lightbox-content {
	margin: 0 auto;
	width: 960px;
	padding: 40px 40px 20px 40px;
}

div.lightbox-content.login {
	width: 500px;
	color: #dadada;
}

.unframed div.lightbox-content {
	padding-top: 100px;
}

.framed div#header,
.framed div#footer,
.framed div.logo-fixed {
	display: none;
}

img {
	border: none;
}

h1, h2, h3, h4 {
	font-size: 28px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
	padding: 0;
	margin: 0 0 20px 0;
	color: #ffffff;
}

h2 {
	font-size: 16px;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.5em;
}

a {
	color: #2880bb;
	-webkit-transition: color 250ms linear;
	-moz-transition: color 250ms linear;
	-ms-transition: color 250ms linear;
	-o-transition: color 250ms linear;
	transition: color 250ms linear;
	outline:0;
}
a:hover {
	color: #fff;
}

.clearfix {
	clear:both;
}

hr {
	height: 1px;
	overflow: hidden;
	background-color: #343434;
	border: none;
	padding: 0;
	margin: 1.5em 0 1.5em 0;
}

.placeholder {
	color: #aaa !important;
}


div.block {
	width:100%;
	position:relative;
	overflow:hidden;
	/*padding: 70px 40px;*/
	padding:70px 40px;
	border-bottom:1px #2f2f2f solid;
	border-bottom:1px rgba(255,255,255,0.1) solid;
}
div.block.block-orange {
	background: url('../images/bg_glow-orange.png') no-repeat center bottom;
}
div.block.block-blue {
	background: url('../images/bg_glow-blue.png') no-repeat center bottom;
}
div.block.last {
	border-bottom: none;
}
div.block h2 {
	margin: 0 auto 30px auto;
	min-width: 960px;
	max-width: 1185px;
	font-size: 20px;
	font-weight: 200;
}

div.block.block-related h2 span {
	color:#909090;
}
div.block.block-related.block-blue {
	background: url('../images/bg_glow-blue-cut.png') no-repeat center 235px;
}



div#bgimage{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
}

.bg {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
.overlay-carousel-videos .bg {
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

div.banner {
	overflow: hidden;
	position: relative;
	height:200px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:100px 0;
	-webkit-backface-visibility: hidden;

}

@media (min-width: 1280px) {
	div.banner {
		height:265px;
	}
}

div.banner>img {
	margin: 0 auto;
	width: 100%;
	max-width: 1382px;
	display: block;
}

div.banner div.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
}
div.banner div.banner-content h2 {
	text-transform:none !important;
}
div.banner div.banner-content>div {
	margin: 0 auto;
	min-width: 960px;
	max-width: 1260px;
	position: relative;
	height: 100%;
}

div.banner div.banner-content>div>div {
	position: absolute;
	left: 40px;
	bottom: 15%;
}

div.banner h2 {
	font-weight: 200;
	font-size: 22px;
	text-transform: none;
	color: #ffffff;
}

@media (min-width: 1280px) {
	div.banner div.banner-content>div>div {
		bottom: 20%;
	}
	div.banner h2 {
		font-size: 30px;
	}
}

div.banner h2>strong {
	font-weight: 500;
}

div.banner .btn {
	margin-right: 20px;
}

iframe {
	display: block;
}

div#intro-video {
	position: absolute;
	left: 0;
	top: 0;
	background: #000000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 99;
}

div#intro-video>iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	pointer-events: none;
}

div#intro-video div.content {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
	color: #ffffff;
	z-index: 2;
	-webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.8);
}

div#intro-video.desktopsafari div.content {
	width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ie8 div#intro-video div.content {
	background: url('../images/trans.gif');
}

div#intro-video div.content>div {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	bottom: 50px;
	text-align: center;
	display: none;
}

div#intro-video div.content h1 {
	font-size: 24px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:18px;
}

div#intro-video div.content h2 {
	font-size: 20px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom: 35px;
}

button.mute, button.restart {
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	width: 55px;
	height: 56px;
	background: url('../images/buttons_video.png') no-repeat 0 0;
	cursor: pointer;
}

button.restart {
	background-position: -55px 0;
}

/*button.mute:hover {
	background-position: 0 -112px;
}*/

button.mute.on {
	background-position: 0 -112px;
}

/*button.mute.on:hover {
	background-position: 0 0;
}*/

button.restart:hover {
	background-position: -55px -56px;
}

div#intro-video button.mute, div#intro-video button.restart {
	position: absolute;
	left: 40px;
	bottom: 30px;
	z-index: 3;
}

button.start-tablet {
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 273px;
	height: 75px;
	background: url('../images/button_view-video.png') no-repeat 0 0;
	outline: none;
	cursor: pointer;
	z-index: 9;
}

button.start-tablet:hover {
	background-position: 0 -75px;
}

a.bullet {
	display: inline-block;
	color: #ffffff;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 300;
	text-decoration: none;
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
	letter-spacing: 1px;
	font-size: 18px;
	background: url('../images/bullet_link.png') no-repeat 0 2px;
	padding-left: 30px;
}

div#intro-video>a.intro {
	position: absolute;
	right: 40px;
	bottom: 30px;
	z-index: 9;
	display: none;
	color:#ddd;
	-webkit-transition: color 250ms linear;
	-moz-transition: color 250ms linear;
	-ms-transition: color 250ms linear;
	-o-transition: color 250ms linear;
	transition: color 250ms linear;
}
div#intro-video>a.intro:hover {
	background: url('../images/sprite.png') no-repeat -482px -134px;
	color:#fff;
}

div#header {
	height:63px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
	background: url('../images/bg_black90.png');
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
#tvguide div#header {
	background: #101010;
}

div#header.intro {
	background: url('../images/gradient_top.png') repeat-x;
	height: 98px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
}

div#header>div {
	margin: 0 auto;
	min-width: 960px;
	max-width: 1260px;
	position: relative;
}

div#header.intro>div {
	height: 54px;
}

div#header ul.menu {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

div#header ul.menu>li {
	float: left;
}

div#header ul.menu a {
	display: block;
	height:63px;
	line-height:65px;
	padding: 0 20px;
	border-right: 1px solid #232323;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight:400;
	font-size: 14px;
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
	letter-spacing: 1px;
	color: #777777;

	-webkit-transition: color 250ms linear;
	-moz-transition: color 250ms linear;
	-ms-transition: color 250ms linear;
	-o-transition: color 250ms linear;
	transition: color 250ms linear;
}
div#header ul.menu a span {
	text-transform:none;
	color:#fff;
	margin-left:10px;
}
div#header ul.menu a img.user-avatar {
	position:relative;
	top:12px;

	border-radius:35px;
}

div#header.intro ul.menu a {
	color: #bbbbbb;
	border-color: transparent !important;
}

div#header ul.menu>li:first-child a {
	border-left: 1px solid #232323;
}

div#header ul.menu a:hover,
div#header ul.menu li.active a {
	color: #ffffff;
}

div#header a.btn {
	float: right;
	margin-top:14px;
	margin-right: 40px;
	margin-left: 20px;
}
@media(max-width: 940px) {
	div#header ul.menu  {
		margin-right: 280px;
	}
	div#header a.btn {
		float: none;
		position: fixed;
		right: 0;
	}
}

div#header.intro a.btn {
	background:none;
	border:0;
	box-shadow:none;
	letter-spacing:1px;
	font-weight:400;
	color:#bbbbbb;
}
div#header.intro a.btn:hover {
	color:#fff;
}

form#search {
	float: right;
	height: 36px;
	min-width: 36px;
	margin-top:14px;
	position: relative;
	background-color: #232323;
	border-radius: 20px;
	-webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

div#header.intro form#search {
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.4);

	-webkit-box-shadow: none;
	box-shadow: none;
}

form#search input {
	-webkit-appearance: none;
	border: none;
	background: transparent;
	width: 35px;
	height: 36px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
}
form#search input:focus {
	outline:none;
}

span#search-trigger {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 36px;
	background: url('../images/search.png') no-repeat;
	cursor: pointer;
	opacity:0.8;
}
span#search-trigger:hover {
	opacity:1.0;
}

div#header.intro span#search-trigger {
	background-position: -35px 0;
}

div#intro-carousel, div#overlay-carousel {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div#intro-carousel div.bg, div#overlay-carousel div.bg {
	position: fixed;
	z-index: 1;
}

div#intro-carousel img.slide-logo {
	position: fixed;
	right: 100px;
	bottom: 162px;
	z-index: 9;
}

div#intro-carousel ul, div#overlay-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#intro-carousel ul>li, div#overlay-carousel ul>li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

div#intro-carousel div.title {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 162px;
	z-index: 9;
}

div#intro-carousel.no-bar div.title {
	bottom: 85px;
}

div#intro-carousel div.title h1 {
	margin: 0 auto;
	max-width: 785px;
	min-width: 560px;
	padding-right: 400px;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 38px;

	-moz-box-sizing: content-box;
 	-webkit-box-sizing: content-box;
 	box-sizing: content-box;
}

div#intro-carousel ul>li:first-child, div#overlay-carousel ul>li:first-child {
	display: block;
}

div#intro-carousel button,
div#overlay-carousel button#overlay-nav-prev,
div#overlay-carousel button#overlay-nav-next
{
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	margin: -100px 0 0 0;
	outline: none;
	width: 100px;
	height: 199px;
	background: url('../images/nav_intro-carousel.png') no-repeat 38px 75px;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 5;
	cursor: pointer;
}

div#intro-carousel button#intro-nav-next,
div#overlay-carousel button#overlay-nav-next {
	background-position: -238px 75px;
	right: 0;
	left: auto;
}

/*.overlay-carousel-videos .content {
	display:none;
}
.overlay-carousel-videos .content.is-active {
	display:block;
}*/
/*.overlay-carousel-videos.ios iframe {
	display:none;
}*/
/*.youtube.ios .button {

}*/
div#overlay-carousel div.content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url('../images/gradient-overlay.png') repeat-x;
	z-index: 9999;
}

div#overlay-carousel div.content h2 {
	text-transform: none;
	font-size: 20px;
	margin-bottom: 10px;
}
div#overlay-carousel div.content>div>strong {
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:600;
	display:block;
}

div#overlay-carousel div.content>div {
	width: 960px;
	/*padding: 30px 200px 20px 20px;*/
	padding:30px 100px 20px 100px;
	margin: 0 auto;
}

div#overlay-carousel .controls {
	width:130px;
	overflow:hidden;
	position:relative;
	height:110px;
	text-align:center;
	float:left;
	margin-right:70px;
	top:32px;
}
div#overlay-carousel .controls strong {
	display:block;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	margin-top:-3px;
}
div#overlay-carousel .controls span {
	display:block;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:600;
	margin-top:-2px;
}
div#overlay-carousel .controls .icon-control-left {
	position:absolute;
	left:0;
	cursor:pointer;
}
div#overlay-carousel .controls .icon-control-right {
	position:absolute;
	right:0;
	cursor:pointer;
}
div#overlay-carousel .buttons {
	z-index:99999;
}
div#overlay-carousel .buttons button {
	z-index:99999;
	position:absolute;
	left:55px;
	bottom:55px;
	background:none;

}

a#intro-trailer {
	position: fixed;
	width: 301px;
	height: 75px;
	background: url('../images/button_watch-trailer.png') no-repeat 0 0;
	text-indent: -99999px;
	left: 50%;
	top: 50%;
	z-index: 5;
	margin-left: -150px;
	margin-top: -37px;
	outline: none;
}

a#intro-trailer:hover {
	background-position: 0 -75px;
}

div#carousel-progress {
	position: absolute;
	left: 0;
	bottom: 82px;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	height: 5px;
	z-index: 5;
	/*display: none;*/
}

.ie8 div#carousel-progress {
	background: url('../images/bg_black40.png');
}

div#carousel-progress>span {
	position: absolute;
	height: 5px;
	width: 0;
	background-color: #2880bb;
	background-image: url('../images/progress.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.ie8 div#carousel-progress>span {
	background-image: none;
}

div#scroll-content {
	margin-top: -82px;
	padding-top: 82px;
	position: relative;
	z-index: 9;
	overflow: hidden;
	background-color: #000000; /* IE fix */
	background-color: rgba(0,0,0,0.9);
	background-image: url('../images/glow.png');
	*background-color: #000000; /* IE fix */
	background-repeat: no-repeat;
	background-position: center 82px;
}

div#scroll-content.animated {
	background-image: url('../images/bg_animated_glow.png');
	background-repeat: repeat-x;
}

video#glow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
}

.ie8 div#scroll-content {
	background-color: #000000;
}

div#scroll-content div.content {
	min-width: 920px;
	margin: 0 auto;
	position: relative;
	z-index: 1;

	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

div#scroll-menu {
	position: absolute;
	width: 100%;
	height: 82px;
	left: 0;
	top: 0;
	z-index: 2;
	background: url('../images/bg_scroll-menu.png') repeat-x;
	-webkit-backface-visibility: hidden; /* fixes flickering in Safari */
}

div#scroll-content.no-bar {
	padding-top: 5px;
	margin-top: -5px;
	background-position: 0 5px;
}

.no-bar div#scroll-menu {
	height: 5px;
}

.no-bar div#scroll-menu div.bar-text {
	display: none;
}

/* jira issue no:96*/
div#scroll-menu>div {
	max-width:1180px;
	min-width: 800px;
	margin: 0 auto;
	position: relative;
	padding: 0 40px 0 40px;
	height: 82px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

div#scroll-menu div.bar-text {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 200;
}

@media (min-width: 1280px) {
	div#scroll-menu div.bar-text {
		font-size: 20px;
	}
}

div#scroll-menu div.bar-text>span {
	display: inline-block;
	line-height: 82px;
}

div#scroll-menu div.bar-text.laurels>span {
	padding-left: 60px;
	background: url('../images/laurels.png') no-repeat 0 center;
}

div#scroll-menu div.bar-text strong {
	font-weight: 500;
}

ul.btn-list {
	margin: 0 0 0 95px;
	padding: 0;
	list-style: none;
}

ul.btn-list>li {
	display: inline-block;
}

div#scroll-menu ul.btn-list {
	padding-top: 26px;
	height: 82px;
}

div#scroll-menu ul.btn-list a.btn {
	outline: none;
	margin-left: -10px;
	font-size: 10px;
	font-weight: 600;
	padding: 0 10px;
}

@media (min-width: 1280px) {
	div#scroll-menu ul.btn-list a.btn {
		font-size: 13px;
		font-weight: 600;
		padding: 0 15px;
	}
	ul.btn-list {
		margin: 0 0 0 102px;
		padding: 0;
		list-style: none;
	}

}

div#scroll-menu div.filter {
	position: absolute;
	right: 3px;
	top: 0;
	height: 82px;
	background: url('../images/border-vert.png') repeat-y;
	width: 165px;
	padding: 26px 0 0 20px;
	margin-right:40px;
}

div.logo-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 999;
}

div.logo-fixed.intro {
	display: none;
}

div.logo-fixed>div,
div.logo-fixed>a
{
	max-width: 1260px;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
}

img#logo-fixed {
	position: absolute;
	top:14px;
	left: 40px;
}

div#_overlay, div#_lb_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 99998;
	display: none;
}

div#_lb_overlay.loading {
	background: #000 url('../images/loading_small.gif') no-repeat center center;
}

div#_overlay.youtube.ios {
	padding-top: 60px;
}
div#_overlay.carousel.ios {
	padding-top:60px;
}
.ios ul li .bg {
	padding-bottom:170px !important;
	padding-top:10px !important;
}

body.no-scroll {
	overflow: hidden;
}

div#_overlay iframe {
	z-index: 1;
	position: relative;
}

div#_overlay.carousel {
	max-width: none;
	margin: 0;
}

div#_overlay button.close, div#_lb_iframe button.close {
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
	width: 41px;
	height: 42px;
	background: url('../images/button_close.png') no-repeat;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 2;
}

div#_lb_iframe button.close {
	width: 26px;
	height: 26px;
	background: url('../images/sprite.png') no-repeat -427px -22px;
	top: 10px;
	right: 10px;
}

div#_overlay.youtube.ios button.close {
	top: 10px;
	right: 10px;
}

div#_lb_iframe {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -480px;
	z-index: 99999;
	border: 3px solid #383838;
	border: 3px solid rgba(255,255,255,0.3);
	border-radius: 10px;
	overflow: hidden;
	display: none;

	-webkit-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.2);
}

div#_lb_iframe>div {
	background-color: #000;
	width: 960px;
	min-height: 200px;
	border-radius: 10px;
}

div#footer {
	height: 450px;
	background: url('../images/footer_gradient.png') repeat-x bottom;
	overflow: hidden;

}

div#footer>div {
	height: 100%;
	background: url('../images/bg_footer-glow.png') no-repeat center bottom;
}

div#footer>div>div {
	height: 100%;
	max-width: 1220px;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px 0 0;
}

div#footer.contentpage>div>div {
	/*-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;*/
	max-width: 1220px;
	padding: 0 20px;
}
.order-footer-link{
	position:absolute;
	bottom:25px;
	left:40px;
}

div#footer a.btn {
	margin-right: 40px;
}

img.footer-visual {
	/*position: absolute;
	left: 20px;
	bottom: 0;
	width: 40%;
	max-width: 490px;*/
	position: absolute;
	left: -90px;
	bottom: 0;
	max-width: 739px;
}
.footer-got img.footer-visual {
	bottom: 3px;
}
div#footer.footer-visual > div {
	background: url('../images/visuals/bg_footer-glow-got.png') no-repeat center bottom;
}

.ie8 img.footer-visual {
	max-width: none;
}

div.footer-content {
	position: absolute;
	bottom: 159px;
	width: 48%;
	color: #ffffff;
	margin-left: 545px;
}
div.footer_primary_message {
	color: #909090;
	margin:0 0 15px 0;
}
div.got-footer-content {
	color: #909090;
}

div.footer-content h3 {
	font-size: 30px;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 15px;
	line-height: 1.33em;
	padding-right: 20px;
}

@media (min-width: 1280px) {
	div.footer-content {
		width:55%;
	}
	div.footer-content h3 {
		font-size: 38px;
	}
}

ul.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 40px;
	bottom: 35px;
}

ul.footer-menu>li {
	float: left;
	margin-left: 20px;
}

ul.footer-menu a {
	color: #656565;
	font-size: 13px;
	text-decoration: none;
}

ul.footer-menu a:hover {
	color: #ffffff;
}

ul.footer-menu a.facebook,
ul.footer-menu a.twitter {
	text-indent: -9999px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('../images/sprite.png') no-repeat -478px -234px;
	margin-left: 10px;
}

ul.footer-menu a.twitter {
	background-position: -478px -257px;
}

#landing-footer div.legal,
div#footer div.legal {
	position: absolute;
	right: 40px;
	bottom: 10px;
	font-size: 10px;
	color: #333;
}



body.orderflow {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

div.footer-spacer {
	clear: both;
	padding-bottom: 70px;
}

div#order-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	/*background: url('../images/glow-bottom.png') no-repeat right bottom;*/
}

div#order-footer a.btn-back {
	position: absolute;
	top: 15px;
	left: 0;
}

div.logo-order {
	height: 167px;
	padding-top: 45px;
	text-align: center;
}

div#order-frame {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

div.orderbox {
	border: 3px solid rgba(255,255,255,0.15);
	border-radius: 8px;
/*	overflow: hidden;*/
	position: relative;
	-webkit-box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0.15);
	margin-bottom: 34px;
}
img.orderbox-voucher-logo{
	position: absolute;
	top: -15px;
	left: -15px;
	width: 80px;
	height: 80px;
}
div.orderbox div.orderbox-header {
	background: url('../images/border-trans.png') repeat-x left bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
div.orderbox-voucher-header{
	padding-left:30px;
}
div.orderbox-side {
	color: #fff;
}
div.orderbox-side div.orderbox-header {
	background: none;
	padding-bottom: 0;
	margin-bottom: 15px;
	/*height:45px;*/
	text-align: center;
}

div.orderbox-side img.orderbox-visual {
	margin:-25px 0 0 -15px;
}
div.orderbox-side div.orderbox-header div.orderbox-header-provider {
	height:50px;
	float:right;
	line-height:45px;
	display:inline-block;
	margin-top:-13px;
	overflow:hidden;
}
div.orderbox-side div.orderbox-header div.orderbox-header-provider img {
	vertical-align:middle;
}
div.orderbox-side div.orderbox-header h2 {
	margin: 0;
}
div.orderbox div.orderbox-header h1 {
	color:#ffffff;
	text-transform:none;
	font-size:32px;
	margin-bottom:5px;
	font-weight:200;
}
div.orderbox div.orderbox-header strong {
	font-weight: 300;
}
div.order-form-4 div.orderbox-header strong {
	font-size:18px;
	line-height:32px;
}
div.order-form-4 div.orderbox-header {
	background:none;
	padding-bottom:15px;
	margin-bottom:15px;
}
div.orderbox div.orderbox-header strong span {
	color:#dfdfdf;
}
div.orderbox div.orderbox-footer {
	overflow:hidden;
	background: url('../images/border-trans.png') repeat-x left top;
	padding-top: 30px;
	margin-top: 30px;
}
div.orderbox div.orderbox-footer .btn-primary {
	float:right;
}

div.orderbox-side div.orderbox-footer {
	font-size: 12px;
}

div.order-offer {
	background: url('../images/bg_black60.png');
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	color: #2880bb;
	margin-bottom: 5px;
	line-height: 2em;
}
div.orderbox-progress ol {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

div.orderbox-progress ol>li {
	float: left;
	width: 25%;
	height: 59px;
	line-height: 59px;
	text-align: center;
	background: url('../images/bg_order-progress.png') repeat-x;
	border-left: 1px solid #232323;
	text-transform: uppercase;
	font-size: 13px;
	color: #656565;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 400;
	position: relative;
	cursor: default;
}
body.orderflow-noprovider div.orderbox-progress ol>li {
	width:50%;
}
body.orderflow-noprovider div.orderbox-progress.full-1 span.progress {
	width:50%;
}
div.orderbox-progress ol>li:first-child {
	border-left: none;
}
div.orderbox-progress ol>li a {
	text-decoration: none;
	color: #656565;
}
div.orderbox-progress ol>li a:hover {
	color: #ffffff;
}
div.orderbox-progress ol>li span {
	background: #000000;
	display: inline-block;
	line-height: 24px;
	width: 24px;
	padding: 0 8px;
	border-radius: 12px;
	margin-right: 5px;
}
div.orderbox-progress ol>li.active,
div.orderbox-progress ol>li.active a {
	color: #ffffff;
}
div.orderbox-progress span.progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #2880bb;
	background-image: url('../images/progress.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}
.ie8 div.orderbox-progress span.progress {
	background-image: none;
}
div.orderbox-progress.full-1 span.progress {
	display: block;
	width: 25%;
}
div.orderbox-progress.full-2 span.progress {
	display: block;
	width: 50%;
}
body.orderflow-noprovider div.orderbox-progress.full-2 span.progress {
	display: block;
	width: 100%;
}
div.orderbox-progress.full-3 span.progress {
	display: block;
	width: 75%;
}
div.orderbox-progress.full-4 span.progress {
	display: block;
	width: 100%;
}

div.orderbox-full {
	background: url('../images/bg_black60.png');
	background-clip: padding-box;
}
div.orderbox-form {
	float: left;
	width: 60%;
	margin-right: 4%;
	background: url('../images/bg_black60.png');
	background-clip: padding-box;
	padding:40px 45px 40px 45px;
}

div.orderbox-full div.orderbox {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.orderbox-full div.orderbox-side {
	padding: 146px 70px 40px 0;
}
span.privacy_text{
	font-size:12px;
	text-align:justify;
}

div.orderbox-form .orderbox-section {
	background: url('../images/border-trans.png') repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
div.orderbox-form div.orderbox-section-last {
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}
div.orderbox-form div.orderbox-section-header {
	overflow:hidden;
	margin-bottom:15px;
}
div.orderbox-form div.orderbox-section-header h2 {
	color:#ffffff;
	text-transform:none;
	font-size:18px;
	display:inline-block;
	margin:0;
	font-weight:300;
	font-family: 'Gotham SSm A', Arial, sans-serif;
}
div.orderbox-form div.orderbox-section-header .btn {
	float:right;
	margin-top:2px;
}
div.orderbox-form table.table-formdata {
	width:100%;
	margin: 5px 0 30px 0;
}
div.orderbox-form table.table-formdata td {
	width:50%;
	padding: 3px 0 3px 0;
}
div.orderbox-form table.table-formdata td.table-formdata-value {
	color:#ffffff;
	font-weight:400;
}
div.orderbox-form div.orderbox-body {

}
div.orderbox-form div.orderbox-body h2 {
	color:#ffffff;
	font-weight:300;
	text-transform:none;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	margin-bottom:10px;
}
div.orderbox-form div.orderbox-body p {
	margin-bottom:30px;
	line-height:24px;
}
div.orderbox-form div.orderbox-body .link-arrow {
	margin-bottom:30px;
}
div.orderbox-form div.orderbox-body .btn-social {
	margin-right:15px;
}
div.orderbox-side {
	float: left;
	width: 36%;
	background: url('../images/bg_black60.png');
	background-clip: padding-box;
	padding:35px 30px 40px 30px;
}
div.orderbox-side h2 {
	font-size: 22px;
	color: #ffffff;
	text-transform: none;
	font-weight:200;
}
div.orderbox-side h3 {
	font-size: 18px;
	color: #ffffff;
	text-transform: none;
	margin-bottom: 10px;
	font-weight:200;
}
div.orderbox-side ul.list-checks {
	font-size: 14px;
	margin-bottom: 30px;
}
div.orderbox-side ul.list-checks>li {
	background-position: 0 8px;
	background-image: url('../images/icon_list_checks-green.png');
}



div.terms {
	width:100%;
	height:125px;
	overflow: auto;
	background-color:#232323;
	padding:20px;
	color:#909090;
	border-radius:3px;
	box-shadow:  1px 1px 0 0 rgba(255, 255, 255, 0.2);
	font-size:13px;
	margin-bottom:30px;
}
div.terms ul {
	margin: 0 20px 20px 20px;
	padding:0;
}
div.terms ul li {
	margin-top:15px;
}
div.terms ul li:first-child {
	margin-top:0;
}

#need_smartcard_question .input-radio{
	clear:both;
}
#caiway-q_smartcard{
	display:none;
}

table.order {
	margin: 0 0 9px 0;
	padding: 2px 0 0 0;
	width: 100%;
	font-weight: 500;
	color: #ffffff;
}
table.order td {
	padding: 9px 0 11px 0;
	background: url('../images/border-trans.png') repeat-x left bottom;
}
table.order tr.special td {
	color: #2880bb;
}
table.order tr.special:first-child td {
	background:none;
}
table.order td.value {
	text-align: right;
}
div.footnote {
	text-align: right;
	font-style: italic;
	font-size: 12px;
	opacity: 0.6;
}

table.order td.orderbox-side-voucher-row{
	background:none;
	vertical-align:middle;
}
.orderbox-side-voucher-logo{
	width:60px;
	height:60px;
	margin:0 0 -59px 0;
}
.orderbox-side-voucher{
	text-transform: uppercase;
	color:#fff;
}
.orderbox-side-voucher,
.orderbox-side-voucher-link{
	margin:0 0 0 80px;
}

/*
label.input-error {
	display: none !important;
}
*/

.js #address-fields {
	display: none;
}

#postal-loader,
#vouchercode-loader{
	position: absolute;
	right: -30px;
	bottom: 10px;
	display: none;
}
#vouchercode-loader{
	top: 33px;
	left: 316px;
}
.btn-validate{
	position: absolute;
	top: 23px;
	left: 346px;
}
.form-structure li.voucher-link-back{
	margin-bottom: 0;
}
a.btn-voucher-back{
	float: right;
	height: 28px;
	padding: 12px 0 0 0;
}

div.dropdown {
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

div.dropdown>div {
	display: block;
	background: #2d2d2d url('../images/bg_dropdown.png') repeat-x left bottom;
	border-radius: 16px;
	height: 33px;
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
	cursor: pointer;
	overflow: hidden;
}

div.dropdown.active>div {
	height: auto;
	background: #383838;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}

div.dropdown strong {
	display: block;
	line-height: 33px;
	padding: 0 15px;
	color: #ffffff;
	font-weight: 500;
	background: url('../images/arrow_dropdown.png') no-repeat right center;
}

div.dropdown.active strong {
	border-bottom: 1px solid #262626;
}

div.dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	border-top: 1px solid #3e3e3e;
}

div.dropdown.active ul {
	display: block;
}

div.dropdown li {
	background-color: #232323;
}

/*div.dropdown li.even {
	background-color: #232323;
}*/

div.dropdown li.seperator {
	border-bottom: 1px solid #555;
}

div.dropdown li.seperator>a {
	padding-bottom: 5px;
}

div.dropdown li.seperator+li>a {
	padding-top: 5px;
}

div.dropdown li>a {
	display: block;
	padding: 0 15px;
	line-height: 33px;
	text-decoration: none;
	color: #777777;
}

div.dropdown li>a:hover {
	color: #ffffff;
}

div.block-detail {
	padding-bottom:0;
	padding-top:50px;
	overflow:visible;
}
div.block-detail-intro {
	position: relative;
	margin: 0 auto;
	max-width:740px;
	min-width: 500px;
	min-height: 350px;
	padding: 0 440px 50px 0;
	background: url('../images/glow-bottom.png') no-repeat right bottom;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


div.block-detail-intro div.infobox {
	position: absolute;
	right:0;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

div.block-detail-intro h1 {
	font-size: 36px;
	text-transform: none;
	font-weight: 200;
}

div.block-detail-intro p {
	font-size: 20px;
}
.detail-description {
	margin-bottom:15px;
}
.detail-description.is-collapsed {
	height:0;
	overflow:hidden;
}

div.detail-meta {
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 14px;
	font-size: 14px;
}

div.cast {
	clear: both;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
}

.lightbox-content div.cast {
	padding:0;
}


div.cast span {
	margin-right: 10px;
}

div.stars {
	height: 15px;
	float: left;
	margin-right: 20px;
	width: 100px;
	background: url('../images/stars.png') repeat-x left bottom;
}

div.stars>div {
	height: 15px;
	background: url('../images/stars.png') repeat-x left top;
}

div.stars>div.rating-05 { width: 8px; }
div.stars>div.rating-10 { width: 20px; }
div.stars>div.rating-15 { width: 29px; }
div.stars>div.rating-20 { width: 40px; }
div.stars>div.rating-25 { width: 50px; }
div.stars>div.rating-30 { width: 60px; }
div.stars>div.rating-35 { width: 71px; }
div.stars>div.rating-40 { width: 80px; }
div.stars>div.rating-45 { width: 92px; }
div.stars>div.rating-50 { width: 100px; }

div.columns-news-detail {
	overflow: hidden;
}

div.columns-news-detail>div.column {
	width: 360px;
	float: left;
	margin-left: 20px;
}

div.columns-news-detail>div.column:first-child {
	width: 500px;
	float: left;
	margin-left: 0;
}

div.airing {
	margin-bottom: 30px;
	color: #3f3f3f;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
}

.lightbox-content div.airing {
	color: #909090;
}

div.airing img {
	margin-left: 5px;
	vertical-align: bottom;
}

div.airing span + a {
	margin-left: 20px;
}

div.airing a {
	color: #3f3f3f;
	text-decoration: none;
}

div.airing a:hover {
	color: #fff;
}

img.header-visual {
	display: block;
	margin-bottom: 40px;
	border-radius: 7px;
}

img.header-visual.small {
	margin-bottom: 20px;
}

iframe.header-video {
	display: block;
	margin-bottom: 40px;
	border-radius: 7px;
}

p.intro {
	font-size: 20px;
}

p.date {
	float: right;
	margin: 2px 0 0 0;
}

.lightbox-content h1 {
	font-size: 36px;
	line-height: 1.5em;
	font-weight: 200;
}

.lightbox-content h2 {
	font-weight: 200;
}

div.side-blocks h2, div.episode-detail h2 {
	font-size: 22px;
}

div.side-block {
	margin-bottom: 30px;
	border-top: 1px solid #232323;
	padding-top: 30px;
}

ul.news-thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.news-thumbs>li {
	margin-bottom: 20px;
	zoom: 1;
}

ul.news-thumbs.horizontal>li {
	float: left;
	width: 30%;
	margin-left: 5%;
}

ul.news-thumbs.horizontal>li:first-child {
	margin-left: 0;
}

ul.news-thumbs>li:before, ul.news-thumbs>li:after {
	clear: both;
	content: "";
	display: table;
}

ul.news-thumbs a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 200;
	color: #fff;
}

ul.news-thumbs a:hover {
	color: #2880bb;
}

ul.news-thumbs a:before {
	display: block;
	content: '';
	position: absolute;
	width: 160px;
	height: 90px;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

ul.news-thumbs a>span {
	float: left;
	width: 136px;
	overflow: hidden;
}

ul.news-thumbs img {
	border-radius: 7px;
	float: left;
	margin-right: 20px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-webkit-transition: box-shadow 250ms linear;
	-moz-transition: box-shadow 250ms linear;
	-ms-transition: box-shadow 250ms linear;
	-o-transition: box-shadow 250ms linear;
	transition: box-shadow 250ms linear;
}

ul.news-thumbs.horizontal img {
	display: block;
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
}

ul.news-thumbs a:hover img {
	-webkit-box-shadow: 0 0 8px 3px rgba(167, 214, 244, 0.5);
	box-shadow: 0 0 8px 3px rgba(167, 214, 244, 0.5);
}

div.episode-header {
	margin-bottom: 25px;
}

div.episode-header p {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #a7a7a7;
}

div.episode-header h1 {
	margin-bottom: 0;
}

div.episode-buttons {
	overflow: hidden;
	margin-bottom: 30px;
}

div.episode-buttons>div {
	float: left;
	margin-right: 20px;
	line-height: 30px;
}

div.episode-buttons img {
	vertical-align: middle;
}

div.episode-detail {
	overflow: hidden;
	border-top: 1px solid #383838;
	margin-left: -40px;
	margin-right: -40px;
	padding: 40px;
	background: url('../images/glow-white.png') no-repeat left top;
}

div.episode-detail div.detail-block {
	float: left;
	width: 60%;
}

div.episode-detail div.detail-block:first-child {
	width: 36%;
	margin-right: 4%;
}

.carousel-container {
	position:relative;
	max-width:1280px;
	margin:0 auto;
}
.carousel {
	max-width:1180px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.carousel-type-medium {
	max-height:150px;
}
.carousel-type-featured {
	max-height:320px;
}
.carousel-type-photos {
	overflow:hidden;
	max-height:380px;
}
.carousel-type-landscape {
	max-height:435px; /* 330 + 105 (thumbnail height + description height) */
}
.carousel-type-portrait {
	max-height:480px; /* 375 + 105 (thumbnail height + description height) */
}
.carousel-type-news {
	max-height:410px;
}

.carousel-content {
	width:300%; /* aantal keer sliden * 100%, mocht je dit percentage groter/kleiner maken, heeft dat ook effect op .carousel-thumbnails */
	position:relative;
	/*overflow:hidden;*/
	zoom: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.carousel-content:before, .carousel-content:after {
	clear: both;
	content: "";
	display: table;
}

.carousel-thumbnails {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	/*width: 33.33333%;*/ /* 100 / aantal keer sliden, mochten er dus meerdere slides gebruikt worden wordt dit percentage kleiner */
	opacity:0;
	visibility:hidden;
	display:block;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);

}

.ie8 .carousel-thumbnails {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ie8 .carousel-thumbnails.is-active ,
.ie8 .carousel-vertical .carousel-thumbnails {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.carousel-thumbnails.is-active {
	opacity:1;
	visibility:visible;
}
.carousel-thumbnails li {
	float:left;
	padding:0;
	filter:inherit; /* IE8 fix for opacity */
	position:relative;
}

/* IE8 fix so we can animate opacity correctly */
.ie8 .carousel-thumbnails li * {
	filter:inherit;
}
.carousel-thumbnails li > a:hover,
.carousel-thumbnails li .carousel-thumbnail-container a:hover,
.video-thumbnail-large a:hover
{
	-webkit-box-shadow: 0 0 8px 3px rgba(167, 214, 244, 0.5);
	box-shadow: 0 0 8px 3px rgba(167, 214, 244, 0.5);
}
.carousel-thumbnails li a img {
	display:block;
	border-radius:7px;
	width:100%;
}
.carousel-thumbnails li a,
.video-thumbnail-large a,
.carousel-thumbnail-container>img
{
	color: #fff;
	display:block;
	border-radius:7px;
	-webkit-transition: box-shadow 250ms linear;
	-moz-transition: box-shadow 250ms linear;
	-ms-transition: box-shadow 250ms linear;
	-o-transition: box-shadow 250ms linear;
	transition: box-shadow 250ms linear;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	position:relative;
}
.carousel-thumbnails li a:hover {
	color:#fff;
}


.carousel-thumbnail-description {
	clear:both;
	display:block;
	position:relative;
	margin-top:6%;
}
.carousel-thumbnail-description h3 {
	text-transform:none;
	font-size:14px;
	margin-bottom:3%;
	color:#ffffff;
}
.carousel-type-landscape .carousel-thumbnail-description h3,
.carousel-type-portrait .carousel-thumbnail-description h3
{
	margin-bottom: 12px;
	font-weight: 200;
	font-size: 22px;
}
.carousel-thumbnail-description h3 a {
	text-decoration:none;
}
.carousel-thumbnail-description h3 a:before {
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius:0 !important;
}
.carousel-type-small .carousel-thumbnail-description h3 {
	font-size:14px !important;
	line-height:22px;
}
.carousel-thumbnail-description p {
	color:#909090;
	font-size:14px;
	line-height:22px;
}
.carousel-thumbnail-description p:last-child {
	margin-bottom:0;
}
.carousel-thumbnail-description strong {
	text-transform:uppercase;
	color:#909090;
	font-size:12px;
	font-weight:400;
	margin-bottom:5px;
	display:block;
}


.carousel-type-news .carousel-thumbnail-small {
	width:49%;
	margin-bottom:4.5%;
	max-height:100px;
}
.carousel-type-news .carousel-thumbnail-small h3 {
	font-size:18px;
	color:#fff;
	text-transform:none;
	margin-bottom:5px;
}
.carousel-type-news .carousel-thumbnail-small p {
	font-size:15px;
}
.carousel-type-news .carousel-thumbnail-small .carousel-thumbnail-container {
	float:left;
	width:31.1%;
	margin-right:3%;
}
.carousel-type-news .carousel-thumbnail-small .carousel-thumbnail-description {
	float:left;
	clear:none;
	margin-top:0;
	width: 65%;
}






@media (min-width: 1280px) {
	.carousel-thumbnail-description h3 {
		font-size: 18px;
	}
	.carousel-type-small .carousel-thumbnail-description h3 {
		font-size:16px !important;
	}
	.carousel-thumbnail-description p {
		font-size:16px;
		line-height:24px;
	}
	.carousel-thumbnails .carousel-thumbnail-medium strong span,
	.carousel-thumbnails .carousel-thumbnail-large strong span,
	.carousel-thumbnails .carousel-thumbnail-landscape strong span {
		font-size:16px;
	}
}


.carousel-thumbnail-container {
	position:relative;
}

.carousel-thumbnail-small {
	width:15.25%;
	margin-right:1.70%;
}

.carousel-thumbnail-medium {
	width:23.733333%;
	margin-right:1.67%;
	margin-bottom:1.69%;
}
.carousel-thumbnail-medium img {
	max-height:150px;
}
.carousel-thumbnail-medium strong,
.carousel-thumbnail-large strong,
.carousel-thumbnail-landscape strong
{
	background: url('../images/sprite.png') repeat-x 0 -315px;
	max-width: 278px;
	min-width:100%;
	min-height:45px;
	padding:0;
	position:absolute;
	bottom:0;
	left:0;
	margin-right:2px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}
.carousel-thumbnail-medium strong span,
.carousel-thumbnail-large strong span,
.carousel-thumbnail-landscape strong span
{
	bottom:10px;
	left:10px;
	margin:0;
	padding:0;
	z-index:1;
	filter:inherit; /* IE8 fix for opacity */
	font-size:13px;
	font-weight:normal;
	/*text-transform:uppercase;*/
	vertical-align:bottom;
	display:block;
	position:absolute;
	text-shadow: 0 0 5px rgba(0,0,0,0.75);
}




.carousel-thumbnail-large {
	width:49.15555%;
	margin-bottom:0;
	margin-right:1.70%;
}
.carousel-thumbnail-large img {
	max-height:320px;
}




.carousel-thumbnail-photo {
	width:9.444444%;
	margin-bottom:0;
	margin-right:0.55555%;
}
.carousel-thumbnail-photo img {
	max-height:380px;
}




.carousel-thumbnail-landscape{
	width:49.13%;
	margin-bottom:0;
	margin-right:1.71%;
}
.carousel-thumbnail-landscape:last-child {
	margin-right:0;
}
.carousel-thumbnail-landscape img {
	max-height:350px;
}


.carousel-thumbnail-portrait {
	width: 23.7%;
	margin-bottom: 0;
	margin-right: 1.7%;
}
.carousel-thumbnail-portrait:last-child {
	margin-right:0;
}
.carousel-thumbnail-portrait img {
	max-height:375px;
}
.carousel-thumbnails .carousel-thumbnail-portrait:last-child {
	margin-right:0 !important;
}







.carousel-thumbnail-landscape .icon,
.carousel-thumbnail-photo .icon,
.carousel-thumbnail-portrait .icon
{
	position:absolute;
	top:50%;
	left:50%;
	right:50%;
	bottom:50%;
	margin-top:-38px;
	margin-left:-38px;
}






/* cross-browser method to replace nth-child */
.carousel-type-news .carousel-thumbnails li:first-child + li,
.carousel-type-news .carousel-thumbnails li:first-child + li + li + li,
.carousel-type-news .carousel-thumbnails li:first-child + li + li + li + li + li,
.carousel-type-portrait .carousel-thumbnails li:first-child + li + li + li,
.carousel-type-featured .carousel-thumbnails li:first-child + li + li + li,
.carousel-type-featured .carousel-thumbnails li:first-child + li + li + li + li + li + li + li,
.carousel-type-featured .carousel-thumbnails:first-child li:first-child + li + li,
.carousel-type-featured .carousel-thumbnails:first-child li:first-child + li + li + li + li,
.carousel-type-medium .carousel-thumbnails li:first-child + li + li + li,
.carousel-type-small .carousel-thumbnails li:first-child + li + li + li + li + li
{
	margin-right:0 !important;
}
.carousel-type-featured .carousel-thumbnails:first-child li:first-child + li + li + li {
	margin-right:1.67% !important;
}
/* keep this here */
.carousel-type-medium .carousel-thumbnails li:last-child
{
	margin-right:0 !important;
}
.carousel-type-news .carousel-thumbnails li:first-child + li + li + li + li,
.carousel-type-news .carousel-thumbnails li:first-child + li + li + li + li + li,
.carousel-type-medium .carousel-thumbnail-medium,
.carousel-type-featured .carousel-thumbnails li:first-child + li + li + li + li,
.carousel-type-featured .carousel-thumbnails li:first-child + li + li + li + li + li,
.carousel-type-featured .carousel-thumbnails li:first-child + li + li + li + li + li + li,
.carousel-type-featured .carousel-thumbnails li:first-child + li + li + li + li + li + li + li,
.carousel-type-featured .carousel-thumbnails li:first-child + li + li + li {
	margin-bottom:0;
}
.carousel-type-landscape .carousel-thumbnails li:first-child + li {
	margin-right:0;
}



.btn.btn-carousel-prev {
	position: absolute;
	top: 50%;
	left: -30px;
	background: url('../images/sprite.png') no-repeat -18px -1px;
	width: 16px;
	height: 33px;
	margin-top: -17px;
	display:none;
}
.btn.btn-carousel-next {
	position: absolute;
	top: 50%;
	right:-30px;
	background: url('../images/sprite.png') no-repeat -1px -1px;
	width: 16px;
	height: 33px;
	margin-top: -17px;
}
.carousel-type-featured .btn-carousel {
	top:50%;
}
.carousel-type-landscape .btn-carousel {
	top:50%;
}
.carousel-type-small .btn-carousel {
	top:29%;
}
.carousel-type-medium .btn-carousel {
	top:50%;
}
.carousel-type-portrait .btn-carousel {
	top:40%;
}

@media (min-width: 1310px) {
	.btn.btn-carousel-prev {
		left: -60px;
	}
	.btn.btn-carousel-next {
		right: -60px;
	}
}


/* thumbnail border effect */
.carousel-thumbnails li a:before,
.video-thumbnail-large a:before,
.tvguide-iteminfo-thumbnail div.visual:before,
.magazine-item-thumbnail > span:before,
.block-video-thumbnail > span:before
{
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
	border-radius:7px;
}
.carousel-thumbnail-medium a:before {
	max-width:280px;
	max-height:150px;
}
.carousel-thumbnail-photo a:before {
	max-width:680px;
	max-height:380px;
}
.carousel-thumbnail-landscape a:before {
	max-width:590px;
	max-height:330px;
}
.carousel-thumbnail-portrait a:before {
	max-width:280px;
	max-height:375px;
}
.carousel-thumbnail-small a:before {
	max-width:180px;
	max-height:100px;
}
.video-thumbnail-large a:before {
	max-width:680px;
	max-height:380px;
}
.video-thumbnail-small a:before {
	max-width:180px;
	max-height:100px;
}
.tvguide-iteminfo-thumbnail div.visual:before {
	max-width:300px;
	max-height:170px;
}
.magazine-item-large .magazine-item-thumbnail > span:before {
	max-width:780px;
	max-height:440px;
}
.magazine-item-medium .magazine-item-thumbnail > span:before {
	max-width:380px;
	max-height:214px;
}
.magazine-item-wide .magazine-item-thumbnail > span:before {
	max-width:400px;
	max-height:225px;
}
.landing-thumbnail-large > span:before {
	max-width:900px;
	max-height:506px;
}




.tabber {
	max-width: 1180px;
	margin: 0 auto;

	/* to make sure it pushes smoothly up and down when using the episode selector */
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.tabber-controls {
	max-width:1200px;
	margin:0 auto;
	width:100%;
	overflow:hidden;
}
.tabber-controls ul {
	list-style:none;
	margin:0;
	padding:0;
}
.tabber-controls ul li {
	float:left;
	margin-right:25px;
	position: relative;
}
.tabber-controls ul li .loader {
	position:absolute;
	top:5px;
	display:none
}
.tabber .tabber-content {
	margin-top:40px;
	clear:both;
}
.tabber .tabber-content .tab-content {
	max-width:1200px;
	margin:0 auto;
}

.tabber-controls a:focus {
	outline: 0;
}


.video-carousel {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.video-thumbnail-container {
	position:relative;
	float:left;
	margin-right:3%;
	width:56.7%;
	max-width:680px;
}
.video-thumbnail-large .icon {
	position:absolute;
	top:50%;
	left:50%;
	right:50%;
	bottom:50%;
	margin-top:-38px;
	margin-left:-38px;
}
.video-thumbnail-large a {
	position:relative;
	display:block;
}
.video-thumbnail-large img {
	border-radius:7px;
	width:100%;
	display:block;
}
.video-description {
	clear:both;
	margin-top:7%;
	width:100%;
	max-width:680px;
}
.video-description h3 {
	margin-bottom:12px;
	font-weight:200;
	font-size:22px;

}
.video-description p {
	font-size:16px;
	line-height:26px;
	color:#909090;
}
.video-description p:last-child {
	margin-bottom:0;
}


.carousel-vertical-container {
	max-width:480px;
	width:40%;
	float:left;
	position:relative;
}
.carousel-vertical {
	overflow:hidden;
	max-height: 380px;
	max-width: 470px;
}
.carousel-vertical .carousel-content {
	height:100%;
	width:100%;
}
.carousel-vertical .carousel-thumbnails {
	list-style:none;
	padding:0;
	margin:0;
	height:100%;
	margin-bottom:20px;
	display:block;
	opacity:1;
	visibility:visible;
}

.carousel-vertical .carousel-thumbnails li {
	clear:both;
	margin-bottom:3.3%;
	display:block;
	opacity:0;
	visibility: hidden;
}
.carousel-vertical .carousel-thumbnails li.is-active {
	opacity:1;
	visibility:visible;
}
.carousel-vertical .carousel-thumbnails li a {
	display:block;
	position:relative;
}

.carousel-vertical .carousel-thumbnails li .video-thumbnail-small {
	float:left;
	margin-right: 4.3%;
	width: 38.2%;
	position:relative;
}
.carousel-vertical .carousel-thumbnails li .video-thumbnail-small:hover .icon-play-bg {
	opacity:1;
}
.carousel-vertical .carousel-thumbnails li .video-thumbnail-small .icon {
	position:absolute;
	top:50%;
	bottom:50%;
	left:50%;
	right:50%;
	margin-top:-28px;
	margin-left:-28px;
}
.carousel-vertical .carousel-thumbnails li .video-thumbnail-small img {
	display:block;
	border-radius:7px;
	width:100%;
}
.carousel-vertical .carousel-thumbnails li .video-thumbnail-content {
	float:left;
	width:57.5%;
}
.carousel-vertical .carousel-thumbnails li .video-thumbnail-content h3 {
	margin:0;
	font-size:18px;
	font-weight:200;
	margin-bottom:2.5%;
}
.carousel-vertical .carousel-thumbnails li .video-thumbnail-content p {
	color:#909090;
	font-size:13px;
	line-height:22px;
}
.carousel-vertical .carousel-thumbnails li .video-thumbnail-content p:last-child {
	margin-bottom:0;
}
.carousel-vertical-controls {
	position:absolute;
	width: 100%;
	bottom:0;
}



div.block.bestel {
	text-align: center;
}

div.block.bestel h2 {
	font-size: 36px;
	line-height: 1.5em;
	font-weight: 200;
	margin-bottom: 15px;
}
div.bestel p {
	margin-bottom: 30px;
	color: #909090;
}

div.block.faq {
	min-width: 960px;
	max-width: 1260px;
	margin: 0 auto;
	padding: 70px 40px 0 40px;
	background: none;
	border: none;
}

div.block.faq ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div.block.faq li {
	width: 22%;
	float: left;
	margin-left: 4%;
	margin-bottom: 20px;
	font-size: 13px;
}

div.block.faq li:first-child {
	margin-left: 0;
}

div.block.faq li h3 {
	font-size: 16px;
	line-height: 1.5em;
}

.block.center {
	min-width: 960px;
	max-width: 1220px;
	margin: 80px auto 0 auto;
	padding: 70px 20px;
}

#navbar {
	float: left;
	width: 280px;
	margin: 0;
	padding-top: 15px;
}

#navbar h3 {
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 0;
	text-transform: none;
	border-bottom: 1px solid #242426;
	padding-bottom: 35px;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul li {
	margin: 15px 0;
	font-weight: 300;
}

#navbar ul li.active {
	background: url(../images/arrow_right.png) no-repeat right 5px;
}

#navbar ul li.active a {
	color: #ffffff;
}

#navbar ul li a {
	color: #707070;
	text-decoration: none;
}

#navbar ul li a:hover {
	color: #2880bb;
}

#navbar img {
	width: 100%;
}

.contact_success_msg{
    color:#2880BB;
    font-size:18px;
    text-align:center;	
}

#maincontent {
	float: left;
	width: 580px;
	margin: 0 0 0 50px;
	padding: 0;
}

#maincontent h1 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 30px;
	font-weight: 100;
	text-transform: none;
	line-height: 53px;
}

#maincontent button {
	color: #ffffff;
	margin: 0 0 30px 0;
}

#maincontent .social-btn-container {
	margin-right: 10px;
}

#maincontent p:first-child {
	margin-top: 40px;
}

#maincontent p.firstalinea {
	font-size: 20px;
	line-height: 32px;
}

#maincontent h2 {
	margin: 35px 0 15px 0;
	text-transform: none;
	letter-spacing: 0;
	font-size: 22px;
	font-weight: 100;
}

#maincontent ul {
	margin: 30px 30px;
	padding: 0;
}

#maincontent ul li {
	margin: 10px 0;
}

#maincontent p a:hover {
	color: #2880bb;
	text-decoration: underline;
}

#maincontent h3 {
	font-size: 16px;
	text-transform: none;
	margin: 0 0 2px 0;
	letter-spacing: 0;
	font-weight: 100;
}

#footer.contentpage {
	height: 200px;
}

#footer .glow {
	background: url(../images/glow-bottom.png) no-repeat right 35px;
}

.block.border-top {
	border-top: 1px rgba(255, 255, 255, 0.1) solid;
	background-position: center center;
}









/* ALL BUTTON STYLES */
.btn {
	display: inline-block;
	margin-bottom: 0;
	padding:0;
	margin:0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	text-decoration:none;
	-webkit-transition: color 250ms linear;
	-moz-transition: color 250ms linear;
	-ms-transition: color 250ms linear;
	-o-transition: color 250ms linear;
	transition: color 250ms linear;
	white-space: nowrap;
	background-repeat:repeat-x;
}
.btn:hover {/*,.btn:focus -> zorgde voor wat probleempjes*/
	color: #ffffff;
	text-decoration: none;
}
.btn::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin:0;
}

.btn.external:after {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	background: url('../images/link_ext.png') no-repeat;
	margin-left: 10px;
}



/* BUTTON SIZES */
.btn-small {
	border-radius:30px !important;
	height:30px !important;
	line-height:30px !important;
	padding: 0 15px 0 15px !important;
	min-width:85px !important;
}
.btn-medium {
	height:35px !important;
	line-height:35px !important;
	border-radius:35px !important;
	font-size:15px !important;
}
.btn-large,
.btn-text-large
{
	font-size:16px !important;
	height:44px !important;
	line-height:44px !important;
	border-radius:44px !important;
	padding:0 30px 0 30px !important;
}



/* BUTTON PRIMARY */
.btn-primary {
	background: url('../images/sprite_buttons.png') 0 0;
	color:#ffffff;
	border-radius:40px;
	height:40px;
	line-height:40px;
	padding: 0 25px 0 25px;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3), 0 1px 3px 0 rgba(0,0,0,0.7);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-transform:uppercase;
	font-size:12px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:600;
}
.btn-primary:hover {
	background: url('../images/sprite_buttons.png') 0 -45px;
}
.btn-primary:active {
	background: url('../images/sprite_buttons.png') 0 -90px;
}
.btn-primary .icon {
	top: 0;
	position: relative;
	margin-right: 7px;
	left: -4px;
}



/* BUTTON SECUNDARY */
.btn-secundary {
	background:none;
	color:#fff;
	opacity:0.5;
	border-radius:40px;
	height:40px;
	padding: 12px 25px 14px 25px;
	text-transform:uppercase;
	font-size:12px;
	font-family: 'Open Sans',  Arial, sans-serif;
	font-weight:600;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}
.btn-secundary:hover {
	opacity:1;
}



/* SOCIAL BUTTONS */
.btn-social {
	background: url('../images/sprite_buttons.png');
	color:#ffffff;
	border-radius:40px;
	height:40px;
	line-height:40px;
	padding: 0 25px 0 25px;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3), 0 1px 3px 0 rgba(0,0,0,0.7);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-transform:uppercase;
	font-size:12px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:600;

}
.btn-social.btn-facebook-login {
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.btn-social.btn-small {
	cursor:default !important;
}
.btn-social .icon {
	position: relative;
	top: -2px;
	margin-right: 6px;
}
.btn-facebook, .btn-facebook-login {
	background-position: 0 -342px;
}
.btn-facebook:hover, .btn-facebook-login:hover {
	background-position: 0 -383px;
}
.btn-facebook:active, .btn-facebook-login:active {
	background-position: 0 -424px;
}
.btn-twitter {
	background-position: 0 -465px;
}
.btn-twitter:hover {
	background-position: 0 -506px;
}
.btn-twitter:active {
	background-position: 0 -547px;
}
.btn-social.btn-small.btn-facebook {
	background-position:0 -588px;
	box-shadow:none;
}
.btn-social.btn-small.btn-twitter {
	background-position:0 -619px;
	box-shadow:none;
}
.social-btn-container {
	border-radius:30px;
	height:30px;
	padding: 0;
	width:100px;
	text-transform:none;
	overflow:hidden;
	display:inline-block;
}
.social-btn-content {
	width:230px;
	border-radius:30px;
	height:30px;
	display:inline-block;
}
.social-btn-content .btn-social {
	float:left;
	width: 100px;
	min-width: 0;
}
.social-btn-iframe {
	float:left;
	width:120px;
	padding-top:5px;
	margin-left:7px;
}



/* BUTTON MORE */
.btn-more, .btn-action {
	background:url('../images/sprite_buttons.png');
	background-position: 0 -923px;
	color:#ffffff;
	border-radius:40px;
	height:40px;
	line-height:40px;
	padding: 0 25px 0 25px;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3), 0 1px 3px 0 rgba(0,0,0,0.7);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-transform:uppercase;
	font-size:12px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:600;
}
.btn-more:hover,
.btn-action:hover {
	background-position: 0 -276px;
}
.btn-more:active,
.btn-action:active {
	background-position: 0 -309px;
}
.btn-more .icon,
.btn-action .icon {
	top: 0;
	position: relative;
	margin-right: 5px;
}




/* BUTTON TAB */
.btn-tab {
	font-size: 13px;
	border-radius:35px;
	text-align:center;
	padding:0 15px 0 15px;
	border:2px rgba(0,0,0,0.0001) solid;
	cursor:pointer;
	text-transform:uppercase;
	height:33px;
	line-height: 29px;
	color:#777777;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:500;
}
.btn-tab:hover {
	color:#ffffff;
}
.btn-tab.is-active {
	background-image:url('../images/sprite_buttons.png');
	background-position: 0 -892px;
	border:2px #414141 solid;
	color:#ffffff;
}
.btn-tab-large {
	height:41px;
	line-height:37px;
	font-size:16px;
	padding:0 25px 0 25px;
}
.btn-tab-large.is-active {
	background: url('../images/sprite_buttons.png') 0 -854px;
}



/* BUTTON NEXT, PREV, BACK, FORWARD */
.btn-next {

}
.btn-next span {
	background: url('../images/icon_arrow_right.png');
	background-repeat:no-repeat;
	background-position: right 4px;
	padding-right:20px;
}
.btn-prev span {
	background: url('../images/icon_arrow_left.png');
	background-repeat:no-repeat;
	background-position: left 4px;
	padding-left:20px;
}
.btn-prev {
	background:none;
	box-shadow:none;
	padding-left:0;
}
.btn-back span {
	background: url('../images/icon_arrow_back.png');
	background-repeat:no-repeat;
	background-position: left 4px;
	padding-left:20px;
	color:#a3a3a3;
}
.btn-back {
	background:none;
	box-shadow:none;
}
.btn-forward span {
	background: url('../images/icon_arrow_forward.png');
	background-repeat:no-repeat;
	background-position: right 4px;
	padding-right:20px;
	color:#a3a3a3;
}
.btn-forward {
	background:none;
	box-shadow:none;
}



/* BUTTON CAROUSEL VERTICAL */
.btn-carousel-vertical-up {
	margin-right:12px;
	margin-right:3.3%;
	width:17.2%;
	height:100%;
	display:inline-block;
	opacity:1;
}
.btn-carousel-vertical-up.is-disabled {
	opacity:0.7;
}
.btn-carousel-vertical-up img {
	width:100%;
	height:100%;
	max-width:82px;
	max-heigt:28px;
}
.btn-carousel-vertical-down {
	margin-right:12px;
	width:17.2%;
	height:100%;
	opacity:1;
}
.btn-carousel-vertical-down.is-disabled {
	opacity:0.7;
}
.btn-carousel-vertical-down img {
	width:100%;
	height:100%;
	max-width:82px;
	max-heigt:28px;
}



/* BUTTON MISC */
.btn-edit {
	color:#909090;
	font-size:11px;
}
.btn-edit .icon {
	margin-right:5px;
}
.btn-close {
	background: url('../images/sprite.png') no-repeat -423px -12px;
	width: 11px;
	height: 11px;
	padding:20px;
}


/* ICON ONLY BUTTONS */
.btn-icon {

}
.btn-icon-arrowdown {
	width:32px;
	height:17px;
	background: url('../images/sprite.png') no-repeat -1px -68px;
}













div.social-buttons {
	margin-bottom: 20px;
}

div.social-buttons .social-btn-container {
	margin-right: 10px;
}


.aid {
	position: absolute;
	left: -99999px;
}
.form-structure label.aid {
	text-indent: -1333337px;
	position:relative;
	left:0;
}

.lightbox-content.login .form-structure label.aid {
	left: -99999px;
	position: absolute;
}




div.breadcrumbs {
	overflow: hidden;
	margin-bottom: 30px;
}

div.breadcrumbs ul {
	list-style:none;
	padding:0;
	margin:0;
}
div.breadcrumbs ul li {
	float:left;
	display:inline-block;
	padding:0 0 0 10px;
}
div.breadcrumbs ul li:first-child {
	padding:0;
}
div.breadcrumbs ul li .breadcrumbs-arrow {
	width:6px;
	height:10px;
	background: url('../images/sprite.png') no-repeat 0 -57px;
	display:inline-block;
	margin-right:10px;
}
div.breadcrumbs ul li:first-child .breadcrumbs-arrow {
	display:none;
}
div.breadcrumbs ul li a {
	font-size:14px;
	color:#909090;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration:none;
}
div.breadcrumbs ul li a:hover {
	color:#ffffff;
}










.infobox {
	width:380px;
	border-radius:5px;
	border:2px #232323 solid;
	background-color:#121212; /* is volgens ontwerp een gradient, nog even uitzoeken hoe ivm uitklappen */
}
.infobox .infobox-header {
	padding-bottom:15px;
}
.infobox .infobox-header .infobox-heading {
	margin-right: 35px;
	display: inline-block;
	position: relative;
	top: -9px;
}
.infobox .infobox-heading {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:600;
	text-transform: uppercase;
	font-size: 12px;
	color:#909090;
}
.infobox .social-btn-container {
	margin-left:9px;
}
.infobox-row {
	border-bottom:1px #232323 solid;
	padding:20px;
	clear:both;
	overflow:hidden;
}
.infobox-row:last-child {
	border-bottom:0;
}
.infobox-meta {
	margin-top:15px;
}
.infobox-meta .btn {
	margin-top:15px;
}
.infobox-countdown {
	display:block;
	text-align:center;
	border-right:2px #232323 solid;
	padding-right:15px;
	margin-right:15px;
	width:60px;
	float:left;
}
.infobox-meta-list {
	float:left;
	width:261px;
}
.infobox-meta ul {
	list-style:none;
	padding:0;
	margin:0;
}
.infobox-meta ul li.infobox-meta-top {
	font-size:12px;
	font-family: 'Open Sans', Arial, sans-serif;
	color:#909090;
}
.infobox-meta ul li.infobox-meta-mid {
	font-size:18px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:500;
	color:#ffffff;
}
.infobox-meta ul li.infobox-meta-bottom {
	font-size:12px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:400;
	color:#ffffff;
}
.infobox-meta ul li {
	display:block;
	/*text-transform:uppercase;*/
}
.infobox-countdown .countdown-number {
	font-size:42px;
	line-height:35px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:700;
	display:block;
	color:#ffffff;
}
.infobox-countdown .countdown-text {
	text-transform:uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:700;
	font-size:12px;
}

.infobox-dates {
	padding:0; /* we don't use a padding on this one because we want to animate the height correctly */
	display:none;
}
.infobox-dates ul {
	list-style:none;
	padding:0;
	margin:20px;
	overflow:hidden;
}
.infobox-dates ul li {
	display:block;
	text-transform:uppercase;
	font-size:12px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:600;
	margin-top:10px;
	overflow:hidden;
}
.infobox-dates ul li:first-child {
	margin-top:0;
}
.infobox-dates ul li .infobox-dates-day {
	color:#dfdfdf;
	width:100px;
	display:block;
	float:left;
	text-align:right;
	margin-right:15px;
}
.infobox-dates ul li .infobox-dates-date {
	color:#a3a3a3;
	width:100px;
	display:block;
	float:left;
	margin-right:15px;
}
.infobox-dates ul li .infobox-dates-channel {
	color:#dfdfdf;
	width:100px;
	display:block;
	float:left;
}
.infobox-footer a {
	float:right;
	margin-left:15px;
}
.infobox-footer a:first-child {
	margin-left:0;
}
.infobox-hbood{
	margin-top:-7px;
}



.input, .input-select-holder {
	-webkit-appearance: none;
	display: block;
	max-height: 38px;
	padding: 8px 30px 8px 12px;
	font-size: 15px;
	color: #000000;
	vertical-align: middle;
	background-color: #ffffff;
	border: none;
	border-radius: 5px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:600;

	-webkit-transition: box-shadow 250ms linear;
	-moz-transition: box-shadow 250ms linear;
	-ms-transition: box-shadow 250ms linear;
	-o-transition: box-shadow 250ms linear;
	transition: box-shadow 250ms linear;
}
.input:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7);

}
.input-valid {
	background-image: url('../images/icon_input_valid.png');
	background-repeat:no-repeat;
	background-position:right 13px;
}
.input-error {
	background-color:#eedddc;
	border:1px #d59d9b solid;
	background-image: url('../images/icon_input_error.png');
	background-repeat:no-repeat;
	background-position:right 12px;
	color:#c85752;
	padding: 7px 29px 7px 11px; /* padding -1px all sides .input, because of the added border */
}
.input-select-holder {
	padding: 0;
	overflow:hidden;
	background: url('../images/icon_input_arrow_down.png') no-repeat right #ffffff;
}
.input-select-holder .input-select {
	width:120%; /* make it fall outside of the containing div, so hiding the default controls */
	padding: 6px 12px 6px 12px;
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	line-height:24px;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	/*margin-top: 1px \9;
	   IE8-9 */

	line-height: normal;
}
.input-checkbox {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	float:left;
	margin-right:10px;
	width:17px;
}
.input-radio {
	display:inline-block;
	margin-right:10px;
	width:20px;
}

textarea.input {
	max-height: none;
}


label.input-error {
	background:transparent;
	border:none;
	color:#DFDFDF;
	padding:0; /* padding -1px all sides .input, because of the added border */
}



label {
	color:#dfdfdf;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:400;
	overflow:hidden;
}
.label-heading {
	display:block;
	margin-bottom:7px;
	text-transform:uppercase;
	font-size:12px;
	display:block;
}
label span {
	text-transform:none;
	font-size:15px;
	float:left;
	max-width:90%;
	margin-left:5px;
	margin-right:10px;
}
label input[type="radio"],
label input[type="check"]{
	float:left;
}





fieldset {
	padding:0;
	margin:0;
	border:0;
}
legend {
	display:none;
}





.form-structure {
	list-style:none;
	margin:0 !important;
	padding:0;
	max-width:580px;
}
.form-structure.voucher-input{
	margin:30px 0 0 0 !important;
}
.form-structure li {
	display:block;
	clear:both;
	margin:25px 0 25px 0;
	zoom: 1;
	position: relative;
}
.form-structure li:first-child {
	margin-top:0;
}
.form-structure li:before, .form-structure li:after {
	clear: both;
	content: "";
	display: table;
}
.form-structure .form-columns-2 > div {
	width:49%;
	float:left;
	margin-right:2%;
}
.form-structure .form-columns-2 > div + div {
	margin-right:0;
}
.form-structure .form-columns-3 > div {
	width:32%;
	float:left;
	margin-right:2%;
}
.form-structure .form-columns-3 > div + div + div {
	margin-right:0;
}
.form-structure li .input {
	width:100%;
}
#field-vouchercode{
	width:306px;
}
img.captcha {
	margin-top: 20px;
}


.link {
	display:inline-block;
	margin:0;
	font-size:15px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	color:#2880bb;
	text-decoration:none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	min-height:18px; /* for IE8 */
	margin-right:20px;
}
.link:hover {
	color:#ffffff;
}
a.link-text,
a.link-text:hover,
a.link-text:visited,
a.link-text:active {
	color:#DFDFDF;
	text-decoration:none;
}
.link-arrow {
	background: url('../images/sprite.png') no-repeat -482px -58px;
}
.link-arrow-white {
	color:#ffffff;
}
.link-arrow-white:hover {
	color:#2880bb;
}
.link-arrow span,
.link-arrow-white span
{
	padding-left:27px;
}
.link-arrow-up, .link-arrow-white.link-arrow-up:hover {
	background: url('../images/sprite.png') no-repeat -482px -39px;
}
.link-arrow-right, .link-arrow-white.link-arrow-right:hover {
	background: url('../images/link_arrow_right.png') no-repeat 0 0;
}
.link-arrow-left, .link-arrow-white.link-arrow-left:hover {
	background: url('../images/sprite.png') no-repeat -482px -77px;
}
.link-arrow-down, .link-arrow-white.link-arrow-down:hover {
	background: url('../images/sprite.png') no-repeat -482px -96px;
}
.link-arrow-white.link-arrow-up, .link-arrow-up:hover {
	background: url('../images/sprite.png') no-repeat -482px -115px;
}
.link-arrow-white.link-arrow-right, .link-arrow-right:hover {
	background: url('../images/link_arrow_right.png') no-repeat 0 -132px;
}
.link-arrow-white.link-arrow-left, .link-arrow-left:hover {
	background: url('../images/sprite.png') no-repeat -482px -153px;
}
.link-arrow-white.link-arrow-down, .link-arrow-down:hover {
	background: url('../images/sprite.png') no-repeat -482px -172px;
}

.btn-align {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

.btn-align .link {
	line-height: 18px;
}






.icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}
.icon-lookingglass {
	background-position: -114px -135px;
	height:24px;
	width:17px;
}
.icon-play {
	background-position: -115px -135px;
	height:56px;
	width:56px;
}
.icon-play-tiny {
	background: url('../images/sprite.png') no-repeat -198px -157px;
	width: 8px;
	height: 11px;
}
.icon-play-small {
	background-position:-172px -190px;
	width:62px;
	height:62px;
}
.icon-play-bg {
	background-position: -115px -192px;
	height:56px;
	width:56px;
	opacity:0;
}
.icon-lookingglass {
	background-position: -35px -213px;
	height:78px;
	width:78px;
}
.icon-play-large {
	background-position: -35px -135px;
	height:78px;
	width:78px;
}
.icon-facebook {
	background-position:-479px 0;
	width: 9px;
	height: 19px;
}
.icon-facebook-login {
	background-position:-299px -4px;
	width: 18px;
	height: 28px;
	top: -4px !important;
	left: -5px;
}
.icon-twitter {
	background-position: -478px -20px;
	width: 22px;
	height: 18px;
}
.icon-clock {
	background-position: -485px -191px;
	width: 15px;
	height: 15px;
}
.icon-edit {
	background-position: -486px -207px;
	width: 14px;
	height: 14px;
}
.icon-exclamationmark {
	background-image: url('../images/icon_exclamationmark.png');
	width:5px;
	height:16px;
}
.icon-star {
	background-image: url('../images/icon_star.png');
	width:16px;
	height:14px;
}
.icon-arrow-right {
	background: url('../images/sprite.png') no-repeat 0 -35px;
	width: 6px;
	height: 10px;
}
.icon-arrow-left {
	background: url('../images/sprite.png') no-repeat 0 -46px;
	width: 6px;
	height: 10px;
}
.icon-control-left {
	background: url('../images/sprite.png') no-repeat -153px 0;
	width: 16px;
	height: 33px;
}
.icon-control-right {
	background: url('../images/sprite.png') no-repeat -200px 0;
	width: 16px;
	height: 33px;
}
.icon-info {
	background: url('../images/icon_info.png') no-repeat 0 0;
	width: 47px;
	height: 47px;
}
.icon-info:hover {
	background: url('../images/icon_info.png') no-repeat -48px 0;
	width: 47px;
	height: 47px;
}




.thumbnails-list {
	max-width:495px;
	text-align:center;
	margin-left: -15px;
}
.thumbnails-list .btn {
	margin-top:20px;
}
.thumbnails-list ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
.thumbnails-list ul li {
	width:150px;
	height:92px;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	border:2px transparent solid;
	border-radius:5px;
	-webkit-transition: border 250ms linear;
	-moz-transition: border 250ms linear;
	-ms-transition: border 250ms linear;
	-o-transition: border 250ms linear;
	transition: border 250ms linear;
	position:relative;
	cursor:pointer;
}

.thumbnails-list ul li img {
	cursor:pointer;
	vertical-align: middle;
}
.thumbnails-list ul li input {
	display:none;
}
.thumbnails-list ul li:hover,
.thumbnails-list ul li.is-active {
	border:2px #2880bb solid;
}
.thumbnails-list-content {
	overflow:hidden;
	height:200px;
}

.thumbnails-list.providers label {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 3px;
	background: #232323;
	text-align: center;
	line-height: 86px;
	border: 1px solid #2d2d2d;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.4);
}

.thumbnails-list.providers.quiz {
	margin-bottom: 20px;
}



.list-checks {
	list-style:none;
	padding:0;
	margin:0;
}
.list-checks li {
	background: url('../images/icon_list_checks.png') no-repeat left 10px;
	padding: 3px 0 3px 25px;
}
.list-checks-large li {
	background-position: 0 8px;
	background: url('../images/icon_list-checks-large.png') no-repeat left 10px;
	padding: 3px 0 3px 35px;
	list-style: none;
	text-align: left;
}
.list-checks-alt li {
	background-position: 0 8px;
	background: url('../images/icon_list_checks-green.png') no-repeat left 10px;
	padding: 3px 0 3px 25px;
	list-style: none;
	text-align: left;
}
.list-checks-alt-large li {
	background: url('../images/icon_list-checks-green-large.png') no-repeat left 6px;
	padding: 3px 0 3px 35px;
	list-style: none;
	text-align: left;
}
.what-is-intro .list-checks-alt-large li {
	background: url('../images/icon_list-checks-green-large.png') no-repeat left 4px;
}
.what-is-intro ul {
	margin: 0 auto;
	max-width: 550px;
}

.episode-selector {
	margin-top:-1px;
	background-color:rgba(24,24,24,0.7);
	-webkit-box-shadow: inset 0 0 30px 6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 30px 6px rgba(0, 0, 0, 0.5);
	overflow:hidden;
	position:relative;
	clear:both;
	padding:0 40px 0 40px;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.episode-selector-content {
	padding:50px 0 50px 0;
}
.episode-selector-content.is-hidden {
	opacity:0;
}
.episode-selector.is-collapsed {
	height:0;
}
.episode-selector .btn-close {
	position:absolute;
	top:10px;
	right:0;
}
.episode-selector-content-body {
	width:60%;
	margin-bottom:40px;
}
.lightbox-content .episode-selector-content-body {
	width:100%;
}
.episode-selector-content-body p:last-child {
	margin-bottom:0;
}

#total_results{
	margin:0 auto;
	width:500px;
	padding-left:50px;
}

#total_results h2{
	text-transform: none;
	letter-spacing:0;
	font-size:18px;
	font-weight: 100;
	margin-bottom:10px;
}

#total_results h2 strong, #search-results strong{
	font-weight: 400;
	color:#ffffff;
}

#searchbar{
	width:665px;
	border-right:1px solid #1f1f1f;
	padding:0 0 0 100px;
	margin:0 auto;
	height:76px;
	position:relative;
}

#search_big{
	float:left;
	padding:20px 30px;
	border-right:1px solid #1f1f1f;
}

#input-search-big{
	-webkit-appearance: none;
	height: 36px;
	width: 300px;
	background: #232323 url(../images/search.png) no-repeat -30px 2px;
	border-radius: 20px;
	-webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	border:none;
	color:#777777;
	padding:0 0 0 50px;
	line-height: 36px;
}

.block.no-padding{
	padding:0;
	overflow:visible;
}

.block.no-padding-bottom{
	padding-bottom: 0;
	background:url(../images/bg_search-results.png) repeat-x left bottom;
	padding-top: 82px;
}

#searchbar .filter{
	position: absolute;
	right: 0;
	height: 82px;
	width: 160px;
	margin:21px;
	z-index:100;
}

.block.red-top{
	background:url(../images/glow.png) no-repeat;
	padding-top: 0;
	padding-bottom: 0;
}

#search-results{
	list-style-type: none;
	margin:0 auto;
	width:845px;
	padding:0;
	min-height: 300px;
}

#search-results li{
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding:40px 0;
}

#search-results li .placeholder-img{
	float:left;
	min-width:180px;
	min-height: 100px;
	margin-right:40px;
	position:relative;
}

#search-results li .placeholder-img.visual:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

#search-results li .placeholder-img img {
	border-radius: 7px;
	display: block;
}

img.play{
	width:42px;
	height:41px;
	border:none;
	position:absolute;
	top:30px;
	left:69px;
}

#search-results li a .placeholder-text{
	float:left;
	width: 600px;
}

#search-results li a .placeholder-text h3{
	text-transform: none;
	font-size:18px;
	font-weight:100;
	letter-spacing: 0;
	margin:0 0 10px 0;
	padding:0;
}

#search-results li a .placeholder-text p{
	padding:0;
	margin:0 0 7px 0;
	text-overflow:ellipsis;
	color:#909090;
}

#search-results li .placeholder-text span{
	font-size:13px;
	color:#656565;
	text-decoration: none;
	-webkit-transition:color 250ms linear;
	-moz-transition:color 250ms linear;
	-ms-transition:color 250ms linear;
	-o-transition:color 250ms linear;
	transition:color 250ms linear;
}

#search-results li .placeholder-text span:hover{
	color: #ffffff;
}

.paging {
	list-style-type: none;
	padding:0;
	margin:30px auto;
	width:405px;
}

.paging li{
	float:left;
	margin-right:10px;
}

.btn-pages{
	background:#18191b;
	color:#4c4c4c;
	font-size:15px;
	width:32px;
	height:32px;
	border-radius:3px;
	border:1px solid rgba(255,255,255,0.1);
	line-height: 32px;
}

.paging .btn-pages.prev{
	background:url(../images/sprite.png) -42px -1px;
	background-color:#18191b;
}

.paging .btn-pages.prev:hover{
	background:url(../images/sprite.png) -42px -37px;
	background-color:#18191b;
}

.paging .btn-pages.next{
	background:url(../images/sprite.png) -87px -1px;
	background-color:#18191b;
}

.paging .btn-pages.next:hover{
	background:url(../images/sprite.png) -87px -37px;
	background-color:#18191b;
}

.btn-pages.active{
	color:#ffffff;
}

.paging li>span {
	display: block;
	width:32px;
	height:32px;
	line-height: 32px;
	text-align: center;

}

.block.no-border{
	border:none;
}

h2.thin-normalcase{
	letter-spacing: 0;
	text-transform: none;
	font-weight:200;
}

h2.thin-normalcase span{
	color:#898989;
}


div#what-is-carousel,
div#welcome
{
	height: 1000px;
	position: relative;
	background: url('../images/bg_wat-is-carousel.jpg') no-repeat center 654px;
	overflow: hidden;
	min-width: 960px;
}
div#what-is-carousel {
	height: 1100px;
	background: url('../images/bg_wat-is-carousel.jpg') no-repeat center 580px;
}

@media (max-width: 1100px) { div#what-is-carousel {	min-height: 750px; background-position: center 390px; } }
@media (max-width: 1300px) and (min-width:1101px) { div#what-is-carousel {	min-height: 800px; background-position: center 430px; } }
@media (max-width: 1500px) and (min-width:1301px) { div#what-is-carousel {	min-height: 850px; background-position: center 430px; } }
@media (max-width: 1700px) and (min-width:1501px) { div#what-is-carousel {	min-height: 900px; background-position: center 500px; } }
@media (max-width: 1900px) and (min-width:1701px) { div#what-is-carousel {	min-height: 950px; background-position: center 540px; } }
@media (min-width: 1901px) { div#what-is-carousel {	min-height: 1000px; background-position: center 530px; } }

div#what-is-carousel div.cutoff {
	width: 100%;
	height: 100px;
	background: url('../images/gradient_cutoff_what-is.png') repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

div#what-is-carousel .go-to-next-section {
	position: absolute;
	bottom: -60px;
}

button#bottom-scroller {
	-webkit-appearance: none;
	border: none;
	width: 38px;
	height: 38px;
	background: url('../images/arrow_down.png') 0 0;
	display: block;
	position: fixed;
	left: 50%;
	margin-left: -19px;
	bottom: 30px;
	z-index: 99;
	text-indent: -9999px;
	cursor: pointer;
}

div.what-is-intro,
div.block-contents
{
	position: absolute;
	width: 960px;
	top: 80px;
	/*left: 50%;*/
	left:0;
	right:0;
	margin: auto;
	/*margin-left: -480px;*/
	font-size: 26px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 200;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #a7a7a7;
	z-index: 2;
}
div.block-contents p span {
	color:#fff;
}
div.block-contents-carousel {
	/* position: absolute;*/
	margin-top: 255px;
	left: 0;
	right: 0;
}

div#what-is-carousel div.what-is-intro {
	top: 100px;
	font-size: 26px;
}
div#what-is-carousel div.what-is-intro h2 {
	font-size: 50px;
}
div#welcome div.block-contents {
	top:115px;
}

#page-whatishbo {
	position: relative;
/*	overflow: hidden;*/
}

#page-whatishbo div.dotmenu {
	display: none;
}

#page-whatishbo .what-is-intro {
	top: 60px;
	font-size: 16px;
}

div#what-is-carousel div.view-all {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 2;
}

div.what-is-intro h1 {
	margin-top: 40px;
	font-size: 28px;
	font-weight: 100;
}


div.what-is-intro h2,
div.block-contents h2
{
	font-size: 64px;
	font-weight: 200;
}

div#what-is-carousel div.what-is-bg {
	background-position: center top;
	background-repeat: no-repeat;
	height: 654px;
	position: relative;
	z-index: -1;
	display: none;
}

div#what-is-carousel button.prev {
	-webkit-appearance: none;
	width: 51px;
	height: 51px;
	border: none;
	background: url('../images/carousel_arrows.png') no-repeat 0 0;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -30px;
	z-index: 50;
	outline: none;
}

div#what-is-carousel button.prev:hover {
	background-position: 0 -51px;
}

div#what-is-carousel button.next {
	-webkit-appearance: none;
	width: 51px;
	height: 51px;
	border: none;
	background: url('../images/carousel_arrows.png') no-repeat -51px 0;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -30px;
	z-index: 50;
	outline: none;
}

div#what-is-carousel button.next:hover {
	background-position: -51px -51px;
}

div#what-is-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#what-is-carousel>div.items {
	padding: 24% 0 0 0;
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	margin-left:3%;
	margin-right:3%;
}

div#what-is-carousel li {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1%;
	height: 1%;
	padding-top: 0%;
	opacity: 0;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	transform: perspective( 1000px );
	-webkit-transform: perspective( 1000px );
}

div#what-is-carousel li {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

div#what-is-carousel li img,
div#what-is-carousel li span.icon-play-large {
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

div#what-is-carousel li a {
	cursor: default;
}

div#what-is-carousel li.pos1 a:hover img,
div#what-is-carousel li.pos2 a:hover img,
div#what-is-carousel li.pos3 a:hover img {
	-webkit-box-shadow: 0 0 20px 5px rgba(167, 214, 244, 0.7);
	box-shadow: 0 0 20px 5px rgba(167, 214, 244, 0.7);
}

div#what-is-carousel li span.icon-play-large {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -39px;
	margin-top: -39px;
	opacity: 0;
}

div#what-is-carousel li.pos2 span.icon-play-large {
	opacity: 1;
}

div#what-is-carousel li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
}

div#what-is-carousel li.pos0 {
	width: 17%;
	left: -3%;
	top: 27%;
	padding-top: 9.5%;
	opacity: 1;
	-webkit-transform: perspective( 1000px ) rotateY( -68deg );
	transform: perspective( 1000px ) rotateY( -68deg );
}

div#what-is-carousel li.pos1 {
	width: 30%;
	left: 3%;
	top: 12%;
	padding-top: 16.9%;
	opacity: 1;
	-webkit-transform: perspective( 1000px ) rotateY( -40deg );
	transform: perspective( 1000px ) rotateY( -40deg );
}

div#what-is-carousel li.pos2 {
	width: 40%;
	left: 30%;
	top: 0%;
	padding-top: 22.5%;
	opacity: 1;
}

div#what-is-carousel li.pos2 a {
	cursor: pointer;
}


div#what-is-carousel li.pos3 {
	width: 30%;
	left: 67%;
	top: 12%;
	padding-top: 16.9%;
	opacity: 1;
	-webkit-transform: perspective( 1000px ) rotateY( 40deg );
	transform: perspective( 1000px ) rotateY( 40deg );
}

div#what-is-carousel li.pos4 {
	width: 17%;
	left: 86%;
	top: 27%;
	padding-top: 9.5%;
	opacity: 1;
	-webkit-transform: perspective( 1000px ) rotateY( 68deg );
	transform: perspective( 1000px ) rotateY( 68deg );
}

div#block-features {
	position: relative;
	margin-top: -200px;	
	padding: 100px 20px 70px 20px;
	border-bottom: 1px solid #232323;
	background: url('../images/glow_features.jpg') no-repeat center 108px;
	font-size: 16px;
}
	div#block-features .go-to-next-section {
		margin: 75px auto 0 auto;
	}

div#block-features-title div.what-is-intro,
div#block-carousel-landing div.what-is-intro {
	position: static;
	margin-bottom: 70px;
	font-size: 22px;
}

div#block-features-title.got-block-features-title {
	padding-top: 80px;
}
div#block-features-title.got-block-features-title .what-is-intro {
	margin-bottom: 200px;
}

div#block-features-title div.what-is-intro h2,
div#block-carousel-landing div.what-is-intro h2 {
	font-size: 38px;
}

div#block-features-title div.what-is-intro strong,
div#block-carousel-landing div.what-is-intro strong {
	color: #fff;
	font-weight: inherit;
}

div#block-carousel-landing div.got-what-is-intro {
	margin-bottom: 30px;
}
	div#block-carousel-landing div.what-is-intro h1 {
		font-size: 30px;
		margin-bottom: 6px;
	}
	div#block-carousel-landing div.what-is-intro p {
		font-size: 18px;
		margin-bottom: 16px;
	}

div#block-carousel-landing .go-to-next-section {
	position: absolute;
	bottom: 40px;
}

#page-landing div#block-features {
	background-position: center 18px;
	height:445px;
	padding:0 40px 0 40px;
	margin-left:-30px;
	text-align: center;
}
#page-landing div#block-features ul>li>div {
	text-align: center;
}

#page-landing div#block-features.block-features-horizontal,
#page-landing div#block-features.block-features-horizontal ul>li>div {
	text-align: left;
}


@media (min-width: 1280px) {
	#page-landing div#block-features {
		margin-left:0;
	}
}

#page-landing div#block-features ul>li {
	width:30%;
	margin-right:5%;
	margin-left:0;
}
#page-landing div#block-features ul>li + li + li {
	margin-right:0;
}


/*#page-landing div#block-features h2,
#page-landing div#block-features p
{
	text-align:left;
}
#page-landing div#block-features img {
	text-align:center;
}*/
#page-landing div#block-more {
	height:485px;
	position:relative;
	overflow:hidden;
	border-bottom: 1px solid #232323;
	background: url('../images/bg_glow-blue-cut.png') no-repeat center 350px;
	padding:0 40px 0 40px;
}	
#page-landing div#block-more.got-block-more {
	height: 525px;
}		
	#page-landing div#block-more.got-block-more .carousel-footer {
		text-align: center;
	}
	#page-landing div#block-more.got-block-more .carousel-footer .link {
		display: inline-block;
		margin-top: 40px;
		line-height: 1.4;
	}
	#page-landing div#block-more.got-block-more .go-to-next-section {
		position: absolute;
		bottom: 20px;
		margin-left: -39px;
	}
#page-landing div#block-more h2 {
	font-size:34px;
}
#page-landing div#block-more p {
	font-size:20px;
}
#page-landing div#block-video {
	position:relative;
	height:735px;
	background: url('../images/bg_glow-blue.png') no-repeat center 380px;
}
#page-landing div#block-video .block-video-thumbnail span {
	display: block;
	border-radius: 7px;
	-webkit-transition: box-shadow 250ms linear;
	-moz-transition: box-shadow 250ms linear;
	-ms-transition: box-shadow 250ms linear;
	-o-transition: box-shadow 250ms linear;
	transition: box-shadow 250ms linear;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	position: relative;
	max-width: 900px;
	max-height: 506px;
}
#page-landing div#block-video div.block-contents {
	top: 110px;
	width:900px;
	/*margin-left:-450px;*/
}
#page-landing div#block-video div.block-contents img {
	border-radius:7px;
}

#page-landing div#block-video div.block-video-content
{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 325px;
}
#page-landing div#block-video div.block-video-content h2 {
	font-size:28px;
	text-transform:uppercase;
}
#page-landing div#block-video div.block-video-content h3 {
	font-size:16px;
	text-transform:uppercase;
}
div#block-features>div {
	margin: 0 auto;
	min-width: 920px;
	max-width: 1180px;
}

div#block-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
div#block-features.got-block-features ul {
	margin-top:215px;
}
div#block-features.got-block-features .go-to-next-section {
	margin: 0 auto;
}

div#block-features ul>li {
	float: left;
	width: 28%;
	margin-left: 5%;
	text-align: center;
}
div#block-features ul>li>div {
	text-align:left;
}

div#block-features ul>li:first-child {
	margin-left: 0;
}

div#block-features ul>li img {
	display: inline-block;
	margin-bottom: 20px;
}

div#block-features h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.block-features-horizontal#block-features {
	height:840px !important;
	background:none !important;
}

.block-features-horizontal#block-features ul>li img {
	float:left;
	margin-right:75px;
}

.block-features-horizontal#block-features ul {
	overflow:visible;
}
.block-features-horizontal#block-features ul>li {
	width:100% !important;
	text-align:left;
	margin-top:80px;
	background-image:url('../images/landing/glow_blue.jpg');
	background-position: -135px -80px;
	background-repeat: no-repeat;
	padding-left: 100px;
	margin-left:-50px !important;


}

.block-features-horizontal#block-features ul>li:first-child {
	margin-top:0;
}

.block-features-horizontal#block-features>div {
	max-width:1000px;
	min-width:900px;

}
.block-features-horizontal#block-features ul>li h2 {
	font-size:30px;
}
.block-features-horizontal#block-features ul>li p {
	font-size:18px;
}
.block-features-horizontal#block-features ul>li.block-features-align-right {
	background-image:url('../images/landing/glow_orange.jpg');
	background-position:230px -95px;
	padding-right: 50px;
	margin-left: 0 !important;
	padding-left:50px;
}
@media (min-width: 1280px) {
	.block-features-horizontal#block-features ul>li.block-features-align-right {

		background-position: 260px -95px;
	}
}
.block-features-align-right img {
	float:right !important;
	margin-right:0 !important;
	margin-left:75px;
	margin-right: -42px !important;
}
.block-features-horizontal#block-features ul>li + li + li {
	background-image:url('../images/landing/glow_blue.jpg');
}
.block-features-horizontal#block-features ul>li + li + li img {
	margin-left:-92px;
}
div#block-when,
div#hbo-od
{
	position: relative;
	background: url('../images/wat-is-hbo/bg_wih_when.jpg') no-repeat center top;
	height: 930px;
	border-bottom: 1px solid #232323;
}

div#block-where,
div#hbo-go
{
	position: relative;
	background: url('../images/wat-is-hbo/bg_wih_where.jpg') no-repeat center top;
	height: 880px;
	border-bottom: 1px solid #232323;
}

div#block-where a.play-button-where {
	position: absolute;
	bottom: 390px;
	left: 50%;
	width: 273px;
	height: 75px;
	margin-left: -136px;
	background: url('../images/button_view-video.png') no-repeat 0 0;
	text-indent: -99999px;
	outline: none;
}

div#block-when div.what-is-column.content>div {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 700px;
	padding-left: 50px;
}

div#block-where a.play-button-where:hover {
	background-position: 0 -75px;
}

div#block-where div.view-more,
div#block-when div.view-more {
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	text-align: center;
}
div#block-where {
	height: 980px;
}
div#block-where div.view-more {
	bottom: 140px;
}
div#block-where .go-to-next-section {
	position: absolute;
	bottom: 70px;
}

div#block-when .go-to-next-section {
	position: absolute;
	bottom: 20px;
}

div#block-channels {
	height: 555px;
	position: relative;
	border-bottom: 1px solid #232323;
}

div#block-channels div.what-is-intro h2 {
	font-size: 38px;
}

div#block-channels div.what-is-intro p {
	font-size: 22px;
}

div#block-channels div.channel-content {
	height: 100%;
	position: relative;
	z-index: 1;
	background: url('../images/bg_channels.jpg') no-repeat center 410px;
}

div#block-channels div.channel-content>div {
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	height: 300px;
}

div#block-channels div.channel-content>div.channel-bg {
	left: 0;
	right: auto;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center top;
}

div#block-channels div.channel-content ul {
	margin: 0 auto 100px auto;
	padding: 0;
	list-style: none;
	max-width: 1180px;
	min-width: 940px;
	border: 2px solid #fff;
	border-color: rgba(255,255,255,0.3);
	border-radius: 10px;
	overflow: hidden;
	height: 202px;
	z-index: 2;
	position: relative;
}

div#block-channels div.channel-content ul li {
	float: left;
	width: 33.3333333%;
	height: 198px;
	position: relative;
	overflow: hidden;
	background-color: #000;
	cursor: default;
}

div#block-channels div.channel-content ul li>div {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	padding: 50px 50px 0 50px;
	font-size: 16px;
	color: #eee;
	text-shadow: 0 0 3px rgba(0,0,0,0.7);
}

div#block-channels div.channel-content ul li>div img.logo {
	display: block;
	margin-bottom: 15px;
}

div#block-channels div.channel-content ul img.visual {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%;
	z-index: 1;
}

div#block-channels div.channel-content ul li:before,
div#block-channels div.channel-content ul li:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 198px;
	background: url('../images/wih_channels-border.png') repeat-y right top;
	z-index: 2;
}

div#block-channels div.channel-content ul li:after {
	background-position: left top;
	left: auto;
	right: 0;
}

div#block-channels div.channel-content ul>li.hbo1:before,
div#block-channels div.channel-content ul>li.hbo3:after {
	display: none;
}

div.channel-order {
	text-align: center;
	font-size: 22px;
	position: relative;
	z-index: 9;
}

div.channel-order a {
	text-decoration: none;
}

div.channel-order strong {
	color: #fff;
}

div.channel-order * {
	vertical-align: middle;
}

div.channel-order a.order-button {
	margin: 0 30px;
}


div.menu-glow {
	position: fixed;
	top: 63px;
	left: 0;
	width: 100%;
	height: 28px;
	background: url('../images/menu_underline.png') no-repeat center top;
	z-index:100;
}

body#tvguide,
body#magazine
{
	background: #000 url('../images/bg_tvguide_page.jpg') no-repeat center top;
}

body#magazine {
	background-attachment: fixed;
}

body#tvguide .block {
	padding: 0 0 70px 0;
	margin-bottom: 0;
}

.tvguide {
	padding-top: 225px;
	max-width: 1180px;
	min-width: 960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

div.block.spotlight.top + div.block .tvguide {
	padding-top: 0;
}

.tvguide.tvguide-list .tvguide-items table td:first-child {
	width: 5%;
	padding-left: 25px;
}

.tvguide.tvguide-list .tvguide-items table td {
	width: 31.6666%;
	line-height: 0;
}

.tvguide.tvguide-list .tvguide-items table td a {
	text-align: center;
	padding: 25px 10px 25px 10px;
}

.tvguide-section-top {
	width: 100%;
	max-width: 1180px;
	top: 325px;
	z-index: 10;
	margin-right: 0;
	margin-left: 0;
}

div#scroll-menu.tvguide-menu {
	position: absolute;
	top: 110px;
	background: none;
	z-index: 99;
}

div#scroll-menu.tvguide-menu > div {
	max-width:1180px;
	padding:0 40px 0 40px;
}
div#scroll-menu.tvguide-menu div.filter
{
	position: static;
	float: right;
	margin-top: -79px;
	background: none;
	margin-left: 40px;
	padding-left: 0;
	padding-right: 0;
	width: 160px;
	margin-right:0;
}

div#scroll-menu.tvguide-menu div.filter.genre {
	width: 220px;
}
div#scroll-menu.tvguide-menu div.filter.more {
	width: 220px;
	text-align:right;
}

div#scroll-menu.tvguide-menu ul.btn-list {
	/*margin-left: 30px;*/
	margin-left:0;
}

div#scroll-menu.tvguide-menu ul.btn-list a.btn {
	font-size: 14px;
	font-weight: 600;
	padding: 0 15px;
	margin-left: 0;
}

.tvguide.is-fixed .tvguide-section-top {
	position: fixed;
	top: 63px; /* is equal header nav height */
	z-index: 101;
/*	left: 40px;
	right: 40px;
	width: auto;*/
}
div#what-is-carousel>div.items
.tvguide.is-fixed .tvguide-header,
.tvguide.has-info .tvguide-header,
.tvguide.is-sticky .tvguide-header,
.tvguide.is-fixed .tvguide-iteminfo {
	border-radius: 0;
}

.tvguide.is-fixed .tvguide-section-bottom {
	padding-top: 55px; /* is equal to the channel header height */
}

.tvguide.is-sticky .tvguide-section-top {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 63px; /* is equal header nav height */
	z-index: 1;
}

.tvguide-section-bottom {
	padding-top: 0;
	z-index: 0;
}

.tvguide-header {
	background: url('../images/bg_tvguide_header.png');
	background-repeat: repeat-x;
	height: 55px;
	line-height: 55px;
	border-radius: 7px 7px 0 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	width: 100%;
	z-index: 2;
	position: relative;
}
.tvguide-header img {
	display:inline !important;
}
.tvguide-header .link {
	position:absolute;
	top:18px;
	right:28px;
}
.tvguide-header a span {
	color:#fff;
}
.tvguide-header a:hover span {
	color:#2880BB;
}
.tvguide-header-controls {

	width:55px;
	height:55px;
	display:inline-block;
	text-align:center;
	position:absolute;
	z-index:5;
	line-height:55px;
}
.tvguide-header-controls .icon {
	top:4px;
	position:relative;
}
.tvguide-header-controls.control-left {

}
.tvguide-header-controls.control-right {
	right:0;
}

.tvguide table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing:0;/*
	border-collapse: separate;*/
	position: relative;
}

.tvguide table tr {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.tvguide table td {
	width: 33.33%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	vertical-align: middle;
}

.tvguide table td > a {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
	outline: none;
}

.tvguide table td > a:hover {
	text-decoration: none;
}

.tvguide table td .icon {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 20px;
}

.tvguide table td .icon-exclamationmark {
	right: 27px;
}

.tvguide-items table a {
	padding: 10px 0;
}

.tvguide-header table td {
	text-align: center;
	line-height: 1;
	height: 55px;
}

.tvguide-current {
	z-index: 9;
	overflow: hidden;
}

.tvguide-current table td,
.tvguide-items table td {
	border-left: 1px solid #1b1b1b;
	background-color: #101010;
}

.tvguide-current table td {
	cursor: pointer;
}

.tvguide-current table td:first-child,
.tvguide-items table td:first-child {
	border-left: 0;
}

.tvguide-current .tvguide-item-meta {
	position: absolute;
	bottom: 7px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.tvguide-current table td img {
	width: 100%;
}

.tvguide-item-meta .icon {
	left: auto;
	right: 20px;
}

.tvguide-items, .ondemand-items {
	margin-bottom: 40px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.tvguide-items table td {
	cursor: pointer;
}

.tvguide-items table td.empty {
	cursor: default;
}

.tvguide-items table tr.odd td {
	background-color: #141414;
}

.tvguide-items table tr.even td {
	background-color: #101010;
}

.tvguide-items table td:hover a strong,
.tvguide-items table td.is-active a strong {
	color: #fff;
}

.tvguide-items table td.hover,
.tvguide-items table td.is-active {
	background: #202020 url('../images/cell_tvguide_hover.png') repeat-x left bottom !important;
}

.tvguide-footer {
	padding: 0 40px;
}

.tvguide-footer>span {
	margin-left: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

.tvguide-footer>span>span {
	margin-right: 5px;
}

.tvguide-item-meta {
	width: 100%;
	height: 50px;
	padding: 0 45px 0 80px;
	display: table-cell;
	vertical-align: middle;
}

.tvguide-item-meta > span {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	height: 30px;
	line-height: 30px;
	left: 20px;
	margin-top: -16px;
	position: absolute;
	top: 50%;

}

.tvguide-item-meta > strong {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 300;
	line-height: 24px;
	width: 320px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #ccc;
}

.tvguide-item-meta > strong span {
	color: #777;
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.tvguide-item-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	width: 100%;
	background-color: #1f2123;
}

.tvguide-item-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	background-color: #2880bb;
	background-image: url('../images/progress_tvguide.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.tvguide-current .tvguide-item-meta {
	background-image: url('../images/bg_tvguide_gradient.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 70px;
	height: auto;
}

.tvguide-current .tvguide-item-meta > strong {
	color: #fff;
}

.tvguide-iteminfo {
	background-image: url('../images/bg_tvguide_iteminfo.png');
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
	height: 0;
	max-height: 255px;
	position: relative;
	display: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 1;
	border-left: 1px #282828 solid;
	border-top: 1px #282828 solid;
}

/* smoother animations on iPad */
.tvguide-section-top,
.tvguide-section-bottom {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.tvguide-iteminfo .tvguide-iteminfo-container {
	padding: 3.6%;
	overflow: hidden;
	opacity: 0;
}

.tvguide-iteminfo.is-active {
	display: block;
}

.tvguide-iteminfo-thumbnail {
	width: 30%;
	float: left;
	margin-right: 3%;
	max-width: 300px;
	max-height: 170px;
	position: relative;
}

.tvguide-iteminfo-thumbnail div.visual {
	display: block;
	position: relative;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	border-radius: 7px;

}

.tvguide-iteminfo-thumbnail div.visual > img {
	width: 100%;
	border-radius: 7px;
	display: block;
}

.tvguide-iteminfo-thumbnail-channel {
	background: url('../images/sprite.png') no-repeat 0 -295px;
	display: block;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 10px 0 0;
	z-index: 10;
	width: 100%;
	text-align: right;
	line-height: 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tvguide-iteminfo-thumbnail .tvguide-iteminfo-thumbnail-channel img {
	position: relative;
	top: 5px;
}

.tvguide-iteminfo-content {
	float: left;
	max-width: 67%;
}

.tvguide-iteminfo-header h2 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 2% !important;
}

.tvguide-iteminfo-header div.meta {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 2%;
}

.tvguide-iteminfo-header div.meta strong {
	color: #fff;
	font-weight: normal;
}

.tvguide-iteminfo-header div.meta span {
	margin: 0 10px;
}

.tvguide-iteminfo-header div.meta span.kijkwijzer {
	margin: 0;
}

.tvguide-iteminfo-header .btn-close {
	position: absolute;
	top: 0;
	right: 0;
}

.tvguide-iteminfo-body {
	margin-bottom: 2.6%;
}

.tvguide-iteminfo-body p:last-child {
	margin-bottom: 0;
}

.tvguide-iteminfo-footer {
	clear: both;
}

.tvguide-iteminfo-footer .btn {
	margin-right: 15px;
}


div.ondemand-items {
	background: #000;
}

div.ondemand-items ol {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

div.ondemand-items>ol>li {
	clear: left;
	position: relative;
	padding-left: 50px;
	border-left: 1px solid #252526;
}

div.ondemand-items>ol>li.even {
	background-color: #131415;
}

div.ondemand-items>ol ol>li {
	float: left;
	width: 33.33%;
	height: 200px;
	padding-top: 21px;
	text-align: center;
	border-right: 1px solid #252526;
}

div.ondemand-items>ol>li>strong {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	position: absolute;
	left: 30px;
	top: 30px;
}

div.ondemand-items a {
	display: inline-block;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	outline: 0;
	color: #fff;

	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;

	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);

	border-radius: 7px;
}

div.ondemand-items a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 158px;
	z-index: 1;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

div.ondemand-items img {
	display: block;
}

div.ondemand-items a:hover {
	-webkit-box-shadow: 0 0 8px 3px rgba(167, 214, 244, 0.5);
	box-shadow: 0 0 8px 3px rgba(167, 214, 244, 0.5);
}

div.ondemand-items a>span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	background: url('../images/gradient_ondemand.png') repeat-x left top;
}

div.ondemand-items a span.text-more {
	display: none;
}

div.ondemand-items a:hover {
	color: #fff;
}

div.ondemand-items a:hover>span>span {
	display: none;
}

div.ondemand-items a:hover>span>span.text-more {
	display: inline;
}





.lightbox-content.login h1 {
	color: #fff;
	font-size: 32px;
	text-align: center;
}

.lightbox-content.login p {
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 2em;
}

.lightbox-content.login hr {
	margin-top: 0;
}

/*.lightbox-content.login form {
	margin-bottom: 2em;
}*/

.lightbox-header {
	margin-top:-10px;
	position:relative;
}
.lightbox-header a.link {
	float:right;
	position:absolute;
	right:0;
	top:18px;
	margin-right:0;
}
.lightbox-header-align-left {
	text-align:left !important;
}
.lightbox-header-align-left h1 {
	text-align:left !important;
}

.lightbox-align-left * {
	text-align:left !important;
}
.lightbox-block {
	padding:0px 0 30px 0;
}
.lightbox-block a.btn-social {
	text-transform:none !important;
	cursor:pointer !important;
}
.lightbox-block a.link {
	margin-left:15px;
}
.lightbox-block * {
	text-align:left !important;
}
.lightbox-block > strong {
	font-weight:600;
	margin-bottom:13px;
	display:inline-block;
}
.lightbox-block form {
	margin-bottom:0 !important;
}
.lightbox-block p {
	margin-bottom:13px !important;
	color:#909090 !important;
}
.lightbox-block-user {
	overflow:hidden;
}
.lightbox-block-user form .btn {
	float:right;
}
.lightbox-block-user > p {
	margin-bottom:15px;
}
.lightbox-block-user p {
	margin-bottom:13px !important;
}
.lightbox-block-user strong {
	font-weight:600;
	margin-bottom:0;
}
.lightbox-block-user .lightbox-block-user-avatar {
	width:85px;
	height:85px;
	float:left;
	margin-right:15px;
	position:relative;
	overflow:hidden;
}
.lightbox-block-user .lightbox-block-user-avatar img.avatar {
	border-radius:7px;
}
.lightbox-block-user .lightbox-block-user-avatar img.avatar-icon {
	float:right;
	position:absolute;
	border-radius:7px 0 7px 0;
	right:-3px;
	bottom:-3px;
}

.lightbox-footer {
	overflow:hidden;
	padding-bottom:15px;
}
.lightbox-footer p {
	float:left;
}
.lightbox-footer .btn {
	float:right;
}
.lightbox-footer .btn-prev {
	float:none;
}
.lightbox-footer .btn-next {
	float:none;
}
.lightbox-block-singleline {
	overflow:hidden;
	padding-bottom:20px;
}
.lightbox-block-singleline p {
	float:left;
	margin-top:3px;
}
.lightbox-block-singleline .btn,
.lightbox-block-singleline .onoffswitch
{
	float:right;
}
img.lightbox-visual {
	margin-bottom:30px;
}
.lightbox-footer-align-center {
	text-align:center;
}
.lightbox-footer-align-center .btn {
	float:none;
}
.lightbox-footer-align-left {
	text-align:left;
}
.lightbox-footer-align-left .btn {
	float:left;
}






div.buttons .btn {
	float: right;
	margin-left: 10px;
}

div.buttons .btn.btn-secundary {
	text-decoration: underline;
}

p.signup a {
	font-weight: 600;
}
p.signup-align-center {
	text-align:center;
	display:block;
	float:none;
}

div.hr-text {
	position: relative;
}

div.hr-text div {
	position: absolute;
	left: 0;
	top: -12px;
	width: 100%;
	text-align: center;
}

div.hr-text span {
	color: #707070;
	background: #000;
	padding: 0 8px;
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
}

div.error {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

div.error-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 160px 20px 0 20px;
	position: relative;
	z-index: 2;
	color: #fff;
}

div.error h1 {
	font-size: 140px;
	font-weight: 200;
	margin-bottom: 10px;
}

div.error h2 {
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
}

div.error p {
	font-size: 18px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
}





.dotmenu {
	top:50%;
	margin-top:-55px;
	/* margin-top:170px;*/
	margin-right:30px;
	right:0;
	position:fixed;
	z-index:45;
	-webkit-backface-visibility: hidden; /* Credits: http://stackoverflow.com/questions/3461441/prevent-flicker-on-webkit-transition-of-webkit-transform */
}
.dotmenu ul {
	list-style:none;
	padding:0;
	margin:0;
}
.dotmenu ul li {
	margin-bottom:2px;
	display:block;
	overflow:hidden;
	line-height:15px;
}
.dotmenu ul li .dotmenu-label {
	display:inline-block;
	color:#fff;
	margin-right:10px;
	font-family: 'Open Sans', Arial, sans-serif; font-weight:400;
	text-transform:uppercase;
	font-size:12px;
	opacity:0;
	-webkit-transition: 200ms opacity ease-in-out;
	-moz-transition: 200ms opacity ease-in-out;
	transition: 200ms opacity ease-in-out;
	width:150px;
	text-align:right;
}
.dotmenu ul li.is-active .dotmenu-label
{
	/*opacity:1;*/
}
.dotmenu ul li .dotmenu-dot {
	width:20px;
	height:20px;
	border-radius:20px;
	display:inline-block;
	cursor:pointer;
	float:right;
}
.dotmenu ul li .dotmenu-dot span {
	width:11px;
	height:11px;
	display:inline-block;
	background:#656565;
	margin:0 auto;
	position: relative;
	left: 4px;
	top: 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.5);
	-webkit-transition: 250ms -webkit-transform ease-in-out, 300ms opacity ease-in, 250ms background ease-in;
	-moz-transition: 250ms -moz-transform ease-in-out, 300ms opacity ease-in, 250ms background ease-in;
	-ms-transition: 250ms -ms-transform ease-in-out, 300ms opacity ease-in, 250ms background ease-in;
	transition: 250ms -webkit-transform ease-in-out, 300ms opacity ease-in, 250ms background ease-in;
}

.dotmenu ul li .dotmenu-dot:hover span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.dotmenu ul li.is-active .dotmenu-dot span {
	background:#fff;
}
.dotmenu-dot:hover ~ .dotmenu-label {
	opacity:1;
}










.magazine {
	padding-top: 155px;
	max-width: 1180px;
	min-width: 945px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.magazine-items {
	max-width:800px;
	float:left;
	width:67.8%;
	margin-left:-1.691%;
}
.magazine-items ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}
.magazine-items ul li {
	float:left;
	margin:0 0 2.5% 2.5%;
	width:100%;
	position:relative;
	background-color: #000;
	border-radius:7px;
}

.magazine-items-loading {
	background-color:transparent !important;
	padding-top:50px;
	text-align:center;
}
.magazine-items.magazine-items-sidebar {
	max-width:380px;
	float:left;
	width:32.2%;
	margin-left:1.69%;
}
.magazine-items.magazine-items-sidebar ul li {
	margin:0 0 5.7% 0;
}


.magazine-item {
	position: relative;
	color: #656565;

	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-o-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;

	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.magazine-item.init {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


.magazine-item span.icon-play-small {
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;

	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.magazine-item:hover span.icon-play-small {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.magazine-item-thumbnail img {
	display:block;
}

.magazine-label {
	position: absolute;
	left: 0;
	top: 20px;
	background: url('../images/label-magazine.png') no-repeat right top;
	padding: 0 29px 2px 9px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	height: 32px;
	color: #fff;
	text-transform: uppercase;
	z-index: 9;
}

.magazine-label>span {
	display: block;
	max-width: 260px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.magazine-label:before {
	content: '';
	position: absolute;
	left: -9px;
	top: 0;
	width: 9px;
	height: 39px;
	background: url('../images/label-magazine-fold.png') no-repeat;
}

.magazine-date {
	position: absolute;
	right: 20px;
	bottom: 39px;
	color: #A7A7A7;
	text-transform: uppercase;
	font-size: 13px;
	z-index: 3;
	line-height: 13px;
}

.magazine-date img {
	margin-left: 5px;
	vertical-align: bottom;
}

.magazine-date span.long {
	display: none;
}

@media (min-width: 1150px) {
	.magazine-date span.long {
		display: inline;
	}
	.magazine-date span.short {
		display: none;
	}
}

.magazine-date a {
	color: #363636;
	text-decoration: none;
}

.magazine-date a:hover {
	color: #fff;
}

.magazine-item-content {
	padding:30px;
	position:relative;
	width:100%;
	background-repeat:no-repeat;
	background-position:top;
}
.magazine-item-content p {
	z-index:1;
}
.magazine-item-content strong {
	font-size:13px;
	text-transform:uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:200;
}
div.magazine-item-content h2 {
	min-width: inherit;
	margin-bottom: 10px;
}

div.magazine-item-content h2 a {
	color: #fff;
	text-decoration: none;
}

.magazine-item.magazine-item-medium {
	width:47.5%;
}
.magazine-item.magazine-item-medium img {
	max-width:380px;
	max-height:214px;
}
.magazine-item.magazine-item-medium .magazine-item-content {
	margin-top: -97px;
/*	max-height: 260px;
	min-height: 303px;*/
	padding-top: 93px;
	padding-bottom: 60px;
	background-image:url('../images/gradient_magazine_item_medium.png');
}

.magazine-item.magazine-item-medium .magazine-item-content p {
	overflow: hidden;
	display: inline-block;
	line-height: 22px;
}
.magazine-item.magazine-item-medium .magazine-item-content h2 {
	font-size:20px;
}

.magazine-items.magazine-items-sidebar .magazine-item.magazine-item-medium {
	width:100%;
	margin-left:0;
}
.magazine-item.magazine-item-medium .magazine-item-content > div {
	/*max-height: 127px;*/
	overflow: hidden;
}

.magazine-item.magazine-item-large {
	width:97.5%;
}
.magazine-item.magazine-item-large .magazine-item-thumbnail img {
	max-width:780px;
	max-height:440px;
}
.magazine-item.magazine-item-large .magazine-item-content {
	margin-top:-150px;
/*	max-height: 300px;
	min-height:300px;*/
	padding-top:100px;
	padding-bottom: 60px;
	background-image:url('../images/gradient_magazine_item_large.png');
}
.magazine-item.magazine-item-large .magazine-item-content h2 {
	font-size: 28px;
}

.magazine-item h2 strong {
	display: block;
	color: #a7a7a7;
	margin-top: 3px;
}



.magazine-item-tvguide {
	overflow:hidden;
	border-radius:5px 5px 0 0;
}
.magazine-item-tvguide .tvguide {
	padding-top:0;
	min-width:0;
	width:300%;
	position:relative;
	z-index:3;
}
.magazine-item-tvguide .tvguide-items,
.magazine-item-tvguide .tvguide-header {
	box-shadow:none;
	-webkit-box-shadow:none;
	border-radius:0;
	margin-bottom:0;
}
.magazine-item-tvguide > .tvguide .tvguide-header {
	background:none;
}
.magazine-item-tvguide > .tvguide-header {
	position:absolute;
	top:0;
}
.magazine-item-tvguide .magazine-item-buttons {
	background-color:#000;
	width:100%;
	text-align:center;
	height:83px;
	position:absolute;
	bottom:0;
}
.magazine-item-tvguide td.buttons {
	padding: 10px 0;
}
.magazine-item-tvguide .tvguide-buttons {
	text-align:center;
	padding:20px 0 20px 0;
}


.magazine-item.magazine-item-wide {
	width:97.5%;
	max-height:259px;
}
.magazine-item.magazine-item-wide img {
	max-width:400px;
	max-height:259px;
}
.magazine-item.magazine-item-wide .magazine-item-thumbnail {
	float:left;
	max-width:400px;
	width:52%;
}
.magazine-item.magazine-item-wide .magazine-item-thumbnail span.icon {
	margin-top:-31px;
}
.magazine-item.magazine-item-wide .magazine-item-content {
	float: left;
	width: 61%;
	background-image: url('../images/gradient_magazine_item_wide.png');
	background-position: left;
	margin-left: -100px;
	padding-left: 110px;
	position:absolute;
	right:0;
}
.magazine-item.magazine-item-wide .magazine-item-content > div {
	max-height: 110px;
	overflow: hidden;
}
.magazine-item.magazine-item-wide .magazine-item-content h2 {
	font-size:22px;
	margin-bottom:4%;
}
.magazine-item.magazine-item-wide .magazine-item-buttons {
	background:none;
}

.magazine-item>a {
	display: block;
	text-decoration: none;
}

.magazine-items.feedforward .magazine-item {
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.magazine-items.feedforward .magazine-item:hover {
	-webkit-box-shadow: 0 0 8px 3px rgba(167, 214, 244, 0.5);
	box-shadow: 0 0 8px 3px rgba(167, 214, 244, 0.5);
}

.magazine-items.feedforward .magazine-item.magazine-item-medium .magazine-item-content {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: url('../images/gradient_magazine_item_large.png') no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	min-height: 150px;
	border-radius: 0 0 7px 7px;
}

.magazine-items.feedforward .magazine-item.magazine-item-medium .magazine-item-content>div {
	position: absolute;
	left: 20px;
	bottom: 10px;
	right: 20px;
}

.magazine-items.feedforward .magazine-item.magazine-item-medium .magazine-item-content h2 {
	font-size: 18px;
}


.magazine-item-buttons {
	position:absolute;
	bottom:30px;
	z-index:2;
	width:90%;
}
.magazine-item-buttons .btn {
	margin-right:16px;
}




.magazine-item-thumbnail {
	width:100%;
	position:relative;
}
.magazine-item-thumbnail a {
	position:absolute;
	/*top:50%;
	left:50%;
	margin-left: -60px;
	margin-top: -60px;
	width: 120px;
	height: 120px;*/
	width: 100%;
	height: 80%;
	left: 0;
	top: 0;
	z-index: 1;
}

.magazine-item-thumbnail a .icon {
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -31px;
	margin-top: -31px;
}

.magazine-item-thumbnail img {
	width:100%;
	border-radius:7px;
}


#magazine-banner {
	position: fixed;
	top: 63px;
	left: 0;
	width: 100%;
	height: 0;
	background: url('../images/bg_magazine-banner.png') repeat-x center bottom;
	z-index: 200;

	-webkit-box-shadow: 0 20px 100px 0 rgba(0,0,0,0.7);
	box-shadow: 0 20px 100px 0 rgba(0,0,0,0.7);
}

#magazine-banner div.banner-inner {
	width: 100%;
	height: 204px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('../images/menu_underline.png') no-repeat center top;
}

#magazine-banner div.banner-inner>div {
	margin: 0 auto;
	max-width: 720px;
	min-width: 500px;
	position: relative;

	padding: 35px 30px 0 430px;

	-moz-box-sizing: content-box;
 	-webkit-box-sizing: content-box;
 	box-sizing: content-box;
}

#magazine-banner img.magazine-visual {
	position: absolute;
	left: 0;
	top: 0;
}

#magazine-banner strong {
	display: block;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 200;
	font-size: 24px;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 25px;
}

#magazine-banner .btn-align {
	margin-left: 30px;
}

div.magazine-intro {
	border-top:1px #2f2f2f solid;
	border-top:1px rgba(255,255,255,0.1) solid;
	padding-top: 30px;
	margin-bottom: 50px;
	color: #fff;
	font-size: 20px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 200;
	line-height: 1.8em;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

/*
div.magazine-intro>div {
	width: 940px;
}
*/



#page-welcome div#block-channels div.channel-content>div {
	bottom:100px;
}
#page-welcome div#block-channels div.channel-content {
	background: url('../images/bg_channels.jpg') no-repeat center 495px;
}



#page-welcome div#magazine {
	position: relative;
	background: url('../images/welcome/bg_welcome_magazine.jpg') no-repeat center top;
	height: 880px;
	border-bottom: 1px solid #232323;
}
#page-welcome div#magazine-optin {
	position: relative;
	background: url('../images/welcome/bg_welcome_magazine_optin.jpg') no-repeat center top;
	height: 700px;
	border-bottom: 1px solid #232323;
}
#page-welcome div#magazine-optin .magazine-optin-container {
	text-align:center;
}
#page-welcome div#magazine-optin .magazine-optin-success p {
	font-size: 15px;
	color: #fff;
	margin-top: 60px;
}
#page-welcome div#magazine-optin .input {
	width:480px;
	margin:0 auto;
}
#page-welcome div#magazine-optin .optin-input {
	padding-top:60px;
	overflow:hidden;
}
#page-welcome div#magazine-optin .optin-checkbox {
	width:280px;
	margin:0 auto;
	padding:40px 0 60px 0;
	overflow:hidden;
}
#page-welcome div#magazine-optin .optin-button {
	text-align:center;
	display:block;
}


#page-welcome div#magazine div.view-more {
	position: absolute;
	width: 100%;
	bottom: 355px;
	left: 0;
	text-align: center;
}

#page-welcome div#hbo-od {
	background: url('../images/welcome/bg_welcome_hbood.jpg') no-repeat center top;
	height:800px;
}


#page-welcome div#hbo-go {
	background: url('../images/welcome/bg_welcome_hbogo.jpg') no-repeat center top;
	height:960px;
}
#page-welcome div#hbo-go small {
	font-size:12px;
	position:absolute;
	bottom:45px;
	width: 620px;
	text-align: center;
	margin: auto;
	left:0;
	right:0;
}
#page-welcome div#hbo-go small a {
	color:#909090;
}
#page-welcome div#hbo-go div.appbadge {
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:120px;
}


#page-welcome div#welcome {
	height:800px;
	background: url('../images/welcome/bg_welcome_series.jpg') no-repeat center top;
	border-bottom: 1px solid #232323;
	margin-bottom:0;
}
#page-welcome div#welcome .view-more {
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	text-align: center;
}
#page-welcome div#block-channels {
	height:800px;
}
#page-welcome div#questions {
	height:480px;
	position:relative;
}

div.block.spotlight {
	background: url('../images/bg_spotlight.jpg') no-repeat center bottom;
	padding: 0 40px 30px 40px !important;
}

div.block.spotlight.top {
	background: none;
	border-bottom: none;
	margin-top: 180px;
}

div.magazine-spotlight {
	margin: 0 auto;
	max-width: 1180px;
	min-width: 960px;
	padding-top: 60px;
	position: relative;
	width: 100%;
}

div.block.spotlight.top div.magazine-spotlight {
	margin-top: 30px;
	padding-top: 40px;
	border-top: 1px #2f2f2f solid;
	border-top: 1px rgba(255,255,255,0.1) solid;
}

div.magazine-spotlight .magazine-items {
	margin-left: -2.3%;
    max-width: none;
    width: 102.3%;
}

div.magazine-spotlight .magazine-item {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;

	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;

	width: 30.8%;
}

div.magazine-spotlight h2 {
	font-size: 22px;
}

div.magazine-spotlight a.link-arrow {
	position: absolute;
	right: 0;
	top: 72px;
	margin-right: 0;
}

div.block.spotlight.top div.magazine-spotlight a.link-arrow {
	top: 42px;
}

.appbadge {
	/*width:155px;*/
	width:680px;
	height:67px;
	border: 1px #cccccc solid; /* IE8 border fix */
	border:2px rgba(255,255,255,0.2) solid;
	background-color:#222222; /* IE8 bg fix */
	background-color: rgba(22,22,22,0.95);
	background-image: url('../images/gradient_appbadges_bg.png');
	border-radius:10px;
	/*	-webkit-background-clip: padding-box; *//* for Safari *//*
	background-clip: padding-box;*/
}
.appbadge ul {
	list-style:none;
	margin:0;
	padding:0;
	border-radius:10px;
}
.appbadge ul li {
	border-top:0;
	border-radius:0 0 6px 6px;
	float:left;
	width:25%;
	text-align:center;

}
.appbadge ul li:first-child {
	border-radius: 6px 0 0 6px;
}
.appbadge ul li a {
	height: 63px;
	line-height: 85px;
	display:inline-block;
	width:100%;
	border-radius:6px 6px 0 0;
}
.appbadge ul li:first-child a:hover {
	background:url('../images/appbadge_hover.png');
	border-radius:6px 0 0 6px;
}
.appbadge ul li:last-child a:hover {
	background:url('../images/appbadge_hover.png');
	border-radius:0 6px 6px 0;
}
.appbadge ul li a:hover {
	background:url('../images/appbadge_hover.png');
	border-radius:0 ;
}



.onoffswitch {
	position: relative;
	width: 71px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	/*border: 2px solid #999999;*/
	border: 2px solid transparent;
	border-radius: 20px;
	/*background:red;*/
	background:url('../images/switch_bg.png') no-repeat;
	padding: 2px 5px 0 5px;
}
.onoffswitch-label > div {
	overflow:hidden;
}
.onoffswitch-inner {
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	float: left;
	width: 50%;
	height: 25px;
	padding: 0;
	line-height: 25px;
	font-size: 11px;
	color: white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "AAN";
	padding-left: 10px;
	/*background-color: #232323;*/
	color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "UIT";
	padding-right: 10px;
	/*background-color: #232323;*/
	color: #666666;
	text-align: right;
}
.onoffswitch-switch {
	height:21px;
	width:20px;
	margin: 4px;
	background: #FFFFFF;
	/*border: 2px solid #999999;*/
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	right: 41px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	background: url('../images/switch_switcher.png');
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

div#cookiebar {
	background: url('../images/bg_cookiebar.png') repeat-x 0 0;
	height: 37px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	text-align: center;
	line-height: 37px;

	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in 0s;
}

div#cookiebar a {
	color: #6e6e6e;
	text-decoration: none;
}

div#cookiebar:hover a {
	color: #fff;
	text-decoration: underline;
}

div#cookiebar button.close {
	-webkit-appearance: none;
	border: none;
	padding: 0;
	margin: 0;
	background: url('../images/button_close_cookiebar.png') no-repeat center center;
	width: 37px;
	height: 37px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
}

span.kijkwijzer {
	margin-left: 20px;
}

span.kijkwijzer i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('../images/icons-kijkwijzer.png') no-repeat 0 0;
	vertical-align: middle;
}

span.kijkwijzer i.kijkwijzer-16 { background-position: 0 1px; }
span.kijkwijzer i.kijkwijzer-violence { background-position: -26px 0; }
span.kijkwijzer i.kijkwijzer-all { background-position: -52px 0; }
span.kijkwijzer i.kijkwijzer-6 { background-position: -78px 0; }
span.kijkwijzer i.kijkwijzer-12 { background-position: -104px 0; }
span.kijkwijzer i.kijkwijzer-strong-language { background-position: -130px 0; }
span.kijkwijzer i.kijkwijzer-scary { background-position: -156px 0; }
span.kijkwijzer i.kijkwijzer-drugs { background-position: -182px 0; }
span.kijkwijzer i.kijkwijzer-discrimination { background-position: -208px 0; }
span.kijkwijzer i.kijkwijzer-sex { background-position: -234px 0; }
span.kijkwijzer i.kijkwijzer-9 { background-position: -260px 0; }


div#maincontent table {
	font-size: 14px;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

div#maincontent table td {
	vertical-align: top;
	padding: 0 10px 10px 0;
	line-height: 18px;
}

div#block-iframe-landing {
	width: 1260px;
	height:100%;
	padding-top:63px;
	margin:0 auto;
}

div#block-carousel-landing {
	padding-top: 130px;
	padding-bottom: 80px;
	border-bottom: 1px #2f2f2f solid;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	position: relative;
}
div#block-carousel-landing.got-block-carousel-landing {
	padding-top: 60px;
	margin-bottom: 0px;
}
.frame-content div#block-carousel-landing.got-block-carousel-landing {
	padding-top: 0;
}

div#carousel-landing-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;

	background-repeat: no-repeat;
	background-position: center -20px;
}
.got-block-carousel-landing div#carousel-landing-bg {
	background-position: center -60px;
}
div.got-block-contents-carousel {
	margin-top: 225px;
}

div#carousel-landing {
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 75px;
	height: 525px;
	background: url('../images/glow_landing.jpg') no-repeat center bottom;
	overflow: hidden;
}
div#carousel-landing.got-carousel-landing {
	height: 365px;
	background-image: none;
}

div#carousel-landing>div {
	min-width: 820px;
	max-width: 940px;
	padding: 0 70px;
	margin: 0 auto;
	position: relative;

	-moz-box-sizing: content-box;
 	-webkit-box-sizing: content-box;
 	box-sizing: content-box;
}

div#carousel-landing ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
	width: 820px;
	height: 460px;
}

div#carousel-landing li {
	position: absolute;
	left: 0;
	top: 0;
	width: 820px;
	height: 460px;
	display: none;
}
div#carousel-landing.got-carousel-landing ul {
	width: 733px;
	height: 350px;
}
div#carousel-landing.got-carousel-landing li {
	height: 335px;
	width: 733px;
}
	
div#carousel-landing li:first-child {
	display: block;
}

div#carousel-landing img {
	display: block;
	border-radius:7px;
}

div#carousel-landing a {
	display: block;
	border-radius: 7px;

	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;

}

div#carousel-landing a:before {
	display: block;
	content: '';
	position: absolute;

	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	z-index: 2;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
	box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.09);
}

div#carousel-landing a:after {
	display: block;
	content: '';
	position: absolute;

	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	z-index: 1;
	border-radius: 7px;
	-webkit-box-shadow:inset 0 0 20px 5px rgba(0,0,0,0.2);
	box-shadow:inset 0 0 20px 5px rgba(0,0,0,0.2);
}

div#carousel-landing a:hover {
	-webkit-box-shadow: 0 0 8px 3px rgba(167, 214, 244, 0.5);
	box-shadow: 0 0 8px 3px rgba(167, 214, 244, 0.5);
}

div#carousel-landing a span.icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -39px;
	margin-top: -39px;
	z-index: 4;
}

div#carousel-landing a span.title {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('../images/landing-gradient.png') repeat-x left bottom;
	z-index: 3;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 200;
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
	border-radius: 7px;
}
div#carousel-landing.got-carousel-landing a span.title {
	text-transform: none;
	font-size: 30px;
	color: #ebebeb;
}

div#carousel-landing a span.title>span {
	position: absolute;
	left: 20px;
	bottom: 16px;
}

div.carousel-footer {
	text-align: center;
	padding-bottom: 50px;
}
.got-block-carousel-landing div.carousel-footer {
	padding-bottom: 20px;
}

div.carousel-footer a {
	margin: 0 20px;
}

div#carousel-landing button {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	width: 51px;
	height: 51px;
	z-index: 5;
	outline: none;
	background: url('../images/carousel_arrows.png') no-repeat;
	text-indent: -9999px;
	border: none;
	-webkit-appearance: none;
}

div#carousel-landing button.prev {
	left: 10px;
	background-position: 0 0;
}

div#carousel-landing button.prev:hover {
	background-position: 0 -51px;	
}

div#carousel-landing button.next {
	right: 10px;
	background-position: -51px 0;
}

div#carousel-landing button.next:hover {	
	background-position: -51px -51px;
}

div.block.block-blue.glow-white {
	background: url('../images/bg_glow_white.jpg') no-repeat center top;
	padding: 0;
}

div.block.block-blue.glow-white>div {
	padding: 70px 40px;
	background: url('../images/bg_glow-blue-cut.png') no-repeat center 235px;
}

div.header-gradient {
	background: url('../images/header-gradient.png') repeat-x left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 316px;
	z-index: 4;
}

.this-or-that-alt {
	display: block;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
	color: #a6a19d;
	font-size: 18px;
	margin: 15px 0;
}
	.this-or-that-alt strong {
		color: #fff;
		font-weight: 300;
	}
	.this-or-that-alt small {
		display: block;
		font-size: 13px;
		margin: 8px 0;
	}
.this-or-that .filter {
	width: 300px;
	margin: 0 auto;
	text-align: left;
}
	.this-or-that .filter a {
		margin-left: 0;
	}

div#magazine-optin.got-magazine-optin {
	position: relative;
	background: url('../images/visuals/got-opdehoogte.jpg') no-repeat center top;
	height: 335px;
	border-bottom: 1px solid #232323;	
}
	div#magazine-optin.got-magazine-optin .go-to-next-section {
		position: absolute;
		bottom: 20px;
	}
	div#magazine-optin.got-magazine-optin .block-contents {
		top: 70px;
		font-size: 22px;
	}
	div#magazine-optin.got-magazine-optin .block-contents h2 {
		font-size: 38px;
	}
	.got-magazine-optin .optin-input,
	.got-magazine-option .optin-button {
		display: inline-block;
		vertical-align: top;
	}
		.got-magazine-optin .optin-input .input {
			font-size: 20px;
			font-weight: normal;
			width: 480px;
			margin-right: 40px;
			margin-bottom: 10px;
			padding: 8px 30px 8px 12px;
		}
		.got-magazine-optin .optin-input .input-error {
			font-size: 16px;
			display: block;
			text-align: left;
		}
	.got-magazine-optin .agree-holder {
		margin-top: 15px;
	}


.skip-to-content {
	color: white;
	color: #fff;
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: 200;
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
	text-decoration: none;
}
.skip-to-content:before {
	content: '';
	background: url(../images/sprite.png) no-repeat -482px -172px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
#intro-carousel .skip-to-content  {
	position: fixed;
	z-index: 4; 
	left: 50%;
	top: 50%;
	text-align: center;
	width: 500px; 
	height: 75px;
	margin-left: -250px; /* 0,5 * width */
	margin-top: 52px; /* so that it fits under the 'play this trailer' button */
}
#intro-carousel .skip-to-content:focus,
#intro-carousel .skip-to-content:active {
	outline: none;
	opacity: 0.8;
}

.block-cta-usps {
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
	.block-cta-usps .block-cta-usps-intro,
	.block-cta-usps .block-cta-usps-usps {
		float: left;
		width: 50%;
	}
	.block-cta-usps ul {
		font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif; 
		font-weight:200;
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
		color: #fff;
		font-size: 18px;
		margin-top: 0;
	}
	.block-cta-usps .block-cta-usps-intro {
		color: #909090;
	}
		.block-cta-usps .block-cta-usps-intro h2 {
			font-size: 30px;
			color: #909090;
			margin-bottom: 15px;
			min-width: 0;
		}
			.block-cta-usps .block-cta-usps-intro h2 a {
				color: #fff;
				text-decoration: none;
			}
			.block-cta-usps .block-cta-usps-intro h2 a:hover,
			.block-cta-usps .block-cta-usps-intro h2 a:focus,
			.block-cta-usps .block-cta-usps-intro h2 a:active {
				text-decoration: underline;
			}
		.block-cta-usps .block-cta-usps-intro .btn {
			margin-bottom: 15px;
		}
		
.video_main_img{
	width:100%;
	position:relative;
}

.video_main_img a {
	width:100%;
	height:80%;
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}

.video_main_img a .icon{
	position:absolute;
	top:50%;
	left:50%;
	margin:-31px 0 0 -31px;
}

.video_main_img span.icon-play-small {
	opacity: 0;
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.video_main_img:hover span.icon-play-small {
	opacity:1;
}

div.frame-content {
	width: 810px; 
	padding: 0 0;
}
div.frame-content div.what-is-intro,
div.frame-content div.block-contents {
	width: 810px;
}
div.frame-content div#carousel-landing>div {
	width: 650px;
	min-width: 0;
	max-width: none;
}
div.frame-content div#carousel-landing img {
	max-width: 100%;
}
div.frame-content div#carousel-landing.got-carousel-landing li {
	width: 650px;
	height: 297px;
}
div.frame-content .got-block-carousel-landing div#carousel-landing-bg {
	background-position: center -250px;
}
div.frame-content div#carousel-landing ul {
	height: 330px;
}
div.frame-content div#carousel-landing.got-carousel-landing {
	height: 345px;
}
div.frame-content .got-block-carousel-landing .this-or-that {
	margin-bottom: 20px;
}
div.frame-content .got-block-carousel-landing .link {
	font-size: 20px;
	line-height: 20px;
}
div.frame-content .got-magazine-optin {
	height: 360px;
}
div.frame-content .got-magazine-optin .optin-input,
div.frame-content .got-magazine-optin .optin-button {
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}
div.frame-content .got-magazine-optin .optin-button {
	padding: 0 0 40px 0;
}
.got-usps {
	padding: 40px;
	overflow: hidden;
}
.got-usps h2 {
	text-align: center;
	font-size: 34px;
}
.got-usps-visual,
.got-usps-list {
	float: left;
	max-width: 50%;
}
	.got-usps-list li {
		color: #a7a7a7;
		font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
		font-weight: 300;
		text-shadow: 0 0 3px rgba(0,0,0,0.8);
	}
.frame-content div#block-carousel-landing div.what-is-intro h1 {
	font-size: 34px;
}
.frame-content div#magazine-optin.got-magazine-optin .block-contents h2 {
	font-size: 32px;
}

.go-to-next-section {
	width: 100%;
	text-align: center;
}
.go-to-next-section a {
	display: block;
	margin: 0 auto;
	width: 38px;
	height: 38px;
	text-decoration: none;
	background: url('../images/arrow_down.png') 0 0;
	position: relative;
	overflow: hidden;
}
/*.go-to-next-section a:hover {
	overflow: visible;
}
.go-to-next-section a:before {
	opacity: 0;
	content: attr(title);
	background: linear-gradient(#000,#222);
	text-decoration: none;
	background: #000;
	display: block;
	position: absolute;
	bottom: 44px;
	left: 50%;
	width: 150px;
	margin-left: -79px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform 0.9s;
	transition: transform 0.9s;
	padding: 4px;
	box-shadow: 0px 0px 3px 0px #000;
	z-index: 40;
}
.go-to-next-section a:after {
	z-index: 2;
	content: '▼';
	color: #000;
	opacity: 0;
	display: block;
	text-decoration: none;
	bottom: 31px;
	width: 150px;
	text-align: center;
	left: 50%;
	margin-left: -75px;
	position: absolute;
	border-radius: 4px;
}

.go-to-next-section a:hover:before,
.go-to-next-section a:focus:before,
.go-to-next-section a:active:before,
.go-to-next-section a:hover:after,
.go-to-next-section a:focus:after,
.go-to-next-section a:active:after {
	opacity: 1;
	display: block;
	visibility: visible;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}*/

.got-carousel-stamp {
	background: url('../images/price-month.png') 0 0;
	width: 103px;
	height: 103px;
	text-indent: -9999px;
	display: block;
	position: absolute;
    right: 135px;
    top: -10px;
    z-index: 50;
}
div#carousel-landing .got-carousel-stamp:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.frame-content .got-carousel-stamp {
	right: 45px;
	top: 130px;
}
div#carousel-landing .got-carousel-stamp:after {
	border-radius: 0;
	box-shadow: none;
	display: none;
}
div#carousel-landing .got-carousel-stamp:hover,
div#carousel-landing .got-carousel-stamp:active,
div#carousel-landing .got-carousel-stamp:focus {
	box-shadow: none;
	background-color: none;
}

.carousel-footer-social-holder {
	position:absolute;
	bottom:265px;
	width:100%;
}
.frame-content .carousel-footer-social-holder,
.got-block-carousel-landing .carousel-footer-social-holder {
	width:auto;
	margin:0 0 0 180px;
}

.frame-content .carousel-footer-social-holder {
	left:585px;
	top:475px;
	margin:0;
}
	.carousel-footer-social-holder .carousel-footer-social {
		margin: 0 auto;
		text-align: right;
    	width: 730px;
	}
	.frame-content .carousel-footer-social-holder .carousel-footer-social,
	.got-block-carousel-landing .carousel-footer-social-holder .carousel-footer-social  {
		width:auto;
	}
.button-social /* 35x35 round buttons that link to social media pages */ {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-indent: -9999em;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	text-align: left;
}
div.carousel-footer .carousel-footer-social a {
	margin: 0 0 0 5px;
}
.button-social-fb {
	background-image: url('../images/btn-round-fb.png');
}
.button-social-twitter {
	background-image: url('../images/btn-round-twitter.png');
}

.custom-checkbox {
	text-align: left;
}
.custom-checkbox .input-checkbox {
	float: none;
	margin-right: 5px;
	visibility: hidden;
	position: absolute;
	left: -9999em;
}
.custom-checkbox label {
	font-size: 16px;
	padding-left: 34px;
	min-height: 24px;
	padding-top: 3px;
	line-height: 1.1;
	display: inline-block;
	cursor: pointer;
	background: url('../images/checkbox.png') no-repeat 0 -117px;
}
.custom-checkbox label.checked {
	background-position: 0 0;
}

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

div.lightbox-content.quiz div.social-buttons {
	float: right;
	margin-left: 40px;
	margin-top: 15px;
}

label.custom-radio,
label.custom-checkbox {
	display: block;
	margin-bottom: 10px;
	position: relative;
}

label.custom-radio input,
label.custom-checkbox input {
	float: none;
	display: none;
}

.ie8 label.custom-radio input,
.ie8 label.custom-checkbox input {
	display: inline-block;
}

label.custom-radio span,
label.custom-checkbox span {
	float: none;
	padding-left: 26px;
	min-height: 24px;
	display: block;
}

label.custom-checkbox {
	font-weight: 300;
}

label.custom-checkbox a {
	color: #fff;
}

.ie8 label.custom-radio span,
.ie8 label.custom-checkbox span {
	padding-left: 0;
	display: inline;
}

label.custom-radio span:before,
label.custom-checkbox span:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 23px;
}

label.custom-radio span:before {
	background: url('../images/radio.png') no-repeat 0 -118px;
}

label.custom-checkbox span:before {
	background: url('../images/checkbox.png') no-repeat 0 -117px;
}

.ie8 label.custom-radio span:before,
.ie8 label.custom-checkbox span:before {
	display: none;
}

label.custom-radio input:checked + span:before,
label.custom-checkbox input:checked + span:before {
	background-position: 0 0;
}

div.quiz-content {
	background-color: #1a1a1a;
	border: 1px solid #2c2c2c;
	border-radius: 5px;
	margin-bottom: 20px;
}

div.quiz-content fieldset {
	padding: 30px;
	border-top: 1px solid #2c2c2c;
}

div.quiz-content fieldset:first-child {
	border-top: none;
}

div.quiz-content h2 {
	font-size: 24px;
}

div.quiz-content fieldset.submit {
	text-align: right;
}

div.quiz-content .thumbnails-list {
	max-width: none;
}

div.quiz-provider-show-all {
	margin-bottom: 20px;
	display: none;
}

.js div.quiz-provider-show-all {
	display: block;
}

.js label.radio-noprovider {
	display: none;
}

.js div.thumbnails-list.providers.quiz ul>li {
	display: none;
}

.js div.thumbnails-list.providers.quiz ul>li:first-child,
.js div.thumbnails-list.providers.quiz ul>li:first-child+li,
.js div.thumbnails-list.providers.quiz ul>li:first-child+li+li,
.js div.thumbnails-list.providers.quiz ul>li:first-child+li+li+li,
.js div.thumbnails-list.providers.quiz ul>li:first-child+li+li+li+li {
	display: block;
}

div.thumbnails-list.providers.quiz.show-all ul>li {
	display: block !important;
}

div.next-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

div.next-wrap a {
	display: block;
	width: 40px;
	height: 40px;
	background: url('../images/arrow_down.png') no-repeat;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
	outline: none;
}

/* on demand */
.lightbox-block.on-demand{
  position:relative;
  overflow: hidden;
}
.lightbox-content.on-demand {
  padding-top:120px !important;
}
.lightbox-content.on-demand * {
  text-align:center !important;
}
.lightbox-content.on-demand h1, .lightbox-content.on-demand h2{
  font-size: 44px;
  line-height: 1.5em;
  font-weight: 200;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
}
.lightbox-content.on-demand h2{
  font-size: 32px;
}
.lightbox-content.on-demand p{
  font-size:18px;
  color:#a7a7a7;
  font-weight:300;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
}
.lightbox-content.on-demand p.intro{
  font-size:24px;
}
.lightbox-content.on-demand .tel{
  font-size: 80px;
  line-height: 1.5em;
  font-weight: 200;
  color:#fff;
  display:block;
  margin:60px 0 20px 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;  
}
.lightbox-content.on-demand a{
  text-decoration:none;
}

.lightbox-content.on-demand .pick-label{
  margin: 50px 0 -20px 130px;
}
.lightbox-content.on-demand .label-heading{
  float:left;
  color:#fff;
  font-size:20px;
  text-transform:none;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-weight:300;
  margin:5px 20px 0 0;
}
.lightbox-content.on-demand .input-select-holder{
  width:290px;
}
.lightbox-content.on-demand .input-select-holder select{
  text-align:left !important;
}
.lightbox-block .background-visual{
  background: url('../images/on-demand/bg.jpg') no-repeat;
  background-size: 130% auto;
  background-position:top center;
  position: absolute;
  width: 100%;
  min-width:960px;
  height: 860px;
  top: 0;
  z-index: -1;
}
.lightbox-block .background-visual.small{
  height: 590px;
}
.lightbox-content.on-demand .visuals{
  position:relative;
}
.lightbox-content.on-demand .visuals.small{
  margin-top:-20px;
}
.lightbox-content.on-demand .visuals .tv{
  max-width:100%;
  height:auto;
}
.lightbox-content.on-demand .visuals .tv.small{
  margin-top:70px;
}
.lightbox-content.on-demand .glow{
  width:1340px;
  height:auto;
  position:absolute;
  left:-230px;
  bottom:-10px;
  z-index:-1;
}
.lightbox-content.on-demand .glow.small{
  bottom: -30px;
}
.lightbox-content.on-demand .glow.float{
  top: 370px;
  bottom: auto;
}

.lightbox-content.on-demand .visuals .badge{
  position: absolute;
  top: 85px;
  left: 105px;
}
.lightbox-content.on-demand .visuals .badge img.logo{
  height: auto;
  left: 42px;
  max-width: 70px;
  position: relative;
  top: 70px;
  width: 100%;
}
.lightbox-content.on-demand .visuals .badge img.bg{
  width:229px;
  height:229px;
}

.lightbox-content.on-demand .buttons{
  background-color:#000;
  border:2px solid #3b3f41;
  border-radius:5px;
  height:80px;
  width:780px;
  margin:70px auto 30px auto;
  
  background: #212121; /* Old browsers */
  background: -moz-linear-gradient(top, #212121 0%, #141414 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(100%,#141414)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #212121 0%,#141414 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #212121 0%,#141414 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #212121 0%,#141414 100%); /* IE10+ */
  background: linear-gradient(to bottom, #212121 0%,#141414 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
}
.lightbox-content.on-demand .buttons.small{
  width:440px;
  margin:40px auto 30px auto;
}
.lightbox-content.on-demand .buttons p, .lightbox-content.on-demand .buttons a{
  display:block;
  float:left;
  height:100%;
  padding-top:16px;
  box-sizing:border-box;
}
.lightbox-content.on-demand .buttons a:hover{
  background: #393939; /* Old browsers */
  background: -moz-linear-gradient(top, #393939 0%, #1f1f1f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393939), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #393939 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #393939 0%,#1f1f1f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #393939 0%,#1f1f1f 100%); /* IE10+ */
  background: linear-gradient(to bottom, #393939 0%,#1f1f1f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
}

.lightbox-content.on-demand .buttons p{
  width:22%;
  color:#fff !important;
  font-size:16px;
  padding:25px 10px;
}
.lightbox-content.on-demand .buttons a{
  width:26%;
  border-left:1px solid #3b3f41;
  text-decoration:none;
  color:#fff;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-weight:500;
}
.lightbox-content.on-demand .buttons.small a{
  width:50%;
}
.lightbox-content.on-demand .buttons.small a:first-child{
  border-left:none;
}
.lightbox-content.on-demand .buttons a img{
  float:left;
  margin:0px 0px 0px 20px;
}
.lightbox-content.on-demand .buttons a span{
  display:block;
  float:right;
  margin:12px 0 0 0;
  text-align:left !important;
  width:50%;
  left: -10px;
}
.lightbox-content.on-demand .buttons .line-2{
  position:relative;
  top:-12px;
  line-height:23px;
}

.lightbox-content.on-demand .slideshow-holder{
  position:relative;
  margin:70px auto;
  width:770px;
}
.lightbox-content.on-demand .slideshow-overlay{
  width:100%;
  height:100%;
  background:url("../images/bg_black80.png");
  position: absolute;
  z-index: 2;
  padding-top: 120px;
}
.lightbox-content.on-demand .slideshow-overlay p{
  color:#fff !important;
}
.lightbox-content.on-demand .slideshow-holder .next, .lightbox-content.on-demand .slideshow-holder .prev{
  position:absolute;
  top:200px;
  z-index:10;
}

#owl-demand-tv .owl-carousel.hidden{
  display:none !important;
}

.lightbox-content.on-demand .slideshow-holder .next{
  right:-70px;
  
  -webkit-appearance: none;
  width: 51px;
  height: 51px;
  border: none;
  background: url('../images/carousel_arrows.png') no-repeat -51px 0;
  position: absolute;
  outline: none;
}
.lightbox-content.on-demand .slideshow-holder .next:hover{
  background-position: -51px -51px;
}
.lightbox-content.on-demand .slideshow-holder .prev{
  left:-70px;
  
  -webkit-appearance: none;
  width: 51px;
  height: 51px;
  border: none;
  background: url('../images/carousel_arrows.png') no-repeat 0 0;
  position: absolute;
  outline: none;
}
.lightbox-content.on-demand .slideshow-holder .prev:hover{
background-position: 0 -51px;
}

.lightbox-content.on-demand .owl-carousel .item .image-container{
  position:relative;
}

.lightbox-content.on-demand .owl-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}

.lightbox-content.on-demand .owl-carousel .gradient{
  width:100%;
  height:141px;
  position:absolute;
  bottom:0;
  background:url("/images/on-demand/carousel-gradient.png") repeat-x;
}

.lightbox-content.on-demand .owl-carousel .item p{
  font-size:22px;
  margin:30px 0;
}
.lightbox-content.on-demand .owl-carousel .item p strong{
  color:#fff;
  font-weight: 400;
}

#landing-footer{
	position:relative;
	height:90px;
	max-width:1220px;
	min-width:960px;
	margin:0 auto;
}