/*-----
COLORS
PD Grey #2a2a2a
PD Cream #F8D180 // #D9BA67
background Grey #C8C8C8
main content Grey #EDE9E2
------*/
@font-face {
	font-family: 'ZurichBT-LightExtraCondensed';
	src: url('/sites/PICTUREDROME/css/23F75B_0_0.eot');
	src: url('/sites/PICTUREDROME/css/23F75B_0_0.eot?#iefix') format('embedded-opentype'),
	url('/sites/PICTUREDROME/css/23F75B_0_0.woff') format('woff'),
	url('/sites/PICTUREDROME/css/23F75B_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'LeHavre';
	src: url('/sites/PICTUREDROME/css/23F494_2_0.eot');
	src: url('/sites/PICTUREDROME/css/23F494_2_0.eot?#iefix') format('embedded-opentype'),
	url('/sites/PICTUREDROME/css/23F494_2_0.woff') format('woff'),
	url('/sites/PICTUREDROME/css/23F494_2_0.ttf') format('truetype');
}
/*--BROWSER RESET------------------------*/
*, *:before, *:after {
  box-sizing: border-box
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;    border-spacing: 0;
}
select::-ms-expand {
  display: none;
}
::-moz-selection {
  background: #2A2A2A;
  text-shadow: none;
}
::selection {
  background: #2A2A2A;
  text-shadow: none;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
input,
textarea,
select,
input:focus,
textarea:focus,
select:focus {
    outline: 0;
    outline-color: transparent;
    outline-style: none;
    box-shadow:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type='checkbox'] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  -o-appearance: checkbox;
}
input[type='text'] {
   padding-left: 5px;
}
body {
  background : url('images/backBar.png') repeat-x #C8C8C8;
  font-family: Segoe, Helvetica, Arial, sans-serif;
}
.clear {
  clear: both;
}
a, a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
a:hover {
  color: #f8d180;
}
h2 {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  color: #2A2A2A;
  font-size: 30px;
  line-height: 25px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
}
.PD_wrapper {
  max-width: 1024px;
  margin: 0 auto;
  background : #EDE9E2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.PD_scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 50px;
  background-color: #2a2a2a;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(191,160,77,1);
  -webkit-box-shadow: 0 0 2px 1px rgba(191,160,77,1);
  -moz-box-shadow: 0 0 2px 1px rgba(191,160,77,1);
  text-align: center;
  z-index: 1000;
}
.PD_scrollToTop img {
  width: 50px;
  height: 50px;
}
input, textarea, select, option {
  background: #F8D180;
  line-height: 35px;
  outline:none;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border:1px solid rgba(0,0,0, 0.2);
}

input:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#process:hover {
  -webkit-filter: grayscale(100%);
  filter: invert(30%);
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  padding: 5px;
}
input:focus, textarea:focus, select:focus, option:focus {
  box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  border:1px solid rgba(0,0,255, 0.8);
}
/*-SOCIAL DISTANCING--------*/
.SD_wrapper {
  background-color: #EED202;
  height: 100%;
  margin: 20px 0;
}
.SD_wrapper:before, .SD_wrapper:after {
      content: '';
      position: relative;
      top: 0px;
      bottom: 0px;
      display: block;
      height: 12px;
      width: 100%;
      background: repeating-linear-gradient(
        -45deg,
        #000,
        #000 12px,
        transparent 10px,
        transparent 23px
      );
}
.SD_inner {
  padding: 15px;
  text-align: center;
}
.SD_checkboxSection {
  margin: 20px 0;
  display: table;
  table-layout: fixed;
  text-align: left;
}
.SD_label {
  display: table-cell;
}
.SD_input {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
}
.SD_article {
  text-align: left;
}
/*-HEADER--------*/
.PD_header {
  width: auto;
  display: block;
  padding: 10px;
  text-align: center;
}
.PD_header img {
  height: 70px;
}
.PD_header .logo {
  float: left;
}
.PD_header .siteLogo {
}
.PD_header h2 {
  float: right;
  height: 70px;
  vertical-align: middle;
  font-size: 25px;
  line-height: 35px;
  word-spacing: 5px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: right;
}
@media all and (max-width: 768px) {
  .PD_header {
    height: auto;
  }
  .PD_header .logo {
    display: none;
  }
  .PD_header .siteLogo {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
  }
  .PD_header h2 {
    float: none;;
    height: auto;
    padding: 5px 20px;
    display: block;
    text-align: center;
  }
}
/*-MENUS--------*/
.PD_menu {
  width: 100%;
  height: 42px;
  background: #2a2a2a;
  color: #fff;
  text-align: center;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  overflow: hidden;
}
.PD_menu .item {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.PD_menu .burger {
  display: none;
}
.PD_menu .item a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 10px;
  line-height: 42px;
  font-family: ZurichBT-LightExtraCondensed, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: normal;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.PD_menu .item a:hover {
  color: #F8D180;
}
@media all and (max-width: 768px) {
  .PD_menu {
    text-align: left;
  }
  .PD_menu .item {
    display: inline-block;
    width: 49%;
  }
  .PD_menu .burger {
    display: block;
    cursor: pointer;
  }
  .PD_menu .burger img {
    width: 42px;
    padding: 5px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
  }
  .PD_menu .burger img.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/*-FOOTER-------*/
.PD_footer {
  background: #2a2a2a;
  color: #fff;
  width: 100%;
  padding-bottom: 10px;
}
.PD_footer div h3 {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  color: #bfa04d;
  font-size: 22px;
  line-height: 18px;
  font-weight: normal;
}
.PD_footer div p {
  font-family: ZurichBT-LightExtraCondensed, Tahoma, Geneva, Verdana, sans-serif;
  line-height: 16px;
  font-size: 20px;
  text-transform: uppercase;
  margin: 7px 0;
}
.PD_footer div p a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
}
.PD_footer div p a:hover {
  color: #bfa04d;
}
.PD_footer div.footerLinks,
.PD_footer div.footerSites,
.PD_footer div.footerSocial {
  vertical-align: top;
  padding: 20px;
}
.PD_footer div.footerLinks {
  width: auto;
  text-align: center;
}
.PD_footer div.footerLinks #socialLinksWeb {
  padding-top: 30px;
}
.PD_footer div.footerLinks a.socialLink {
  padding: 0 2px;
}
.PD_footer div.footerLinks a.socialLink img {
  width: 43px;
}
#footerLinksMobile {
  display: none;
}
.PD_footer div.footerSites {
  width: 200px;
  text-align: left;
  float: left;
}
.PD_footer div.footerSocial {
  width: 200px;
  text-align: right;
  float: right;
}
.PD_footer div.copy,
.PD_footer div.links {
  width: 40%;
  padding: 0 20px;
}
.PD_footer div.copy {
  float: left;
  text-align: left;
}
.PD_footer div.links {
  float: right;
  text-align: right;
}
@media all and (max-width: 730px) {
  .PD_footer div.footerLinks,
  .PD_footer div.footerSites,
  .PD_footer div.footerSocial {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    padding: 10px 0;
  }
  .PD_footer div.copy,
  .PD_footer div.links {
    width: auto;
    float: none;
    padding: 20px;
    text-align: center;
  }
  #footerLinksMobile {
    display: block;
  }
  .PD_footer div.footerLinks #socialLinksWeb {
    display: none;
  }
}
/*--MAIN PAGE------*/
.OLCT_pageOuterWrapper {
  padding: 10px;
  min-height:320px;
}
.OLCT_pageOuterWrapper h2 {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  background: #2A2A2A;
  text-align: left;
  color: #fff;
  padding: 10px 5px;
  font-size: 20px;
  margin: 0px;
}
.OLCT_pageInnerWrapper {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.OLCT_purchaseProgress {
  font-family: ZurichBT-LightExtraCondensed,Tahoma,Geneva,Verdana,sans-serif;
  margin-top: -35px;
  padding-right: 10px;
  font-size: 20px !important;
}
.OLCT_activePurchaseProgress,
.OLCT_inactivePurchaseProgress,
.OLCT_activeSeperatorPurchaseProgress,
.OLCT_inactiveSeperatorPurchaseProgress {
  float:right;
  color:#fff;
}
.OLCT_currentPurchaseProgress{
  color: #F8D180;
}
.OLCT_activeSeperatorPurchaseProgress,
.OLCT_inactiveSeperatorPurchaseProgress {
  padding-left:10px;
  padding-right:10px;
}
.alert {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  background-color: #F8D180;
  border: 1px solid #2A2A2A;
  color: #2A2A2A;
  padding: 10px;
  margin: 10px 0;
  font-size: 18px;
}
.notes {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  color: #2A2A2A;
  margin: 10px 0;
  font-size: 16px;
}
/*-MAIN RESPONSIVE--*/
@media all and (max-width: 620px) {
  .OLCT_inactivePurchaseProgress {
    display:none
  }
  .OLCT_inactiveSeperatorPurchaseProgress {
    display:none
  }
  .OLCT_activeSeperatorPurchaseProgress {
    display:none
  }
  .OLCT_activePurchaseProgress {
    display:none
  }
  .alert,
  .notes {
    font-size: 14px;
  }
}
/*--COMMON EVENT----*/
.OLCT_movieDetailsContainer {
  overflow: hidden;
  padding: 10px 0 0 0;
  font-size: 14px;
  border-bottom:2px solid #2A2A2A;
}
.OLCT_eventMiniImage {
  float: left;
  margin-right: 10px;
  height:160px;
  width: auto;
}
.OLCT_movieDetailsContainer p {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
}
.OLCT_movieDetailsContainer h3 {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  color: #2A2A2A;
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 10px;
}
.OLCT_ticketInfoText p {
  font-weight: bold;
  font-size: 16px;
}
.OLCT_ticketInfoText img {
  width:50px;
  height:50px;
  margin-bottom: 10px;
}
/*-EVENT-RESPONSIVE--*/
@media all and (max-width: 620px) {
  .OLCT_eventMiniImage {
    height: auto;
    width : 50%;
  }
  .OLCT_movieDetailsContainer h3 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 32px;
  }
  .OLCT_ticketInfoText p {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .OLCT_ticketInfoText {
    display:  table-cell;
  }
}
@media all and (max-width: 420px) {
  .OLCT_movieDetailsContainer h3 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }
  .OLCT_ticketInfoText {
    clear: both;
    width: 100%;
    display: block;
  }
  .OLCT_ticketInfoText p {
    margin-bottom: 5px;
  }
}
/*-TICKETS-------------*/
.OLCT_ticketSection {
  width: 100%;
  padding: 10px 0;
  border-bottom:2px solid #2A2A2A;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.OLCT_ticketSection select {
  width: auto !important;
}
.OLCT_ticketItem {
  display: table;
  width: 100%;
  margin-top: 5px;
}
.OLCT_ticketItemSelect {
  display: table-cell;
  width:90px;
  vertical-align: middle;
}
.OLCT_ticketItemSelect select {
  width:90px !important;
  vertical-align: middle;
}
.OLCT_ticketItemLabel {
  display: table-cell;
  padding: 10px;
  text-align:left;
  vertical-align: middle;
}

/*-TICKETS RESPONSIVE--*/
@media all and (max-width: 420px) {
  .OLCT_ticketSection {
    text-align: center;
  }
  .OLCT_ticketSection select {
    width: 100% !important;
    margin-top: 5px;
  }
  .OLCT_ticketItemSelect select {
    margin-top: 0;
  }
}
/*-SEATPLAN------------*/
#OLCT_seatPlan {
  border-bottom:2px solid #2A2A2A;
  width: 100%;
  padding: 10px 0;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #2A2A2A;
}
#OLCT_seatPlan .frontRow  {
  text-transform: uppercase;
  font-size: 20px;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  margin: 0 0 10px 0;
}
#OLCT_seatPlan .screen {
  background: #2A2A2A;
  text-transform: uppercase;
  color: #F8D180;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size:25px;
  height:40px;
  line-height: 40px;
  width:auto;
  margin:auto 10px auto 10px;
}
.OLCT_seatPlanSeats {
    margin-top: 10px;
}
.OLCT_SelectSeatButton {
  width: 250px;
  display:block;
  text-align:center;
  margin-bottom:10px;
  margin: 0 auto;
}
.OLCT_SelectSeatButton a {
  background: #2A2A2A;
  color: #F8D180;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.OLCT_SelectSeatButton a:hover {
  background: #F8D180;
  color: #2A2A2A;
  text-decoration: none;
}
.OLCT_extraSeatPlanText strong {
  font-weight: bold;
} 
/*-SEATPLAN-RESPONSIVE-*/
@media all and (max-width: 620px) {
  #OLCT_seatPlan p {
    font-size:14px
  }
  .OLCT_seatPlanSeats {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 0px 20px 0px rgba(101,110,112,1);
	-moz-box-shadow: inset 0 0px 20px 0px rgba(101,110,112,1);
	box-shadow: inset 0 0px 20px 0px rgba(101,110,112,1);
  }
  .OLCT_seatPlanSeats table {
    margin: 10px;
  }
  .OLCT_SelectSeatButton p {
    font-size: 20px !important;
  }
  .OLCT_extraSeatPlanText {
    display: block;
  }
}
/*-PAYMENT-------------*/
.ssllogo {
  width: 130px;
  height: auto;)
  float: right;
}
.ssllogo img {
  width:100%;
}
.OLCT_paymentDetailsForm {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.OLCT_paymentSection {
  border-bottom:2px solid #2A2A2A;
  padding: 10px 0;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #2A2A2A;
}
.OLCT_paymentSection a {
  color: #2A2A2A;
  font-weight: bold;
}
.OLCT_paymentSection h3 {
  font-size: 20px;
  font-weight: bold;
}
.OLCT_paymentItem {
  clear:both;
  margin-top: 10px;
  padding-left:20px;
  padding-bottom:5px;
  width:auto
}
.OLCT_paymentItem label{
  float:left;
  width:150px;
  padding-top:4px;
  text-align:left;
}
#country{
  width: 366px;
  height: 47px;
}
.payNote {
  font-size:14px
}
input[name="subscribe"] {
  margin-left: 150px;
  height: auto;
}
.proceedtopayment {
  margin: 10px auto 0 auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.proceedtopaypal {
  height: 39px;
  vertical-align: bottom;
}
#tandc {
  /*margin-left: 170px;*/
  height: auto;
}
input[value="remember"] {
    height: auto;
}
/*-PAYMENT-RESPONSIVE--*/
@media all and (max-width: 620px) {
  .OLCT_paymentDetailsForm{
    padding: 0 5px;
  }
  .OLCT_paymentItem {
    padding-left: 0;
  }
  .OLCT_paymentItem label{
    width:75px;
    font-size: 14px;
  }
  .OLCT_paymentItem input,
  .payNote, #country{
    display: table-cell;
    width:100%;
  }
  /*#tandc {
    margin-left: 20px;
  }*/
  input[name="subscribe"] {
    margin-left: 75px;
    width: 15px;
  }
  input[value="remember"] {
    width: auto;

  }
}
@media all and (max-width: 420px) {
  .ssllogo {
    width: 80px;
  }
}
/*-PROCESS------------*/
.OLCT_paymentProcess {
  padding-top: 100px;
}

.OLCT_paymentProcess table{
  width:100%;
  max-width: 450px;
  background: #F8D180;
  border: 2px solid #2A2A2A;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.OLCT_paymentProcess th, .OLCT_paymentProcess td{
  padding:10px;
  text-align: center;
}
.OLCT_paymentProcessTime {
  width: 100%;
  text-align: center;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 50px;
}

/*-SUCCESS------------*/
.OLCT_bookingInformation {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-bottom: 15px;
  background: #F8D180;
  padding: 10px;
  border: 1px solid #000;
}
.OLCT_collectionBarcode {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-bottom: 15px;
  background: #F8D180;
  padding: 10px;
  border: 1px solid #000;
}
.OLCT_successSection {
  border-bottom:2px solid #2A2A2A;
  padding: 10px;
  margin-bottom: 10px;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.OLCT_successSection h3 {
  font-weight: bold;
  font-size: 18px;
}
.OLCT_successSection li {
  margin-top:10px
}
.OLCT_successSection a {
  margin-top:10px;
  background: #2A2A2A;
  color: #F8D180;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.OLCT_successSection a:hover {
  color: #000;
  background-color: #f8d180;
}

.OLCT_successSection strong {
  font-weight: 600;
}
.OLCT_successSection .appleWallet {
  background: none;
}
input[value="Print  Receipt"] {
  float: none !important;
  margin-top: 20px;
}

/*-LOYALTY------------*/
.loyaltypicture {
  display: table-cell;
  vertical-align: top;
  width: 250px;
}
.loyaltypicture img {
  width: 250px;
}
.loyaltylinks {
  color: #2A2A2A;
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.loyaltylinks b {
  font-weight: bold;
}
.loyaltylinks a {
  display: block;
  margin-top: 10px;
  background: #F8D180;
  color: #2A2A2A;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  text-decoration: underline;
}
.loyaltytext {
  text-align: center;
  font-family: ZurichBT-LightExtraCondensed,Tahoma,Geneva,Verdana,sans-serif;
  margin-bottom: 10px;
  font-size: 30px;
}
.groupInner {
  margin-top: 10px;
}
.groupInner div {
  width: 100% !important;
  float: none !important;
  display: block !important;
}
form[name="signin"] div:nth-child(3) {
  width: 100% !important;
  text-align: left !important;
}
form[name="signincard"] div:nth-child(3) {
  width: 100% !important;
  text-align: left !important;
}
@media all and (max-width: 620px) {
  .loyaltypicture {
    width: 120px;
  }
  .loyaltypicture img {
    width: 120px;
  }
}
@media all and (max-width: 420px) {
  .loyaltypicture {
    display: block;
    width: 100%;
  }
  .loyaltypicture img {
    width: 100%;
  }
  .loyaltylinks {
    display: block;
  }
}

/*-FULL DETAILS-------*/
.OLCT_movieMainDetailsContainer {
  display : table;
  padding : 10px;
}
.OLCT_movieMainDetailsContainer p {
  margin-top: 5px;
}
.OLCT_moviePosterHolder {
  display : table-cell;
  width: 200px;
  vertical-align: top;
}
.OLCT_moviePosterHolder img {
  width: 100%;
  display: block;
}
.OLCT_moviePosterHolder a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #2A2A2A;
  color: #F8D180;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.OLCT_moviePosterHolder a:hover {
  background: #F8D180;
  color: #2A2A2A;
}
.OLCT_movieDetailsHolder {
  color : #2A2A2A;
  display : table-cell;
  vertical-align: top;
}
.OLCT_movieDetailsHolder h3 {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  padding: 0 0 15px 0;
  margin: 0 10px;
  font-size: 40px;
  border-bottom:2px solid #2A2A2A;
}
.OLCT_movieDetailsHolder .ratingHolder {
  padding: 10px;
  text-align: left;
  width: 100%;
  display: table;
}
.OLCT_movieDetailsHolder .ratingHolder .ratingImage {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
}
.OLCT_movieDetailsHolder .ratingHolder .ratingImage img {
  width: 100%;
}
.OLCT_movieDetailsHolder .ratingHolder .ratingText {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.OLCT_movieDetailsHolder .details {
  margin: 0 10px;
  font-size: 16px;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  border-top:2px solid #2A2A2A;
  padding: 10px 0 5px 0;
}
.OLCT_movieDetailsHolder span {
  font-weight: bold;
}
.OLCT_movieDetailsHolder a {
  font-weight: bold;
  text-decoration: none;
  color : #2A2A2A;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.OLCT_movieDetailsHolder a:hover {
  text-decoration: underline;
}
.OLCT_moviePerformancesHolder {
  padding : 10px;
}
.OLCT_moviePerformancesDate {
  padding: 0 0 10px 0;
  border-bottom:2px solid #2A2A2A;
  display: table;
  width: 100%;
}
.OLCT_moviePerformancesDate:first-child {
  border-top:2px solid #2A2A2A;
}
.OLCT_dateLabel {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: table-cell;
  width: 170px;
  text-align: right;
  vertical-align: middle;
  padding: 10px 10px 0 0;
}
.OLCT_datePerformances {
  display: table-cell;
}
.OLCT_datePerformances .performance {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8d180;
  border: none;
  min-width:60px;
  line-height: 20px;
  color: #2A2A2A;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin: 10px 10px 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
    transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.OLCT_datePerformances .performance:hover {
  background-color: #2A2A2A;
  color: #f8d180;
}
.OLCT_datePerformances .soldOut {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  background-color: #710001;
  border: none;
  min-width:60px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
    font-weight: bold;
  float: left;
  margin: 10px 10px 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/*-FULL DETAILS-RESPONSIVE--*/
@media all and (max-width: 620px) {
  .OLCT_moviePosterHolder {
    width: 50%;
  }
}
@media all and (max-width: 420px) {
  .OLCT_moviePosterHolder {
    display : block;
    width: 100%;
  }
  .OLCT_movieDetailsHolder {
    display : block;
    width: 100%;
  }
  .OLCT_movieDetailsHolder h3 {
    padding: 10px 0 15px 0;
    font-size: 40px;
  }
  .OLCT_datePerformances .performance {
    min-width:50px;
    line-height: 20px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 5px 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .OLCT_datePerformances .soldOut {
    min-width:50px;
    line-height: 20px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 5px 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .OLCT_dateLabel {
    display: block;
    width: 100%;
    text-align: center;
  }
  .OLCT_datePerformances {
    display: block;
    width: 100%;
  }
}


/*------*/
.PD_performance {
  display: table;
  width: 100%;
  min-height: 200px;
  padding: 10px 0px 10px 10px;
  border-bottom: 2px solid #2A2A2A;
  font-family: Segoe, Helvetica, Arial, sans-serif;
}
.PD_performance > div > div > p {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  margin: 10px 20px 5px 0;
}
.PD_performance > div > a > h3 {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  color: #2A2A2A;
  font-size: 30px;
  line-height: 25px;
  transition: all 0.5s ease-in-out;
}
.PD_performance > div > a > h3:hover {
  color: #cfb06d;
  text-shadow: 2px 2px #000;
}
.PD_performance > div > a {
  text-decoration: none;
}
.PD_performanceTrailerPoster{
  display: table-cell;
  width: 160px;
  vertical-align: top;
}
.PD_performanceDetails {
  display: table-cell;
  vertical-align: top;
}
.smallImage {
  width: 110px;
  display: block;
  padding: 10px;
}
.viewTrailer {
  text-align: center;
  text-decoration: none;
  background: #2A2A2A;
  color: #F8D180;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 20px;
  margin-top: 10px;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.viewTrailer:hover {
  background: #F8D180;
  color: #2A2A2A;
}
/*--MERLIN--*/
.ticketButton {
  float:left;
  padding-right: 20px;
  cursor: pointer;
}
.ticketButtoncontinue {float:left; padding-right:50px; cursor: pointer; margin-top:10px;}
.ticketButtoncontinue a {
  background: #2A2A2A;
font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;

}
.ticketButtoncontinue a:hover {
  background: #0b610e;
  background-image: -webkit-linear-gradient(top, #0b610e, #00ab28);
  background-image: -moz-linear-gradient(top, #0b610e, #00ab28);
  background-image: -ms-linear-gradient(top, #0b610e, #00ab28);
  background-image: -o-linear-gradient(top, #0b610e, #00ab28);
  background-image: linear-gradient(to bottom, #0b610e, #00ab28);
  text-decoration: none;
}
.ticketButtoncancel {
  float:left; padding-right:50px; cursor: pointer; margin-top:10px;
}
.ticketButtoncancel a {
  width:220px;
  background: #ce2424;

  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.ticketButtoncancel a:hover {
  background: #f70a0a;
  background-image: -webkit-linear-gradient(top, #f70a0a, #ab002b);
  background-image: -moz-linear-gradient(top, #f70a0a, #ab002b);
  background-image: -ms-linear-gradient(top, #f70a0a, #ab002b);
  background-image: -o-linear-gradient(top, #f70a0a, #ab002b);
  background-image: linear-gradient(to bottom, #f70a0a, #ab002b);
  text-decoration: none;
}
.OLCT_DetailsPlayTrailer{position:absolute; margin-left:-239px; margin-top:3px; width:226px;}



.payAlert {color:#ff0000; font-size:14px; font-weight:bold;}



.OLCT_soldOutTime {color:#ff0000; font-weight:bold;}

.OLCT_eventSubtitleIcon {
float:right; border:0px;
margin-left:10px;
}

.OLCT_event3DIcon {
float:right; border:0px;
}

.OLCT_formButtons {
  clear:both;
  margin: 15px 0px 15px 10px;
}

.OLCT_movieTimesContainer {
}

.OLCT_movieTimesInfo {
  width: 610px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 10px;
}

.OLCT_movieTimesInfo img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.OLCT_movieTimesInfo h3 {
  color:#000;
}

.OLCT_movieTimesInfo h3 a {
  color:#000;
  font-size: 18px;
  font-weight: normal;
}

.OLCT_movieTimesInfo p {
  margin: 0 0 5px 0;
}











.OLCT_movieTimesInnerWrapper {
  padding-bottom:20px;
}



.OLCT_eventLargeRating {
float:right; border:0px;
}

.OLCT_eventLargeImage {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width:226px;
  height:320px;
  background: #555;
  border: 1px solid #fff;
  padding: 2px;
}



.OLCT_eventWebsiteLink {
float:right; margin-top:-25px; padding-right:8px; font-size:14px;
}

.linebottom {margin-left:238px; padding-top:8px; padding-bottom:8px; height:2px; background:url(/sites/propix/images/dline.png) left repeat-x;}

.OLCT_eventWebsiteLink a {
  color:#000;
}

.OLCT_movieTimes {
  padding: 1px;
}

.OLCT_movieTimes table {
  border-collapse: collapse;
  width: 100%;
  font-size:15px;
}

.OLCT_movieTimes th, .OLCT_movieTimes td {
  border: 1px solid #fff;
  line-height: 2em;
}

.OLCT_movieTimes th {
  background:#2A2A2A;
  font-weight: normal;
  width: 170px;
  text-align: left;
  padding-left: 5px;
  color:#fff;
}

.OLCT_movieTimes td {
  background: #E9E9E9;
  text-align: center;
}

.OLCT_movieTimes td a {
  color: #000;
  display: block;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.OLCT_movieTimes td a:hover {
  background: #2A2A2A;
  color: #000;
}

.OLCT_movieTimes td a.mz {
  background: #fdf9db url(/sites/propix/images/mz.gif) no-repeat 99% 1px;
  color: #666;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.OLCT_movieTimes td a.mz:hover {
  background: #666 url(/sites/propix/images/mz-hover.gif) no-repeat 99% 1px;
  color: #2A2A2A;
}


.OLCT_ticketSelect {
  width:auto;
  background:#ffffff;
  font-size:14px;
}

.OLCT_ticketSelectTitles {
  background:#2A2A2A;
  color:#ffffff;
  font-size:14px;
  line-height:22px;
  font-weight:bold;
  display:block;
  height:30px;
  padding:5px;
  margin-bottom:18px;
}

.OLCT_ticketSelectName {
  float:left;
  width:40%;
  margin:5px 0 5px 10px;
  display:inline-block;
  line-height:14px;
}

.OLCT_ticketSelectPrice {
  float:left;
  width:15%;
  text-align:center;
  margin:5px 0 5px 0;
  display:inline-block;
  line-height:14px;
}

.OLCT_ticketSelectSelector {
  float:left;
  width:15%;
  /*width:100px;*/
  /*width:auto;*/
  text-align:right;
  margin:5px 10px 5px 0;
  display:inline-block;
  line-height:14px;
}

.OLCT_ticketForm {
  width:100%!important;
}

/* movie magic classes */
.orderSummary {
  width:49%;
  float:left;
  margin-top: 20px;
  }
.inner{margin-left:2.5%; width:95%}
.clear {
  clear:both;
}

#membership {
  width:49%;
  float:left;
  margin-top: 20px;
}

#membership .movieMagicCapture {
  margin-bottom: 10px;
}

#membership .mmTicketType {
  font-weight: bold;
}

#membership label {
  margin-left: 10px;
  margin-right: 25%;
}

#membership input {
  width: 50%;
}

#membership .validated {
  width: 55%;
  float: left;
  font-weight: bold;
  color: blue;
}

#membership .status{
  color: red;
}

.ticketButtonLeft {
  float: left;
  cursor: pointer;
}

.ticketButtonRight {
  float:right;
  cursor: pointer;
}

.OLCT_seatKey {
  width:auto;
  margin-left:auto;
  margin-right:auto;
  font-size:8px;
}
.OLCT_seatKeyName {
  font-size:12px;
}

.OLCT_seatPlanInstructions {
  display:none
}

.OLCT_seatPlanScroll {
  display:none;
  font-size:12px;
}

.OLCT_pageBanner {
  text-align:center;
}

.OLCT_keyText {
  text-align:center;
  font-size:10px;
  padding: 0px 10px;
}

.OLCT_keyImage {
  text-align:center;
  width: 50px;
}

.OLCT_keyImage div {
  float: none !important;
  display: inline-block;
}

@media all and (max-width: 1024px) {
  .olct_pageBanner {display:none}
}

/* responsive elements */
@media all and (max-width: 620px) {


  #pay_basket {font-size:12px}

  #membership, #basket {
    font-size:12px;
  }

  .orderSummary {
    display:none;
  }

  #membership {width:auto}
  /*.olct_seatKey {display:none}  craig - do not hide the key*/

}

@media all and (max-width: 320px) {
  .OLCT_seatPlanScroll {display:block}
}


/*---------------------------CUSTOM TIMES */
.PD_performanceDetails .ratingHolder {
    text-align: left;
    width: 100%;
    display: table;
}

.PD_performanceDetails .ratingHolder .ratingImage {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
}
.PD_performanceDetails .ratingHolder .ratingText {
    font-family: Segoe, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
.PD_performanceDetails .ratingHolder p {
    font-family: Segoe, Helvetica, Arial, sans-serif;
    margin: 10px 0 5px 0;
}

.PD_performaceDates .PD_dateLabel {
    font-family: Segoe, Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 170px;
    font-size: 16px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding: 10px 10px 0 0;
}

.PD_performaceDates .PD_dateperformances {
    margin-top: 10px;
    font-weight: 600;
    display: table-cell;
}

.PD_performaceDates .PD_dateperformances > a {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
  color: #000;
  background-color: #f8d180;
  border: none;
  min-width: 60px;
  padding: 10px 10px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.PD_performaceDates .PD_dateperformances > a:hover {
    background-color: #2A2A2A;
    color: #f8d180;
}

.PD_performaceDates .PD_datePerformances > a {
    font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    color: #000;
    background-color: #f8d180;
    border: none;
    min-width: 60px;
    padding: 10px 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.PD_performaceDates .PD_datePerformances > a:hover {
    background-color: #2A2A2A;
    color: #f8d180;
}

.PD_performanceTrailerPoster {
    display: table-cell;
    width: 160px;
    vertical-align: top;
}
.PD_performance > div > a {
    text-decoration: none;
}

@media screen and (max-width: 500px) {
  .PD_performanceTrailerPoster {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: -webkit-center;
  }
  .PD_performanceTrailerPoster .smallImage {
    width: auto;
  }
  .PD_performanceDetails {
    display: block;
  }
  .PD_performance > div > a > h3 {
      padding-top: 15px;
  }
}
/*-----------------------------END OF CUSTOM TIMES*/
.barcodeHolder,
.barcodeHolder img {
  margin: 10px 0;
}

.OLCT_flexiButton {
  display:block;
  text-align:center;
  width: 100%;
  max-width: 380px;
  margin: 10px 0 0 0;
}
.OLCT_flexiButton {
  background: #2A2A2A;
  color: #F8D180;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.OLCT_flexiButton a:hover {
  background: #F8D180;
  color: #2A2A2A;
  text-decoration: none;
}
.OLCT_flexiButton.not {
  background: #710001;
}
/*--RADIOS*/
.OLCT_flexible ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.OLCT_flexible ul li{
  color: #AAAAAA;
  display: table;
  position: relative;
  width: 100%;
}
.OLCT_flexible ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.OLCT_flexible ul li label{
  display: table-cell;
  font-weight: 300;
  font-size: 16px;
  padding: 10px;
  margin: 10px auto;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  vertical-align: middle;
}
.OLCT_flexible ul li .check {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 25px;
}
.OLCT_flexible ul li .check div {
  display: block;
  background: #AAAAAA;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  height: 15px;
  width: 14px;
  z-index: 5;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  cursor: pointer;
}
.OLCT_flexible ul li:hover .check div {
  background: #F8D180;
  border: 2px solid #2A2A2A;
}

input[type=radio]:checked ~ .check div,
.flexRadioChecked {
  background: #2A2A2A !important;
  border: 2px solid #2A2A2A !important;
}

input[type=radio]:checked ~ label{
  color: #2A2A2A !important;
}


/* Seat Plan Error CSS */

.OLCT_seatPlanRulesError {
  font-size:12px;
  color:red;
  text-align:center;
}

.OLCT_seatPlanSeatErrorText,
.OLCT_seatPlanSeatErrorContainer {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.OLCT_seatPlanSeatErrorText {
  font-size:20px;
  font-weight:Normal;
  text-align:center;
}
.OLCT_seatPlanSeatErrorContainer {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
