
/* ==========================================================================
   Reset
   ========================================================================== */
html,
button,
input,
select,
textarea {
	color: #222;
}

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

body {
	background: #f7f7f7;
	font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial Narrow', 'Arial', sans-serif;
	font-weight:400;
	opacity:1; /* TOGGLE THIS FOR MODALS */
	min-width:768px;
	background: #f7f7f7;
}

#loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
}

@font-face {
	font-family: 'Modern';
	src: url('http://m.theotherwomanmovie.com/fonts/MOD20.woff') format('woff'), url('http://m.theotherwomanmovie.com/fonts/MOD20.ttf') format('truetype');
}

a, a:hover {
	color: #d0112b;
}

.legal a, .legal a:visited, .rating a, .rating:visited {
	color: #b4b4b4;
	text-decoration:underline;
}

.legal a:hover, .rating a:hover {
	color: #12bfc5;
}

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

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

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

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

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

textarea {
	resize: vertical;
}


/* ==========================================================================
   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
 *
 */

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


/* ==========================================================================
   Bootstrap Carousel
   ========================================================================== */
.carousel .item {
	margin-top: 0 !important;
	padding:0;
}


/* ==========================================================================
   Magnificent Slider
   ========================================================================== */

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
.mfp-preloader a {
	color: #cccccc; }
.mfp-preloader a:hover {
	color: white; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none; }
button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 55px;
	height: 54px;
	line-height: 54px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
	opacity: 1; }
.mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	text-align: right;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px; }

.mfp-arrow-left {
	left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1240px; }
.mfp-iframe-holder .mfp-close {
	top: -54px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444; }
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
		   * Remove all paddings around the image on small screen
		   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure {
		/* The shadow behind the image */ }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; } }

.mfp-ie7 .mfp-img {
	padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
	padding: 0; }
.mfp-ie7 .mfp-content {
	padding-top: 44px; }
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }


/* ==========================================================================
   Custom custom styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
	#cast h3 {
		font-weight: 500;
	}
}

a.anchor{
	display: block;
	position: relative;
	visibility: hidden;
	top: -90px;
}

a.anchor#posters-link, a.anchor#partners-link{
	top:-112px;
}

.splash {
	width: 100%;
	text-align: right;
	height: 700px;
	max-height: 700px;
	background: url('http://static.tumblr.com/h2khale/m1Tmxxerm/tow-splash-no-text.jpg') no-repeat center #fff;
	background-size: 2000px;
	background-position: 80% 100%;
}

header {
	margin: 0;
	border:0px solid #00ff00;
	display:block;
	clear:both;
	background: #fff;
}

nav {
	width: 100%;
	max-height: 77px;
	background: #d0112b;
	z-index: 4;
}

.nav-wrap {
	width: auto;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.nav {
	position:relative;
	display:inline-block;
	font-size:14px;
	font-weight:900;
	max-height: 77px;
	overflow: hidden;
	/* bottom:-77px; */
}

#sticky-home {
	position:absolute;
	top:0;
	left:0;
	height:77px;
	width:174px;
	display:none;
}

.isStuck #sticky-home {
	display:block;
}

.isStuck {
	background: #fff !important;
	overflow: hidden;
	z-index: 11;
	border-bottom: 3px solid #bcbcbc;
	max-height: 80px;
}

.isStuck .nav-wrap {
	background: url('http://static.tumblr.com/h2khale/FSVmy0u49/small-logo_april-1.png') 0px -20px #fff no-repeat;
	/* background: url('http://static.tumblr.com/h2khale/ix1my4jea/small-logo.png') #fff no-repeat left center !important; */
	min-height: 77px;
}

.isStuck .page-nav {
	margin-left: 180px;
	min-width: 650px;
}

.isStuck .social-nav {
	/*   display: none !important;*/
}

.isStuck .social-nav-alt {
	/* display: block !important;*/
}

.isStuck .page-nav li a {
	color: #d0112b !important;
}

.page-nav,
.social-nav,
.social-nav-alt {
	line-height: 75px;
	padding: 0px 20px;
	margin: 0;
}

.page-nav {
	float: left;
}
menu, ol, ul {
	padding: 0 0 0 36px;
}


/* ==========================================================================
   Header Social Links
   ========================================================================== */

.social-nav,
.social-nav-alt {
	float: right;
}

.social-nav-alt {
	display: none;
}

.page-nav li,
.social-nav li,
.social-nav-alt li {
	display: inline;
	float: left;
}

.page-nav li a {
	font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', 'HelveticaNeueBoldCondensed', 'HelveticaNeue-Bold-Condensed', 'Helvetica Neue Bold Condensed', 'Helvetica Neue', 'Helvetica', 'Arial Narrow', 'Arial', sans-serif;
	font-weight:700;
	font-stretch:condensed;
	color: #fff;
	padding: 0px 8px;
	font-size: 18px;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
}

.social-nav,.social-nav-alt {
	position: absolute;
	top: 0;
	right:0;
}
.social-bar li {
	position: relative;
}


/* New social navigation */
.social-nav-alt,
.social-nav {
	margin-top: 20px;}
.social-nav .link a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.social-nav li {
	height: 18px;
	width: 18px;
	padding: 8px;
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin:0 4px 0 0;
}



.social-nav li a {
	background: url('http://static.tumblr.com/h2khale/Coxmyl51p/social-media-sprite_128px.png') no-repeat 0 0;
	border: 0px solid #00ff00;
	background-size: 930%;
	/* firefox image resize hack */
	transform: rotate( 0deg );
	display:block;
}

.social-nav li a:hover {
	opacity:0.8;
}

.social-nav li.facebook a {
	background-position: 29.5% -25px;
}

.social-nav li.pinterist a {
	background-position: 20% -25px;
}

.social-nav li.twitter a {
	background-position: 9.5% -25px;
}

.social-nav li.googleplus a {
	background-position: 40% -25px;
}

.social-nav li.youtube a {
	background-position: 50% -25px;
}

.social-nav li.audio a {
	background-position: 90.5% -25px;
}

.social-nav li.audio.pause a {
	background-position: 101% -25px;
}

/*
.social-nav li.audio a {
  background: url('http://static.tumblr.com/h2khale/Or9my4jhy/audio.png') no-repeat center center;
  background-size:24px 25px;
  cursor:pointer;}
.social-nav li.audio.pause a {
  background: url('http://static.tumblr.com/h2khale/2AQmy4jic/audio-pause.png') no-repeat center center;
  background-size:24px 25px;}
 */

/*
.social-nav li.facebook {
  background: url('http://static.tumblr.com/h2khale/goMmy4jfw/facebook.png') no-repeat center center;
  background-size:24px 25px;}
.social-nav li.twitter {
  background: url('http://static.tumblr.com/h2khale/sltmy4jge/twitter.png') no-repeat center center;
  background-size:24px 25px;}
.social-nav li.instagram {
  background: url('http://static.tumblr.com/h2khale/QCamy4jgt/instagram.png') no-repeat center center;
  background-size:24px 25px;}
.social-nav li.googleplus {
  background: url('http://static.tumblr.com/h2khale/xmOmy4jh8/googleplus.png') no-repeat center center;
  background-size:24px 25px;}
.social-nav li.youtube {
  background: url('http://static.tumblr.com/h2khale/4vmmy4jhm/youtube.png') no-repeat center center;
  background-size:24px 25px;}
.social-nav li.audio {
  background: url('http://static.tumblr.com/h2khale/Or9my4jhy/audio.png') no-repeat center center;
  background-size:24px 25px;
  cursor:pointer;}
.social-nav li.audio.pause {
  background: url('http://static.tumblr.com/h2khale/2AQmy4jic/audio-pause.png') no-repeat center center;
  background-size:24px 25px;}
*/


.isStuck .social-nav li {
	/* background: #777; */
}

.isStuck .social-nav li a {
	/* background: url('http://static.tumblr.com/h2khale/Coxmyl51p/social-media-sprite_128px.png') no-repeat 0 0; */
	border: 0px solid #00ff00;
	background-size: 930%;
	/* firefox image resize hack */
	transform: rotate( 0deg );
	display:block;
}

.isStuck .social-nav li a:hover {
	opacity:0.8;
}

.isStuck .social-nav li.facebook a {
	background-position: 29.5% 4px;
}

.isStuck .social-nav li.pinterist a {
	background-position: 20% 4px;
}

.isStuck .social-nav li.twitter a {
	background-position: 9.5% 4px;
}

.isStuck .social-nav li.googleplus a {
	background-position: 40% 4px;
}

.isStuck .social-nav li.youtube a {
	background-position: 50% 4px;
}

.isStuck .social-nav li.audio a {
	background-position: 90.5% 4px;
}
.isStuck .social-nav li.audio.pause a {
	background-position: 101% 4px;
}

/*
.isStuck .social-nav li.audio {
  background: url('http://static.tumblr.com/h2khale/kVrmy4yo6/social-media-icons.png') 43px 3px;
}
.isStuck .social-nav li.audio.pause {
  background: url('http://static.tumblr.com/h2khale/kVrmy4yo6/social-media-icons.png') 78px 3px;
}
*/




.social-bubble {
	position: absolute;
	top: 55px;
	left: -30px;
	background-color: #fff;
	padding: 10px 20px;
	border: 3px #d0112b solid;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 100px;
	width: 100px;}
.social-pointer {
	background: url('http://static.tumblr.com/h2khale/Myomy4jlm/share-bubble.png') no-repeat center center;
	position: absolute;
	top: -26px;
	left: 22px;
	height: 26px;
	width: 48px;}
.nav {
	overflow: visible !important;}
.social-bubble .fb-share-button span {
	position: absolute;
	top: 0;
	left: -5px;
}
.social-bubble .fb-like span {
	position: absolute;
	top: -35px;
	left: 0;
	overflow: hidden;
	width: 50px !important;
}
.social-bubble .twitter-share-button {
	position: absolute;
	top: 20px;
	left: 17px;}
.social-bubble .twitter-follow-button {
	position: absolute;
	top: 55px;
	left: 17px;}
.social-bubble #___plus_0 {
	position: absolute;
	top: 20px;
	left: 17px;
	display: block;
}
.social-bubble #___follow_0 {
	position: absolute;
	top: 55px;
	left: 17px;
}

#wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
}

.container {
	margin: 0 auto;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.small {
	width: 300px;
}

.small > img {
	max-width: 100%;
}

.small:hover .tblock {
	width: 300px;
	height: 300px;
	background: url('http://static.tumblr.com/h2khale/3Dbmy4bek/red-tran-bg.png');
	z-index: 6;
	display: block;
	position: absolute;
}

.tblock {
	display: none;
	margin-left: -15px;
	margin-top: -15px;
}

.tblock img {
	width:100%;
}

.tag-bar {
	max-width: 240px;
	max-height: 50px;
	display: block;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 142px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	left: 80px;
}

.tag-bar li {
	list-style-type: none;
}

.share-bar {
	width: 240px;
	zoom: 1;
	position: absolute;
	top: 60px;
	left: 4%;
}

.share-bar a:hover {
	opacity:0.8;
}

.share-bar li {
	display: inline;
	float: left;
}

.social-bar {
	width: 200px;
	zoom: 1;
	position: absolute;
	top: 190px;
	left: 32px;
}

.social-bar li {
	display: inline;
	float: left;
	margin-right: 5px;
}

.social-bar li a {
	background:url('http://static.tumblr.com/h2khale/Pqsn0i1rf/2_social-media-sprite_128px.png');
	background-size: 930%;
	background-position: 29.5% 120px;
	height: 45px;
	width:48px;
	display:block;
	overflow: hidden;
}

.social-bar li a:hover {
	opacity:0.8;
}

.social-bar li a#sb_facebook, .social-bar li.facebook a {
	background-position: 29.5% 120px;
}

.social-bar li a#sb_twitter, .social-bar li.twitter a {
	background-position: 9% 120px;
}

.social-bar li a#sb_googleplus, .social-bar li.googleplus a {
	background-position: 39.5% 120px;
}

.outer {
	background: #fff;
	margin: 0 auto;
	max-height: none;
	/* max-height: 618px;/*548px;*/
	height: auto;
	border-top: 24px solid #12bfc5;
	padding: 24px 24px 0;
}

.inner {
	max-width: 100%;
	max-height: 500px;
	padding: 0px 30px;
	display: block;
	overflow: hidden;
	overflow-y: auto;
}

.inner h2 {
	margin-top:0;
	margin-bottom:20px;
}

#about .inner h2 {
	margin-bottom:17px;
}


/*
 * CAST AND CREW
 */

#cast .inner {
	padding: 2px 10px 0 10px
}

#cast .inner h2 {
	margin-bottom:20px;
}

#cast h3 {
	margin-top:4px;
	font-family: 'Modern', Times, serif;
	font-size: 2.1em;
}

.img-header_cast-crew:hover .tblock {
	width: 50%;
	height: 100%;
	background: url('http://static.tumblr.com/h2khale/3Dbmy4bek/red-tran-bg.png');
	z-index: 6;
	display: block;
	position: absolute;
	top:15px;
	right:0;
	text-align:center;
}

.img-header_cast-crew .tblock {
	display: none;
}

#cast .tblock {
	border: 0px solid #00ff00;
}

#cast ul.share-bar {
	position:relative;
	overflow:hidden;
	margin: 140px auto 0 180px;
	padding:0;
	top:20px;
}

#cast ul.tag-bar {
	float:left;
	border:0px solid #00ff00;
	position:relative;
	margin: 0 32%;
	padding:0;
	overflow:hidden;
	top: 15%;
}

#cast ul.social-bar {
	position:relative;
	overflow:hidden;
	margin: 0 auto 0 200px;
	padding:0;
	float:left;
	top: 26%;
}

.text-body {
	height: 250px;
	overflow:auto;
	margin-right: 10px;
	padding-right: 10px;
}


/* about social hover */

.img-header_about/*:hover*/ .tblock {
	width: 50%;
	height: 100%;
	background: url('http://static.tumblr.com/h2khale/3Dbmy4bek/red-tran-bg.png');
	z-index: 6;
	display: block;
	position: absolute;
	top:15px;
	right:0;
	text-align:center;
}

.img-header_about .tblock {
	/* display: none; */
}

#about .img-header_cast-crew .tblock {
	left:0;
	width: 51.2%;
	height: 99.7%;
}

#about ul.share-bar {
	margin: 140px auto 0 164px;
	top:20px;
}

#about ul.tag-bar {
	margin: 0 29%;
	top: 42%;
}

#about ul.social-bar {
	margin: 0 auto 0 184px;
	top: 54%;
}



.box-nav {
	float: left;
	max-width: 30%;
}

.box-nav ul {
	padding: 0;
	line-height: 1.6;
}

.box-nav ul li {
	list-style-type: none;
}

.box-nav ul span {
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
}

.box-nav ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.box-nav ul li a:hover,
.box-nav ul li a:active {
	color: #12bfc5;
}



.showSingle {
	cursor: pointer;
}

.half {
	width: 612px;
}

.half img {
	max-width: 100%;
	height: 301px;
}

.big-trailer {
	max-width: 1240px;
	padding: 15px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	border-bottom: 3px solid #bcbcbc;
}

.big-trailer img {
	max-width: 100%;
}

select {
	display: none;
}

::-webkit-scrollbar-track
{
	border-left: 0px solid #d0112b;
	background-color: #E4E4E4;;
}

::-webkit-scrollbar
{
	width: 15px;
	background-color: #E4E4E4;;
}

::-webkit-scrollbar-thumb
{
	background-color: #d0112b;
}

.full h2 {
	font-size: 30px;
	color: #12bfc5;
	font-weight: 800;
	text-transform: uppercase;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	max-width: 1205px;
	border: 15px solid #fff;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.single-container {
	max-width: 1100px;
	margin: 24px auto;
	background: #fff;
	text-align: center;
	padding: 24px;
	border-bottom: 3px solid #ccc;
}

.permaimg {
	width:100%;
}

.permawrap {
	border:0px solid #ff0000;
	position:relative;
	padding: 0;
	margin:18px 0 0;
}

#meta-wrap {
	float:left;
	display:block
}

.permawrap ol {
	list-style:none;
}

#perma_like-reblog {
	float:right;
	position:absolute;
	top:0;
	right:0;
	border:0px solid #ff0000;
	width:100px;
}

#perma_like-reblog a {
	display:inline;
	float:left;
	margin:0 0 0 24px;
}

.like_button {
	float: right;
	width: 40px;
}

.shareicons {
	position: static;
	top: auto;
	bottom: 0;
	left: 0;
	margin: 20px 0 20px -10px;
	overflow: hidden;
}

.post-meta {
	text-align: left;
	font-size: 14px;
	color: #cccccc;
}

.tagged {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin: 20px 0;
}

.notes {
	text-align: left;
	clear: both;
	width: 100%;
	margin-top: 60px;
	display: block;
	clear: both;
	padding: 0;
}

footer {
	max-width: 1240px;
	width: 100%;
	margin: 40px auto;
	padding: 40px 0px;
}

.tcf {
	float: left;
	padding-right: 25px;
	padding-bottom: 70px;
}

.legal {
	float: left;
	width: 75%;
}

.legal p {
	font-size: 9px;
	line-height: 16px;
	text-transform: uppercase;
	color:#b4b4b4;
}

.rating {
	float: left;
	height: 90px;
	width: 20%;
	/* background: url("http://static.tumblr.com/h2khale/jtYmxxp0q/notrated.png") no-repeat 0 15px; */
	position: relative;
	margin-left: 26px;
	max-width: 180px;
}

.rating p {
	font-size: 9px;
	line-height: 16px;
	text-transform: uppercase;
	margin-top: 10px;
	color:#b4b4b4;
}

.rating a {
	font-size: 9px;
}

.rating img {
	margin:0;
	width:100%;
}


/* ERIC */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content {
	position: relative;
}

/* moved */
.item {
	display: block;
	float: left;
	margin-top: 12px;
	-webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	transition: left .4s ease-in-out, top .4s ease-in-out .4s;
}

.item {
	width:  300px;
	height: 300px;
	padding: 15px;
	-webkit-box-shadow: 0 3px 0 0 #bcbcbc;
	box-shadow: 0 3px 0 0 #bcbcbc;
	float: left;
	background: #fff;
	margin-right:13px;
}

.item.small img {
	width:100%;
}

.page {
	position:relative;
}

/* moved */
.full {
	max-width: 1240px;
	width: 100%;
	margin: 13px auto 0px;
}

/* moved */
.full img.left {
	width: 50%;
	float: left;
}

/* moved */
.full img.right {
	width: 50%;
	float: right;
}

.full {
	position:relative;
	background: #fff;
	display:block;
	clear:both;
}

.full p {
	line-height: 1.5em;
	color:#222;
	font-size: 1em;
	margin-bottom: 30px;
}

.full img {
	max-height:100%;
}

/* moved */
.box-content {
	float:right;
	background:#fff;
	width: 70%;
}

#pagination {
	display:none;
}

#photos, #videos {
	border-top: 25px solid #12bfc5;
}

#photos h2, #videos h2 {
	margin: 26px 30px 4px;
}

#photos .item, #videos .item {
	width:100%;
	height:100%;
}

#videos .carousel-inner .item img  {
	cursor:pointer;
}

#photos .carousel-inner, #videos .carousel-inner  {
	border:15px solid #fff;
}

.carousel-control .glyphicon-chevron-left{background: url('http://static.tumblr.com/h2khale/gFPmxxke9/left-arrow.png	') no-repeat;min-height: 82px;top: 50%;margin-top: -44px;text-indent: -9999px;}

.carousel-control .glyphicon-chevron-right{background: url('http://static.tumblr.com/h2khale/Zhrmxxkeh/right-arrow.png') no-repeat;min-height: 82px;top: 50%;margin-top: -44px;text-indent:-9999px}

.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-right:hover {
	opacity:0.8;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: no-repeat;
	filter:none;
	top: 50px;
}

.carousel-control.right {
	right: -50px;
	left: auto;
	opacity: 1;
}

.carousel-control.left {
	opacity: 1;
}

.carousel-control .glyphicon-chevron-right {
	min-height: 82px;
	top: 50%;
	width: 50px;
	margin-top: -44px;
}

.carousel-control .glyphicon-chevron-left {
	min-height: 82px;
	top: 50%;
	margin-top: -44px;
	text-indent: -9999px;
	width: 50px;
	left: 50px;
}

.partners img {
	width: 31%;
	float: left;
	margin: 20px 1.15%;
	border: 2px solid #e8e8e8;
	padding: 20px;
}

.partners a:hover img {
	opacity: 0.5;
}

#tow-title {
	float: left;
	border:0px solid #ff0000;
	width: 400px;
	margin: 4% 0 0 18%;
}

#tow-title img {
	width:400px;
}

.full.posters {
	background: #fff;
	border-top: 25px solid #12bfc5;
	padding: 0 1.15% 0;
	height: auto;
}

.posters h2 {
	margin: 26px 15px;
}

.poster {
	width: 49%;
	position: relative;
	display: inline-block;
	/*margin-left: 25%;*/
}

.poster a:hover {
	opacity:0.5;
}

.poster img {
	width: 70%;
	margin-left: 5%;
	border: 2px solid #e8e8e8;
}

.poster .social-bar {
	position: relative;
	width: 320px;
	height: 50px;
	bottom: 0;
	top: auto;
	left: 0;
	margin: 10px auto 20px;
	padding: 0;
}

.poster .social-bar li a {
	height: 25px;
	width: 25px;
}

.poster .social-bar li a#sb_facebook, .posters .social-bar li.facebook a {
	background-position: 29.5% 4px;
}

.poster .social-bar li a#sb_twitter, .posters .social-bar li.twitter a {
	background-position: 9.5% 4px
}

.poster .social-bar li a#sb_googleplus, .posters .social-bar li.googleplus a {
	background-position: 40% 4px;
}

.poster .social-bar li:nth-child(3) {
	margin-right: 5px;
}

.poster .social-bar li:last-child, .poster .social-bar li:first-child {
	width: 116px;
	font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', 'HelveticaNeueBoldCondensed', 'HelveticaNeue-Bold-Condensed', 'Helvetica Neue Bold Condensed', 'Helvetica Neue', 'Helvetica', 'Arial Narrow', 'Arial', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	overflow: visible;
	border-left: 2px solid #d0112b;
	padding-left: 10px;
	color:#d0112b;
}

.poster .social-bar li:first-child {
	border-left: 0;
	padding-left: 0;
	width: auto;
}

.poster .social-bar li:last-child a {
	background: none;
	width: 100%;
}

.poster .social-bar li:last-child a:hover {
	text-decoration:none;
}

#posters .item {
	width: 100%;
	height: auto;
	padding: 0 0 0 30px;
}

#posters .carousel-control {
	width:10%;
}

#posters .carousel-control.right {
	right: -30px;
}

#posters .carousel-control .glyphicon-chevron-left {
	background: url('http://static.tumblr.com/h2khale/XOYn2nqao/left-arrow-red.png') no-repeat;
}

#posters .carousel-control .glyphicon-chevron-right {
	background: url('http://static.tumblr.com/h2khale/XNnn2nqau/right-arrow-red.png') no-repeat;
}

#posters .carousel-indicators li {
	border: 1px solid #d0112b;
}

#posters .carousel-indicators .active {
	background-color: #d0112b;
}

#posters .motion-poster {
	width: 79%;
	margin: 36px 10.5% 38px;
}

#posters .motion-poster video, #posters .motion-poster embed {
	width:930px;
	height:523px;
}


@media (max-width: 1251px) {

	#posters .motion-poster {
		margin: 23px 10.5% 31px;
	}

	#posters .motion-poster video, #posters .motion-poster embed {
		width:689px;
		height:388px;
	}

	#posters .carousel-control.right {
		right: -25px;
	}
}

@media (max-width: 910px) {

	#posters .motion-poster {
		margin: 14px 10.5% 20px;
	}

	#posters .motion-poster video, #posters .motion-poster embed {
		width:449px;
		height:252px;
	}

	#posters .carousel-control.right {
		right: -50px;
	}

	#posters .carousel-control .glyphicon-chevron-right, #posters .carousel-control .glyphicon-chevron-left {
		width: 30%;
		background-size: contain;
	}

	#posters .carousel-control .glyphicon-chevron-right {
		right: 70px;
	}

	#posters .carousel-control .glyphicon-chevron-left {
		left: 25px;
	}
}

.full.partners {
	background: #fff;
	border-top: 25px solid #12bfc5;
	padding: 0 1.15% 0;
	height: auto;
}

.partners h2 {
	margin: 26px 15px;
}

.partners img {
	width: 31%;
	float: left;
	margin: 0 1.15% 2.1%;
}


/*
body  {
	opacity:1;
	min-width:768px;
	background: #f7f7f7;
}
menu, ol, ul {
padding: 0 0 0 36px;
}
.social-bar .fb-share-button {
    position: absolute;
    top:0;
    left:0;
}
*/

/*
 * About
 */


/* MODAL, PULLED FROM OTHER TOW SITE */
.modal1 {

	/* OG */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	color: #fff;
	background-color: #d0112b;
	z-index: 1006;
	width: 680px;
	margin-left: -360px;
	font-size: 16px;
	position: absolute;

	/* EJN */
	left:50%;
	top:15%;



}
#video1.modal1 {
	background: none;
	width: inherit;
}

/* @media (max-width: 767px)
	.modal {
		top:10%;
		left:80px;
		width:560px;
		margin-left:0;
	}

 */


.modal1 a {
	text-decoration:underline;
	color: #ccc;
}

.modal1 a:hover {
	text-decoration:underline;
	color: #aaa;
}

.modal-header {
	background: none;
	line-height: 1em;
	padding: 35px 50px 15px;
	border-bottom:none;
}

.modal-body {
	padding: 0px 50px 80px 50px;
	max-height:none;
}

.modal-header h1 {
	font-size:50px;
	line-height:50px;
	margin: 0;
	font-family: 'Modern', 'Times New Roman', serif;
	font-weight: normal;
	text-transform:none;
	letter-spacing: 0.07em;
}

.synopsis {
	line-height: 40px;
	text-transform: none;
	font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial Narrow', 'Arial', sans-serif;
	font-weight:400 !important;
	-webkit-font-smoothing: subpixel-antialiased;
}

.modal1 .close, .fullscreen .close, #trailer .close, #error .close {
	position: absolute;
	background-color: none;
	background-position:center right;
	background-repeat:no-repeat;
}

#error .close {
	left: auto;
	background-position: right;
}

#trailer .close,#video .close, #email .close. #about .close {
	top: -45px;
	padding-right: 140px;
	left: auto;
	right: -100px;
}

.modal1 .close:hover {
	background-color: none;
	opacity: 1;
	-moz-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transition-duration: .5s;
	-webkit-transition-duration: .5s; /* Safari */
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	z-index:-999;

}

.modal1 hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #111;
}

.poster-modal {
	top:10%;
	border: 2px solid #ededed;
	background-color: #fff;
}

.screen {
	position:absolute;
	top:-46px;
	right:0;
	bottom:0;
	left:0;
	z-index:1005;
	cursor:default;

}

/* MODAL CLOSER */

.close, .close:hover, .close:focus {
	opacity: 1;
	position: fixed;
	z-index: 10;
	top: 80px;
	right: 100px;
	text-transform: lowercase;
	color: #12bfc5;
	font-size: 28px;
	font-style: normal;
	font-family: Arial, Baskerville, monospace;
}

.modal1 .close, .fullscreen .close, #trailer .close, #error .close {
	position: absolute;
	background-color: none;
	background-position:center right;
	background-repeat:no-repeat;
	z-index:-999;
}

.modal1 .close {
	left: auto;
	right: -50px;
	top: 0px;
	background-position: center;
	text-decoration: none;
	opacity: 1;
	width: 33px;
	height: 33px;
	background-image:url(http://static.tumblr.com/hlg4i7e/fIJn0wrxo/_2x_icon-close.png);
	background-size:33px 33px;
	cursor:pointer;
	z-index:-999;
}

#error .close {
	left: auto;
	background-position: right;
}

#trailer .close,#video .close, #email .close. #about .close {
	top: -45px;
	padding-right: 140px;
	left: auto;
	right: -100px;
}

.modal1 .close:hover {
	background-color: none;
	opacity: 1;
	-moz-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transition-duration: .5s;
	-webkit-transition-duration: .5s; /* Safari */
	z-index:-999;
}

.modal-wrap {
	display:none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
}


/*
 * Signup
 */

#signup span {
	display:block;
}

#signup input {
	width: auto;
}

#signup .form-horizontal .control-label {
	width: 100px;
}

#signup .form-horizontal .controls {
	margin-left: 120px;
}

#email {
	color:#fff;
	line-height: 1.4em;
	text-transform: none;
	font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial Narrow', 'Arial', sans-serif;
	font-weight:400 !important;
	-webkit-font-smoothing: subpixel-antialiased;
	z-index:1050;
}


.email.error {
	padding: 8px;
	border: 1px solid #b94a48;
	background: #BD6F6F;
	color: #FFF;
	margin-top: 15px;
	width: 70%;
}

.inline-label {
	float:left;
	margin:8px 15px 10px 7px;
}

#email form input{
	clear:left;
	float:left;
}

#email form input[type="text"], #email form input[type="email"] {
	margin:4px 0 20px;
	background-color:#fff;
	border:none;
	font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial Narrow', 'Arial', sans-serif;
	font-weight:400;
	height: 2em;
	padding: .2em 1em;
	color:#000000;
	font-size:16px;
	outline: none;
}

#email form input[type="text"]:focus, #email form input[type="email"]:focus {
	border-color: #53150c;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#email form label {
	float:left;
	font-size:16px;
}

#email form button, #goog-wm-sb {
	clear: left;
	float: left;
	background: none;
	border: none;
	padding: 7px 30px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Modern','Time New Roman', serif;
	font-weight: normal;
}

#email form button:hover, #goog-wm-sb:hover {
	background: #fff;
	color: #d0112b;
}

#email p {
	line-height:normal;
	padding: 10px 0;
}

#goog-fixurl {
	float:left;
	width:100%;
}
#goog-wm-qt {
	float:left;
}
#goog-wm-sb {
	margin-top: 20px;
}

#error a {
	display: inline-block;
	float: left;
	margin-top: 20px;
	color: #a3a38d;
}

#email form input[type="checkbox"],
#email form input[type="radio"] {
	display:none;
}
#email form input[type="checkbox"] + label span {
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url('http://static.tumblr.com/h2khale/mJLn43n96/check_radio_sheet.png') left top no-repeat;
	cursor:pointer;
	display:block;
	float: left;
	margin-top: 1px;
}
#email form input[type="checkbox"]:checked + label span {
	background:url('http://static.tumblr.com/h2khale/mJLn43n96/check_radio_sheet.png') -19px top no-repeat;
}
#email form input[type="radio"] + label span {
	width:19px;
	height:19px;
	margin:-1px 0 0 4px;
	vertical-align:middle;
	background:url(../img/check_radio_sheet.png) -39px top no-repeat;
	cursor:pointer;
	clear: none;
	display: inline-block;
}
#email form input[type="radio"]:checked + label span {
	background:url('http://static.tumblr.com/h2khale/mJLn43n96/check_radio_sheet.png') -58px top no-repeat;
}
label[for=fox_all_newsletter],
label[for=sms] {
	clear: both;
}

.screen {
	position:absolute;
	top:-46px;
	right:0;
	bottom:0;
	left:0;
	z-index:1005;
	background-color:#fff;
	cursor:default;
	opacity:0.9;
	background: url(http://static.tumblr.com/h2khale/EVMn0zzmy/trailer_loading.gif) no-repeat center center #fff;
}



/* TICKETING MODAL */

#ticketing-popup {
	position: relative;
	width: 800px;
	height: 611px;
	margin: 0 auto;
	display:block;
	border:1px solid #ff0000;
}
#ticketing-popup .mfp-close {
	padding: 0;
	background-color: #b1002b;
	opacity: 1;
}
#ticketing-popup .ticketing-inner {
	position: relative;
	top: 72px;
	width: 800px;
	height: 540px;
	margin: 0 auto;
	border: 1px solid white;
	font-size: 0;
	border:1px solid #00ff00;
}
#ticketing-popup .ticketing-inner .bottom {
	height: 77px;
	background-color: black;
}
#ticketing-popup .ticketing-inner .bottom ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: black;
	text-align: center;
}
#ticketing-popup .ticketing-inner .bottom :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: black;
	text-align: center;
}
#ticketing-popup .ticketing-inner .bottom ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: black;
	text-align: center;
}
#ticketing-popup .ticketing-inner .bottom :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: black;
	text-align: center;
}
#ticketing-popup .ticketing-inner .bottom .get-tickets {
	margin: 0 50px;
	display: inline-block;
	font: 53px/77px "Knockout 48 A", "Knockout 48 B";
	vertical-align: middle;
}
#ticketing-popup .ticketing-inner .bottom .zip-finder {
	display: inline-block;
	width: 198px;
	vertical-align: middle;
	margin-right: 50px;
}
#ticketing-popup .ticketing-inner .bottom .zip-finder input {
	font: 19px/28px "Knockout 48 A", "Knockout 48 B";
	color: black;
	width: 198px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}
#ticketing-popup .ticketing-inner .bottom .select-provider {
	display: inline-block;
	vertical-align: middle;
	width: 215px;
	height: 78px;
	font-size: 0;
	text-align: center;
}
#ticketing-popup .ticketing-inner .bottom .select-provider .top-text {
	font: 11px/30px "Gotham A", "Gotham B";
	font-weight: 500;
	color: white;
	width: 215px;
	height: 30px;
	border-bottom: 1px solid white;
	margin-bottom: 2px;
}
#ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider {
	display: inline-block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
}
#ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider.ticket-fandango {
	background-image: url('http://static.tumblr.com/h2khale/0lpn43m72/fandango.jpg');
}
#ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider.ticket-movietickets {
	background-image: url('http://static.tumblr.com/h2khale/oNHn43m7c/movietickets.jpg');
	margin: 0 10px;
}
#ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider.ticket-yahoo {
	background-image: url('http://static.tumblr.com/h2khale/vw2n43m75/yahoo.jpg');
}
#ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider:hover {
	background-position: 0 -45px;
}
.is-mobile #ticketing-popup .ticketing-inner .bottom .select-provider .ticket-provider:hover {
	background-position: 0 0;
}

.notes li {
	margin:5px 0 0 0;
}

.notes li span {
	margin-left:8px;
}

.permalink footer {
	max-width:1110px;
}



@media (min-width: 1252px) {

	#content {
		width: 1236px;
		margin: 0 auto;
		padding-bottom:5px;
		overflow: hidden;
	}

	.page-container {
		width:1252px;
	}
	/*
	a.anchor {
	    top:505px;
	}*/

	.full {
		width:1236px;
		height: auto;
		/* line-height:612px; */
		margin-top: 328px;/* 636px; for two rows */
	}
	#videos.full {
		margin-top: 636px;
	}

	.full p {
		line-height: 1.8em;
		font-size: 1.3em;
	}

	.carousel {
		height:594px;
	}

	.text-body {
		height: 390px;
	}

}


@media (max-width: 1251px) {

	#header, .splash {
		/* height:500px; */
	}

	#tow-title {
		margin: 4% 0 0 0;
	}

	#tow-title img {
		width:290px;
	}

	#content {
		width: 924px;
		margin:0 auto;
		overflow: hidden;
	}
	/*
	a.anchor {
	    bottom:600px;
	}*/

	.page-container {
		width:940px;
	}
	/*
	a.anchor {
	    top:862px;
	}*/

	.full {
		height: auto;
		/* line-height:483px; */
		margin-top: 636px;/* 948px; two rows */
	}



	.full h2 {
		font-size: 22px;
		margin-top: 24px;
	}

	.inner {
		max-height: none;
	}

	#cast .inner {
		height:auto;
		padding: 2px 0px 15px 30px;
	}

	.box-nav ul {
		padding: 0;
		line-height: 21px;
	}

	#cast h3 {
		margin-top: 0;
	}

	.full p {
		line-height: 1.8em;
		font-size: 1.1em;
		width: 100%;
	}

	footer {
		max-width: 924px;
	}

	.carousel-control .glyphicon-chevron-right {
		right: 50%;
	}

	#cast ul.share-bar {
		margin: 96px auto 0 113px;
	}

	#cast ul.tag-bar {
		margin: 0 27%;
		top: 15%;
	}

	#cast ul.social-bar {
		margin: 0 auto 0 125px;
		top: 26%;
	}

	#about .img-header_cast-crew .tblock {
		left:0;
		width: 51.7%;
		height: 99.5%;
	}

	#about ul.share-bar {
		margin: 96px auto 0 113px;
	}

	#about ul.tag-bar {
		margin: 0 27%;
		top: 15%;
	}

	#about ul.social-bar {
		margin: 0 auto 0 125px;
		top: 44%;
	}

}


@media (max-width: 947px) {

	#header, .splash {
		/* height:400px; */
	}

	#tow-title {
		margin: 6% 0 0 0;
	}

	#tow-title img {
		width:230px;
	}

	#content {
		width: 612px;
		margin:0 auto;
		overflow: hidden;
	}
	/*
	a.anchor {
	    bottom:600px;
	}*/

	.page-container {
		width:628px;
	}
	/*
	a.anchor {
	    top:1174px;
	}*/

	.full {
		height: auto;
		/* line-height:800px; */
		margin-top: 650px;/* 1260px; for 2 rows */
	}
	#videos.full {
		margin-top: 1261px;
	}


	/* ABOUT HOVER */

	#about .img-header_cast-crew .tblock {
		width: 100%;
		display: none;
	}
	.img-header_cast-crew:hover .tblock {
		width: 100%;
		display:none;
	}

	.img-header_about, .img-header_cast-crew {
		overflow:hidden;
		position:relative;
		background-position:center top;
	}
	/*
		.full img.left {
		  height:600px;
		  width:600px;
		  margin:-300 0 0;
		  }
	*/


	.img-header_cast-crew, .img-header_about {
		height:500px;
		overflow:hidden;
	}

	.img-header_about img /*, .img-header_cast-crew img*/ {
		margin:-300 0 0;
	}

	footer {
		max-width: 612px;
	}

	.carousel-control .glyphicon-chevron-right {
		width: 50%;
		right: 100%;
	}

	/* SOCIAL HOVER OVERLAY */


	.img-header_cast-crew/*:hover*/ .tblock {
		width: 100%;
		height: 100%;
		background: url('http://static.tumblr.com/h2khale/3Dbmy4bek/red-tran-bg.png');
		z-index: 6;
		display: none;
		position: absolute;
		top:15px;
		right:0;
		text-align:center;
	}

	.img-header_cast-crew:hover .tblock {
		width: 100%;
		display:none;
	}

	/* remove */
	.img-header_cast-crew .tblock {
		display: none;
	}

	#cast ul.share-bar {
		margin:2% 0 0 33%;
		border:1px solid #ff0000;
		z-index:9998;
		display:block;
		overflow:hidden;
	}

	#cast ul.share-bar li {
		border:1px solid #00ff00;
		z-index:9998;
	}

	#cast ul.share-bar li a {
		border:1px solid #0000ff;
		z-index:9998;
	}

	#cast ul.tag-bar {
		margin: 0 27%;
		top: 15%;
	}

	#cast ul.social-bar {
		margin:2% 0 0 33%;
		/* margin: 0 auto 0 125px; */
		top: 26%;
		border:1px solid #ff0000;
	}

}



/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media (min-width: 947px) and (max-width: 1251px){
	.item {
		width:  222px;
		height: 222px;
	}
	.small:hover .tblock {
		width: 222px;
		height: 222px;
	}
	.small ul.share-bar {
		padding: 0 0 0 9px;
		top: 40px;
		left: 0;
	}
	.small .tag-bar {
		top: 110px;
		left: 46px;
	}
	.small ul.social-bar {
		top: 150px;
		left: 0px;
		padding: 0 0 0 31px;
	}
	.full {
		height: auto;
		margin-top: 246px;
	}
	#videos.full {
		height: auto;
		margin-top: 480px;
	}
	#about ul.share-bar {
		left: 0;
	}
	#about ul.social-bar {
		left: 10px;
		top: 300px;
	}
	#about ul.tag-bar {
		top: 230px;
		left: 55px;
	}
}

@media only screen and (min-width: 938px) and (max-width: 1242px) {
	.full {
		max-width: 924px !important;
	}
	.outer {
		/* max-height: 465px !important; */
		padding: 0px !important;
	}
}

@media only screen and (min-width: 624px) and (max-width: 947px) {
	.full {
		max-width: 612px !important;
	}
	.outer {
		/* max-height: 306px !important; */
		height: auto;
		padding: 0px !important;
	}

	.full img.left {
		width: 100%;
		float: left;
		height: auto;
		max-height: inherit;
		/*
		width: 100%;
		float: left;
		height: 300px;
		*/
	}

	.img-header_about img {
		height: auto;
		margin: 0;/*-300px 0 0;*/
	}

	.full img.right {
		width: 100%;
		height: auto;
		max-height:inherit;
	}

	#cast .outer {
		height:auto;
	}

}

@media (max-width: 1155px) {
	.isStuck ul.social-nav {
		margin-top: 9px;
		top: 28px;
		margin-right: 280px;
		left: 350px;
		right: inherit;
		width: 400px;}
	.isStuck .page-nav {
		line-height: 40px;}
}

@media (max-width: 1024px) {
	.page-nav li a {
		font-size: 14px;}
}

@media (max-width: 1190px) {
	.social-nav li {
		width: 15px;
		padding: 8px 6px;
		margin:0 0 0 6px;
	}
	.social-bubble {
		left: -35px;}

	.social-nav li a {
		background: url('http://static.tumblr.com/h2khale/Coxmyl51p/social-media-sprite_128px.png') no-repeat -200px 0;
		border: 0px solid #00ff00;
		background-size: 1200%;
	}

	.social-nav li a:hover {
		opacity:0.8;
	}

	.social-nav li.facebook a {
		background-position: -89px -25px;
	}

	.social-nav li.pinterist a {
		background-position: -58px -25px;
	}

	.social-nav li.twitter a {
		background-position: -31px -24px;
	}

	.social-nav li.googleplus a {
		background-position: -120px -24px;
	}

	.social-nav li.youtube a {
		background-position: -149px -24px;
	}

	/*
		 .social-nav li.facebook {
		  background: url('http://static.tumblr.com/h2khale/goMmy4jfw/facebook.png') no-repeat center center;
		  background-size:24px 25px;}
		.social-nav li.twitter {
		  background: url('http://static.tumblr.com/h2khale/sltmy4jge/twitter.png') no-repeat center center;
		  background-size:24px 25px;}
		.social-nav li.instagram {
		  background: url('http://static.tumblr.com/h2khale/QCamy4jgt/instagram.png') no-repeat center center;
		  background-size:24px 25px;}
		.social-nav li.googleplus {
		  background: url('http://static.tumblr.com/h2khale/xmOmy4jh8/googleplus.png') no-repeat center center;
		  background-size:24px 25px;}
		.social-nav li.youtube {
		  background: url('http://static.tumblr.com/h2khale/4vmmy4jhm/youtube.png') no-repeat center center;
		  background-size:24px 25px;}
		.social-nav li.audio {
		  background: url('http://static.tumblr.com/h2khale/Or9my4jhy/audio.png') no-repeat center center;
		  background-size:24px 25px;}
	*/
}

@media (max-width: 865px) {
	.page-nav, .social-nav, .social-nav-alt {
		padding: 0px 4px;
	}
	.social-nav li {
		margin: 0 0 0 0;
	}
}

/*
@media (min-width: 1252px) and (max-width: 1499px) {

    #header, .splash {
        height:600px;
    }

	#content {
		width: 924px;
		margin:677px auto 0 auto;
		overflow: hidden;
	}

	footer {
    max-width: 924px;
}

}
*/


.full {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 3px 0 0 #bcbcbc;
	box-shadow: 0 3px 0 0 #bcbcbc;
}


.modal-header-tickets {
	height:400px;
	background-color:#fff;
	background: url('http://static.tumblr.com/hlg4i7e/jh2n5bnrj/nowplaying_other_woman_tickets.png') no-repeat bottom center;
	background-size:cover;
}

#tow-ticketing-modal {
	display:none;
}

.bottom {
	height: 80px;
	border-top: 1px solid white;
	position: relative;
	background-color:#000;
}

a.ticket-provider {
	background-position: 0 0;
	display: inline-block;
	width: 53px;
	height: 53px;
	overflow: hidden;
	float:left;
	text-decoration:none;
}

a.ticket-provider:hover {
	background-position: 0 -53px;
	text-decoration:none;
}

.get-tickets, .zip-finder, .select-provider {
	float:left;
}

.get-tickets {
	height:77px;
	width:220px;
	float:left;
	font-size:1.6em;
	line-height:3em;
	text-align:center;
	border-right:1px solid #ddd;
}

.zip-finder {
	height:77px;
	width:220px;
	margin:0 auto;
	border:0px solid #bbb;
}

.zip-finder input {
	margin: 17px 0 0 15px;
	padding: 10px;
	width: 210px;
}

.select-provider {
	float:right;
	height:77px;
	width:220px;
	border-left:1px solid #bbb;
}

a.ticket-fandango {
	margin:10px 0 0 24px;
	background-image: url('http://static.tumblr.com/h2khale/0lpn43m72/fandango.jpg');
}

a.ticket-movietickets {
	margin:10px 0 0;
	background-image: url('http://static.tumblr.com/h2khale/oNHn43m7c/movietickets.jpg');
}

a.ticket-yahoo {
	margin:10px 0 0;
	background-image: url('http://static.tumblr.com/h2khale/vw2n43m75/yahoo.jpg');
}


.index-page #video-modal {display:block;}


@media (max-width: 624px) {
	.img-header_about .full img.left {
		width: 100%;
		height: auto;
		max-width: inherit;
	}
}
