.video-slider-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000;
    top: 0;
}

  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
  }

  .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }

.video-info-bar {
    position: absolute;
    bottom: 17px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    z-index: 10;
    display: flex
;
    justify-content: center;
    align-items: center;
    transform: scale(.8);
}

  .video-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*background: rgba(0,0,0,0.7);*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    z-index: 10;
  }

  .progress-bar {
    flex-grow: 1;
    height: 5px;
    background: #555;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
  }

  .progress-filled {
    height: 100%;
    background: #fff;
    width: 0;
  }

  button.control-button {
    background: none;
  }

  .control-button {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
  }

  .video-caption {
    min-width: 200px;
  }
  
  .video-caption span {
    display: block;
}

.video-caption .bold {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
}

span.video-caption-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -5px;
}

.video-caption .italic {
    font-style: italic;
    font-size: 18px;
}

  .video-caption{
      font-family: NeueHaas-600,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Arial
  }
  
  /*global settings*/
  
/*.page-fade-in {*/
/*  opacity: 0;*/
/*}*/
/*.page-fade-in.loaded {*/
/*  opacity: 1;*/
/*}*/
  
  p,li,ul,ol,h1,h2,h3,h4,h5,h6{
    font-family: NeueHaas-400, Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }
  a.top-logo {
    position: fixed;
    left: 29px;
    top: 64px;
}

a.top-logo img {
    width: 110px;
}
  
a.footer-logo {
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    right: 15px;
}

a.footer-logo img {
    width: 90px;
}

nav#site-navigation {
    margin-top: 160px;
}
/*.home nav#site-navigation {*/
/*    margin-top: 0;*/
/*}*/

  body{
      background:#000;
  }
  
  header.entry-header {
    display: none;
}
  button.directors_btn {
    border: 0;
    background: none;
    color: #ddd;
    font-size: 24px;
    font-weight: bold;
    cursor:pointer;
}
  header#masthead {
        position: fixed;
        width: 100%;
        z-index:10;
    }
    
    a.directors_btn {
        text-decoration: none;
        color: #ddd;
        font-size: 24px;
        font-weight:bold;
    }
  
  .flex {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    align-items: center;
    height: 100px;
}

button.nav-btn {
    background: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: .2s ease-in-out;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0;
}

button.nav-btn span {
    height: 2px;
    background: #ddd;
    display: block;
    width: 37px;
}

button.nav-btn:hover span:nth-child(2) {
    margin-top: 0px;
    margin-bottom: 0px;
}

button.nav-btn:hover {
    gap: 6px;
}

.full-screen-nav {
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    top: 0;
}


ul#primary-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 50px;
    margin-top: 130px;
}

ul#primary-menu a {
    color: #999;
    font-size: 16px;
    display:inline;
}

ul#primary-menu a:hover {
    color: #ddd;
}


ul#nav-social {
    list-style: none;
    margin: 0;
    padding-top: 20px;
    padding-left: 50px;
    position: relative;
    display: flex;
    gap: 20px;
}

ul#nav-social a {
    color: #999;
    font-size: 25px;
}

ul#nav-social:before {
    content: '';
    width: 200px;
    border-top: 1px solid #999;
    position: absolute;
    margin-bottom: 20px;
    top: 10px;
}

ul#nav-social a:hover {
    color: #ddd;
}



button.fp-nav-close,
.director_close,
.nav-close{
    position: fixed;
    z-index: 20;
    right: 65px;
    top: 85px;
    cursor: pointer;
    background: none;
}

button.fp-nav-close span,
.director_close span,
.nav-close span{
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 0px;
}

button.fp-nav-close span:nth-child(1),
button.director_close span:nth-child(1),
.nav-close span:nth-child(1){
    transform: rotate(45deg);
}

button.fp-nav-close span:nth-child(2),
button.director_close span:nth-child(2),
.nav-close span:nth-child(2){
    transform: rotate(-45deg);
    margin-top: -2px;
}




.director_list {
    display:none;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,.8);
    padding-top: 70px;
    width: 100vw;
    height: 100vh;
    z-index: 15;
}

ul.directors-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 25px;
    padding-left: 26px;
}

ul.directors-list a {
    text-decoration: none;
    font-size: 24px;
    color: #999;
    font-weight: bold;
    display: inline;
    
}

.director_list .directors_btn {
    margin-left: 50px;
}

ul.directors-list a:hover {
    color: #ddd;
}

/* directors page*/


.post-type-archive-directors .full-screen-nav {
    display: block;
}

.directors_page {
    position: fixed;
    width: calc( 100vw - 250px );
    height: 100vh;
    z-index: 25;
    display: flex;
    justify-content: center;
    padding-top: 200px;
    top: 100px;
    margin-left:250px;
}

ul.directors-archive-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}

ul.directors-archive-list a {
    color: #ddd;
    text-decoration: none;
    font-weight: bold;
}

ul.directors-archive-list a:hover {
    color: #999;
}

li.current-menu-item a {
    color: #ddd !important;
}

/* information page*/

.page-id-14 .full-screen-nav {
    display: block;
}

.page-id-14 main#primary {
    margin-left: 285px;
    max-width: 585px;
    z-index: 25;
    position: relative;
    margin-top: 59px;
}

.page-id-14 main#primary p {
    color: #ddd;
}

/*partners*/

.page-id-1880 .full-screen-nav {
    display: block;
}

.page-id-1880 main#primary{
   margin-left: 285px;
    /*max-width: 585px;*/
    z-index: 25;
    position: relative;
    margin-top: 59px; 
}

/*contact*/

.page-id-16 .full-screen-nav {
    display: block;
}

.page-id-16 main#primary{
   margin-left: 285px;
    /*max-width: 585px;*/
    z-index: 25;
    position: relative;
    margin-top: 59px; 
}


.page-id-16 p {
    font-size: 12px;
}

.page-id-16 a {
    color: #ddd;
    font-weight: bold;
}

button#e-n-tab-title-1698552751 {
    background: none;
    justify-content: start;
}

button#e-n-tab-title-1698552752 {
    background: none;
    justify-content: start;
}
.e-n-tabs-content {
    height: calc(100vh - 250px);
}


@media (max-width:767px){
    main#primary {
        margin-left: auto!important;
        margin-top: 400px!important;
        width: 90%;
        margin-right: auto;
    }
    
    nav#site-navigation {
        margin-top: 0!important;
    }
    
    .page-id-1951 main#primary {
        margin-top: 0 !important;
    }
    .directors_page {
        padding-top: 0;
    }
    .home main#primary {
        margin-top: 0 !important;
    }

}