/* Global */

html {
	height: 100%;
}

body {
	font-family: 'Exo 2', sans-serif;
	font-weight: 200;
	font-size: 1em;
	color: #fff;
	background-color:#111;
	height: 100%;
}

.wrapper {
	width: 90%;
	padding: 0 5%;
	max-width: 1172px;
	margin: 0 auto;
}



img {
	max-width: 100%;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}



/*Typography ********************/


h1 {
	font-weight: 100;
}

#mailingList h1 {
	margin-top: 0;
}

h2, h3, h4 {
	font-weight: 200;
}

.credits {
	font-family: 'Dorsa', sans-serif;
	text-transform: uppercase;
	font-size: 3em;
	text-align: center;
	color: #9c9c9c;
}

.small-credits { font-size: .75em; }

.nowrap {
	white-space: nowrap;
}

.theater p, .netflix p { margin: .5em 0; }

.attribution {
	text-align: center;
	color: #9c9c9c;
}


/* Icons *********************************/

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'PTL-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 5px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-down13:before {
	content: "\e600";
}
.icon-facebook18:before {
	content: "\e601";
}


/* links *********************** links */


a:link, a:visited {
	color: #e3e3e3;
	text-decoration: none;
}
a:hover {
	color: #33cccc;
	text-decoration: none;
}

/* Main menu *********************** Main menu */

#menu {
	margin: 0 auto;
	width: 100%;
	padding: 24px 0 18px 0;
	position: fixed;
    top: 0;
	z-index: 3;
	background: #111;
}


#logo {
	float: left;
}

.navigation {
	list-style: none;
	margin: 22px 0 0 0;
	float: right;
	text-align: right;
}

.navigation li {
		display: inline;
		padding: 0 0 0 30px;
		margin-bottom: 24px;
	}

.navigation li a {
	text-transform: uppercase;
	margin-bottom: 18px;
	display: inline-block;
}

.navigation li:hover {
}



/* buttons *********************** button pack */

a.theater, a.theater:visited {
	background-color: #111;
	border: 1px solid #fff;
	text-align: center;
	padding: 24px 0;
	color: #fff;
	border-radius: 3px;
	display: block;
	transition-duration: .2s;
	-webkit-duration: .2s;
	-moz-duration: .2s;
	-o-duration: .2s;
}

a.theater:hover {
	background: #077e89;
	border: 1px solid #077e89;
}


a.netflix, a.netflix:visited { 
	background-color: #111;
	border: 1px solid #ff3333;
	text-align: center;
	padding: 24px 0 18px 0;
	color: #fff;
	border-radius: 3px;
	display: block;
	transition-duration: .2s;
	-webkit-duration: .2s;
	-moz-duration: .2s;
	-o-duration: .2s;
}

a.netflix:hover {
	background: #ff3333;
	border: 1px solid #ff3333;
}



a.button, a.button:visited { 
	background-color: #111;
	border: 1px solid #fff;
	text-align: center;
	padding: 2em 0;
	margin-top: 0;
	color: #fff;
	border-radius: 3px;
	display: block;
	transition-duration: .2s;
	-webkit-duration: .2s;
	-moz-duration: .2s;
	-o-duration: .2s;
}

a.button:hover {
	background: #077e89;
	border: 1px solid #077e89;
}

a.fb-button, a.button:visited { 
	background-color: #111;
	border: 1px solid #5471bd;
	text-align: center;
	padding: 2em 0;
	margin-top: 2em;
	color: #fff;
	border-radius: 3px;
	display: block;
	transition-duration: .2s;
	-webkit-duration: .2s;
	-moz-duration: .2s;
	-o-duration: .2s;
}

a.fb-button:hover {
	background: #5471bd;
	border: 1px solid #5471bd;
}

/* contact form button ******/

#mc_signup_submit {
	font-family: 'Exo 2', sans-serif;
	font-weight: 200;
	font-size: 1.25em;
	background-color: #111;
	border: 1px solid #fff;
	text-align: center;
	padding: 1em;
	margin-top: 1.5em;
	color: #fff;
	border-radius: 3px;
	display: block;
	transition-duration: .2s;
	-webkit-duration: .2s;
	-moz-duration: .2s;
	-o-duration: .2s;
}

#mc_signup_submit:hover {
	background: #077e89;
	border: 1px solid #077e89;
}

.mc_signup_submit {
	margin-bottom: 30px;
}


/* the rest of the signup form ****************/

.mc_var_label, .mc_interest_label {
	display: block;
	margin-bottom: 0.75em;
	font-size: 1em;
}

.mc_input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	border-radius: 3px;
}

.mc_input {
	font-size: 1.12em;
	padding: .5em;
	margin: .75em 0 0 0;
	color: #999;
}



/*Containers ********************/


#logo {
	width: 23%;
	margin: 0 4% 0 0;
	float: left;
	display: block;
}

#laurel {
	width: 11%;
	margin: 0 1% 0 0;
	float: left;
	display: block;
}

#main-navigation {
	width: 61%;
	margin: 0;
	float: right;
	display: block;
}

#footer-logos {
	text-align: center;
	margin-bottom: 0;
}

.laurel {
	text-align: center;
}

.credit-margin {
	padding-top: 18px;
}

#smallLogo {
	display: none;
}

a.anchorTrailer, a.anchorScreenings {
	display: block; 
	position: relative; 
	top: -36px; 
	visibility: hidden;
}

a.anchorMailing {
	display: block; 
	position: relative; 
	top: -102px; 
	visibility: hidden;
}


/* slides *********************** slides */

#top { 
	background: #1f1f1f url("../images/vector.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-repeat:no-repeat;
	background-position:50% 0; 
	position:relative;
	min-height:948px;
	padding: 30px 0;
	background-size: auto 100%;
	height: 100%;
}
 
#complete { 	
	background: #1f1f1f url("../images/finished.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-repeat:no-repeat;
	background-position:50% 0; 
	position:relative;
	min-height:948px;
	padding: 30px 0;
	background-size: auto 100%;
	height: 100%;
}

#trailer { 	
	background: #111;
	padding: 60px 0;
}

#mailingList { 
	background: url("../images/geo.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-repeat: repeat-y;
	background-position:100% 0; 
	position:relative;
	background-size: 100% auto;
	padding: 60px 0 30px 0;
}

#whereToSee { 
	background: #111;
	padding: 60px 0 0 0;
}

#acknowledgeOne { 
	background: #111;
	padding: 0 0 60px 0;
}

#acknowledgeTwo { 
	background: #111;
	padding: 60px 0;
}



/*Video*inline************************/

.video {
  width: 100%;
  padding: 0;
}

.video p { margin-bottom: 0; }

#video-wrapper { 
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

	#logo {
		width: 48%;
	}

	#laurel {
		width: 48%;
		margin: 0;
		float: right;
		text-align: right;
	}

	#main-navigation {
		width: 100%;
		margin: 0;
		float: left;
	}

	#top, #complete { display: none; }

	#trailer { padding-top: 138px; }

	#mailingList { padding: 30px 0 0 0; }

	#whereToSee { padding: 30px 0 0 0; }

	#acknowledgeOne { padding: 0 0 30px 0; }

	#acknowledgeTwo { padding: 60px 0 30px 0; }

	a.anchorTrailer { top: -60px; }

	a.anchorScreenings { top: -108px; }

	a.anchorMailing { top: -138px; }

	.navigation {
		list-style: none;
		margin: 22px 0 0 0;
		float: left;
		text-align: left;
	}

	ul.navigation {
		padding-left: 0;
		clear: both;
	}	

	.navigation li {
		display: inline;
		padding: 0 30px 0 0;
	}

	.navigation li a { margin-bottom: 0; }


	#mailingList { 
		background: #111;
	}


}


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

	a.fb-button, a.button:visited { margin-top: 1em; }

	#mc_signup_submit { margin-top: 1em; }

	a.theater, a.theater:visited { margin-bottom: 1em; }

}

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

	.navigation li {
		display: list-item;
	}

	#trailer { padding: 234px 0 30px 0; }

	#mailingList { padding: 18px 0; }

	#whereToSee { padding: 18px 0 0 0; }

	#acknowledgeOne { padding: 0 0 18px 0; }

	#acknowledgeTwo { padding: 42px 0 18px 0; }

	a.anchorMailing { top: -246px; }

	a.anchorTrailer { top: 0; }

	a.anchorScreenings { top: -210px; }

	#menu {	padding-bottom: 0; }

}


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

	#logo {
		width: 75%;
		padding-top: 12px;
	}

	#laurel {
		width: 18%;
	}

	#largeLogo { display: none; }

	#smallLogo {
		display: block;
	}

	#trailer { padding: 0 0 30px 0; clear: both;}

	a.anchorMailing { top: 0; }

	a.anchorTrailer { top: 216px; }

	a.anchorScreenings { top: 30px; }

	.drop { display: none; }

	#menu {
		position: relative;
	}

	

}




