
/* Normalise
-------------------------------------------------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.45em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* Base
-------------------------------------------------------------------------------*/

body {
  font-size: 1em;
  line-height: 1.4;
}

a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

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

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* Helpers
-------------------------------------------------------------------------------*/

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Grid
-------------------------------------------------------------------------------*/

.container {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin: 0 30px;
}

.container .one.column,
.container .one.columns {
  width: 420px;
}

.container .two.columns {
  width: 900px;
}

.container .three.columns {
  width: 1380px;
}

.container .half {
  width: 50%;
  float: left;
}

/* Fonts
-------------------------------------------------------------------------------*/

/* Body
-------------------------------------------------------------------------------*/

body {
  font-size: 22px;
  line-height: 24px;
  font-family: "Work Sans", Calibri, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  position: relative;
}

h1, h2, h3 {
  padding: 0;
  margin: 0;
}

a, a:active, a:hover {
  color: inherit;
  text-decoration: none;
  border: none;
  font-weight: inherit;
}

a, a:hover {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

a.active, a:hover {
  color: #FFF !important;
}

p {
  padding: 0;
  margin: 0 0 24px 0;
}

.container hr {
  height: 1px;
  border-top: 1px solid #FFF;
  margin: 0 30px;
}

/* Colours
-------------------------------------------------------------------------------*/

body#index, body#home, body#contact {
  background-color: #000;
}

body#index em {
  font-size: 94%;
}

body#index a, body#home a, body#contact a {
  color: #d2232a;
}

body#index h2 a, body#home h2 a, body#contact h2 a {
  color: #FFF;
}

body#shows {
  background-color: #b4282e;
}

body#shows a {
  color: #cb8068;
}

body#shows article.single p, body#shows article.single p a:hover {
  color: #FFF;
}

body#shows article.single p a:hover, body#shows article.single p a:active {
  color: #FFF !important;
}

body#learn {
  background-color: #32438c;
}

body#learn a {
  color: #cb8068;
}

body#info {
  background-color: #282828;
}

body#info a, body#info article.single p {
  color: #70a983;
}

body#info article.single p a {
  color: #FFF;
}

body#info article.single p a:hover, body#info article.single p a:active {
  color: #70a983 !important;
}

body#promoters {
  background-color: #282828;
}

body#promoters a, body#promoters article.single p {
  color: #70a983;
}

body#promoters article.single p a {
  color: #FFF;
}

body#promoters article.single p a:hover, body#promoters article.single p a:active {
  color: #70a983 !important;
}

/* Header
-------------------------------------------------------------------------------*/

header {
  margin-top: 33px;

}

header .container {

}

header .row {
  position: relative;
}

header .social {
  position: absolute;
  top: 0;
  right: 30px;
}

header .social a {
  font-weight: normal;
  float: left;
  margin-left: 12px;
  margin-top: -3px;
  color: #FFF !important;
  line-height: 19px;
  font-size: 14px;
}

header .social.facebook {
  right: 54px;
}

header .container:last-of-type {
  height: 60px;
}

header a.home {
  display: block;
  position: relative;
  margin: -24px auto 10px;
  height: 100px;
  width: 240px;
  z-index: 1;
}

header .logo {
  width: 100%;
}

header nav {
  /*width: 405px;*/
  display: block;
  margin: 0 auto 15px;
  z-index: 2;
}

header nav.sub {
  /*width: 735px;*/
  margin: 12px auto 0;
}

header nav ul {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

header nav li {
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  font-family: "Work Sans", Calibri, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
}

header nav li:last-of-type {
  margin-right: 0;
}

/* Index
-------------------------------------------------------------------------------*/

.container.clearfix.index {
  margin-top: -72px;
}

.index .carousel {
  width: 100%;
  height: 840px;
  position: relative;
  margin: 33px 0 120px;
}

.chevron {
  width: 20px;
  height: 59px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 9999;
  cursor: pointer;
}

.chevron.right {
  background: url("../images/chevron_right.png");
  right: 30px;
}

.chevron.left {
  left: 30px;
  background: url("../images/chevron_left.png");
}

#preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  display: block;
  width: 32px;
  height: 32px;
}

.index .carousel figure {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.carousel figure figcaption {
  position: absolute;
  text-align: center;
  width: 60%;
  left: 50%;
  top: 860px;
  margin-left: -30%;
  font-size: 30px;
  line-height: 36px;
  font-family: "Work Sans", Calibri, sans-serif;
  font-style: italic;
  font-weight: normal;
}

/* Sections
-------------------------------------------------------------------------------*/

.container article.column {
  margin-bottom: 48px;
  overflow: hidden;
}

article.height-restricted, article.large {
  height: 421px;
  position: relative;
  border-bottom: 1px solid #FFF;
}

article.clickable {
  cursor: pointer;
}

article.clickable a {
  pointer-events: none;
}

/*article.large p {
  font-size: 22px;
  line-height: 36px;
}*/

article p.more {
  margin-top: -24px;
}

article h2 {
  font-family: "Work Sans", Calibri, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 46px;
  height: 46px;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  margin-bottom: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

article p, article h3 {
  font-size: 15px;
  line-height: 20px;
  font-family: "Work Sans", Calibri, sans-serif;
  font-weight: 400;
}

p em {
  font-family: "Work Sans", Calibri, sans-serif;
  font-weight: 400;
  font-style: italic;
}

p strong {
  font-family: "Work Sans", Calibri, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*article .text p {
  font-size: 16px;
  line-height: 18px;
}*/

article.height-restricted .text, article.height-restricted .hover-text {
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 18px;
  overflow: hidden;
}

article.height-restricted .text p {
  padding: 0;
  margin: 0;
}

article.height-restricted .hover-text {

}

article.height-restricted .image {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  margin: -12px 0 22px;
  padding-bottom: 11px;
  /*border-bottom: 1px solid #FFF;*/
}

article.height-restricted figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

figure img {
  width: 100%;
  margin-bottom: 12px;
}

article a.thumb {
  width: 204px;
  float: left;
}

article a.thumb:nth-of-type(odd) {
  margin-right: 12px;
}

/* Single
-------------------------------------------------------------------------------*/

article.single .column, article.single .columns {
  margin-bottom: 48px;
}

article.single.show .one.column h2 {
  margin-bottom: 0;
}

article section {
  position: relative;
  border-bottom: 1px solid #FFF;
}

.arrow {
  position: absolute;
  top: 30px;
  right: 0;
  width: 24px;
  height: 13px;
  background: url("/images/arrow.png");
  pointer-events: none;
}

article h3 {
  font-style: italic;
  padding: 24px 0;
  cursor: pointer;
}

article div.slider {
  display: none;
}

.container article.single figure.large {
  width: 100%;
  position: relative;
}

.container article.single figure.large img {
  width: auto;
  max-width: 100%;
}

article.single .carousel {
  width: 840px;
  margin-left: 30px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}

article.single .carousel figure.slider {
  width: 9999px;
  height: 100%;
}

article.single figure.slider .element {
  height: 100%;
  padding: 0;
  position: relative;
  float: left;
  margin: 0 4px 0 0;
}

article.single .carousel-parent {
  position: relative;
}

article.single .carousel-parent .chevron {
  top: 8px;
  margin-top: 0;
  display: block;
}

article.single .carousel-parent .chevron.left {
  left: 0;
}

article.single .carousel-parent .chevron.right {
  right: 0;
}

article.single .large-images {
  position: relative;
  width: 100%;
}

article.single .large-images .chevron.right {
  right: 10px;
}

article.single .large-images .chevron.left {
  left: 10px;
}

article.single figure.slider span.video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background: url("/images/play.png");
  pointer-events: none;
}

article.single figure.slider .element img {
  height: 100%;
  width: auto;
  margin: 0;
  cursor: pointer;
}

/* Extra
-------------------------------------------------------------------------------*/

article.single.extra h3 {
  padding: 0 0 11px;
}

article.single.extra h3 a.active {
  color: #FFF;
}

/* News
-------------------------------------------------------------------------------*/

article.news {
  border-bottom: 1px solid #FFF;
}

article.news p {
  color: #c8c8e1;
}

article.news .toggle-height {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #282828;
  height: 48px;
  cursor: pointer;
}

article.news .arrow {
  top: 12px;
}

/* Footer
-------------------------------------------------------------------------------*/

footer {
  margin-top: 0;
}

footer .container hr {
  border-top: 5px solid #FFF;
  margin-bottom: 19px;
}

footer .column.overflow {
  overflow-x:visible;
}

footer .column.overflow p {
  width: 200%;
  margin-left: -50%;
}

footer .container {
}

footer p {
  font-family: "Work Sans", Calibri, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

footer img {
  float: right;
  width: 120px;
}

/* Media Queries
-------------------------------------------------------------------------------*/

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .container {
    position: relative;
    width: 1278px;
    margin: 0 auto;
    padding: 0;
  }

  .container .one.column,
  .container .one.columns {
    width: 366px;
  }

  .container .two.columns {
    width: 792px;
  }

  .container .three.columns {
    width: 1218px;
  }

  article h2, .carousel figure figcaption {
    font-size: 22px;
  }

  article a.thumb {
    width: 177px;
  }

  article.height-restricted .image {
    height: 220px;
  }

  article.height-restricted, article.large {
    height: 397px;
  }

  article.height-restricted .text, article.height-restricted .hover-text {

  }

  article.single .carousel {
    width: 732px;
  }

  .index .carousel {
    height: 780px;
    margin-bottom: 110px;
  }

  .carousel figure figcaption {
    top: 800px;
  }

  article.news .toggle-height {
    height: 44px;
  }

  article.news .arrow {
    top: 12px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .container {
    position: relative;
    width: 1023px;
    margin: 0 auto;
    padding: 0;
  }

  .container .column,
  .container .columns {
    margin: 0 20px;
  }

  .container .one.column,
  .container .one.columns {
    width: 301px;
  }

  .container .two.columns {
    width: 642px;
  }

  .container .three.columns {
    width: 983px;
  }

  article.single .carousel {
    width: 582px;
  }

  header .social {
    right: 20px;
  }

  header .social.facebook {
    right: 44px;
  }

  article h2 {
    font-size: 22px;
    line-height: 42px;
    height: 42px;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
    margin-bottom: 22px;
  }

  .carousel figure figcaption {
    font-size: 22px;
    line-height: 30px;
  }

  article a.thumb {
    width: 144px;
  }

  article.height-restricted .image {
    height: 190px;
  }

  article.height-restricted, article.large {
    height: 370px;
  }

  article.height-restricted .text, article.height-restricted .hover-text {
    height: 100px;
    bottom: 10px;
  }

  .index .carousel {
    height: 780px;
    margin: 18px 0 100px;
  }

  .carousel figure figcaption {
    top: 800px;
  }

  .container hr {
    margin: 0 20px;
  }

  article p, article h3 {
    font-size: 15px;
    line-height: 20px;
  }

  p {
    margin: 0 0 22px 0;
  }

  article.single h3 {
    padding: 22px 0;
  }

  article.single section .arrow {
    top: 26px;
  }

  header .container:last-of-type {
    height: 76px;
  }

  article.news .toggle-height {
    height: 40px;
  }

  article.news .arrow {
    top: 12px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    position: relative;
    width: 768px;
    margin: 0 auto;
    padding: 0;
  }

  .container .column,
  .container .columns {
    margin: 0 10px;
  }

  .container .one.column,
  .container .one.columns {
    width: 236px;
  }

  .container .two.columns {
    width: 492px;
  }

  .container .three.columns {
    width: 748px;
  }

  article.single .carousel {
    width: 432px;
  }

  header .social {
    right: 10px;
  }

  header .social.facebook {
    right: 34px;
  }

  article h2 {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    margin-bottom: 20px;
  }

  .carousel figure figcaption {
    font-size: 18px;
    line-height: 24px;
  }

  article a.thumb {
    width: 112px;
  }

  article.height-restricted .image {
    height: 155px;
  }

  article.height-restricted, article.large {
    height: 327px;
  }

  article.height-restricted .text, article.height-restricted .hover-text {
    height: 90px;
    bottom: 24px;
  }

  .index .carousel {
    height: 600px;
    margin: 18px 0 100px;
  }

  .carousel figure figcaption {
    top: 620px;
  }

  .container hr {
    margin: 0 10px;
  }

  article p, article h3 {
    font-size: 14px;
    line-height: 18px;
  }

  p {
    margin: 0 0 18px 0;
  }

  article.single h3 {
    padding: 18px 0;
  }

  article.single section .arrow {
    top: 26px;
  }

  header .container:last-of-type {
    height: 76px;
  }

  article.news .toggle-height {
    height: 48px;
  }

  article.news .arrow {
    top: 18px;
  }

}

@media only screen and (max-width: 767px) {
  .container {
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 0;
  }

  .container .column,
  .container .columns {
    margin: 0 0;
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns {
    width: 300px;
  }

  article.single .carousel {
    width: 250px;
    margin-left: 25px;
  }

  header .social {
    display: none;
  }

  article h2 {
    font-size: 22px;
    line-height: 42px;
    height: 42px;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
    margin-bottom: 22px;
  }

  .carousel figure figcaption {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-left: 0;
    left: 0;
    bottom: 4px;
  }

  article a.thumb {
    width: 144px;
  }

  article.height-restricted .image {
    height: 190px;
  }

  article.height-restricted, article.large {
    height: 371px;
  }

  article.height-restricted .text, article.height-restricted .hover-text {
    height: 88px;
    bottom: 24px;
  }

  .index .carousel {
    height: 200px;
    margin-bottom: 60px;
  }

  .carousel figure figcaption {
    top: 210px;
  }

  .container hr {
    margin: 0 0;
  }

  article p, article h3 {
    font-size: 14px;
    line-height: 18px;
  }

  p {
    margin: 0 0 18px 0;
  }

  article.single h3 {
    padding: 18px 0;
  }

  article.single section .arrow {
    top: 26px;
  }

  header .container:last-of-type {
    height: 76px;
  }

  footer .column.overflow p {
    width: 100%;
    margin-left: 0;
  }

  footer img {
    float: none;
    width: 100px;
    display: block;
    margin: 0 auto;
  }

  header nav {
    width: 300px;
    display: block;
    margin: 0 auto 12px;
  }

  header nav.sub {
    width: 300px;
    margin: 12px auto 0;
  }

  header nav ul {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  header nav.sub ul {
    height: 48px;
  }

  header nav li {
    margin-right: 5px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    font-family: "Work Sans", Calibri, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
  }

  header nav.sub li {
    float: left;
    display: block;
  }

  article.news .toggle-height {
    height: 40px;
  }

  article.news .arrow {
    top: 12px;
  }

  header a.home {
    margin-bottom: 5px;
  }


}
