/*
@font-face {
  font-family: 'AG Old';
  font-style: normal;
  font-weight: 700;
  src: local('AG Old'), url(../fonts/AG-Old-FaceH-Bold.ttf) format('truetype');
}

/*
$blue:		#004572;
$orange:	#f6861f;
$divider:	#a0b1aa;
*/

body {
    font-family: 'Martel', 'Open Sans', sans-serif;
    font-size: 87.5%;
    margin: 0;
    background-color: #201F23;
}

p {
    letter-spacing: .5px;
    line-height: 1.75;
    color: #ffffff;
}

ul {
    padding-left: 1.5em;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #f6861f;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: 'Work Sans', 'AG Old', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

h1,
.h1 {
    color: #FFFFFF;
    font-size: 2em;
}

h2,
.h2 {
    background: #f6861f;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    padding: .1em .25em;
}

img {
    width: 100%;
    height: auto;
}

dt {
    font-size: .8em;
}

dd {
    margin: 0 0 1em;
}
.mb-8 {
    margin-bottom: 2rem;
}

/* Nav */
.nav {
    font-family: 'Work Sans', 'AG Old', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
}
.nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;

    /* width: 100%; */
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
}

.language {
    color: #a0b1aa;
    font-size: 1.15em;
    line-height: 1.75;
}

.liMenu {
    font-size: 1.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.liMenu li {
    /* color: #a0b1aa; */
    color: #a0b1aa;
    line-height: 1;
    padding: 0;
}

.liMenu li:before {
    content: '';
}

.liMenu li:first-child {
    border-left: 0 none;
}

.liMenu li.liMenuActive a {
    color: #f6861f;
}
.up {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 2em;
    right: 2em;
    -webkit-transform-origin: -1em 5em;
    transform-origin: -1em 5em;
    transition: opacity .5s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .5s ease-in-out, transform .25s ease-in-out;
    transition: opacity .5s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.up:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-bottom: 2em solid #f6861f;
    bottom: 0;
    right: 0;
}

.up:hover:before {
    border-bottom-color: #004572;
}

.up.disabled {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.up.enabled {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.logo {
    display: flex;
    align-items: end;
    transition: width 500ms;
}

.logo img {
    width: 70px;
    transition: all 500ms;
}

.logo span {
    display: none;
}
.menu {
    text-align: right;
}
.close-nav-btn {
    display: none;
    position: fixed;
    left: 0;
    top: 4%;
    z-index: 1;
}
.nav.open .close-nav-btn {
    display: block;
}
.open-nav-btn,
.close-nav-btn {
    /* display: none; */
    color: #ffffff;
    background-color: transparent;
    border: none;
}
.open-nav-btn svg,
.close-nav-btn svg {
    height: 40px;
    width: 40px;
}
.liMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #000000cc;
    transition: none;
}
.nav.open .open-nav-btn { 
    visibility: hidden;
}
.nav.open .liMenu {
    height: 100vh;
    padding: 1rem 0;
    transition: height 300ms;
}
.nav.open .liMenu li {
    margin: 1rem;
}
/* End nav */

/* Header */
header {
    position: sticky;
    top: 0;
    left: 0;
    transition: background-color 300ms;
}
.home header {
    position: fixed;
    width: 100%;
}

header.scrolled {
    background-color: #201f23a6;
}
header,
footer {
    margin: 0 auto;
    /*max-width: 930px;*/
    /*max-width: 1200px;*/
    overflow: hidden;
    z-index: 10;
}
footer {
    padding: 1rem 1.5em;
}
.home .main-hero {
    height: 80vh;
    height: 60dvh;
    opacity: .6;
    padding: 0;
}
header a {
    color: #ffffff;
}
.hero {
    padding-bottom: 25%;
    background-position: center;
    background-size: cover;
}
.home .hero {
    padding-bottom: 100%;
}

/* End header */

/* Swiper */
.swiper-wrapper {
    width: 100%;
    /*overflow: hidden;*/
}
.swiper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.swiper-slide {
    width: 100%;
}
.swiper-slide img {
    height: 100%;
    /*width: 100vw;*/
    object-fit: cover;
}
/* End swiper */
/* Page partials */
.pager {
    margin-top: 1em;
    padding-top: 1em;
}

.pager span {
    margin: 0 .25em;
}

.pager .pager_sep {
    margin: 0;
}

.underlined {
    display: block;
    border-bottom: 1px solid #f6861f;
    font-family: 'Work Sans', 'AG Old', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.underlined b {
    background: #f6861f;
    color: #fff;
    display: inline-block;
    padding: .1em .25em;
}

.top-title {
    margin: 0 auto;
    max-width: 960px;
    max-width: 1230px;
    position: relative;
    height: 0;
}

.front-title {
    display: flex;
    justify-content: center;
}

.front-title a {
    border: 2px solid #ffffff;
    padding: 4px 24px;
    transition: transform 300ms;
}

.front-title a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.top-title .underlined {
    bottom: 0;
    left: 1em;
    margin: 0;
    position: absolute;
    right: 1em;
}
.wrapper {
    margin: 1.5em auto;
    max-width: 1280px;
    padding: 0 1.5em;
}
/* End Page partials */

/* Footer */
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer p {
    margin-top: 0;
}
.footer-contact {
    display: flex;
}
.footer-contact img {
    max-width: 120px;
    margin-right: 1.5rem;
    display: none;
}
.footer-facebook a {
    border: 1px solid #004572;
    background-color: #004572;
    padding: 4px 6px;
}
.footerList {
    /* -webkit-flex-wrap: nowrap; */
    /* -ms-flex-wrap: nowrap; */
    /* flex-wrap: nowrap; */
    max-width: 1280px;
    align-items: flex-start;
    justify-content: space-between;
}
.footerItem:nth-child(1n+0) {
    align-self: stretch;
    margin-top: 1rem;
}
.footer-copyright img {
    max-width: 120px;
    margin-bottom: 1rem;
    /* filter: grayscale(100%); */
}
.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-copyright .mma {
    font-size: 10px;
    text-align: center;
}
.footer-copyright div {
    width: 100%;
}

/* Lists and items */
.footerList,
.teamList,
.newsList
    {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.5em 0 0 -1.5em;
}
.newsList {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.filmList {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;

}
.teamListItem,
.newsListItem
    {
    box-sizing: border-box;
    padding: 1.5em 0 0 1.5em;

    -webkit-flex: 0 1 100%;

    -ms-flex: 0 1 100%;

    flex: 0 1 100%;
}

.newsListItem:hover img {
    transform: scale(1.1);
}

.newsListItem,
.filmListItem {
    overflow-wrap: break-word;
    overflow: hidden;
}

.footerList {
    border-top: 1px solid #f6861f;
    margin: 0;
    padding: 0;
}

.footerItem {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.teamListItem h1 {
    margin-top: 0;
}

.teamListItem a,
.newsListItem a,
.filmListItem a {
    display: block;
    overflow: hidden;
}

.teamListItem {
    clear: both;
    overflow: hidden;
}

.teamListItem img {
    clear: left;
    float: left;
    margin-right: 1.5em;
    max-width: 120px;
}

.newsListItem img,
.filmListItem img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: transform 300ms;
    margin: auto;
}

/*
.newsListItem img {
    height: 280px;
}
*/

time {
    /*background: #7e8f88;*/
    color: #fff;
    display: inline-block;
    font-size: .8em;
    font-weight: bold;
    margin-top: 2em;
    padding: .1em .25em;
}

time+h1 {
    margin-top: .25em;
}
/* End Lists and items */

/* Film */
.filmswiper div {
    height: 300px;
}
.filmList {
    gap: 1rem;
}
.filmTitle {
    margin-bottom: 0;
}

.filmLinks a {
    color: #000;
    border-left: 1px solid #f6861f;
    padding-left: .5em;
    padding-right: .3em;
}

.filmLinks a:first-child {
    border-left: 0 none;
    padding-left: 0;
}

.filmInfoSection {
    overflow: hidden;
}

.filmPoster {
    float: left;
    margin: 1.2em 1.5em 1.0em 0;
    /*max-width: 300px;*/
    width: 100%;
}

.filmPoster img {
    width: 60%
}

.trailer {
    position: relative;
    margin-bottom: 3rem;
}

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

.filmThumbnails {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
}

.filmThumbnails .filmThumbnail {
    transition: opacity .4s ease-in-out;
    opacity: 1;
}

.filmThumbnails:hover .filmThumbnail {
    opacity: .5;
}

.filmThumbnails:hover .filmThumbnail:hover {
    opacity: 1;
}

.filmThumbnail {
    background: no-repeat center / cover;
    display: block;
    float: left;
    width: 24%;
    height: 0;
    padding-bottom: 24%;
}

.filmThumbnail img {
    display: none;
}

.filmListItem a img {
    overflow: hidden;
    transition: transform 300ms;
}

.filmListItem a:hover img {
    transform: scale(1.1);
}

.synopsis {
    color: #ffffff;
    max-width: 800px;
    margin-top: 1rem;
    font-size: 1rem;
}
.synopsis p,
.synopsis span {
    color: #ffffff !important;
    margin: 0;
}
.filmInfo {
    margin-top: 3rem;
}
/* End film */



.contact-section {
    overflow: hidden;
}

.contact-map {
    float: left;
    margin-right: 2em;
    max-width: 600px;
    width: 50%;
}

.contact-content {
    float: left;
}

/* 480 wide 480 / 16 = 30 */
@media only screen and (min-width: 30em) {
    .logo {
        float: left;
    }

    nav {
        text-align: right;
    }

    /* .newsListItem {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    } */

    .footerItem {
        margin-top: 1.5em;
        padding: 0 1.5em 0 0;
    }

    /* .footerItem:nth-child(2n+0) {
        border-left: 1px solid #a0b1aa;
        padding: 0 0 0 1.5em;
    } */
}

/* 640 wide 640 / 16 = 40 */
@media only screen and (min-width: 40em) {
    .teamListItem {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .newsListItem {
        -webkit-flex: 0 1 33.333%;
        -ms-flex: 0 1 33.333%;
        flex: 0 1 33.333%;
    }

    .htmlpageContent {
        max-width: 800px;
    }
}

/* 720 wide 720 / 16 = 45 */
@media only screen and (min-width: 45em) {
    header {
        /* position: sticky; */
        /* top: 0; */
        /* left: 0; */
        /* padding: 1rem 0; */
        /* display: flex; */
        /* justify-content: center; */
        /* width: 100%; */
        /* transition: all 300ms; */
    }
    .footer-contact img {
        display: block;
    }
    .footerItem:nth-child(1n+0) {
        align-self: stretch;
        margin-top: 1rem;
    }
    .footer-copyright {
        flex-wrap: nowrap;
    }
    .footer-copyright div {
        width: 50%;
    }
    .open-nav-btn {
        display: none;
    }
    .liMenu {
        position: relative;
        height: auto;
        background-color: transparent;
    }
    .liMenu li {
        border-left: 1px solid;
        padding: 0 .75em;
    }
    .filmList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .logo {
        float: none;
        width: auto;
    }

    nav {
        text-align: initial;
    }

    .liMenu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* 800 wide 800 / 16 = 50 */
@media only screen and (min-width: 50em) {
    .footerItem {
        padding: 0 1.5em;
    }

    .filmInfo dl {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .filmInfo div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .footer-copyright {
        flex-direction: row-reverse;
    }
    .footer-copyright img {
        float: left;
    }
    .footer-copyright div:first-child {
        text-align: right;
    }
}

/* 1024 wide 1024 / 16 = 60 */
@media only screen and (min-width: 1024px) {
    .footer-copyright {
        flex-direction: row;
    }
    .footer-copyright img {
        float: unset;
    }
    .footer-copyright div:first-child {
        text-align: left;
    }
    .nav {
        /*width: 100%;*/
    }
    .logo img {
        width: 100px;
    }
    .logo span {
        display: block;
        line-height: 1;
        font-size: 1.4em;
        margin-left: 1rem;
        width: 178px;
        overflow: hidden;
        transition: all 700ms;
        white-space: nowrap;
    }
    .scrolled .logo {
        min-width: 60px;
    }
    .scrolled .logo img {
        width: 60px;
    }
    .scrolled .logo span {
        width: 0;
    }
    .logo {
        min-width: 293px;
    }
    .footerItem:nth-child(1n+2) {
        border-left: 1px solid #a0b1aa;
    }
    .footer-copyright {
        display: flex;
        max-width: 50%;
        justify-content: space-between;
    }
    .footerList {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .wrapper {
        /*padding: 0;*/
        overflow: hidden;
    }

    .filmList {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .filmList.in-develop {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-section {
        overflow: hidden;
    }

    .about-intro {
        width: 33%;
        float: left;
    }

    .about-content {
        float: right;
        width: 65.5%;
    }
}

/*@media only screen and (min-width: 75em) {*/
@media only screen and (min-width: 1280px) {
    .filmList {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display: -moz-flex;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .menu {
        margin-left: 2em;
    }

    .language,
    .partner {
        margin: 1.04em 0;
        text-align: right;
    }


    .language {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .language b,
    .partner b {
        padding: 0 .5em;
        display: block;
    }

    .teamListItem {
        -webkit-flex: 1 1 33.333%;
        -ms-flex: 1 1 33.333%;
        flex: 1 1 33.333%;
    }
}