/**/
.data_open .people_data {
    max-height: 1360px !important;
}

.people_data p {
    padding: 0;
    margin-bottom: 25px;
}
.toggel-heading {
	    margin-top: 20px !important;
}
/*
.page-id-85 .center-title
{position: relative !important;
    margin: 0 auto !important;
    padding-top: 50px !important;
    padding-bottom: 250px !important;
    left: 0px !important;
    top: 0px !important;
    width: 80%!important;
	transform: inherit;
}
.page-id-85  .shownow {
	display: inline-table !important;
}
.page-id-85 .page-video-title {
	bottom: auto !important;
}

.quick-play {
     bottom: auto !important; 
    position: relative !important;
	padding-bottom: 50px !important;
}*/
@-ms-viewport {
  width: device-width;
}

@font-face {
  font-family: 'UntitledSansRegular';
  src: url('../fonts/UntitledSansWeb-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/UntitledSansWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/UntitledSansWeb-Regular.woff') format('woff'); /* Pretty Modern Browsers */    
}
@font-face {
  font-family: 'UntitledSansRegularItalic';
  src: url('../fonts/UntitledSansWeb-RegularItalic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/UntitledSansWeb-RegularItalic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/UntitledSansWeb-RegularItalic.woff') format('woff'); /* Pretty Modern Browsers */
     
}
@font-face {
  font-family: 'UntitledSansMedium';
  src: url('../fonts/UntitledSansWeb-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/UntitledSansWeb-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/UntitledSansWeb-Medium.woff') format('woff'); /* Pretty Modern Browsers */
     
}
@font-face {
  font-family: 'UntitledSansMediumItalic';
  src: url('../fonts/UntitledSansWeb-MediumItalic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/UntitledSansWeb-MediumItalic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/UntitledSansWeb-MediumItalic.woff') format('woff'); /* Pretty Modern Browsers */
     
}

@font-face {
  font-family: 'trajanpro';
  src: url('../fonts/TrajanPro-Bold.otf');
  font-weight:600;
}
@font-face {
  font-family: 'trajanpro';
  src: url('../fonts/TrajanPro-Regular.otf');
  font-weight:400;
}


*,
:before,
:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}


html {
  width: 100%;
  padding:0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding:0;
  width: 100%;
  font-family: 'UntitledSansRegular';
  font-size: 17px;
  font-weight: 300;
  color: #000;
  background-color:#FFF;
  transition:all .25s cubic-bezier(0.1, 0.1, .1, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.home{
  padding-top: 100vh; 
}

/* fix to prevent slider resizing on load */
body.home{
  min-height:101vh;
}

.body_appear{
    opacity:1;
}
.dark-theme {
  background: #000;
  height: 100vh;
  width: 100vw;
}
img {
  display: block;
  max-width: 100%;
}
p {
  padding: 0;
  margin-bottom: 25px;
}
h1,h2,h3,h5,h6{ 
 font-family: 'UntitledSansMedium';
 font-weight:100;
}
h4{ 
 font-family: 'UntitledSansRegular';
 font-weight:100;
}

a,h1,h2,h3,h4,h5,h6{
  margin: 0px;
  padding: 0px;
}
h1{
  font-weight: 100;
  font-size: 30px;
}
h2{
  font-size: 15px;
}
a{
  text-decoration: none;
  color: #355773;
}
.row {
  width: 100%;
  max-width: calc(1024px + 30px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  background-color:#fff;
}
.row-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.column{
  padding: 0 15px;
  width: 100%;
}
.row-full .column {
  padding: 0;
  width: 100%;
}
.logo {
  display: flex;
  align-items: center;
  justify-content:  center;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition:all .25s cubic-bezier(0.1, 0.1, .1, 0.1);
}
.logo img {
  width: 190px;
  height: 92px;
}
.content {
  position: relative;
  z-index: 9;
}
#home .carouselcell {
    /*width: 100vw;*/
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.main-carousel{
  position: fixed !important;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.main-carousel .flickity-prev-next-button.next {
    right: 20px;
}
.main-carousel .flickity-prev-next-button.previous {
    left: 20px;
}
.carouselcell {
  /*width: 100vw;*/
  width: 100%;
  height: calc(100vh - 60px);
  background-repeat: no-repeat;
  background-size: cover;
}
.carouselcell:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: black;
  opacity: 0.1;
}
.lightbg {
  background: #FFF;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  color: #FFF;
  z-index: 999;
}
footer.white-copy{
  opacity: 0;
}
header a {
  color: #FFF;
  font-family: trajanpro;	
}
.lightbox header a {
  color: black;
}
.lightbox header{
  color: black;
  position: fixed;
}
.center-title {
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  color: #FFF;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 2;
  transition: opacity 2s;
}
.center-title h2 a{
	color:white;
}
.title-static{
  position: fixed;
}
.title-static h1{
    font-family: trajanpro;
    font-weight: 400;
	font-size:40px;
	letter-spacing:2px;
	text-transform: uppercase;
}
.title-static h1 img{
    margin:0 auto;
}
.showgrid{
  cursor: pointer;
}
.showgrid img{
    margin:0 auto;
}
.showgrid img.logimg{
    margin:0;
}
.showgrid img.workimg{
    margin-bottom:10px;
}

.lightbox .video-copy p a{
	transition: color .2s ease;
}
.lightbox .video-copy p a:hover{
	color:grey;
}
.quick-play {
  z-index: 999;
  left: 50%;
    bottom: 45px;
    transform: translate(-50%,-50%);
    position: absolute;
    color: #FFF;
    z-index:1;
}
.quick-play p {
    position: relative;
    text-align: center;
    margin-top: 7px;
}
.quick-play p:after {
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: -23px;
    transform: translate(-50%,-50%);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(90deg);
    font-size: 32px;
    left: 50%;
    font-weight: 100;
    font-size: 17px;
}
.quick-play p:first-child {
  margin-bottom: 5px;
  z-index: 0;
}
.quick-play p:first-child a{
  color: white;
  margin: 0px;
  padding: 0px;
}
.quick-play p:nth-child(2):after {
    content: '>';
}
.quick-play p.remove-arrow:nth-child(2):after{
  content: '';
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

.top-ligtbox {
  width: 100%;
  text-align: center;
}
.top-ligtbox h2{
  position: relative;
}
.top-ligtbox h2 a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dark-theme .top-ligtbox {
  top: 0;
  width: 100%;
  z-index: 999;
  background: #FFF;
}


.top-ligtbox+.row-full {
    margin-top: 75px;
}
header .row-full ,
footer .row-full {
    flex-wrap: nowrap;
}
header .row-full .column,
footer .row-full .column {
  padding: 0 30px;
}
.lightbox .row-full {
  width: calc(100% - 21px);
}
.lightbox .row-full .column {
  padding-left: 8px;
  padding-right: 7px;
}
.lightbox-about .row-full .column {
  padding-left: 15px;
  padding-right: 15px;
}
.lightbox h2 {
  font-size: 24px;
  font-weight: 100;
  margin-top: -7px;
}

/*.video:after{
  z-index: 2;
  position: absolute;
  content: '';
  background-image: url(../images/play.png);
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.1s;
}

.video:hover:after{
  opacity: 1;
}*/

.dark-theme.video:hover:after{
  opacity: 0;
}

.video iframe, .video object, .video embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.video img {
  width: 100%;
}
.card {
  position: relative;
}

.card-header {
  margin-top: 15px;
  margin-bottom: 30px;
}

.card-header-center {
  margin-bottom: 0;
}

.video-copy {
  position: absolute;
  /*bottom: 30px;*/
  bottom: 0;
  width: 100%;
  left:0px;
  background:#eff0ef;
  z-index: 99;
}

.card-expand-below .video-copy {
  display: none;
  position: static;
  bottom: auto;
  left: auto;
  max-height: none !important;
  transition: none !important;
}

.card-expand-below .video-copy > *{
  margin: 15px 0 0;
}

.toggel {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.toggel:before {
  position: absolute;
  right: 0px;
  top : 0px;
  content: "+"; 
}


.toggel-heading {
  position: relative;
  border-top: 1px solid #000;
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.people_role{
  margin: 0;
  border-bottom: 1px solid;
}
.data_open .toggel-heading{
  border-bottom: 1px solid #000;    
}
.toggel-heading-bottom {
  border-bottom: 1px solid #000;  
}
.toggel-heading:last-child {
  border-bottom: 1px solid #000;
}
.show_dark-theme .center-title,
.show_from_bottom .center-title,
.showfrombottom  .center-title{
  width: 65%;
}
.toggel-heading:after {
  position: absolute;
  right: 0px;
  top : 1px;
  content: "+"; 
}
.remove_toggle_close .toggel-heading:after {
  opacity: 0;
}
.copy-nav {
  margin-top: 20px;
}
.copy-nav ul {
  margin: 0;
  padding:0;
  list-style: none;
}
.copy-nav ul li.blank a{
  opacity: 0;
}
.copy-nav ul li {
  position: relative;
  border-top: 1px solid #000;
  padding-left: 0px;
}
.copy-nav ul li.Twitter{
  border-bottom: 1px solid #000;
}
.copy-nav ul li a {
  color: #000;
  display: block;
  font-family: 'UntitledSansMedium';
  padding: 2px 0;
}
.copy-nav ul ul li a { 
  font-family: 'UntitledSansRegular' ;
}
.copy-nav a {
  position: relative;
}
.copy-nav a .close_bar {
  position: absolute;
  right: 0px;
  top : 0px;
  cursor: pointer;
  transition:all .2s cubic-bezier(0.1, 0.1, .1, 0.1);
}
.right {
  text-align: right;
  display: flex;
    align-items: unset;
    justify-content: flex-end;
}
.about-copy .close_bar {
  position: absolute;
  right: 30px;
  top: 20px;
}
.about-copy {
  position: fixed;
  width: 33%;
  max-width: 500px;
  height: 100% ;
  background: #FFF;
  color: #000;
  z-index: 0;
  top: 0;
  padding-bottom: 150px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;

}
.left-sidebar {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  /*-webkit-transition: -webkit-transform 250ms;
  -moz-transition: -moz-transform 250ms;
  -ms-transition: -ms-transform 250ms;
  /*transition: transform 250ms;*/
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 99999;
}
.right-sidebar,
.contact-sidebar {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  /*-webkit-transition: -webkit-transform 250ms;
  -moz-transition: -moz-transform 250ms;
  -ms-transition: -ms-transform 250ms;
  /*transition: transform 250ms;*/
  right: 0;
  z-index: 9999;
  padding-left: 32px;
  padding-right: 32px;
}

.about-copy::-webkit-scrollbar,
.about-copy::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
.about-copy  h3 {
  padding: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
}
footer.lightbg p, header p {
  margin-bottom: 0px;
  margin-top: 0px;
}
.about-copy  h3.noborder {
  margin-bottom: 0;
  border-bottom: 0px solid;
}
.about-copy  .toggel-heading {
  font-weight: bold;
}
.copy-nav h3 {
  border-bottom: 0px solid;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.copy-nav h3 + h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid;
  border-bottom: 0px solid;
}
.mobile-nav {
  display: none;
  top: 30px;
  right: 30px;
}
.text-center {
  text-align: center;
}
.video .colse {
  position: absolute;
  top: 50px;
}
.video .colse {
  position: absolute;
  top: 50px;
}
#nav-icon {
  position: fixed;
  right: 40px;
  width: 30px;
  height: 23px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span{
  background:black;
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    top: -3px;
    left: 0px;
    width: 30px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    top: 19px;
    left: 0px;
    width: 30px;
}
@media only screen and (min-width: 1024px) {

    .col-1 {
      max-width: 8.333333%;
    }

    .col-2 {
      max-width: 16.666667%;
    }

    .col-23 {
      max-width: 20%;
    }

    .col-3 {
      max-width: 25%;
    }

    .col-4 {
      max-width: 33.333333%;
    }

    .col-5 {
      max-width: 41.666667%;
    }

    .col-6 {
      max-width: 50%;
    }

    .col-7 {
      max-width: 58.333333%;
    }

    .col-8 {
      max-width: 66.666667%;
    }

    .col-9 {
      max-width: 75%;
    }

    .col-10 {
      max-width: 83.333333%;
    }

    .col-11 {
      max-width: 91.666667%;
    }

    .col-12 {
      max-width: 100%;
    }

	.card-header-center {
	  margin-bottom: 30px;
	}

  }

#nav-icon {
  right: 40px;
  top: 24px;
	z-index:9999;
}

/* animation */
.lightbox{
  z-index: 9999;
  background:#eff0ef;
  min-height:100vh;
  width:100%;
  left: 0;
  bottom: 0;
  padding-top: 15px;
  position: relative; 
}
.lightbox-about{
  min-height:calc(100vh - 65px);
  padding-bottom:45px;
}
.lightbox .video-copy p,
.lightbox .video-copy p a{
  /*color: #fe4908;*/
  color: #000;
}
.lightbox .video-copy.video-copy-black p,
.lightbox .video-copy.video-copy-black p a{
  color: #000;
}
.show_lightbox{
  -ms-overflow-style: none;
  scrollbar-width: none;
  transform: translateY(0);
  top: 0;
}
.carousel-cell .carousel-cell-bg.carousel-cell-bg-desktop{display:block;}
.carousel-cell .carousel-cell-bg.carousel-cell-bg-mobile{display:none;}
.carousel-cell .carousel-cell-bg,
.carousel-cell{
  height: 100vh;
  /*width: 100vw;*/
  width: 100%;
	background-repeat: no-repeat;
    background-size: cover;
}
.carousel-cell:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
}
.show_secondslide{
  left: 0;
  z-index: 999;
  opacity: 1;
}
.this_way_for_showreel,
.this_way_for_all_programs,
.close_right_bar,
.click_for_shenanigans,
.open_all_program,
.quick-play,
.close,
.colse{
  cursor: pointer;
}


.show_left_bar{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 99999;
}
.show_right_bar{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 9999;
}

.dark-theme{
  position: fixed;
  z-index: 0;
  transition: .25s cubic-bezier(0.1, 0.1, .1, 0.1);
  left: -100vw;
  top: 0;
  height: 100vh;
}

.dark-theme-about{
  width: 100% !important;
  height: auto !important;
}

.dark-theme header{
  position: relative;
}
.dark-theme .top-ligtbox{
  position: relative;
  text-align: center;
  top: 0;
  background:transparent;
}

.dark-theme.video .colse {
    position: relative;
    top: 0px;
}
.dark-theme.from_bottom{
    transform: translateY(100%);
    top: auto;
    left: 0;
    bottom: 0;
}
.dark-theme.show_from_bottom,
.dark-theme.showfrombottom{
  transform: translateY(0);
  z-index: 9999;
}
.coverall{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.show_dark-theme{
  left: 0;
  z-index: 9999;
}
.appear_from_right{
  opacity: 0;
  transform:translateX(100px);
  transition: .25s cubic-bezier(0.1, 0.1, .1, 0.1);
}
.appear_from_left{
  opacity: 0;
  transform:translateX(-100px);
  transition:all .25s cubic-bezier(0.1, 0.1, .1, 0.1);
}

.quick-play{
  opacity: 0;
  transform: translate(-50%,100px);
}

.appear{
  opacity: 1;
}
.appear_corner{
  opacity: 1;
  transform:translateX(0);
}
.appear_quick_play{
  opacity: 1;
  transform:translate(-50%,0);
}
.lightbox, .left-sidebar, .right-sidebar, .dark-theme{
    display:none;
}
.shownow{
    display:block;
}

.video_container {
    position: relative;
    padding-bottom: calc(56.25% - 60px); /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.close_bar, .toggel, .click_for_heart, .toggel-heading{cursor:pointer;}
.copy-nav .menu_close, .lightbox .video-copy{ 
  max-height:0;
  z-index: 0;
  transition:all .3s cubic-bezier(0.1, 0.1, .1, 0.1);
  overflow: hidden;
}

.card .video img{ z-index: 1; position: relative; transition:all .2s cubic-bezier(0.1, 0.1, .1, 0.1); }
.card .video img.hide_img{ z-index: 0; opacity: 0; }
/*.card .video iframe{ opacity: 0; z-index: 2; transition:all .2s cubic-bezier(0.1, 0.1, .1, 0.1); } */
.card .video iframe.show_frame{ opacity: 1;  }

.copy-nav .menu_open { max-height:100px; opacity: 1; z-index: 9; }

.lightbox .vopen .video-copy{ /*max-height:600px;*/ max-height:100%; opacity: 1; z-index: 9; }
.lightbox .vopen-delay .video-copy{ overflow-y: auto; }

.copy-nav .menu_open.contact_container{
  max-height: 500px;
}

.vopen .toggel:before {
  content: "-"; 
}

.people_data { max-height: 0; overflow: hidden; transition:all .2s cubic-bezier(0.1, 0.1, .1, 0.1);}


.data_open .people_data{ max-height: 1060px; }
.about-thumb{
  margin-top: 15px;
  margin-bottom: 25px;
}
.about-thumb img{
  width: 100%
}
.toggel-heading:after{ transition:all .2s cubic-bezier(0.1, 0.1, .1, 0.1); }
.data_open .toggel-heading:after{transform: rotate(45deg); top:2px; }
.makeitopen{
  transform: rotate(45deg);
}

.go-home{
  cursor: pointer;
}

.main-carousel .flickity-page-dots{
  display: none;
}

.contact_us h2{
  margin-top: 25px;
  font-size: 17px;
  font-family: 'UntitledSansMedium';
  font-weight: 100;
}
.contact_us p{
  margin: 2px 0 0 0;
  padding: 0;
}
.contact_us p:last-child{
  padding-bottom: 25px;
}
.mobile-nav-heading{
  opacity: 0;
}
.unevil {
	min-height: 200px;
	min-width: 200px;
    background-image: url(/wp-content/themes/jungle/images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.lightbox-about .unevil {
	min-height: auto;
	min-width: auto;
}
.mobile-only{
  display: none;
}
.flickity-button{
  opacity: 0.4;
}

/*
.flickity-slider {
  transform: none !important;
}
*/

.carousel-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

.carousel-cell.is-selected {
  opacity: 1;
  z-index: 0
}

.showgrid{
    font-family:trajanpro;
    font-weight:400;
    letter-spacing:2px;
}
.appear_from_right .this_way_for_all_programs{
    position:relative;
    letter-spacing:2px;
}

.showgrid span{
    display:block;
    font-size: 16px;
    margin-bottom: 5px;
}
.mobile-logo{
    display:none;
}
@media  (max-width: 767px){
.title-static h1{
	font-size:30px;
}
.quick-play{
    bottom:100px;
}
.mobile-logo{
    display:block;
    z-index: 15;
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -80.5px;
}
.appear_quick_play {
    width: 100%;
    text-align: center;
}
.mobile-only{
  display: block;
}
.logo img{
  width: 150px;
}
.show_left_bar{
	z-index:999999;
}
.about-copy.show_left_bar {
    padding-top: 10px ;
}
.unevil {
	min-height: 50px;
	min-width: 50px;
	}
  .mobile-nav {
    display: block;
    position: absolute;
    z-index: 999999;
  }
	.show_right_bar{
		z-index:99999;
	}
  .copy-nav{
    position: relative;
  }
  .mobile-nav-heading{
    color: black;
    position: absolute;
    top: -50px;
    left: 0px;
    display: block;
    justify-content: center;
    align-items: center;
    font-family: 'UntitledSansMedium';
    font-weight: 100;
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 22px;
  }
    .mobile-nav-heading a{
      color: black;
    }
    .data_open .people_data{
      max-height: 3000px;
    }

  h1 {
    font-size: 22px;
  }
  header,footer{
    display: none;
  }
  .lightbox .row-full {
    width: calc(100% - 30px); 
  }
  .about-copy {
    width: 100%;
    margin: auto;
    padding-top: 50px;
  }
  .main-carousel {
    height: 100vh;
  }
  .carousel-cell .carousel-cell-bg.carousel-cell-bg-desktop{display:none;}
  .carousel-cell .carousel-cell-bg.carousel-cell-bg-mobile{display:block;}
  .carousel-cell .carousel-cell-bg,
  .carousel-cell {
    height: 100vh;
    width: 100%;
    background-position: center;
    transition: opacity 1s ease-in-out;
  }
  .carouselcell{
    height: 100vh;
    background-position: center;
  }


.right-sidebar .copy-nav{
	padding-top:20px;
}



.lightbox header,
.dark-theme header{
  display: block;
}

.show_lightbox{
  z-index: 99999;
}
.lightbox header .appear_corner
{
  display: none;
}

	.dark-theme header .top-ligtbox h2{
		font-size:17px;
		margin-top:11px;
	}
.dark-theme header .appear_from_right,
	.dark-theme header .appear_from_left{
  display: none;
}
.lightbox h2{
  margin-top: 22px;
  font-size: 20px; 
}

.show_dark-theme {
    z-index: 99999;
}

.show_dark-theme .center-title, .show_from_bottom .center-title, .showfrombottom .center-title {
    width: 100%;
}

/*
.lightbox .vopen .video-copy{
  max-height: 600px;
}
*/

.lightbox{
    padding-bottom:100px;
}
   
}

@media (max-width: 520px){
  /*
  .lightbox .vopen .video-copy {
    max-height:330px;
    top:0px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  */
}

.copy-nav ul li a:hover{
  color:grey;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-image: url(/wp-content/themes/jungle/images/logo.svg);
  background-position:  center;
  background-repeat:  no-repeat;
  background-color:  #000;
  background-size: 200px;
  transition: all .5s ease-in-out;
  opacity: 1;
}
.fade-out{
  opacity: 0;
  z-index: 0;
}

.pagenotfound{
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}


.error404 .center-title{
  opacity: 0;
}
#showreelvideo{
  color: white;
}
.video{
	position:relative;
}
h4.page-video-title{
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    background:black;
    padding-top:10px;
}
.page-quick-play.appear_quick_play h4{ text-align:center; }
.page-quick-play h4:first-child{ margin-bottom:10px; }

.section-about + .lightbox-footer{display:none;}
