@font-face {
    font-family: eOneCodePro;
    src: url(fonts/eOneCodePro.otf) format("opentype");
}

body {
    background: #000;
}


/*
@font-face {
    font-family: ProximaNova-SemiBold;
    src: url(fonts/ProximaNova/ProximaNova-SemiBold.otf) format("opentype");

}

@font-face {
    font-family: 'proxima-nova'; font-weight:700;
    src: url(fonts/ProximaNova/ProximaNova-Bold.otf) format("opentype");

}

@font-face {
    font-family: 'proxima-nova'; font-weight:400;
    src: url(fonts/ProximaNova/ProximaNova-Regular.otf) format("opentype");

}*/

div.film-meta-info {
    display: table;
}

.film-meta-info dl {
    display: table-row;
}

.film-meta-info dt {
    font-weight: 700;
    padding: 0 20px 0 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: top;
}

.film-meta-info dd {
    color: #000;
    display: table-cell;
    padding-bottom: 10px;
}

.film-meta-full-width {
    width: 100%!important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'proxima-nova';
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: eOneCodePro, Helvetica, Arial, sans-serif;
}

p {
    margin-bottom: 15px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #009bd9;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

a:hover {
    text-decoration: none;
    color: #040f2f;
}

.btn {
    background: transparent;
    border-radius: 10px;
    border-width: 4px;
    border-style: solid;
    display: inline-block;
    font-size: 22px;
    padding: 15px 35px;
    font-family: 'proxima-nova';
    font-weight: 600;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.btn.white {
    border-color: #ffffff;
    color: #ffffff;
}

.btn.white:hover {
    background: #fff;
    color: #009bd9;
}

.btn.blue {
    border-color: #009bd9;
    color: #009bd9;
}

.btn.blue:hover {
    background: #009bd9;
    color: #fff;
}

.container {
    padding-left: 300px;
    padding-right: 300px;
}

.col-3 {
    width: 33.33%;
    float: left;
}

.col-22 {
    width: 22.22%;
    float: left;
}

.col-2-3 {
    width: 66.67%;
    float: left;
}

.col-4 {
    width: 25%;
    float: left;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#head-wrap {
    max-width: 1920px;
    padding: 20px 50px;
    box-sizing: border-box;
    margin: auto;
    /* float: left; */
    height: 89px;
}

#wrapper {
    max-width: 1920px;
    margin: auto;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    background: #fff;
}

#main-nav {
    position: fixed;
    top: 0;
    right: -500px;
    bottom: 0;
    background-color: #009bd9;
    padding: 20px 50px;
    box-sizing: border-box;
    height: 100%;
    z-index: 10000000;
    width: 500px;
    overflow-y: auto;
    -webkit-ition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#close-main-nav {
    float: right;
    font-family: 'proxima-nova';
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    top: -30px;
}

#close-main-nav .icon {
    font-family: 'proxima-nova';
    font-weight: 400;
    font-size: 80px;
    display: inline-block;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    top: 20px;
}

#close-main-nav .icon:hover {
    color: #040f2f;
}

#main-nav li {
    margin-bottom: 20px;
    position: relative;
}

#main-nav li.current-menu-item:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 30px;
    left: -20px;
    background: #040f2f;
    top: 5px;
}

#main-nav .sub-menu li.current-menu-item:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 18px;
    left: -20px;
    background: #040f2f;
    top: 2px;
}

#main-nav ul a {
    color: #ffffff;
    font-size: 36px;
    font-family: 'proxima-nova';
    font-weight: 700;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#main-nav ul a:hover {
    color: #040f2f;
}

#main-nav li.current-menu-item>a {
    color: #040f2f;
}

#main-nav .sub-menu {
    margin-top: 20px;
}

#main-nav .sub-menu a {
    font-size: 18px;
    font-family: 'proxima-nova';
    font-weight: 400;
}

body.nav-active {
    overflow: hidden;
}

.nav-ovlay {
    opacity: 0;
}

body.nav-active .nav-ovlay {
    background: linear-gradient( rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.75));
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
}

body.nav-active #wrapper {
    margin-left: 0px;
    margin-right: 500px;
}

body.nav-active #main-nav {
    right: 0;
}

body.nav-active #header {
    left: -500px;
}

body.nav-active .slides-container li {
    width: 100vw !important;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#header.no-transition {
    -webkit-transition: left .25s linear;
    -moz-transition: left .25s linear;
    -ms-transition: left .25s linear;
    -o-transition: left .25s linear;
    transition: left .25s linear;
}

#header.home-header #header-logo {
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#header.bg #head-wrap {
    background-color: #11172a;
}

#header.bg #header-logo {
    opacity: 1;
}

#header-logo {
    float: left;
    display: inline-block;
}

#header-logo img {
    width: 300px;
}

#menu-trigger {
    margin-top: 18px;
    float: right;
    color: #ffffff;
    text-decoration: none;
}

#menu-trigger span:not(.icon) {
    position: relative;
    top: -6px;
    margin-right: 10px;
    font-family: 'proxima-nova';
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}

#menu-trigger .icon {
    width: 30px;
    height: auto;
}

#skip-to-main {
    float: right;
    position: relative;
    color: #ffffff;
    margin-top: 23px;
    margin-right: 50px;
    font-family: 'proxima-nova';
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
    opacity: 0;
}


/*
#skip-to-main:focus { opacity: 1;}
*/

#language-switch {
    float: right;
    position: relative;
    color: #ffffff;
    margin-top: 23px;
    margin-right: 50px;
    font-family: 'proxima-nova';
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}

#language-switch:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: calc(50% - 4px);
    right: -20px;
}

#language-switch ul {
    position: absolute;
    left: -10px;
    padding: 10px;
    padding-right: 30px;
    display: none;
}

#language-switch.active:after {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

#language-switch.active ul {
    display: block;
}

#header.bg #language-switch ul {
    background-color: #11172a;
}

#language-switch ul a {
    color: #ffffff;
    margin-top: 10px;
    display: inline-block;
}

.hero {
    position: relative;
    z-index: 10000;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 661px;
    overflow: hidden;
}

#archive-hero {
    /* background-image: url(./img/archive-bg.jpg);*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: initial;
}

.single-hero-overlay {
    background: url(./img/slider-overlay.png);
    background-position: center;
    -webkit-background-size: 70% 10px;
    background-size: 70% 10px;
    background-repeat: repeat-y;
    background-position: left 0;
    padding-top: 300px;
    padding-bottom: 300px;
}

.archive-hero-overlay {
    background: url(./img/overlay.png);
    padding-top: 300px;
    padding-bottom: 300px;
    text-align: center;
}

#home-hero #fixed-content {
    position: absolute;
    z-index: 1000;
    background: url(./img/slider-overlay.png);
    background-position: center;
    -webkit-background-size: 101%;
    background-size: 101%;
    padding-top: 120px;
    padding-bottom: 230px;
    height: 100%;
	background-repeat-x: no-repeat;
}

#home-hero #logo {
    margin-bottom: 45px;
}

#home-hero #logo img {
    width: 500px;
    max-width: 100%;
}

.hero h2 {
    margin-bottom: 50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 52px;
    line-height: 1;
}

#single-hero h1 {
    color: #ffffff;
    font-size: 70px;
}

#archive-hero h1 {
    color: #ffffff;
    font-size: 90px;
}

#home-slider {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100% !important;
}

#home-slider ul,
#home-slider li {
    height: 100%;
    max-width: 1920px;
    position: relative;
}

#home-slider li {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#home-slider li .film-name {
    display: inline-block;
    /* max-width: 150px;*/
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-weight: 600;
    background: #040f2f;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

#home-slider li .film-name:hover {
    color: #009bd9;
}

#home-slider li .film-name img {
    backface-visibility: hidden;
    position: static !important;
    z-index: 0 !important;
    max-width: none;
    height: auto !important;
    width: 100% !important;
}


/* featured */

.featured {
    margin-top: 5px;
}

.featured .col-3 {
    width: calc( (100% - 10px) / 3);
    margin-right: 5px;
    height: 650px;
}

.featured .col-22 {
    width: calc( (66.6% - 10px) / 3);
    margin-right: 5px;
    height: 650px;
    float: left;
}

.featured .col-22:last-child {
    margin-right: -3px;
}

.featured .col-3:last-child {
    margin-right: -3px;
}

.featured .col-3.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured .col-3.center div {
    display: inline-block;
}

.featured .col-3.center h3 {
    color: #009bd9;
    font-size: 50px;
    margin-bottom: 20px;
}

.featured .col-3.right {
    float: right;
}

.featured-film {
    height: calc(50% - 5px);
    margin-bottom: 5px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.highlight_h {
    height: calc(33.333% - 5px);
}

.feat-child {
    width: 100%;
    height: 100%;
    /* fallback color */
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.feat-child:hover {
    background-color: rgba(0, 155, 217, .7);
}


/*
.featured-film:hover .feat-child,
.featured-film:focus .feat-child {
  transform: scale(1.2);
}*/

.featured-film .overlay {
    background-image: url(./img/featured-overlay.png);
    -webkit-background-size: 16px 100%;
    background-size: 16px 50%;
    background-repeat: repeat-x;
    background-position: -53px 143%;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #ffffff;
}

.featured-film .overlay span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 38px;
    text-align: right;
    font-family: 'proxima-nova';
    font-weight: 700;
}


/* press */

.press-content article {
    padding-bottom: 60px;
    padding-top: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    transition: all .1s ease-in-out;
    padding-top: 46px;
}

.press-content article:hover {
    background: #1b243e;
    color: #fff;
}

.press-content article p {
    line-height: 1.75em;
    margin: 1em 0;
}

.press-content article h2 {
    font-size: 28px;
    padding-left: 50px;
    padding-right: 50px;
}

#press .col-3 {
    height: 500px;
    margin-bottom: 5px;
}

#press .col-2-3 {}

#press .col-2-3 .col-3 {
    margin-right: 5px;
    width: calc( (100% - 10px) / 3);
}

#press .col-2-3 .col-3:last-child {
    margin-right: -3px;
}

#press .col-3.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#press .col-3.center div {
    display: inline-block;
}

#press .col-3.center h3 {
    color: #009bd9;
    font-size: 50px;
    margin-bottom: 20px;
}

.news-item {
    padding: 20px;
    box-sizing: border-box;
    background-color: #1b243e;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.news-item:hover {
    background-color: #009bd9;
    color: #fff;
}

.news-item .date {
    font-size: 22px;
}

.news-item h4 {
    font-size: 32px;
    font-family: 'proxima-nova';
    font-weight: 600;
}

.news-item a {
    text-align: right;
    font-size: 22px;
    color: #ffffff;
    font-family: 'proxima-nova';
    font-weight: 600;
}


/* single */

#single-description .film-meta-info {
    /* max-width: 60%; */
    font-size: 21px;
    margin-bottom: 20px;
}

#single-content {
    padding-top: 60px;
    padding-bottom: 170px;
}

#single-poster {
    float: right;
    width: 300px;
    margin-left: 25px;
}

#single-poster img {
    width: 100%;
    margin-bottom: 14px;
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    padding: 5px;
}

#single-poster .watch-trailer {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #009bd9;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    font-size: 22px;
    font-family: 'proxima-nova';
    font-weight: 700;
}

.btn-switch {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #040f2f;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    font-size: 22px;
    font-family: 'proxima-nova';
    font-weight: 700;
    margin-top: 10px;
}

.btn-switch:hover {
    background-color: #fff;
    border: 1px solid;
}

#single-description {
    width: calc(100% - 325px);
    float: left;
}

#single-description h5 {
    font-size: 33px;
    color: #009bd9;
    margin-bottom: 20px;
    font-family: 'proxima-nova';
    font-weight: 700;
}

#single-description p {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: 'proxima-nova';
    font-weight: 400;
}

#film-details li,
#additional-notes li {
    font-size: 21px;
    line-height: 24px;
    font-family: 'proxima-nova';
    font-weight: 400;
}

#film-details label {
    font-family: 'proxima-nova';
    font-weight: 700;
}

#film-details {
    margin-bottom: 50px;
}

.vbox-overlay {
    z-index: 999999;
}


/* archive */

.description a {
    color: #009bd9;
}

#library-filter {
    margin-bottom: 60px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.search-wrap {
    padding: 30px 50px;
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, .2);
    max-width: 1920px;
    margin: auto;
    box-sizing: border-box;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
}

#library-filter input {
    border-radius: 10px;
    border: 2px solid #efefef;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-right: 1%;
    width: calc(100% - 143px);
    max-width: 500px;
}

.browse-button {
    /* display: block; */
    text-align: left;
    color: #009bd9;
    /* background-color: #009bd9; */
    border-radius: 10px;
    font-size: 21px;
    font-family: 'proxima-nova';
    font-weight: 600;
    /* float: left; */
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    text-decoration: underline;
}

section article {
    margin-bottom: 50px;
    margin-top: 50px;
}

.press-content article {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 75px;
    padding-right: 75px;
    box-sizing: border-box;
}

.press-content a {
    color: #009bd9;
}

.press-title {
    font-size: 44px!important;
}

.page-hero-overlay {
    background: url(./img/overlay.png);
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}

#library-filter.sticky {
    position: fixed;
    top: 89px;
    z-index: 99999;
    width: 100%;
    left: 0;
}

#library-filter.sticky .search-wrap {
    padding-right: 50px;
    padding-left: 50px;
}

.press-release {
    max-width: 760px;
    margin: auto;
}

#archive-list .press-release {
    max-width: 960px;
}

.film-list-archive {
    max-width: 900px;
    margin: auto;
}

.letter-section h2 {
    border-bottom: 1px solid;
    margin-top: 25px;
    margin-bottom: 10px;
}

#library-filter li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

#library-filter li a {
    font-size: 25px;
    color: #c4c3c3;
}

#library-filter li a:hover,
#library-filter li a.active {
    color: #009bd9;
}

#archive-list {
    /*	margin-top: 60px;*/
}

#archive-list li:not(:last-child) {
    margin-bottom: 130px;
}

.description label {
    font-weight: 700;
}

#archive-list .poster {
    float: left;
    width: 240px;
}

#archive-list .watch-trailer {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #009bd9;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 25px;
    font-family: 'proxima-nova';
    font-weight: 700;
}

#archive-list .poster img {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out 100ms;
    -moz-transition: opacity 500ms ease-in-out 100ms;
    -o-transition: opacity 500ms ease-in-out 100ms;
    transition: opacity 500ms ease-in-out 100ms;
}

#archive-list .poster img.b-loaded {
    opacity: 1;
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, .2);
    padding: 5px;
    box-sizing: border-box;
}

#archive-list .description {
    float: left;
    width: calc(100% - 330px);
    margin-left: 35px;
    position: relative;
}

#archive-list .description h2 {
    color: #000000;
    font-size: 35px;
    margin-bottom: 20px;
    font-family: 'proxima-nova';
    font-weight: 700;
    line-height: 38px;
}

#archive-list .description .language {
    position: absolute;
    top: 40px;
    font-size: 20px;
    right: 0px;
}

#archive-list .description h5 {
    font-size: 24px;
    color: #009bd9;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'proxima-nova';
    font-weight: 700;
}

#archive-list .description {
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 24px;
    font-family: 'proxima-nova';
    font-weight: 400;
}

#archive-list .description p b {
    font-family: 'proxima-nova';
    font-weight: 700;
}

#archive-load-more {
    display: block;
    margin-top: 150px;
    margin-bottom: 150px;
    color: #949494;
    font-size: 42px;
    text-align: center;
}


/* footer */

#main-footer {
    /* margin-top: 100px;*/
    /* margin-top: 100px; */
    max-width: 1920px;
    margin: auto;
}

.header-main footer#main-footer {
    margin-top: 0;
}

#footer-top {
    padding-top: 65px;
    padding-bottom: 40px;
    background: #010b25;
    background: -webkit-gradient(linear, left bottom, left top, from(#010b25), to(#101f49));
    background: -webkit-linear-gradient(bottom, #010b25, #101f49);
    background: -moz-linear-gradient(bottom, #010b25, #101f49);
    background: -ms-linear-gradient(bottom, #010b25, #101f49);
    background: -o-linear-gradient(bottom, #010b25, #101f49);
    background: linear-gradient(bottom, #010b25, #101f49);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#010b25', endColorstr='#101f49');
    zoom: 1;
}

#footer-logo {
    width: 300px;
    max-width: 100%;
}

#footer-top nav {
    float: right;
    margin-left: 100px;
}

#footer-top nav.ml0 {
    margin-left: 0;
}

#footer-top nav a {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 5px;
    display: block;
    font-family: 'proxima-nova';
    font-weight: 400;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#footer-top nav a:hover {
    color: #009bd9;
}

#footer-top hr {
    height: 1px;
    background-color: #ffffff;
    width: 100%;
    border: 0;
    margin-top: 20px;
    margin-bottom: 50px;
}

#footer-top .float-nav {
    float: none;
    margin-left: 0;
}

#footer-top .float-nav li {
    float: left;
    margin-right: 20px;
}

#footer-top .float-nav a {
    color: #ffffff;
    font-family: 'proxima-nova';
    font-weight: 400;
    font-size: 14px;
}

#copyright {
    background-color: #040f2f;
    padding-top: 30px;
    padding-bottom: 30px;
}

#copyright p {
    color: #7c859a;
    font-size: 14px;
}


/* responsive 

@media screen and (min-width: 2500px) {
    .btn {
        font-size: 38px;
    }
    #home-hero #fixed-content {
        padding-top: 220px;
        padding-bottom: 330px;
    }
    #home-hero #logo {
        margin-bottom: 75px;
    }
    .hero h2 {
        margin-bottom: 80px;
        font-size: 77px;
    }
    #home-hero #logo img {
        max-width: 100%;
    }
   
}*/

@media screen and (max-width: 1920px) {
    .container {
        padding-left: 125px;
        padding-right: 125px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1001px) {
    .news-item h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1200px) {
    #film-list .press-release {
        max-width: 100%;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    /*
	.featured .col-3,
	.featured .col-3.right,
	#press .col-2-3 ,
	#press .col-2-3 .col-3,
	#press .col-3 {
		width: 100%;
		float: none;
		margin-bottom: 8px;
	}

	.featured .col-3.center {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}*/
    #press .col-2-3,
    #press .col-2-3 .col-3,
    #press .col-3 {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .featured .col-3.center h3 {
        color: #009bd9;
        font-size: 38px;
        margin-bottom: 20px;
    }
    .featured .col-3 {
        width: calc( (100% - 10px) / 3);
        margin-right: 5px;
        height: 369px;
    }
    .featured-film .overlay span {
        position: absolute;
        bottom: 13px;
        right: 30px;
        font-size: 26px;
        text-align: right;
        font-family: 'proxima-nova';
        font-weight: 600;
    }
    .btn {
        background: transparent;
        border-radius: 10px;
        border-width: 4px;
        border-style: solid;
        display: inline-block;
        font-size: 21px;
    }
    #press .col-3 {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #press .col-2-3 .col-3 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .news-item {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    .news-item h4 {
        font-size: 25px;
        font-family: 'proxima-nova';
        font-weight: 600;
        text-align: center;
    }
    .news-item h4 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 700px) {
    .film-meta-info dt {
        font-weight: 700;
        padding: 0 20px 0 0;
        white-space: inherit;
        display: table-cell;
        vertical-align: top;
    }
    #library-filter.sticky {
        position: fixed;
        top: 66px;
        z-index: 99999;
        width: 100%;
        left: 0;
    }
    #library-filter.sticky .search-wrap {
        padding-right: 20px;
        padding-left: 20px;
    }
    .press-title {
        font-size: 24px!important;
    }
    .press-content article {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .press-content article h2 {
        font-size: 17px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
    }
    #archive-list .poster {
        float: none;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    #single-poster {
        float: none;
        margin-left: 0;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    #archive-list .poster img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    #single-description,
    #archive-list .description {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    #archive-list .description .language {
        position: static;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #archive-hero h1,
    #single-hero h1 {
        font-size: 50px;
    }
    /* .single-hero-overlay,
    .archive-hero-overlay {
        padding-top: 120px;
        padding-bottom: 120px;
    }*/
    #single-description p,
    #film-details li,
    #additional-notes li {
        font-size: 21px;
    }
    #library-filter li a {
        font-size: 26px;
    }
    .hero h2 {
        font-size: 36px;
    }
    .featured .col-3.center h3,
    #press .col-3.center h3 {
        font-size: 36px;
    }
}

@media screen and (max-width: 720px) {
    .featured .col-3,
    .featured .col-3.right,
    #press .col-2-3,
    #press .col-2-3 .col-3,
    #press .col-3 {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .featured .col-22 {
        width: calc( (100% - 5px) / 3);
        margin-right: 5px;
        height: 650px;
        float: left;
    }
    .featured .col-3.film-col {
        width: 49%;
        float: left;
        margin-bottom: 5px;
    }
    .featured .col-3.center {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .featured-film .overlay span {
        position: absolute;
        bottom: 13px;
        right: 30px;
        font-size: 17px;
        text-align: right;
        font-family: 'proxima-nova';
        font-weight: 600;
    }
}

@media screen and (max-width: 700px) {
    .search-wrap {
        padding: 30px 50px;
        box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, .2);
        max-width: 1920px;
        margin: auto;
        box-sizing: border-box;
        background: #fff;
        display: none;
    }
    #header-logo {
        float: left;
        text-align: center;
        margin-top: 0px;
        display: block;
    }
    #head-wrap {
        max-width: 1920px;
        padding: 20px 14px;
        box-sizing: border-box;
        margin: auto;
        /* float: left; */
        height: 66px;
    }
    #footer-top nav {
        float: none;
        margin-left: 0;
        display: block;
        margin-top: 30px;
    }
    .featured .col-22 {
        width: calc( (100% - 5px) / 2);
        margin-right: 5px;
        height: 650px;
        float: left;
    }
    .featured .col-22:nth-child(3) {
        width: calc( (100% - 5px) / 2);
        margin-right: 0px;
        height: 650px;
        float: left;
    }
    .featured .col-22:last-child {
        width: calc( (100% - 0px) / 1);
        margin-right: 5px;
        height: 650px;
        float: left;
        margin-right: -3px;
    }
}

@media screen and (max-width: 500px) {
    #header {
        padding: 0px;
    }
    #menu-trigger {
        margin-top: 0;
    }
    #menu-trigger span {
        display: none;
    }
    #language-switch {
        margin-top: 5px;
    }
    #header-logo img {
        width: 190px;
    }
    #main-nav {
        width: 100vw;
        right: -100vw;
    }
    body.nav-active #wrapper {
        margin-left: -100vw;
        margin-right: 100vw;
    }
    body.nav-active #main-nav {
        right: 0;
    }
    body.nav-active #header {
        left: -100vw;
    }
}

@media screen and (max-width: 400px) {
    .browse-button {
        display: block;
        text-align: center;
        color: #009bd9;
        /* background-color: #009bd9; */
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 10px;
        font-size: 14px;
        font-family: 'proxima-nova';
        font-weight: 700;
        float: left;
        /* padding-left: 20px; */
        padding-right: 20px;
        margin-top: 10px;
        text-decoration: underline;
    }
    #library-filter input {
        border-radius: 10px;
        border: 2px solid #efefef;
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        float: left;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        display: block;
        font-size: 14px;
        box-sizing: border-box;
    }
    .search-wrap {
        padding: 29px 20px;
        box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, .2);
        max-width: 1920px;
        margin: auto;
        box-sizing: border-box;
        background: #fff;
        display: block;
        width: 100%;
        float: left;
    }
    #header-logo {
        float: left;
        /* clear: both; */
        text-align: center;
        /* margin-top: 40px; */
        /* display: none; */
        margin-top: 0px;
    }
    .news-item h4 {
        font-size: 22px;
    }
    .featured .col-3.center {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}