.clearfix, .main-header, section.contact .inner {
  zoom: 1; }
  .clearfix:before, .main-header:before, section.contact .inner:before, .clearfix:after, .main-header:after, section.contact .inner:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .main-header:after, section.contact .inner:after {
    clear: both; }

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  line-height: normal; }

a {
  text-decoration: none; }

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

img {
  border: 0; }

ul, li {
  list-style: none; }

section {
  position: relative;
  left: 0;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: #172b3b;
  background: center center no-repeat;
  background-size: cover; }

.full-bleed {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.full-bleed img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.stick {
  position: fixed;
  top: 0 !important;
  -webkit-transform: translate3d(0, 0, 0); }
  section.private-before .stick {
    border: 10px solid #000 !important; }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 13px 0;
  background: #fff;
  border-bottom: 1px solid #000;
  z-index: 5000; }
  .main-header h1 {
    float: left;
    width: 200px;
    margin: 14px 0 0 20px;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer; }
    .main-header h1 .edible {
      font-family: "ltc-bodoni-175", "Didot", "Garamond", "Times New Roman", serif;
      font-style: normal;
      font-weight: 400; }
    .main-header h1 .cinema {
      font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
      font-style: normal;
      font-weight: 600; }
  .main-header .main-nav {
    position: absolute;
    left: 50%;
    width: 800px;
    margin: 14px 0 0 -400px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase; }
    .main-header .main-nav li {
      min-height: auto;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      _height: auto;
      margin: 0 15px;
      padding: 0;
      background: none;
      cursor: pointer; }
  .main-header .main-social {
    float: right;
    margin: 13px 10px -15px 0;
    padding: 0; }
    .main-header .main-social li {
      min-height: auto;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      _height: auto;
      margin: 0;
      padding: 0; }
      .main-header .main-social li a {
        margin: 0;
        padding: 0; }
        .main-header .main-social li a i.ss-icon {
          margin: 0 10px 0 0;
          padding: 0;
          font-size: 18px;
          line-height: normal;
          color: #c9c9c9; }
          .main-header .main-social li a i.ss-icon:hover {
            color: #969696; }

section.first-background {
  background-image: url("../images/sections/home/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

section.home .centre-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
  height: 540px;
  margin: -270px 0 0 -270px;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box; }
  .lte-ie8 section.home .centre-circle {
    background: url("/images/sections/home/circle.png"); }
  section.home .centre-circle .logo {
    width: 400px; }
  section.home .centre-circle h2 {
    width: 300px;
    margin: 90px auto 30px auto;
    font-family: "ltc-bodoni-175", "Didot", "Garamond", "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
    color: #969696;
    font-size: 18px;
    line-height: 26px; }
  section.home .centre-circle p {
    font-family: "ltc-bodoni-175", "Didot", "Garamond", "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
    color: #969696;
    font-size: 18px;
    line-height: 26px; }
  section.home .centre-circle .down-tickets {
    width: 100px;
    margin: 60px auto 0 auto;
    cursor: pointer; }
    section.home .centre-circle .down-tickets p {
      margin: 0 0 10px 0;
      font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      text-transform: uppercase;
      color: #928036; }

section.tickets {
  background: rgba(28, 29, 27, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#851c1d1b, endColorstr=#851c1d1b);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#851c1d1b, endColorstr=#851c1d1b)"; }
  section.tickets .events {
    display: none;
    margin: 15% auto 0 auto;
    padding: 0;
    text-align: center;
    width: 720px; }
    section.tickets .events .event {
      position: relative;
      width: 260px;
      min-height: 300px !important;
      margin: 10px;
      padding: 30px 30px 0 30px;
      background: #1c1d1b;
      color: #fff;
      min-height: auto;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      _height: auto; }
      section.tickets .events .event .title {
        min-height: 155px;
        font-size: 30px;
        margin: 0 0 10px 0;
        font-family: "ltc-bodoni-175", "Didot", "Garamond", "Times New Roman", serif;
        font-style: normal;
        font-weight: 400; }
      section.tickets .events .event .date {
        font-size: 14px;
        margin: 0 0 10px 0;
        font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
        font-style: normal;
        font-weight: 400; }
      section.tickets .events .event .where {
        font-size: 14px; }
      section.tickets .events .event .link {
        display: block;
        width: 180px;
        margin: 0 auto;
        padding: 10px 20px;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        background: #928036;
        color: #fff;
        cursor: pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        background-clip: padding-box;
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin: 0 0 0 -110px; }
        section.tickets .events .event .link:hover {
          background: rgba(146, 128, 54, 0.9); }
        section.tickets .events .event .link:active {
          background: rgba(146, 128, 54, 0.7); }
  section.tickets .no-events {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    margin: -85px 0 0 -350px; }
    section.tickets .no-events h1 {
      font-family: "ltc-bodoni-175", "Didot", "Garamond", "Times New Roman", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      text-align: center;
      line-height: 54px;
      color: #fff; }
    section.tickets .no-events a {
      color: #408fb6; }
      section.tickets .no-events a:hover {
        color: rgba(64, 143, 182, 0.7); }

section.about {
  background: rgba(28, 29, 27, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#851c1d1b, endColorstr=#851c1d1b);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#851c1d1b, endColorstr=#851c1d1b)"; }
  section.about .inner {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 700px;
    margin: 0 0 0 -350px; }
    section.about .inner h1 {
      font-family: "ltc-bodoni-175", "Didot", "Garamond", "Times New Roman", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      text-align: center;
      line-height: 54px;
      color: #fff; }
    section.about .inner .button {
      display: block;
      width: 180px;
      margin: 0 auto;
      padding: 10px 20px;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      background: #98342a;
      color: #fff;
      cursor: pointer;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      background-clip: padding-box;
      margin-top: 40px; }
      section.about .inner .button:hover {
        background: rgba(152, 52, 42, 0.9); }
      section.about .inner .button:active {
        background: rgba(152, 52, 42, 0.7); }

section.watch {
  background-image: url("../images/sections/watch/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  section.watch .overlay {
    display: none;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 100; }
  section.watch .play-button {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    cursor: pointer;
    border-radius: 50%; }
    section.watch .play-button:hover {
      background: #111; }
  section.watch iframe {
    background: #000; }

section.past-screenings {
  background: #fff;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  z-index: 102; }
  section.past-screenings .intro {
    width: 415px;
    margin: 100px auto 60px auto;
    text-align: center; }
    section.past-screenings .intro h1 {
      font-size: 36px;
      margin: 0 0 20px 0;
      font-family: "ltc-bodoni-175", "Didot", "Garamond", "Times New Roman", serif;
      font-style: italic;
      font-weight: 400; }
    section.past-screenings .intro p {
      font-size: 18px;
      line-height: 27px;
      font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
      font-style: normal;
      font-weight: 300; }
  section.past-screenings .screenings {
    width: 970px;
    margin: 0 auto;
    padding: 0; }
    section.past-screenings .screenings .image {
      margin: 0;
      padding: 0; }
    section.past-screenings .screenings .single {
      min-height: auto;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      _height: auto;
      width: 470px;
      margin: 0 5px 20px 5px;
      text-align: center;
      background: #1c1d1b;
      color: #fff; }
      section.past-screenings .screenings .single .date {
        margin: 30px 0 0 0;
        font-size: 14px; }
      section.past-screenings .screenings .single h3 {
        margin: 15px 0 0 0;
        font-family: "ltc-bodoni-175", "Didot", "Garamond", "Times New Roman", serif;
        font-style: normal;
        font-weight: 400;
        font-size: 36px; }
      section.past-screenings .screenings .single .menu-by {
        margin: 20px 0 0 0;
        font-size: 14px; }
      section.past-screenings .screenings .single .button {
        display: block;
        margin: 40px 0;
        font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        color: #928036; }
  section.past-screenings .press {
    width: 764px;
    margin: 80px auto 60px auto;
    text-align: center;
    font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    font-weight: 300; }
    section.past-screenings .press h3 {
      margin: 0 0 40px 0;
      font-family: "ltc-bodoni-175", "Didot", "Garamond", "Times New Roman", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 36px; }
    section.past-screenings .press blockquote {
      margin: 30px 0 0 0;
      font-size: 18px;
      line-height: 26px; }
      section.past-screenings .press blockquote .cite {
        margin: 30px 0 0 0;
        color: #408fb6;
        font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
        font-style: normal;
        font-weight: 600; }
    section.past-screenings .press .contact {
      margin: 70px 0 0 0; }
      section.past-screenings .press .contact a {
        color: #408fb6;
        font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
        font-style: normal;
        font-weight: 600; }

section.private-before {
  z-index: 100;
  height: 100%;
  min-height: 0; }

section.private-hire {
  min-height: 1px !important;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  background: #fff;
  z-index: 1000; }
  section.private-hire .inner {
    width: 540px;
    margin: 0 auto; }
    section.private-hire .inner h3 {
      margin: 30px 0 20px 0;
      font-family: "ltc-bodoni-175", "Didot", "Garamond", "Times New Roman", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 36px; }
    section.private-hire .inner .copy {
      margin: 20px 0;
      font-size: 18px;
      line-height: 27px; }
    section.private-hire .inner .contact {
      font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
      font-style: normal;
      font-weight: 600; }
      section.private-hire .inner .contact a {
        line-height: 1.8em;
        color: #408fb6; }
    section.private-hire .inner .button {
      display: block;
      width: 180px;
      margin: 0 auto;
      padding: 10px 20px;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      background: #408fb6;
      color: #fff;
      cursor: pointer;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      background-clip: padding-box;
      margin: 20px auto 30px auto; }
      section.private-hire .inner .button:hover {
        background: rgba(64, 143, 182, 0.9); }
      section.private-hire .inner .button:active {
        background: rgba(64, 143, 182, 0.7); }

section.contact {
  background-image: url("../images/sections/contact/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1000; }
  section.contact .inner {
    width: 970px;
    margin: 150px auto 0 auto; }
    section.contact .inner .contact-boxes {
      width: 940px;
      margin: 0 auto 20px auto;
      text-align: center; }
      section.contact .inner .contact-boxes .contact-box {
        width: auto;
        min-height: auto;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        _height: auto;
        margin: 0 10px;
        padding: 15px 20px;
        background: #1c1d1b;
        text-align: center; }
        section.contact .inner .contact-boxes .contact-box i {
          position: relative;
          top: 3px;
          font-size: 18px;
          line-height: 18px;
          margin: 0 15px 0 0; }
        section.contact .inner .contact-boxes .contact-box.email i {
          color: #928036; }
        section.contact .inner .contact-boxes .contact-box.twitter i {
          color: #408fb6; }
        section.contact .inner .contact-boxes .contact-box h3 {
          font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 18px;
          color: #fff; }
          section.contact .inner .contact-boxes .contact-box h3 a {
            font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
            font-style: normal;
            font-weight: 600;
            color: #fff; }
  section.contact .social {
    float: left;
    width: 960px;
    margin: 0 10px; }
    section.contact .social .ss-icon {
      display: block;
      padding: 10px 0;
      font-size: 24px; }
  section.contact .instagram li {
    min-height: auto;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    _height: auto;
    margin: 0 26px 0 0;
    background: #1c1d1b; }
    section.contact .instagram li:nth-child(4) {
      margin-right: 0; }
    section.contact .instagram li:nth-child(1):after {
      content: ' ';
      position: absolute;
      top: -15px;
      left: 5px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #1c1d1b; }
    section.contact .instagram li a {
      margin: 0;
      padding: 0;
      line-height: 0;
      font-size: 0; }
      section.contact .instagram li a img {
        display: block !important;
        width: 206px !important;
        height: auto;
        padding: 7px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background-clip: padding-box; }

section.contact .sign-up-form {
  padding-top: 40px;
  text-align: center; }

section.contact .sign-up-form label {
  font-size: 18px;
  font-weight: 600; }

section.contact .sign-up-form input {
  display: block;
  margin: 0 auto;
  height: 52px;
  font-size: 18px;
  width: 340px;
  font-weight: 600; }

section.contact .sign-up-form input[type="email"] {
  margin-top: 10px;
  padding: 0 10px;
  outline: none;
  box-shadow: none;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif; }

section.contact .sign-up-form input[type="submit"] {
  width: 364px;
  margin-top: 10px;
  border: 0;
  background: #1C1D1B;
  color: #fff;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  cursor: pointer; }

.error .error-type {
  font-size: 22px;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1c1d1b;
  margin-bottom: 5px; }
.error a {
  color: #408fb6; }
