@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

ul, ol {
  list-style: none; }

address {
  font-style: normal; }

b {
  font-weight: bold; }

i {
  font-style: italic; }

@media (max-width: 29.99em) {
  .text-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; } }
.red-button {
  background-color: #f04746;
  color: white;
  transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out; }
  .red-button:hover {
    background-color: #DA202E; }

.indigo-button {
  background-color: #1a1a18;
  color: white;
  transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out; }
  .indigo-button:hover {
    background-color: #261E5E; }

.red-panel {
  background-color: #f04746;
  transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out; }
  .red-panel:hover {
    background-color: #1a1a18; }

.indigo-panel {
  background-color: #1a1a18;
  transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out; }
  .indigo-panel:hover {
    background-color: #f04746; }

@media (max-width: 29.99em) {
  .desktop-only {
    display: none; } }

@media (min-width: 30em) {
  .mobile-only {
    display: none; } }

a {
  text-decoration: none; }

@media (max-width: 29.99em) {
  .clearfix-mobile:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; } }

@media (min-width: 30em) {
  .clearfix:after, .page-main:after, .venue-page:after,
  .venue-panel:after,
  .venue-list .s-col:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; } }

body, a {
  color: #1a1a18; }

body {
  font: 16px "museo-sans-rounded", Helvetica, Arial, sans-serif;
  background-color: #fffce9;
  line-height: 1.4; }

@media (min-width: 30em) {
  h1 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 24px; } }
@media (max-width: 29.99em) {
  h1 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 20px; } }
.content p {
  margin-bottom: 1em; }

.block-image img {
  display: block;
  width: 100%; }

@media (max-width: 29.99em) {
  .block-image {
    margin: 20px 0; } }
@media (min-width: 30em) {
  .block-image {
    margin: 40px 0; } }
@media (max-width: 29.99em) {
  .leading-advert {
    position: relative;
    border-bottom: 2px solid #1a1a18;
    padding-top: 15%; }
    .leading-advert a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      text-align: center;
      overflow: hidden; }
    .leading-advert img {
      display: inline-block;
      height: 100%; } }
@media (min-width: 30em) {
  .leading-advert {
    padding: 5px;
    background: #1a1a18;
    height: 100px;
    text-align: center; }
    .leading-advert img {
      display: inline-block;
      height: 90px; } }

@media (min-width: 30em) {
  .page-inner {
    width: 980px;
    margin: 0 auto; } }

.header {
  border-bottom: 1px solid #f0f0f1; }
  .header .page-inner {
    position: relative; }
  .header .s-main-logo a {
    text-indent: -5000px;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/images/logo.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  @media (max-width: 29.99em) {
    .header .page-inner {
      padding: 20px; }
    .header .s-main-logo {
      width: 75px;
      height: 47px; }
    .header .s-menu-actuator {
      position: absolute;
      top: 22px;
      width: 42px;
      height: 42px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      right: 20px;
      background-image: url("/images/btn-mob-menu.png"); }
    .header .s-back {
      right: 72px;
      background-image: url("/images/btn-mob-back.png"); }
    .header .s-social {
      display: none; }
    .header .s-nav {
      max-height: 0;
      transition: all 0.5s ease-in-out;
      overflow: hidden; }
      .header .s-nav a {
        display: block;
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #f0f0f1; }
        .header .s-nav a.active {
          font-weight: bold; }
      .header .s-nav.activated {
        max-height: 300px; } }
  @media (min-width: 30em) {
    .header .page-inner {
      height: 145px;
      padding: 27px 0; }
    .header .s-main-logo {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -47px;
      width: 151px;
      height: 95px; }
    .header .s-menu-actuator {
      display: none; }
    .header .s-social {
      padding-top: 15px;
      margin-bottom: 15px;
      text-align: right; }
      .header .s-social a {
        display: inline-block;
        width: 32px;
        height: 25px;
        margin-left: 10px;
        text-align: left;
        text-indent: -5000px; }
        .header .s-social a.facebook {
          width: 11px;
          background-image: url("/images/ico-facebook.png"); }
        .header .s-social a.twitter {
          width: 26px;
          background-image: url("/images/ico-twitter.png"); }
        .header .s-social a.instagram {
          width: 25px;
          background-image: url("/images/ico-instagram.png"); }
        .header .s-social a.youtube {
          width: 33px;
          background-image: url("/images/ico-youtube.png"); }
        .header .s-social a:hover {
          background-position: 0 -25px; }
    .header .s-nav {
      text-align: right;
      font-size: 16px; }
      .header .s-nav a {
        margin-left: 15px; }
      .header .s-nav a.active {
        font-weight: bold; } }

.filter-bar {
  border-bottom: 1px solid #f0f0f1; }
  .filter-bar input[type=text], .filter-bar .s-select {
    display: block;
    background-color: #edebdc;
    color: #1a1a18;
    padding-left: 17px; }
  .filter-bar input[type=text] {
    border: none;
    font-size: 16px;
    font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif; }
    .filter-bar input[type=text]:focus {
      outline: none; }
  .filter-bar button {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
    border: none; }
  .filter-bar .s-select {
    position: relative;
    overflow: hidden; }
    .filter-bar .s-select select {
      background: transparent;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      border: none;
      width: 130%;
      color: #1a1a18; }
      .filter-bar .s-select select:focus {
        outline: none;
        -moz-outline-style: none;
        border: none; }
  .filter-bar .s-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none; }
  @media (max-width: 29.99em) {
    .filter-bar {
      padding: 20px; }
      .filter-bar input[type=text], .filter-bar .s-select, .filter-bar button {
        width: 100%;
        margin-bottom: 10px;
        height: 35px; }
      .filter-bar .s-select select {
        font-size: 16px;
        font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
        vertical-align: middle;
        height: 35px; }
      .filter-bar .s-arrow {
        width: 36px;
        background-image: url("/images/mob/bg-select.png");
        background-size: cover; }
      .filter-bar button {
        margin-bottom: 0; } }
  @media (min-width: 30em) {
    .filter-bar {
      padding-top: 20px;
      padding-bottom: 20px; }
      .filter-bar input[type=text], .filter-bar .s-select {
        display: block;
        width: 22%;
        float: left;
        height: 56px;
        border-left: 10px solid #fffce9;
        border-right: 10px solid #fffce9; }
      .filter-bar input[type=text] {
        border-left: none;
        line-height: 56px; }
      .filter-bar .s-select select {
        font-size: 16px;
        font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
        vertical-align: middle;
        height: 56px; }
      .filter-bar .s-arrow {
        width: 62px;
        background-image: url("/images/bg-select.png"); }
      .filter-bar button {
        width: 12%;
        height: 56px;
        border-left: 10px solid #fffce9; } }

@media (max-width: 29.99em) {
  .page-main {
    padding: 20px; } }

.sub-nav {
  border-top: 1px solid #f0f0f1; }
  .sub-nav li {
    border-bottom: 1px solid #f0f0f1; }
  .sub-nav a {
    display: block;
    padding: 20px; }
  .sub-nav li.active a {
    font-weight: bold; }

@media (min-width: 30em) {
  .page-main {
    padding-top: 20px; }

  .left-sidebar {
    width: 224px;
    float: left; }

  .centre-section {
    width: 476px;
    float: left;
    margin-left: 28px; }

  .right-sidebar {
    width: 224px;
    float: left;
    margin-left: 28px; }

  .right-section {
    margin-left: 252px; } }
@media (max-width: 29.99em) {
  .left-sidebar .sub-nav {
    display: none; }

  .sub-nav {
    margin-top: 20px; }

  .centre-section {
    margin-bottom: 20px; } }
.info-signpost {
  background: #1a1a18; }
  .info-signpost > * {
    border-bottom: 1px solid #454543;
    display: block;
    color: white; }
  .info-signpost .s-download-programme,
  .info-signpost .s-booking-hotline {
    padding: 20px 20px 20px 60px;
    background-position: 20px center;
    background-repeat: no-repeat; }
  .info-signpost .s-signup-form {
    padding: 0 20px 20px 20px; }
  .info-signpost .s-signup-success {
    padding-top: 20px; }
  .info-signpost .s-signup-label {
    color: white;
    display: block;
    padding-left: 40px;
    padding: 20px 20px 20px 40px;
    background-position: left center;
    background-repeat: no-repeat; }
  .info-signpost a[href^="tel:"] {
    color: #F32433;
    font-weight: bold;
    font-size: 120%; }
  .info-signpost > form {
    border-bottom: none; }
  .info-signpost input[type=email] {
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
    font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px; }
  .info-signpost button {
    border: none;
    display: block;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 2px; }
  .info-signpost .s-download-programme {
    background-image: url("/images/ico-download-indigo.png"); }
  .info-signpost .s-booking-hotline {
    background-image: url("/images/ico-phone-indigo.png"); }
  .info-signpost .s-signup-label {
    background-image: url("/images/ico-email-indigo.png"); }
  @media (max-width: 29.99em) {
    .info-signpost .s-download-programme {
      background-image: url("/images/mob/ico-download-indigo.png");
      background-size: 23px 20px; }
    .info-signpost .s-booking-hotline {
      background-image: url("/images/mob/ico-phone-indigo.png");
      background-size: 23px 20px; }
    .info-signpost .s-signup-label {
      background-image: url("/images/mob/ico-email-indigo.png");
      background-size: 23px 20px; } }

.footer {
  border-top: 1px solid #f0f0f1;
  font-size: 12px;
  color: #b6b6bd;
  background-color: #edebdc; }
  .footer .s-partner-logos {
    display: block;
    max-width: 100%; }
  .footer a {
    color: #1a1a18;
    text-decoration: none; }
  .footer a[href^="tel:"] {
    color: #b6b6bd;
    font-weight: bold; }
  @media (max-width: 29.99em) {
    .footer {
      padding: 40px;
      font-size: 11px;
      text-align: center; }
      .footer .s-contact-details li:first-child {
        margin-bottom: 10px; }
      .footer .s-jamhot {
        display: block;
        margin-top: 10px; }
      .footer .s-partner-logos {
        margin-top: 15px; } }
  @media (min-width: 30em) {
    .footer {
      margin-top: 50px;
      padding: 40px 0;
      font-size: 12px;
      line-height: 1.6; }
      .footer .s-contact-details {
        float: left; }
        .footer .s-contact-details li {
          float: left;
          border-left: 1px solid #b6b6bd;
          margin-left: 4px;
          padding-left: 4px; }
          .footer .s-contact-details li.s-sca {
            clear: left; }
          .footer .s-contact-details li:first-child, .footer .s-contact-details li.s-sca {
            margin-left: 0;
            padding-left: 0;
            border-left: none; }
      .footer .s-sep {
        margin: 0 4px; }
      .footer .s-jamhot {
        float: right; }
      .footer .s-partner-logos {
        clear: both;
        margin: 0 auto;
        margin-top: 40px; } }

.inline-slider {
  margin-bottom: 20px; }
  .inline-slider .s-viewport {
    overflow: hidden;
    position: relative;
    padding-top: 70%; }
  .inline-slider .s-items {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .inline-slider .s-item {
    position: absolute;
    height: 100%;
    width: 100%; }
    .inline-slider .s-item img {
      display: block;
      width: 100%;
      height: 100%; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  display: none; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.tile-list .s-tile {
  display: block; }
.tile-list .s-image img {
  display: block;
  width: 100%;
  height: 100%; }
.tile-list .s-title {
  color: white;
  position: relative; }
@media (max-width: 29.99em) {
  .tile-list .s-tile {
    margin-bottom: 20px; }
  .tile-list .s-title {
    padding: 10px; }
  .tile-list .s-next {
    display: none; } }
@media (min-width: 30em) {
  .tile-list .s-tile {
    float: left;
    margin-left: 28px;
    margin-bottom: 28px; }
    .tile-list .s-tile.s-column-1 {
      margin-left: 0; }
  .tile-list .s-title {
    padding: 20px;
    overflow: hidden; }
  .tile-list .s-next {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-image: url("/images/ico-next-tx.png");
    width: 29px;
    height: 29px; } }

.partners-tiles .s-image {
  padding-top: 71%;
  position: relative; }
  .partners-tiles .s-image img {
    position: absolute;
    top: 0;
    left: 0; }
@media (max-width: 29.99em) {
  .partners-tiles {
    margin-top: 20px; }
    .partners-tiles .s-image {
      position: relative;
      background: #f8f8f8; } }
@media (min-width: 30em) {
  .partners-tiles {
    margin-top: 28px; }
    .partners-tiles .s-partner-tile {
      width: 224px; }
    .partners-tiles .s-title {
      height: 114px; } }

.news-tiles .s-date {
  display: block;
  font-size: 90%;
  margin-bottom: 10px; }
.news-tiles .s-image img {
  width: 100%;
  height: 100%; }
@media (max-width: 29.99em) {
  .news-tiles .s-news-tile {
    height: 94px; }
  .news-tiles .s-image {
    width: 140px;
    height: 100%;
    float: left; }
  .news-tiles .s-title {
    margin-left: 140px;
    height: 100%; } }
@media (min-width: 30em) {
  .news-tiles .s-news-tile {
    width: 224px; }
  .news-tiles .s-image {
    position: relative;
    padding-top: 67%; }
    .news-tiles .s-image img {
      position: absolute;
      top: 0;
      left: 0; }
  .news-tiles .s-title {
    height: 188px; } }

.show-tiles .s-venue {
  display: block;
  font-size: 90%;
  margin-bottom: 10px; }
@media (max-width: 29.99em) {
  .show-tiles .s-show-tile {
    height: 125px; }
  .show-tiles .s-image {
    width: 140px;
    height: 125px;
    float: left; }
  .show-tiles .s-title {
    margin-left: 140px;
    height: 125px; } }
@media (min-width: 30em) {
  .show-tiles .s-show-tile {
    width: 224px; }
  .show-tiles .s-image {
    height: 150px; }
  .show-tiles .s-title {
    height: 215px; } }

.home-page-slider {
  background: #f04746;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif; }
  .home-page-slider .s-prev,
  .home-page-slider .s-next {
    display: none; }
  .home-page-slider .s-main-image {
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat; }
  .home-page-slider .s-text {
    color: white;
    text-transform: uppercase; }
  .home-page-slider .s-line-1 {
    color: #fffce9; }
  .home-page-slider .s-line-1,
  .home-page-slider .s-line-2,
  .home-page-slider .s-line-3,
  .home-page-slider .s-line-4 {
    line-height: 1; }
  .home-page-slider .s-line-1,
  .home-page-slider .s-line-2 {
    font-weight: 800; }
  .home-page-slider .s-line-3,
  .home-page-slider .s-line-4 {
    font-weight: 700; }
  .home-page-slider .s-line-2,
  .home-page-slider .s-line-3,
  .home-page-slider .s-line-4 {
    color: #1a1a18; }
  .home-page-slider .s-buttons a {
    display: inline-block;
    margin-right: 15px;
    padding: 10px 30px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px; }
  .home-page-slider .s-pips a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 10px;
    margin-right: 8px; }
    .home-page-slider .s-pips a.active {
      background-color: #1a1a18; }
  @media (max-width: 29.99em) {
    .home-page-slider {
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 20px; }
      .home-page-slider .s-viewport {
        overflow: hidden;
        position: relative;
        height: 465px; }
      .home-page-slider .s-items {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      .home-page-slider .s-item {
        position: absolute;
        height: 100%;
        width: 100%; }
      .home-page-slider .s-main-image {
        height: 93%; }
      .home-page-slider .s-text {
        padding: 20px;
        height: 165px; }
      .home-page-slider .s-line-1 {
        font-size: 24px; }
      .home-page-slider .s-line-2 {
        font-size: 20px; }
      .home-page-slider .s-line-3 {
        font-size: 16px; }
      .home-page-slider .s-line-4 {
        font-size: 14px; }
      .home-page-slider .s-buttons {
        margin-top: 20px; }
        .home-page-slider .s-buttons a {
          margin-right: 8px;
          padding: 10px 15px; }
      .home-page-slider .s-pips {
        padding: 0 20px 20px 20px; } }
  @media (min-width: 30em) {
    .home-page-slider {
      margin-bottom: 28px;
      height: 442px;
      position: relative; }
      .home-page-slider .s-viewport {
        overflow: hidden;
        position: relative;
        height: 100%;
        width: 100%; }
      .home-page-slider .s-items {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      .home-page-slider .s-item {
        position: absolute;
        width: 100%;
        height: 100%; }
      .home-page-slider .s-prev,
      .home-page-slider .s-next {
        display: block;
        position: absolute;
        top: 50%;
        width: 22px;
        height: 35px;
        margin-top: -17px; }
        .home-page-slider .s-prev:hover,
        .home-page-slider .s-next:hover {
          background-position: 0 -35px; }
      .home-page-slider .s-prev {
        left: -50px;
        background-image: url("/images/btn-homepage-slider-prev.png"); }
      .home-page-slider .s-next {
        right: -50px;
        background-image: url("/images/btn-homepage-slider-next.png"); }
      .home-page-slider .s-main-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%; }
      .home-page-slider .s-text {
        position: absolute;
        left: 523px;
        top: 91px;
        width: 430px; }
      .home-page-slider .s-line-1 {
        font-size: 32px; }
      .home-page-slider .s-line-2 {
        font-size: 28px; }
      .home-page-slider .s-line-3 {
        font-size: 24px; }
      .home-page-slider .s-line-4 {
        font-size: 18px; }
      .home-page-slider .s-buttons {
        margin-top: 40px; }
      .home-page-slider .s-pips {
        position: absolute;
        bottom: 62px;
        left: 523px; } }

.home-page-blocks > * {
  display: block;
  color: white;
  position: relative; }
.home-page-blocks h3 {
  font-weight: normal;
  font-size: 90%;
  margin-bottom: 10px; }
.home-page-blocks .s-image {
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden; }
  .home-page-blocks .s-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.home-page-blocks .s-twitter {
  background-color: #1a1a18;
  overflow: hidden; }
.home-page-blocks .s-tweet-content {
  display: inline-block;
  word-wrap: break-word; }
  .home-page-blocks .s-tweet-content a {
    color: white; }
.home-page-blocks .s-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  background-position: bottom left;
  background-repeat: no-repeat;
  display: block; }
@media (max-width: 29.99em) {
  .home-page-blocks > * {
    margin-bottom: 20px; }
  .home-page-blocks .s-text {
    padding: 10px; }
  .home-page-blocks .s-twitter {
    padding-bottom: 40px; }
  .home-page-blocks .s-news-item {
    height: 93px; }
    .home-page-blocks .s-news-item .s-image {
      float: left;
      width: 140px;
      height: 100%; }
    .home-page-blocks .s-news-item .s-text {
      position: relative;
      margin-left: 140px;
      height: 140px; }
  .home-page-blocks .s-icon {
    bottom: 10px;
    left: 10px; }
  .home-page-blocks .s-news-item .s-icon {
    background-image: url("/images/mob/ico-news-tx.png");
    background-size: 20px 20px; }
  .home-page-blocks .s-twitter .s-icon {
    background-image: url("/images/mob/ico-twitter-indigo.png");
    background-size: 20px 16px; } }
@media (min-width: 30em) {
  .home-page-blocks > * {
    float: left;
    width: 224px;
    margin-left: 28px;
    min-height: 400px; }
  .home-page-blocks .s-text {
    padding: 20px; }
  .home-page-blocks .s-image {
    padding-top: 67%; }
  .home-page-blocks .s-icon {
    bottom: 20px;
    left: 20px; }
  .home-page-blocks .s-tweet-content {
    width: 184px; }
  .home-page-blocks .s-news-item .s-icon {
    background-image: url("/images/ico-news-tx.png"); }
  .home-page-blocks .s-twitter .s-icon {
    background-image: url("/images/ico-twitter-indigo.png"); }
  .home-page-blocks .s-column-1 {
    margin-left: 0; } }

.sort-acts {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #f0f0f1;
  margin-bottom: 20px; }
  .sort-acts a {
    font-weight: bold; }
  @media (max-width: 29.99em) {
    .sort-acts {
      padding-left: 0;
      padding-right: 0; } }

.show-detail-sidebar .s-image {
  display: block;
  padding-top: 67%;
  position: relative;
  background: #f8f8f8;
  margin-bottom: 10px; }
  .show-detail-sidebar .s-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.show-buttons.mobile-only {
  margin-top: 20px; }
.show-buttons > * {
  display: block;
  background: #f04746;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  color: white;
  text-transform: uppercase; }
.show-buttons .s-inner {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative; }
.show-buttons .s-social-services {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right; }
.show-buttons .s-facebook,
.show-buttons .s-twitter,
.show-buttons .s-youtube {
  display: inline-block;
  text-indent: -5000px;
  margin-left: 6px; }
@media (max-width: 29.99em) {
  .show-buttons .s-buy-tickets .s-inner {
    background-image: url("/images/mob/ico-buy-tickets-red.png");
    background-size: 32px 20px; }
  .show-buttons .s-website .s-inner {
    background-image: url("/images/mob/ico-next-red.png");
    background-size: 20px 20px; }
  .show-buttons .s-social-services {
    height: 20px;
    margin-top: -10px; }
  .show-buttons .s-facebook {
    height: 20px;
    width: 9px;
    background-size: cover;
    background-image: url("/images/mob/ico-facebook-red.png"); }
  .show-buttons .s-twitter {
    height: 20px;
    width: 22px;
    background-size: cover;
    background-image: url("/images/mob/ico-twitter-red.png"); }
  .show-buttons .s-youtube {
    height: 20px;
    width: 28px;
    background-size: cover;
    background-image: url("/images/mob/ico-youtube-red.png"); } }
@media (min-width: 30em) {
  .show-buttons .s-buy-tickets .s-inner {
    background-image: url("/images/ico-buy-tickets-red.png"); }
  .show-buttons .s-website .s-inner {
    background-image: url("/images/ico-next-tx.png"); }
  .show-buttons .s-social-services {
    height: 24px;
    margin-top: -12px; }
  .show-buttons .s-facebook {
    height: 24px;
    width: 11px;
    background-image: url("/images/ico-facebook-red.png"); }
  .show-buttons .s-twitter {
    height: 24px;
    width: 27px;
    background-image: url("/images/ico-twitter-red.png"); }
  .show-buttons .s-youtube {
    height: 24px;
    width: 33px;
    background-image: url("/images/ico-youtube-red.png"); } }

.show-detail .s-venue {
  font-weight: bold; }
.show-detail .s-price {
  font-weight: bold;
  font-size: 110%; }

.pagination {
  display: none; }

.venue-page {
  padding-top: 20px; }

.venue-panel .s-detail-block {
  display: block;
  margin-bottom: 10px; }
.venue-panel .s-list-shows {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px; }
.venue-panel a {
  font-weight: bold; }

.venue-list h2 {
  background: #F0F0F1;
  padding: 14px;
  text-transform: uppercase;
  margin-bottom: 10px; }
.venue-list ul {
  margin-bottom: 20px;
  border-top: 1px solid #F0F0F1; }
.venue-list li {
  border-bottom: 1px solid #F0F0F1;
  padding: 10px; }

@media (max-width: 29.99em) {
  .venue-list li.active {
    padding: 20px 0; }
    .venue-list li.active > a {
      font-size: 24px; }

  .venue-panel {
    position: relative; }
    .venue-panel h1 {
      display: none; }
    .venue-panel .s-close {
      position: absolute;
      right: 0;
      top: -36px;
      width: 20px;
      height: 20px;
      background: url("/images/btn-mob-close-venue.png");
      background-size: cover; }
    .venue-panel .s-map {
      padding-top: 64.28%;
      background-color: #f0f0f1;
      margin: 10px 0; } }
@media (min-width: 30em) {
  .venue-panel {
    position: absolute;
    top: 0;
    left: -504px;
    width: 476px; }
    .venue-panel h1 {
      margin-bottom: 20px !important; }
    .venue-panel .s-close {
      display: none; }
    .venue-panel .s-map {
      height: 320px;
      background: #f0f0f1;
      margin-bottom: 40px; }
    .venue-panel .s-contact-details {
      width: 224px;
      float: left; }
    .venue-panel .s-detail-block {
      margin-bottom: 20px; }
    .venue-panel .s-list-shows {
      float: right; }

  .venue-list {
    position: relative;
    float: right;
    width: 476px; }
    .venue-list h1 {
      margin-bottom: 35px; }
    .venue-list h2 {
      padding: 20px;
      margin-bottom: 20px; }
    .venue-list ul {
      margin-bottom: 28px; }
    .venue-list li {
      padding: 20px; }
    .venue-list li.active a {
      font-weight: bold; }
    .venue-list .s-col {
      width: 224px; }
    .venue-list .s-col-1 {
      float: left; }
    .venue-list .s-col-2 {
      float: right; } }
/* Autocomplete */
.acInput {
  width: 200px; }

.acResults {
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: Window;
  overflow: hidden;
  z-index: 5000;
  margin-left: 0px;
  margin-top: 0px; }

.acResults ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0; }

.acResults li {
  margin: 0px;
  padding: 5px 8px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: 16px "museo-sans-rounded", Helvetica, Arial, sans-serif;
  overflow: hidden; }

.acLoading {
  background: url("../images/indicator.gif") right center no-repeat; }

.acSelect {
  background-color: #332681;
  color: white; }

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