@font-face {
  font-family: ETmodules;
  src: url(fonts/modules.eot);
  src:
    url(fonts/modules.eot?#iefix) format("embedded-opentype"),
    url(fonts/modules.ttf) format("truetype"),
    url(fonts/modules.woff) format("woff"),
    url(fonts/modules.svg#ETmodules) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ETmonarch;
  src: url(fonts/monarch.eot);
  src:
    url(fonts/monarch.eot?#iefix) format("embedded-opentype"),
    url(fonts/monarch.ttf) format("truetype"),
    url(fonts/monarch.woff) format("woff"),
    url(fonts/monarch.svg#ETmonarch) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url(fonts/Open-Sans-300.eot);
  src:
    url(fonts/Open-Sans-300.eot?#iefix) format("embedded-opentype"),
    local("Open Sans Light"),
    local("Open-Sans-300"),
    url(fonts/Open-Sans-300.woff2) format("woff2"),
    url(fonts/Open-Sans-300.woff) format("woff"),
    url(fonts/Open-Sans-300.ttf) format("truetype"),
    url(fonts/Open-Sans-300.svg#OpenSans) format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url(fonts/Open-Sans-regular.eot);
  src:
    url(fonts/Open-Sans-regular.eot?#iefix) format("embedded-opentype"),
    local("Open Sans"),
    local("Open-Sans-regular"),
    url(fonts/Open-Sans-regular/Open-Sans-regular.woff2) format("woff2"),
    url(fonts/Open-Sans-regular/Open-Sans-regular.woff) format("woff"),
    url(fonts/Open-Sans-regular/Open-Sans-regular.ttf) format("truetype"),
    url(fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans) format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url(fonts/Open-Sans-600.eot);
  src:
    url(fonts/Open-Sans-600.eot?#iefix) format("embedded-opentype"),
    local("Open Sans Semibold"),
    local("Open-Sans-600"),
    url(fonts/Open-Sans-600.woff2) format("woff2"),
    url(fonts/Open-Sans-600.woff) format("woff"),
    url(fonts/Open-Sans-600.ttf) format("truetype"),
    url(fonts/Open-Sans-600.svg#OpenSans) format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url(fonts/Open-Sans-700.eot);
  src:
    url(fonts/Open-Sans-700.eot?#iefix) format("embedded-opentype"),
    local("Open Sans Bold"),
    local("Open-Sans-700"),
    url(fonts/Open-Sans-700.woff2) format("woff2"),
    url(fonts/Open-Sans-700.woff) format("woff"),
    url(fonts/Open-Sans-700.ttf) format("truetype"),
    url(fonts/Open-Sans-700.svg#OpenSans) format("svg");
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring,
select::-moz-focus-inner {
  color: transparent;
  text-shadow: 0 0 0 #000;
  background-image: none !important;
  border: 0;
  padding: 0;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 24px;
  width: 100%;
  height: 0;
}
.clear {
  clear: both;
}
body {
  background-color: #eaeaea;
  font-weight: 300;
  font-family:
    "Open Sans",
    Helvetica,
    Segoe UI,
    Arial,
    Lucida,
    sans-serif;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
.OPW_button {
  padding: 0.3em 1em;
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  background: 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7em !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
}
.OPW_button:after {
  font-family: ETmodules !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  content: "\35";
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  font-size: 32px;
  opacity: 0;
}
.OPW_button:hover {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.3em 2em 0.3em 1em;
  border: 2px solid transparent;
}
.OPW_button:hover:after {
  opacity: 1;
}
.OPW_backButton {
  padding: 0.3em 1em;
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  background: 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7em !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
  position: relative;
}
.OPW_backButton:before {
  font-family: ETmodules !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  left: 0;
  content: "\34";
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  font-size: 32px;
  opacity: 0;
}
.OPW_backButton:hover {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.3em 1em 0.3em 1.5em;
  border: 2px solid transparent;
}
.OPW_backButton:hover:before {
  opacity: 1;
}
@media all and (max-width: 400px) {
  .OPW_backButton,
  .OPW_button {
    font-size: 16px;
  }
}
#bookingNotAvailable {
  display: none;
}
.OPW_bookingNotAvailable {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  width: 80%;
  margin: 10px auto;
  background-color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}
.OPW_bookingNotAvailable p {
  color: #000;
  text-align: center;
  font-size: 24px;
}
.OPW_goToTop {
  display: inline;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  content: attr(data-icon);
  speak: none;
  box-sizing: border-box;
  line-height: 1;
  speak: none;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.OPW_goToTop:hover {
  background: rgba(0, 0, 0, 0.6);
}
.OPW_goToTop:before {
  content: "2";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: ETmodules;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
.OPW_topVisible {
  opacity: 1;
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeInRight;
  -moz-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeInRight;
  -o-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeInRight;
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeInRight;
}
.OPW_topHidden {
  opacity: 0;
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeOutRight;
  -moz-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeOutRight;
  -o-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeOutRight;
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeOutRight;
}
.OPW_printTicket {
  font-family:
    "Open Sans",
    Helvetica,
    Segoe UI,
    Arial,
    Lucida,
    sans-serif;
  width: 90%;
  display: table;
  max-width: 750px;
  height: auto;
  border: 1px solid #000;
  padding: 20px;
  margin: 20px;
  background: #fff;
}
.OPW_printCodeCol {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}
.OPW_printCodeCol img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.OPW_printCodeCol img.qr {
  border: 1px solid #000;
}
.OPW_printPosterCol {
  width: 20%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.OPW_printPosterCol img {
  width: 100%;
}
.OPW_printPosterCol img.logo {
  max-width: 50px;
  margin-bottom: 10px;
}
.OPW_printDetailsCol {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}
.OPW_printDetailsCol h5,
.OPW_printDetailsCol p {
  margin: 0;
  font-weight: 400;
}
.OPW_printInfo {
  font-family:
    "Open Sans",
    Helvetica,
    Segoe UI,
    Arial,
    Lucida,
    sans-serif;
  width: 100%;
  padding: 20px;
}
.OPW_printInfo p {
  margin: 10px;
}
.OLCT_pageOuterWrapper {
  width: 80%;
  margin: 10px auto;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.OLCT_movieDetailsContainer {
  color: #000;
}
.OPW_pageOuterWrapper {
  width: 80%;
  margin: auto;
}
.OPW_mainContent {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .OPW_pageOuterWrapper {
    width: auto;
    margin: 10px;
  }
}
.OPW_breadCrumb {
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 10px auto;
}
.OPW_breadCrumb .stage {
  float: left;
  width: 19%;
  text-align: center;
  padding: 20px 0;
}
.OPW_breadCrumb .stage p {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  opacity: 0.5;
  margin: 0;
}
.OPW_breadCrumb .selected p {
  color: #27a9e1;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .OPW_breadCrumb {
    width: auto;
    margin: 10px;
  }
  .OPW_breadCrumb .stage p {
    font-size: 12px;
  }
  .OPW_breadCrumb .stage {
    float: none;
    width: 100%;
    padding: 3px 0;
  }
}
.OPW_eventHolder {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  width: 80%;
  color: #000;
  display: table;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 10px auto;
}
.OPW_eventHolder .tourDetails {
  display: table-cell;
  vertical-align: top;
}
.OPW_eventHolder .tourDetails a {
  margin: inherit;
  text-decoration: none;
  color: #27a9e1;
  opacity: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.OPW_eventHolder .tourDetails a:hover {
  opacity: 0.5;
}
.OPW_eventHolder .tourImage {
  display: table-cell;
  width: 150px;
  vertical-align: top;
}
.OPW_eventHolder .tourImage img {
  width: 100%;
}
.OPW_eventHolder h3 {
  font-weight: 400;
  font-size: 23px;
  margin: 0;
  padding: 10px 10px 0;
}
.OPW_eventHolder p {
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  padding: 10px;
}
@media all and (max-width: 767px) {
  .OPW_eventHolder {
    width: auto;
    margin: 10px;
  }
}
@media all and (max-width: 500px) {
  .OPW_eventHolder {
    display: block;
  }
  .OPW_eventHolder .tourDetails,
  .OPW_eventHolder .tourImage {
    display: block;
    width: 100%;
  }
  .OPW_eventHolder .tourImage img {
    width: 100%;
  }
}
.OPW_performanceHolder {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  width: 80%;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 10px auto;
  padding: 10px 0;
}
.OPW_performanceHolder h6 {
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  margin: 0;
}
@media all and (max-width: 767px) {
  .OPW_performanceHolder {
    width: auto;
    margin: 10px;
  }
}
.OPW_titleWrapper {
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}
.OPW_titleWrapper h4 {
  width: auto;
  margin: 0 auto;
  font-size: 16px;
  color: red;
  padding: 10px 0;
}
.OPW_titleWrapper h5 {
  width: auto;
  font-weight: 700;
  margin: 0 auto 10px;
  font-size: 30px;
}
.OPW_titleWrapper h6 {
  width: auto;
  font-weight: 300;
  margin: 0 auto;
  font-size: 20px;
}
.OPW_titleWrapper h6 span {
  padding: 5px;
  opacity: 1;
  text-transform: uppercase;
}
.OPW_titleWrapper .soldout {
  color: #fff;
  background: #700000;
}
.OPW_titleWrapper .available {
  background: #27a9e1;
  color: #fff;
}
.OPW_titleWrapper .unavailable {
  background: #345b41;
  color: #fff;
  opacity: 0.5 !important;
}
@media all and (max-width: 540px) {
  .OPW_titleWrapper h6 {
    display: inline-grid;
  }
}
@media all and (max-width: 480px) {
  .OPW_titleWrapper h6 {
    font-size: 15px;
    display: inline-grid;
  }
  .OPW_titleWrapper h5 {
    font-size: 20px;
  }
}
.OPW_timesHeader {
  width: 80%;
  margin: auto;
  text-align: center;
}
.OPW_timesWrapper {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  color: #000;
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 15px 0;
}
.OPW_timesWrapper h1 {
  font-size: 50px;
  margin: 0;
  padding: 0 0 10px;
}
.OPW_timesWrapper h2 {
  font-size: 23px;
  margin: 0;
  padding: 0;
}
.OPW_timesWrapper h3 {
  font-weight: 400;
  font-size: 23px;
  margin: 0;
  padding: 0 0 10px;
}
.OPW_timesWrapper h4 {
  font-weight: 400;
  font-size: 25px;
  margin: 0;
  padding: 10px 0;
  color: red;
}
.OPW_timesWrapper p {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  padding: 0 10px;
}
.OPW_tourWrapper {
  width: 100%;
  display: table;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  text-align: left;
}
.OPW_tourWrapper p {
  margin: 0 0 20px;
}
.OPW_tourWrapper p a {
  margin: inherit;
  margin-bottom: 0;
  text-decoration: none;
  color: #27a9e1;
  opacity: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.OPW_tourWrapper p a:hover {
  opacity: 0.5;
}
.OPW_tourWrapper h3 {
  padding: 0 10px 10px;
}
.OPW_tourWrapper a {
  display: inline-block;
  width: auto;
  margin: 0 10px 10px;
}
.OPW_tourWrapper div.tourImage {
  display: table-cell;
  width: 250px;
  vertical-align: top;
}
.OPW_tourWrapper div.tourImage img {
  width: 100%;
}
.OPW_tourWrapper div.tourTitle {
  display: table-cell;
  vertical-align: top;
}
.OPW_scheduledEventWrapper {
  width: 100%;
  display: table;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  text-align: left;
}
.OPW_scheduledEventWrapper p {
  margin: 0 0 20px;
}
.OPW_scheduledEventWrapper p a {
  margin: inherit;
  text-decoration: none;
  color: #27a9e1;
  opacity: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.OPW_scheduledEventWrapper p a:hover {
  opacity: 0.5;
}
.OPW_scheduledEventWrapper h3 {
  padding: 0 10px 10px;
}
.OPW_scheduledEventWrapper a {
  display: inline-block;
  width: auto;
  margin: 0 10px 10px;
}
.OPW_scheduledEventWrapper div.scheduledEventImage {
  display: table-cell;
  width: 250px;
  vertical-align: top;
}
.OPW_scheduledEventWrapper div.scheduledEventImage img {
  width: 100%;
}
.OPW_scheduledEventWrapper div.scheduledEventTitle {
  display: table-cell;
  vertical-align: top;
}
.OPW_scheduledEventWrapper div.scheduledEventTimes {
  width: 90%;
}
@media all and (max-width: 700px) {
  .OPW_timesWrapper h1 {
    font-size: 30px;
  }
  .OPW_timesWrapper h2 {
    font-size: 15px;
  }
  .OPW_scheduledEventWrapper div.scheduledEventImage,
  .OPW_tourWrapper div.tourImage {
    width: 150px;
  }
}
@media all and (max-width: 500px) {
  .OPW_timesWrapper p {
    padding: 10px;
  }
  .OPW_tourWrapper {
    display: block;
  }
  .OPW_tourWrapper div.tourImage {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .OPW_tourWrapper div.tourTitle {
    display: block;
    width: 100%;
  }
  .OPW_scheduledEventWrapper {
    display: block;
  }
  .OPW_scheduledEventWrapper div.scheduledEventWrapper {
    margin: 0 0 10px;
    display: block;
    width: 100%;
  }
}
.OPW_calendarTable {
  margin: 20px auto;
  width: 100%;
}
.OPW_calendarTable h4,
.OPW_calendarTable h6 {
  margin-bottom: 0;
  margin-top: 0;
}
.OPW_calendarTable h4 {
  font-size: 24px;
}
.OPW_calendarTable h6 {
  font-size: 20px;
}
.OPW_calendarTable td {
  vertical-align: middle;
  text-align: center;
  width: 14.25%;
  border: 2px solid #fff;
  height: 40px;
}
.OPW_calendarTable td div {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.OPW_calendarTable .activeMonth {
  opacity: 0.7;
  color: #27a9e1;
  cursor: pointer;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}
.OPW_calendarTable .activeMonth:hover {
  opacity: 1;
}
.OPW_calendarTable .inactiveMonth {
  opacity: 0.5;
  color: #666;
}
.OPW_calendarTable .dayHeader {
  font-size: 14px;
  color: #666;
}
.OPW_calendarTable .dayUnavail {
  opacity: 0.5;
  color: #666;
}
.OPW_calendarTable .daySoldOut {
  opacity: 1;
  color: #fff;
  background: #700000;
}
.OPW_calendarTable .dayCurrentCutOff {
  opacity: 0.5;
  color: #fff;
  background: #345b41;
}
.OPW_calendarTable .dayAvail {
  opacity: 1;
  background: #27a9e1;
  color: #fff;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}
.OPW_calendarTable .dayAvail:hover {
  opacity: 0.7;
}
@media all and (max-width: 480px) {
  .OPW_calendarTable {
    width: 100%;
  }
  .OPW_calendarTable .dayHeader,
  .OPW_calendarTable td div {
    font-size: 10px;
  }
  .OPW_calendarTable h4,
  .soldOutIndicator h6 {
    font-size: 14px;
  }
  .OPW_calendarTable h6 {
    font-size: 12px;
  }
}
.OPW_timesHolder {
  text-align: center;
}
.OPW_timesHolder h4 {
  font-size: 24px;
  margin: 20px auto 10px;
}
.OPW_timesHolder div {
  display: inline-block;
  text-align: center;
  width: 14.25%;
  height: 40px;
  margin: 2px;
  line-height: 40px;
  font-size: 20px;
}
.OPW_timesHolder div p {
  background: #ddd;
  opacity: 0.5;
  color: #666;
  margin: 0;
}
.OPW_timesHolder div p.soldOut {
  background: #700000;
  color: #fff;
  opacity: 1;
  margin: 0;
}
.OPW_timesHolder div p.unavaliable {
  background: #345b41;
  color: #fff;
  opacity: 0.5;
  margin: 0;
}
.OPW_timesHolder div a {
  display: block;
  opacity: 1;
  background: #27a9e1;
  color: #fff;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  margin: 0;
}
.OPW_timesHolder div a:hover {
  background: #bbb;
}
@media all and (max-width: 480px) {
  .OPW_timesHolder {
    width: 100%;
  }
  .OPW_timesHolder div {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
  .OPW_timesHolder h4 {
    font-size: 20px;
  }
}
.noTimes {
  text-align: center;
}
.tixAvailValue {
  position: relative;
  bottom: 3px;
  font-size: 10px;
  line-height: 10px;
}
.OPW_ticketType {
  display: table;
  width: 100%;
}
.OPW_ticketType div {
  margin: 0;
  padding: 0;
}
.OPW_ticketType .description {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.OPW_ticketType .price {
  display: table-cell;
  width: 120px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.OPW_ticketType .qty {
  display: table-cell;
  position: relative;
  width: 120px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.OPW_ticketType .voucherInput {
  display: table-cell;
  width: 360px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
}
.OPW_ticketType .qty select {
  font-size: 16px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  background: #f5f5f5;
  padding-left: 20px;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #777;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  -moz-box-shadow: none;
}
.OPW_ticketType .qty:after {
  right: 0;
  top: 7px;
  font-family: ETmodules !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  content: "\37";
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  font-size: 32px;
  pointer-events: none;
}
.OPW_ticketTypeChange {
  margin-bottom: 15px;
}
.OPW_ticketTypeChange p {
  font-weight: 400;
  margin: 10px 0;
}
.OPW_ticketTypeChange a {
  display: block;
  margin-bottom: 5px;
  width: auto;
}
.herCardButtonHolder {
  width: 100%;
  display: table;
}
.herCardButtonHolder div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.herCardButtonHolder img {
  display: table-cell;
  width: 200px;
  padding-left: 10px;
  vertical-align: middle;
}
.OPW_ticketTotal {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.OPW_ticketTotal .totals {
  vertical-align: middle;
  display: table-cell;
  text-align: left;
}
.OPW_ticketTotal .process {
  vertical-align: middle;
  text-align: right;
  display: table-cell;
  width: 400px;
}
.OPW_ticketTotal .totals div {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
@media all and (max-width: 850px) {
  .herCardButtonHolder img {
    width: 150px;
  }
}
@media all and (max-width: 650px) {
  .herCardButtonHolder {
    width: 100%;
    display: block;
  }
  .herCardButtonHolder div {
    display: block;
  }
  .herCardButtonHolder img {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding-left: 0;
  }
  .OPW_ticketType {
    display: block;
    padding-bottom: 10px;
  }
  .OPW_ticketType .description {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .OPW_ticketType .price {
    display: block;
    float: left;
    width: 60%;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
  }
  .OPW_ticketType .qty {
    display: block;
    float: left;
    width: 39%;
  }
  .OPW_ticketType .qty select {
    font-size: 13px;
  }
  .OPW_ticketTotal {
    display: block;
    text-align: center;
  }
  .OPW_ticketTotal .process,
  .OPW_ticketTotal .totals {
    display: block;
    text-align: center;
    width: 100%;
  }
  .OPW_ticketTotal .process {
    margin-top: 10px;
  }
}
.OPW_relatedContent {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.OPW_relatedContent .relatedTitle h6 {
  font-weight: 400;
  text-align: center;
  font-size: 17px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.OPW_relatedContent .relatedPerformance .OPW_eventHolder {
  width: 100%;
  margin: 0 auto;
}
.OPW_basket {
  padding: 10px 0;
}
.OPW_basket p {
  text-align: center;
  margin: 10px 0 0;
  font-weight: 600;
}
.OPW_basket h6 {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
.OPW_ticketConfirmationRow {
  display: table;
  width: 100%;
  max-width: 500px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}
.OPW_ticketConfirmationRow .leftDetail {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  font-size: 16px;
}
.OPW_ticketConfirmationRow .rightDetail {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  padding: 10px;
  text-align: right;
  font-size: 18px;
}
.OPW_ticketConfirmationRow .finalDetail {
  background: #ddd;
  color: #27a9e1;
  font-weight: 700;
}
.OPW_PaHticketConfirmationRow {
  display: table;
  width: 100%;
  max-width: 500px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}
.OPW_PaHticketConfirmationRow .PaHleftDetail {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  font-size: 12px;
}
.OPW_PaHticketConfirmationRow .PaHrightDetail {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  padding: 5px;
  text-align: right;
  font-size: 14px;
}
.OPW_PaHticketConfirmationRow .PaHfinalDetail {
  background: #ddd;
  color: #27a9e1;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.PaHblank {
  padding-bottom: 10px;
}
.SM_ticketConfirmationRowPrint {
  display: table;
  width: 100%;
  max-width: 500px;
  border: 1px solid #000;
  margin: 0 auto;
}
@media all and (max-width: 650px) {
  .OPW_ticketConfirmationRow .leftDetail {
    font-size: 12px;
  }
  .OPW_ticketConfirmationRow .rightDetail {
    font-size: 14px;
  }
  .OPW_basket h6 {
    margin-top: 16px;
  }
}
.OPW_paymentAlert {
  text-align: center;
  margin: 10px 0;
  font-weight: 700;
  color: red;
  font-size: 20px;
}
.OPW_paymentItem {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
}
.OPW_paymentItem div {
  margin: 0;
  padding: 0;
}
.OPW_paymentItem .inputLabel,
.OPW_ticketType .inputLabel {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  display: table-cell;
  width: 150px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
}
.OPW_paymentItem .inputValue,
.OPW_ticketType .inputValue {
  display: table-cell;
  border: 1px solid #ccc;
  vertical-align: middle;
  position: relative;
}
.OPW_paymentItem .inputValue input,
.OPW_paymentItemExpiry,
.OPW_ticketType .inputValue input {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  margin-bottom: 0;
  background: #f5f5f5;
  font-size: 16px;
  border: none;
  width: calc(100% - 20px);
  height: 50px;
  padding: 0 10px;
  font-weight: 400;
  border-radius: 0;
}
.OPW_paymentItem .country select {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  background: #f5f5f5;
  padding-left: 10px;
  position: relative;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
}
.OPW_paymentItem .country:after {
  right: 0;
  top: 7px;
  font-family: ETmodules !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  content: "\37";
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  font-size: 32px;
  pointer-events: none;
}
.OPW_payNow {
  display: table;
  width: 100%;
}
.OPW_payNow p {
  margin: 0;
  padding: 10px 0;
}
.OPW_payNow .tickBox {
  display: table-cell;
  vertical-align: middle;
  width: 34%;
}
.OPW_payNow .tickBox p a {
  text-decoration: none;
  color: #27a9e1;
}
.OPW_payNow .proceed {
  display: table-cell;
  vertical-align: middle;
  width: 330px;
  text-align: right;
}
@media all and (max-width: 650px) {
  .OPW_paymentItem {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .OPW_paymentItem div {
    margin: 0;
    padding: 0;
  }
  .OPW_paymentItem .inputLabel {
    display: block;
    width: 100%;
  }
  .OPW_paymentItem .inputValue {
    display: block;
    float: none;
    width: 100%;
  }
  .OPW_payNow {
    display: block;
    width: 100%;
  }
  .OPW_payNow .proceed,
  .OPW_payNow .tickBox {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.OPW_bookingDetails {
  text-align: center;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.OPW_bookingDetails h6 {
  width: 100%;
  font-size: 20px;
  margin: 0;
}
.OPW_bookingDetails p {
  width: 100%;
  font-size: 14px;
  margin: 5px 0;
}
.OPW_bookingDetails p span {
  color: #27a9e1;
  font-weight: 700;
}
.OPW_bookingDetails a {
  vertical-align: top;
  margin: 0 8px;
  max-width: 200px;
}
.OPW_bookingDetails a img {
  width: 150px;
  margin: 0 8px;
}
@media all and (max-width: 700px) {
  .OPW_bookingDetails {
    text-align: center;
  }
  .OPW_bookingDetails a,
  .OPW_bookingDetails a:last-child,
  .OPW_bookingDetails a:last-of-type {
    display: block;
    margin: 10px auto;
  }
  .OPW_bookingDetails p {
    padding: 0;
  }
}
.OPW_termsWrapper {
  background: #fff;
  padding: 10px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
.OPW_termsWrapper h2 {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  font-size: 25px;
  margin: 10px 0;
}
.OPW_termsWrapper p {
  font-size: 15px;
  margin: 10px 0;
  font-weight: 300;
}
.OPW_termsWrapper p a {
  opacity: 0.7;
  color: #27a9e1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  font-weight: 700;
}
.OPW_termsWrapper p a:hover {
  opacity: 1;
  color: #27a9e1;
}
#cookie-law-info-bar {
  border: 0;
  font-size: 10pt;
  margin: 0 auto;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
#cookie-law-info-again {
  font-size: 10pt;
  margin: 0;
  padding: 2px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
}
#cookie-law-info-bar span {
  vertical-align: middle;
}
.cli-plugin-button,
.cli-plugin-button:visited {
  background: url(overlay.png) repeat-x #222;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  margin: auto 10px;
}
.cli-plugin-button:hover {
  background-color: #111;
  color: #fff;
}
.cli-plugin-button:active {
  top: 1px;
}
.small.cli-plugin-button,
.small.cli-plugin-button:visited {
  font-size: 11px;
}
.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.cli-plugin-button,
.large.cli-plugin-button:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}
.super.cli-plugin-button,
.super.cli-plugin-button:visited {
  font-size: 34px;
  padding: 8px 14px 9px;
}
.magenta.cli-plugin-button:visited,
.pink.cli-plugin-button {
  background-color: #e22092;
}
.pink.cli-plugin-button:hover {
  background-color: #c81e82;
}
.green.cli-plugin-button,
.green.cli-plugin-button:visited {
  background-color: #91bd09;
}
.green.cli-plugin-button:hover {
  background-color: #749a02;
}
.red.cli-plugin-button,
.red.cli-plugin-button:visited {
  background-color: #e62727;
}
.red.cli-plugin-button:hover {
  background-color: #cf2525;
}
.orange.cli-plugin-button,
.orange.cli-plugin-button:visited {
  background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
  background-color: #d45500;
}
.blue.cli-plugin-button,
.blue.cli-plugin-button:visited {
  background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
  background-color: #2575cf;
}
.yellow.cli-plugin-button,
.yellow.cli-plugin-button:visited {
  background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
  background-color: #fc9200;
}
