/*
    scss.css is dynamically created. Do not modify.
*/
@font-face {
  font-family: 'gelicons-core';
  src: url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-core.eot");
  src: url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-core.eot?#iefix") format("embedded-opentype"), url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-core.woff") format("woff"), url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-core.ttf") format("truetype"), url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-core.svg#gelicons-core") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gelicons-media';
  src: url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-media.eot");
  src: url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-media.eot?#iefix") format("embedded-opentype"), url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-media.woff") format("woff"), url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-media.ttf") format("truetype"), url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-media.svg#gelicons-media") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gelicons-social';
  src: url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-social.eot");
  src: url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-social.eot?#iefix") format("embedded-opentype"), url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-social.woff") format("woff"), url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-social.ttf") format("truetype"), url("//static.bbc.co.uk/gelstyles/0.9.1/fonts/gelicons-social.svg#gelicons-social") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background: #262525;
  width: 100%;
  overflow: hidden; }

fieldset {
  border: none;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.2em; }
  h1.hr, h2.hr, h3.hr, h4.hr, h5.hr, h6.hr {
    clear: left; }

h2 {
  font-size: 26px;
  font-weight: normal;
  color: #eee; }

img {
  border: none; }

form {
  margin: 0;
  padding: 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 1em; }

div.noStruct {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0; }

input[type=date],
textarea {
  font-family: Arial,Helvetica,freesans,sans-serif; }

div.clear {
  /* Horrible. Don't use unless unavoidable. */
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0.1px;
  overflow: hidden; }

#orb-modules {
  /*  background: url('../resources/spots-grey.png') no-repeat; */
  z-index: 21;
  /* IE7 is spiteful */
  position: relative; }
  #orb-modules > .pseudo_before,
  #orb-modules > .pseudo_after {
    display: block;
    position: absolute;
    z-index: -1;
    background: no-repeat;
    width: 320px;
    height: 202px;
    content: " ";
    top: 0px; }
  #orb-modules > .pseudo_before {
    background-image: url("../resources/spotlights-left.png");
    margin-left: 50%;
    left: -715px; }
  #orb-modules > .pseudo_after {
    background-image: url("../resources/spotlights-right.png");
    margin-right: 50%;
    right: -715px; }
  #orb-modules a[href^="http://"]:after,
  #orb-modules a[href^="https://"]:after {
    content: '\e028';
    font-family: gelicons-core;
    position: relative;
    margin: 0 0 0 0.5em;
    font-size: 0.8em; }
  #orb-modules a.twitter:after,
  #orb-modules a[href*="bbc.co.uk"]:after,
  #orb-modules a[href*="transversalcorp.local"]:after,
  #orb-modules a[href*="metafaq.com"]:after,
  #orb-modules a[href*="xversal.com"]:after {
    display: none;
    margin: 0;
    content: ' '; }
  #orb-modules input[type=email],
  #orb-modules input[type=text],
  #orb-modules input[type=submit],
  #orb-modules input[type=button],
  #orb-modules textarea,
  #orb-modules select,
  #orb-modules button {
    border-radius: 2px; }
  #orb-modules textarea {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background-color: #eee; }

.tkt-head {
  margin: 0; }
  .tkt-head .tkt-inner > a {
    min-height: 40px;
    display: block; }
  .tkt-head img {
    width: 100%; }
    .tkt-head img.logo-rect {
      display: block; }
    .tkt-head img.logo-sqr {
      display: none; }
  .tkt-head ul.tkt-nav {
    display: block;
    margin: 0;
    background-color: #191919;
    padding: 10px 0 10px;
    overflow: hidden; }
    .tkt-head ul.tkt-nav li {
      width: 33.2%;
      width: calc(33.333% - 1px);
      display: inline-block;
      float: left;
      border-left: 1px solid #767676;
      position: relative;
      text-align: center;
      height: 20px; }
      .tkt-head ul.tkt-nav li.tkt-nav-burger, .tkt-head ul.tkt-nav li.tkt-nav-home {
        display: none; }
    .tkt-head ul.tkt-nav li.tkt-nav-firstDesktop {
      border-left: none; }
    .tkt-head ul.tkt-nav a {
      line-height: 40px;
      height: 40px;
      display: block;
      font-size: 16px;
      color: #eee;
      text-decoration: none;
      position: relative;
      margin: -10px 0; }
      .tkt-head ul.tkt-nav a:hover {
        color: #eee; }
    .tkt-head ul.tkt-nav a:after {
      content: ' ';
      display: block !important;
      width: 100%;
      height: 4px;
      position: absolute !important;
      left: 0;
      bottom: 0px;
      transition: background-color 250ms; }
  .tkt-head ul.tkt-nav a.tkt-lnk-takepart {
    margin-right: -1px; }
  .tkt-head .tkt-lnk-home:after {
    background-color: #b00f5c; }
  .tkt-head .tkt-lnk-shows:after {
    background-color: #b900b9; }
  .tkt-head .tkt-lnk-tours:after {
    background-color: #e95d0f; }
  .tkt-head .tkt-lnk-takepart:after {
    background-color: #1491a7; }
  .tkt-head .tkt-lnk-home:hover:after,
  .tkt-head .tkt-lnk-shows:hover:after,
  .tkt-head .tkt-lnk-tours:hover:after,
  .tkt-head .tkt-lnk-takepart:hover:after {
    background-color: transparent; }

h3.accent-shows {
  color: #b900b9; }
h3.accent-tours {
  color: #e95d0f; }
h3.accent-takepart {
  color: #1491a7; }
h3.accent-home {
  color: #b00f5c; }

.tkt-wrap {
  text-align: center;
  position: relative;
  font-size: 1.3em;
  line-height: 1.6em;
  padding: 16px 0 0; }
  .tkt-wrap p {
    margin: 0 0 16px 0;
    clear: left; }
  .tkt-wrap p.right {
    text-align: right; }
  .tkt-wrap a {
    text-decoration: none;
    color: #fff;
    transition: color 200ms ease-out; }

/* Standard link highlights */
.tkt-home .tkt-wrap a:hover,
.tkt-home .tkt-wrap a.accent-invert {
  color: #b00f5c; }

.tkt-shows .tkt-wrap a:hover,
.tkt-shows .tkt-wrap a.accent-invert {
  color: #b900b9; }

.tkt-tours .tkt-wrap a:hover,
.tkt-tours .tkt-wrap a.accent-invert {
  color: #e95d0f; }

.tkt-takepart .tkt-wrap a:hover,
.tkt-takepart .tkt-wrap a.accent-invert {
  color: #1491a7; }

.tkt-wrap a.accent-invert:hover {
  color: #eee !important; }

.tkt-home button.clear-date {
  background-color: #b00f5c; }

.tkt-shows button.clear-date {
  background-color: #b900b9; }

.tkt-tours button.clear-date {
  background-color: #e95d0f; }

.tkt-takepart button.clear-date {
  background-color: #1491a7; }

.tkt-main {
  max-width: 992px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: left;
  position: relative; }

.tkt-inner {
  font-size: 1.07692em;
  color: #bdbdbd;
  overflow: hidden;
  overflow: visible; }
  .tkt-inner:after {
    content: " ";
    width: 100%;
    height: 0.5px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative; }
  .tkt-inner > h1 {
    font-size: 32px;
    color: #eee;
    font-weight: normal;
    margin: 16px 0 16px 8px;
    line-height: 1.4; }
  .tkt-inner > .inline-header {
    /*
    float: left;
    */ }
  .tkt-inner > h2 {
    margin: 0 0 16px 8px; }
  .tkt-inner > h3 {
    font-size: 20px;
    color: #eee;
    font-weight: normal;
    margin: 0 0 16px 8px; }

.introduction {
  clear: left; }

.faq-content,
.introduction {
  margin: 0 8px 16px; }

a.backToFaqs {
  display: block;
  margin: 16px 0; }

.breaking-news {
  border-width: 1px;
  border-style: solid;
  margin: 0 8px 16px;
  background-color: #363535;
  padding: 16px;
  color: #eee;
  border-radius: 2px; }
  .breaking-news h2 {
    margin: 0 0 16px;
    font-weight: normal; }
    .breaking-news h2:before {
      content: "\e012";
      font-family: gelicons-core;
      position: relative;
      top: 2px;
      margin: 0 10px 0 0; }
  .breaking-news h3 {
    line-height: 22px;
    font-weight: bold;
    margin: 0; }
  .breaking-news p {
    line-height: 22px;
    font-weight: normal;
    margin: 0; }
  .breaking-news a {
    text-decoration: underline; }

/* listings */
.tkt-pod {
  overflow: hidden; }
  .tkt-pod:after {
    content: " ";
    width: 100%;
    height: 0.5px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative; }
  .tkt-pod > a {
    width: 31.6%;
    /* <= IE8/S5 */
    width: calc(33.333% - 16px);
    margin: 0 8px 16px;
    float: left;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    background-size: 100% auto;
    background-position: 50% 50%;
    position: relative;
    height: 220px; }
    .tkt-pod > a.mod2 {
      clear: none; }
    .tkt-pod > a.mod3 {
      clear: left; }
    .tkt-pod > a .tkt-flag {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 12px;
      text-transform: uppercase;
      padding: 6px 8px;
      line-height: 12px;
      font-weight: bold;
      color: #eee;
      text-align: center;
      min-width: 33.333%; }
  .tkt-pod .pod-info {
    width: 63.2%;
    /* <= IE8/S5 */
    width: calc(66.666% - 16px);
    margin: 0 8px 16px;
    float: left;
    overflow: hidden;
    display: block;
    box-sizing: border-box; }
  .tkt-pod p {
    line-height: 22px;
    color: #eee;
    clear: none; }

.tkt-filter {
  width: calc(100% - 16px);
  margin: 0 8px 16px;
  float: none;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  width: auto;
  padding: 8px 0 0;
  background-color: #191919;
  position: relative;
  line-height: 24px;
  z-index: 100;
  clear: both;
  overflow: visible; }
  .tkt-filter input[type=submit] {
    margin-bottom: 8px; }
  .tkt-filter #clear_form {
    display: none; }
  .tkt-filter .tkt-filter-summary {
    overflow: hidden;
    float: left;
    width: 80%; }
    .tkt-filter .tkt-filter-summary div {
      display: block;
      border: 1px solid grey;
      color: #eee;
      float: left;
      height: 22px;
      line-height: 22px;
      padding: 0 8px;
      font-size: 14px;
      margin: 0 8px 8px 0; }
      .tkt-filter .tkt-filter-summary div span {
        margin-left: 8px; }
      .tkt-filter .tkt-filter-summary div a {
        color: inherit; }
  .tkt-filter li.dateTrigger {
    cursor: pointer; }
  .tkt-filter ul.filter {
    margin: 0;
    padding: 0 0 0 8px;
    z-index: 200; }
    .tkt-filter ul.filter:after {
      width: 100%;
      height: 1px;
      clear: both;
      display: block;
      position: relative;
      content: ""; }
    .tkt-filter ul.filter > li {
      position: relative;
      float: left;
      margin: 0 8px 8px 0;
      padding: 4px 8px;
      list-style: none;
      border: #bdbdbd 1px solid; }
      .tkt-filter ul.filter > li > p,
      .tkt-filter ul.filter > li > a {
        color: #bdbdbd;
        display: block;
        background: url("http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/img/orb-sprite.gif") no-repeat;
        background-position: 100% 50%;
        padding: 0 16px 0 0;
        margin: 0; }
        .tkt-filter ul.filter > li > p:hover,
        .tkt-filter ul.filter > li > a:hover {
          color: #bdbdbd; }
        .tkt-filter ul.filter > li > p span,
        .tkt-filter ul.filter > li > a span {
          margin: 0 4px; }
      .tkt-filter ul.filter > li > ul {
        position: absolute;
        left: -1px;
        top: 37px;
        z-index: 200;
        background-color: #262525;
        margin: 0;
        padding: 0;
        width: 210px !important;
        list-style: none;
        border: 1px solid #bdbdbd;
        overflow: hidden;
        display: none;
        box-shadow: 0px 0px 3px 1px #000; }
        .tkt-filter ul.filter > li > ul > li {
          padding: 0 8px; }
          .tkt-filter ul.filter > li > ul > li label {
            line-height: 40px;
            width: 200px;
            display: inline-block;
            cursor: pointer; }
          .tkt-filter ul.filter > li > ul > li:nth-child(odd) {
            background-color: #363535; }
        .tkt-filter ul.filter > li > ul > li.clear-filter {
          display: none;
          padding: 0;
          margin: 0; }
          .tkt-filter ul.filter > li > ul > li.clear-filter button {
            display: block;
            width: 100%;
            padding: 0;
            border: 0;
            line-height: 35px;
            cursor: pointer;
            color: #eee;
            border-bottom: 1px solid #bdbdbd; }
  .tkt-filter span.dateWrapper {
    margin: 0 0 0 4px; }

button.clear-date {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  line-height: 35px;
  cursor: pointer;
  color: #eee;
  border-bottom: 1px solid #bdbdbd; }

#ui-datepicker-div {
  width: 322px; }
  #ui-datepicker-div .ui-state-default {
    width: 38px;
    height: 38px; }

.tkt-shows .tkt-filter-options label.active span {
  background-position: -32px 0; }

.tkt-tours .tkt-filter-options label.active span {
  background-position: -64px 0; }

.tkt-takepart .tkt-filter-options label.active span {
  background-position: -96px 0; }

div.fake-list-link {
  width: 31.6%;
  /* <= IE8/S5 */
  width: calc(33.333% - 16px);
  margin: 0 8px 16px;
  float: left;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  position: relative;
  height: calc( 100% * (16/9) );
  display: none; }
  div.fake-list-link.mod2 {
    clear: none; }
  div.fake-list-link.mod3 {
    clear: left; }

.listing {
  clear: both; }
  .listing a.list-link {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transition: opacity 100ms; }
    .listing a.list-link.pod img {
      border-width: 1px;
      box-sizing: border-box; }
  .listing.loading {
    background: url("../resources/loader.gif") no-repeat;
    background-position: 50% 30px;
    min-height: 100px; }
    .listing.loading a.list-link,
    .listing.loading a.list-link * {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
      filter: alpha(opacity=0) !important;
      opacity: 0 !important; }

a.list-link {
  width: 31.6%;
  /* <= IE8/S5 */
  width: calc(33.333% - 16px);
  margin: 0 8px 16px;
  float: left;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #262525;
  transition: border 200ms;
  height: calc( 100% * (16/9) ); }
  a.list-link.mod2 {
    clear: none; }
  a.list-link.mod3 {
    clear: left; }
  a.list-link.fourabreast {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
    float: left;
    overflow: hidden;
    display: block;
    box-sizing: border-box; }
  a.list-link img {
    width: 100%;
    max-height: 70%; }
  a.list-link .tkt-flag {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 8px;
    line-height: 12px;
    font-weight: bold;
    color: #eee;
    text-align: center;
    min-width: 33.333%;
    transition: opacity 200ms; }
  a.list-link .list-desc,
  a.list-link .list-title {
    overflow: hidden; }
    a.list-link .list-desc .apply-now-button,
    a.list-link .list-title .apply-now-button {
      margin: 8px 0 0 0;
      position: absolute;
      left: 8px;
      bottom: 8px; }
  a.list-link .list-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    padding: 8px 0;
    color: #eee;
    width: 100%; }
  a.list-link .list-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 8px;
    color: #eee;
    background-color: rgba(38, 37, 37, 0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity 200ms; }
    a.list-link .list-desc .minimalBlock.date {
      font-size: 12px;
      line-height: 12px; }
    a.list-link .list-desc p,
    a.list-link .list-desc > div {
      margin: 0 0 8px 0; }
  a.list-link:hover .list-desc {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  a.list-link:hover .tkt-flag {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  a.list-link.has-iplayer .list-title {
    padding: 10px 10px 10px 44px;
    position: relative; }
    a.list-link.has-iplayer .list-title:before {
      content: " ";
      display: block;
      width: 24px;
      height: 24px;
      background: url("../resources/iplayer.png");
      left: 10px;
      top: 8px;
      position: absolute; }
  a.list-link:hover .tkt-flag {
    color: #eee; }

.tkt-shows .minimalBlock.desc {
  font-weight: bold; }

@media screen and (min-width: 1007px) {
  .tkt-home a.list-link .list-title {
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 36px; } }
html.lt-ie9 body.tkt-home a.list-link .list-title {
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 36px; }

.tkt-takepart a.list-link .minimalBlock.date {
  font-size: 12px;
  line-height: 12px; }

.tkt-home a.list-link:hover {
  border-bottom: 1px solid #b00f5c; }

.tkt-shows a.list-link:hover {
  border-bottom: 1px solid #b900b9; }

.tkt-tours a.list-link:hover {
  border-bottom: 1px solid #e95d0f; }

.tkt-takepart a.list-link:hover {
  border-bottom: 1px solid #1491a7; }

a.list-link.forceAccentHome,
a.list-link.forceAccentHome:hover {
  border-bottom: 1px solid #b00f5c; }

a.list-link.forceAccentShows,
a.list-link.forceAccentShows:hover {
  border-bottom: 1px solid #b900b9; }

a.list-link.forceAccentTours,
a.list-link.forceAccentTours:hover {
  border-bottom: 1px solid #e95d0f; }

a.list-link.forceAccentTakepart,
a.list-link.forceAccentTakepart:hover {
  border-bottom: 1px solid #1491a7; }

.apply-now-button {
  border: none;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  font-size: 14px;
  color: #eee !important;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 8px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */ }
  .apply-now-button.disabled {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background-color: #363535 !important;
    color: #aaa !important;
    cursor: not-allowed; }
  .apply-now-button.book-now {
    margin: 0; }

/* Listing - shows */
.listing-header {
  height: 300px;
  background-size: 100% auto;
  background-position: 50% 50%;
  margin: 0 8px 16px;
  position: relative; }
  .listing-header .pager-element {
    position: absolute;
    top: calc(50% - 24px);
    display: block; }
    .listing-header .pager-element a, .listing-header .pager-element span {
      height: 48px;
      width: 48px;
      display: block;
      background-image: url("../resources/icon-sprite.png");
      background-repeat: no-repeat;
      position: relative;
      background-color: #323232;
      background-color: rgba(32, 32, 32, 0.6);
      text-indent: -2000px; }
  .listing-header .pager-left {
    left: -17px; }
    .listing-header .pager-left a, .listing-header .pager-left span {
      background-position: 13px -17px; }
  .listing-header .pager-right {
    right: -17px; }
    .listing-header .pager-right a, .listing-header .pager-right span {
      background-position: 15px -65px; }

.announcement {
  margin: 0 8px 16px;
  background-color: #363535;
  padding: 16px 16px 1px 16px;
  color: #eee; }

.inline-header-image {
  width: 46.7%;
  /* <= IE8/S5 */
  width: calc(50% - 16px);
  margin: 0 8px 16px;
  float: left;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  width: 50%;
  float: right;
  margin: 0 0 16px 16px;
  position: relative;
  overflow: visible; }
  .inline-header-image.mod3 {
    clear: none; }
  .inline-header-image.mod2 {
    clear: left; }
  .inline-header-image.carousel {
    padding: 0; }
  .inline-header-image .tkt-flag {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 8px;
    line-height: 12px;
    font-weight: bold;
    color: #eee;
    text-align: center;
    min-width: 33.333%; }
  .inline-header-image .pager-element {
    position: absolute;
    /*top: calc(50% - 24px);*/
    bottom: 0;
    display: block; }
    .inline-header-image .pager-element a, .inline-header-image .pager-element span {
      height: 48px;
      width: 48px;
      display: block;
      background-image: url("../resources/icon-sprite.png");
      background-repeat: no-repeat;
      position: relative;
      background-color: #323232;
      background-color: rgba(32, 32, 32, 0.6);
      text-indent: -2000px; }
  .inline-header-image .pager-left {
    left: 0; }
    .inline-header-image .pager-left a, .inline-header-image .pager-left span {
      background-position: 13px -17px; }
  .inline-header-image .pager-right {
    right: 0; }
    .inline-header-image .pager-right a, .inline-header-image .pager-right span {
      background-position: 15px -65px; }
  .inline-header-image img {
    width: 100%;
    display: block; }

.tkt-embedded-iplayer {
  float: right;
  margin: 0 0 16px 16px;
  clear: right; }

.listing-content {
  margin: 0px 8px 16px;
  line-height: 22px;
  color: #bdbdbd; }
  .listing-content p {
    clear: none; }
  .listing-content dl {
    margin: 0; }
  .listing-content dd {
    margin: 0 0 8px 32px; }
  .listing-content dd.nodt h1, .listing-content dd.nodt h2, .listing-content dd.nodt h3, .listing-content dd.nodt h4 {
    font-size: 14px;
    margin: 0 0 3px -32px; }
  .listing-content table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%; }
  .listing-content td, .listing-content th {
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 20%;
    /* The joys of CSS tables. doesn't matter what the % is, as long as a cells have the same percentage... */ }
  .listing-content tr {
    background-color: #464545; }
  .listing-content thead td,
  .listing-content thead th {
    background: #363535;
    padding: 5px;
    font-weight: bold; }

.media-holder {
  position: relative;
  width: 50%;
  float: right;
  margin: 0 0 16px 16px;
  padding-bottom: 28.125%; }

#mediaPlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.user-quote {
  font-family: Georgia;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  width: 31.6%;
  /* <= IE8/S5 */
  width: calc(33.333% - 16px);
  margin: 0 8px 16px;
  float: left;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  padding: 16px;
  margin: 0 16px 16px 0;
  /*float: left;*/
  border-width: 0 4px 0 0;
  background-color: #363535;
  color: #eee; }
  .user-quote.mod2 {
    clear: none; }
  .user-quote.mod3 {
    clear: left; }
  .user-quote:before {
    content: "\0022";
    font-family: gelicons-core;
    display: block;
    margin: 0 0 8px 0; }

.user-quote + p {
  clear: none; }

.user-quote + a, .user-quote + iframe {
  clear: both; }

.listing-prices {
  margin: 0 0 16px; }

.listing-awards {
  margin: 0 0 16px; }
  .listing-awards img {
    margin: 0 16px;
    height: 120px; }

.recordings-background {
  background-color: #191919;
  padding: 0.1px 16px;
  margin: 16px 0;
  clear: both; }
  .recordings-background.comingsoon {
    display: none; }
  .recordings-background.fullybooked {
    padding: 16px; }
    .recordings-background.fullybooked .recordings-buttons {
      display: none; }
    .recordings-background.fullybooked label {
      display: none; }
  .recordings-background.application, .recordings-background.review {
    padding: 16px; }
  .recordings-background .recordings-buttons {
    margin: 16px 0;
    text-align: right; }
    .recordings-background .recordings-buttons span.apply-now-instructions {
      float: left; }
  .recordings-background .recording {
    overflow: hidden;
    margin: 4px 0;
    position: relative; }
    .recordings-background .recording:after {
      content: " ";
      width: 100%;
      height: 0.5px;
      border: 0;
      margin: 0;
      padding: 0;
      overflow: hidden;
      position: relative; }
    .recordings-background .recording.odd {
      background-color: #363535; }
    .recordings-background .recording:nth-child(odd) {
      background-color: #363535; }
    .recordings-background .recording.even {
      background-color: #262525; }
    .recordings-background .recording:nth-child(even) {
      background-color: #262525; }
    .recordings-background .recording > input {
      position: absolute;
      left: -9999px; }
    .recordings-background .recording .date {
      float: left;
      width: 16.66%;
      padding: 8px 0; }
      .recordings-background .recording .date span {
        display: block;
        text-align: center; }
    .recordings-background .recording .info {
      float: left;
      margin: 0;
      padding: 8px 0;
      width: 74.97%; }
      .recordings-background .recording .info li {
        list-style: none;
        margin: 0;
        padding: 0; }
        .recordings-background .recording .info li:first-child a {
          font-weight: bold; }
  .recordings-background.review .recording .info {
    width: 82%; }
  .recordings-background.listing .recording > label {
    width: 32px;
    padding: 0;
    background: url("../resources/ticks.png") no-repeat;
    height: 32px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer; }
  .recordings-background.review .recording .tickets,
  .recordings-background.review .recording .wheelchairs, .recordings-background.application .recording .tickets,
  .recordings-background.application .recording .wheelchairs {
    float: left;
    width: 41.65%;
    font-size: 14px; }
    .recordings-background.review .recording .tickets select,
    .recordings-background.review .recording .wheelchairs select, .recordings-background.application .recording .tickets select,
    .recordings-background.application .recording .wheelchairs select {
      width: 91.63%; }
    .recordings-background.review .recording .tickets.select,
    .recordings-background.review .recording .wheelchairs.select, .recordings-background.application .recording .tickets.select,
    .recordings-background.application .recording .wheelchairs.select {
      display: none; }
    .recordings-background.review .recording .tickets.click,
    .recordings-background.review .recording .wheelchairs.click, .recordings-background.application .recording .tickets.click,
    .recordings-background.application .recording .wheelchairs.click {
      display: block; }
    .recordings-background.review .recording .tickets.info,
    .recordings-background.review .recording .wheelchairs.info, .recordings-background.application .recording .tickets.info,
    .recordings-background.application .recording .wheelchairs.info {
      display: none;
      width: auto;
      margin: 0 16px 16px 16.6%;
      padding: 0; }
  .recordings-background.review .recording .tickets, .recordings-background.application .recording .tickets {
    clear: left;
    margin: 0 0 16px 16.66%;
    clear: both; }
  .recordings-background.review .recording > label, .recordings-background.application .recording > label {
    width: 32px;
    padding: 0;
    background: url("../resources/crosses.png") no-repeat;
    height: 32px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer; }
  .recordings-background.review .recording .tickets,
  .recordings-background.review .recording .wheelchairs {
    width: 40%; }

.tkt-shows .recording.active.odd {
  background-color: #362b36; }
.tkt-shows .recording.active.even {
  background-color: #261f26; }
.tkt-shows .recording.active:nth-child(odd) {
  background-color: #362b36; }
.tkt-shows .recording.active:nth-child(even) {
  background-color: #261f26; }
.tkt-shows .recording.active label {
  background-position: -32px 0; }

/*  entry footer tabs */
body .tkt-wrap .tabs {
  clear: both; }
  body .tkt-wrap .tabs > ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    body .tkt-wrap .tabs > ul li {
      padding: 0 16px;
      float: left;
      list-style: none;
      /*      width: calc(16.666% - 4px); */
      margin: 0 4px 4px 0;
      line-height: 32px;
      height: 32px;
      text-align: center;
      color: #eee;
      text-decoration: none;
      cursor: pointer; }
      body .tkt-wrap .tabs > ul li:nth-child(odd) {
        background: #464545; }
      body .tkt-wrap .tabs > ul li:nth-child(even) {
        background: #363535; }
      body .tkt-wrap .tabs > ul li.active {
        height: 36px;
        background: #191919;
        margin-bottom: 0px; }
      body .tkt-wrap .tabs > ul li:hover {
        background: #191919; }
      body .tkt-wrap .tabs > ul li a,
      body .tkt-wrap .tabs > ul li a:hover {
        color: #eee; }
  body .tkt-wrap .tabs .tab {
    background: #191919;
    padding: 16px;
    margin: 0 0 16px 0;
    display: none;
    overflow: hidden;
    /* <= IE8 */ }
    body .tkt-wrap .tabs .tab.active {
      display: block; }
    body .tkt-wrap .tabs .tab a.concertina-control {
      display: none; }
    body .tkt-wrap .tabs .tab > div > div {
      background-color: #363535;
      padding: 8px;
      margin: 0 0 8px 0;
      overflow: hidden; }
      body .tkt-wrap .tabs .tab > div > div:nth-child(even) {
        background-color: #262525; }
    body .tkt-wrap .tabs .tab > div > ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      body .tkt-wrap .tabs .tab > div > ul li {
        padding: 16px; }
        body .tkt-wrap .tabs .tab > div > ul li.quote {
          padding-bottom: 4px;
          display: block;
          font-family: Georgia;
          font-style: italic;
          font-size: 20px;
          line-height: 24px; }
        body .tkt-wrap .tabs .tab > div > ul li.cite {
          padding-top: 4px;
          display: block;
          text-align: right;
          font-style: normal;
          font-size: 14px;
          line-height: 14px;
          margin-bottom: 4px; }
        body .tkt-wrap .tabs .tab > div > ul li.light {
          background-color: #363535; }
        body .tkt-wrap .tabs .tab > div > ul li.dark {
          background-color: #262525; }
    body .tkt-wrap .tabs .tab ol {
      margin: 0;
      padding: 0 0 0 32px; }

.contact-details, .mailing-information {
  width: calc(66.666% - 8px);
  margin: 0 0 16px;
  overflow: hidden;
  box-sizing: border-box;
  float: left;
  line-height: 22px; }
  .contact-details label, .mailing-information label {
    font-size: 14px;
    padding-top: 5px;
    clear: left;
    width: 50%;
    float: left;
    margin-bottom: 8px; }
    .contact-details label small, .mailing-information label small {
      display: block;
      font-size: 10px;
      line-height: 10px; }
    .contact-details label span.charcount, .mailing-information label span.charcount {
      /*margin-left: 2em;*/
      font-size: 0.8em;
      display: block; }
  .contact-details select,
  .contact-details input,
  .contact-details textarea, .mailing-information select,
  .mailing-information input,
  .mailing-information textarea {
    float: left;
    width: 49.5%;
    box-sizing: border-box;
    height: 30px;
    background: #eee;
    color: #333;
    margin: 0 0 16px 0;
    border: 1px solid black; }
  .contact-details textarea, .mailing-information textarea {
    height: 7em; }
  .contact-details fieldset, .mailing-information fieldset {
    clear: left;
    margin: 0 0 16px 0; }
    .contact-details fieldset p, .mailing-information fieldset p {
      margin: 16px 0 0 0; }
    .contact-details fieldset label.wrappingLabel, .mailing-information fieldset label.wrappingLabel {
      width: 45%;
      float: left;
      clear: none; }
      .contact-details fieldset label.wrappingLabel > *, .mailing-information fieldset label.wrappingLabel > * {
        float: none;
        height: auto; }
      .contact-details fieldset label.wrappingLabel:nth-child(2n), .mailing-information fieldset label.wrappingLabel:nth-child(2n) {
        clear: left;
        margin-left: 10%; }
      .contact-details fieldset label.wrappingLabel input[type=radio], .mailing-information fieldset label.wrappingLabel input[type=radio] {
        width: auto;
        margin: 0 1em 0 0; }
      .contact-details fieldset label.wrappingLabel.other-specify, .mailing-information fieldset label.wrappingLabel.other-specify {
        clear: left;
        margin-left: 15%;
        width: 85%; }
        .contact-details fieldset label.wrappingLabel.other-specify input, .mailing-information fieldset label.wrappingLabel.other-specify input {
          width: 100%;
          clear: left;
          height: 30px; }
  .contact-details #postcode-get,
  .contact-details #postcode-manual, .mailing-information #postcode-get,
  .mailing-information #postcode-manual {
    border: 0px;
    width: 50%;
    color: #eee; }
  .contact-details #postcode-get, .mailing-information #postcode-get {
    margin: 0 1% 12px 50%; }
  .contact-details #postcode-manual, .mailing-information #postcode-manual {
    margin: 0 0 12px 1%; }
  .contact-details input[type=checkbox], .mailing-information input[type=checkbox] {
    width: auto;
    margin: auto;
    float: none;
    height: auto; }
  .contact-details input[type=submit], .contact-details input[type=button], .mailing-information input[type=submit], .mailing-information input[type=button] {
    border: 0px;
    cursor: pointer;
    color: #eee; }
  .contact-details .terms-conditions, .mailing-information .terms-conditions {
    clear: left;
    border: 1px solid #b900b9;
    padding: 16px;
    margin: 0 0 12px 0; }
    .contact-details .terms-conditions label, .mailing-information .terms-conditions label {
      width: auto;
      float: none; }
  .contact-details p, .mailing-information p {
    clear: left; }

.feedback-form label {
  width: 100% !important;
  float: none;
  display: block; }
  .feedback-form label span.charcount {
    text-align: right; }
.feedback-form select,
.feedback-form input,
.feedback-form textarea {
  float: none;
  width: 100% !important; }
.feedback-form div.noStruct {
  display: block; }

.categories-interest {
  overflow: hidden;
  margin: 0 0 16px 0; }
  .categories-interest ul {
    margin: 0;
    padding: 0; }
  .categories-interest li {
    list-style: none;
    width: 50%;
    float: left; }
  .categories-interest li ul {
    display: none;
    margin-left: 20px; }
  .categories-interest li.expanded {
    width: 100%; }
  .categories-interest li.expanded ul {
    display: block; }
  .categories-interest li li {
    width: 33.3%;
    float: left; }
  .categories-interest li li:first-child {
    width: 100%;
    float: none; }
  .categories-interest label {
    padding-top: 0px;
    clear: none;
    float: none; }
  .categories-interest select,
  .categories-interest input {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    border: 0; }
  .categories-interest input[type=checkbox] {
    margin: 3px; }

.additional-signup {
  color: #bdbdbd;
  border: 1px solid #b00f5c;
  padding: 16px;
  clear: left; }
  .additional-signup label {
    padding-top: 0px;
    clear: none;
    float: none; }
  .additional-signup select,
  .additional-signup input {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    border: 0; }

.venue-content {
  width: 63.2%;
  /* <= IE8/S5 */
  width: calc(66.666% - 16px);
  margin: 0 8px 16px;
  float: left;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  float: left;
  line-height: 22px; }
  .venue-content img {
    max-width: 100%; }
  .venue-content .shows-information {
    border: 1px solid #b900b9;
    padding: 8px;
    border-radius: 2px;
    margin: 0 0 16px 0; }
  .venue-content .tours-information {
    border: 1px solid #e95d0f;
    padding: 8px;
    border-radius: 2px;
    margin: 0 0 16px 0; }

.sidebar {
  width: 31.6%;
  /* <= IE8/S5 */
  width: calc(33.333% - 16px);
  margin: 0 8px 16px;
  float: left;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: right;
  padding: 16px;
  background-color: #363535;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 18px; }
  .sidebar.mod2 {
    clear: none; }
  .sidebar.mod3 {
    clear: left; }
  .sidebar .noJS {
    display: none; }

img.hidden {
  position: absolute;
  z-index: -1; }

.googlemap {
  width: 314px;
  width: calc(33.33% - 16px);
  height: 400px;
  float: right;
  overflow: hidden; }
  .googlemap > img {
    margin-left: 50%;
    left: -154px;
    position: relative; }
  .googlemap > img.noJS {
    display: none; }
  .googlemap #map-content {
    color: #000; }
    .googlemap #map-content > * {
      margin: 0 0 8px 0;
      padding: 0; }

body.noJS .googlemap > img.noJS {
  display: block; }

.tabs .googlemap {
  margin: 0 0 16px 16px; }

.tkt-foot {
  margin: 32px 0 16px;
  clear: both; }
  .tkt-foot p {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 18px; }
  .tkt-foot ul.tkt-nav {
    display: block;
    padding: 10px 0 10px;
    background-color: #191919;
    overflow: hidden; }
    .tkt-foot ul.tkt-nav li {
      display: inline-block;
      float: right;
      border-left: 1px solid #767676;
      position: relative;
      text-align: center;
      height: 18px; }
    .tkt-foot ul.tkt-nav li:last-child {
      border-left: none; }
    .tkt-foot ul.tkt-nav a {
      line-height: 18px;
      height: 18px;
      display: block;
      font-size: 14px;
      color: #eee;
      text-decoration: none;
      padding: 0 16px; }
      .tkt-foot ul.tkt-nav a:hover {
        color: #eee;
        text-decoration: underline; }
      .tkt-foot ul.tkt-nav a.twitterlink, .tkt-foot ul.tkt-nav a.facebooklink, .tkt-foot ul.tkt-nav a.instagramlink {
        text-decoration: none !important; }
        .tkt-foot ul.tkt-nav a.twitterlink:before, .tkt-foot ul.tkt-nav a.facebooklink:before, .tkt-foot ul.tkt-nav a.instagramlink:before {
          font-family: gelicons-social;
          position: relative;
          margin: 0px 7px 0 0;
          top: 1px; }
      .tkt-foot ul.tkt-nav a.twitterlink:before {
        content: '\e300';
        color: #eee; }
      .tkt-foot ul.tkt-nav a.twitterlink:hover:before, .tkt-foot ul.tkt-nav a.twitterlink:hover {
        color: #5EA9DD; }
      .tkt-foot ul.tkt-nav a.facebooklink:before {
        content: '\e301';
        color: #eee; }
      .tkt-foot ul.tkt-nav a.facebooklink:hover:before, .tkt-foot ul.tkt-nav a.facebooklink:hover {
        color: #3A5795; }
      .tkt-foot ul.tkt-nav a.instagramlink:before {
        font-family: gelicons-media;
        content: '\e117';
        color: #eee; }
      .tkt-foot ul.tkt-nav a.instagramlink:hover:before, .tkt-foot ul.tkt-nav a.instagramlink:hover {
        color: #125688; }
    .tkt-foot ul.tkt-nav li.sharedsocial a.twitterlink,
    .tkt-foot ul.tkt-nav li.sharedsocial a.facebooklink,
    .tkt-foot ul.tkt-nav li.sharedsocial a.instagramlink {
      text-decoration: none !important;
      width: 20px;
      display: inline-block;
      text-indent: -9999px;
      position: relative;
      margin: 0 16px 0 0;
      padding: 0; }
      .tkt-foot ul.tkt-nav li.sharedsocial a.twitterlink:before,
      .tkt-foot ul.tkt-nav li.sharedsocial a.facebooklink:before,
      .tkt-foot ul.tkt-nav li.sharedsocial a.instagramlink:before {
        position: absolute;
        text-indent: 0;
        left: 0;
        margin-left: 0; }

.tkt-home .tkt-inner .accent-background {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #b00f5c; }
.tkt-home .tkt-inner div.form-instructions {
  margin: 0 0 16px 0; }
.tkt-home .tkt-inner div.errorWrapper {
  padding: 8px;
  border: 1px solid #CF75A0;
  background-color: #32232a;
  margin: 0 0 16px 0; }
.tkt-home .tkt-inner fieldset.form-error {
  padding: 8px;
  border: 1px solid #CF75A0;
  background-color: #32232a; }
.tkt-home .tkt-inner textarea.form-error,
.tkt-home .tkt-inner input.form-error,
.tkt-home .tkt-inner select.form-error {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #CF75A0 !important;
  color: #eee; }
.tkt-home .tkt-inner .accent-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #b00f5c;
  border-color: #b00f5c; }
.tkt-home .tkt-inner .accent-text {
  color: #b00f5c; }
.tkt-home .tkt-inner .accent-border {
  border-color: #b00f5c;
  border-style: solid; }

.tkt-shows .tkt-inner .accent-background {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #b900b9; }
.tkt-shows .tkt-inner fieldset.form-error {
  padding: 8px;
  border: 1px solid #CA67CA;
  background-color: #362b36; }
.tkt-shows .tkt-inner textarea.form-error,
.tkt-shows .tkt-inner input.form-error,
.tkt-shows .tkt-inner select.form-error {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #CA67CA !important;
  color: #eee !important; }
.tkt-shows .tkt-inner .accent-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #b900b9;
  border-color: #b900b9; }
.tkt-shows .tkt-inner .accent-text {
  color: #b900b9; }
.tkt-shows .tkt-inner .accent-border {
  border-color: #b900b9;
  border-style: solid; }

.tkt-tours .tkt-inner .accent-background {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #e95d0f; }
.tkt-tours .tkt-inner fieldset.form-error {
  padding: 8px;
  border: 1px solid #D2865C;
  background-color: #362b36; }
.tkt-tours .tkt-inner textarea.form-error,
.tkt-tours .tkt-inner input.form-error,
.tkt-tours .tkt-inner select.form-error {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #D2865C;
  color: #eee; }
.tkt-tours .tkt-inner .accent-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #e95d0f;
  border-color: #e95d0f; }
.tkt-tours .tkt-inner .accent-text {
  color: #e95d0f; }
.tkt-tours .tkt-inner .accent-border {
  border-color: #e95d0f;
  border-style: solid; }

.tkt-takepart .tkt-inner .accent-background {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #1491a7; }
.tkt-takepart .tkt-inner fieldset.form-error {
  padding: 8px;
  border: 1px solid #769CA3;
  background-color: #362b36; }
.tkt-takepart .tkt-inner textarea.form-error,
.tkt-takepart .tkt-inner input.form-error,
.tkt-takepart .tkt-inner select.form-error {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #769CA3;
  color: #eee; }
.tkt-takepart .tkt-inner .accent-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: #1491a7;
  border-color: #1491a7; }
.tkt-takepart .tkt-inner .accent-text {
  color: #1491a7; }
.tkt-takepart .tkt-inner .accent-border {
  border-color: #1491a7;
  border-style: solid; }

.tkt-home .tkt-inner .accent-text-none,
.tkt-shows .tkt-inner .accent-text-none,
.tkt-tours .tkt-inner .accent-text-none,
.tkt-takepart .tkt-inner .accent-text-none {
  color: #eee; }

.tkt-inner .forceAccentShows .accent-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  border-color: #b900b9;
  background-color: #b900b9; }

.tkt-inner .forceAccentTours .accent-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  border-color: #e95d0f;
  background-color: #e95d0f; }

.tkt-inner .forceAccentTakepart .accent-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  border-color: #1491a7;
  background-color: #1491a7; }

body.resizing a.list-link .list-desc {
  transition: opacity 0ms; }

#modal {
  width: 100%;
  display: none;
  left: 0 !important; }

#modal_content {
  background-color: #eee;
  width: 450px;
  max-width: 70%;
  margin: 0 auto;
  padding: 16px 8px;
  border-radius: 3px;
  font-size: 14px;
  text-align: left;
  line-height: 16px; }
  #modal_content > div {
    margin: 0 8px 16px 8px;
    max-height: 500px;
    overflow: auto; }
  #modal_content ul {
    padding: 0 0 0 1.2em;
    line-height: 1.4em; }
    #modal_content ul a {
      color: #333;
      text-decoration: none; }
      #modal_content ul a:hover {
        color: #000;
        text-decoration: underline; }
  #modal_content input[type=button] {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    color: white;
    width: calc(50% - 16px);
    margin: 0 8px;
    border: none;
    height: 30px;
    cursor: pointer; }

.tkt-home #modal input[type=button] {
  background-color: #b00f5c; }

.tkt-shows #modal input[type=button] {
  background-color: #b900b9; }

.tkt-tours #modal input[type=button] {
  background-color: #e95d0f; }

.tkt-takepart #modal input[type=button] {
  background-color: #1491a7; }

#map-canvas #map-content {
  color: #000; }
  #map-canvas #map-content > * {
    margin: 0 0 8px 0;
    padding: 0; }

ol.faq-listing {
  margin: 0 0 16px 0; }
  ol.faq-listing li {
    margin: 0 0 8px 0; }

ul.pagination {
  display: block;
  list-style: none;
  overflow: hidden;
  margin: 8px 8px 32px 8px;
  padding: 0 0 0 40px; }
  ul.pagination li {
    margin: 0 0.5em;
    list-style: none;
    display: block;
    float: left; }
    ul.pagination li:first-child {
      margin-left: 0; }
    ul.pagination li.numbered-link {
      width: 1em;
      height: 1.5em;
      text-align: center; }
    ul.pagination li.accent-text {
      font-weight: bold; }

#faq-search-from {
  margin: 16px 0;
  position: relative; }
  #faq-search-from input {
    box-sizing: border-box;
    border: 0;
    padding: 0;
    font-size: 1.4em !important;
    line-height: 34px !important;
    height: 34px !important; }
  #faq-search-from #faq-search {
    margin: 0 8px 0 0;
    padding: 0 16px 0 40px !important;
    width: calc(100% - 88px);
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background-color: #eee;
    border-radius: 2px;
    -webkit-appearance: textfield; }
  #faq-search-from #faq-submit {
    width: 80px;
    color: #eee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    border-radius: 2px;
    background-color: #b00f5c; }
  #faq-search-from:after {
    content: '\e009';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    font-family: gelicons-core;
    color: #b00f5c;
    text-align: center;
    font-size: 28px;
    line-height: 34px; }

.faq-content .faqfeedback {
  background-color: #363535;
  padding: 16px;
  margin: 16px 0; }
  .faq-content .faqfeedback .initial {
    display: block; }
  .faq-content .faqfeedback .provide-feedback {
    /*display: none;*/ }
    .faq-content .faqfeedback .provide-feedback textarea {
      width: 100%;
      padding: 8px;
      height: 4em;
      box-sizing: border-box;
      margin-bottom: 8px; }
    .faq-content .faqfeedback .provide-feedback input {
      border: none;
      height: 28px;
      line-height: 28px;
      padding: 0 8px;
      font-size: 14px;
      color: #eee !important; }
  .faq-content .faqfeedback .yes,
  .faq-content .faqfeedback .no {
    display: inline-block;
    width: 45px;
    height: 40px;
    margin: 0 16px 0 0;
    text-indent: -99999px;
    position: relative;
    opacity: 0.8; }
    .faq-content .faqfeedback .yes:before,
    .faq-content .faqfeedback .no:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 45px;
      height: 40px;
      line-height: 40px;
      font-size: 40px;
      font-family: gelicons-core;
      text-indent: 0;
      text-align: center; }
  .faq-content .faqfeedback .yes {
    color: #2CB00F; }
    .faq-content .faqfeedback .yes:before {
      content: '\e00d'; }
    .faq-content .faqfeedback .yes:hover {
      color: #2CB00F;
      opacity: 1; }
  .faq-content .faqfeedback .no {
    color: #B00F0F; }
    .faq-content .faqfeedback .no:before {
      content: '\e00e'; }
    .faq-content .faqfeedback .no:hover {
      color: #B00F0F;
      opacity: 1; }

/*
 *   Stuff to keep no-JS browsers happy.
 */
body.noJS {
  /* mailing list */ }
  body.noJS .tkt-filter {
    display: none; }
  body.noJS .tkt-wrap .tabs ul a {
    position: relative;
    display: block; }
  body.noJS .tkt-wrap .tabs .tab {
    display: block !important; }
  body.noJS .recordings-buttons a.select-all,
  body.noJS .recordings-buttons span {
    display: none; }
  body.noJS .recordings-background .recording > input {
    left: auto;
    position: absolute;
    right: 23px;
    top: 23px; }
  body.noJS .recordings-background .recording .wheelchairs.info, body.noJS .recordings-background .recording .wheelchairs.select {
    display: block; }
  body.noJS .recordings-background .recording .wheelchairs.click {
    display: none; }
  body.noJS .recordings-background .recording > label {
    display: none; }
  body.noJS .sidebar {
    position: relative; }
    body.noJS .sidebar .loading {
      display: none; }
    body.noJS .sidebar img.noJS {
      position: relative;
      top: -16px;
      left: -16px;
      display: block; }
  body.noJS .faq-content .faqfeedback {
    display: none; }
  body.noJS .categories-interest ul ul {
    display: block; }
    body.noJS .categories-interest ul ul li {
      width: 100%; }

/* ipadish */
@media screen and (max-width: 1007px) {
  #orb-modules {
    background: none; }
    #orb-modules > .pseudo_before,
    #orb-modules > .pseudo_after {
      display: none; }

  div.fake-list-link,
  a.list-link {
    display: block;
    width: 46.7%;
    /* <= IE8/S5 */
    width: calc(50% - 16px);
    margin: 0 8px 16px;
    float: left;
    overflow: hidden;
    display: block;
    box-sizing: border-box; }
    div.fake-list-link.mod3,
    a.list-link.mod3 {
      clear: none; }
    div.fake-list-link.mod2,
    a.list-link.mod2 {
      clear: left; }

  .user-quote {
    width: calc(50% - 16px); }

  div.fake-list-link a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #363535;
    padding: 0 10px 0 0;
    margin: 0 0 8px 0; }
    div.fake-list-link a:before {
      margin: 0 0.75em 0 1em;
      font-size: 1.1em;
      vertical-align: bottom; }
    div.fake-list-link a.twitter:before {
      font-family: gelicons-social;
      content: '\e300'; }
    div.fake-list-link a.mailing:before {
      font-family: gelicons-core;
      content: '\e023'; }
    div.fake-list-link a.seefaqs:before {
      font-family: gelicons-core;
      content: '\e011'; } }
@media screen and (max-width: 550px) {
  a.list-link .list-desc {
    display: none; }

  a.list-link:hover .tkt-flag {
    opacity: 1; } }
@media screen and (max-width: 800px) {
  .media-holder {
    width: 100%;
    float: none;
    margin: 0 0 16px 0;
    padding-bottom: 56.25%; } }
@media screen and (max-width: 800px) and (min-width: 501px) {
  .tkt-takepart .media-holder,
  .tkt-tours .media-holder {
    width: 50%;
    float: right;
    margin: 0 0 16px 16px;
    padding-bottom: 28.125%; } }
@media screen and (max-width: 450px) {
  .tkt-head .tkt-inner {
    padding-bottom: 16px; }
  .tkt-head ul.tkt-nav {
    display: block;
    margin: 0;
    padding: 0;
    height: 40px;
    transition: height 200ms; }
    .tkt-head ul.tkt-nav li {
      width: 100%;
      height: auto;
      display: block;
      float: none;
      border-left: none;
      position: relative;
      text-align: left;
      border-bottom: 1px solid #4C4C4C; }
      .tkt-head ul.tkt-nav li.tkt-nav-burger, .tkt-head ul.tkt-nav li.tkt-nav-home {
        display: block; }
      .tkt-head ul.tkt-nav li.tkt-nav-burger {
        position: relative; }
        .tkt-head ul.tkt-nav li.tkt-nav-burger a.tkt-lnk-burger {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          text-indent: -99999px;
          border: none; }
          .tkt-head ul.tkt-nav li.tkt-nav-burger a.tkt-lnk-burger:after {
            content: '\e019';
            position: absolute;
            right: 8px;
            top: 0px;
            line-height: 42px;
            font-size: 26px;
            width: 40px;
            text-indent: 0;
            left: auto;
            overflow: hidden;
            font-family: gelicons-core;
            font-weight: normal;
            text-align: right; }
        .tkt-head ul.tkt-nav li.tkt-nav-burger span {
          display: block;
          transition: opacity 200ms; }
    .tkt-head ul.tkt-nav span,
    .tkt-head ul.tkt-nav a {
      line-height: 40px;
      height: 40px;
      font-size: 16px;
      color: #eee;
      text-decoration: none;
      position: relative;
      margin: 0;
      text-transform: uppercase;
      border-style: solid;
      border-width: 0 0 0 4px;
      padding: 0 0 0 16px; }
      .tkt-head ul.tkt-nav span:hover,
      .tkt-head ul.tkt-nav a:hover {
        color: #eee; }
    .tkt-head ul.tkt-nav.expanded {
      height: 205px; }
      .tkt-head ul.tkt-nav.expanded li.tkt-nav-burger span {
        border-color: transparent;
        opacity: 0; }
    .tkt-head ul.tkt-nav a:after {
      content: '';
      display: inline;
      width: auto;
      height: auto;
      position: static; }
    .tkt-head ul.tkt-nav .tkt-lnk-home {
      border-color: #b00f5c; }
    .tkt-head ul.tkt-nav .tkt-lnk-shows {
      border-color: #b900b9; }
    .tkt-head ul.tkt-nav .tkt-lnk-tours {
      border-color: #e95d0f; }
    .tkt-head ul.tkt-nav .tkt-lnk-takepart {
      border-color: #1491a7; }

  .tkt-home .tkt-head ul.tkt-nav .tkt-lnk-home,
  .tkt-shows .tkt-head ul.tkt-nav .tkt-lnk-shows,
  .tkt-tours .tkt-head ul.tkt-nav .tkt-lnk-tours,
  .tkt-takepart .tkt-head ul.tkt-nav .tkt-lnk-takepart {
    display: block; } }
@media screen and (max-width: 500px) {
  body {
    min-width: 320px; }

  .tkt-head img.logo-rect {
    display: none; }
  .tkt-head img.logo-sqr {
    display: block; }

  .tkt-filter {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .tkt-filter .tkt-filter-summary {
      width: 70%; }

  .tkt-filter-options {
    clear: both;
    display: none; }
    .tkt-filter-options .tkt-filter-options-section {
      max-height: 200px;
      overflow: auto;
      margin-bottom: 16px; }
      .tkt-filter-options .tkt-filter-options-section label {
        display: block; }

  .faq-content,
  .introduction,
  .breaking-news,
  .filterBar {
    margin: 0 0 16px; }

  div.fake-list-link {
    display: none; }

  a.list-link,
  a.list-link.fourabrest {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
    float: none;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 16px 0; }

  body.tkt-nothome a.list-link .list-desc {
    position: relative;
    opacity: 1;
    margin-top: 0;
    padding: 0 0 8px; }

  .tkt-inner > .inline-header {
    float: none; }
  .tkt-inner > h1,
  .tkt-inner > * {
    margin-left: 0;
    margin-right: 0; }

  .inline-header-image {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
    float: none;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    margin: 0 0 16px; }

  .tkt-embedded-iplayer {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
    float: none;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    margin: 0 0 16px 0;
    width: 100%; }

  .user-quote {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
    float: none;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    margin: 0 0 16px;
    float: none; }

  .contact-details label,
  .mailing-information label {
    width: 100%; }
  .contact-details select, .contact-details input, .contact-details textarea,
  .mailing-information select,
  .mailing-information input,
  .mailing-information textarea {
    width: 100%; }
  .contact-details #postcode-get,
  .mailing-information #postcode-get {
    margin: 0 1% 12px 0; }
  .contact-details #postcode-get,
  .contact-details #postcode-manual,
  .mailing-information #postcode-get,
  .mailing-information #postcode-manual {
    width: 100%; }
  .contact-details p,
  .mailing-information p {
    width: 100%;
    clear: left; }
  .contact-details fieldset label.wrappingLabel,
  .mailing-information fieldset label.wrappingLabel {
    width: 85%;
    float: none;
    clear: none;
    display: block;
    margin: 5px 0 5px 10%; }

  body .tkt-wrap .tabs {
    clear: both; }
    body .tkt-wrap .tabs > ul li {
      width: auto;
      padding: 0 8px; }
    body .tkt-wrap .tabs .tab {
      padding: 8px; }
      body .tkt-wrap .tabs .tab > ul li {
        padding: 8px; }
        body .tkt-wrap .tabs .tab > ul li.quote {
          padding-bottom: 2px; }
        body .tkt-wrap .tabs .tab > ul li.cite {
          padding-top: 2px; }

  .categories-interest li li {
    width: 50%; }

  ul.pagination {
    padding: 0; }

  a.wdwktkt {
    font-size: 12px !important;
    color: #fff !important; } }
@media screen and (max-width: 700px) {
  .recordings-background .recordings-buttons span.apply-now-instructions {
    float: none;
    display: block;
    margin-bottom: 8px; } }
@media screen and (max-width: 600px) {
  .recordings-background {
    padding: 0.1px 8px; }
    .recordings-background .recordings-buttons {
      margin: 8px 0; }
    .recordings-background .recording .date {
      float: none;
      width: auto;
      padding: 8px; }
      .recordings-background .recording .date span {
        display: inline;
        padding: 0 8px;
        border-left: 1px solid #eee; }
        .recordings-background .recording .date span:first-child {
          padding-left: 0;
          border-left: 0px; }
    .recordings-background .recording .info {
      padding: 0 0 8px 8px;
      width: calc(100% - 56px); }
    .recordings-background .recording > label {
      right: 8px !important;
      top: 8px !important; }
    .recordings-background.review .recording .info {
      padding: 0 8px 8px;
      width: auto; }

  .user-quote {
    float: none;
    clear: right;
    width: 100%; }

  .recordings-background.review .recording .tickets,
  .recordings-background.review .recording .wheelchairs,
  .recordings-background.application .recording .tickets,
  .recordings-background.application .recording .wheelchairs {
    margin: 0 0 16px 8px;
    width: calc(50% - 36px); }

  .recordings-background.application .recording .wheelchairs.info {
    width: auto;
    margin: 0 16px 8px 8px; } }
@media screen and (max-width: 399px) {
  .tkt-main {
    padding: 0 8px; }

  .tkt-foot {
    margin-left: 0;
    margin-right: 0; }

  .additional-signup,
  .sidebar,
  .recordings-background {
    padding: 8px !important; } }
@media screen and (max-width: 750px) {
  .contact-details, .mailing-information, .venue-content {
    float: none;
    clear: left;
    width: auto;
    margin: 0 0 16px; }

  .sidebar {
    float: none;
    clear: left;
    width: auto;
    margin: 0 0 16px; }

  .tkt-inner > h1 {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 700px) {
  .tkt-filter ul.filter > li {
    width: calc(50% - 26px);
    margin: 0 8px 8px 0; }
    .tkt-filter ul.filter > li > ul {
      width: 100% !important; }

  .tkt-wrap .tabs > ul li {
    /*    width: calc(24.999% - 4px); */ }

  .googlemap {
    float: none;
    clear: left;
    width: auto;
    height: 300px;
    margin: 0 0 16px; }

  .tabs .googlemap {
    margin: 0 0 16px 0; }

  .listing a.list-link .extras {
    display: none; } }
@media screen and (max-width: 450px) {
  .tkt-filter ul.filter > li {
    width: auto;
    float: none; } }
@media screen and (min-width: 500px) and (max-width: 1007px) {
  .relatedItems a:nth-child(3) {
    display: none; } }
@media screen and (max-width: 600px) {
  body .tkt-wrap .tabs > ul {
    display: none; }

  body .tkt-wrap .tabs .tab {
    display: block;
    margin: 0 0 4px 0;
    padding: 0; }
    body .tkt-wrap .tabs .tab a.concertina-control {
      position: relative;
      display: block;
      height: 20px;
      line-height: 20px;
      font-size: 16px;
      padding: 8px 8px 6px 8px;
      margin: 0;
      color: #eee; }
      body .tkt-wrap .tabs .tab a.concertina-control:after {
        content: '\e005';
        font-family: gelicons-core;
        position: absolute;
        right: 8px;
        top: 7px; }
      body .tkt-wrap .tabs .tab a.concertina-control:hover {
        color: #eee; }
    body .tkt-wrap .tabs .tab > div {
      display: none;
      padding: 8px;
      margin: 0; }
    body .tkt-wrap .tabs .tab.active {
      height: auto; }
      body .tkt-wrap .tabs .tab.active > div {
        display: block; }
      body .tkt-wrap .tabs .tab.active a.concertina-control:after {
        font-size: 13px;
        content: '\e004'; }

  body .tkt-wrap .tabs {
    margin: 0 0 16px 0; }

  body.noJS .tkt-wrap .tabs .tab > div {
    display: block; } }
@media screen and (max-width: 800px) {
  .tkt-foot ul.tkt-nav li {
    width: calc(33% - 16px);
    text-align: left;
    float: left;
    border: none;
    padding: 5px 8px; }
    .tkt-foot ul.tkt-nav li:nth-child(3n+1), .tkt-foot ul.tkt-nav li:nth-child(3n+2) {
      border-right: 1px solid #949494; }
    .tkt-foot ul.tkt-nav li:nth-child(3n) {
      border: none; }
    .tkt-foot ul.tkt-nav li a {
      padding: 0; }
    .tkt-foot ul.tkt-nav li.sharedsocial a.twitterlink,
    .tkt-foot ul.tkt-nav li.sharedsocial a.facebooklink,
    .tkt-foot ul.tkt-nav li.sharedsocial a.instagramlink {
      text-decoration: none !important;
      width: 20px;
      display: inline-block;
      text-indent: -9999px;
      position: relative;
      margin: 0 8px 0 0; }
      .tkt-foot ul.tkt-nav li.sharedsocial a.twitterlink:before,
      .tkt-foot ul.tkt-nav li.sharedsocial a.facebooklink:before,
      .tkt-foot ul.tkt-nav li.sharedsocial a.instagramlink:before {
        position: absolute;
        text-indent: 0;
        left: 0;
        margin-left: 0; } }
@media screen and (max-width: 650px) {
  .tkt-foot ul.tkt-nav li {
    width: calc(50% - 17px); }
    .tkt-foot ul.tkt-nav li:nth-child(2n+1) {
      border-right: 1px solid #949494; }
    .tkt-foot ul.tkt-nav li:nth-child(2n) {
      border: none; } }
@media screen and (max-width: 450px) {
  .tkt-foot ul.tkt-nav li {
    width: auto;
    float: none;
    display: block;
    border-right: none !important; } }
@media screen and (max-width: 600px) {
  #modal_content ul {
    overflow: auto;
    max-height: 310px;
    padding: 0; }
    #modal_content ul.links li {
      clear: both;
      list-style: none;
      margin-bottom: 1px;
      background-color: #BCBCBC;
      overflow: hidden; }
      #modal_content ul.links li a {
        display: block;
        padding: 8px 35px 9px 12px;
        background: url(../resources/icon-arrow-right.png) right 50% no-repeat;
        color: #222;
        text-decoration: none; }

  ol.faq-listing {
    padding: 0; }
    ol.faq-listing li {
      clear: both;
      list-style: none;
      margin-bottom: 1px;
      background-color: #3A3A3A;
      overflow: hidden; }
      ol.faq-listing li a {
        display: block;
        padding: 8px 35px 9px 12px;
        background: url(../resources/icon-arrow-right.png) right 50% no-repeat; } }
/*
 *   IE FIX TIME!
 */
html.lt-ie9 .tkt-inner {
  width: 992px; }
html.lt-ie9 a.list-link {
  position: relative;
  width: 314px; }
  html.lt-ie9 a.list-link img {
    position: relative;
    max-height: 999px;
    /* !!! */
    width: 314px !important; }
  html.lt-ie9 a.list-link .tkt-flag {
    display: block; }
  html.lt-ie9 a.list-link .apply-now-button,
  html.lt-ie9 a.list-link .list-desc {
    display: none; }
  html.lt-ie9 a.list-link:hover .tkt-flag {
    display: none; }
  html.lt-ie9 a.list-link:hover .apply-now-button,
  html.lt-ie9 a.list-link:hover .list-desc {
    display: block; }
  html.lt-ie9 a.list-link:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }
html.lt-ie9 .tabs > ul li {
  background-color: #363535; }
html.lt-ie9 .tabs > ul li {
  width: 159px; }
html.lt-ie9 .venue-content {
  clear: left;
  width: 65% !important; }
html.lt-ie9 .contact-details {
  clear: left;
  width: 66% !important; }
  html.lt-ie9 .contact-details label {
    width: 49%; }
  html.lt-ie9 .contact-details #postcode-get {
    margin-left: 49%; }
  html.lt-ie9 .contact-details textarea,
  html.lt-ie9 .contact-details input,
  html.lt-ie9 .contact-details select {
    height: auto;
    margin: 6px 0 12px 0;
    width: 322px; }
  html.lt-ie9 .contact-details input[type="button"],
  html.lt-ie9 .contact-details input[type="submit"] {
    padding-top: 4px;
    padding-bottom: 4px; }
html.lt-ie9 .sidebar {
  width: 33% !important;
  float: right !important;
  margin-right: 0px; }
  html.lt-ie9 .sidebar #map-canvas {
    width: 314px !important; }
html.lt-ie9 .recordings-background {
  margin: 0 0 16px; }
  html.lt-ie9 .recordings-background .recording {
    padding-bottom: 8px; }
  html.lt-ie9 .recordings-background .recordings-buttons {
    margin: 0;
    padding: 16px 0; }
  html.lt-ie9 .recordings-background .recordings-buttons * {
    vertical-align: middle; }
html.lt-ie9 input[type=checkbox] {
  width: auto;
  background-color: transparent;
  margin: 0; }
html.lt-ie9 .tkt-head ul.tkt-nav li {
  width: 330px; }
html.lt-ie9 .tkt-head ul.tkt-nav {
  padding: 0; }
html.lt-ie9 .tkt-head ul.tkt-nav li {
  border-bottom: 4px solid;
  height: 34px;
  cursor: default;
  background-color: #191919; }
  html.lt-ie9 .tkt-head ul.tkt-nav li a {
    padding: 5px 0; }
    html.lt-ie9 .tkt-head ul.tkt-nav li a:after {
      display: none !important; }
  html.lt-ie9 .tkt-head ul.tkt-nav li.tkt-nav-shows {
    border-bottom-color: #b900b9; }
  html.lt-ie9 .tkt-head ul.tkt-nav li.tkt-nav-tours {
    border-bottom-color: #e95d0f; }
  html.lt-ie9 .tkt-head ul.tkt-nav li.tkt-nav-takepart {
    border-bottom-color: #1491a7; }
  html.lt-ie9 .tkt-head ul.tkt-nav li:hover {
    border-bottom-color: #191919; }
html.lt-ie9 .twitter-share-button {
  border: none;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  font-size: 14px;
  color: #eee !important;
  text-decoration: none;
  display: inline;
  display: inline-block;
  margin: 0 16px 16px 0;
  cursor: pointer;
  background-color: #5EA9DD; }
  html.lt-ie9 .twitter-share-button:after {
    display: none; }
  html.lt-ie9 .twitter-share-button:before {
    content: '\e300';
    color: #eee;
    font-family: gelicons-social;
    position: relative;
    margin: 0px 7px 0 0;
    top: 1px; }

html.lt-ie8 .apply-now-button {
  display: inline; }
html.lt-ie8 .tkt-foot {
  margin: 32px 8px 16px 8px; }
  html.lt-ie8 .tkt-foot ul.tkt-nav {
    margin: 0.01px; }
html.lt-ie8 .contact-details input {
  width: 319px; }
  html.lt-ie8 .contact-details input[type=checkbox] {
    width: auto;
    margin: 0;
    padding: 0; }
html.lt-ie8 .sidebar {
  width: 30% !important;
  float: right !important;
  margin-right: 0px; }
  html.lt-ie8 .sidebar #map-canvas {
    width: 30% !important; }
html.lt-ie8 #modal input[type=button] {
  padding: 0 20px; }
html.lt-ie8 .inline-header-image,
html.lt-ie8 .carousel {
  width: 50%; }
html.lt-ie8 a.list-link {
  width: 314px !important;
  height: 220px; }
  html.lt-ie8 a.list-link img {
    height: auto;
    width: 314px !important; }
html.lt-ie8 a.pod img {
  width: 312px !important; }
html.lt-ie8 #faq-search-from #faq-search {
  width: 830px;
  background-image: url("../resources/ie-search-bg.gif");
  background-position: left 50%;
  background-repeat: no-repeat;
  color: #999; }
html.lt-ie8 ol.faq-listing {
  padding: 0 0 0 40px; }
html.lt-ie8 .faq-content .faqfeedback .initial h4 {
  display: inline; }
html.lt-ie8 .faq-content .faqfeedback .initial a {
  display: inline;
  text-indent: 0;
  height: auto;
  font-size: 1.3em;
  text-align: center;
  margin: 0 0 0 16px; }
html.lt-ie8 .faq-content .faqfeedback .provide-feedback {
  margin: 16px 16px 0 0; }
html.lt-ie8 .tkt-filter {
  height: 40px; }

html.lt-ie7 #orb-modules {
  background: #262525; }
html.lt-ie7 .tkt-head img.logo-rect {
  display: none; }
html.lt-ie7 .tkt-head .logo-link {
  width: 992px;
  height: 105px;
  display: block;
  position: relative;
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/showsandtours/static/resources/logo-full-trans.png',sizingMethod='crop'); }

html.lt-ie7 .tkt-main {
  position: relative;
  width: 992px; }
html.lt-ie7 a.list-link {
  width: 312px !important; }
  html.lt-ie7 a.list-link img {
    height: auto;
    width: 312px !important; }
html.lt-ie7 .tkt-head {
  padding-bottom: 20px; }
html.lt-ie7 .tkt-foot ul.tkt-nav {
  text-align: right;
  position: relative;
  overflow: hidden;
  display: block;
  height: 20px; }
html.lt-ie7 .tkt-foot .tkt-nav li {
  width: auto;
  display: inline;
  float: right;
  position: relative; }
  html.lt-ie7 .tkt-foot .tkt-nav li a {
    display: inline; }
html.lt-ie7 a.list-link .list-desc .apply-now-button,
html.lt-ie7 a.list-link .list-title .apply-now-button {
  position: relative;
  display: inline;
  left: 0;
  bottom: auto;
  width: 30%;
  text-align: center; }
html.lt-ie7 .tkt-filter {
  display: none; }
html.lt-ie7 .recordings-background .recordings-buttons {
  clear: left; }
html.lt-ie7 .recordings-background .application,
html.lt-ie7 .recordings-background .recording {
  clear: left;
  overflow: hidden;
  background: none !important;
  border: solid #666;
  border-width: 1px 0; }
html.lt-ie7 .recordings-background .date,
html.lt-ie7 .recordings-background .info {
  display: block;
  position: relative;
  float: none;
  margin: 0;
  width: auto;
  text-align: left; }
html.lt-ie7 .recordings-background .date span {
  display: inline;
  margin: 0 0.5em 0 0; }
html.lt-ie7 .recordings-background .recording > label {
  display: block;
  float: none;
  height: 1px;
  overflow: hidden;
  background: none;
  width: auto;
  position: relative;
  clear: left; }
html.lt-ie7 .recordings-background .date span {
  display: inline;
  margin: 0 0.5em 0 0; }
html.lt-ie7 .recordings-background .recording .tickets,
html.lt-ie7 .recordings-background .recording .wheelchairs {
  display: block;
  margin: 0 0 8px;
  float: none;
  width: auto; }
html.lt-ie7 .recordings-background .recording .wheelchairs.click {
  display: none; }
html.lt-ie7 .recordings-background .recording select {
  width: 100px;
  margin-left: 0.5em; }
html.lt-ie7 .contact-details #postcode-get, html.lt-ie7 .mailing-information #postcode-get {
  margin-left: 32.5%; }

/*# sourceMappingURL=scss.css.map */
