@charset "utf-8";

/* CSS Document */

/* COLORS
BRIGHT PURPLE 03 	#dec4e9;

BRIGHT PURPLE 10 	#923ab5;

PURPLE 04	#9638b0;
PURPLE 07	#4c1f61;
PURPLE 08	#421b54;
PURPLE 10	#2a1234;

GRAY 02 	#b4b4b4;
GRAY 04		#3f3f41;
GRAY 05		#6b6b6b;
GRAY 06		#272729;
GRAY 07 	#262628;
GRAY 09 	#101010;
*/

/* GLOBAL */
body {
	margin: 0;
	background: #000000;
	font-size: 100%;
	font-family: 'Poppins', sans-serif;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 400;
}

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

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 980px;
	margin: 0 auto;
}

article, aside, main, #gallery-for-movie-container, .column33, .footer-column-33, .footer-column-66, #promo-navigation, .instagram-card, div.width-50, div#watch-online div.width-25 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.column33 {
	float: left;
	width: 33.332%;
	padding-right: 10px;
}

/* LAYOUT */

.column { }

.columns { float: left; }

.right-column { }

.left-column { }

.margin-top { margin-top: 15px; }

/* WIDTH */

.width-small { width: 150px; }

.width-medium { width: 300px; }

.width-large { width: 600px; }

.width-20 { width: 20%; }

.width-25 { width: 25%; }

.width-30 { width: 30%; }

.width-33 { width: 33.332%; }

.width-40 { width: 40%; }

.width-50 { width: 50%; }

.width-60 { width: 60%; }

.width-70 { width: 70%; }

.width-80 { width: 80%; }

.width-100 { width: 100%; }

/* ALIGNMENT */

.alignright { float: right; }

.centered { text-align: center; }

.align-right { float: right; }

img.align-right { margin: 0 0 15px 15px; }

/* FONTS */

h1 {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	font-size: 2em;
	color: #f1f1f1;
}



h2 {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	font-size: 1.65em;
	line-height: 1;
	color: #b4b4b4;
}

h3 {
	margin: 10px 0 0 0;
	font-size: 1.5em;
	border-bottom: 1px solid #000000;
}

h4 { font-size: 1.3em; }

h5 { font-size: 1.15em; }

h6 { font-size: 1em; }

a img { border: none; }

p {
	margin: 15px 0;
	padding: 0;
	font-size: .9em;
	color: #262628;
	line-height: 1.4;
}

aside p { margin: 0 15px; }

p.large-text {
	font-size: 1.25em;
	margin: 10px 0;
	line-height: 1;
}

p.small-text {
	font-size: .85em;
	margin: 10px 0;
	line-height: 1;
}

p.gray-text { color: #6b6b6b; }

ul {
	font-size: .9em;
	color: #262628;
	line-height: 1.4;
}

.link-as-button {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	color: #ffffff;
	background: #545454;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.link-as-button:hover {
	color: #545454;
	background: #bdbdbd;
}

#movie-about-crew a {
	color: #cbaef0;
}

/* NAVIGATION */

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav a { text-decoration: none; }

/* FILMSTRIP: 98w X 69h
INSIDE 94w X 47px */

#main-nav { }

#main-menu-button {
	display: none;
	float: right;
	width: 110px;
	margin: 11px 7px 0 0;
	background: #4c1f61;
	color: #ffffff;
	font-size: 16px;
	line-height: 47px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

#main-menu-button:hover { background: #923ab5; }

#main-nav ul { float: right; }

#main-nav li {
	float: left;
	margin: 0 6px 0 6px;
	padding: 11px 0 10px 0;
	width: 112px;
	line-height: 48px;
	text-align: center;
}

#main-nav a {
	display: block;
	color: #b4b4b4;
	font-size: 16px;
	border-radius: 5px;
	text-transform: uppercase;
}

#main-nav a:hover {
	background: #923ab5;
	color: #ffffff;
}

#main-nav a.current-main, #main-nav a.current-main:hover {
	background: #553a61;
	color: #b4b4b4;
	cursor: default;
}

#secondary-nav ul { border-bottom: 1px solid #3F3F41; }

#secondary-nav li { }

#secondary-nav a {
	display: block;
	padding: 10px 15px;
	background: #272729;
	color: #fff;
	text-transform: uppercase;
}

#secondary-nav a:hover {
	background: #d3d2d2;
	color: #3F3F41;
}

#secondary-nav a.current-secondary, #secondary-nav a.current-secondary:hover {
	background: #3F3F41;
	color: #ffffff;
	cursor: default;
}

#watch-win-link { line-height: 1; }

#watch-win-link span { font-size: 12px; }

/* BREADCRUMBS */
#breadcrumbs { padding: 0 0 10px 5px; }

#breadcrumbs li, #breadcrumbs a {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

#breadcrumbs li {
	display: block;
	float: left;
}

#breadcrumbs li span { padding: 0 5px; }

/* HEADER */

div#watch-online {
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding-top: 10px;
	padding-right: 0.5%;
	padding-left: 0.5%;
}

div#watch-online div.watch-online-container {
	flex: 0 0 24.5%;
	margin-bottom: 10px;
	padding: 0;
	box-sizing: border-box;
}

div#watch-online div.watch-online-container a {
	display: block;
	width: 100%;
}

div#watch-online div.watch-online-container img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

div#watch-online a:hover img { opacity: 0.8; }


#header-wrapper {
	padding: 10px 0 0 0;
	background-image: -ms-linear-gradient(bottom, #3F3F41 0%, #272729 100%);
	background-image: -moz-linear-gradient(bottom, #3F3F41 0%, #272729 100%);
	background-image: -o-linear-gradient(bottom, #3F3F41 0%, #272729 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F41), color-stop(1, #272729));
	background-image: -webkit-linear-gradient(bottom, #3F3F41 0%, #272729 100%);
	background-image: linear-gradient(to top, #3F3F41 0%, #272729 100%);
}

#search-container {
	display: block;
	padding: 0 10px 10px 0;
}

#search-movies { float: right; }

header {
	position: relative;
	height: 69px;
	background: url(/images/film-bkg.png) right repeat-x;
}

#logo {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -55px;
	height: 110px;
	z-index: 10000;
}

#site-title {
	float: left;
	width: 193px;
	height: 37px;
	margin: 15px 0 0 185px;
	padding: 0;
}

/* BODY */

#movie-posters {
	display: table;
	padding-top: 30px;
}

aside {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	padding: 0;
}

main { padding: 0; }

main.full-screen {
	display: table-cell;
	padding-left: 30px;
}

main.with-nav {
	float: left;
	width: 70%;
}

article {
	margin: 0 0 25px 0;
	padding: 15px;
	border-radius: 3px;
	background: #fff;
}

article p { color: #262628; }

#body-content {
	padding: 15px 0 0 0;
	background: #000000;
}

.page { padding: 15px; }

#call-to-actions { }

#call-to-actions a {
	display: block;
	text-align: center;
}

#call-to-actions img {
	display: block;
	margin: 0 auto;
}

#call-to-actions { padding: 25px 0 0 0; }

#watch-win {
	color: #fff;
	background: #555;
}

#watch-win h1 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#watch-win p { color: #fff; }

.contest-large-text {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.contest-medium-text {
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}

.contest-instructions {
	font-size: 26px;
	font-weight: bold;
}

.contest-ol-list {
	font-size: 22px;
	font-weight: bold;
}

.contest-ol-list li { margin-bottom: 10px; }

/* INSTAGRAM */

#instagram-feed {
	margin: 15px 0;
	background: #fff;
}

.instagram-card {
	padding: 10px;
	min-height: 750px;
}

.instagram-thumbnail {
	display: block;
	width: 100%;
}

.instagram-caption {
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 14px;
	max-height: 175px;
	overflow: hidden;
}

.instagram-meta-data {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.instagram-icon {
	display: inline-block;
	margin: 0 10px 0 10px;
	padding-left: 32px;
	line-height: 25px;
	background: url(/images/icons/icons-instagram.png) no-repeat;
}

.instagram-icon span { font-size: 15px; }

.instagram-date { background-position: 0 0; }

.instagram-likes { background-position: 0 -30px; }

.instagram-comments { background-position: 0 -60px; }

.instagram-link {
	display: block;
	margin: 15px 0 0 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.instagram-link:hover { text-decoration: underline; }

/* PROMOS */

#promos {
	padding: 25px 0;
	background-image: -ms-linear-gradient(top, #421B54 0%, #2A1234 100%);
	background-image: -moz-linear-gradient(top, #421B54 0%, #2A1234 100%);
	background-image: -o-linear-gradient(top, #421B54 0%, #2A1234 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #421B54), color-stop(1, #2A1234));
	background-image: -webkit-linear-gradient(top, #421B54 0%, #2A1234 100%);
	background-image: linear-gradient(to bottom, #421B54 0%, #2A1234 100%);
}

#promo-navigation {
	width: 1050px;
	margin: 0 auto;
	position: relative;
}

#caroufredsel-container {


}

.caroufredsel-item {
	display: block;
	float: left;
	margin: 0 20px;
	width: 280px;
}

.caroufredsel-item .promo-link {
	display: block;
	padding: 0 0 0 75px;
	min-height: 60px;
	background-position: left top;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	text-decoration: none;
	box-sizing: border-box;
	opacity: 1;
	transition: 150ms opacity ease-in;
}

.caroufredsel-item .promo-link:hover {
	opacity: 0.8;
	transition: 150ms opacity ease-out;
}

.caroufredsel-item .promo-link h2 {
	margin: 6px 0 3px 0;
	padding: 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}
	
.caroufredsel-item .promo-link p {
	margin: 0;
	font-size: 14px;
	max-width: 190px;
	color: #B0B0B0;
	line-height: 1.3;
	letter-spacing: -0.25px;
}

#promos #caroufredsel-items a img {
	height: 60px;
	margin: 0 15px 0 0;
}

/* RECENTLY ADDED */

#recently-added h2 {
	margin: 35px 0 15px 0;
	padding: 0 0 5px 0;
	color: #fff;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

#recently-added a.link-as-button {
	margin-bottom: 50px;
	font-size: 24px;
}

/* MOVIES */

.movie-poster {
	display: block;
	float: left;
	margin: 0 25px 25px 0;
	width: 220px;
	height: 310px;
}

.movie-poster img { width: 100%; }

/* MOVIE */

.video-container {
	margin: 0;
	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%;
}

#cast-table {
	padding: 15px 0;
	margin: 0 0 25px 25px;
	border-spacing: 0;
	border-collapse: collapse;
}

#cast-table td {
	margin: 0;
	padding: 15px 5px 5px 0;
	border-bottom: 1px solid #b4b4b4;
}

.headshot {
	width: 35px;
	height: 35px;
}

.cast-name {
	font-weight: bold;
	font-size: 1.25em;
}

.cast-character { font-style: italic; }

.cast-social-media {
	height: 35px;
	margin-left: 10px;
}



/* IMAGES */
figure {
	width: 300px;
	padding: 5px;
	background: gray;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

figure img { width: 100%; }

figure.alignright {
	float: right;
	margin: 15px 0 0 15px;
}

figure.alignleft {
	float: left;
	margin: 15px 15px 0 0;
}

figcaption {
	text-align: center;
	font-style: italic;
}



#movie-banner { width: 100%; }

/* FOOTER */

footer {
	padding: 15px 0;
	min-height: 100px;
}

footer p, footer a { color: #6b6b6b; }

footer a { text-decoration: none; }

footer a:hover {
	color: #9638b0;
	text-decoration: underline;
}

.footer-column-66 {
	float: left;
	width: 66.5%;
}

.footer-column-33 {
	float: left;
	width: 33.32%;
}

#social-media { float: right; }

.social-icons img {
	height: 30px;
	margin-left: 10px;
}

footer .column03 {
	padding: 15px;
	background: #545454;
}

/* END FOOTER */

/* --- BLOG --- */

.blog-card {
	padding: 10px;
	min-height: 300px;
	text-decoration: none;
}

.blog-card .thumbnail { position: relative; }

.blog-card .thumbnail img {
	display: block;
	width: 100%;
}

.blog-card .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px 20px;
	font-size: 22px;
	line-height: 1.2;
}

.blog-card .description {
	margin-top: 10px;
	padding: 0 20px;
	font-size: 16px;
}

/* POST */

.post { margin: 15px 0; }

.post p { margin: 0 0 1em 0; }

#post-banner {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	max-height: 550px;
	overflow: hidden;
}

#post-banner img {
	display: block;
	width: 100%;
}

#post-banner div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
}

#post-banner p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 15px;
	font-size: 25px;
	line-height: 1.2;
}

/* FORMS */

form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form li {
	margin-bottom: 25px;
	background: #292929;
	border-radius: 8px 8px 0 0;

}

form li:hover {
	background: #DDDCE1;
}

form li.select-field:hover,
form li.select-field label:hover,
form li.select-field select:hover,
form li.blank-field:hover,
form li.blank-field label:hover  {
	cursor: pointer;
}

form label:hover, form li:hover {
	cursor: text;
}

form li.blank-field {
	background: none;
}

form li.blank-field:hover {
	background: none;
}

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

legend {
	margin: 0 0 20px 2px;
	padding: 0;
	font-size: 18px;
	color: #3c4043;
	line-height: 1.5;
	font-weight: 400;
}

label, legend.as-form-label {
	display: block;
	margin: 0;
	font-size: 12px;
	color: #626262;
	line-height: 12px;
}

label {
	padding: 10px 0 4px 12px;
	letter-spacing: -0.25px;
}

legend.as-form-label {
	padding: 0 0 4px 12px;
}

abbr.required-field-label {
	color: #d13135;
}

form li.checkbox-li, form li.checkbox-li:hover {
	background: none;
}

form li.checkbox-li {
	padding: 18px 5px 18px 5px;
	height: 20px;
	border-radius: 0;
}

li.checkbox-li label {
	display: flex;
	width: 100%;
	padding: 0;
}

li.checkbox-li:hover, li.checkbox-li:hover label {
	cursor: pointer;	
}

li.checkbox-li span.checkbox-label {
	font-size: 14px;
	line-height: 20px;
}

li.checkbox-li input[type="checkbox"] {
	opacity: 0;
}

li.checkbox-li span.checkbox-slider {
	position: relative;
	margin-top: 4px;
	margin-left: auto;
	width: 36px;
	height: 12px;
	background: #DDDCE1;
	border-radius: 7px;
}

li.checkbox-li span.checkbox-slider:hover {
	cursor: pointer;
}

li.checkbox-li span.checkbox-slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	top: -4px;
	left: -1px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow:	0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-transition: 150ms;
	transition: 150ms;
}

input[type=checkbox]:checked + span.checkbox-slider {
	background: #a1c2f8;
}

input[type=checkbox]:checked + span.checkbox-slider:before {
	background-color: #4286f5;
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

select {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	border: 1px solid #fff;
	font-size: 22px;
	color: #fff;
	background-image: url("/images/icons/arrow_drop_down-24px.svg");
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #000;
	-webkit-appearance: none;
	border-radius: 0;
	padding: 6px 15px 6px 10px;
}

input, textarea, input:focus, textarea:focus {
	color: #433e47;	
}

textarea,
input[type]:not([type="submit"]):not([type="checkbox"]) {
	margin: 0;
	padding: 5px 5px 5px 12px;
	width: 100%;
	font-size: 16px;
	background: none;
	color: #433e47;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #f1f3f4;
	border-left: none;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
}

textarea:hover,
input[type]:not([type="submit"]):hover:not([type="checkbox"]):hover {
	color: #433e47;	
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #6b96ee;
	border-left: none;
}

textarea:focus,
input[type]:not([type="submit"]):focus:not([type="radio"]):focus:not([type="checkbox"]):focus {
	color: #433e47;	
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #985eff;
	border-left: none;
}

textarea.required-field,
textarea.required-field:focus,
input[type].required-field:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
input[type].required-field:focus:not([type="submit"]):focus:not([type="radio"]):focus:not([type="checkbox"]):focus {
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #d13135;
	border-left: none;
}

textarea.required-field,
input[type].required-field:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	background-image: url("/wings/images/bkg/required.svg");
	background-size: 14px 14px;
	background-position: right 12px center;
	background-repeat: no-repeat;
}

textarea.required-field:focus,
input[type].required-field:focus:not([type="submit"]):focus:not([type="radio"]):focus:not([type="checkbox"]):focus {
	background-image: none;
}

textarea.required-field:hover,
textarea.required-field:focus:hover,
input[type].required-field:hover,
input[type].required-field:focus:hover {
	border-bottom: 2px solid #d13135;
}

form li textarea {
	display: block;
}
/* FORM TOOLTIP */

form li.input-with-tooltip {
	position: relative;
}

div.form-tooltip-container {
	position: absolute;
	top: 100%;
	margin-top: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

span.form-tooltip {
	padding: 2px 8px;
	background-color: #FFF88F;
	color: #000;
	font-size: 12px;
	border-radius: 4px;
	font-weight: 400;
}

/* FORM ACCESSORIES */

form ul ul.input-instructions {
	height: 20px;
}

form ul ul.input-instructions li {
	display: none;
	margin: 0;
	padding: 4px 8px;
	min-height: inherit;
	background: #f9eac0;
	font-size: 12px;
	line-height: 12px;
	border-left: 3px solid #CBBA88;
	letter-spacing: -0.5px;
}

.optional {
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
}

.input-as-display label, .input-as-display input[type=text] {
	margin: 0;
	padding: 0;
}

.input-as-display label { float: left; }

.input-as-display input[type=text] {
	width: auto;
	background: #fff;
	border: none;
}

.form-row {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b2c6d3;
}

label span.form-optional {
	font-size: 10px;
	font-style: italic;
}

.form-tools {
	margin: 25px 0 15px 5px;
	padding: 0;
	list-style-type: none;
}

.form-tools a { text-decoration: none; }

.form-tools a:hover { text-decoration: underline; }

/* FORM TIP */

.form-tip-li {
	position: relative;
	display: inline-block;
}

.form-tip {
	display: none;
	position: absolute;
	top: 0;
	left: 102%;
	padding: 15px 10px;
	width: 250px;
	background: #161c27;
}

.form-tip p.title {
	margin: 0 0 10px 0;
	font-size: 20px;
}

.form-tip ol li {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

img.close-form-tip {
	float: right;
	cursor: pointer;
}

img.close-form-tip, .form-tip p.title, .form-tip ol li { color: #fff; }

/* MESSAGES */

.message-container {
	margin: 10px auto;
	padding: 5px 10px;
	width: 100%;
	max-width: 1000px;
	background: #f9eac0;
	border-left: 3px solid #426277;
}

.message-container p {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.errors-container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

.errors-container li {
	margin: 0 0 4px 0;
	padding: 4px 0 4px 5px;
	font-size: 13px;
	border-style: solid;
	border-width: 0 0 0 3px;
	line-height: 1;
	font-weight: 500;
}

/* SLIDESHOW */


#slideshow-wrapper {
	background: #000000;
	min-height: 400px;
	margin-bottom: 20px;
}

#banners img { width: 100%; }

.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	background: #fff url(loading.gif) no-repeat 50% 50%;
	overflow: hidden;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

/*.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}*/

.nivo-box img { display: block; }

/* CAPTIONS */
.nivo-caption {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 8;
	width: 100%;
	padding: 5px 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	overflow: hidden;
}

.nivo-caption p { margin: 0; }

.nivo-caption a {
	display: inline !important;
	color: #ccc;
}

.nivo-html-caption { display: none; }

/* NAVIGATION */
.nivo-directionNav a {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	z-index: 9;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=5);
}

.nivo-directionNav a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=10);
}

.nivo-prevNav {
	left: 5px;
	background: url(arrow-prev.png);
}

.nivo-nextNav {
	right: 5px;
	background: url(arrow-next.png);
}

/* PAGINATION */
.nivo-controlNav {
	text-align: center;
	padding: 5px 0;
}

.nivo-controlNav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #dadce0;
	text-indent: -9999px;
	border: 0;
	border-radius: 100%;
	margin: 0 2px;
	cursor: pointer;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active { background: #923ab5; }

/* GALLERY */

#gallery-for-movie-container {
	position: relative;
	width: 100%;
	padding-left: 40px
}

#gallery-for-movie {
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.gallery {
	display: block;
	float: left;
	margin: 0 25px 0 0;
	width: 210px;
	height: 135px;
}

.nav-carousel {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 20px;
	height: 34px;
	cursor: pointer;
	opacity: 0.4;
}

.nav-carousel:hover { opacity: 1; }

#prev {
	left: 0;
	background: url(arrow-left.png) no-repeat;
}

#next {
	right: 0;
	background: url(arrow-right.png) no-repeat;
}

#prev-white {
	left: 0;
	background-image: url(arrow-left-white.png);
	background-size: 20px 34px;
	background-position: center;
	background-repeat: no-repeat;
}

#next-white {
	right: 0;
	background-image: url(arrow-right-white.png);
	background-size: 24px 40px;
	background-position: center;
	background-repeat: no-repeat;
}

/* END GALLERY */

/* NIVO LIGHTBOX */
/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}

.nivo-lightbox-wrap {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}

.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}

.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}

.nivo-lightbox-nav { display: none; }

.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}

.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}

.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }

.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}

.nivo-lightbox-inline, .nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

.nivo-lightbox-notouch .nivo-lightbox-effect-fade {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	-moz-transform: translateZ(300px);
	-ms-transform: translateZ(300px);
	transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: #666;
	background: rgba(0,0,0,0.6);
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
	background-image: url(prev.png);
	border-radius: 0 3px 3px 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
	background-image: url(next.png);
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background-image: url(loading@2x.gif);
	background-size: 32px 32px;
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
	background-image: url(prev@2x.png);
	background-size: 48px 48px;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
	background-image: url(next@2x.png);
	background-size: 48px 48px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	background-image: url(close@2x.png);
	background-size: 16px 16px;
}
}

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

.columns { float: none; }

div#watch-online {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 10px 5px 0 5px;
}

div#watch-online div.watch-online-container {
	flex: 0 0 calc(98%/2);
	margin-bottom: 10px;
}

div#watch-online div.watch-online-container a {
	
}

div#watch-online div.watch-online-container img {
	display: block;
	width: 100%;
	border-radius: 4px;
}

div#watch-online a:hover img { opacity: 0.8; }
	
	.banner-placeholder {
		display: none;
	}
	
/* GLOBAL */
.container { width: 100%; }

.column33 {
	float: none;
	width: 100%;
	padding: 15px;
	margin-bottom: 20px;
}

/* FONTS */

h1 { text-align: center; }

p {
	font-size: 1.25em;
	line-height: 1.6;
}

ul { font-size: 1.25em; }

/* HEADER */

#header-wrapper { padding: 0; }

header { padding: 0; }

#logo {
	position: absolute;
	top: 4px;
	left: 5px;
	margin: 0;
	height: 63px;
}

#site-title { display: none; }

#main-menu-button { display: block; }

#main-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	
	overflow-x: hidden;
	width: 50%;
	z-index: 10000;
	background: #000000;
}

#main-nav ul { float: none; }

#main-nav li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	border-bottom: 1px solid white;
	text-align: left;
}

#main-nav a {
	padding: 35px 0 35px 25px;
	color: white;
	font-size: 16px;
	border-radius: 0;
}

#main-nav a:hover { background: #101010; }

#secondary-nav a { padding-left: 20px; }

/* SLIDESHOW */

#slideshow-wrapper {
	min-height: 175px;
	margin-bottom: 20px;
}

/* PROMOS */

#promos { padding: 25px 0 10px 0; }

#promo-navigation {
	width: 100%;
	padding: 0 40px;
}

#caroufredsel-items .column33 {
	width: 250px;
	padding: 0;
}

#caroufredsel-items .column33 .promo-link {
	width: 53px;
	height: 40px;
}
	
#caroufredsel-items .column33 {
	
}

#promos h2 {
	margin: 0 0 5px 60px;
	font-size: 1em;
}

#promos p { margin: 0 0 0 60px; }
	
	

/* END PROMOS */
	

/* BODY */
aside { display: none; }

main.with-nav {
	float: none;
	width: 100%;
}

main.full-screen {
	display: inherit;
	width: 100%;
	padding-left: 0;
}

article {
	margin: 0 0 25px 0;
	padding: 10px;
	border-radius: 0;
}

/* END BODY */

/* MOVIES */
#movie-posters { display: inherit; }

.movie-poster {
	float: none;
	margin: 0 auto 25px auto;
}

/* END MOVIES */

/* MOVIE */

#buy-now {
	float: right;
	margin: 65px 20px 0 0;
}

.movie-summary {
	clear: both;
	margin-left: 0;
}

/* GALLERY */

#gallery-for-movie-container { padding-left: 0; }

.gallery { margin: 0; }

/* END MOVIE */

/* ABOUT */

.headshot-staff {
	float: none;
	width: 100%;
	height: auto;
	margin: 15px auto 0 auto;
}

/* END ABOUT */

/* FORMS */
#search-container {
	padding: 10px 0;
	text-align: center;
}

#search-movies {
	width: 300px;
	float: none;
	font-size: 16px;
}

/* END FORMS */

/* IMAGES */

figure { width: 100%; }

figure img { width: 100%; }

figure.alignright {
	float: none;
	margin: 15px 0 0 0;
}

figure.alignleft {
	float: none;
	margin: 0;
}

figcaption { }

/* FOOTER */

footer {
	padding: 15px 0;
	min-height: 100px;
}

footer p, footer a { color: #6b6b6b; }

.footer-column-66, .footer-column-33 {
	float: none;
	width: 100%;
	padding: 0 10px;
}

#social-media { float: none; }

.social-icons img {
	height: 40px;
	margin-left: 13px;
}

footer .column03 {
	padding: 15px;
	background: #545454;
}
/* END FOOTER */
}
