

/*		GENERAL		===============================================*/




* {
	margin:0;
	padding:0;
}

a, img {
    border:none;
    outline:0 none;
    text-decoration: none;
}

html,
body{
	height: 100%;
	width: 100%;
	color: #e2d5c3;
	background: #000;
	min-height: 768px;
}

li {
	list-style: none outside none;
}

p {
	font-size: 1.15em;
}

.invisible {
	visibility: hidden;
}

.no-scroll {
	overflow: hidden !important;
	height: 100% !important;
	width: 100% !important;
}

.v-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.anim {
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}


.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    background: url(../images/bg.jpg) no-repeat scroll 100% 50% / cover;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;

}

.wrapper.animation-on {
	visibility: visible;
    opacity: 1;
}


.mobile-only {
	display:none;
}


header {
	width: 100%;
	height: 60%;
	position: absolute;
	background: url(../images/tt.png) no-repeat scroll 50% 50%;
	z-index: 0;
	opacity:1;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.player-on header {
	opacity:0;
	-webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

header > img {
	width: 98.1em;
	height: 42.2em;
}

video { 
	position: absolute;
}


p {
	text-transform: uppercase;
	line-height: 1.2;
    text-align: left;
    color: #e2d5c3;
}

a {
	color: #e2d5c3;
}

a:hover {
	color: #fff;
}

footer {
	position: absolute;
	opacity: 0;
	display: table;
	z-index: 1;
	color: #000;
	font-family: "Abel", sans-serif;
	line-height: 1.7;
	bottom: 0;
	width: 100%;
	text-transform: uppercase;
}

footer a:hover p {
	color: #fff;
}



footer ul {
	display: table-cell;
}

footer > ul > li {
	display: table-cell;
	vertical-align: middle;
}

.sky{
	width: 11.6em;
}

.bad{
	width: 3.9em;
}

.paramount {
	width: 5.2em;
}

footer > ul.left > li:nth-child(3) img{
	width: 14.5em;
}

footer > ul.left > li:nth-child(4) img{
	width: 15em;
	margin: 0.3em 0;
}

footer > ul > li {
	padding: 0em 1em;
}


footer > ul.right {
	vertical-align: middle;
}


footer > ul.right > li {
	float: right;
	vertical-align: middle;
}




footer > ul.right > li > ul > li {
	display: inline-block;
	margin: 0em 1em;
}

footer > ul.right > li > ul > li:last-child {
	margin: 0em 0em 0em 1em;
}

footer > ul.right > li > ul > li a {
	font-size: 1.4em;
}

footer > ul.right > li p {
	text-align: right;
	font-size: 0.9em;
	color: #e2d5c3;
}

.share {
	position: absolute;
	right: 2em;
	top: 2em;
}

.share li{
	display: inline-block;
	margin: 0em;
	vertical-align: middle;
}

.share li:first-child img {
	width: 2.6em;
}

.share li:last-child img {
	width: 5.4em;
}

.share a img{
	-webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.share a:hover img{
	-webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}



.credits {
	position: absolute;
	bottom: -55em;
	text-align: center;
	padding: 2em;
	background: #000;
	width: 100%;
	z-index: 3;
}

.credits.open { 
	bottom: 0;
}

.player > a,
.credits > a {
	position: absolute;
	right: 6em;
	top: 2em;
	font-family: "Abel", sans-serif;
}

.player > a span,
.credits > a span {
	font-size: 2em;
}

.credits > img {
	width: 110em;
}

.synopsis {
	width: 100em;
	position: absolute;
	top: 70%;
	
	
	left: 50%;
	margin-left: -50em;
}

.synopsis p {
	font-size: 1.7em;
	color: #000;
	font-family: "Abel", sans-serif;
}

.synopsis {
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.player-on .synopsis {
	opacity:0;
	-webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

.release {
	top: 60%;
	left: 50%;
	position: absolute;
	width: 44.6em;
	height: 5em;
	margin-left: -22.3em;
}

.watch {
	background: rgba(0,0,0,0.3) linear-gradient(to bottom, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 50%) repeat scroll left bottom / 100% 200%;
    top: 70%;
    display: block;
    left: 50%;
    margin-left: -13em;
    padding: 1.2em 1em 1em;
    position: absolute;
    width: 26em;
    opacity:1;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.watch:hover {
	background: rgba(0,0,0,0.3) linear-gradient(to bottom, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%) repeat scroll left top / 100% 200%;
}

.watch img {
	width: 25.1em;
}

.player-on .watch {
	opacity:0;
	-webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

.player {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 5;
	opacity:0;
	-webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.player-on .player {
	opacity:1;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

iframe {
	position: relative;
	width: 100%;
	height: 60em;
	top: 50%;
	margin-top: -30em;
	opacity:0;
}

.animation-on iframe {
	opacity: 1;
}

.animation-on footer {
	opacity: 1;
}

.wrapper.animation-on{
	-webkit-transition: opacity 0.9s ease-out 1s;
    -ms-transition: opacity 0.9s ease-out 1s;
    transition: opacity 0.9s ease-out 1s;
}

.animation-on header,
.animation-on .player {
	-webkit-transition: transform 1s ease, opacity 1s ease;
    -ms-transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
}



.animation-on .share a img{
	-webkit-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.animation-on .credits {
	-webkit-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
}



.animation-on iframe{
	-webkit-transition: opacity 0.5s linear 1.5s;
    -ms-transition: opacity 0.5s linear 1.5s;
    transition: opacity 0.5s linear 1.5s;
}

.animation-on footer{
	-webkit-transition: opacity 0.5s linear 1.7s;
    -ms-transition: opacity 0.5s linear 1.7s;
    transition: opacity 0.5s linear 1.7s;
}

.animation-on a p,
.animation-on a{
	-webkit-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}


.animation-on.player-on .watch {
	-webkit-transition: transform 1s ease, opacity 1s ease, background 0.3s ease;
    -ms-transition: transform 1s ease, opacity 1s ease , background 0.3s ease;
    transition: transform 1s ease, opacity 1s ease , background 0.3s ease;
}

.animation-on .watch {
	-webkit-transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, background 0.3s ease;
    -ms-transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, background 0.3s ease;
    transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, background 0.3s ease;
}

.animation-on .synopsis {
	-webkit-transition: transform 1s ease 0.4s, opacity 1s ease 0.4s, background 0.4s ease;
    -ms-transition: transform 1s ease 0.4s, opacity 1s ease 0.4s, background 0.4s ease;
    transition: transform 1s ease 0.4s, opacity 1s ease 0.4s, background 0.4s ease;
}



@media only screen and (max-width:1200px) {
	header {
		background: url(../images/tt.png) no-repeat scroll 50% 70% / 60%;
	}
}

@media only screen and (min-width:1600px) {
	iframe {
		margin-top: -35em;
		height: 70em;
	}
}

@media only screen and (min-width:2200px) {
	header {
		-webkit-transform: scale(1.3, 1.3);
	    -ms-transform: scale(1.3, 1.3);
	    transform: scale(1.3, 1.3);
	}
}


@media only screen and (max-width:1200px) {
	header {
		background: url(../images/tt.png) no-repeat scroll 50% 70% / 60%;
	}
}



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


	.mobile-only {
		display: block !important;
	}


	.desktop-only {
		display: none !important;
	}

	.wrapper {
		background: url(../images/mobile-bg.jpg) no-repeat scroll 50% 0% / 100%;

	}

	p {
		text-align: center;
	}

	header {
		background: url(../images/tt.png) no-repeat scroll 50% 5% / 90%;
	}

	.share {
		position: relative;
		right: auto;
		top: auto;
		margin: 2em auto;
		
	}

	.share li {
		margin: 0em 1.5em;
	}

	video {
		display:none;
	}


	footer {
		display: block;
		position: relative;
		text-align: center;
	}


	footer ul {
    	display: block;
    	width: 100%;
    }

    footer > ul > li {
    	display: block;
    }

    footer ul li {
    	margin: 2em 0;
    }



	footer > ul.right > li {
		float: none;
	}

	footer > ul.right > li > ul {
		margin-bottom: 2em;
	}


	footer > ul.right > li > ul > li {
    	display: block;
    	vertical-align: middle;
    }
	

	footer > ul.right > li p {
	    text-align: center;

	}

	.partner li{
		display: inline-block !important;
		margin: 0em 1em !important;
	}

	.credits {
		bottom: auto;
		position: relative;
		background: transparent;
		padding: 0;
		margin-bottom: 4em;
	}

	.credits > img {
		width: 90%;
		margin: 0 auto;
		height: auto;
	}

	.player {
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 40em;
		background: transparent;
	}

	header,
	.player {
		opacity: 1 !important;
    	-webkit-transform: scale(1, 1) !important;
    	-ms-transform: scale(1, 1) !important;
    	transform: scale(1, 1) !important;
	}

	.player iframe {
		width: 100%;
		height: 20em;
		top: auto;
		margin-top: -16em;
	}


	.synopsis {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin-left: 0em;
	}

	.synopsis p {
		font-size: 1.5em;
		color: #e2d5c3;
		text-align: left;
		padding: 1em;
		text-transform: none;
	}

	.release {
	    top: 17em;
	    left: 15%;
	    position: absolute;
	    width: 70%;
	    height: auto;
	    margin-left: 0;
	}

}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	
	header {
		background: url(../images/tt@2x.png) no-repeat scroll 50% 50% / 900px;
	}
}

@media 
only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width:768px) and (   min--moz-device-pixel-ratio: 2),
only screen and (max-width:768px) and (     -o-min-device-pixel-ratio: 2/1),
only screen and (max-width:768px) and (        min-device-pixel-ratio: 2),
only screen and (max-width:768px) and (                min-resolution: 192dpi),
only screen and (max-width:768px)  and (                min-resolution: 2dppx) {
	header {
		background: url(../images/tt@2x.png) no-repeat scroll 50% 5% / 90%;
	}
}







