/*
 * WINWIN.PARTY
 * NETRO - INTERNET AGENCY, BERLIN
 * http://netro.cc/
 * EMBED: http://embedresponsively.com/
 */

html, body {
	margin:0;
	padding:0;
	min-height:100%;
}
body {
	font-family:'WINWIN', Sans-Serif;
	font-weight:bold;
	font-size:28px; /* */
	color:#ffff00;
	background-color:#000;
}
h1, h2, h3, h4 {
	text-transform:uppercase;
}    
h1, h2 {
	font-family:'WINWIN-Outline', Sans-Serif;
	font-weight:normal;
	font-size:22vw; /* */
}
h3 {
	font-size:46px; /* */
}
h3.thanksfill {
	display:inline-block;
	padding: 9px 10px;
	background-color:#ffff00;
	color:#000000;
	border:2px solid #ffff00;
}
h3.thanksoutline  {
	display: inline-block;
	padding: 9px 10px;
	background-color:#000000;
	color:#ffff00;
	border:2px solid #ffff00;
}
h4 {
	font-size:32px; /* */
}
p {
	line-height:110%; /*Alex*/
}
p.left { /*Alex*/
	text-align: left;
	font-weight:normal;
}
p.filmography { /*Alex*/
	font-weight:normal;
	text-decoration: underline;
	margin-bottom: .25em;
}
p.crewheadlineleft { /*Alex*/
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: .25em;
}
p.crewheadlineright { /*Alex*/
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: .32em;
}
p.crewtext { /*Alex*/
	font-weight: bold;
}
p.thanks {
	line-height:115%;
	font-size:20px; /* */
}
ul.text { /*Alex*/
	font-weight:normal;
	list-style-position: outside;
	padding-left: 1.2em;
}
blockquote {
	font-size:70px; /* */
	text-transform:uppercase;
}
blockquote.reviews {
	font-size:46px; /* */
	text-transform:none;
}
a {
	color:#ffff00;
	text-decoration:none;
}
img {
	max-width:100%;
}
td {
	padding: 0 0 2px 0; /*Alex*/
}
video {
	position:fixed;
	left:50%;
	top:50%;
	z-index:-2;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
div#bb {
	width:100%;
	height:100%;
	position:fixed;
	z-index:-1;
	background-color:#000;
}
div#loading {
	position:fixed;
    text-align:center;
	left:50%;
	top:80%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

div#mobileBtn {
	display:none;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:3;
	padding:12px 4px;
	color:#ff0;
	background-color:#000;
	text-align:center;
	cursor:pointer;
}
ul#nav {
	display:none;
	position:fixed;
	top:4px;
	left:4px;
	z-index:4;
}
ul#lang {
	display:none;
	position:fixed;
	top:4px;
	right:4px;
	z-index:4;
	text-align:right;
}
ul#nav li, ul#lang li {
	display:inline-block;
	margin:0 3px;
}
ul#lang img {
	padding:0px 8px 2px;
	vertical-align:bottom;
}


div.category {
	width:100%;
	position:fixed;
	top:100%;
	text-align:center;
	z-index:2;
	pointer-events:none;
}
div.content {
	max-width:980px;
	margin:0 auto;
	padding:50vh 20px;
	text-align:center;
}
div#skrollr-body {
	position:fixed;
	top:100%;
	z-index:1;
	width:100%;
}
div#winwin {
	width:100%;
	position:fixed;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	text-align:center;
	z-index:0;
}
div#trailer {
	max-width:980px;
	margin:0 auto;
	padding:0 20px 50vh;
	text-align:center;
}

div#trailerContainer {
	width:980px;
	height:735px;
}
div#trailerContainer iframe {
	width:100%;
	height:100%;
}
div#posterContainer {
	
}

div.row {
	overflow:visible ;
	text-align:center;
}
div.biobox {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	border:2px solid;
	max-width:980px; /*Alex*/
	margin:0 0 50px 0; /*Alex*/
	padding:10px;
}
div.crewbox {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	border:0px;
	width:37%;
	min-width:300px;
	padding:0 4%;
	margin:0;
	word-wrap:break-word;
}
div.thanksone {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	border:0px;
	width:100%;
    max-width:900px;
	margin:0;
	padding:0;
}
div.thankstwo {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	border:0px;
	width:37%;
	min-width:300px;
	padding:0 4%;
	margin:0;
	word-wrap:break-word;
}
div.thanksart {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	border:2px solid;
	width:72%;
	min-width:320px;
	padding:20px 0 0;
	margin:0;
	word-wrap:break-word;
}



@media (max-width: 480px) {
	body {
		-webkit-text-size-adjust: none;
		font-size:16px; /* */
	}
	p.thanks {
		font-size:14px; /* */
	}
	h3 {
		font-size:28px; /* */
	}
	h4 {
		font-size:18px; /* */
	}
	blockquote {
		font-size:25px; /* */
	}
    blockquote.reviews {
		font-size:22px; /* */
    }
	video {
		display:none;
	}
	ul#nav li, ul#lang li {
		display:block;
		padding-bottom:18px;
        padding-left:10px;
        padding-right:10px;
	}
	ul#nav, ul#lang {
		top:56px;
	}
	ul#lang img {
		padding:0px 1px 1px;
	}
	div#trailerContainer {
		display:none;
	}
}
@media (min-width: 480px) and (max-width: 720px) {
	body {
		-webkit-text-size-adjust: none;
		font-size:20px; /* */
	}
	p.thanks {
		font-size:16px; /* */
	}
	h3 {
		font-size:35px; /* */
	}
	h4 {
		font-size:23px; /* */
	}
	blockquote {
		font-size:40px; /* */
	}
    blockquote.reviews {
		font-size:28px; /* */
    }
	video {
		display:none;
	}
	ul#nav li, ul#lang li {
		display:block;
		padding-bottom:22px;
        padding-left:16px;
        padding-right:16px;
	}
	ul#nav, ul#lang {
		top:56px;
	}
	ul#lang img {
		padding:0px 1px 1px;
	}
	div#trailerContainer {
		display:none;
	}
}
@media (min-width: 720px) and (max-width: 1024px) {
	body {
		-webkit-text-size-adjust: none;
		font-size:22px; /* */
	}
	p.thanks {
		font-size:18px; /* */
	}
	h3 {
		font-size:40px; /* */
	}
	h4 {
		font-size:26px; /* */
	}
	blockquote {
		font-size:50px; /* */
	}
    blockquote.reviews {
		font-size:30px; /* */
    }
	video {
		display:none;
	}
	ul#nav li, ul#lang li {
		display:block;
		padding-bottom:24px;
        padding-left:18px;
        padding-right:18px;
	}
	ul#nav, ul#lang {
		top:56px;
	}
	ul#lang img {
		padding:0px 1px 1px;
	}
	div#trailerContainer {
		display:none;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	body {
		-webkit-text-size-adjust: none;
		font-size:24px; /* */
	}
	p.thanks {
		font-size:20px; /* */
	}
	h3 {
		font-size:45px; /* */
	}
	h4 {
		font-size:29px; /* */
	}
	blockquote {
		font-size:60px; /* */
	}
    blockquote.reviews {
		font-size:34px; /* */
    }
	div#mobileFiller {
		display:none;
	}
	div#posterContainer {
		display:none;
	}
}
@media (min-width: 1280px) {
	body {
		-webkit-text-size-adjust: none;
		font-size:28px; /* */
	}
	p.thanks {
		font-size:20px; /* */
	}
	h3 {
		font-size:50px; /* */
	}
	h4 {
		font-size:32px; /* */
	}
	blockquote {
		font-size:70px; /* */
	}
    blockquote.reviews {
		font-size:44px; /* */
    }
	div#mobileFiller {
		display:none;
	}
	div#posterContainer {
		display:none;
	}
}