/*   =======   Fox Searchlight Base   =======   */


/*   =======   RESET    =======   */
/* HTML5 ✰ Boilerplate | http://html5boilerplate.com/  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
::-webkit-input-placeholder  { color:#000; }
-webkit-font-smoothing:antialiased;
input:-moz-placeholder { color:#000; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*   =======   @font-face    =======   */

/* Moved to the head of base.html for Firefox compatibility (cross-domain). */

/* ==|== primary styles ===================================================== */

/* == Base == */

html, body {height: 100%;}

html { font-size: 10px; /* used for rem font sizing */ }

body {
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #000000;
    text-align: center;
    width: 100%;
    background: #cccccc url(../images/bg_gradient.png) repeat-x 0 0;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 16px;
    line-height: 1.5;
    color: #717171;
    font-weight: normal;
    font-family: SanchezRegular, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing:antialiased;
}
h1	{ font-size: 36px; }
h2	{ font-size: 24px; }
h3	{ font-size: 20px; }
h4	{ font-size: 18px; }
h5	{ font-size: 16px; }
h6	{ font-size: 14px; }
p	{
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    margin: 0 0 16px;
}

a, a:link, a:visited, a:active {
    color: #229cfe;
    text-decoration: none;
}
a:hover { color: #000000; text-decoration: none; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.alignleft 	{ float: left; margin: 5px 20px 5px 0; }
.alignright	{ float: right; margin: 5px 0 5px 20px; }
form input, form textarea, form select, form { 	font-family: Helvetica, Arial, sans-serif; }
.error { color: red; }

.blue_button, a.blue_button {
    display: block;
    height: 30px;
    line-height: 31px;
    color: #fff;
    background: #229dfe;
    padding: 0 20px;
    width: auto;
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-family: SanchezRegular;
    -webkit-font-smoothing:antialiased;
}
.blue_button.disabled, a.blue_button.disabled {
    background: #f0f0f0;
    cursor: default;
}
a.read_more {
    display: block;
    float: right;
    font-weight: bold;
    color: #000;
    padding-right: 14px;
    background: url(../images/icon_read_more.png) no-repeat right center;
    font-size: 0.84em;
    margin: 3px 0 0 0;
}
a.read_more:hover {
    color: #a9a9a9;
}
span.read_more {
    display: block;
    float: right;
    font-weight: bold;
    color: #000;
    padding-right: 14px;
    background: url(../images/icon_read_more.png) no-repeat right center;
    cursor: pointer;
}
span.read_less {
    display: block;
    float: left;
    font-weight: bold;
    color: #000;
    padding-left: 14px;
    padding-top: 5px;
    background: url(../images/icon_back_arrow.png) no-repeat left center;
    cursor: pointer;
}
span.read_more:hover {
    color: #a9a9a9;
}
span.read_less:hover {
    color: #a9a9a9;
}
a.go_back {
    display: block;
    font-weight: bold;
    color: #000;
    padding-left: 14px;
    background: url(../images/icon_back_arrow.png) no-repeat left center;
    line-height: 14px;
    margin: 0 0 20px;
}
a.go_back:hover {
    color: #a9a9a9;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    a.read_more { background: url(../images/icon_read_more@2x.png) no-repeat no-repeat right center; background-size: 10px 6px; }
    span.read_more { background: url(../images/icon_read_more@2x.png) no-repeat no-repeat right center; background-size: 10px 6px; }
    a.go_back { background: url(../images/icon_back_arrow@2x.png) no-repeat no-repeat left center; background-size: 10px 6px; }
}


/* == Layout == */


#header {
    width: 100%;
    background: #fff url(../images/bg_header_shadow.png) no-repeat center bottom;
    height: 88px;
    position: fixed;
    z-index: 980;
    float: left;
    margin: 0;
}
#header .inner {
    width: 1140px;
    position: relative;
    margin: 0 auto;
    display: block;
}


#header_lock_shadow {
    display: none;
    position: fixed;
    top: 88px;
    background: url(../images/bg_header_lock_shadow.png) repeat-x 0 0;
    height: 6px;
    width: 100%;
    margin: 0;
    z-index: 100;
}
#header_lock_shadow span {
    display: block;
    width: 1140px;
    border-top: 1px solid #d1d1d1;
    height: 1px;
    margin: 0 auto;
}
.fyc_page #header_lock_shadow span {
    border-top-color: #f3f3f3;
}

#page_wrap {
    width: 100%;
    clear: both;
    position: relative;
}
#page {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    float: left;
    background: url(../images/bg_content_shadow.png) no-repeat center 88px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #page {
        background-position: 50.1% 0;
    }
}
.fyc_page #page {
    background: url(../images/bg_content_shadow_fyc.png) no-repeat center 88px;
}
#page_shadow {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(../images/bg_page_shadow.png) repeat-y center top;
}

#content, #footer {
    text-align: left;
    margin: 0 auto;
    width: 1140px;
    position: relative;
    padding: 0 12px;
    display: block;
    z-index: 2;
}
#content {
    min-height: 100%;
    margin: 88px auto 0;
}

.col2_wrap {
    width: 100%;
    background: url(../images/bg_2col.png) repeat-y center top;
    border-top: 1px solid #d1d1d1;
    float: left;
}
.col2_wrap .col1 {
    width: 50%;
    border-right: 0px solid transparent;
    float: left;
    background: url(../images/bg_yellow_corner_offset.png) no-repeat right top;
}
.col2_wrap .col2 {
    width: 50%;
    float: left;
    background: url(../images/bg_yellow_corner.png) no-repeat right top;
}
.col2_wrap > section > .inner {
    width: auto;
    padding: 20px 0 0;
    float: left;
}

.col3_wrap {
    width: 100%;
    background: #f7f7f7;
    border-top: 1px solid #d1d1d1;
    float: left;
}
.col3_wrap .col {
    float: left;
    border-right: 1px solid #d1d1d1;
    min-height: 420px;
    background: url(../images/bg_yellow_corner.png) no-repeat right top;
}
.col3_wrap .col1 {
    width: 372px;
}
.col3_wrap .col2 {
    width: 393px;
}
.col3_wrap .col3 {
    width: 373px;
    border: none;
}
.col3_wrap .inner {
    padding: 20px;
}

.col_single {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.col2_blog {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    background: #f0f0f0;
    margin: 0;
    padding: 0;
}
.col2_blog .col1 {
    width: 766px;
    border-right: 1px solid #d1d1d1;
    background: #fff;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
.col2_blog .col2 {
    width: 373px;
    float: right;
    background: #f0f0f0;
    position: relative;
    margin: 0;
    padding: 0;
}


/* == Header == */

#logo {
    display: block;
    margin: 0 0 0 16px;
    width: 143px;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 10;
}
#logo a {
    display: block;
    height: 82px;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 6px 0 0;
}
#logo a img {
    display: block;
    width: 100%;
    height: auto;
}

#nav {
    float: left;
    margin: 32px 0 0 -65px;
    height: 56px;
    width: 467px;
    display: block;
    /*  background: url(../images/bg_nav_shadow.png) no-repeat right bottom;*/
    position: relative;
    z-index: 1;
    padding: 0;
}

.nav_bg_shadow {
    background: url(../images/bg_nav_shadow.png) no-repeat right bottom;
}

.nav_bg_no_shadow {
    background: url(../images/bg_nav.png) no-repeat right bottom;
}

#nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 65px;
    width: auto;
}
#nav ul li {
    list-style: none;
    display: block;
    float: left;
    background: url(../images/bg_nav_divider.png) no-repeat left center;
    padding-left: 1px;
}
#nav ul li:first-child { background: none; padding: 0; }
#nav ul li a {
    display: block;
    height: 56px;
    padding: 0 23px;
    text-align: center;
    font-family: 'FilmotypeGlenlake';
    font-size: 48px;
    font-size: 4.7rem;
    line-height: 62px;
    text-transform: uppercase;
    overflow: hidden;
    color: #5c5c5c;
    -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
    -webkit-font-smoothing:antialiased;
    text-rendering: optimizeLegibility;

}
#nav ul li a:hover { color: #a9a9a9; }
#nav ul li.nav_films a.active { background-color: #e8e8e8; }

#nav ul li .drop {
    background: #f0f0f0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
}

#drop {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 110;
    top: 88px;
    left: auto;
    background: #f0f0f0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.17);
    -moz-box-shadow:    0px 3px 4px rgba(50, 50, 50, 0.17);
    box-shadow:         0px 3px 4px rgba(50, 50, 50, 0.17);
}
.drop_line_on {
    border-top: 1px solid #d1d1d1;
}
.drop_line_off {
    border-top: 1px solid #e8e8e8;
}
#drop .col {
    width: 25%;
    float: left;
    position: relative;
    background: url(../images/bg_greyborder.png) repeat-y right top;
}
#drop .col.col3 {
    width: 50%;
    background: none;
}
#drop h3 {
    display: block;
    width: auto;
    text-align: left;
    background: #e8e8e8;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 26px;
}
#drop ul {
    list-style: none;
    padding: 20px;
    margin: 0;
    display: block;
}
#drop ul .inner {
    width: 50%;
    float: left;
    margin-bottom: 1em;
}
#drop ul .inner2 {
    width: 45%;
    padding-left: 5%;
}
#drop ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.25;
}
#drop ul li a {
    display: block;
    margin: 0 0 .5em;
    font-size: 18px;
    font-family: 'SanchezRegular';
    -webkit-font-smoothing:antialiased;
}
#drop .see_more {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'SanchezRegular';
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    line-height: 32px;
    min-width: 130px;
    text-align: center;
    background: #229dfe;
    -webkit-font-smoothing:antialiased;
}

#social_top {
    float: left;
    margin: 41px 0 0 10px;
    width: 350px;
}
#social_top h4 {
    font-size: 18px;
    text-transform: none;
    margin: 0;
    padding: 2.75% 0 0;
    line-height: 1;
    width: 90px;
    color: #000;
    float: left;
    text-align: right;
}
#social_top ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 260px;
}
#social_top ul li {
    list-style: none;
    display: block;
    float: left;
    width: 17%;
    padding: 0 0 0 2%;
}
#social_top ul li a {
    display: block;
    height: 38px;
    width: 37px;
}
#social_top ul li a img {
    display: block;
    width: 100%;
    height: auto;
}

#search {
    float: right;
    width: 208px;
    margin: 44px 0 0;
    background: #e8e8e8;
}
#search input:focus {
    outline: none;
}
#search .text {
    float: left;
    display: block;
    height: 34px;
    line-height: 34px;
    background: #e8e8e8;
    border: none;
    width: 162px;
    margin: 0;
    padding: 0 0 0 12px;
    font-size: 14px;
    color: #000;
}
#search .submit {
    float: right;
    display: block;
    width: 34px;
    text-align: center;
    text-indent: 100%;
    overflow: hidden;
    border: none;
    background: #e8e8e8;
    height: 34px;
    margin: 0;
    padding: 0;
    background: #e8e8e8 url(../images/icon_search.png) no-repeat center center;
}

/* == Footer == */

#footer_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    float: left;
}
#footer .col3_wrap h3 {
    line-height: 1.125;
}
#email_signup {
    position: relative;
}
#email_signup input.text {
    width: 95%;
    padding: 0 2.25%;
    border: 1px solid #e3e3e3;
    background: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 1em;
    color: #000;
    margin: 0 0 6%;
    display: block;
}
#email_signup input.submit {
    display: block;
    height: 28px;
    line-height: 26px;
    color: #fff;
    background: #229dfe;
    width: 100px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-family: SanchezRegular;
    -webkit-font-smoothing:antialiased;
}

#social_list ul {
    margin: 0 -3%;
    padding: 0;
    list-style: none;
}
#social_list ul li {
    width: 19%;
    margin: 0 3% 6%;
    float: left;
}
#social_list ul li a {
    width: 100%;
    display: block;
}
#social_list ul li a img {
    width: 100%;
    height: auto;
}

#footer_base {
    width: 100%;
    background: #f0f0f0;
    border-top: 1px solid #d1d1d1;
    text-align: center;
    padding: 20px 0;
    clear: both;
    float: left;
}
#footer_base p {
    color: #949494;
    display: inline-block;
    font-size: .6875em;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-transform: uppercase;
}

#footer_base .spacer {
    display: inline-block;
    height: 30px;
    border-left: 1px solid #949494;
    margin: 0 20px;
    vertical-align: middle;
}

#footer_nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#footer_nav li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 6px;
    line-height: 1em;
    border-left: 1px solid #949494;
}
#footer_nav li:first-child { border: none; }
#footer_nav li a {
    font-size: .6875em;
    color: #229cfe;
    line-height: 1em;
    text-transform: uppercase;
}
#footer_nav li a:hover { text-decoration: underline; }

#footer .rating_block {
    margin: 23px 0 0 0;
}
#footer ul.footer_links {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    margin: -14px 0 0 -6px;
    padding: 0;
}
#footer ul.footer_links li {
    display: block;
    float: left;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

#footer ul.footer_links li a,
#footer ul.footer_links li a:visited,
#footer ul.footer_links li a:link,
#footer ul.footer_links li a:active,
#footer ul.footer_links li a:hover {
    color: #949494;
    text-decoration: underline;
    font-size: 0.7em;
}


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

.rs-carousel .rs-carousel-mask {
    overflow: hidden;
}
.rs-carousel .rs-carousel-runner {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.rs-carousel.rs-carousel-horizontal .rs-carousel-item {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.rs-carousel-action-next, .rs-carousel-action-prev {
    cursor: pointer;
}
.rs-carousel-action-disabled {
    cursor: default;
}
		

/*   =======   Fox Searchlight - Site Style  =======   */


/* ===== Home ===== */


/* = Jumbotron = */


#jumbotron {
    width: 1140px;
    height: 645px;
    overflow: hidden;
    margin: 0 auto 0 0;
    background: #fff;
    position: relative;
}
#jumbotron .thumbs {
    width: 100%;
    height: 96px;
    padding-top: 11px;
    text-align: center;
    /*background-color: #fff;*/
    /*visibility: hidden;*/
    z-index: 1;
}
#jumbotron .thumbs .rs-carousel-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
#jumbotron .thumbs .rs-carousel .rs-carousel-mask {
    overflow: hidden;
    display: inline-block;
    width: 1050px;
}
#jumbotron .thumbs .rs-carousel .prevNext{
    width: 26px;
    height: 83px;
    display: inline-block;
}
#jumbotron .thumbs .rs-carousel .prevNext:hover {
    background-position: bottom left;
}
#jumbotron .thumbs .rs-carousel-action-disabled {
    visibility: hidden;
}
#jumbotron .thumbs .rs-carousel li {
    width: 145px;
}
#jumbotron .thumbs .rs-carousel li img {
    border: 3px solid #fff;
    width: 139px;
    cursor: pointer;
}
#jumbotron .thumbs .rs-carousel li.selected img {
    border: 3px solid #febf22;
    cursor: default;
}
#jumbotron .thumbs .rs-carousel li:not(.selected) img:hover {
    border-color: #ccc;
}
#jumbotron .thumbs .rs-carousel .prev{
    background: transparent url("../js/themes/fsl/slide_arrow_l.png") top left no-repeat;
}
#jumbotron .thumbs .rs-carousel .next{
    background: transparent url("../js/themes/fsl/slide_arrow_r.png") top left no-repeat;
}
#jumbotron .thumbs .rs-carousel .rs-carousel-runner {
    position: relative;
}
#jumbotron .thumbs .rs-carousel.rs-carousel-horizontal .rs-carousel-item {
    float: left;
}
#jumbotron .slides {
    margin: 0;
    padding: 0;
    width: 1140px;
    height: 538px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
#jumbotron .slides .slide {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
}
.slide_links {
    position: absolute;
    top: 540px;
    left: 0;
    right: 0;
    width: 1140px;
    text-align: center;
    height: 70px;
    padding: 8px 0 0;
    background: url(../images/slide_link_bg.png) repeat-x bottom left;
    z-index: 1;
}
.slide_links ul {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: auto;
}
.slide_links ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.slide_links ul li .divider {
    background: url(../images/bg_nav_divider.png) no-repeat left center;
}

.slide_links ul li:first-child {
    background: none;
}
.slide_links ul li a {
    display: block;
    height: 68px;
    padding: 0 32px;
    margin: 2px 0 0;
    text-align: center;
    font-family: 'FilmotypeGlenlake';
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 71px;
    text-transform: uppercase;
    overflow: hidden;
    color: #5c5c5c;
    -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
    -webkit-font-smoothing:antialiased;
    text-rendering: optimizeLegibility;

}
.slide_links ul li a:hover { color: #a9a9a9; }
#jumbotron_video {
	width: 1140px;
	height: 645px;
	position: absolute;
	top: 0;
	z-index: 10;
	display: none;
    top: 0;
    left: 0;
}
#jumbotron_video .iframe {
	width: 100%;
	height: 100%;
}
#jumbotron_video .close {
	width: 80px;
	height: 31px; 
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	text-align: center; 
	font-size: 14px;
	line-height: 2.6;
	cursor: pointer;
	font-weight: normal;
}





#col_latestnews > .inner {
    padding: 20px 0;
    width: 100%;
}
.col_title {
    font-size: 36px;
    margin: 0 0 0 20px;
    line-height: 1;
}

.news_item {
    width: 530px;
    float: left;
    margin: 0;
    padding: 18px 20px;
    border-top: 1px solid #d1d1d1;
}
.lead .news_item_head {
   min-height: 0; 
}
.news_item_head {
    float: left;
    width: 268px;
    /*min-height: 118px;*/
    position: relative;
    margin-bottom: 10px;
}
.news_item_head.no_thumb {
    width: 100% !important;

}
.news_item_head h3 {
    font-size: 20px;
    line-height: 1.2;
    width: 100%;
    color: #000;
    clear: both;
    margin: 0 0 14px;
}
.news_item_head h3 a {
    color: #000;
}
.news_item_head h3 a:hover {
    /*text-decoration: underline;*/
}
.news_item_head .meta_data {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 18px;
}
.news_item_head .meta_data .author {
    font-weight: bold;
    font-size: 14px;
    float: left;
    display: block;
    line-height: 1;
}
.news_item_head .meta_data .date {
    display: block;
    float: left;
    margin-left: 3%;
    border-left: 1px solid #d1d1d1;
    padding-left: 3%;
    line-height: 1;
    font-style: italic;
    color: #000;
    font-size: 14px;
}
.social_share {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    position: relative;
}
.social_share .inner {
/*	position: absolute;*/
}
.social_share a, .social_share a:link, .social_share a:visited, .social_share a:active {
    color: #000;
    text-decoration: none;
}
.social_share a:hover {
    color: #a9a9a9;
}

.social_share .comment_count {
    display: block;
    float: left;
    line-height: 19px;
    padding-left: 23px;
    margin-right: 17px;
    background: url(../images/icon_comments.png) no-repeat left 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .social_share .comment_count { background: url(../images/icon_comments@2x.png) no-repeat no-repeat left 2px; background-size: 19px 16px; }
}
.social_share .like_count {
    display: block;
    float: left;
    line-height: 19px;
    /*padding-left: 19px;*/
    margin-right: 19px;
    margin-top: -1px;
    /*background: url(../images/icon_thumbsup.png) no-repeat left top;*/
    /*width: auto;*/
    height: 22px;
    z-index: 1000;
    width: 76px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .social_share .like_count { // no image yet }
}
.social_share .share_link {
    display: block;
    float: left;
    line-height: 19px;
    padding-left: 25px;
    /*margin-right: 10px;*/
    background: url(../images/icon_share_arrow.png) no-repeat left 2px;
}
.social_share .share_link a:hover {
    color: #000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .social_share .share_link { background: url(../images/icon_share_arrow@2x.png) no-repeat no-repeat left 2px; background-size: 21px 12px; }
}
.social_share .share_tooltip {
    width: 153px;
    height: 160px;
    background: url(../images/bg_share_tooltip.png) no-repeat top left;
    z-index: 300000;
    position: absolute;
    top: -167px;
    left: 75px;
    padding: 15px;
    display: none;
    /*border: 1px solid red;*/
}
.social_share .share_tooltip_down {
    background: url(../images/bg_share_tooltip_alt.png) no-repeat bottom left;
    top: 0px;
    padding-top: 62px;
    height: 104px;
}
.social_share .share_tooltip .share_icon {
    float: left;
    margin: 7px;
}
.social_share .share_tooltip_down .share_icon {
    /*margin-top: 20px;*/
}
.lead .news_item_head {
    float: left;
    width: 530px;
    min-height: auto;
    padding: 0;
    margin-bottom: 10px;
}
.lead .news_item_head h3 {
    margin-bottom: 15px;
}
.lead .news_item_head .meta_data {
    width: 50%;
    margin: 2px 0 0 0;
}
.lead .news_item_head .social_share {
    float: right;
    margin: 0;
    height: 19px;
}
.news_item_image {
    float: left;
    width: 45%;
    margin-right: 20px;
}
.news_item_image.non_featured {
    display: none;
}
.news_item_image a {
    display: block;
}
.news_item_image img {
    display: block;
    width: 100%;
    height: auto;
	margin-bottom: 13px;
}
.lead .news_item_image {
    float: left;
    width: 100%;
}
.news_item_content {
    float: left;
    width: 100%;
}
.news_item_content p {
    margin-bottom: 0;
    line-height: 1.4;
    float: left;
    width: 100%;
    /*cursor: pointer;*/
}
.news_item_content p img {
    height: auto;
    width: 45%;
    margin-bottom: 15px;
}
.lead .news_item_content p img {
    height: auto;
    width: 100%;
    /*margin-bottom: 15px;*/
}
.news_item_content .read_more {
    /*font-size: 14px;*/
    font-size: 0.85em;
    margin-top: 1px;
}
.lead.news_item {
    border: none;
    background: none;
}
.news_item.lead .news_item_content p {
    width: 100% !important;
    margin-left: 0;
}
.news_item_content a {
    color: #000;
}

.video_item {
    width: auto;
    position: relative;
    float: left;
    padding: 17px 20px 18px;
}
.video_item .video_image {
    float: left;
    width: 210px;
    padding: 3px 0 0;
}
.video_item .video_image a {
    display: block;
    position: relative;
    width: 100%;
}
.video_item .video_image img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    /*z-index: 1;*/
}
.video_item .video_image .overlay,
.film-video-post-image .overlay {
    position: absolute;
    /*z-index: 5;*/
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/video_overlay_play.png) no-repeat center center;
}
.video_item .video_desc {
    width: 298px;
    float: right;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #d1d1d1;
}
.video_item .video_desc h3 {
    color: #000;
    line-height: 1.2;
    margin: 0 0 8px;
}
.video_item .video_desc p {
    margin: 0;
    line-height: 1.25;
}
.video_item .video_desc a {
    color: #000;
}


.video_item .social_share {
    width: 298px;
    float: right;
    position: relative;
}




/* = Social Stream = */

#social_stream {
    width: 100%;
    background: #fff url(../images/bg_yellow_corner.png) no-repeat right top;
    float: left;
    position: relative;
    border-top: 1px solid #d1d1d1;
    /*display: none;*/
}
#social_stream > .inner {
    padding: 1.75%;
    overflow: hidden;
}
#social_stream h2 {
    font-size: 36px;
    line-height: 1em;
    float: left;
}
#social_filter {
    float: right;
    display: block;
}
#stream_content {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 594px !important;
}
.ss_row {
    width: 100%;
    height: 197px;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #fff;
}

.ss_item {
    display: block;
    width: 197px;
    height: 197px;
    background: #ccc;
    float: left;
    border-right: 1px solid #fff;
    position: relative;
}
.ss_item .icon {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 4.5%;
    right: 4.5%;
}
.ss_item.wide {
    width: 351px;
}
.ss_item.wide .icon {
    right: 2.5%;
}
.ss_twitter {
    background: #00adee;
}
.ss_twitter .inner {
    padding: 16px;
    height: 84%;
}
.ss_twitter .icon {
    background: url(../images/ss_icon_twitter.png) no-repeat center bottom;
}
.ss_twitter .author {
    font-size: 15px;
    color: #fff;
    line-height: 1;
    margin: 0 0 8px;
    font-family: 'SanchezRegular';
    -webkit-font-smoothing:antialiased;
}
.ss_twitter .text {
    font-size: 15px;
    line-height: 1.2;
    color: #000;
    margin: 0 0;
}
.ss_twitter .date {
    display: block;
    position: absolute;
    bottom: 4.5%;
    left: 8%;
    color: #fff;
    font-size: 12px;
}

.ss_facebook .icon {
    background: url(../images/ss_icon_facebook.png) no-repeat center center;
}
.ss_google .icon {
    background: url(../images/ss_icon_google.png) no-repeat center center;
}
.ss_pintrest .icon {
    background: url(../images/ss_icon_pintrest.png) no-repeat center center;
}
.ss_stumble .icon {
    background: url(../images/ss_icon_stumble.png) no-repeat center center;
}


/* ===== Sub Pages ===== */

.col_header {
    width: 1100px;
    padding: 20px;
    position: relative;
    float: left;
    background: url(../images/bg_yellow_corner.png) no-repeat top right;
    border-bottom: 1px solid #d1d1d1;
    clear: both;
    margin: 0;
}

.col_header h1 {
    font-size: 3.125em;
    line-height: 1;
    float: left;
    margin: 0;
}
.col_header .rss_link {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    margin: 0 0;
    background: url(../images/icon_rss.png) no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/* = FILMS PAGE = */

#films_index {
    width: auto;
    float: left;
    clear: both;
}
.films_index_list {
    width: 100%;
    float: left;
    padding: 20px 0 16px;
    border-bottom: 1px solid #d1d1d1;
}
.films_index_list h2 {
    font-size: 1.25em;
    color: #000;
    line-height: 1;
    margin: 0 0 .75em 20px;
}
.films_index_list ul {
    display: block;
    margin: 0 0 1em;
    padding: 0 8px 0 7px;
    list-style: none;
    float: left;
}
.films_index_list ul li {
    display: block;
    float: left;
    margin: 0 12px 16px 13px;
    width: 200px;
    height: 330px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.films_index_list li > a {
    display: block;
    border: 4px solid #d3d3d3;
}
.films_index_list li > a img {
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.films_index_list li h3 {
    font-size: 1em;
    margin: 8px 0 0;
    line-height: 1;
    padding: 0 10px;
}
.films_index_list li h3 a {
    color: #717171;
}
.films_index_list .img_mobile {
    display: none;
}
.films_index_list .img_desktop {
    display: block;
}

/* = FILM PAGE = */

#film_head {
    width: 100%;
    float: left;
    clear: both;
    background: #f0f0f0 url(../images/bg_yellow_corner.png) no-repeat right top;
    margin: 0;
    padding: 0;
}
#film_stage {
    width: 844px;
    height: 547px;
    float: left;
    border-right: 1px solid #fff;
}
#film_stage .film_stage_content {
    display: block;
    width: 844px;
    height: 476px;
    /*overflow: hidden;*/
    position: relative;
    margin: 0;
    padding: 0;
}
.film_stage_content#film_about {
    background: #00b4da;
    padding: 27px 22px 22px 22px;
    width: 800px;
    height: 431px;
    margin-top: -480px;
    overflow-y: auto;
    display: none;
}
.film_stage_content#film_about h2 {
    color: #a7fffd;
    line-height: 1;
    margin: 0 40px 1em 0;
    font-size: 1.9em;
    float: left;
    cursor: pointer;
}
.film_stage_content#film_about h2.selected {
    text-decoration: underline;
}
#film_about_content {
    word-wrap:break-word;
    clear: left;
}
.film_stage_content#film_about p {
    color: #a7fffd;
    font-size: 1.125em;
    line-height: 1.5;
}

.film_stage_content#film_trailer {
    padding: 0;
}
.film_stage_content#film_trailer span {
    display: block;
    width: 844px;
    height: 476px;
    position: relative;
    z-index: 1;
}
.film_stage_content#film_trailer .close_content {
    background: url(../images/bg_black_70.png);
}

.film_stage_content .close_content {
    position: absolute;
    right: 1px;
    top: 6px;
    z-index: 1000;
    text-align: right;
    padding: 9px 12px;
    line-height: 1;
    font-size: .875em;
    font-weight: bold;
    color: #fff;
    margin-top: 0 !important;
}
.film_stage_content .close_content_ipad {
    background-color: #000;
    top: 475px;
    right: 0;
}

#film_stage #film_screenings {
    clear: both;
    width: 100%;
    float: left;
}
#film_screenings #find_tickets {
    display: block;
    float: left;
    background: #229dfe;
    height: 31px;
    padding: 20px;
    border-right: 1px solid #fff;
}
#find_tickets label {
    display: block;
    float: left;
    line-height: 31px;
    color: #fff;
    font-family: 'SanchezRegular';
    font-size: 1.25em;
    margin: 0 10px 0 0;
    -webkit-font-smoothing:antialiased;
}
#find_tickets input.text {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: .875em;
    padding: 0 10px;
    border: none;
    width: 60px;
}
#find_tickets input.submit {
    display: block;
    float: left;
    height: 30px;
    background: #229dfe;
    border: 1px solid #fff;
    border-left: none;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: .875em;
    font-family: 'SanchezRegular';
    padding: 0;
    width: 36px;
    text-align: center;
    -webkit-font-smoothing:antialiased;
}

#film_screenings #free_screening, 
#film_screenings #buy_itunes, 
#film_screenings #buy_dvd,
#film_screenings #buy_bluray, 
#film_screenings #buy_digital {
    display: block;
    float: left;
    background: #229dfe;
    height: 71px;
    padding: 0 0;
    line-height: 71px;
    font-size: 1.25em;
    color: #fff;
    font-family: 'SanchezRegular';
    font-weight: normal;
    text-align: center;
    -webkit-font-smoothing:antialiased;
    border-right: 1px solid white;
}

#film_screenings #free_screening {
    width: 255px;
}

#film_screenings #buy_itunes {
    width: 162px;
}
#film_screenings #buy_dvd {
    width: 141px;
}
#film_screenings #buy_bluray {
    width: 175px;
}
#film_screenings #buy_digital {
    width: 200px;
}
#mobile_film_links {
    display: none;
}

#film_info {
    float: left;
    width: 295px;
    height: 517px;
    overflow-y: hidden;
    overflow-x: hidden;    
    position: relative;
    margin-top: 15px;
}

#film_info .ps-gutter-y { display: none; }

/*#film_info .ps-container .ps-gutter-y {
    display: block !important;
    position: relative;
    width: 5px;
    height: 100%;
    top: 0;
    left: 280px;
    background: #ccc;
}*/

#film_info .film_info_item {
    display: block;
    width: 250px;
    margin: 0 28px 10px 20px;
    padding-top: 2px;
    padding-bottom: 5px;
    float: left;
    clear: both;
    border-bottom: 1px solid #d1d1d1;
}

#film_info .film_info_item.last {
    margin-bottom: 0px !important;
    border:none;
    padding-bottom:10px;

}

#film_info .film_info_item.synopsis h3 {
    cursor: pointer;
}
.film_info_item h3 {
    font-size: 1.25em;
    margin: 0;
    line-height: 1;
}
.film_info_item p,
.film_info_item a {
    line-height: 1.25;
    word-wrap: break-word;
    margin: 0 0 10px;
}
.film_info_item .read_more {
    margin: 2px 0 0 0;
    font-size: 0.83em;
}
.film_info_item img {
    width: 100%;
}
.film_info_item a {
    margin-bottom: 10px;
    color: #000;
}

.film_info_item.trailer h3 {
    margin-top: 8px !important;
}

.film_info_item.trailer .play_trailer {
    margin-top: -8px !important;
}

.film_info_item#film_trailer_link {
    border: none;
    padding: 0;
}
#legacy_mobile_links {
    display: none;
}
.film_info_item.trailer p.about a {
    cursor: default;
}

.play_trailer {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.play_trailer .overlay {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/video_overlay_play.png) no-repeat center center;
    cursor:pointer;
}
#film_trailer_legacy .play_trailer img {
    /*max-width: 100%;*/
    width: 100%;
}
#film_trailer_legacy .play_trailer {
    max-height: 150px;
    overflow: hidden;
}
#film_trailer_legacy h3 {
    margin: 0 0 5px !important;
}

#film_title_legacy {
    width: 1100px;
    padding: 20px;
    line-height: 1;
    margin: 0;
    font-size: 3.125em;
    color: #5c5c5c;
    background: #fff url(../images/bg_yellow_corner.png) no-repeat right top;
    border-bottom: 1px solid #d1d1d1;
}
#film_info_legacy {
    width: 768px;
    padding: 20px 53px 20px 20px;
    border-right: 1px solid #fff;
    float: left;
}
#film_info_legacy .image {
    width: 150px;
    float: left;
    margin: 0 20px 0 0;
}
#film_info_legacy .text {
    /*margin-bottom: 33px;*/
}
#film_info_legacy .image img {
    display: block;
    width: 100%;
    height: auto;
}
#mobile_nav {
    display: none;
}
#film_info_legacy .info {
    width: 598px;
    float: left;
}
#film_info_legacy .info h3 {
    line-height: 1;
    margin: 4px 0 0.75em 0;
}
#film_info_legacy .info p {
    line-height: 1.2;
}
#film_info_legacy .info .blue_button {
    text-transform: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    margin-right: 14px;
}
#film_trailer_legacy {
    float: right;
    width: 255px;
    padding: 20px;
    position: relative;
}
.mobile_trailer {
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.mobile_trailer .iframe {
    width: 100%;
}
.mobile_trailer .close {
    width: 60px;
    height: 30px;
    bottom: 0;
    position: absolute;
    background-color: #000;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 0.88em;
    line-height: 1.7em; 
    cursor: pointer;
}

#share_block {
    background: url(../images/bg_social_block.png) repeat-y 0 0;
    width: 75px;
    height: auto;
    padding: 10px 0 10px;
    left: auto;
    /*overflow: hidden;*/
    text-align: center;
    z-index: 10000;
}

.share_block_fixed {
    position: fixed;
    top: 88px;
}

.share_block_absolute {
    position: absolute;
    top: 20px;
    right: -63px;
}

#share_block .addthis_floating_style {
    position: relative !important;
}

#mobile_about {
    display: none;
}


#film_story {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    background: #fff url(../images/bg_yellow_corner.png) no-repeat right top;
    padding: 0 0 0;
    text-align: center;
}
#film_story > h2 {
    display: none;
}
#film_story_inner {
    background: url(../images/bg_divider_film_story.png) repeat-y left top;
    width: 100%;
    /*overflow: hidden;*/
    text-align: left;
    padding-bottom: 40px; 
}
#film_story .film_story {
    display: block;
    width: 550px;
    padding: 20px 20px 5px;
    margin: 20px 20px 0;
}
#film_story .film_story.left {
    float: left;
    background: #f0f0f0 url(../images/film_story_arrow_left.png) no-repeat right center;
    width: 463px;
    margin-right: 0;
    padding-right: 66px;
}
#film_story .film_story.right {
    float: right;
    background: #f0f0f0 url(../images/film_story_arrow_right.png) no-repeat left center;
    width: 464px;
    margin-left: 0;
    padding-left: 66px;
}
#film_story .film_story img {
    width: 100%;
}
#film_story .clearcol {
    clear: both;
}
.film_story .film_story_head_image {
    display: block;
    float: left;
    width: 223px;
    height: 127px;
    overflow: hidden;
    margin: 0 12px 15px 0;
    position: relative;
}
.film_story .film_story_head {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.film_story .film_story_head h3 {
    font-size: 1.25em;
    color: #000;
    line-height: 1;
    margin: 0 0 6px;
}
.film_story .film_story_head h3 a {
    color: #000;
}
.film_story p {
	line-height: 1.3;
}
.film_story p a {
    color: #000;
}
.film_story p.meta {
    font-style: italic;
    margin-bottom: 14px;
    float: left;
    clear: both;
}
.film_story .gallery-preview {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}
.film_story .social_share {
    float: right;
    height: 19px;
    margin-right: 5px;
}
.film_story .read_more {
    /*font-size: 14px;*/
    font-size: 0.83em;
}
.film_story_head_image + .film_story_head {
    width: 225px;
}
.film_story_content {
    clear: both;
    width: 100%;
    float: left;
}
.film_story_content p {
    margin: 0 0 1em;
}
.film_story_tweets {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    margin: 0 0 15px;
}
.film_story_tweets .pinned_tweets {
    display: block;
    background: #d3d3d3 url(../images/icon_twitter_grey_s.png) no-repeat 435px 10px;
    padding: 16px 20px 20px;
    float: left;
    margin-bottom: 1px;
}
.pinned_tweets .user_image {
    width: 48px;
    height: 48px;
    overflow: hidden;
    float: left;
    margin: 2px 10px 0 0;
}
.pinned_tweets .tweet_content {
    float: left;
    width: 360px;
}
.pinned_tweets .tweet_content h5 {
    font-size: 1em;
    color: #229dfe;
    margin: 0 0 .1em;
}
.pinned_tweets .tweet_content p {
    margin-bottom: .5em;
}
.pinned_tweets .share {
    clear: both;
    float: right;
    margin-bottom: -10px;
}
.pinned_tweets .share a {
    display: block;
    float: left;
    width: 14px;
    height: 12px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-left: 10px;
}
.pinned_tweets .share a.share_tweet { background: url(../images/icon_twitterreply.png) no-repeat center center; }
.pinned_tweets .share a.retweet { background: url(../images/icon_retweet.png) no-repeat center center; }

.load_more {
    display: none;
    margin: 0 auto 20px;
    cursor: pointer;
    width: 100px;
    white-space: nowrap;
}
.loading_ani {
    margin: 0 auto 20px;
    width: 100px;
    cursor: default;
}
.loading_ani img {
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85);
    opacity: 0.85;
    vertical-align: top;
    margin-top: 1px;
}

#comments {
    width: 100%;
    background: #fff url(../images/bg_yellow_corner.png) no-repeat right top;
    border-top: 1px solid #d1d1d1;
    float: left;
    clear: both;
    position: relative;
    padding: 0;
    margin: 0;
    /*display: none;*/
}
.hidden_comments {
    display: none;
    height: 0;
}
#comments .disqus_comments {
    margin: 0 20px;
}
#comments_header {
    padding: 20px 20px 0;
    width: 1100px;
    position: relative;
    float: left;
    clear: both;
}
#comments_header h2 {
    float: left;
    font-size: 2.25em;
    line-height: 1;
    margin: 0;
}
#comments_header h3.add_comment {
    float: right;
    line-height: 22px;
    padding-left: 27px;
    background: url(../images/icon_pencil.png) no-repeat left center;
    font-size: 1.25em;
}
#comments_header h3 a {
    color: #717171;
}
#comments .comment {
    display: block;
    width: 94%;
    max-width: 1065px;
    padding: 20px 20px 0px 55px;
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1;
}
#comments .comment.child_comment {
    border-top: 1px solid #d1d1d1;
    border-bottom: none;
    padding-bottom: 0;
    overflow: visible;
}
.comment .user_image {
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 10px 15px;
    overflow: hidden;
}
#comments .comment.child_comment .user_image {
    margin-left: 30px;
}
.comment .comment_content {
    float: left;
    width: 92%;
}
.comment.child_comment .comment_content {
    width: 91%;
}
.comment .comment_content h4 {
    font-size: 1em;
    margin: 0 0 .25em;
    line-height: 1;
}

.comment .reply_form {
    width: 100%;
    padding: 5px 0 20px;
    float: left;
}
.reply_form .reply_textarea {
    border: 1px solid #eee;
    background: #fff;
    display: block;
    width: 100%;
    height: 90px;
    margin: 0 0 20px;
    clear: both;
}

.reply_form .share_options {
    display: block;
    float: left;
}
.share_options h5 {
    color: #000;
    font-size: 1.25em;
    margin: 0 0 .5em;
    line-height: 1;
}
.share_options a {
    display: block;
    line-height: 24px;
    float: left;
    border-left: 1px solid #d1d1d1;
    padding: 0 9px 0 10px;
}
.share_options a.share_twitter {
    border: none;
    padding-left: 29px;
    background: url(../images/icon_twitter_s.png) no-repeat left center;
}
.share_options a.share_facebook {
    padding-left: 39px;
    background: url(../images/icon_facebook_s.png) no-repeat 9px center;
}
.share_options a.share_google {
    padding-left: 39px;
    background: url(../images/icon_google_s.png) no-repeat 9px center;
}
.share_options a span {
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/icon_checkbox.png) no-repeat right bottom;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.share_options a.checked span { background-position: right top; }

.reply_form .submit {
    float: right;
    margin: 20px 0 0;
}

.comment.origin_twitter { background: url(../images/icon_twitter_s.png) no-repeat 20px 20px; }
.comment.origin_facebook { background: url(../images/icon_facebook_s.png) no-repeat 24px 20px; }

.comment.child_comment.origin_twitter { background: url(../images/icon_twitter_s.png) no-repeat 50px 20px; }
.comment.child_comment.origin_facebook { background: url(../images/icon_facebook_s.png) no-repeat 54px 20px; }

.comment .respond {

    float: right;
    display: block;
    clear: both;
    margin-bottom: 10px;

}
.comment .respond a {
    font-weight: bold;
    color: #000;
    font-size: .875em;
    margin-left: 5px;
}
.comment .respond .reply {
    display: block;
    float: left;
    line-height: 19px;
    padding-left: 22px;
    margin-right: 10px;
    background: url(../images/icon_comments.png) no-repeat left 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .comment .respond .reply { background: url(../images/icon_comments@2x.png) no-repeat no-repeat left 2px; background-size: 19px 16px; }
}
.comment .respond .like_count {
    display: block;
    float: left;
    line-height: 19px;
    padding-left: 19px;
    margin-right: 10px;
    background: url(../images/icon_thumbsup.png) no-repeat left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .comment .respond .like_count { // no image yet }
}
#comments .comment:nth-child(odd) {
    background-color: #f0f0f0;
}
.comment .child_tier {
    position: absolute;
    width: 200px;
    height: 22px;
    background: url(../images/child_comment_tier.png) no-repeat right top;
    left: -155px;
    top: -1px;
}

#comments footer {
    background: url(../images/bg_divider_film_story.png) repeat-y 0 0;
    padding: 20px 0 0;
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
}
#comments .show_more {
    display: inline-block;
}


/* = Blog = */

#blog_posts {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    min-height: 500px;
    margin: 0;
    padding: 0;
}
#blog_posts .loading {
    padding: 18px 0 0 20px;
    font-size: 1.5em;
    font-family: SanchezRegular,Helvetica,Arial,sans-serif;
}
.post {
    width: 100%;
    float: left;
    margin: 0;
    padding: 18px 20px;
    max-width: 726px;
    border-top: 1px solid #d1d1d1;
    background: #fff url(../images/bg_yellow_corner.png) no-repeat right top;
}
.post_head {
    float: right;
    margin: 0 0 17px;
    position: relative;
    width: 340px;
}
.single .post_head {
    margin: 0;
}
.post_head_no_thumb {
    float: left !important;
    width: 100% !important;
    margin-bottom: 5px !important;
}
.post_head_no_thumb .social_share {
    float: right !important;
}
.featured .post_head_no_thumb .meta_data {
    margin-bottom: 18px !important;
}




#blog_posts .single .post_head {
    float: left;
    width: 100%;
}
.video .post_head, 
.trailer .post_head {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}
.post_head .social_share {
    margin: 0;
    height: 19px; 
	/*float: right;  */
    float: left;
}
.single .post_head .social_share {
    float: right;
}
.post_head h2 {
    font-size: 20px;
    line-height: 1.25;
    width: 100%;
    color: #000;
    clear: both;
    float: left;
    margin: 0 0 14px;
}
.post_head h2 a {
    color: #000;
}
.post_head .meta_data {
    clear: both;
    float: left;
    width: auto;
    margin: 0 0 15px;
}
.video .post_head .meta_data, 
.trailer .post_head .meta_data {
    margin: 0 0 15px;
}
.video h1 {
    margin-bottom: 10px;
    line-height: 1.4;
}
.post_head .meta_data .author {
    font-weight: bold;
    font-size: 14px;
    float: left;
    display: block;
    line-height: 1;
}
.post_head .meta_data .date {
    display: block;
    float: left;
    margin-left: 12px;
    border-left: 1px solid #d1d1d1;
    padding-left: 12px;
    line-height: 1;
    font-style: italic;
    color: #000;
    font-size: 14px;
}

.featured .post_head {
    float: left;
    width: 100%;
    min-height: auto;
    padding: 0;
    margin-bottom: 13px;
} 
.featured .post_head h2 {
    margin-bottom: 15px;
}
.featured .post_head .meta_data {
/*    width: 60%;*/
    /*margin: 0 0 18px;*/
    margin: 0;
}
.featured .post_head .social_share {
    margin: 0;
    height: 19px; 
	float: right;  
}
.post_image {
    float: left;
    width: 364px;
    padding: 3px 0 0;
    margin: 0 8px 18px 0;
}
.post_image a {
    display: block;
}
.post_image img {
    display: block;
    width: 100%;
    height: auto;
}

.post.featured .post_image, .post.single .post_image {
    float: left;
    width: 100%;
}

.featured .post_image {
    float: left;
    width: 100%;
}
.post.featured .post_image, .post.single .post_video {
    float: left;
    width:100%;

}
.post.single .post_video {
    margin: 18px 0 10px -20px;
}
.post.single .post_video iframe {
    width: 1140px;
    height: 643px;
}
.post_content {
    float: left;
    width: 100%;
}
.gallery .post_content {
    margin-bottom: 15px;
}
.post_content p {
    margin-bottom: 0;
    line-height: 1.4;
    float: left;
    width: 700px;
    word-wrap: break-word;
}
.gallery .post_content p {
    margin-bottom: 13px;
}

.post_content p img {
    margin-bottom: 15px;
    max-width: 365px;
    height: auto;
}
.single .post_content p img {
     margin-bottom: 15px;
     max-width: 100%;
     height: auto;
 }
.featured .post_content p img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.video, 
.trailer, 
.gallery {
    max-width: 1100px;
}

.video .post_content p, 
.trailer .post_content p, 
.gallery .post_content p {
    width: 100%;
}

.post_fb_comments {
    padding-top: 23px;
    clear: left;
}
.video .post_fb_comments, 
.trailer .post_fb_comments {
    padding-top: 5px;
}

.video .fb-comments, .fb-comments iframe,
.video .fb-comments, .fb-comments span, 
.trailer .fb-comments, .fb-comments iframe,
.trailer .fb-comments, .fb-comments span,
.gallery .fb-comments, .fb-comments iframe,
.gallery .fb-comments, .fb-comments span {
    width: 100% !important;
}

#images_stage {
	width: 100%;
	min-height: 458px;
	max-height: 100%;
	max-width: 100%;
	text-align: center;
    /*margin-top: 35px;*/
}

.images_nav {
	width: auto;
	margin: 20px 0 5px 0;
	padding: 0 66px;
	min-height: 75px;
	position: relative;
}

.images_nav .rs-carousel-mask {
	width: 844px;
	position: relative;
	overflow: hidden;
    margin: 0 auto;
}

.images_nav ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.images_nav ul li {
	display: block;
	float: left;
	position: relative;
	padding: 0 14px;
	margin: 0;
	width: 140px;
	height: 83px;
}

.images_nav ul li a {
	display: block;
	position: relative;
	width: auto;
	border: 3px solid transparent;
	cursor: pointer;
	z-index: 1;
}

.images_nav ul li a.active, .images_nav ul li a:hover {
	border: 3px solid #fec127;
}

.images_nav ul li a img {
	display: block;
	border: 1px solid #d5d5d5;
}

.images_nav .rs-carousel-action-next, .images_nav .rs-carousel-action-prev {
	width: 26px;
	height: 35px;
	overflow: hidden;
	display: block;
	position: absolute;
	text-indent: 100%;
	top: 25px;
}

.images_nav .rs-carousel-action-prev {
	left: 89px;
	background: url(../images/scroll_arrow_l.png) no-repeat left top;
}

.images_nav .rs-carousel-action-next {
	right: 89px;
	background: url(../images/scroll_arrow_r.png) no-repeat right top;
}

.images_nav .rs-carousel-action-disabled {
	background-position: left bottom;
}

.images_nav .rs-carousel-action-next.rs-carousel-action-disabled {
	background-position: right bottom;
}



.post_footer {
    margin-top: 14px;
    display: block;
    clear: both;
    width: 100%;
    float: left;
    background: #f0f0f0;
    position: relative;
}
.post_footer .info_text {
    width: 510px;
    float: left;
    padding: 20px;
    border-right: 1px solid #fff;
}
.post_footer .quick_links {
    float: right;
    width: 134px;
    padding: 20px;
}
.post_footer h4 {
    font-size: 1.25em;
    color: #717171;
    line-height: 1em;
    margin: 0 0 .75em;
}
.post_footer p {
    font-size: .875em;
    line-height: 1.2;
    color: #000;
    margin: 1em 0 0;
}
.post_footer .quick_links p {
    font-size: 0.99em;
    line-height: 1.2;
    color: #000;
    margin: 0.7em 0 0 0.1em;
}
.post_footer div > p:first-child { margin: 0; }
.post_footer .quick_links .read_more {
    float: none;
    display: inline-block;
}

.featured.post {
    border: none;
}

.blog_nav {
    border-top: 1px solid #D1D1D1;
    clear: both;
    text-align: center;
}
.search_results .blog_nav {
    margin-bottom: 5px;
}
/*.blog_nav {*/
    /*border-top: 1px solid #D1D1D1;*/
    /*clear: both;*/
    /*padding: 20px;*/
    /*width: auto;*/
/*}*/
/*.blog_nav {*/
    /*border-top: 1px solid #D1D1D1;*/
    /*clear: both;*/
    /*float: left;*/
    /*padding: 20px;*/
    /*width: auto;*/
/*}*/

.blog_nav ul {
    display: inline-block;
    list-style: none outside none;
    margin: 0 auto;
    padding: 20px 20px 14px;
}
.blog_nav li {
    float: left;
    list-style: none outside none;
    margin: 0 0 0 3px;
    padding: 0;
}
.blog_nav li span {
    display: block;
    height: 25px;
    width: 20px;
    padding: 5px 14px 0;
    text-align: center;
    /*line-height: 30px;*/
    color: #fff;
    font-size: .875em;
    font-weight: bold;
    background: #d3d3d3;
    cursor: pointer;
    -webkit-font-smoothing:antialiased;
}
.blog_nav li span.bn_first {
    width: 40px;
    background: #d3d3d3 url(../images/icon_arrow_first_white.png) no-repeat 9px center;
}
.blog_nav li span.bn_previous {
    width: 64px;
    background: #d3d3d3 url(../images/icon_arrow_previous_white.png) no-repeat 8px center;
}
.blog_nav li span.bn_next {
    width: 50px;
    background: #d3d3d3 url(../images/icon_arrow_next_white.png) no-repeat 56px center;
}
.blog_nav li span.bn_last {
    width: 40px;
    background: #d3d3d3 url(../images/icon_arrow_last_white.png) no-repeat 49px center;
}
.blog_nav li span:hover {
    background-color: #febf22;
}
.blog_nav li span.current {
    background-color: #FEBF22;
    /*outline: solid #febf22 2px;*/
}
.sidebar_item {
    display: block;
    padding: 18px 20px 20px;
    width: 100%;
    float: left;
    clear: both;
    max-width: 333px;
    border-top: 1px solid #d1d1d1;
}
.sidebar_item h3 {
    line-height: 1;
    font-size: 1.875em;
    margin: 0 0 0.5em;
    float: left;
}
.sidebar_item .view_all_checkbox {
    display: inline-block;
    float: right;
    font-size: 1.25em;
    margin: 5px 0 0;
    color: #000;
    font-family: 'SanchezRegular';
    text-decoration: none;
    background: url(../images/icon_checkbox.png) no-repeat right bottom;
    padding-right: 29px;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    cursor: pointer;
    -webkit-font-smoothing:antialiased;
}
.sidebar_item .view_all_checkbox.checked {
    background-position: right top;
}
.sidebar_item .filter_list {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}
.sidebar_item .filter_list li {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    padding: 0;
    list-style: none;
}
.sidebar_item .filter_list li span {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: #d3d3d3;
    font-family: 'SanchezRegular';
    font-size: .875em;
    color: #fff;
    cursor: pointer;
    -webkit-font-smoothing:antialiased;
}
.sidebar_item .filter_list li span.active {
    background: #febf22;
}
.sidebar_item .read_more {
    float: left;
    clear: both;
    margin: 0.5em 0 0;
}
#filter_film_select_div {
    display: none;
    clear: both;
}
#search_blog {
    border: none;
}
#search_blog h3 {
    float: none;
}
#search_blog form {
    width: 100%;
    float: left;
    clear: both;
}
#search_blog input.text {
    display: block;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 195px;
    padding: 0 10px;
    color: #000;
    font-size: .875em;
    float: left;
    outline: none;
}
#search_blog input.submit {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: .875em;
}
#search_results {
    z-index: 10;
    float: right;
    background-color: #eee;
    border: solid #d1d1d1 1px;
    padding: 10px;
    width: 40%;
    text-align: center;
    display: none;
}
#search_result_list {
    text-align: left;
}
#search_results .hide_button {
    width: 40px;
    cursor: pointer;
    margin: 0 auto;
}
.related_posts {
    clear: both;
    float: left;
    padding: 20px 0 0 0;
    border-top: 1px solid #D1D1D1;
    background: url(../images/bg_yellow_corner.png) no-repeat right top;
    width: 766px;
}
.related_posts .post {
    border-top: 1px solid #D1D1D1 !important;
    max-width: 726px !important;
    padding: 17px 20px 2px;
}
.related_posts h2 {
    font-size: 2.25em;
    margin: 0 0 20px 20px;
    line-height: 1;
}
.related_posts h4 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #000;
}
.related_posts h4 a {
    color: #000;
}
.related_posts .related_post {
    float: left;
    width: 225px;
    margin: 0 11px;
}
.related_posts img {
    max-width: 100%;
    margin-bottom: 10px;
}

#lightbox {
    display:none;
    background:#000000;
    opacity:0.9;
    position:absolute;
    top:0px;
    left:0px;
    min-width:100%;
    min-height:100%;
    z-index:1000;
}
/* Lightbox panel with some content */
#lightbox-panel {
    display:none;
    position:fixed;
    top:100px;
    left:40%;
    margin-left:-200px;
    background:black;
    padding:10px 15px 10px 15px;
    border:2px solid #444;
    z-index:9999;
}
#lightbox-panel iframe {
    display: block;
}
#lightbox-panel .close {
    color: #d1d1d1;
    cursor: pointer;
    text-decoration: underline;
}



/* SEARCH PAGE */

.search_results .col_header {
    font-family: sanchezregular,helvetica,sans-serif;
    -webkit-font-smoothing:antialiased;
    text-rendering: optimizeLegibility;
    font-size: 1.35em;
    padding-bottom: 10px;
    margin: 0;
}
.search_results .col_header:last-of-type {
    border-bottom: none;
}

.search_results #result_description {
    padding-bottom: 13px
}

.search_results ul, .search_results ol {
    margin: 0 0 0 0;
}
.search_results li {
    margin: 0 0 12px 0;
}

.search_results .blog_nav li {
    margin-bottom: -6px;
    margin-left: 3px;
}


/* Scrollbars */ 
.ps-container .ps-scrollbar-x, 
.ps-container .ps-scrollbar-y {
    position: absolute;
    background-color: #888;
}

.ps-container .ps-scrollbar-x {
    bottom: 10px;
    height: 5px;
}

.ps-container .ps-scrollbar-y {
    right: 10px;
    width: 5px;
}




#ss-grid {
	border: 1px solid #ddd;
}
#ss-grid {
	width: 1100px;
	height: 592px;
	background-color: #fff;
	position: relative;
	text-align: left;
}
#ss-grid-filters {
	float: right;
	width: 367px;
	line-height: 40px;
	text-align: right;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	font-family: SanchezRegular, Helvetica, Arial, sans-serif;
	color: #212121;
	padding-top: 11px;
}
#ss-grid-filters h3 {
	float: left;
	line-height: 24px;
	font-size: 20px;
	display: inline;
	margin: 0 12px 0 0;
	color: #212121;
}
#ss-grid .grid-box {
	width: 196px;
	height: 196px;
	background-color: #f8f8f8;
	overflow: hidden;
	margin: 0 2px 2px 0;
	float: left;
	position: relative;
}
#ss-grid .grid-box .box-container {
	position: relative;
}
#ss-grid .grid-box .box-inner {
	overflow: hidden;
	height: 196px;
	position: relative;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);	
	z-index: 100;
	cursor: pointer;
}
#ss-grid .grid-box .box-inner.active {
	z-index: 200;
}
#ss-grid .grid-box .box-inner[data-type="text"] {
	padding: 16px 16px 0;
	height: 180px;
}
#ss-grid .grid-box.rectangle {
	width: 351px;
	background-color: #e8e8e8;
}

#ss-grid .grid-box.edge {
	margin-right: 0;
}

#ss-grid .grid-box .name {
	font-family: SanchezRegular, Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
	color: #fff;
}
#ss-grid .grid-box .description {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	max-height: 127px;
}
#ss-grid .grid-box .time {
	font-size: 11px;
	line-height: 14px;
	position: absolute;
	bottom: 8px;
	left: 16px;
	color: #fff;
}
#ss-grid .grid-box .icon {
	position: absolute;
	bottom: 5px;
	right: 6px;
	width: 21px;
	height: 21px;
	background: url(../images/social-stream-icons/social-icons.png) no-repeat 0 0 transparent;
}

/* Background Colors */
#ss-grid .grid-box [data-source="twitter"] { background-color: #00adef; }
#ss-grid .grid-box [data-source="facebook"] { background-color: #4564a4; }
#ss-grid .grid-box [data-source="tumblr"] { background-color: #2c4762; }

/* Feed Icons */
#ss-grid .grid-box [data-source="twitter"] .icon { background-position: -2px -2px; }
#ss-grid .grid-box [data-source="facebook"] .icon { background-position: -34px -3px; }
#ss-grid .grid-box [data-source="tumblr"] .icon { background-position: -65px -3px; }
#ss-grid .grid-box [data-source="pinterest"] .icon { background-position: -96px -3px; }
#ss-grid .grid-box [data-source="youtube"] .icon { background-position: -127px -3px; }
#ss-grid .grid-box [data-source="instagram"] .icon { background-position: -158px -3px; }

/* White Feed Icons (for text) */
#ss-grid .grid-box [data-type="text"][data-source="twitter"] .icon { background: url(../images/social-stream-icons/white-icons.png) no-repeat 0px -3px transparent; }
#ss-grid .grid-box [data-type="text"][data-source="facebook"] .icon { background: url(../images/social-stream-icons/white-icons.png) no-repeat -20px -3px transparent; }
#ss-grid .grid-box [data-type="text"][data-source="tumblr"] .icon { background: url(../images/social-stream-icons/white-icons.png) no-repeat -40px -3px transparent; }

/* Instagram videos */
#ss-grid .grid-box .overlay { display: none; }
#ss-grid .grid-box [data-type="video"][data-source="instagram"] .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/video_overlay_play.png) no-repeat center center;
}


/* Filter Icons */
#ss-grid-filters .icon {
	float: left;
	width: 22px;
	height: 22px;
	background: url(../images/social-stream-icons/social-icons.png) no-repeat 0 0 transparent;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 4px;
}
#ss-grid-filters .icon.twitter.selected { background-position: -2px -2px; }
#ss-grid-filters .icon.facebook.selected { background-position: -34px -3px; }
#ss-grid-filters .icon.tumblr.selected { background-position: -65px -3px; }
#ss-grid-filters .icon.pinterest.selected { background-position: -96px -3px; }
#ss-grid-filters .icon.youtube.selected { background-position: -127px -3px; }
#ss-grid-filters .icon.instagram.selected { background-position: -158px -3px; }
#ss-grid-filters .icon.viewall.selected { background-position: 100% -3px; }
#ss-grid-filters .icon.twitter { background-position: -2px -26px; }
#ss-grid-filters .icon.facebook { background-position: -34px -27px; }
#ss-grid-filters .icon.tumblr { background-position: -65px -27px; }
#ss-grid-filters .icon.pinterest { background-position: -96px -27px; }
#ss-grid-filters .icon.youtube { background-position: -127px -27px; }
#ss-grid-filters .icon.instagram { background-position: -158px -27px; }
#ss-grid-filters .icon.viewall { 
	width: auto;
	float: right;
	padding-right: 28px;
	background: url(../images/social-stream-icons/viewall-icons.png) no-repeat 100% -27px transparent; 
}

#ss-grid-filters .icon.twitter,
#ss-grid-filters .icon.facebook,
#ss-grid-filters .icon.tumblr,
#ss-grid-filters .icon.pinterest, 
#ss-grid-filters .icon.youtube { 
	border-right: 1px solid #ccc;
	padding-right: 3px;
}


/* Overlay */
#ss-grid .overlay {
	height: 590px;
	background-color: rgba(255,255,255,.3);
}
.scrollable-area {
    height: 517px;
    width: 310px;
    margin:0;
    padding:0;
    overflow: auto;
}


/* EXTERNAL SCROLLS */

.external-scroll_x, .external-scroll_y {
    border: solid 1px #9999fc;
    cursor: pointer;
    display: block;
    position: absolute;
}

.external-scroll_x {
    bottom: -15px;
    height: 10px;
    left: 0;
    max-width: 200px;
}

.external-scroll_y {
    right: -15px;
    max-height: 200px;
    top: 0;
    width: 10px;
}

.external-scroll_x div,
.external-scroll_y div
{
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.external-scroll_x .scroll-bar,
.external-scroll_y .scroll-bar {
    background: #9999fc;
    z-index: 12;
}

.external-scroll_x .scroll-bar {
    width: 100px;
}
.external-scroll_y .scroll-bar {
    height: 100px;
}



/*************** SCROLLBAR DEFAULTS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: pointer;
}



/******************* STANDARD SCROLL *******************/

.scroll-standard > .scroll-content.scroll-scrolly_show { left: -17px; margin-left: 17px; }
.scroll-standard > .scroll-content.scroll-scrollx_show { top:  -17px; margin-top:  17px; }


.scroll-standard > .scroll-element {
    background-color: #fcfdff;
}

.scroll-standard > .scroll-element,
.scroll-standard > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-standard > .scroll-element .scroll-element_outer,
.scroll-standard > .scroll-element .scroll-element_size,
.scroll-standard > .scroll-element .scroll-element_inner-wrapper,
.scroll-standard > .scroll-element .scroll-element_inner,
.scroll-standard > .scroll-element .scroll-bar,
.scroll-standard > .scroll-element .scroll-bar div
{
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll-standard > .scroll-element .scroll-element_outer,
.scroll-standard > .scroll-element .scroll-element_size,
.scroll-standard > .scroll-element .scroll-element_inner-wrapper,
.scroll-standard > .scroll-element .scroll-bar_body
{
    background: none !important;
}


.scroll-standard > .scroll-element.scroll-x {
    border-top: solid 1px #fcfdff;
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scroll-standard > .scroll-element.scroll-y {
    border-left: solid 1px #fcfdff;
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scroll-standard > .scroll-element.scroll-x div {
    background-image: url('../css/jquery-scrollbar/vista-x.png');
    background-repeat: repeat-x;
}

.scroll-standard > .scroll-element.scroll-y div {
    background-image: url('../css/jquery-scrollbar/vista-y.png');
    background-repeat: repeat-y;
}

.scroll-standard > .scroll-element.scroll-x .scroll-arrow {}

.scroll-standard > .scroll-element.scroll-x .scroll-bar { min-width: 16px; background-position: 0px -34px; background-repeat: no-repeat; }
.scroll-standard > .scroll-element.scroll-x .scroll-bar_body { left: 2px; }
.scroll-standard > .scroll-element.scroll-x .scroll-bar_body-inner { left: -4px; background-position: 0px -17px; }
.scroll-standard > .scroll-element.scroll-x .scroll-bar_center { left: 50%; margin-left: -6px; width: 12px; background-position: 24px -34px; }
.scroll-standard > .scroll-element.scroll-x .scroll-bar_bottom { left: auto; right: 0; width: 2px; background-position: 37px -34px; }


.scroll-standard > .scroll-element.scroll-y .scroll-bar { min-height: 16px; background-position: -34px 0px; background-repeat: no-repeat; }
.scroll-standard > .scroll-element.scroll-y .scroll-bar_body { top: 2px; }
.scroll-standard > .scroll-element.scroll-y .scroll-bar_body-inner { top: -4px; background-position: -17px 0px; }
.scroll-standard > .scroll-element.scroll-y .scroll-bar_center { top: 50%; margin-top: -6px; height: 12px; background-position: -34px 24px; }
.scroll-standard > .scroll-element.scroll-y .scroll-bar_bottom { top: auto; bottom: 0; height: 2px; background-position: -34px 37px; }


/* SCROLL ARROWS */

.scroll-standard > .scroll-element .scroll-arrow { display: none; }
.scroll-standard > .scroll-element.scroll-element_show-arrows .scroll-arrow { display: block; z-index: 12; }


.scroll-standard > .scroll-element.scroll-x.scroll-element_show-arrows .scroll-arrow_less { height: 100%; width: 17px; background-position: 0px -51px;}
.scroll-standard > .scroll-element.scroll-x.scroll-element_show-arrows .scroll-arrow_more { height: 100%; left: auto; right: 0; width: 17px; background-position: 17px -51px;}

.scroll-standard > .scroll-element.scroll-x.scroll-element_show-arrows .scroll-element_outer { left: 17px; }
.scroll-standard > .scroll-element.scroll-x.scroll-element_show-arrows .scroll-element_inner { left: -34px; }
.scroll-standard > .scroll-element.scroll-x.scroll-element_show-arrows .scroll-element_size { left: -34px; }


.scroll-standard > .scroll-element.scroll-y.scroll-element_show-arrows .scroll-arrow_less { width: 100%; height: 17px; background-position: -51px 0px;}
.scroll-standard > .scroll-element.scroll-y.scroll-element_show-arrows .scroll-arrow_more { width: 100%; top: auto; bottom: 0; height: 17px; background-position: -51px 17px;}

.scroll-standard > .scroll-element.scroll-y.scroll-element_show-arrows .scroll-element_outer { top: 17px; }
.scroll-standard > .scroll-element.scroll-y.scroll-element_show-arrows .scroll-element_inner { top: -34px; }
.scroll-standard > .scroll-element.scroll-y.scroll-element_show-arrows .scroll-element_size { top: -34px; }


/* PROCEED OFFSET IF ANOTHER SCROLL VISIBLE */

.scroll-standard > .scroll-element.scroll-x.scroll-scrolly_show .scroll-element_size { left: -17px; }
.scroll-standard > .scroll-element.scroll-y.scroll-scrollx_show .scroll-element_size { top: -17px; }

.scroll-standard > .scroll-element.scroll-x.scroll-scrolly_show .scroll-element_inner { left: -17px; }
.scroll-standard > .scroll-element.scroll-y.scroll-scrollx_show .scroll-element_inner { top: -17px; }


/* PROCEED OFFSET IF ARROWS & ANOTHER SCROLL */

.scroll-standard > .scroll-element.scroll-x.scroll-element_show-arrows.scroll-scrolly_show .scroll-arrow_more { right: 17px;}
.scroll-standard > .scroll-element.scroll-x.scroll-element_show-arrows.scroll-scrolly_show .scroll-element_inner { left: -51px;}
.scroll-standard > .scroll-element.scroll-x.scroll-element_show-arrows.scroll-scrolly_show .scroll-element_size { left: -51px;}


.scroll-standard > .scroll-element.scroll-y.scroll-element_show-arrows.scroll-scrollx_show .scroll-arrow_more { bottom: 17px;}
.scroll-standard > .scroll-element.scroll-y.scroll-element_show-arrows.scroll-scrollx_show .scroll-element_inner { top: -51px;}
.scroll-standard > .scroll-element.scroll-y.scroll-element_show-arrows.scroll-scrollx_show .scroll-element_size { top: -51px;}



/******************* SIMPLE OUTER SCROLL *******************/

.scroll-simple_outer > .scroll-content.scroll-scrolly_show { left: -12px; margin-left: 12px; }
.scroll-simple_outer > .scroll-content.scroll-scrollx_show { top:  -12px; margin-top:  12px; }

.scroll-simple_outer > .scroll-element,
.scroll-simple_outer > .scroll-element div
{
    border: none;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-simple_outer > .scroll-element {
    background-color: #ccc;
    margin-right:25px;
}

.scroll-simple_outer > .scroll-element div {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}


.scroll-simple_outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scroll-simple_outer > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 5px;
}

.scroll-simple_outer > .scroll-element .scroll-bar {
    background-color: #888;
    height:255px;
}

.scroll-simple_outer > .scroll-element.scroll-x .scroll-bar { top: 0px; height: 10px;}
.scroll-simple_outer > .scroll-element.scroll-y .scroll-bar { left: 0px; width: 10px;}


/* PROCEED OFFSET IF ANOTHER SCROLL VISIBLE */

.scroll-simple_outer > .scroll-element.scroll-x.scroll-scrolly_show .scroll-element_size { left: -12px; }
.scroll-simple_outer > .scroll-element.scroll-y.scroll-scrollx_show .scroll-element_size { top: -12px; }

.scroll-simple_outer > .scroll-element.scroll-x.scroll-scrolly_show .scroll-element_inner { left: -12px; }
.scroll-simple_outer > .scroll-element.scroll-y.scroll-scrollx_show .scroll-element_inner { top: -12px; }



/* HOVER & DRAG STYLES 
.scroll-simple_outer > .scroll-element .scroll-bar:hover { background-color: #03a4d8; }
.scroll-simple_outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #FFa2ff; }
*/



/******************* SIMPLE INNER SCROLL *******************/

.scroll-simple_inner > .scroll-element,
.scroll-simple_inner > .scroll-element div
{
    background: none;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-simple_inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll-simple_inner > .scroll-element .scroll-element_inner {
    display: none;
}

.scroll-simple_inner > .scroll-element .scroll-bar {
    background-color: #9999fc;
    display: none;
}

.scroll-simple_inner:hover > .scroll-element .scroll-bar {
    display: block;
}

.scroll-simple_inner > .scroll-element.scroll-draggable .scroll-bar {
    display: block;
}


.scroll-simple_inner > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scroll-simple_inner > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

.scroll-simple_inner > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    top: -14px;
}

.scroll-simple_inner > .scroll-element.scroll-y .scroll-bar {
    left: -14px;
    width: 10px;
}

.scroll-simple_inner > .scroll-element.scroll-x .scroll-bar { top: -14px; }
.scroll-simple_inner > .scroll-element.scroll-y .scroll-bar { left: -14px; }

.scroll-simple_inner > .scroll-element.scroll-x .scroll-element_outer { left: 4px; }
.scroll-simple_inner > .scroll-element.scroll-x .scroll-element_size { left: -8px; }

.scroll-simple_inner > .scroll-element.scroll-y .scroll-element_outer { top: 4px; }
.scroll-simple_inner > .scroll-element.scroll-y .scroll-element_size { top: -8px; }


/* PROCEED OFFSET IF ANOTHER SCROLL VISIBLE */

.scroll-simple_inner > .scroll-element.scroll-x.scroll-scrolly_show .scroll-element_size { left: -22px; }
.scroll-simple_inner > .scroll-element.scroll-y.scroll-scrollx_show .scroll-element_size { top: -22px; }












