.ps-container.ps-in-scrolling,
.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

body,
form,
h1,
h2,
h3,
h4,
html {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
p,
ul {
    padding: 0
}

footer li,
footer li a {
    color: #ccc
}

a,
footer li a {
    text-decoration: none
}

.ps-container {
    -ms-touch-action: none;
    overflow: hidden!important
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 8px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    width: 8px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}

h2 {
	font-size: 16px;
}

.shadowed {
	text-shadow: 1px 1px 3px #525252;
}

.bl-icon {
    height: 40px;
    bottom: 10px;
    position: absolute;
    right: 8px
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url("http://fonts.gstatic.com/s/lato/v11/nj47mAZe0mYUIySgfn0wpQ.ttf") format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url("http://fonts.gstatic.com/s/lato/v11/v0SdcGFAl2aezM9Vq_aFTQ.ttf") format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url("http://fonts.gstatic.com/s/lato/v11/DvlFBScY1r-FMtZSYIYoYw.ttf") format('truetype')
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    -webkit-text-stroke: 0
}

a,
a img,
iframe,
img {
    border: none
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

h3,
h4 {
    font-size: 137.5%;
    font-weight: 400
}

p {
    margin: 10px 0
}

ul {
    margin: 0
}

.clear {
    clear: both
}

.nowrap {
    white-space: nowrap
}

.lt-ie9 body {
    padding-top: 0
}

body,
html {
    width: 100%;
    height: 100%
}

.bl-main {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto
}

.bl-main>section {
    position: absolute;
    width: 100%;
    height: 40%;
    border-bottom: 1px solid #fff;
    z-index: 100;
    cursor: pointer
}

@media (max-height:420px) and (max-width:768px) {
    .bl-main>section {
        height: 100%
    }
}

.bl-box {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: intial;
    -ms-flex-align: intial;
    align-items: intial
}

.bl-box h2 {
    text-align: right;
    margin: 0;
    padding: 10px;
    width: 100%
}

.bl-icon:before {
    display: block;
    font-size: 18px;
    margin-bottom: 10px
}

.bl-main>.bl-modal .bl-icon-close {
    position: absolute;
    top: -2px;
    right: 0;
    cursor: pointer;
    z-index: 100
}

.bl-icon-close:before {
    content: url("../images/close-btn-4d204894f8.png")
}

.bl-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100;
    background: rgba(0, 0, 0, .9);
    border: none;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.bl-body,
.bl-content,
.bl-header {
    position: relative
}

.bl-content {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    overflow: hidden
}

.bl-header {
    min-height: 20px;
    margin-top: 10px
}

.bl-video .bl-header {
    margin-top: 10px;
    margin-bottom: 10px
}

.bl-body {
    overflow-y: auto;
    height: 70%;
    padding-right: 1em
}

@media screen and (min-width:480px) {
    .bl-header {
        margin-top: 25px
    }
    .bl-main>.filmography {
        background-position: 0 40% !important;
    }
    .bl-main>.biography {
        background-position: 0 40% !important;
    }
}

@media screen and (min-width:769px) {
    .bl-main>section {
        display: block;
        width: 33.3333%;
        border-bottom: none;
        height: 26%
    }
    .bl-main>section .bl-box {
        border-right: 1px solid #fff
    }
    .bl-main {
        overflow: hidden
    }
    .bl-content {
        max-width: 700px
    }
    .bl-header {
        margin-top: 50px
    }
}

.bl-body>ul,
footer .social .social-group a,
footer li {
    display: inline-block
}

.bl-main>.trailer,
footer li:last-child {
    border-right: none
}

@media screen and (min-width:1029px) {
    .bl-content {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .bl-icon img {
        height: 50px
    }
    .bl-content {
        max-width: 800px
    }
    .bl-main>.reel {
        background-size: cover;
        background-repeat: no-repeat
    }
}

.ps-container>.ps-scrollbar-x-rail,
.ps-container>.ps-scrollbar-y-rail {
    opacity: .3
}

.bl-main>.trailer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/jbl5.jpg");
    background-position: top right;
    background-size: cover;
    border-bottom: 1px solid #fff;
    -webkit-transition: height .3s;
    transition: height .3s
}

.bl-main>.trailer .bl-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-right: none
}

@media (min-width:480px) and (max-height:480px) {
    .bl-main>.trailer {
        background-image: url("../images/jbl1.jpg");
        background-position: top left
    }
}

@media (min-width:769px) {
    .bl-main>.trailer {
        background-image: url("../images/jbl1.jpg");
        background-position: 0 40%;
        height: 66%
    }
    .bl-main>.filmography {
        background-position: 0 40% !important;
    }
}

@media (max-height:420px) and (max-width:768px) {
    .bl-main>.trailer {
        background-size: cover;
        background-position: 0 26%
    }
}

@media (max-width:768px) {
     h2 {
		font-size: 24px;
	}
}

@media (min-width:1140px) {
    .bl-main>.trailer {
        background-size: cover;
        background-position: 0 60%
    }
}

.bl-main>.biography,
.bl-main>.filmography,
.bl-main>.reel {
    background-position: top left;
    background-size: cover
}

.bl-main>.reel {
    top: 100%;
    left: 0;
    background-image: url("../images/jbl2.jpg");
    background-repeat: no-repeat;
    -webkit-transition: top .3s;
    transition: top .3s
}

@media (min-width:769px) {
    .bl-main>.reel {
        top: 66%
    }
}

.bl-main>.biography {
    top: 140%;
    left: 0;
    background-image: url("../images/jbl3.jpg")
}

@media (min-width:480px) {
    .bl-main>.biography {
        background-image: url("../images/jbl3.jpg")
    }
}

@media (min-width:769px) {
    .bl-main>.biography {
        top: 66%;
        left: 33.333%
    }
}

@media (max-height:420px) and (max-width:768px) {
    .bl-main>.biography {
        top: 200%
    }
}

.bl-main>.filmography {
    top: 180%;
    left: 0;
    background-image: url("../images/jbl4.jpg")
}

@media (min-width:769px) {
    .bl-main>.filmography {
        top: 66%;
        left: 66.666%
    }
    .bl-main>.filmography .bl-box {
        border-right: none
    }
    .bl-content>ul.film-list-2 {
        margin-left: 6em
    }
}

img,
legend {
    border: 0
}

@media (max-height:420px) and (max-width:768px) {
    .bl-main>.filmography {
        top: 300%
    }
}

.responsive-video {
    position: relative;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

footer {
    position: absolute;
    top: 220%;
    width: 100%;
    margin-top: 65px;
    padding: 2em 0;
    background-color: #000
}

footer li {
    border-right: 1px solid #ccc;
    padding: 0 .5em
}

footer .footer-content {
    position: relative;
    top: 50%;
    font-size: 10px;
    text-align: center
}

footer .social {
    position: absolute;
    top: -65px;
    background-color: #333;
    width: 100%;
    height: 67px;
    padding: 1em
}

footer .social .social-group {
    margin: 0 auto;
    text-align: center
}

footer .social .social-group img {
    width: 100%
}

footer .social-facebook {
    width: 36px;
    padding-right: 25px
}

footer .social-twitter {
    width: 73px;
    padding-left: 25px;
    padding-right: 21px
}

footer .social-weibo {
    width: 54px;
    padding-left: 21px;
    padding-right: 0
}

@media screen and (min-width:769px) {
    footer {
        margin-top: 0;
        top: 95%;
        height: 5%;
        padding: 0
    }
    footer .social {
        display: inline-block;
        position: relative;
        top: 50%;
        left: 0;
        margin-top: -26px;
        width: auto;
        padding: 0 12px;
        background-color: #000;
        height: auto;
        float: right
    }
    footer .footer-content {
        margin-top: -5px;
        padding: 0 10px;
        text-align: left
    }
    footer .social-facebook {
        width: 20px;
        padding-right: 10px
    }
    footer .social-twitter {
        width: 40px;
        padding-left: 10px;
        padding-right: 8px
    }
    footer .social-weibo {
        width: 36px;
        padding-left: 8px;
        padding-right: 0
    }
}

@media (min-width:769px) {
    footer {
        top: 92%;
        height: 8%
    }
    footer .social {
        margin-top: -20px
    }
}

@media (max-height:420px) and (max-width:768px) {
    footer {
        position: absolute;
        top: 400%;
        height: 134px;
        margin-top: 0;
        padding: 0
    }
    footer .social {
        position: relative;
        top: 0;
        margin-top: 0
    }
    footer .footer-content {
        position: relative;
        top: 0;
        padding-top: 26px;
        height: 67px
    }
}

a {
    color: inherit;
    -webkit-transition: opacity .25s ease-in-out, color .25s ease-in-out;
    transition: opacity .25s ease-in-out, color .25s ease-in-out;
    background-color: transparent
}

a:hover {
    text-decoration: underline;
    opacity: .5
}

.bl-expand.bl-modal {
    visibility: visible
}

.hidden {
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.bl-icon-close,
.bl-modal,
.hidden {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.bl-expand .bl-icon-close,
.bl-expand .hidden,
.bl-expand.bl-modal {
    opacity: 1;
    -webkit-transition: opacity .3s
}

.bl-expand .bl-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s
}

.bl-content {
    font-size: .75em;
    line-height: 1.5
}

.bl-content ol,
.bl-content p,
.bl-content ul {
    margin: 0 auto;
    padding-bottom: 15px
}

legend,
td,
th {
    padding: 0
}

.bl-content h2 {
    font-size: 1.125em;
    font-weight: 500;
    margin: 0 0 20px
}

.bl-content h3 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.25;
    margin: 10px 0 20px
}

.bl-body>ul {
    list-style: none;
    padding-bottom: 0
}

.bl-content a.highlighted {
    color: #C70404;
    font-weight: 700
}

@media (min-width:480px) {
    .bl-body p,
    .bl-body ul,
    .bl-content {
        font-size: 1em
    }
}

@media (min-width:769px) {
    .bl-body h2 {
        font-size: 2em
    }
    .bl-body>ul.film-list-2 {
        margin-left: 4em;
        vertical-align: top
    }
}

@media (min-width:1200px) {
    .bl-body>ul.film-list-2 {
        margin-left: 6em
    }
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

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

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

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 3em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

figure {
    margin: 1em 40px
}

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

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=submit],
input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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