@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@font-face {
    font-family: 'legacy-icons';
    src: url("../fonts/legacy-icons.eot?43094460");
    src: url("../fonts/legacy-icons.eot?43094460#iefix") format("embedded-opentype"),url("../fonts/legacy-icons.woff2?43094460") format("woff2"),url("../fonts/legacy-icons.woff?43094460") format("woff"),url("../fonts/legacy-icons.ttf?43094460") format("truetype"),url("../fonts/legacy-icons.svg?43094460#legacy-icons") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "legacy-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-play-circled2:before {
    content: '\e800'
}

.icon-twitter:before {
    content: '\f099'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-angle-left:before {
    content: '\f104'
}

.icon-angle-right:before {
    content: '\f105'
}

.icon-angle-up:before {
    content: '\f106'
}

.icon-angle-down:before {
    content: '\f107'
}

.icon-youtube:before {
    content: '\f167'
}

.icon-instagram:before {
    content: '\f31e'
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

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

body {
    background: #000;
    font-size: 18px;
    line-height: 1.4;
    color: #3d3d3d;
    text-align: left;
    font-family: "Montserrat",sans-serif
}

#footer {
    position: relative;
    width: 100%;
    background: #111111;
    padding: 25px 50px;
    color: rgba(255,255,255,0.5);
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid rgba(255,255,255,0.1)
}

#footer-legal {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px
}

#footer a {
    color: rgba(255,255,255,0.5)
}

    #footer a:hover {
        color: #fff
    }

hr {
    clear: both;
    width: 100%;
    margin: 60px auto;
    border: 0;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,0.15)
}

    hr.small {
        clear: both;
        width: 100%;
        margin: 25px auto;
        border: 0;
        height: 1px;
        border-top: 1px solid rgba(0,0,0,0.15)
    }

.image-bg-full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1
}

.bg-full {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -1
}

.logo-small {
    width: 450px;
    margin-bottom: 20px
}

.logo-small2 {
    width: 100%;
    margin: auto;
    text-align: center
}

    .logo-small2 img {
        width: 450px;
        margin: 10px auto 20x auto
    }

.image-border {
    border: 1px solid #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.3)
}

#kendrick-films {
    width: 100%;
    position: relative;
    background: #161616;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 20px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

    #kendrick-films h4 {
        width: 100%;
        margin-bottom: 20px
    }

.kendrick-column {
    margin: 15px;
    line-height: 1.2
}

    .kendrick-column img {
        border: 1px solid rgba(255,255,255,0.5);
        margin-bottom: 5px
    }

#banner-title {
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    width: 100%;
    padding: 8px;
    font-size: 22px;
    color: #fff;
    background: #2f496f
}

#father-banner {
    width: 100%;
    position: relative;
    padding: 50px;
    background: #fff url("../images/bg-smtf.jpg") no-repeat center right;
    background-size: cover;
    display: flex;
    justify-content: flex-start
}

    #father-banner .banner-column {
        width: 60%;
        display: inline-block;
        text-align: center;
        color: #000
    }

.button-smtf {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease-out;
    background: #2f496f;
    padding: 15px 45px
}

    .button-smtf:hover {
        color: rgba(255,255,255,0.75);
        background: #375581;
        font-weight: normal;
        text-decoration: none
    }

#menu {
    width: 100%;
    position: relative;
    z-index: 99999
}

#menu-sony {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    padding: 5px;
    width: 100%;
    margin: 0
}

#menu-bar {
    color: #fff;
    background: #18273b;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px
}

a.menu-burger {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    margin-left: 15px
}

.hamburger {
    z-index: 9999;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

    .hamburger:before, .hamburger:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background: #fff;
        transition: all 0.3s ease
    }

    .hamburger:before {
        top: -5px
    }

    .hamburger:after {
        top: 5px
    }

a.menu-burger.burger-active .hamburger {
    background: transparent
}

    a.menu-burger.burger-active .hamburger:before {
        top: 0;
        transform: rotate(45deg)
    }

    a.menu-burger.burger-active .hamburger:after {
        top: 0;
        transform: rotate(135deg)
    }

#slide-menu {
    display: inline-block
}

.menu-open {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease
}

.menu-close {
    transition: all 0.3s ease
}

#slide-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    #slide-menu ul li {
        text-align: center;
        margin: 0;
        padding: 0;
        display: inline-block;
        color: #fff
    }

        #slide-menu ul li:last-child {
            transition: all 0.3s ease
        }

        #slide-menu ul li a, #slide-menu ul li span {
            position: relative;
            display: block;
            padding: 0 8px;
            text-transform: uppercase;
            font-size: 13px;
            color: #ffb46e
        }

        #slide-menu ul li a {
            color: #fff;
            font-weight: normal;
            text-decoration: none;
            transition: all 0.35s ease
        }

            #slide-menu ul li a:hover {
                font-weight: normal;
                text-decoration: none;
                color: #ffb46e
            }

            #slide-menu ul li a.menu-active {
                color: #ffb46e !important
            }

#menu-social {
    text-align: right;
    position: relative
}

    #menu-social a {
        color: #fff;
        text-decoration: none;
        font-weight: normal;
        margin: 0 4px;
        transition: all 0.3s ease;
        transition-property: color;
        font-size: 20px
    }

        #menu-social a:hover {
            color: rgba(255,255,255,0.5);
            text-decoration: none;
            font-weight: normal;
            font-size: 20px
        }

a {
    text-decoration: none;
    font-weight: normal;
    color: #ffb46e
}

    a:hover {
        text-decoration: none;
        font-weight: normal;
        color: #ffcfa1
    }

p {
    line-height: 1.5em;
    margin: 10px auto 20px auto
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cormorant Garamond",serif;
    font-weight: 400 !important;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 4px
}

h1 {
    font-size: 2.5em
}

h2 {
    font-size: 2em
}

h3 {
    font-size: 1.75em
}

h4 {
    font-size: 1.5em
}

h5 {
    font-size: 1.35em
}

h6 {
    font-size: 1.25em
}

.center-it {
    text-align: center !important
}

.left-it {
    text-align: left !important
}

.right-it {
    text-align: right !important
}

ul, ol {
    margin: 0;
    padding: 5px 20px 5px 40px
}

li {
    margin-bottom: 10px
}

.white-it {
    color: #fff !important
}

.smaller-text {
    font-size: 0.90em
}

.bigger-text {
    font-size: 1.35em
}

.big-number {
    font-size: 1.45em
}

.gold-it {
    color: #ffc749 !important
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.25s;
    transition-property: opacity
}

    .video-modal.active {
        visibility: visible;
        opacity: 1;
        pointer-events: all
    }

.full-video {
    position: relative;
    width: 100%;
    max-width: 1024px;
    border: 1px solid #fff;
    background: #000;
    display: block;
    z-index: 9999;
    -moz-box-shadow: 0px 2px 7px #2c2c2c;
    -webkit-box-shadow: 0px 2px 7px #2c2c2c;
    box-shadow: 0px 2px 7px #2c2c2c;
    margin: auto;
    transition: all .25s ease-out
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.button-outline-hover {
    margin: 10px 5px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease-out;
    background: rgba(255,199,73,0);
    border-radius: 10px;
    padding: 12px 25px 12px 45px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.75);
    border: 1px solid #ffc749
}

    .button-outline-hover:hover {
        color: #fff;
        background: rgba(255,199,73,0.85);
        font-weight: normal;
        text-decoration: none;
        padding: 12px 40px
    }

    .button-outline-hover span {
        position: relative;
        font-size: 18px;
        left: 15px;
        opacity: 0;
        transition: all 0.25s ease-out
    }

    .button-outline-hover:hover span {
        left: 5px;
        opacity: 1
    }

.button-gold {
    background: #fcae00 !important;
    border: 1px solid #ffc749 !important;
    font-weight: bold !important
}

    .button-gold:hover {
        background: #ffc749 !important;
        border: 1px solid #ffc749 !important;
        font-weight: bold !important
    }

.button-main {
    margin: 5px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease-out;
    background: #e29c00;
    border-radius: 10px;
    padding: 12px 25px 12px 45px
}

    .button-main:hover {
        color: #fff;
        background: #ffc749;
        font-weight: normal;
        text-decoration: none;
        padding: 12px 40px
    }

    .button-main span {
        position: relative;
        font-size: 18px;
        left: 15px;
        opacity: 0;
        transition: all 0.25s ease-out
    }

    .button-main:hover span {
        left: 5px;
        opacity: 1
    }

.button-main-small {
    margin: 5px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease-out;
    background: #e29c00;
    border-radius: 10px;
    padding: 8px 12px
}

    .button-main-small:hover {
        color: #fff;
        background: #ffc749;
        font-weight: normal;
        text-decoration: none
    }

.button-spanish {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 11px !important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease-out;
    background: rgba(255,255,255,0);
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 5px 7px
}

    .button-spanish:hover {
        color: #fff;
        background: rgba(255,255,255,0.2);
        font-weight: normal;
        text-decoration: none
    }

.button-round, .button-to-top {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    font-size: 0.90em;
    font-weight: normal;
    z-index: 8888;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    transition: all 200ms ease-out
}

.button-to-top {
    color: #fff;
    background: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity 0.25s ease-out
}

    .button-to-top:hover {
        background: rgba(0,0,0,0.4);
        color: #fff
    }

#home-full {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000 url("../images/bg-home.jpg") no-repeat 0 0;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end
}

.smtf-banner {
    margin: 35px auto;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 35px
}

    .smtf-banner img {
        width: 400px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.5);
        border: 1px solid #fff
    }

#home-content {
    width: 50%;
    margin: 0;
    z-index: 3;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 100px 25px
}

    #home-content h6 {
        margin-bottom: 15px;
        font-size: 16px
    }

    #home-content h3 {
        margin-bottom: 15px
    }

#about {
    width: 100%;
    position: relative;
    background: #000;
    color: #c1c1c1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 100px 225px 150px 225px;
    overflow: hidden
}

.about-content {
    z-index: 3
}

#about:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #111b29;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(-4deg)
}

#about h3, #theaters h3, #endorsements h3, #partners h3, #cast h3 {
    font-size: 50px;
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f3ec78, #db6700);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

#cast {
    width: 100%;
    position: relative;
    background: #000;
    color: #c1c1c1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 75px 100px
}

.cast-bio {
    margin: 30px auto;
    width: 100%;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 75px 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.cast-bio-left {
    width: 25%;
    margin-right: 3%
}

    .cast-bio-left img {
        border-radius: 50%;
        border: 1px solid #fff
    }

.cast-bio-right {
    width: 71%;
    text-align: left
}

#theaters {
    width: 100%;
    height: 600px;
    position: relative;
    background: #000 url("../images/bg-theaters.jpg") no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center
}

#theater-content, #video-content {
    width: 60%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-align: center
}

#group-tickets {
    width: 100%;
    padding: 100px 175px;
    position: relative;
    background: #000 url("../images/bg-theaters.jpg") no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: left
}

    #group-tickets h3 {
        font-size: 40px;
        color: #e5ded3;
        margin-bottom: 20px
    }

#tools {
    width: 100%;
    position: relative;
    background: #ededed;
    color: #c1c1c1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 100px 100px 150px 100px;
    overflow: hidden
}

.tools-content {
    z-index: 3
}

#tools:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #111b29;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top right;
    transform: skewY(3deg)
}

#tools h3 {
    font-size: 40px;
    color: #e5ded3;
    margin-bottom: 20px
}

.tools-column-container {
    display: flex;
    flex-flow: row wrap;
    position: relative
}

.tool-column {
    width: 31%;
    margin: 15px auto;
    display: flex;
    background: rgba(0,0,0,0.45);
    box-shadow: 0 2px 15px rgba(0,0,0,0.5);
    color: #fff;
    padding: 25px;
    position: relative;
    text-align: center
}

    .tool-column img {
        border: 1px solid #fff;
        margin: 10px auto
    }

#resources {
    width: 100%;
    padding: 75px 75px 125px 75px;
    position: relative;
    background: #18273b;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    overflow: hidden
}

.resources-content {
    z-index: 3
}

#resources:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #ededed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(-3deg)
}

.resources-column-container {
    display: flex;
    flex-flow: row wrap;
    position: relative
}

#resources .center-it, #share .center-it, #endorsements .center-it, #partners .center-it {
    width: 100%;
    display: block;
    text-align: center
}

#resources h3, #share h3, #partners h3 {
    font-size: 50px;
    background-color: #000;
    background-image: linear-gradient(45deg, #000, #424242);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.resources-column {
    width: 268px;
    margin: 20px auto;
    display: inline-block;
    text-align: center;
    background: #000;
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.25)
}

    .resources-column img {
        z-index: 1;
        position: relative;
        border-radius: 10px 10px 0 0;
        display: block
    }

        .resources-column img:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 150px;
            left: 0;
            bottom: 0;
            background: linear-gradient(transparent, #000);
            z-index: 2;
            display: block
        }

.resources-copy {
    padding: 20px 13px
}

    .resources-copy h4 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 10px
    }

.resources-subtitle {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px
}

.column-third {
    display: inline-block;
    margin: 5px 1% 5px 0;
    width: 27%
}

.column-twothird {
    display: inline-block;
    margin: 5px auto;
    width: 68%
}

#endorsements {
    width: 100%;
    padding: 20px;
    height: 300px;
    position: relative;
    background: #0c0c0c;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center
}

#share, #partners {
    width: 100%;
    padding: 20px;
    height: 300px;
    position: relative;
    background: #ededed;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center
}

#videos {
    width: 100%;
    padding: 50px 50px 100px 50px;
    position: relative;
    background: #18273b;
    color: #fff;
    text-align: center
}

    #videos h3 {
        font-size: 40px;
        color: #e5ded3;
        margin-bottom: 20px
    }

.videos-column-container {
    display: flex;
    flex-flow: row wrap;
    position: relative
}

.videos-column {
    width: 32%;
    margin: 20px auto;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    background: rgba(0,0,0,0.75);
    box-shadow: 0 2px 15px rgba(0,0,0,0.5);
    color: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold
}

    .videos-column .video-container {
        width: 100%;
        border: 1px solid rgba(255,255,255,0.5);
        align-self: flex-start;
        margin: 10px auto
    }

#updates {
    width: 100%;
    height: auto;
    padding: 75px 20px;
    position: relative;
    background: #000 url("../images/bg-updates.jpg") no-repeat 50% 50% fixed;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center
}

#updates-content {
    width: 70%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-align: left
}

.updates-column-container {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-items: flex-start
}

    .updates-column-container .column-half {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 10px auto 10px 0
    }

#registrationForm input[type="text"], #registrationForm input[type="email"] {
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0 0 9px 0;
    outline: 0;
    padding: 10px 20px;
    width: 100%;
    color: rgba(0,0,0,0.75)
}

#registrationForm label {
    width: 100%;
    display: block;
    margin: 3px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: left
}

    #registrationForm label em {
        font-style: none;
        color: #b7313f
    }

#registrationForm input[type="text"], #registrationForm input[type="email"] {
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0 0 9px 0;
    outline: 0;
    padding: 10px 20px;
    width: 100%;
    color: rgba(0,0,0,0.75)
}

#registrationForm select {
    padding: 9px 15px;
    display: inline-block;
    width: 40%
}

#registrationForm input[type="submit"] {
    margin: 5px auto;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease-out;
    background: #e29c00;
    border-radius: 10px;
    padding: 12px 25px
}

    #registrationForm input[type="submit"]:hover {
        color: #fff;
        background: #ffc749;
        font-weight: normal;
        text-decoration: none
    }

.register-agreement {
    padding: 25px 100px;
    font-size: 13px
}

.agreement-checkbox {
    display: flex;
    align-items: flex-start;
    margin: 10px auto
}

    .agreement-checkbox p {
        margin: 0;
        padding: 0
    }

    .agreement-checkbox input[type="checkbox"] {
        margin-right: 10px
    }

#groups {
    width: 100%;
    height: auto;
    padding: 100px 20px;
    position: relative;
    background: #000 url("../images/bg-updates.jpg") no-repeat 50% 50% fixed;
    background-size: cover
}

#groups-content {
    width: 70%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-align: left
}

#group-form input[type="text"], #group-form input[type="email"] {
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0 0 9px 0;
    outline: 0;
    padding: 10px 20px;
    width: 100%;
    color: rgba(0,0,0,0.75)
}

#group-form label {
    width: 100%;
    display: block;
    margin: 3px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: left
}

    #group-form label em {
        font-style: none;
        color: #b7313f
    }

#group-form select {
    padding: 9px 15px;
    display: inline-block;
    width: 100%
}

#group-form input[type="checkbox"] {
    height: 15px;
    width: 15px;
    min-width: 15px;
    margin: 0 10px 0 0
}

#group-form input[type="submit"] {
    margin: 5px auto;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease-out;
    background: #bc4b4b;
    border-radius: 5px;
    padding: 12px 25px;
    -webkit-appearance: none !important
}

    #group-form input[type="submit"]:hover {
        color: #fff;
        background: #9a3a3a;
        font-weight: normal;
        text-decoration: none
    }

.groups-column-container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    position: relative
}

    .groups-column-container .column-half {
        width: 48%;
        display: inline-block;
        position: relative;
        margin: 10px auto 10px 0
    }

.groups-interest {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px 75px;
    text-align: left
}

    .groups-interest:last-child {
        padding: 15px 75px 100px 75px
    }

    .groups-interest input[type="radio"] {
        width: 15px;
        height: 15px;
        min-width: 15px;
        margin: 5px 15px 0 0;
        display: inline-block
    }

    .groups-interest p {
        margin: 0;
        padding: 0
    }

p.groups-error {
    margin: 0;
    color: #d87171;
    font-size: 14px;
    font-weight: bold
}

@media screen and (max-width: 1280px) {
    a.menu-burger {
        display: inline-block
    }

    #menu-nav {
        order: -1
    }

    #slide-menu {
        width: 300px;
        padding-top: 60px;
        z-index: 9100;
        background-color: #181818;
        transition: all 0.3s ease;
        display: block
    }

    .menu-close {
        position: fixed;
        height: 100%;
        top: 0;
        left: -300px
    }

    #slide-menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        #slide-menu ul li {
            text-align: left;
            display: block;
            border-top: 1px solid rgba(255,255,255,0.05)
        }

            #slide-menu ul li:last-child {
                border-bottom: 1px solid rgba(255,255,255,0.05)
            }

            #slide-menu ul li a, #slide-menu ul li span {
                padding: 15px
            }

                #slide-menu ul li a:hover {
                    background-color: rgba(255,255,255,0.05)
                }
}

@media screen and (max-width: 1180px) {
    .cast-bio-left {
        width: 35%
    }

    .cast-bio-right {
        width: 61%
    }

    .videos-column {
        width: 48%
    }
}

@media screen and (max-width: 1024px) {
    #footer-legal {
        display: block
    }

        #footer-legal div {
            width: 100%;
            margin: 5px auto
        }

    #home-full {
        height: auto;
        padding: 250px 15px;
        background: #000010 url("../images/bg-home-mobile.jpg") no-repeat center top
    }

    #home-content {
        width: 100%
    }

    #cast-content, #resources-content {
        width: 100%;
        padding: 50px 20px
    }

    #videos {
        padding: 50px 20px
    }
}

@media screen and (max-width: 900px) {
    #about {
        padding: 100px 20px
    }

        #about h3, #theaters h3, #group-tickets h3, #tools h3, #resources h3, #endorsements h3, #cast h3 {
            font-size: 35px
        }

    #cast, #resources, #group-tickets, #tools, #partners, #share, #endorsements {
        padding: 75px 20px
    }

    .cast-bio {
        display: block
    }

    .cast-bio-left img {
        width: 300px;
        margin-bottom: 15px
    }

    .cast-bio-left, .cast-bio-right {
        width: 100%;
        margin: 0 auto
    }

    #theaters {
        width: 100%;
        height: auto;
        padding: 100px 25px
    }

    #theater-content, #video-content {
        width: 100%;
        margin: 0 auto
    }

    #updates-content, #groups-content {
        width: 100%
    }

    .register-agreement {
        padding: 25px;
        font-size: 13px
    }

    #kendrick-films h4 {
        font-size: 16px
    }
}

@media screen and (max-width: 768px) {
    #home-full {
        background-size: contain
    }

    #father-banner {
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        padding: 0
    }

        #father-banner:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.45);
            z-index: 2
        }

        #father-banner .banner-column {
            width: 100%;
            padding: 50px 10px;
            margin: 0 auto;
            z-index: 3
        }

    .button-smtf {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 15px;
        padding: 12px 20px
    }

    .videos-column {
        width: 100%;
        margin: 10px auto
    }
}

@media screen and (max-width: 640px) {
    #resources-content {
        flex-flow: column nowrap;
        padding: 50px 20px
    }

    .column-third, .column-twothird {
        width: 100%;
        display: block;
        margin: 5px auto;
        padding: 0
    }

    .groups-interest {
        padding: 15px
    }

    .updates-column-container .column-half, .groups-column-container .column-half {
        width: 100%;
        margin: 5px auto
    }
}

@media screen and (max-width: 550px) {
    #cast-content {
        flex-flow: column nowrap
    }

    .cast-column {
        width: 100%;
        display: block;
        margin: 10px auto
    }
}

@media screen and (max-width: 480px) {
    #slide-menu {
        width: 100%
    }

    .menu-close {
        left: -100%
    }

    #home-content h3 {
        font-size: 15px;
        margin-bottom: 15px
    }

    .button-outline-hover {
        display: block;
        width: 100%;
        margin: 10px auto;
        font-size: 15px;
        padding: 12px 20px
    }

    #banner-title {
        font-size: 16px
    }
}
