/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: .875em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



html,
body {
	height: 100%;
	background: #fdfaf6 url('../img/bg-texture.jpg') top center no-repeat;
	background-size: cover;
	font-size: 1em;
}
a {
	color: #c16e63;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #eb8679;
}
h1 {
	text-transform: uppercase;
	margin-top: 0;
}
h2 {
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 300;
	margin: 0.5em 0 .2em;
	color: #c16e63;
}
	h2 small {
		display: block;
		color: #666;
		text-transform: none;
		font-weight: 300;
	}
* + h2 {
	margin-top: 40px;
}
table {
	width: 100%;
}
tr {
	border-top: 1px solid #f0ece4;
}
tr:first-child {
	border-top: none;
}
tr:nth-child(odd) {
	background-color: #fff;
}
th, td {
	vertical-align: top;
	padding: 2px 4px;
}
th {
	text-align: left;
	background-color: #c16e63;
	color: #fff;
	font-weight: 300;
}
th.th-date {
	width: 25%;
}
th.th-time {
	width: 20%;
	padding-left: 3px;
	padding-right: 3px;
}
section {
	position: relative;
}
.section-major {
	border-bottom: 1px solid #c16e63;
}
.inner {
	padding-left: 15px;
	padding-right: 15px;
}
dl {
	margin-top: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
dd + dt {
	margin-top: 10px;
}

/* Jacked from Bootstrap 3.2 */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}


.wrap-video-container {
	background-color: #000;
	margin-bottom: 20px;
	height: 1px;
	overflow: hidden;
	transition: height .5s ease-in-out;
		-webkit-transition: height .5s ease-in-out;
		-moz-transition: height .5s ease-in-out;
		-o-transition: height .5s ease-in-out;
}
	.video-close {
		-webkit-appearance: button;
		background-image: none;
		background-color: #c16e63;
		border: none;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: inherit;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: .1em;
		line-height: inherit;
		margin: 0;
		overflow: visible;
		padding: 3px 6px;
		position: absolute;
		right: 0;
		text-align: center;
		text-transform: uppercase;
		-ms-touch-action: manipulation;
		    touch-action: manipulation;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		vertical-align: middle;
		white-space: nowrap;
		z-index: 1;
	}
	.video-close:focus,
	.video-close:hover {
		background-color: #eb8679;
	}
	.video-container {
		margin-left: auto;
		margin-right: auto;
	}
.owl-carousel .owl-item {
	margin-left: 1px;
	margin-right: 1px;
}
.owl-theme .owl-controls .owl-page span {
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span {
	background-color: #c16e63;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #eb8679;
}

.videos-thumbnails ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
	.videos-thumbnails li {
		position: relative;
	}
	.videos-thumbnails .arrow {
		position: absolute;
		width: 39px;
		height: 65px;
		background-image: url('../img/play-arrow.png');
		background-size: 100%;
		left: 50%;
		top: 50%;
		margin-left: -20px;
		margin-top: -32px;
		z-index: 1;
	}
	.videos-thumbnails img.tn {
		width: 100%;
		opacity: .7;

		transition: opacity .5s ease-in-out;
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
	}
	.owl-carousel .owl-item:focus img.tn,
	.owl-carousel .owl-item:hover img.tn,
	.owl-carousel .owl-item.active img.tn {
		opacity: 1;
	}

.mobile-more-trigger {
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
}
.mobile-more-trigger:before {
	content: 'Expand For More';
}
.mobile-more-trigger:after {
	content: ' ';
	display: inline-block;
	position: relative;
	left: 5px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: .5em .4em 0;
	border-style: solid;
	border-color: #c16e63 transparent;
}
.mobile-more-trigger:focus:after,
.mobile-more-trigger:hover:after {
	border-color: #eb8679 transparent;
}

/* Same as .visuallyidden */
.mobile-more-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}



header.site {
	text-align: center;
	padding-top: 2px;
	background-color: #c16e63;
	letter-spacing: .05em;
	position: relative;
}
	.sharrre,
	.sharrre .buttons {
		line-height: 0;
		display: none;
	}
		.sharrre .button {
			display: inline-block;
			vertical-align: top;
			margin-left: 5px;
		}
			.sharrre .button.facebook .fb_iframe_widget > span {
				vertical-align: top !important;
		}
	.header-text {
		font-size: 16px;
		font-weight: normal;
		color: #fff;
		text-transform: none;
	}
		.home-ent {
			display: inline-block;
			border: 1px solid #fff;
			text-transform: uppercase;
			padding-left: 10px;
			padding-right: 10px;
			margin-bottom: 4px;
			color: #fff;
			font-size: 15px;
		}
		.home-ent:focus,
		.home-ent:hover {
			border-color: #eb8679;
		}
.breadcrumbs {
	border-bottom: 1px solid #c16e63;
	padding-bottom: 5px;
	margin-bottom: 5px;
}



.slider__wrapper {
	padding-left: 0;
	margin: 0;
}
	.slider__item img {
		width: 100%;
	}
	.slider__nav {
		bottom: 10px;
	}
		.slider__nav-item {
			border-radius: 50%;
		}
		.slider__nav-item:focus,
		.slider__nav-item:hover {
			background-color: #eb8679;
		}
		.slider__nav-item--current {
			background-color: #c16e63;
		}
		.slider__arrows-item {
			background-color: #c16e63;
			color: #fff;
			text-transform: uppercase;
			padding: 10px;
		}
		.slider__arrows-item:focus,
		.slider__arrows-item:hover {
			background-color: #eb8679;
			color: #fff;
		}
		.slider__arrows-item--left {
			left: 0;
		}
		.slider__arrows-item--right {
			right: 0;
	}



.section-landing {
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
}
	.site-keyart {
		position: absolute;
		width: 100%;
		height: 100%;
		background: url('../img/keyart-mobile.png') center top no-repeat;
		background-size: 100% auto;
	}
	.tt {
		position: relative;
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
		padding-top: 80%;
	}
		.tt img {
			width: 100%;
			margin-bottom: 15px;
		}

	.section-landing .mpaa {
		text-align: center;
		margin-top: 20px;
	}
		.section-landing .mpaa .rating {
			display: inline-block;
		}
			.section-landing .tt .rating img {
				width: auto;
				margin-bottom: 0;
			}
		.section-landing .mpaa .nav-mpaa {
			display: inline-block;	
		}
			.section-landing .mpaa .nav-mpaa ul {
				padding-left: 0;
				margin-top: 10px;
				margin-bottom: 0;
			}
			.section-landing .mpaa .nav-mpaa li {
				display: inline-block;
				margin-left: 15px;
			}
			.section-landing .mpaa .nav-mpaa li:first-child {
				margin-left: 0;
			}
			.section-landing .nav-mpaa a {
				font-size: 14px;
				color: #9b9d9b;
			}

	.section-landing .accolade {
		position: absolute;
		top: 5px;
		width: 100%;
		text-align: center;
	}
		.section-landing .accolade img {
			max-width: 500px;
			width: 90%;
		}

.nav-home.static .nav-tt,
.nav-home.fixed .nav-tt {
	display: none;	
}
.nav-home.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fdfaf6;
	z-index: 10;
	border-bottom: 1px solid #c16e63;
}
.nav-home.fixed ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
	.nav-home ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}
		.nav-home li {
			display: inline-block;
			margin: 0;
		}
		.nav-home li:first-child {
			margin-left: 0;
		}
			.nav-home a {
				color: #fff;
				background-color: #c16e63;
				text-transform: uppercase;
				padding: 2px 7px;
				font-size: 14px;
				line-height: 2em;
			}
			.nav-home a:focus,
			.nav-home a:hover {
				background-color: #eb8679;
			}

.cast-image {
	width: 100%;
	margin-top: 15px;
}

.content-switcher .tab-items {
	position: relative;
}
	.content-switcher .tab-items ul {
		top: 2em;
		left: 0;
		width: 100%;
		position: absolute;
		background-color: #c16e63;
		z-index: 1;
		display: none;
		list-style: none;
		padding-left: 0;
	}
		.content-switcher .tab-items ul li a {
			display: block;
			padding: .3em;
			color: #fff;
		}
        .content-switcher .tab-items ul li a:hover {
			background: #fff;
			color: #c16e63;
		}

	.content-switcher .tab-items .tab-label {
		display: block;
		background: #c16e63;
		color: #fff;
		padding: .5em;
		position: relative;
	}
	/* Arrow */
	.content-switcher .tab-items .tab-label:before {
		content: ' ';
		display: block;
		position: absolute;
		top: .8em;
		right: .8em;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: .5em .5em 0;
		border-style: solid;
		border-color: #fff transparent;
	}

	.content-switcher.active ul {
		display: block;
	}
		.content-switcher .tabbed-content {
			display: none;
		}
		.content-switcher .tabbed-content.active {
			display: block;
		}
		.content-switcher .tabbed-content h3 {
			display: none;
		}


.awards div.site h1 {
	font-size: 2em;
	font-weight: 300;
	color: #c16e63;
}
.awards div.site h2 {
	font-size: 1.3em;
}

.section-awards {
	padding: 0 15px;
}

	.awards-keyart {
		position: relative;
		display: block;
		height: 0;
		padding: 0;
		padding-bottom: 39%;
		overflow: hidden;
		margin-bottom: 10px;
	}
		.awards-keyart .inner {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border: 0;
			background: url('../img/banner-awards.jpg') no-repeat;
			background-size: 100%;
		}

	.awards-accolade {
		border-bottom: 1px solid #c16e63;
		padding: 10px 0 10px;
		text-align: center;
	}
		.awards-accolade img {
			width: 100%;
		}

.theater-target {
	color: #666;
}
.theater-target.active {
	color: #c16e63;
	font-weight: bold;
}



.support div.site h1 {
	font-size: 2em;
	font-weight: 300;
	color: #c16e63;
}
.support div.site h2 {
	font-size: 1.3em;
}

.section-support {
	padding: 0 15px;
}

.hor-scroll-shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	right: 0;
	background: url('../img/scrolly-shadow.png') top right repeat-y;
}






footer.site {
	position: relative;
	padding: 10px;
}
	.wrap-billing {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
		.wrap-billing img {
			width: 80%;
			max-width: 841px;
		}
	nav.footer ul {
		list-style: none;
		padding: 0;
		margin: 10px 0 0;
		text-align: center;
	}
		nav.footer li {
			display: inline;
			margin-left: 10px;	
		}
		nav.footer li:first-child {
			margin-left: 0;
		}
			nav.footer a {
				font-size: 14px;
			}
	.bugs {
		list-style: none;
		padding: 0;
		margin: 10px 0 0;
		text-align: center;
	}
		.bugs li {
			display: inline-block;
			margin-left: 15px;
		}
		.bugs li:first-child {
			margin-left: 0
		}
			.bugs li img {
				width: 75%;
			}
	
	footer.site .mpaa {
		text-align: center;
	}

.show-lg {
	display: none;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 600px) {
	.sharrre,
	.sharrre .buttons {
		display: inline;
	}
}

@media only screen and (min-width: 800px) {
	html,
	body {
		background-attachment: fixed;
	}

	.awards div.site {
		max-width: 1200px;
		width: 98%;
		margin: 30px auto 0;
	}
		.awards .col-left {
			float: left;
			width: 30%;
		}
			.awards-keyart {
				padding-bottom: 150%;
			}
			.awards-keyart .inner {
				background-image: url('../img/cake-poster.jpg');
				padding: 0;
			}
		.awards-accolade {
			padding: 0;
		}
		.section-awards {
			float: left;
			width: 65%;
			margin-left: 5%;
			padding: 0;
		}

	.support div.site {
		max-width: 1200px;
		width: 98%;
		margin: 30px auto 0;
	}
		.support .col-left {
			float: left;
			width: 30%;
		}
		.section-support {
			float: left;
			width: 65%;
			margin-left: 5%;
			padding: 0;	
		}

	nav.footer {
		position: absolute;
		left: 0;
		right: 0;
	}
	nav.footer li {
		margin-left: 20px;
	}
	footer.site .mpaa {
		float: left;
	}
	.bugs {
		float: right;
	}
}

@media only screen and (min-width: 850px) {
	.cast-image {
		margin-bottom: 15px;
	}
	.mobile-more-trigger {
		display: none;
	}
	/* Same as .visuallyidden */
	.mobile-more-hidden {
		border: inherit;
		clip: auto;
		height: auto;
		margin: inherit;
		overflow: visible;
		padding: inherit;
		position: static;
		width: auto;
	}
	.content-switcher .tabbed-content h3 + * {
		margin-top: 0;
	}

	/* ditch borders */
	.section-videos,
	.section-story,
	.section-photos,
	.section-cast,
	.section-filmmakers {
		border-bottom: none;
	}
	/* expand sections to match screen */
	.section-story,
	.section-cast,
	.section-filmmakers {
		min-height: 100%;
		display: table;
		table-layout: fixed; /* Firefox fix */
		height: inherit; /* Firefox fix */
		width: 100%;
	}
		.section-story .inner,
		.section-cast .inner,
		.section-filmmakers .inner {
			display: table-cell;
			vertical-align: middle;
		}

	.section-videos .inner,
	.section-photos .inner,
	.section-story .inner,
	.section-cast .inner,
	.section-filmmakers .inner {
		width: 820px;
		margin-left: auto;
		margin-right: auto;
	}

	.content-switcher .tab-items .tab-label {
		display: none;
	}
	.content-switcher .tab-items ul {
		display: block;
		float: left;
		width: 25%;
		position: static;
		margin: 0 5% 0 0;
		background-color: transparent;
	}
		.content-switcher .tab-items ul li a {
			color: #c16e63;
		}
		.content-switcher .tab-items ul li.active a,
		.content-switcher .tab-items ul li a:focus,
		.content-switcher .tab-items ul li a:hover {
			color: #fff;
			background-color: #c16e63;
		}
	.content-switcher .tabbed-content.active {
		width: 70%;
		float: left;
	}
		.content-switcher .tabbed-content p {
			/* margin-top: 0; */
		}
}

@media only screen and (min-width: 950px) {
	.section-landing {
		height: 90%;
		min-height: 650px;
	}
	.show-lg {
		display: inline-block;
	}
	.site-keyart {
		background-image: url('../img/keyart-full.png');
	}
	.tt {
		position: absolute;
		padding: 0;
		left: 55%;
		top: 50%;
		width: 35%;
		max-width: inherit;
	}
	.ticketing {
		margin-top: 0;
		margin-bottom: 0;
	}
	.nav-home.static {
		margin-top: 15px;
	}
		.nav-home.static li {
			margin-bottom: 3px;
	}
	.nav-home.fixed {
		padding-bottom: 30px;
	}
		.nav-home.fixed .nav-tt {
			display: block;
			float: left;
		}
		.nav-home.fixed .nav-tt li.nav-messaging {
			margin-left: 0;
			position: absolute;
			top: 32px;
			left: 0;
			right: 0;
			text-align: center;
		}
		.nav-home.fixed ul {
			width: auto;
			margin: 0;
			text-align: right;
		}
			.nav-home.fixed li {
				margin-left: -4px
			}
			.nav-home.fixed a {
				line-height: 1.8em;
			}
			.nav-home.fixed .home-ent {
				display: inline-block;
				border: 1px solid #c16e63;
				background-color: #fdfaf6;
				padding: 0 10px;
				color: #c16e63;
				font-size: 15px;
				line-height: 1.2;
			}
			.nav-home.fixed .home-ent:focus,
			.nav-home.fixed .home-ent:hover {
				border-color: #eb8679;
				color: #eb8679;
			}
			

		
			.nav-home a {
				padding: 5px 12px;
				font-size: 16px;
				letter-spacing: .1em;
			}

	.section-landing .accolade {
		top: 2%;
		left: 50%;
		width: 45%;
	}

	.awards-accolade {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
		.awards-accolade img {
			width: 80%;
		}
}

@media only screen and (min-width: 1200px) {
	.share-left {
		position: absolute;
		left: 5px;
	}
}
@media only screen and (min-width: 1300px) {
	.section-videos .inner,
	.section-photos .inner,
	.section-story .inner,
	.section-cast .inner,
	.section-filmmakers .inner {
		width: 1120px;
	}
	.section-major p {
		font-size: 1.1em;
		line-height: 1.6;
	}

	.awards div.site h1 {
		font-size: 3em;
		margin-bottom: 0;
	}
	.awards div.site h2 {
		font-size: 1.5em;
	}
	.awards p {
		font-size: 1.1em;
	}
	
	.nav-home.fixed {
		padding-bottom: 0;
	}
	.nav-home.fixed .nav-tt li.nav-messaging {
		right: initial;
		left: 70px;
		top: 3px;
	}
}

@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

