/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/_normalize.scss */
body {
  margin: 0;
  word-break: break-word;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, sass/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: "Apercu";
  src: url('fonts/apercu-regular-webfont.eot?1420218703');
  src: url('fonts/apercu-regular-webfont.eot?&1420218703#iefix') format('embedded-opentype'), url('fonts/apercu-regular-webfont.woff2?1420218703') format('woff2'), url('fonts/apercu-regular-webfont.woff?1420218703') format('woff'), url('fonts/apercu-regular-webfont.ttf?1420218703') format('truetype'), url('fonts/apercu-regular-webfont.svg?1420218703') format('svg');
}
/* For image replacement */
/* line 2, sass/_helpers.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

/* line 3, sass/_helpers.scss */
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 6, sass/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 9, sass/_helpers.scss */
.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 */
/* line 12, sass/_helpers.scss */
.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 */
/* line 15, sass/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 17, sass/_helpers.scss */
.fltrgt {
  float: right;
}

/* line 20, sass/_helpers.scss */
.fltlft {
  float: left;
}

/* Contain floats: h5bp.com/q */
/* line 25, sass/_helpers.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 26, sass/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* line 27, sass/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* line 30, sass/_helpers.scss */
.fit-height img {
  height: 100%;
  width: auto;
}

/* line 36, sass/_helpers.scss */
.center-text {
  text-align: center;
}

/* line 25, sass/screen.scss */
* {
  box-sizing: border-box;
}

/* line 29, sass/screen.scss */
body, a, table, p, h1, h2, h3, h4, h5, h6 {
  font-family: "Apercu";
  font-weight: normal;
}

/* line 34, sass/screen.scss */
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

/* line 38, sass/screen.scss */
a, a:visited, a:active, a:link {
  color: black;
}

/* line 41, sass/screen.scss */
a {
  text-decoration: none;
}

/* line 44, sass/screen.scss */
p a {
  text-decoration: underline;
}

/* line 48, sass/screen.scss */
nav {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 52, sass/screen.scss */
p {
  margin-top: 0px;
  margin-bottom: 28px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

/* line 61, sass/screen.scss */
#primary {
  position: relative;
}
/* line 64, sass/_mixins.scss */
#primary:before, #primary:after {
  content: "";
  display: table;
}
/* line 65, sass/_mixins.scss */
#primary:after {
  clear: both;
}
/* line 66, sass/_mixins.scss */
#primary {
  *zoom: 1;
}
/* line 67, sass/screen.scss */
#primary.selective a {
  visibility: hidden;
}
/* line 70, sass/screen.scss */
#primary.selective a.active {
  visibility: visible;
}
/* line 75, sass/screen.scss */
#primary a {
  display: inline-block;
  width: 32%;
}
/* line 80, sass/screen.scss */
#primary a:last-child {
  text-align: right;
}
/* line 83, sass/screen.scss */
#primary a:nth-child(2) {
  text-align: center;
}
@media (min-width: 760px) {
  /* line 87, sass/screen.scss */
  #primary a {
    width: 33%;
    margin-right: 0%;
    float: left;
    text-align: center !important;
  }
  /* line 95, sass/screen.scss */
  #primary .language {
    position: absolute;
    top: 0px;
    right: 20px;
  }
  /* line 100, sass/screen.scss */
  #primary .language a {
    margin-left: 7px;
    display: inline-block;
    width: auto;
  }
}

/* line 112, sass/screen.scss */
figure {
  margin: 0px;
}
/* line 114, sass/screen.scss */
figure img {
  width: 100%;
  height: auto;
}

/* line 119, sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

/* line 123, sass/screen.scss */
.wrapper {
  margin: 30px auto;
}

@media (min-width: 1024px) {
  /* line 134, sass/screen.scss */
  .home .wrapper.fluid section.news {
    position: absolute;
    top: 20px;
    left: 50px;
    margin-left: 0px;
    width: 28%;
  }
}

/* line 154, sass/screen.scss */
.home .wrapper {
  position: relative;
  margin: 30px auto;
  width: 100%;
  max-width: 1600px;
  padding: 0px 10px;
}
@media (min-width: 500px) {
  /* line 154, sass/screen.scss */
  .home .wrapper {
    padding: 0px 50px;
  }
}
/* line 165, sass/screen.scss */
.home .wrapper section {
  margin-top: 25px;
  display: inline-block;
  vertical-align: top;
}
/* line 171, sass/screen.scss */
.home .wrapper section > h1 {
  height: 0px;
  text-indent: -5000px;
}
/* line 176, sass/screen.scss */
.home .wrapper section.news hgroup {
  margin-bottom: 15px;
}
/* line 180, sass/screen.scss */
.home .wrapper section.dates {
  width: 100%;
}
/* line 185, sass/screen.scss */
.home .wrapper section.dates form {
  margin-bottom: 45px;
  margin-top: 5px;
}
/* line 186, sass/screen.scss */
.home .wrapper section.dates form input {
  width: 100%;
  padding: 5px 10px;
  border: solid 1px black;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Apercu";
}
/* line 200, sass/screen.scss */
.home .wrapper section.dates article {
  margin-bottom: 50px;
}
/* line 203, sass/screen.scss */
.home .wrapper section.dates article h1, .home .wrapper section.dates article h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-left: 50px;
  text-transform: uppercase;
}
/* line 212, sass/screen.scss */
.home .wrapper section.dates ul, .home .wrapper section.dates li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
/* line 217, sass/screen.scss */
.home .wrapper section.dates ul {
  margin-bottom: 25px;
}
/* line 64, sass/_mixins.scss */
.home .wrapper section.dates ul:before, .home .wrapper section.dates ul:after {
  content: "";
  display: table;
}
/* line 65, sass/_mixins.scss */
.home .wrapper section.dates ul:after {
  clear: both;
}
/* line 66, sass/_mixins.scss */
.home .wrapper section.dates ul {
  *zoom: 1;
}
/* line 221, sass/screen.scss */
.home .wrapper section.dates ul:last-child {
  margin-bottom: 0px;
}
/* line 224, sass/screen.scss */
.home .wrapper section.dates li {
  clear: left;
  margin-left: 10px;
  margin-bottom: 8px;
}
/* line 229, sass/screen.scss */
.home .wrapper section.dates li span {
  float: left;
  vertical-align: top;
}
/* line 236, sass/screen.scss */
.home .wrapper section.dates .day {
  width: 40px;
}
/* line 239, sass/screen.scss */
.home .wrapper section.dates .hour {
  width: 50px;
}
/* line 242, sass/screen.scss */
.home .wrapper section.dates .location, .home .wrapper section.dates .remark {
  display: block;
  float: none;
  margin-left: 115px;
}
/* line 247, sass/screen.scss */
.home .wrapper section.dates .remark {
  margin-left: 145px;
}
@media (min-width: 760px) {
  /* line 253, sass/screen.scss */
  .home .wrapper section {
    width: 47%;
    float: left;
  }
  /* line 257, sass/screen.scss */
  .home .wrapper section.dates {
    width: 47%;
  }
  /* line 260, sass/screen.scss */
  .home .wrapper section.news {
    width: 100%;
    clear: both;
  }
  /* line 266, sass/screen.scss */
  .home .wrapper section.plays article:first-of-type h1 {
    min-height: 61px;
  }
  /* line 271, sass/screen.scss */
  .home .wrapper section.plays article {
    margin-bottom: 30px;
  }
  /* line 276, sass/screen.scss */
  .home .wrapper section.dates {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  /* line 281, sass/screen.scss */
  .home .wrapper section {
    width: 33%;
  }
  /* line 284, sass/screen.scss */
  .home .wrapper section.dates {
    width: 33%;
  }
  /* line 287, sass/screen.scss */
  .home .wrapper section.news {
    width: 30%;
  }
  /* line 291, sass/screen.scss */
  .home .wrapper section.plays {
    margin-left: 33%;
    padding-left: 25px;
  }
  /* line 297, sass/screen.scss */
  .home .wrapper section.news {
    position: absolute;
    top: 20px;
    left: 50px;
    margin-left: 0px;
  }
}
@media (min-width: 1280px) {
  /* line 306, sass/screen.scss */
  .home .wrapper section.news {
    width: 363px;
  }
  /* line 309, sass/screen.scss */
  .home .wrapper section.plays {
    width: calc(100% - 726px);
    margin-left: 363px;
  }
  /* line 313, sass/screen.scss */
  .home .wrapper section.dates {
    width: 363px;
    float: right;
  }
}
@media (min-width: 1400px) {
  /* line 319, sass/screen.scss */
  .home .wrapper section.news {
    width: 443px;
  }
  /* line 322, sass/screen.scss */
  .home .wrapper section.plays {
    width: calc(100% - 806px);
    margin-left: 443px;
  }
}
@media (min-width: 1600px) {
  /* line 328, sass/screen.scss */
  .home .wrapper section.news {
    width: 493px;
  }
  /* line 331, sass/screen.scss */
  .home .wrapper section.plays {
    width: calc(100% - 856px);
    margin-left: 493px;
  }
}
/* line 339, sass/screen.scss */
.home .news article .data {
  display: block;
}
/* line 342, sass/screen.scss */
.home .news article .date, .home .news article h1 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  text-transform: uppercase;
}
@media (min-width: 500px) {
  /* line 348, sass/screen.scss */
  .home .news article p {
    text-indent: 40px;
  }
  /* line 351, sass/screen.scss */
  .home .news article img ~ p {
    text-indent: 0px;
  }
  /* line 354, sass/screen.scss */
  .home .news article hgroup {
    margin-left: 40px;
  }
}
/* line 358, sass/screen.scss */
.home .news article img {
  width: 100%;
  height: auto;
}
@media (min-width: 500px) {
  /* line 358, sass/screen.scss */
  .home .news article img {
    float: left;
    max-width: 33%;
    margin-left: -10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
/* line 375, sass/screen.scss */
.home .plays article h1 {
  margin-left: 40px;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  margin-bottom: 20px;
}

/* line 393, sass/screen.scss */
.play {
  overflow-x: hidden;
}
/* line 397, sass/screen.scss */
.play header {
  position: relative;
  width: 100%;
  left: 0px;
  z-index: 6;
}
@media (min-width: 760px) {
  /* line 397, sass/screen.scss */
  .play header {
    position: absolute;
    top: 35px;
  }
}
/* line 64, sass/_mixins.scss */
.play header:before, .play header:after {
  content: "";
  display: table;
}
/* line 65, sass/_mixins.scss */
.play header:after {
  clear: both;
}
/* line 66, sass/_mixins.scss */
.play header {
  *zoom: 1;
}
/* line 409, sass/screen.scss */
.play header .inner {
  width: 100%;
  max-width: 1600px;
  padding: 0px 50px;
  margin: 0px auto;
}
/* line 416, sass/screen.scss */
.play header .logo {
  width: 100%;
}
/* line 419, sass/screen.scss */
.play header h1 {
  width: 100%;
}
/* line 422, sass/screen.scss */
.play header nav {
  width: 100%;
  clear: both;
}
@media (max-device-width: 760px) and (orientation: landscape), (min-width: 1024px) {
  /* line 426, sass/screen.scss */
  .play header .logo, .play header nav {
    text-align: center;
  }
}
/* line 431, sass/screen.scss */
.play header .logo, .play header h1, .play header nav {
  float: left;
}
@media (max-device-width: 760px) and (orientation: landscape), (min-width: 1024px) {
  /* line 431, sass/screen.scss */
  .play header .logo, .play header h1, .play header nav {
    width: 33.33%;
    clear: none;
  }
}
/* line 440, sass/screen.scss */
.play header, .play header a {
  color: white;
}
/* line 444, sass/screen.scss */
.play header nav a {
  text-align: center;
}
/* line 448, sass/screen.scss */
.play .logo, .play nav {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 451, sass/screen.scss */
.play h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  text-transform: uppercase;
}

/* line 459, sass/screen.scss */
.play #primary {
  display: none;
}

/* line 463, sass/screen.scss */
#secondary {
  margin: 10px 0px;
}
/* line 467, sass/screen.scss */
#secondary a {
  display: inline-block;
}
@media (max-device-width: 760px) and (orientation: landscape), (min-width: 1024px) {
  /* line 467, sass/screen.scss */
  #secondary a {
    display: block;
  }
}

/* line 475, sass/screen.scss */
.slides-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 483, sass/screen.scss */
.slide-wrap {
  margin-top: 20px;
  overflow: visible !important;
  height: 100%;
  position: relative;
  width: 100%;
  /*
  .slide.off.right {
    @include transform(translateX(100%));
  }
  .slide.off.left {
    @include transform(translateX(-100%));
  }
  */
}
@media (min-width: 760px) {
  /* line 483, sass/screen.scss */
  .slide-wrap {
    margin-top: 0px;
  }
}
/* line 492, sass/screen.scss */
.slide-wrap .moveToLeft {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 496, sass/screen.scss */
.slide-wrap .moveToRight {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 505, sass/screen.scss */
.slide-wrap .slide.preload {
  display: block;
  visibility: hidden;
  z-index: 0;
}
/* line 511, sass/screen.scss */
.slide-wrap .slide {
  z-index: 4;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 800px;
  z-index: 2;
  float: left;
}
/* line 513, sass/screen.scss */
.slide-wrap .slide:first-child {
  display: block;
}
@media (min-width: 760px) {
  /* line 511, sass/screen.scss */
  .slide-wrap .slide {
    padding-top: 200px;
  }
}
/* line 532, sass/screen.scss */
.slide-wrap .slide > .inner {
  height: 100%;
  width: 100%;
  max-width: 80%;
  margin: 0px auto;
  padding: 0px 0px 50px 0px;
}
/* line 541, sass/screen.scss */
.slide-wrap .slide > .inner img {
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: block;
}
@media (min-width: 760px) {
  /* line 541, sass/screen.scss */
  .slide-wrap .slide > .inner img {
    height: 100%;
    width: auto;
  }
}
/* line 552, sass/screen.scss */
.slide-wrap .slide > .inner iframe {
  width: 100%;
  height: 100%;
  max-width: 80%;
}
/* line 558, sass/screen.scss */
.slide-wrap .slide > .inner p {
  text-align: left;
}
/* line 564, sass/screen.scss */
.slide-wrap .slide, .slide-wrap .slide p, .slide-wrap .slide a {
  color: white;
}

/* line 577, sass/screen.scss */
.slides-background {
  top: 0px;
  left: 0px;
  background-color: black;
  z-index: 0;
}

/* line 583, sass/screen.scss */
.prev, .next, .back {
  text-indent: -5000px;
  position: absolute;
  z-index: 5;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
/* line 591, sass/screen.scss */
.prev::after, .next::after, .back::after {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  text-indent: 0px;
}

/* line 601, sass/screen.scss */
.play .prev, .play .next, .play .back {
  color: white;
}

/* line 605, sass/screen.scss */
.prev {
  left: 40px;
}

/* line 608, sass/screen.scss */
.next, .back {
  right: 40px;
}

/* line 612, sass/screen.scss */
.prev, .next, .back {
  position: fixed;
}

/* line 615, sass/screen.scss */
.back {
  top: 40px;
  z-index: 15;
}

/* line 620, sass/screen.scss */
.prev:after {
  content: '<';
}

/* line 623, sass/screen.scss */
.next:after {
  content: ">";
}

/* line 626, sass/screen.scss */
.back:after {
  content: 'x';
}

/* line 630, sass/screen.scss */
.two-col {
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
@media (min-width: 760px) {
  /* line 630, sass/screen.scss */
  .two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* line 644, sass/screen.scss */
.comments article {
  border: solid 2px white;
  padding: 20px 25px;
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 760px) {
  /* line 644, sass/screen.scss */
  .comments article {
    width: 47%;
    float: left;
    margin-right: 3%;
  }
  /* line 652, sass/screen.scss */
  .comments article:nth-child(2n) {
    margin-right: 0%;
  }
}
@media (max-device-width: 760px) and (orientation: landscape), (min-width: 1024px) {
  /* line 658, sass/screen.scss */
  .comments .two-thirds {
    width: 70%;
  }
  /* line 64, sass/_mixins.scss */
  .comments .two-thirds:before, .comments .two-thirds:after {
    content: "";
    display: table;
  }
  /* line 65, sass/_mixins.scss */
  .comments .two-thirds:after {
    clear: both;
  }
  /* line 66, sass/_mixins.scss */
  .comments .two-thirds {
    *zoom: 1;
  }
}
@media (max-device-width: 760px) and (orientation: landscape), (min-width: 1024px) {
  /* line 664, sass/screen.scss */
  .comments form {
    float: right;
    width: 30%;
  }
}
/* line 671, sass/screen.scss */
.comments textarea, .comments input, .comments button {
  display: block;
  width: 100%;
  font-family: "Apercu";
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-bottom: 5px;
}
/* line 679, sass/screen.scss */
.comments textarea {
  color: black;
  height: 320px;
  padding: 10px;
}
/* line 685, sass/screen.scss */
.comments button, .comments input {
  padding: 5px 20px;
  text-align: center;
  border: solid 1px white;
  color: white;
  line-height: 26px;
  vertical-align: middle;
  background-color: black;
}
/* line 695, sass/screen.scss */
.comments button {
  width: auto;
  float: right;
}
/* line 700, sass/screen.scss */
.comments .author {
  text-align: center;
  margin-top: 20px;
}

/* line 707, sass/screen.scss */
.press article {
  border: solid 2px white;
  width: 100%;
  margin-bottom: 2%;
  float: left;
}
@media (min-width: 760px) {
  /* line 707, sass/screen.scss */
  .press article {
    width: 48%;
    margin-right: 2%;
  }
  /* line 717, sass/screen.scss */
  .press article:nth-child(2n) {
    margin-right: 0px;
  }
  /* line 720, sass/screen.scss */
  .press article:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-device-width: 760px) and (orientation: landscape), (min-width: 1024px) {
  /* line 707, sass/screen.scss */
  .press article {
    width: 32%;
    margin-right: 2%;
  }
  /* line 729, sass/screen.scss */
  .press article:nth-child(2n) {
    margin-right: 2%;
  }
  /* line 732, sass/screen.scss */
  .press article:nth-child(2n+1) {
    clear: none;
  }
  /* line 736, sass/screen.scss */
  .press article:nth-child(3n) {
    margin-right: 0px;
  }
  /* line 739, sass/screen.scss */
  .press article:nth-child(3n+1) {
    clear: left;
  }
}
/* line 749, sass/screen.scss */
.press article .inner-wrap {
  display: table;
  height: 199px;
  padding: 25px 50px;
}
/* line 756, sass/screen.scss */
.press article .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 763, sass/screen.scss */
.press article .source {
  display: block;
  margin-top: 20px;
}
/* line 767, sass/screen.scss */
.press article .source span {
  white-space: nowrap;
}

/* line 776, sass/screen.scss */
.playlist h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-left: 70px;
  text-transform: uppercase;
}
/* line 783, sass/screen.scss */
.playlist ul, .playlist li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
/* line 788, sass/screen.scss */
.playlist ul {
  margin-bottom: 25px;
}
/* line 791, sass/screen.scss */
.playlist li {
  margin-left: 10px;
  margin-bottom: 2px;
  padding: 2px 5px;
  vertical-align: bottom;
  border-bottom: solid 1px white;
}
/* line 64, sass/_mixins.scss */
.playlist li:before, .playlist li:after {
  content: "";
  display: table;
}
/* line 65, sass/_mixins.scss */
.playlist li:after {
  clear: both;
}
/* line 66, sass/_mixins.scss */
.playlist li {
  *zoom: 1;
}
/* line 800, sass/screen.scss */
.playlist li span {
  display: inline-block;
  vertical-align: bottom;
}
/* line 805, sass/screen.scss */
.playlist .location {
  margin-left: 53px;
  display: block;
}
@media (min-width: 760px) {
  /* line 805, sass/screen.scss */
  .playlist .location {
    margin-left: 0px;
    display: inline-block;
  }
}
/* line 814, sass/screen.scss */
.playlist .day {
  width: 50px;
}
/* line 817, sass/screen.scss */
.playlist .hour {
  width: 85px;
}
/* line 820, sass/screen.scss */
.playlist .contact {
  width: 100%;
  margin-left: 53px;
}
@media (min-width: 760px) {
  /* line 820, sass/screen.scss */
  .playlist .contact {
    margin-left: 0px;
    width: 200px;
    float: right;
  }
}
/* line 832, sass/screen.scss */
.playlist .remark {
  width: 100%;
  margin-left: 53px;
}
/* line 835, sass/screen.scss */
.playlist .remark.empty {
  display: none;
}
@media (min-width: 760px) {
  /* line 832, sass/screen.scss */
  .playlist .remark {
    margin-left: 0px;
    width: 145px;
    float: right;
  }
  /* line 844, sass/screen.scss */
  .playlist .remark.empty {
    display: block;
  }
}

/* line 856, sass/screen.scss */
.productions .wrapper {
  margin: 30px auto;
  padding: 0px 10px;
  width: 100%;
  max-width: 1600px;
}
@media (min-width: 500px) {
  /* line 856, sass/screen.scss */
  .productions .wrapper {
    padding: 0px 50px;
  }
}
/* line 867, sass/screen.scss */
.productions .production-wrap {
  position: relative;
  margin-top: 20px;
}
/* line 872, sass/screen.scss */
.productions .production-wrap article h1 {
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  margin-left: 14%;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  /* line 883, sass/screen.scss */
  .productions .production-wrap article {
    float: left;
    width: calc(50% - 25px);
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  /* line 896, sass/screen.scss */
  .productions .production-wrap article {
    width: calc(33.33% - 25px);
  }
}
@media (min-width: 1400px) and (min-width: 1024px) {
  /* line 911, sass/screen.scss */
  .productions .production-wrap article {
    width: calc(25% - 25px);
  }
}

@media (min-width: 1600px) and (min-width: 1024px) {
  /* line 926, sass/screen.scss */
  .productions .production-wrap article {
    width: calc(20% - 25px);
  }
}

/* line 945, sass/screen.scss */
.page .wrapper {
  margin: 30px auto;
  padding: 0px 10px;
  width: 100%;
  max-width: 1600px;
}
@media (min-width: 500px) {
  /* line 945, sass/screen.scss */
  .page .wrapper {
    padding: 0px 50px;
  }
}
/* line 957, sass/screen.scss */
.page article {
  padding-top: 40px;
}
@media (min-width: 760px) {
  /* line 957, sass/screen.scss */
  .page article {
    width: 80%;
    max-width: 850px;
    margin: 100px auto;
  }
}
/* line 964, sass/screen.scss */
.page article h1 {
  height: 1px;
  text-indent: -50000px;
}
/* line 971, sass/screen.scss */
.page article figure {
  margin-bottom: 25px;
}
@media (max-device-width: 760px) and (orientation: landscape), (min-width: 1024px) {
  /* line 971, sass/screen.scss */
  .page article figure {
    float: left;
    margin-right: 25px;
    width: 50%;
  }
}
@media (min-width: 760px) {
  /* line 971, sass/screen.scss */
  .page article figure {
    margin-top: -40px;
  }
}
/* line 985, sass/screen.scss */
.page article p {
  text-indent: 50px;
}
/* line 989, sass/screen.scss */
.page article ul {
  display: inline-block;
  padding: 0px;
  margin-top: -20px;
}
/* line 994, sass/screen.scss */
.page article li {
  list-style-type: none;
  margin-left: 50px;
}

/* line 1001, sass/screen.scss */
.page.contact article p {
  text-indent: 0px;
}

/* line 1005, sass/screen.scss */
.comments .fb {
  position: relative;
}
/* line 1007, sass/screen.scss */
.comments .fb:before {
  position: absolute;
  left: -38px;
  top: -1px;
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border: solid 1px white;
  background-image: url('../img/fb.png?1430904895');
}

@-webkit-keyframes fdsseq {
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fdsseq {
  100% {
    opacity: 1;
  }
}
@-o-keyframes fdsseq {
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fdsseq {
  100% {
    opacity: 1;
  }
}
@keyframes fdsseq {
  100% {
    opacity: 1;
  }
}
/* line 1025, sass/screen.scss */
.production-wrap article {
  opacity: 0;
}

/* line 1028, sass/screen.scss */
.production-wrap article {
  -webkit-animation: fdsseq 1s forwards;
  -moz-animation: fdsseq 1s forwards;
  -o-animation: fdsseq 1s forwards;
  -ms-animation: fdsseq 1s forwards;
  animation: fdsseq 1s forwards;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(5) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(6) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(7) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(8) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(9) {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(10) {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(11) {
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(12) {
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(13) {
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(14) {
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(15) {
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/* line 1039, sass/screen.scss */
.production-wrap article:nth-child(16) {
  -moz-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

/* line 1062, sass/screen.scss */
.newsletter {
  height: 30px;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
  overflow: hidden;
}
/* line 1063, sass/screen.scss */
.newsletter input:focus {
  outline: black;
}
/* line 1069, sass/screen.scss */
.newsletter .sub {
  display: none;
}
/* line 1072, sass/screen.scss */
.newsletter .sub span {
  display: block;
  cursor: pointer;
  margin-top: 11px;
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
  font-family: "Apercu";
  text-transform: uppercase;
}
@media (min-width: 500px) {
  /* line 1072, sass/screen.scss */
  .newsletter .sub span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* line 1087, sass/screen.scss */
.newsletter.open {
  height: 95px;
}
/* line 1089, sass/screen.scss */
.newsletter.open .sub {
  display: block;
}

/* line 1093, sass/screen.scss */
.social {
  text-align: right;
}
/* line 1096, sass/screen.scss */
.social a {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../img/social2.svg?32827');
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
}
/* line 1104, sass/screen.scss */
.social a.fb {
  background-position: 0px 0px;
  margin-right: 0px;
}
/* line 1107, sass/screen.scss */
.social a.tw {
  background-position: -25px 0px;
}
/* line 1109, sass/screen.scss */
.social a.fl {
  margin-right: 6px;
  background-position: -50px 0px;
}
/* line 1112, sass/screen.scss */
.social a.vi {
  background-position: -75px 0px;
  margin-right: 0px;
}

/* line 1119, sass/screen.scss */
.error {
  position: absolute;
  top: 30px;
}

@media (max-device-width: 760px) and (orientation: landscape), (min-width: 1024px) {
  /* line 1127, sass/screen.scss */
  .page.contact article figure {
    margin-bottom: 100px;
  }
}

/* line 1133, sass/screen.scss */
.indent {
  text-indent: 50px;
  display: block;
}
