@CHARSET "UTF-8";
.sbHolder{
	background-color: #FFFFFF;
	border: none;
	font-size: 0.95rem;
	font-weight: 600;
	height: 34px;
	position: relative;
	width: 300px;
}
.sbHolder:focus .sbSelector{

}

.sbHolder:focus {
	outline: none;
}
.sbSelector{
	display: block;
	height: 34px;
	left: 0;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 32px;
	top: 0;
	width: 271px;
	border: 1px solid #b3b2b2;
	border-right: none;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #818181;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: transparent url(../img/global/select-icons.png) -6px -114px no-repeat;
	display: block;
	height: 34px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
	border-top: 1px solid #b3b2b2;
	border-right: 1px solid #b3b2b2;
	border-bottom: 1px solid #b3b2b2;
	border-left: none;
}
.sbToggle:hover{
	background: url(../img/global/select-icons.png) -6px -114px no-repeat;
}
.sbToggleOpen{
	background: url(../img/global/select-icons.png) -6px -114px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/global/select-icons.png) -6px -114px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFFFFF;
	border: solid 1px #b3b2b2;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 298px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 3px 7px 1px;
	/*line-height: 1.6em;*/
}
.sbOptions a{
	border-bottom: solid 1px #ddd;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions li:last-child a {
	border: none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #818181;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: solid 1px #515151;
	color: #818181;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * 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;
}

body {
    font-size: 1em;
    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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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


/* ==========================================================================
   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;
}
.displayNone,
.display_none{
	display: none !important;
}

/*
 * 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: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

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

/* ==========================================================================
Global CBS Styles
========================================================================== */

body {
    background-color: #ececec;
    font-family: 'proxima-nova', sans-serif;
}

@font-face {
    font-family: 'bodoni_be_regularMdIt';
        src: url('../css/global/fonts/bodon139-webfont.eot');
        src: url('../css/global/fonts/bodon139-webfont.eot') format('embedded-opentype'),
        url('../css/global/fonts/bodon139-webfont.woff') format('woff'),
        url('../css/global/fonts/bodon139-webfont.ttf') format('truetype'),
        url('../css/global/global/fonts/bodon139-webfont.svg#bodoni_be_regularMdIt') format('svg');
        font-weight: normal;
        font-style: normal;
}

.gpu {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
}

li {
    list-style-type: none;
}

h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.55em;
    line-height: 1.24em;
    text-align: center;
    color: #f8f9fa;
    background-color: #000;
    padding: 0;
    margin: 0;
}

.light_gray_btn {
    background-color: #ccc;
    padding: 4px 0;
    font-size: 1.1em;
    font-weight: 600;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    clear: both;
	color: #666;
}
.light_gray_btn:hover {

}
.light_gray_btn a {
    text-decoration: none;
    color: #666;
}

.light_gray_btn a:visited,.light_gray_btn a:link, .light_gray_btn a:active {
    text-decoration: none;
    color: #666;
}

.light_gray_btn span.elipses {
    display: none;
}
.light_gray_btn a {
    text-decoration: none;
    color: #666;
}

.border_box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.iscroll_boost {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

html * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*-webkit-user-select: none;*/
    -webkit-touch-callout: none;
}

/*.page_wrap {
    max-width:  1600px;
}*/

.italic_red_button {
    font-family: bodoni_be_regularMdIt, serif;
    text-transform: none;
    font-weight: normal;
    background: none;
    font-size: 1.04em;
    position: relative;
    line-height: 1.2em;
    margin-left: -24px;
    color: #9a3a44;
    text-align:left;
    cursor:pointer;
	display: table;
	-webkit-font-smoothing: antialiased;
}
.italic_red_button li {
    list-style-image: url('../img/global/bullet.png');
}

.italic_red_button ul {
    padding-top: 0;
    margin-top: 0;
	margin-bottom: 0;
}
.italic_red_button a {
    text-decoration: none;
    color: #9a3a44;
	-webkit-transition: 0.3s;
	-moz-transition:    0.3s;
	-o-transition:      0.3s;
	transition:         0.3s;
}
.italic_red_button a:hover {
	color: #333;
}

.video_icon{
    position: absolute;
    margin: -37px auto 0 -37px;
    top:50%;
    left:50%;
    z-index: 10000;
	width: 75px !important;
}
.inner_88 {
	width:     100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.browse_by_film{
    text-transform: uppercase;
    color:#666666;
    background-color: transparent;;
    text-align: left;
    width:272px;
    height:32px;
    font-size:1.0rem;
    font-weight: 600;
    line-height: 5px;

}
.browse_by_film .title{
    margin:-13px 0 0 47px;
}
.browse_by_film img{
     margin:6px 5px 0 14px;
}

::-webkit-input-placeholder {
	color: #808080;
}
:-moz-placeholder {
	color: #808080;
}
::-moz-placeholder {
	color: #808080;
}
:-ms-input-placeholder {
	color: #808080;
}

@media all and (min-width: 600px) {
    .browse_by_film{        
        background-color: #cccccc;
        float: left;
        left: -272px;
        position: relative;
    }
    
    h1 {
        width: 311px;
        text-align: left;
        padding: 0 0 0 10px;
        line-height: 1.3em;
    }
    .light_gray_btn {
        font-family: bodoni_be_regularMdIt, serif;
        text-transform: none;
        font-weight: normal;
        background: none;
        text-align: left;
        font-size: 1.04em;
	    color: #9a3a44;
	    -webkit-transition: 0.3s;
	    -moz-transition:    0.3s;
	    -o-transition:      0.3s;
	    transition:         0.3s;
    }
    .light_gray_btn a {
        text-decoration: none;
    }
	.light_gray_btn:hover {
		color:           #333;
	}
    .light_gray_btn span.elipses {
        display: inline;
        margin: 0 0 0 8px;
        font-size: 0.7em;
        vertical-align: middle;
        padding: 0 0 5px 0;
    }
	.inner_88 {
		width:     88%;
		max-width: 1140px;
		margin:    0 auto;
	}
}


a {
	text-decoration: none;
}

/* Checkboxes and Radio buttons */

input[type="radio"],
input[type="checkbox"] {
	display: none !important;
}
input[type="radio"] + label span,
input[type="checkbox"] + label span {
	display:          inline-block;
	width:            35px;
	height:           35px;
	background-color: #ccc;
	border:           4px solid #ccc;
	cursor:           pointer;
	margin-right:     14px;
}
input[type="radio"]:checked + label span,
input[type="checkbox"]:checked + label span {
	background-color: #000;
	border:           4px solid #ccc;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	display:   inline-block;
	margin:    0 20px 0 0;
	color:     #343434;
	font-size: 1.2em;
	font-weight: 300;
	-webkit-user-select: none;
}
input[type="radio"] + label div,
input[type="checkbox"] + label div {
	display:        inline-block;
	margin-top:     10px;
	vertical-align: top;
}


#header {
	width:      100%;
	height:     130px;
	background: transparent url('../img/global/bg_header.png') top center;
	z-index:    100;
	position:   relative;
	text-align: center;
}
#header .header_wrap {
	height: 130px;
}
#header .inner {
	max-width: 1140px;
	width:     88%;
	height:    100%;
	margin:    0 auto;
	position:  relative;
}
#header .logo {
	width:    183px;
	height:   31px;
	position: relative;
	top:      50px;
	left:     0;
	z-index:  1;
}
#header nav {
	position:    absolute;
	top:         0;
	right:       0;
	width:       inherit;
	height:      100%;
	white-space: nowrap;
}
#header nav ul {
	margin: 52px -15px 0 0;
	right: 10px;
}
#header nav li {
	list-style-type:        none;
	text-transform:         uppercase;
	font-family:            league-gothic, sans-serif;
	color:                  #595959;
	font-size:              1.35em;
	-webkit-font-smoothing: antialiased;
	height:                 30px;
	padding:                0 26px;
	margin:                 0 14px;
	line-height:            1.5em;
	float:                  right;
	cursor:                 pointer;
	text-align:             center;
}

#header nav li.selected {
	background-color: #010101;
}
#header nav li.films {
	cursor:  default;
	position: relative;
	z-index: 1;
}
#header nav a {
	text-decoration: none;
	color:           #595959;
}
#header nav li.selected a {
	color: #dadada;
}
#header nav .bg_box {
	width:            100%;
	height:           131px;
	background-color: #010101;
	-khtml-opacity:   0;
	-moz-opacity:     0;
	-ms-filter:       "alpha(opacity=0)";
	filter:           alpha(opacity = 0);
	opacity:          0;
	z-index:          -1;
	position: absolute;
	top: -53px;
	left: 0;
}

@media all and (max-width: 1220px) {
	#header nav li {
		padding: 0 2.3%;
		margin:  0 2.3%;
	}
}

@media all and (max-width: 900px) {
	#header nav .bg_box {
		display: none;
	}
}

@media all and (max-width: 600px) {
	#header {
		height: 69px;
		width:  100%;
	}
	#header .inner {
		width: 100%;
	}
	#header .logo_wrap {
		width:            100%;
		background-color: #000;
		padding:          1px 0;
	}
	#header .logo {
		position: relative;
		top:      0;
		left:     0;
		margin:   0 auto;
	}
	#header .header_wrap {
		height: auto;
	}
	#header nav {
		position: relative;
		clear:    both;
		width:    100%;
		top:      1px;
		right:    0;
	}
	#header nav ul {
		margin:  0;
		padding: 0;
	}
	#header nav li {
		float:       right;
		display:     inline;
		width:       25%;
		text-align:  center;
		margin:      0;
		padding:     0;
		height:      34px;
		background:  #e5e5e5 url('../img/global/bg_nav_border.png') top right no-repeat;
		font-size:   1.5em;
		line-height: 1.5em;
		cursor:      pointer !important;
	}
	#header nav li:first-child {
		background-image: none;
	}
	#header nav li.films {
		padding: 0;
	}
}

/* NAV DROPDOWN */

#nav_dropdown {
	text-align: center;
	display:    none;
	clear:      left;
	z-index:    1;
	position:   relative;
	-khtml-opacity: 0;
	-moz-opacity:   0;
	-ms-filter:     "alpha(opacity=0)";
	filter:         alpha(opacity = 0);
	opacity:        0;
}
#nav_dropdown > div {
	vertical-align: top;
}
#nav_dropdown .poster_wrap {
	width:      203px;
	height:     300px;
	float: left;
	overflow:   hidden;
	background: transparent url('../img/global/logo_cbs_card.jpg') top left no-repeat;
}
#nav_dropdown .poster_wrap img {
	-khtml-opacity: 0;
	-moz-opacity:   0;
	-ms-filter:     "alpha(opacity=0)";
	filter:         alpha(opacity = 0);
	opacity:        0;
}
#nav_dropdown .dropdown_group {
	width:      300px;
	height:     300px;
	background: rgba(0, 0, 0, 0.90);
	float:    left;
}
#nav_dropdown .dropdown_group .inner {
	margin:       19px 0 0 29px;
	width:        270px;
	height:       260px;
	border-right: 1px solid #585858;
	text-align:   left;
}
#nav_dropdown .dropdown_group:last-of-type .inner {
	border-right: none;
}
#nav_dropdown h4 {
	font-family:            league-gothic, sans-serif;
	text-transform:         uppercase;
	font-size:              1.50em;
	color:                  #5dc3dc;
	padding:                0;
	margin:                 0 0 14px;
	-webkit-font-smoothing: antialiased;
	font-weight:            normal;
}
#nav_dropdown ul {
	margin:  0;
	padding: 0;
}
#nav_dropdown li {
	color:           #9e9e9e;
	list-style-type: none;
	margin:          0;
	padding:         4px 0;
	text-transform:  uppercase;
	font-size:       0.9em;
	cursor:          pointer;
	width:           95%;
}
#nav_dropdown .show_all {
	color:          #9e9e9e;
	text-transform: uppercase;
	font-size:      0.9em;
	font-weight:    600;
	margin-top:     20px;
}
#nav_dropdown a {
	text-decoration: none;
	color:           #9e9e9e;
}

@media all and (max-width: 1140px) {

	#nav_dropdown {
		text-align: center;
	}
	#nav_dropdown .poster_wrap {
		display: none;
	}

	#nav_dropdown .dropdown_group {
		float:   left;
		margin:  0;
	}
}

@media all and (max-width: 899px) {

	#nav_dropdown .dropdown_group {
		height: auto;
	}
	#nav_dropdown .dropdown_group .inner {
		height: auto;
		border: none;
	}
	#nav_dropdown .dropdown_group {
		display:        block;
		margin:         0 auto;
		margin-top:     -19px;
		padding-bottom: 10px
	}
	#nav_dropdown .dropdown_group h4 {
		padding-top:   20px;
		margin-bottom: 5px;
	}
	#nav_dropdown .show_all {
		padding-bottom: 15px;
	}
	#nav_dropdown li {
		padding: 4px 0;
	}
}

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

	#nav_dropdown {
		display: none;
	}
}

/* Footer */
#footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-family: museo-sans, sans-serif;
    letter-spacing: 0.08em;
    text-align: center;
    background-color: #000;
}
#footer .down_arrow {
    width: 65px;
    height: 41px;
    background: transparent url('../img/global/icon_down_arrow.png');
    background-size: 65px 41px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -33px;
    z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #footer .down_arrow {
        background: transparent url('../img/global/icon_down_arrow@2x.png');
    }
}
#footer .inner {
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}


/* Icons */
#footer .icons {
	display: block !important;
}
#footer .icons ul:first-child {
    margin-top: 29px;
}
#footer .icons ul {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}
#footer .icons li {
    width: 60px;
    height: 60px;
    margin: 20px 18px 0;
    display: inline-block;
}
#footer .icons ul:first-child li:first-child {
    margin-left: 20px;
}

#footer .icons ul:last-child li:last-child {
    margin-right: 20px;
}
#footer .icons li img {
    width: 100%;;
    height: 100%;
}


/* Links */
#footer .links {
    width: 100%;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-top: 37px;
}
#footer .links ul {
    margin: 33px 0 14px 0;
    padding: 0;
}
#footer .links li {
    padding: 0 23px 12px;
}
#footer .links li:nth-child(2) {
    display: none;
    color: #333;
}
#footer .links a {
    color: #e4e4e3;
    text-decoration: none;
}


/* Copyright*/
#footer .copyright {
    width: 100%;
    color: #6e6e6e;
    font-size: 0.8em;
    margin-top: 15px;
    padding-bottom: 35px;
}
#footer .copyright ul {
    margin: 0;
    padding: 0;
}
#footer .copyright li:nth-child(3) {
    display: none;
}


@media all and (min-width: 600px) {
    #footer .icons ul:first-child {
        margin-top: 2px;
    }
    #footer .icons li {
        margin: 29px 28px 0;
        width: 45px;
        height: 45px;
    }
    #footer .icons ul:first-child li:first-child {
        margin-left: 0;
    }
    #footer .icons ul:last-child li:last-child {
        margin-right: 0;
    }
    #footer .links {
        font-size: 0.77em;
    }
    #footer .links ul {
        margin: 48px 0 0 0;
        padding: 0;
    }
    #footer .links li {
        display: inline-block;
    }
    #footer .links li:nth-child(2) {
        display: inline-block;
        padding: 0 0;
    }

    #footer .copyright {
        margin-top: 0;
    }

}

@media all and (min-width: 650px) {

    #footer .copyright li {
        display: inline-block;
        font-size: 0.87em;
        color: #5e5e5e;
    }

    #footer .copyright li:nth-child(3) {
        display: inline-block;
        padding: 0 20px;
    }

}

/* Sticky Footer */
* {
margin: 0;
}
html, body {
height: 100%;
}
.page_wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -210px;
}
.footer_push {
height: 210px;
}



.modal-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10000;
    background: rgba(0, 0, 0, .75);
}

.modal {
    width: 368px;
    height: 274px;
    top: 0;
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
    z-index: 10001;
    background: white url('../img/global/modal/bg.gif') top left repeat-x;
    border: 1px solid #ccc;
}

.modal > * {
    margin: 18px 20px;
}

.modal h2 {
    line-height: 1em;
}

.modal .dismiss {
    width: 328px;
    bottom: -4px;
    padding: 5px 0;
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    color: white;
    background: #333;
    text-transform: uppercase;
}

@media all and (max-width: 370px){
    .modal {
        width: 320px;
    }
    
    .modal .dismiss {
        width: 280px;
    }
}

.agegate-restricted .placeholder {
    cursor: pointer;
}

.modal-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10000;
    background: rgba(0, 0, 0, .75);
}

.agegate {
    width: 740px;
    height: 210px;
    top: 0;
    margin: 0 auto;
    position: absolute;
    overflow: visible;
    z-index: 10001;
    border: 1px solid #ccc;

    background: #434343; /* Old browsers */
    background: -moz-linear-gradient(top, #434343 0%, #2c2c2c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#2c2c2c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #434343 0%,#2c2c2c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #434343 0%,#2c2c2c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #434343 0%,#2c2c2c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #434343 0%,#2c2c2c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
}

.agegate h1 {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    color: white;
    background: none;
}

.agegate h1, 
.agegate h2 {
    text-align: center;
}

.agegate h2, 
.agegate label {
    margin: 0;
    color: #dcdcdc;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

.agegate label {
    display: block;
    height: 20px;
    font-size: 14px;
}

.agegate select {
    width: 100%;
}

.agegate .sbHolder {
    background-color: #ddd;
    border: none;
    height: 30px;
    width: 100px;
}

.agegate .sbToggle {
    height: 30px;
    width: 25px;
    border: none;
}

.agegate .sbSelector {
    width: 85px;
    height: 30px;
    text-indent: 10px;
    line-height: 30px;
    border: none;
}

.agegate .sbOptions {
    width: 100px;
    background-color: #ddd;
    border: none;
    border-top: 1px solid #333;
}

.agegate .sbOptions a {
    border: none;
    padding: 3px 0 3px 3px;
}

.agegate .col {
    width: 115px;
    margin: 0 25px 0 0;
    float: left;
}

.agegate .form {
    padding-top: 30px;
    margin-left: 70px;
}

.agegate .submit, 
.agegate .dismiss {
    display: block;
    width: 85px;
    height: 30px;
    margin: 20px 0 0 50px;
    padding: 0 20px 0 10px;
    color: #585858;
    background: white url('../img/global/agegate/go-btn.gif') right center no-repeat;
    text-transform: uppercase;
    line-height: 30px;
}

.agegate .dismiss {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 370px){
    .agegate {
        width: 300px;
        height: 430px;
        margin-top: -20px;
    }
    .agegate .col {
        width: 100px;
        margin: 5px 30px;
        float: left;
    }
    .agegate .submit {
        margin: 20px 0 0 0;
        padding: 0 0 0 15px;
    }
    .agegate .dismiss {
        margin: 20px auto;
    }

}

#compatibility {
    z-index: 10000;
    position: absolute;
    width: 100%;
    top: 130px;
    padding: 15px 0;
    background: #892933;
    color: white;
    text-align: center;
}

#compatibility p {
    margin: 0;
}