




* {
	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: 850px;
}

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;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;

}

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


.mobile-only {
	display:none;
}


header {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	opacity:1;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.player-on header {
	opacity:0;
}

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

video { 
	position: absolute;
}


p {
	text-transform: uppercase;
	line-height: 1;
    text-align: left;
    color: #3c3c3c;
}

a p,
a {
	color: #4f4f4f;
}

a:hover {
	color: #fff;
}

footer {
	position: absolute;
	opacity: 0;
	display: table;
	z-index: 1;
	color: #4f4f4f;
	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;
}

.rating{
	width: 14.5em;
}

.flags {
	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: 1.3em;
}

footer > ul.right > li > ul {
    float: right;
    text-align: right;
    width: 100%;
}

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

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

.share li img {
	width: 5.4em;
}


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

.share a {
	display:block;
	width: 5em;
}

.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;
}

.tt {
	width: 87em;
}

.poster {
	height:87%;
	width:100%;
	position: absolute;
}

.poster img {
	height:86%;
}

.release {
	width: 40.5em;
}

.cta {
	font-family: "Abel", sans-serif;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	color: #608F78;
}

.tm {
	display: inline-block;
	vertical-align: super;
	font-size: 45%;
	position: relative;
	top: -2px;
	left: 2px;
}

.watchtix {
    display: block;
}

.watchtix2 {
    display: block;
	margin-bottom: 30px;
}

.spacer {
	width: 50px;
	height: 50px;
	display: block;
}

.watch {
	vertical-align: middle;
    display: inline-block;
    padding: 2.2em 2em 1em;
    opacity:1;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.pipe {
	vertical-align: middle;
	background: url(../images/pipe.png);
	width: 9px;
	height: 68px;
	display: inline-block;
}

.tickets {
	vertical-align: middle;
    display: inline-block;
    padding: 2.2em 2em 1em;
    opacity:1;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}


.watch img {
	height: 35px;
}
.tickets img {
	height: 35px;
}
.blu {
	vertical-align: middle;
    display: inline-block;
    padding: 2.2em 2em 1em;
    opacity:1;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blu img {
	height: 35px;
}
.digital {
	vertical-align: middle;
    display: inline-block;
    padding: 2.2em 2em 1em;
    opacity:1;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.digital img {
	height: 35px;
}

.player-on .tt,
.player-on .release {
	opacity: 0;
}

.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;
	top:0;
	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 .tt,
.animation-on .release,
.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;
}


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

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

@media only screen and (min-width:1920px) {
	iframe {
		margin-top: -42em;
		height: 84em;
	}
}




@media only screen and (max-width:768px) {
	.cta .divider {
		display: none;
	}

	.cta nobr {
		display: block;
	}

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


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

	.wrapper {

	}

	p {
		text-align: center;
	}

	header {

	}

	iframe {
		width: 57em;
		height: 32em;
		margin-top: 3em;
	}

	.share {
		position: relative;
		right: auto;
		top: auto;
		margin: 3em auto;
		padding-top: 23em;
	}

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



	footer {
		display: block;
		position: relative;
		text-align: center;
		margin-top: 5em;
	}


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

    footer > ul > li {
    	display: block;
    }

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



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

	footer > ul.right > li > ul {
		margin: 3em 0em 4em;
	}


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

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

	}

	footer > ul.right > li > ul {
		float:none;
		text-align: center;
	}

	footer > ul.right > li > ul > li a {
		color: #6c6c6c;
		font-size: 1.6em;
	}

	footer > ul.right > li p {
		color: #6c6c6c;
	    font-size: 1.4em;
	}

	.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;
	}


	.tt,
	.release {
		width: 90%;
		opacity:1 !important;
	}
	
	.poster {
		height:auto;
		width:100%;
		opacity: 1 !important;
		position: relative;
		margin:auto;
	}

	.poster img {
		width:100%;
		height: auto;
	}

	.player {
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 0em;
		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: 18em;
		top: auto;
	}



	.tickets {
  		padding: 1.5em;
	}

	.tickets img {
		height: auto;
		width: 15.1em;
	}

	.blu img {
		height: auto;
		width: 25.1em;
	}

	.digital img {
		height: auto;
		width: 27.1em;
	}
}







