/*
 * SMACSS + SCSS starter v2.0
 * Inspired by SMACSS http://smacss.com
 * Author: @jonathanpath
 * Date: 11 July 2013
 *
 * https://github.com/jonathanpath/SASS-SMACSS
 * See file structure in http://jonathanpath.com/sass+smacss/scss/style.scss
 * Sass Structure inspired by : https://github.com/sutter/POPY-starter-HTML-SCSS
 *
 * Coding rules : https://github.com/necolas/idiomatic-css
 *
 */
/* Tools */
/*

	@include keyframes(slide-down) {
	  0% { opacity: 1; }
	  90% { opacity: 0; }
	}

	.element {
	  width: 100px;
	  height: 100px;
	  background: black;
	  @include animation('slide-down 5s 3');
	} 

*/
/* ===========================
   Tools/Helpers
   =========================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .content-block:before, #contact:before, .single-page .post-nav:before,
.clearfix:after,
.content-block:after,
#contact:after,
.single-page .post-nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .content-block:after, #contact:after, .single-page .post-nav:after {
  clear: both; }

/* Base */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */
a:hover, a:active {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  outline: 0;
  position: relative;
  font-weight: normal; }

/* =======================
   Typography / Base
   ======================= */
.t-antialias {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.t-body, .t-body-s, .qa-with-director p, .program .list3 li p, .news .date, .news p, .single-page h4.meta, .single-page .post-nav, .t-h1, h1, .t-h2, h2, .t-h3, h3, .team-hover h4, .t-h4, .program .list3 h3, .news h3, body, h4, h5, h6, .list-vod h5 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.45; }

.t-body-s, .qa-with-director p, .program .list3 li p, .news .date, .news p, .single-page h4.meta, .single-page .post-nav {
  font-size: 14px;
  font-size: 1.4rem; }

.t-h1, h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2; }

.t-h2, h2 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2; }

.t-h3, h3, .team-hover h4 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2; }

.t-h4, .program .list3 h3, .news h3 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2; }

* {
  margin: 0; }

body, html {
  width: 100%;
  height: 100%; }

html {
  font-size: 62.5%;
  line-height: 1.2; }

body {
  overflow-y: scroll;
  color: #444444; }

a {
  color: #ed1b24;
  text-decoration: none; }
  a:hover {
    color: #f68d91; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em 0;
  padding: 0; }

p {
  margin: 0;
  margin-bottom: 1em; }

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

figure {
  margin: 0; }

h2 {
  color: #ed1b24;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

h4, h5, h6 {
  font-weight: bold; }

.qa-with-director, .program, .team-cast, .exhibitions, .synop, .the_platform, .news, .single-page {
  width: 100%;
  background-color: #444;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed; }
  @media only screen and (max-width: 600px) {
    .qa-with-director, .program, .team-cast, .exhibitions, .synop, .the_platform, .news, .single-page {
      background-attachment: scroll;
      background-size: 100% auto;
      background-repeat: repeat;
      background-position: top; } }

.qa-with-director, #contact, .program, .team-cast, .exhibitions, .synop, .the_platform, .news, .supporter, .single-page {
  padding: 10em 0; }
  @media only screen and (max-width: 600px) {
    .qa-with-director, #contact, .program, .team-cast, .exhibitions, .synop, .the_platform, .news, .supporter, .single-page {
      padding-bottom: 0; } }

.content-block {
  max-width: 711px;
  margin: 0 auto;
  background-color: white; }

.pad, .single-page .content-block {
  padding: 30px; }
  @media only screen and (max-width: 600px) {
    .pad, .single-page .content-block {
      padding: 10px; } }

.pad-lr {
  padding: 0 30px; }
  @media only screen and (max-width: 600px) {
    .pad-lr {
      padding: 0 10px; } }

.pad-t {
  padding-top: 30px; }
  @media only screen and (max-width: 600px) {
    .pad-t {
      padding-top: 10px; } }

.pad-50, .program .list3 li, .team-cast ul, .team-cast li, .news li {
  padding: 15px; }
  @media only screen and (max-width: 600px) {
    .pad-50, .program .list3 li, .team-cast ul, .team-cast li, .news li {
      padding: 5px; } }

.pad-lr-50 {
  padding: 0 15px; }
  @media only screen and (max-width: 600px) {
    .pad-lr-50 {
      padding: 0 5px; } }

.pad-b {
  padding-bottom: 30px; }
  @media only screen and (max-width: 600px) {
    .pad-b {
      padding-bottom: 10px; } }

a.button {
  display: inline-block;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5em 0.8em;
  background-color: #ed1b24;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold; }

.b-lazy {
  background-color: #ccc;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

.all {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible; }

/* Layout */
/* Vendors */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-close {
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-arrow {
  user-select: none;
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }

.mfp-preloader {
  user-select: none;
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-counter {
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-hide {
  display: none !important; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }

  .mfp-arrow-left {
    transform-origin: 0; }

  .mfp-arrow-right {
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

/* Modules */
/*======================Header=========================*/
.logo img {
  padding: 8px 0 10px; }

.top_featured_image {
  width: 100%;
  float: left; }

@media only screen and (max-width: 600px) {
  .home-link {
    display: none; } }

.top_featured_image img {
  width: 100%;
  float: left; }

.header nav {
  margin-top: 9px; }

.header nav li {
  line-height: 27px;
  position: relative;
  background: url(./images/appbarrocket1.png) no-repeat 0 10px;
  padding: 0 0 0 41px;
  list-style: none; }

.header nav li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic; }

.header nav li a:hover {
  color: #29abe2; }

.heightAuto {
  height: auto !important; }

.panel {
  position: fixed;
  left: -15.625em;
  /*left or right and the width of your navigation panel*/
  width: 15.625em;
  /*should match the above value*/ }

.icon-facebook {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAQAAACQ9RH5AAABT0lEQVR4AdXZ0Y3sMAiF4RRER67FjVANHVHCvw/WTZSrjRSDY7SH15n5JBQxMT7+SBA6imE4AI5hKB3hmKn3H20n9hTHaCthQXHexlEkCw80EkUycMeJxukxWDCyMWQWbjgr4rQZuLEwv9MJNkcn2BydYHP0nRWcr+LIM2x8GXuCO1+nX1qizbl2X7CGfkjpo15+X/+HJT2ThHeRO6yxpgVgvcMee0wCsJ9wYGw4RxiGdsHGXDQ16WzAuUZbAPZ/sMBWGGTAfTvcB6zbYR2wBYb8qOikt5WwzsNk4FDTfSU8lynYMUa1k1NsVAT2zU/1Cdt22IrhsgFSNjJlOyzFf4sHthW2C25b4RZ/2cvAnnm9zcB6h2UbLJkjjNEZ5cxF6w9tVcfUgoN5wSqidvlSv27aQbeylWL9ErV+bVy/KK+/Gqi/DKm//rmq4MJref0A2cU3hXmp1/gAAAAASUVORK5CYII=);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  overflow: hidden;
  text-indent: -1000px; }

/* file size: 0.5ko | optimized file size: 0.4ko | base64 size: 0.6ko */
.icon-twitter {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAGFBMVEUAAAD///////////////////////////8jfp1fAAAAB3RSTlMAUx7vgMelTYDl4gAAATxJREFUeAG1l0FyRiEIgwskcP8bd/dX++JTyzT7b4IjBvz6DxlARlWQgF2Abhk1KdL8DJ3IgfcDtJba4Yh6UeDNlrURl+YWtVXYgq0jWYOVtGY13WAftMcNHD7BrCtxZFGXgi76uvCsa+XHuP4gvzIW1vsTB8wQ4tSyPxjPR+xZBGuUyaphU3UfQdUdNcvGt+k/bM4uIbvahlRI0cJj3ZBtb9x2EmZ4alxLTjBKwFw3rpu/wFRwUiWNhs9CSpiEgqnhqN9SsLb2UnCcZXNKWCUQ7cCYGhYjCRrGNh21se4wcWrnArZSIkZ3LqM/JI3dwI/VJRC+ndqpYijMxoodUVKmH2qaRuWNqLoTABi1VPZDvzlueoOuNWJ7w723VrQWmj3dX8TaK6D1F9f+ytxd1hvfhMYHpfE1anzK+voGF6892VMC7XIAAAAASUVORK5CYII=);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  overflow: hidden;
  text-indent: -1000px; }

a.menu-link {
  display: block;
  position: fixed;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 850;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  padding-left: 13px;
  padding-right: 13px;
  height: 40px;
  line-height: 37px;
  color: #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a.menu-link span.icon {
    font-family: Arial;
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 0.3em; }
  a.menu-link:hover {
    color: white; }
  a.menu-link.menu-open {
    background-color: transparent; }

.fixed-right {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 850;
  height: 40px;
  line-height: 35px; }
  .fixed-right a {
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    font-weight: bold;
    height: 30px;
    line-height: 30px; }
    @media only screen and (max-width: 600px) {
      .fixed-right a {
        height: 25px;
        margin-left: 0.25em; } }
  .fixed-right a.menu-trailer {
    color: #ed1b24;
    margin-right: 15px;
    font-weight: bold;
    letter-spacing: 1px; }
    .fixed-right a.menu-trailer span {
      font-weight: bold; }
  .fixed-right .icon-newsletter {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAM1BMVEX///////////////////////////8AAAD////////////////////////////////////UtL+AAAAAEHRSTlMA70CfMBCFAFDP32CvcL8ggqzuMgAAAaNJREFUeF6ll9uOwyAMRO2YsORa/v9rV1otGU2hqSPPU1VxWoPH2MjPUOmws/7rtCOJW8W0vkmteMg5r3WoNc/f2Kz1ozTfotNab7VONxHXr/oU+2upDi2vEZu0uqTJw/ppsM/pF1gPTfuel/pIyyxQrg+VwU71seCW9Tm89kFrkVsVfQ98VkSz38M7Vurcn5bdsUYuH+x4+8xu/a7LxR1/8Y+33RbqcdGFYpkKmW9o4DLRDhWwbO0oWDjWTQCrSKLEG5mvM7CRoZIcBMs+Shi+J/gQIxj/QGoRMWxyEoy9kdpZMHxKZ/bUJwxZILgS3C+ln/PACJKT5IKRMEqSF0Zi8NkHY4WhkiYvjHt4uypJkxdG7ygFfWIEs0nAnn9I+wiaTGJjkxhKfxMbm8S4MMCi0E0ENMEHlSRYShJohhNdBmCbPZpVQANWvoYaC2M2k4Lma6gAbuyl1BIEGnChZmNgSUQbGg53G2LHNJRRco87hs5dd15uUJ4BcqTFhpp7ZKwIDTSRUSoyxEXGx8jgGhmZo8N6/JkQf6DEn0bxRxnkew7+As4bfyTS+pNaAAAAAElFTkSuQmCC);
    display: none;
    width: 30px;
    height: 30px;
    background-size: contain;
    overflow: hidden;
    text-indent: -1000px; }
    @media only screen and (max-width: 600px) {
      .fixed-right .icon-newsletter {
        display: inline-block;
        height: 25px; } }

.fixed-mid {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  z-index: 850;
  height: 40px;
  line-height: 40px; }
  .fixed-mid a {
    font-weight: bold; }
  @media only screen and (max-width: 960px) {
    .fixed-mid {
      left: 0;
      margin-left: 100px; } }
  @media only screen and (max-width: 600px) {
    .fixed-mid {
      margin-left: 50px; } }

.menuopen .fixed-right {
  display: none; }

@media only screen and (max-width: 600px) {
  .hide-s {
    display: none !important; } }
nav {
  background-color: black;
  z-index: 800;
  padding-top: 40px;
  padding-left: 13px;
  overflow: auto; }
  nav .tag-line {
    left: -2px;
    margin-bottom: 0.3em; }
    @media only screen and (max-width: 600px) {
      nav .tag-line {
        display: none; } }
  nav .nav-menu a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    color: white;
    text-transform: uppercase;
    display: block;
    padding: 0.3em 0; }
    nav .nav-menu a:hover {
      color: #00adef; }
  nav .social {
    margin-top: 1em; }
    nav .social a {
      margin-right: 0.2em;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      -webkit-backface-visibility: hidden; }
      nav .social a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-backface-visibility: hidden; }
  nav .credits {
    margin-top: 1em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #444; }

.qa-with-director {
  width: 100%; }
  .qa-with-director .question {
    color: #FF0000;
    font-weight: 400;
    margin-bottom: 0; }
  .qa-with-director .ad {
    color: #00ADEF;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px; }
    .qa-with-director .ad a {
      font-style: italic;
      color: #00ADEF; }
  .qa-with-director .author {
    color: #00ADEF;
    margin-top: 44px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    display: block; }
  .qa-with-director .link2 {
    color: #00ADEF;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    font-style: italic; }

.qa-btn {
  width: 100%;
  float: left;
  text-align: center; }
  .qa-btn .load_more a {
    margin-top: 0; }

/*===================Contact=====================*/
#contact {
  background-size: cover;
  width: 100%; }
  #contact .content-block {
    max-width: 400px;
    float: right;
    margin-right: 3em; }
    @media only screen and (max-width: 600px) {
      #contact .content-block {
        float: none;
        width: 100%;
        margin: 0;
        padding-bottom: 2em; } }

.list1 li {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  list-style: none;
  margin-top: 52px; }
.list1 a {
  color: #00ADEF;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 6px;
  text-decoration: none; }
  .list1 a:hover {
    text-decoration: underline; }

#contact-section img {
  width: 100%; }

/*===================Program=====================*/
.program {
  width: 100%; }
  .program .list3 {
    margin-top: 13px;
    width: 100%; }
    .program .list3 li {
      padding-bottom: 0;
      display: inline-block;
      vertical-align: top;
      margin-left: -0.25em;
      width: 33.333%;
      list-style: none; }
      @media only screen and (max-width: 600px) {
        .program .list3 li {
          width: 100%;
          margin-bottom: 1em; } }
      .program .list3 li:first-child small {
        display: inline; }
      .program .list3 li p {
        margin: 0; }
    .program .list3 h3 {
      color: #ed1b24;
      margin-bottom: 0.25em; }
    .program .list3 small {
      font-size: 14px;
      line-height: 17px;
      color: #FF0000;
      display: block; }
    .program .list3 .iiner-content h3 {
      line-height: 22px; }

/*===================Team Cast=====================*/
.team-cast ul {
  list-style: none; }
.team-cast li {
  display: inline-block;
  width: 33.333%;
  margin-left: -0.25em;
  position: relative;
  text-align: center; }
  .team-cast li:hover .team-hover {
    display: block; }
  @media only screen and (max-width: 600px) {
    .team-cast li {
      width: 50%; } }
.team-cast img {
  margin-bottom: -0.25em; }

.team_inner, .cast-middle {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%; }

.team-hover {
  display: none;
  background: rgba(27, 157, 208, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .team-hover h4 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2.4rem;
    font-weight: 600;
    color: white;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0; }
  .team-hover p {
    color: white;
    font-size: 14px;
    line-height: 17px;
    text-align: center; }

.newsImg {
  position: relative; }
  .newsImg h4 {
    position: absolute;
    bottom: 30px;
    width: 50px;
    height: 20px;
    z-index: 99999;
    line-height: 17px;
    color: white;
    background: #ed1b24;
    right: 0; }

.team-cast1 .team-hover {
  background: rgba(237, 27, 36, 0.8); }
  .team-cast1 .team-hover a {
    color: white; }

.full-team .teams {
  width: 100%; }

.team_left {
  float: left;
  width: 50%; }
  .team_left h3 {
    color: #ed1b24;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-top: 17px; }
  .team_left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0; }

.team_right {
  width: 50%;
  float: right; }
  .team_right h3 {
    color: #ed1b24;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-top: 17px; }
  .team_right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0; }

/*====================Exhibitions===================*/
.exhibitions {
  width: 100%; }
  .exhibitions h2 {
    text-transform: uppercase;
    color: #ed1b24;
    margin: 6px 0 20px; }
  .exhibitions .swiper-container {
    width: 100%;
    height: 403px; }
    .exhibitions .swiper-container .swiper-slide {
      text-align: center; }
      .exhibitions .swiper-container .swiper-slide img {
        max-width: 100%;
        height: auto; }
  .exhibitions a.arrow-right span, .exhibitions a.arrow-left span {
    font-family: Arial !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-backface-visibility: hidden;
    color: #ed1b24;
    font-size: 22px;
    font-size: 2.2rem; }
  .exhibitions a.arrow-left span {
    text-align: left;
    left: 15px; }
  .exhibitions a.arrow-right span {
    text-align: right;
    right: 15px; }

/*====================trailer===================*/
.trailer {
  background-color: black;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 900px; }
  @media only screen and (max-width: 960px) {
    .trailer {
      background-size: contain;
      background-position: 50% 60px;
      height: 600px !important; } }
  .trailer .bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center; }
  .trailer .buttons {
    margin-bottom: 20px 0; }
  .trailer a.bt-trailer, .trailer a.bt-preorder {
    display: inline-block;
    width: 300px;
    height: 60px;
    padding: 0;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    background-color: red;
    margin: 20px 5px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px black;
    -moz-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black; }
    .trailer a.bt-trailer:hover, .trailer a.bt-preorder:hover {
      color: black;
      background-color: #cc0000; }
    @media only screen and (max-width: 600px) {
      .trailer a.bt-trailer, .trailer a.bt-preorder {
        font-size: 18px;
        line-height: 18px;
        margin: 5px 0;
        width: 80%;
        height: auto;
        padding: 1em; } }

.trailers {
  background: black;
  text-align: center; }
  .trailers p {
    text-align: center;
    margin-bottom: 0;
    line-height: 0; }

.list-vod {
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: red;
  text-align: center; }
  .list-vod a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    margin: 0 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-backface-visibility: hidden; }
    .list-vod a img {
      max-width: none;
      max-height: 30px;
      width: auto;
      height: auto; }
    .list-vod a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      -webkit-backface-visibility: hidden; }
  .list-vod h5 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    color: white;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 10px; }

/*====================Synopsis===================*/
.synop h3 {
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 1em;
  text-transform: uppercase; }
.synop h4 {
  font-weight: bold;
  font-style: italic;
  color: #ed1b24;
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 1em; }

/*====================Platform===================*/
.the_platform .content-block {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  max-width: 853.2px; }
.the_platform h2 {
  color: white; }
.the_platform p {
  font-size: 14px;
  line-height: 21px; }
.the_platform h5 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px; }
.the_platform .item {
  color: white;
  position: relative;
  width: 33.33%;
  margin-top: 20px; }
  .the_platform .item p {
    margin-bottom: 0.5em; }
  @media only screen and (max-width: 600px) {
    .the_platform .item {
      width: 100%; } }

.news ul {
  list-style: none;
  width: 100%; }
.news li {
  width: 33.333%;
  padding-bottom: 0; }
  @media only screen and (max-width: 600px) {
    .news li {
      width: 50%; } }
  .news li:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-top: 2px solid black; }
.news h3 {
  margin-bottom: 2px; }
.news .date {
  color: #00adef;
  font-style: italic;
  margin-bottom: 5px; }

.load_more {
  text-align: center; }

.supporter {
  background-color: black;
  width: 100%; }
  @media only screen and (max-width: 600px) {
    .supporter {
      padding-top: 2em; } }
  .supporter .content-block {
    max-width: 1066.5px;
    background-color: transparent;
    text-align: center; }
  .supporter h2 {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 102px; }
    @media only screen and (max-width: 600px) {
      .supporter h2 {
        margin-bottom: 1em; } }
  .supporter h3 {
    color: white;
    font-size: 25px;
    font-weight: 400;
    font-family: Arial, Baskerville;
    font-style: normal;
    line-height: 30px; }
  .supporter h4 {
    color: white;
    font-size: 25px;
    line-height: 30px;
    font-weight: 800; }

.film-stills {
  background-color: black;
  text-align: center;
  padding-bottom: 5em; }
  .film-stills h2 {
    color: white;
    text-transform: uppercase;
    padding: 2em 0; }
  .film-stills .film-container {
    width: 100%;
    height: 0;
    padding-bottom: 47%; }
    @media only screen and (max-width: 600px) {
      .film-stills .film-container {
        padding-bottom: 60%; } }
    .film-stills .film-container .in {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .film-stills .film-container .swiper-container {
      width: 100%;
      height: 100%; }
    .film-stills .film-container .swiper-slide {
      text-align: center; }
    .film-stills .film-container img {
      max-height: 100%;
      width: auto; }

a.arrow-right, a.arrow-left {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  z-index: 200; }
  a.arrow-right span, a.arrow-left span {
    display: block;
    position: absolute;
    top: 50%;
    right: 30%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 50px;
    font-weight: normal;
    color: white;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-backface-visibility: hidden; }
  a.arrow-right:hover span, a.arrow-left:hover span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-backface-visibility: hidden; }

.caption {
  margin-top: 0.5em; }

a.arrow-left {
  right: auto;
  left: 0; }
  a.arrow-left span {
    right: auto;
    left: 30%; }

.single-page {
  position: relative;
  width: 100%;
  min-height: 100%;
  float: left; }
  .single-page .content-block {
    padding-top: 60px; }
  .single-page a.bt-back {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    z-index: 300; }
  .single-page .left-single {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    margin-right: -0.25em; }
  .single-page .right-single {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    margin-right: -0.25em;
    text-align: right; }
  .single-page h4.category {
    position: absolute;
    top: -2em;
    text-transform: uppercase;
    color: #00adef; }
  .single-page h4.meta {
    color: #00adef; }
  .single-page .entry {
    margin-top: 1em; }
    .single-page .entry h3, .single-page .entry h4, .single-page .entry h5, .single-page .entry h6 {
      margin-bottom: 1em; }
  .single-page .post-nav {
    margin-top: 2em; }
  .single-page .nextPost {
    float: right; }
  .single-page .team .meta, .single-page .team .right-single {
    display: none; }
  .single-page .team .left-single {
    width: 100%; }

.single-team .content-block {
  background-color: rgba(255, 255, 255, 0.7); }

.single .all {
  float: left;
  min-height: 100%;
  background-color: black; }

/* Pages */

/*# sourceMappingURL=style.css.map */
