html {
    overflow: hidden
}

body {
    overflow: hidden;
    background-color: black;
    font-size: 1em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (min-width: 801px) {
    body {
        font-family: 'futura-pt', sans-serif;
        font-weight: 500
    }
}

@media screen and (max-width: 800px) {
    body {
        font-family: 'futura-pt', sans-serif;
        font-weight: 400;
        line-height: 1.5em
    }
}

.custom-image {
    font-family: 'futura-pt', sans-serif;
    font-weight: 400
}

.error {
    font-weight: bold;
    color: red;
    text-align: center
}

nav .text {
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
    color: white;
    text-transform: uppercase
}

@media screen and (min-width: 1101px) {
    nav .text {
        font-size: 28px
    }
}

@media screen and (max-width: 1100px) {
    nav .text {
        font-size: 24px
    }
}

@media screen and (max-width: 950px) {
    nav .text {
        font-size: 20px
    }
}

a:focus {
    outline: none
}

a::-moz-focus-inner {
    border: 0
}

.arrow-left,
.arrow-right {
    background-position: center;
    background-repeat: no-repeat;
    width: 52px;
    height: 83px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    opacity: 0.5;
    z-index: 20
}

.arrow-left:hover,
.arrow-right:hover {
    opacity: 0.8
}

.arrow-left:active,
.arrow-right:active {
    opacity: 1
}

.arrow-left {
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/arrow-left.png");
    left: 20px
}

.arrow-right {
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/arrow-right.png");
    right: 20px
}

.csscalc .page-gallery .page {
    height: calc(100% - 180px)
}

@media screen and (min-width: 801px) {
    .csscalc .page {
        height: calc(100% - 245px)
    }
    .csscalc .social-links {
        width: calc(100% - 570px)
    }
}

@media screen and (max-width: 800px) {
    .csscalc .page {
        height: calc(100% - 130px)
    }
    .csscalc .above-menu-image {
        height: calc(100% - 245px)
    }
}

.full-page-background {
    background-size: cover;
    position: absolute;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.page {
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden
}

#full-page-background-video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 801px) and (min-aspect-ratio: 236 / 99) {
    #full-page-background-video {
        height: 300%;
        top: -100%
    }
}

@media screen and (min-width: 801px) and (max-aspect-ratio: 236 / 99) {
    #full-page-background-video {
        width: 300%;
        left: -100%
    }
}

@media screen and (max-width: 800px) {
    #full-page-background-video {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 500;
        height: 50%
    }
}

#youtubeEmbed {
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

.social-links {
    text-align: center;
    margin: 10px 0 0
}

.social-links>.link {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    cursor: pointer
}

.social-links>.link:not(.trailer) {
    transform: scale(0.6);
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    -ms-transition: transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease
}

.social-links>.link:not(.trailer):hover {
    transform: scale(0.8)
}

.social-links>.link:not(.trailer):active {
    transform: scale(1);
    -webkit-transition: transform 100ms ease;
    -moz-transition: transform 100ms ease;
    -ms-transition: transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease
}

.social-links .facebook {
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/social/FB.png")
}

.social-links .twitter {
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/social/TW.png")
}

.social-links .snapchat {
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/social/SC.png")
}

.social-links .instagram {
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/social/IG.png")
}

.outsideLink {
    position: absolute;
    right: 10px;
    text-align: right;
    height: 22px;
    font-size: 12px;
    bottom: 0;
    color: lightgray;
    text-decoration: none;
    text-shadow: 0 0 2px black
}

.footer .text {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 22px;
    font-size: 12px;
    bottom: 0;
    color: lightgray;
    text-shadow: 0 0 2px black
}

.above-menu-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 115px
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden !important
}

.menu {
    width: 100%;
    height: 130px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    position: absolute;
    top: -300px;
    z-index: 5
}

.menu a {
    display: inline-block;
    vertical-align: top
}

.menu a .color,
.menu a .text {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    display: inline-block;
    width: 100%;
    height: 100%
}

.menu a .color {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative
}

.menu a.big {
    width: 45%;
    max-width: 600px;
    height: 130px
}

.menu a.small {
    width: 12.5%;
    height: 110px;
    max-width: 150px
}

.menu a.small .text {
    top: -110px;
    position: relative;
    margin-top: 50px
}

.menu a.small:not(.active) .color {
    top: -130px
}

.menu a.small:hover:not(.active) .color {
    top: 0
}

@media screen and (min-width: 801px) {
    .menu a.big {
        height: 103px;
    }
    .menu .tickets {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/menu/banner-tickets.png");
        /* background-size: inherit; */
        background-repeat: no-repeat;
        max-width: 600px;
        position: absolute;
        width: 45%;
        left: 10%;
        right: 0;
        margin: auto;
        top: 105px;
        padding-top: 3.15%;
    }
    
    .menu a.home .text {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/menu/banner-title.png")
    }
}

@media screen and (max-width: 800px) {
        .menu a.home .text {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/menu/banner-title-mobile.png")
    }
    a.home .tickets {
        display: none;
    }
}

.menu a.about:hover .color,
.menu a.about.active .color {
    background-color: #99f
}

.menu a.about:active .color,
.menu a.about.active:hover .color {
    background-color: #4d4dff
}

.menu a.gallery:hover .color,
.menu a.gallery.active .color {
    background-color: #09f
}

.menu a.gallery:active .color,
.menu a.gallery.active:hover .color {
    background-color: #006bb3
}

.menu a.social:hover .color,
.menu a.social.active .color {
    background-color: #0c9
}

.menu a.social:active .color,
.menu a.social.active:hover .color {
    background-color: #008060
}

.menu a.cast:hover .color,
.menu a.cast.active .color {
    background-color: #f63
}

.menu a.cast:active .color,
.menu a.cast.active:hover .color {
    background-color: #e63900
}

@media screen and (max-width: 800px) {
    .menu a.small {
        background-image: none;
        display: none
    }
    .menu a.big {
        width: 95%;
        background-size: 90% auto
    }
}

.page-home .page,
.page-home .above-menu-image {
    display: none !important
}

@media screen and (max-width: 800px) {
    .page-home .full-page-background {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/backgrounds/home-mobile.jpg");
        background-position: center
    }
    .page-home .footer-mobile .left {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/tickets-home.png")
    }
    .page-home .menu,
    .page-home .footer-mobile {
        z-index: 2
    }
}

@media screen and (min-width: 801px) {
    .page-home .menu {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/menu-home-background.png");
        background-position: top;
        background-size: 100% 85px;
        background-repeat: no-repeat
    }
    .page-home .footer {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/footer-home-background.png");
        background-position: bottom;
        background-size: 100% 95px;
        background-repeat: no-repeat
    }
    .page-home .footer .left-links .mute {
        display: inline-block
    }
}

.page-home .menu-button {
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}

.page-home .menu-button:hover {
    background-color: #e6e6e6
}

.page-home .menu-button:active {
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background-color: #d9d9d9
}

.page-about {
    color: white
}

@media screen and (min-width: 801px) {
    .page-about .full-page-background {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/backgrounds/about.jpg")
    }
}

@media screen and (max-width: 800px) {
    .page-about .full-page-background {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/backgrounds/about-mobile.jpg")
    }
}

@media screen and (min-width: 801px) {
    .page-about .page {
        overflow: visible
    }
    .page-about .bottled {
        width: 100%;
        max-width: 1212px;
        height: 361px;
        position: absolute;
        top: 65%;
        right: 0;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/purple-bottle.png");
        background-position: right;
        overflow-y: hidden
    }
    .page-about .bottled .content {
        position: absolute !important;
        top: 20%;
        width: 67%;
        right: 5%;
        height: 60%;
        min-width: 810px;
        text-align: justify
    }
    .page-about .bottled .content .left,
    .page-about .bottled .content .right {
        display: inline-block;
        width: 48%;
        vertical-align: top
    }
    .page-about .bottled .content .right {
        margin-left: 1%
    }
}

@media screen and (min-width: 801px) and (max-width: 900px) {
    .page-about .bottled .content {
        min-width: 690px;
        width: 90%
    }
}

@media screen and (min-width: 801px) {
    .page-about .footer-mobile .left {
        display: none
    }
}

@media screen and (max-width: 800px) {
    .page-about .above-menu-image {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/about-the-film.png")
    }
}

.page-about .menu-button {
    background-color: #99f;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}

.page-about .menu-button:hover {
    background-color: #66f
}

.page-about .menu-button:active {
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background-color: #4d4dff
}


/*******
CAST
********/
.csscalc .page-cast .page {
    height: 100%
}


.page-cast {
    color: white
}

.page-cast .page {
    margin-top: -40px;
    padding: 0;
    box-sizing: border-box
}

.page-cast .above-menu-image {
    display: none
}

.page-cast .photosContainer {
    height: 100%;
    width: 100%
}

.page-cast .photosContainer .mCSB_container {
    height: 100%
}

.page-cast .photosContainer .photos {
    width: 100%;
    height: 100%;
    position: relative
}

.page-cast .photosContainer .photos .photo {
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center
}

.page-cast .photosContainer .photos .photo  .bio{
    color: white;
    position: absolute;
    max-width: 35vh;
    margin-left: 62vw;
    top: 20%;
    max-height: 50vh;
    overflow: scroll;
    white-space: pre-wrap;
}

@media screen and (min-width: 801px) {
    .page-cast .photosContainer .photos .photo {
        background-size: contain;
    }
}

@media screen and (max-width: 800px) {
    .page-cast .photosContainer .photos .photo {
        background-size: cover;
        background-position: 0 0;
    }
    .page-cast .photosContainer .photos .photo  .bio {
        top: calc(25% + 57vw);
        margin-left: 0;
        max-width: 46vw;
        padding-left: 2vw;
        height: calc(75% - 57vw - 100px);
        overflow: scroll;
        z-index: 1;
    }
}

.page-cast .menu-button {
    background-color: #09f;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}

.page-cast .menu-button:hover {
    background-color: #007acc
}

.page-cast .menu-button:active {
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background-color: #006bb3
}

@media screen and (min-width: 801px) {
    .page-cast .full-page-background {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/gallery/desktop/cast_bg.jpg")
    }
}

@media screen and (max-width: 800px) {
    .page-cast .full-page-background {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/backgrounds/cast-mobile.jpg")
    }
    .page-cast .footer-mobile .left {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/cast-gallery.png")
    }
}



/*******

********/



.page-gallery {
    color: white
}

.page-gallery .page {
    margin-top: -40px;
    padding: 0;
    box-sizing: border-box
}

.page-gallery .above-menu-image {
    display: none
}

.page-gallery .photosContainer {
    height: 100%;
    width: 100%
}

.page-gallery .photosContainer .mCSB_container {
    height: 100%
}

.page-gallery .photosContainer .photos {
    width: 100%;
    height: 100%;
    position: relative
}

.page-gallery .photosContainer .photos .photo {
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top center
}

@media screen and (min-width: 801px) {
    .page-gallery .photosContainer .photos .photo {
        background-size: cover
    }
}

@media screen and (max-width: 800px) {
    .page-gallery .photosContainer .photos .photo {
        background-size: contain
    }
}

.page-gallery .menu-button {
    background-color: #09f;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}

.page-gallery .menu-button:hover {
    background-color: #007acc
}

.page-gallery .menu-button:active {
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background-color: #006bb3
}

@media screen and (min-width: 801px) {
    .page-gallery .full-page-background {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/backgrounds/gallery.jpg")
    }
}

@media screen and (max-width: 800px) {
    .page-gallery .full-page-background {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/backgrounds/gallery-mobile.jpg")
    }
    .page-gallery .footer-mobile .left {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/tickets-gallery.png")
    }
}

.page-social {
    color: white
}

.page-social .full-page-background {
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/backgrounds/social.jpg")
}

.page-social .custom-image {
    position: absolute;
    top: 0;
    left: -544px;
    z-index: -1;
    max-width: 467px;
    height: 468px;
    width: 60%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/disco-ball.png");
    transform: translateX(500px);
    transition-delay: 0.5s;
    -webkit-transition: transform 1s ease-out;
    -moz-transition: transform 1s ease-out;
    -ms-transition: transform 1s ease-out;
    -o-transition: transform 1s ease-out;
    transition: transform 1s ease-out
}

.page-social .page {
    padding-top: 10px;
    box-sizing: border-box;
    overflow: visible
}

.page-social .content {
    position: absolute;
    left: 250px;
    top: 0;
    height: 100%;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease
}

@media screen and (min-width: 901px) {
    .page-social .content {
        width: 640px
    }
}

@media screen and (max-width: 900px) {
    .page-social .content {
        width: 320px
    }
}

.page-social .content .photo {
    width: 300px;
    display: inline-block;
    margin: 0 0 10px 20px;
    font-size: 0
}

.page-social .content .photo .image {
    width: 300px
}

.page-social .content .photo .container {
    height: 40px;
    width: 300px;
    padding: 0 4px;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    background-color: black
}

.page-social .content .photo .container .like,
.page-social .content .photo .container .reblog {
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 9.5px 12px;
    display: inline-block
}

.page-social .content .photo .container .reblog {
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/reblog.png")
}

.page-social .content .photo .container .date {
    right: 0;
    position: absolute;
    margin-right: 10px;
    font-size: 16px;
    line-height: 40px;
    color: white
}

@media screen and (min-width: 901px) {
    .page-social .content .photo:nth-child(odd) {
        float: left
    }
    .page-social .content .photo:nth-child(even) {
        float: right
    }
    .page-social .content .photo:nth-child(2) {
        margin-top: 60px
    }
}

.page-social .content .photo .photo-container {
    display: block;
    width: 300px;
    background-color: black;
    padding-top: 1px;
    line-height: 0;
    cursor: pointer
}

.page-social .content .photo .photo-container:first-child {
    padding-top: 0
}

.page-social .page .left {
    width: 120px;
    font-size: 18px;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%)
}

.page-social .page .left>span {
    display: block;
    color: white;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer
}

.page-social .page .left>span:hover,
.page-social .page .left>span:active,
.page-social .page .left>span.active {
    text-decoration: underline;
    font-weight: bold
}

.page-social .mCSB_inside>.mCSB_container {
    margin-right: 16px
}

.page-social .original-container {
    height: 100%;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    text-align: center
}

.page-social .original-container * {
    max-width: 100%
}

.page-social .original-container img {
    display: block
}

@media screen and (max-width: 600px) {
    .page-social .mCSB_scrollTools {
        right: 0
    }
    .page-social .page .left {
        display: none
    }
    .page-social .page .content {
        width: 100%;
        left: 50%;
        transform: translateX(-50%)
    }
    .page-social .page .photo {
        margin-left: 50%;
        transform: translateX(-50%)
    }
    .page-social .page .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
        right: 0;
        margin: 0
    }
}

.page-social .menu-button {
    background-color: #0c9;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}

.page-social .menu-button:hover {
    background-color: #009973
}

.page-social .menu-button:active {
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background-color: #008060
}

@media screen and (max-width: 800px) {
    .page-social .footer-mobile {
        z-index: 5
    }
    .page-social .footer-mobile .left {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/open-tumblr.png");
        bottom: 10px;
        background-size: 80%
    }
    .page-social .above-menu-image {
        display: none
    }
    .footer-mobile .menu-button{
        height: 70%;
    }
}

@media screen and (min-width: 801px) {
    .page-social .page {
        overflow: visible
    }
}

.csspointerevents .page-social .page .photo:last-child {
    padding-bottom: 155px
}

.csspointerevents .page-social .page .shadow {
    position: absolute;
    width: 100%;
    height: 60%;
    max-height: 374px;
    left: 0;
    bottom: -115px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 5;
    pointer-events: none;
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/shadow.png");
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 100% 100%
}

.no-csspointerevents .page-social .page .shadow {
    display: none
}

.page-trailer .menu,
.page-trailer .footer,
.page-trailer .footer-mobile,
.page-trailer .above-menu-image,
.page-trailer .mobile-navigation {
    display: none
}

.page-trailer .page {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.page-trailer .page .close {
    position: absolute;
    top: 24px;
    right: 20px;
    color: white;
    font-size: 40px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 30px;
    background-color: gray;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.8
}

.page-trailer .page .close:hover {
    opacity: 0.9
}

.page-trailer .page .close:active {
    opacity: 1
}

.page-legal .page {
    color: white;
    padding: 0 2em;
    text-align: justify;
    box-sizing: border-box;
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%)
}

.page-legal .page .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.page-legal .page .content .billing-block,
.page-legal .page .content .rating-block,
.page-legal .page .content .links {
    margin: 0 0 50px 0
}

.page-legal .page .content .billing-block {
    background-color: white;
    height: 180px;
    line-height: 180px;
    color: black;
    text-align: center;
    font-size: 18pt;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif
}

.page-legal .page .content .rating-block {
    height: 75px;
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/rating.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -40px;
}

.page-legal .page .content .links,
.page-legal .page .content .copyright {
    text-align: center;
    text-transform: uppercase
}

.page-legal .page .content .links a {
    margin: 0 1em;
    color: #fff;
    text-decoration: initial;
}

.page-legal .page .content .links a:last-child {
    margin-right: 0
}

.page-legal .page .content .copyright {
    margin: 0
}

.page-legal .full-page-background {
    background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/backgrounds/legal.jpg")
}

.page-legal .footer-mobile .menu-button {
    background-color: white
}

.page-legal .footer-mobile .left {
    display: none
}

.page-legal .above-menu-image {
    display: none
}

body,
html {
    height: 100%
}

@media screen and (max-width: 800px) {
    body {
        padding: 0 !important
    }
    .tmblr-iframe {
        display: none !important
    }
    .bottled {
        height: 48% !important;
        position: absolute;
        bottom: 0;
        top: auto;
        z-index: 1;
        box-sizing: border-box;
        padding: 2%
    }
    .bottled .content {
        height: 100%;
        z-index: 15
    }
    .bottled .content p {
        margin: 0
    }
    .footer {
        display: none
    }
    .footer-mobile {
        width: 100%;
        height: 115px;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        font-size: 0;
        text-align: center
    }
    .footer-mobile .left {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 115px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat
    }
    .footer-mobile .menu-button {
        position: absolute;
        height: 75px;
        right: 0;
        bottom: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 67.5% auto;
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/menu.png")
    }
}

@media screen and (max-width: 800px) and (min-width: 401px) {
    .footer-mobile .left {
        width: 70%
    }
    .footer-mobile .menu-button {
        width: 30%
    }
    .above-menu-image {
        width: 30%
    }
    .bottled {
        margin-right: 30% !important
    }
}

@media screen and (max-width: 800px) and (max-width: 400px) {
    .footer-mobile .left {
        width: 60%
    }
    .footer-mobile .menu-button {
        width: 40%
    }
    .above-menu-image {
        width: 40%
    }
    .bottled {
        margin-right: 40% !important
    }
}

@media screen and (max-width: 800px) {
    .mobile-navigation {
        display: none;
        position: absolute;
        z-index: 5000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: black;
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/backgrounds/mobile-navigation.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }
    .mobile-navigation .menu-mobile {
        height: 70%
    }
    .mobile-navigation .menu-mobile>a {
        display: inline-block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 20%
    }
    .mobile-navigation .menu-mobile>a .text {
        display: inline-block;
        font-size: 44px;
        width: 100%;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }
    .mobile-navigation .menu-mobile>a.trailer {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/menu/trailer.jpg")
    }
    .mobile-navigation .menu-mobile>a.social {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/menu/social.jpg")
    }
    .mobile-navigation .menu-mobile>a.gallery {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/menu/gallery.jpg")
    }
    .mobile-navigation .menu-mobile>a.about {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/menu/about.jpg")
    }
    .mobile-navigation .menu-mobile>a.cast {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/menu/cast.jpg")
    }
    .mobile-navigation .social-links {
        height: 16%;
        padding: 2%;
        margin: 0;
        box-sizing: border-box;
        font-size: 0
    }
    .mobile-navigation .social-links>.link {
        height: 100%;
        width: 24%
    }
    .mobile-navigation .social-links .trailer {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/trailer.jpg");
        max-width: 195px;
        background-size: contain;
        width: 40%
    }
    .mobile-navigation .links {
        height: 14%;
        font-size: 0
    }
    .mobile-navigation .links .back {
        margin: 0 0 0 10%;
        width: 40%;
        height: 100%;
        display: inline-block;
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/mobile-navigation-close.png");
        opacity: 0.8;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease
    }
    .mobile-navigation .links .back:hover {
        opacity: 0.9
    }
    .mobile-navigation .links .back:active {
        opacity: 1;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease
    }
    .mobile-navigation .links .wrapper {
       width: 50%;
        height: 100%;
        display: inline-block;
        vertical-align: top
    }
    .mobile-navigation .links .billing,
    .mobile-navigation .links .legal {
        display: inline-block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-align: center;
        font-family: 'futura-pt', sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-transform: uppercase;
        text-decoration: underline;
        color: white;
        opacity: 0.5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
    .mobile-navigation .links .billing:hover,
    .mobile-navigation .links .legal:hover {
        opacity: 0.8
    }
    .mobile-navigation .links .billing:active,
    .mobile-navigation .links .legal:active {
        opacity: 1;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease
    }
}

@media screen and (max-width: 800px) and (max-width: 400px) {
    .mobile-navigation .links .billing,
    .mobile-navigation .links .legal {
        font-size: 16px
    }

    
}

@media screen and (max-width: 800px) {
    .arrow-left,
    .arrow-right {
        background-size: contain;
        height: 60px;
        width: 40px
    }
    .arrow-left {
        left: 4px
    }
    .arrow-right {
        right: 4px
    }
}

@media screen and (min-width: 801px) {
    .footer {
        width: 100%;
        height: 115px;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        font-size: 0;
        text-align: center;
        z-index: 5
    }
    .footer .left-links,
    .footer .social-links,
    .footer .tickets {
        display: inline-block
    }
    .footer .left-links {
        position: absolute;
        bottom: 0;
        left: 4px;
        text-align: left;
        width: 75px
    }
    .footer .left-links .mute,
    .footer .left-links .legal {
        background-repeat: no-repeat;
        background-position: center bottom;
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 10px;
        opacity: 0.5;
        cursor: pointer
    }
    .footer .left-links .mute {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/sound-off.png");
        width: 33px;
        height: 33px;
        display: none
    }
    .footer .left-links .mute.active {
        opacity: 0.8;
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/sound-on.gif")
    }
    .footer .left-links .mute.hidden {
        display: none
    }
    .footer .left-links .legal {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/links/legal.png");
        width: 33px;
        height: 20px
    }
    .footer .left-links .mute:hover,
    .footer .left-links .legal:hover {
        opacity: 1
    }
    .footer .tickets {
        position: absolute;
        bottom: 40px;
        right: 40px
    }
    .footer .tickets * {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: inline-block
    }
    .footer .tickets .F {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/links/F.png");
        width: 50px;
        height: 50px
    }
    .footer .tickets .right {
        width: 140px
    }
    .footer .tickets .get {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/links/get-tickets.png");
        width: 140px;
        height: 25px
    }
    .footer .tickets .input,
    .footer .tickets .arrow {
        height: 25px
    }
    .footer .tickets .input {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/links/input.png");
        background-color: transparent;
        width: 125px;
        outline: none 0;
        box-sizing: border-box;
        border: none;
        font-size: 22px;
        line-height: 22px;
        padding-left: 11px;
        vertical-align: top;
        color: black
    }
    .footer .tickets .arrow {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/links/arrow.png");
        width: 15px;
        cursor: pointer
    }
    .footer .social-links {
        max-width: 520px
    }
    .footer .social-links>.link {
        max-width: 80px;
        height: 80px;
        width: 15%
    }
    .footer .social-links .trailer {
        background-image: url("https://media.brigademarketing.com/universal/Neighbors2/images/trailer.jpg");
        max-width: 195px;
        background-size: contain !important;
        width: 40%
    }
    .footer .social-links .trailer:hover {
        animation: swing linear 0.5s;
        animation-iteration-count: 1;
        transform-origin: 50% 0;
        -webkit-animation: swing linear 0.5s;
        -webkit-animation-iteration-count: 1;
        -webkit-transform-origin: 50% 0;
        -ms-animation: swing linear 0.5s;
        -ms-animation-iteration-count: 1;
        -ms-transform-origin: 50% 0
    }
    .footer-mobile,
    .above-menu-image,
    .mobile-navigation {
        display: none
    }
    .mCSB_inside>.mCSB_container {
        margin-right: 0
    }
}

.mCS-invisible.mCSB_scrollTools {
    visibility: hidden
}

@keyframes swing {
    0% {
        transform: rotate(0deg)
    }
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(0deg)
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-ms-keyframes swing {
    0% {
        -ms-transform: rotate(0deg)
    }
    20% {
        -ms-transform: rotate(15deg)
    }
    40% {
        -ms-transform: rotate(-10deg)
    }
    60% {
        -ms-transform: rotate(5deg)
    }
    80% {
        -ms-transform: rotate(-5deg)
    }
    100% {
        -ms-transform: rotate(0deg)
    }
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGCVh0V6fR69OLaFLklYbiSk.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}



/* scrollbar*/
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.6); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0); 
}

::-webkit-scrollbar-corner{
background:rgba(0,0,0,0);
}
