/* CSS Reset*/
html { margin:0;padding:0;border:0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    height: 100vh;
    font-weight: bold;
    overflow-x: hidden;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

img {
    max-width: 100%;
    display: block;
}

/* Clearfix */
.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; /* IE 6/7 only */ }

.container {
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.half {
    width: 49.9%;
    position: relative;
}

.section-container.flex {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.section-container > .half:nth-child(odd) {
    padding-right: 25px;
}

.section-container > .half:nth-child(even) {
    padding-left: 25px;
}

.third {
    width: 33.33%;
}

.fourth {
    width: 25%;
}

.fifth {
    width: 20%;
}

/* Header */
header {
    width: 100%;
    height: 145px;
    background: #f9ebcc url("img/header_bg.jpg") no-repeat center;
    background-size: auto 100%;
    position: relative;
}

header h1 {
    text-indent: -999999px;
}

nav {
    position: absolute;
    z-index: 100;
    bottom: -45px;
    height: 45px;
    left: 0;
    width: 100%;
    line-height: 1em;
    background: rgba(250,235,205,0.7);
    color: #b4a29b;
    text-align: center;
    text-transform: uppercase;
}

nav .nav-container {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}

nav li {
    padding: 7px 15px;
    margin: 9px 0;
}

nav a {
    color: #b4a29b;
}

nav .active {
    border-bottom: 3px solid #925e4a;
}

nav .active a {
    color: #925e4a;
}

nav li:hover {
    border-bottom: 3px solid #925e4a;
}

nav li:hover a {
    color: #925e4a;
}

nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(250,235,205,0.95);
}

/* Sections */
section {
    position: relative;
}

.section-dark .section-body {
    background-color: #59351e;
    color: #dfdfc8;
}

.section-light .section-body {
    background-color: #ebe8d5;
    color: #4a2813;
}

.section-light .section-title {
    color: #4a2813;
}

section .section-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 26px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    text-align: right;
    width: 300px;
    left: 50%;
    top: -27px;
    margin-left: -350px;
    z-index: 10;
}

section .section-title.right {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -350px;
    text-align: left;
}

section .section-container {
    padding-top: 30px;
}

section .section-head {
    width: 100%;
    height: 70vh;
    position: relative;
    background: transparent;
    /*
    background-size: 100% auto;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    */
}

section .section-head .container {
    height: 100%;
}

section .section-claim {
    width: 45%;
    color: #e5e0c1;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    position: absolute;
    bottom: 35%;
    right: 20px;
}

section .section-claim.left {
    right: auto;
    left: 20px;
}

section .section-top {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 43px;
    width: 100%;
    background-image: url(img/sections/section_breaks.png);
    background-size: auto 110px;
    background-position: center 0px;
}

section .section-bottom {
    position: absolute;
    z-index: 2;
    bottom: -43px;
    left: 0;
    height: 43px;
    width: 100%;
    background-image: url(img/sections/section_breaks.png);
    background-size: auto 110px;
    background-position: center -69px;
}

.section-light .section-top,
.section-light .section-bottom {
    background-image: url(img/sections/section_breaks_light.png);
}

.section-light .container {
    max-width: 1000px;
}

section .section-body {
    padding-bottom: 50px;
}

section p {
    padding-bottom: 20px;
    line-height: 1.4em;
}

.slick-prev,
.slick-next {
    background-image: url("img/tlw_arrow.png") !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    height: 47px !important;
    width: 40px !important;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}

.slick-prev:hover,
.slick-next:hover {
    height: 37px !important;
}

.slick-prev:before,
.slick-next:before {
    content: "" !important;
}

.slick-prev {
    left: -50px !important;
    margin-top: -20px;
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.slick-next {
    right: -50px !important;
}

.award-logos {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}


.award-logos .container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}

.award-logos  img {
     margin: 20px 0 0;
}

.posters {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.posters .half {
    margin: 0 20px 15px;
    width: 40%;
}

.posters img {
    margin: 0 auto;
}

.posters a {
    font-size: 10px;
}

.section-1 .film-meta {
    margin: 60px auto 0;
}

.trailer .main-trailer {
    position: relative;
    padding-bottom: 20px;
}

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

.trailer .main-trailer .video-container {
    margin-bottom: 5px;
}

.trailer .more-trailers {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin: 10px -5px 0;
}

.trailer .more-trailers .video {
    width: 33.33%;
    padding: 0 5px;
}

.trailer .more-trailers .video img {
    display: block;
}

.trailer .more-trailers .video .video-container {
    position: relative;
    margin-bottom: 5px;
}

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

.section-6 .section-container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.section-6 .section-body .half,
.section-7 .section-body .half {
    border-bottom: 5px solid #715340;
    float: none;
    padding-top: 25px;
}



.half:nth-child(odd) .actor .actor-thumb {
    float: left;
    margin: 0 15px 25px 0;
    border-right: 5px solid #925d4a;
}

.half:nth-child(even) .actor .actor-thumb {
    float: right;
    margin: 0 0 25px 15px;
    border-left: 5px solid #925d4a;
}

.actor .actor-text h2,
.cast-more h2,
.crew-person h2 {
    color: #925d4a;
    font-size: 20px;
    padding-bottom: 5px;
    line-height: 1.2em;
}

.actor .actor-text p {
    line-height: 1.6em;
}

.cast-more {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.cast-more h3 {
    padding-bottom: 10px;
}

.crew-more {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%;
}

.crew-more .column {
    width: 25%;
    padding: 30px 30px;
}

.crew-more .crew-person {
    padding: 0 0 20px;
}

.section-8 .container {
    max-width: 1340px;
}

.section-8 .half {
    padding-bottom: 40px;
}

.sountrack-btn {
    line-height: 40px;
    width: 93%;
    line-height: 1.2em;
    padding: 10px 15px;
    display: block;
    background-color: #59351e;
    color: #ebe8d5;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-10 .half {
    min-height: 500px;
}

.tiein-web {
    display: flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.tiein-web a {
    display: block;
}


/* RESPONSIVE */
@media screen and (max-width: 1145px) {

    nav {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    nav .nav-container {
        width: 1130px;
    }

}

@media screen and (max-width: 1050px) {

    .section-8 .half {
        padding-bottom: 70px !important;
    }

}

@media screen and (max-width: 790px) {

    .section-container > .half {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .half:nth-child(even) .actor .actor-thumb {
        float: left;
        margin: 0 15px 50px 0;
        border-right: 5px solid #925d4a;
    }

    .half:nth-child(odd) .actor .actor-thumb {
        margin: 0 15px 50px 0;
    }

    .crew-more {
        margin: 0 -20px;
    }

    .crew-more .column {
        width: 50%;
        padding: 20px;
    }

    .sountrack-btn {
        width: 100%;
    }

    section .section-title {
        font-size: 18px;
    }

    section .section-claim {
        right: 0 !important;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

}