@font-face {font-family: 'HelveticaLTWXX-Light';src: url('fonts/3539A0_0_0.eot');src: url('fonts/3539A0_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/3539A0_0_0.woff2') format('woff2'),url('fonts/3539A0_0_0.woff') format('woff'),url('fonts/3539A0_0_0.ttf') format('truetype');}
  
@font-face {font-family: 'HelveticaLTWXX-Roman';src: url('fonts/3539A0_1_0.eot');src: url('fonts/3539A0_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/3539A0_1_0.woff2') format('woff2'),url('fonts/3539A0_1_0.woff') format('woff'),url('fonts/3539A0_1_0.ttf') format('truetype');}
  
@font-face {font-family: 'HelveticaLTWXX-LightOblique';src: url('fonts/35E365_0_0.eot');src: url('fonts/35E365_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/35E365_0_0.woff2') format('woff2'),url('fonts/35E365_0_0.woff') format('woff'),url('fonts/35E365_0_0.ttf') format('truetype');}
 
 
 
 
body {
  font-family: 'HelveticaLTWXX-Light', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #000;
  background: #c2c2c2;
}
a:hover {
  color: #8c8c8c;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: #c2c2c2;
  z-index: 999;
  width: 100%;
}
header {
  margin: 0px auto;
  width: 92%;
}

header .logo {
  float: left;
  margin: 0 0 20px 0;
  padding: 0 0 0 0px;
  line-height: 0.8;
}
header .logo a  {
  color: #000;
  display: block;
}
header .logo a p  {
  font-size: 24px;
  margin: 40px 0 0 0;
  color: #6b6b6b;
}

/* - - - - - - - - - - - - NAV SWAP - - - - - - - - - - - - */
.desktop-navigation {
  display: none;
}
@media screen and (min-width: 769px) {
  .nav-container {
    display: none;
  }
  .desktop-navigation {
    display: block;
  }
}

/* - - - - - - - - - - - - DESKTOP HEADER/NAVIGATION - - - - - - - - - - - - */

@media screen and (min-width: 769px) {
  header {
    width:100%;  
  }
  .header-wrap {
    float: left;
    width: 200px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: static;
  }
  header {
    background: blue;
  }
  
}

@media screen and (min-width: 769px) {
  header .logo, .desktop-navigation-wrap {
    margin-left: 30px;
  }
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* reset fixes */
ul.nav ul, ul ol, ol ol, ol ul {
  margin: 0 0 0 0;
}
body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}
.nav-container {
    /*
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
    margin: 5px auto 0;
    */
}
.toggleMenu {
    display:  none;
}

.nav {
  list-style: none;
  *zoom: 1;
  background: #c2c2c2;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: auto;
}
.nav a {
  padding: 10px 0%;
  color: #6b6b6b;
	transition : color .3s ease-in-out;
	-webkit-transition : color .3s ease-in-out;
	-moz-transition : color .3s ease-in-out;
	-o-transition : color .3s ease-in-out;
	-ms-transition : color .3s ease-in-out;
}
.nav a:hover {
  color: #a3a3a3;
}
.nav li {
  position: relative;
  font-size: 1em;
}
.nav > li {
  float: left;
}

.nav > li > .parent {
  /* background-image: url("http://webdesigntutsplus.s3.amazonaws.com/tuts/378_tessa/tessa-lt-dropdowns-21c7868/images/downArrow.png"); */
  background-repeat: no-repeat;
  background-position: right;
}

.nav > li > a {
    display: block;
    border-top: 1px solid #a3a3a3;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}

.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
    border-top: none;
}
.nav li li li a {
  background: #c2c2c2;
  z-index:200;
  border-top: 1px solid #6b6b6b;
}

ul.nav ul, ul.nav ol, ol.nav ol, ol.nav ul {
  margin: 0 0 0 0;
}


@media screen and (max-width: 768px) {
  .toggleMenu {
    display:  block;
    background: #c2c2c2;
    padding: 0px 0 0 15px;
    color: #000;
    width: 45px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 4%;
  }
  .toggleMenu img {
    width: 100%;
  }
  .active {
    display: block;
  }
  .nav > li {
    float: none;
  }
  .nav > li > .parent {
    background-position: 95% 50%;
  }
  .nav > li > .parent {
    background-image: none; 
    pointer-events: none;
  }
  /*
  .nav li .more {
    background-image: url(../images/_structure/nav-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 26px 20px;
    float: right;
  	width: 15px;
  	border-left: 1px solid #8f8f8f;
  	padding: 5px 15px 5px;
  	margin: 5px 15px 3px 0px;
    cursor: pointer;
  	z-index: 2000;
    position: relative;
  }
  */
  .nav li .more {
    
    float: none;
  	width: 100%;
  	padding: 1.2em 0 0 0;
  	margin: 0 0 0 0;
    cursor: pointer;
  	z-index: 2000;
    position: absolute;
  }
  .nav ul {
      display: block;
      width: 100%;
  }
 .nav > li.hover > ul , .nav li li.hover ul {
      position: static;
  }
}
@media  screen and (max-width: 768px) and
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
  .nav li .more {
    border-left: 0px solid #8f8f8f;
  }
}

@media screen and (min-width: 375px) and (max-width: 768px) {
  .toggleMenu {
    top: 22px;
    font-size: 2em;
    text-align: right;
  }
  .nav li {
    clear: both;
  }
  .nav li ul li {
    width: 100%;
    float: left;
    clear: none;
  }
  .nav li ul li a {
    padding: 6px 4% 10px 4%;
    width: 92%;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.desktop-navigation-wrap {width: 200px; float: left; }
.desktop-navigation {}
.desktop-nav {}

.desktop-nav li {
  list-style: none;
  margin-bottom: 0.8em;
}
.desktop-nav li ul li {
  margin-bottom: 0.2em;
}
.desktop-nav li ul li a {
  padding-left: 1.2em;

}
.desktop-nav li ul li a.active {
  font-family: 'HelveticaLTWXX-LightOblique';
}
.desktop-nav li ul {
  display: none; 
}

#accordion .ui-state-focus{
    outline: none;
}



/* - - - - - - - - - - - - CONTENT - - - - - - - - - - - - */


.content-wrap {
  width: 92%;
  margin: 50px auto 0px;
  
}
@media screen and (min-width: 769px) {
  .content-wrap {
    float: right;
    width: calc(100% - 260px);
    min-height: 100%;
    margin: 0 0 0 0;
    padding: 0 30px 0 30px;
  }
}

/*
@media screen and (min-width: 1220px) {
  .content-wrap {
    width: 960px;
  }
  body {
    width: 1220px;
    margin: 0 auto;
  }
}
*/
@media screen and (min-width: 1465px) {
  .content-wrap {
    width: 1200px;
  }
  body {
    width: 1465px;
    margin: 0 auto;
  }
}
































/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - CATEGORY PAGES  - - - - - - - - - - - - - - - - - - - - - - - - -  */


ul.thumbs {
  width: 100%;
  margin-top: 40px;
}
ul.thumbs li {
  width: 100%;
  list-style: none;
  margin-bottom: 2em;
}
ul.thumbs li .thumb {
  width: 100%;
}
ul.thumbs li .thumb img {
  width: 100%;
}
ul.thumbs li h2 {
  font-size: 1em;
  margin: 0.3em 0;
}

@media screen and (min-width: 769px) {
  ul.thumbs li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
  }
  ul.thumbs li a {
    pointer-events: auto;
  }
  ul.thumbs li:nth-child(2n) {
    margin-right: 0%;
  }
  ul.thumbs li .thumb {
    width: 100%; 
  }
  ul.thumbs li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  ul.thumbs li h2 {
    display: none;
  }
  ul.thumbs li .thumb {
  	position: relative;
  	width: 100%;		
  }
  ul.thumbs li .thumb:before {
  	content: "";
  	display: block;
  	padding-top: 79.5%; 
  }
  ul.thumbs li .thumb-inner {
  	position:  absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  }
  ul.thumbs li .thumb-inner img {
  	width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (min-width: 980px) {
  ul.thumbs li {
    width: 31.666666666%;
    float: left;
    margin-right: 2.5%;
  }
  ul.thumbs li:nth-child(2n) {
    margin-right: 2.5%;
  }
  ul.thumbs li:nth-child(3n) {
    margin-right: 0%;
  }
}

/* Thumb fix to stop films going over a width of 2 */
@media screen and (min-width: 980px) {
  .films-home ul.thumbs li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
  }
  .films-home ul.thumbs li:nth-child(2n) {
    margin-right: 0%;
  }
  .films-home ul.thumbs li:nth-child(3n) {
    margin-right: 3%;
  }
  .films-home ul.thumbs li:nth-child(6n) {
    margin-right: 0%;
  }
}

/* Dunc */
/* https://www.npmjs.com/package/object-fit-images */
.obfit {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}






/* - Fix to remove indivdual page access on mobile, as unneccesary - */
ul.thumbs li a {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  ul.thumbs li a {
    pointer-events: auto;
  }
}
















/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - SLIDESHOW - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.slideshow {
  width: 100%;
  /*height: 100%;*/
  height: 90vh;
  height: calc(100vh - 70px);
  height: calc(70vh - 60px);
  max-width: 1200px;
  margin: 40px auto 20px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .slideshow {
    width: 100%;
    /*height: 100%;*/
    height: 90vh;
    height: calc(100vh - 70px);
    height: calc(100vh - 60px);
    max-width: 1200px;
    margin: 40px auto 20px;
    position: relative;
  }
}

.slide {
  width: 100%;
}
.slide img {
  width: 100%;
}
.slide .slide-caption {
  clear: both;
  float: left;
  width: 100%;
  height: 25px;
  /*position: absolute;
  bottom: 0px;*/
}
.slide .slide-caption p {
  padding-top: 10px;
  font-family: 'HelveticaLTWXX-LightOblique';
  text-align: center;
}

/* PREV + NEXT */
.owl-carousel {
  position: relative;
}
.owl-stage {
  display: flex;
  align-items: center;
  height: calc(70vh - 70px);
}


@media screen and (min-width: 769px) {
  .owl-stage {
    display: flex;
    align-items: center;
    height: calc(100vh - 70px);
  }
}

.owl-theme .owl-nav {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  height: calc(100% - 50px);
  top: 0;
  left: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.owl-nav .owl-prev {
  width: 50%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: url(../images/_structure/left-arrow.png), auto !important;
}
.owl-nav .owl-next {
  width: 50%;
  height: 100%;
  background: rgba(11, 255, 239, 0.31);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: url(../images/_structure/right-arrow.png), auto !important;
}
.owl-theme .owl-nav [class*='owl-'] {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
}

#counter {
  position: absolute;
  right: 0; 
  bottom: 0;
  color: #666;
}


.slide {
	position: relative;
	width: 100%;		
}
.slide:before {
	/*content: "";
	display: block;
	padding-top: 80%; *//* 00 */
}
.slide-inner {
	/*position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	 *//* 00 */
}
.slide-inner img {
	width: 100%;
  height: 100%;
  /* max-width: 100%; *//* 00 */
  max-height: calc(100vh - 105px);
  object-fit: contain;
}


/* Quick Fix */
div.owl-stage-outer {
  overflow-x: hidden;
  width: calc(100% - 2px)
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - FILMS - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



.films-home ul.thumbs li h2 {
  text-align: center;
  width: 100%;
  float: static;
}
.films-home ul.thumbs li .thumb:before {
	content: "";
	display: block;
	padding-top: 0; 
}
@media screen and (min-width: 769px) {
  .films-home {
    margin-top: 74px;
  }
  .films-home ul.thumbs li h2 {
    display: block;
    text-align: center;
  }
}






.films {
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 8vh auto 20px;
  margin: 40px auto 20px;
  position: relative;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.films p {
  text-align: center;
  padding-top: 8px;
}

span.title {
  font-family: 'HelveticaLTWXX-LightOblique';
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - BIOGRAPHY - - - - - - - - - - - - - - - - - - - - - - - - - -  */


.biography {
  max-width: 600px;
  margin-top: 100px;
}


.biography h1 {
  font-size: 1.5em;
  margin-top: 10px;
}

.biography h2 {
  font-size: 1.2em;
}

.biography p {
  font-size: 1em;
}


@media screen and (min-width: 769px) {
  .biography {
    margin-top: 40px;
  }

}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - CONTACT - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


.contact {
}


.contact h1 {
  font-size: 1.5em;
  margin-top: 10px;
  text-align: center;
}

.contact h2 {
  font-size: 1.2em;
  text-align: center;
}

.contact p {
  font-size: 1em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .contact h1 {
    margin-top: 120px;
  }

}































