body{
  font-family: 'Rubik', sans-serif;
  color: #FFF;
  background: #000;
  line-height: 1.5em;
  padding: 0 10px;
}

/* -------------------------------- 

COMMON ELEMENTS
                                        
-------------------------------- */\
h1, h2, h3, h4{
  text-transform: uppercase;
  line-height: 1.5em;
  font-weight: normal;
}
h2{
  font-size: 1.5em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.DetailHeading, h3{
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
  margin: 1em 0;
}
h3{
  margin-top: 0;
}
a:link, a:visited {
  color: #5a9f5c;
  text-decoration: none;
}
p{
  color: #FFF;
}
.grey{
  color: #BBB;
}
.container{
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
.button{
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF !important;
  text-decoration: none;
  border: solid 1px #FFF;
  padding: 0;
  display: inline-block;
  background: #5a9f5c;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
  border-radius: 0;
  position: relative;
}
.button span{
  display: inline-block;
  padding: 0.2em;
}
.button span.hover{
  position: absolute;
  top: 100%;
  text-align: center;
  background: #000;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.button:hover span.hover{
  top: 0;
}
.button span.time{
 min-width: 5em;
 text-align: center;
 text-transform: lowercase;
}
.button span.tag{
  background: #000;
  border-left: solid 1px #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
}
.button span.tag.soldout{
  background: #d9534f;
}
.button span.tag.auditorium{
  display: none;
}
.Button, #Detail button, .MembershipHistoryRenew a{
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF !important;
  text-decoration: none;
  border: solid 2px #FFF;
  display: inline-block;
  background: none;
  display: inline-block;
  padding: 0.5em 1em;
  cursor: pointer;
  margin: 10px 0;
  background: #5a9f5c;
  -webkit-appearance: none;
  border-radius: 0;
}
.button:hover, .Button:hover, #Detail button:hover, .MembershipHistoryRenew a:hover{
  background: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.align-center{
  text-align: center;
}
#Content{
  min-height: 500px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .hide-for-small{
    diplay: none !important;
  }
}
@media only screen and (min-width: 769px){
  .hide-for-large{
    display: none !important;
  }
}
/* -------------------------------- 

SOCIALS & SEARCH

-------------------------------- */
.header{
  position: relative;
}
.social-wrapper{
  position: absolute;
  right: 20px;
  bottom: 10px;
  text-align: right;
}
.socials form{
  display: inline-block;
  width: 50%;
}
.socials input{
  font-size: 0.8em;
  padding: 0.5em;
  display: inline-block;
  width: 100%;
}
ul.social-icons{
  list-style: none;
  display: inline-block;
  margin: 5px 10px;
  padding: 0;
}  
ul.social-icons li{
  display: inline-block;
}
ul.social-icons li a{
  border: solid 1px #FFF;
  padding: 6px 7px 4px 7px;
  border-radius: 50%;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .social-wrapper{
    position: relative;
    right: 0;
  }
  .social-wrapper form{
    width: 100%;
    clear: both;
  }
  .social-wrapper .socials{
    float: none;
    text-align: center;
    padding: 10px;
  }
}
/* -------------------------------- 

MENU

-------------------------------- */
#Menu,
#Menu ul,
#Menu ul li,
#Menu ul li a,
#Menu #MenuButton {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  z-index:2;
}
#Menu:after,
#Menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#Menu #MenuButton {
  display: none;
}
#Menu {
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  background: #5a9f5c;
  text-align: center;
  line-height: 1.2em;
        font-size: 14px;
}
#Menu > ul {

}
#Menu.align-right > ul > li {
  float: right;
}
#Menu > ul > li {
  display: inline-block;
}
#Menu.align-center > ul {
  float: none;
  text-align: center;
}
#Menu.align-center > ul > li {
  float: none;
}
#Menu.align-center ul ul {
  text-align: left;
}
#Menu > ul > li > a {
  padding: 12px 15px 15px 15px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
}
#Menu > ul > li:hover > a,
#Menu > ul > li > a:hover,
#Menu > ul > li.active > a {
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
}
#Menu > ul > li.has-sub > a {
  padding-right: 45px;
}
#Menu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #FFF;
  right: 17px;
  top: 17px;
}
#Menu > ul > li.has-sub.active > a::after,
#Menu > ul > li.has-sub:hover > a {
  border-top-color: #FFF;
}
#Menu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#Menu.align-right ul ul {
  text-align: right;
}
#Menu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#Menu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #FFF;
  top: 12px;
  left: -4px;
}
#Menu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #FFF;
  left: auto;
  right: -4px;
}
#Menu > ul > li > ul {
  top: 120px;
  text-align: left;
}
#Menu > ul > li:hover > ul {
  top: 43px;
  left: 0;
  opacity: 1;
  background: #5a9f5c;
}
#Menu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#Menu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#Menu.align-right ul ul ul {
  padding-right: 6px;
}
#Menu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#Menu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
  text-align: left;
}
#Menu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #FFF;  
}
#Menu ul ul li:hover > a,
#Menu ul ul li.active > a {
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
}
#Menu ul ul li:first-child > a {

}
#Menu ul ul li:last-child > a {

}
#Menu ul ul.calendar li{
  width: 300px;
}
#Menu > ul > li:hover > ul.calendar {
  left: -230px;
}
#Menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}  
#Menu #menu-button {
  display: none;
}
#Menu.small-screen #menu-button {
  display: block;
  padding: 18px 25px 19px 25px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #fcfefb;
}
#Menu.small-screen #menu-button.menu-opened {
  color: #444444;
}
#Menu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #fcfefb;
  border-bottom: 2px solid #fcfefb;
  width: 18px;
  height: 3px;
}
#Menu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
}
#Menu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #fcfefb;
}
#Menu.small-screen #menu-button.menu-opened:before {
  background: #444444;
}

@media all and (max-width: 779px){
  #Menu {
    background: #5a9f5c;
  }
  #Menu > ul {
  display: none;
  }
  #Menu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #Menu.align-right > ul {
  float: none;
  }
  #Menu.align-center > ul {
  text-align: left;
  }
  #Menu > ul > li,
  #Menu.align-right > ul > li {
    float: none;
    display: block;
    text-align: center;
  }
  #Menu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #Menu > ul > li:hover > a,
  #Menu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #Menu #MenuButton {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }
  #Menu ul ul,
  #Menu ul li:hover > ul,
  #Menu > ul > li > ul,
  #Menu ul ul ul,
  #Menu ul ul li:hover > ul,
  #Menu.align-right ul ul,
  #Menu.align-right ul li:hover > ul,
  #Menu.align-right > ul > li > ul,
  #Menu.align-right ul ul ul,
  #Menu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #Menu ul ul li {
    width: 100%;
  }
  #Menu ul ul li a {
    width: 100%;
    padding-left: 35px;
  }
  #Menu ul ul ul li a {
    padding-left: 45px;
  }
  #Menu ul ul li:first-child > a,
  #Menu ul ul li:last-child > a {
    border-radius: 0;
  }
  #Menu #MenuButton::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    right: 25px;
    top: 18px;
  }
  #Menu #MenuButton::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #FFF;
    right: 25px;
    top: 28px;
  }
  #Menu > ul > li.has-sub > a::after,
  #Menu ul ul li.has-sub > a::after {
    display: none;
  }
  #Menu > ul > li:last-child{
    display: none;
  }

  #Menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
  }
  body{
    padding-top: 40px;
}

}
/* -------------------------------- 

SLIDESHOW

-------------------------------- */
#Bannercv3WhatsOnWidgetBanner{
  margin-top: 15px;
  margin-bottom: 10px;
}
.slideshow {  
  z-index: 1;
  position: relative; 
  box-shadow: 0 0 20px rgba(0,0,0,0.4); 
  height: auto;
}
.slideshow > img{
  width: 100%;
  height: auto;
  opacity: 0;
}
#Slideshowcv3AdvertBannerStacked.slideshow > img{
  height: 0;
}
.slideshow > div { 
  position: absolute; 
  top: 0px; 
  left: 0; 
  right: 0; 
  bottom: 0; 
}
#Slideshowcv3AdvertBannerStacked.slideshow > div{
  position: relative;
}
/*----------------------------------

Sidebar, Newsletter, Ad banner, MailChimp Popup

-------------------------------- */
@media only screen and (max-width: 768px) {
 .mc-banner{
    top: auto !important;
    bottom: 0;
 }
}
#Bannercv3AdvertBanner{
  clear: both;
}

#side-newsletter h2{
  font-weight: normal;
  margin-top: -5px;
  font-size: 0.8em;
}
#side-newsletter h2 a{
  color: #FFF;
}
#side-newsletter h2 a:hover{
 color: #5a9f5c;
}
/* -------------------------------- 

Social Links

-------------------------------- */
ul.share{
  margin: 10px 0;
  list-style: none;
  font-size: 1em;
  text-align: center;
  padding: 0;
}
ul.share > li{
  display: inline;
}
ul.share > li > a.button{
  border-radius: 50%;
  color: #FFF;
  text-decoration: none;
}
ul.share > li > a.button > span{
  padding: 5px;
  border-radius: 50%;
}

/* -------------------------------- 

FILM LIST

-------------------------------- */
#FilmList{
  clear: both;
}
.film{
  margin-bottom: 40px;
  position: relative;
  border-bottom: solid 1px #CCC;
  padding-bottom: 1.5em;
}
.film h1{
  margin-top: 0;
  padding-top: 0;
  line-height: 1;
  font-weight: normal;
}
.film a h2{
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
}
.film a h3{
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  text-align: left;
}
.film a h2:hover, .film a h3:hover{
 color: #5a9f5c;
}
.film .fourcol{
  width: 30.75% !important;
  float: left !important;
  margin-right: 3.8% !important;
}
.film .eightcol{
  width: 65.4% !important;
  float: left !important;
}
.film .information{
  width: 70%;
  float: left;
  margin-left: 5%;
}
.film iframe{
  margin-top: 20px;
  width: 100%;
}
.film ul{
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
ul.list-times{
  padding-top: 0;
  margin: 0;
}
#FilmList ul.list-times{
  margin-top: 0.5em;
}
ul.list-times li{
  display: block;
  margin-bottom: 5px;
}
ul.list-times li.heading{
  display: block;
}
ul.list-times li.heading h3{
  font-size: 1em;
  margin: 20px 0;
    text-align: left;
  padding: 0;
  line-height: 1em;
}
li.heading:nth-child(1) > h3:nth-child(1){
  margin-top: 0 !important;
}
.film.row > .twelvecol:nth-child(1) > .ninecol.last:nth-child(2) > .twelvecol:nth-child(3){
  padding: 30px 0;
}
.button.info{
  position: absolute;
  bottom: calc(1.5em + 6px);
  text-transform: none;
}
#DateSelector{
  text-align: center;
  font-size: 0.9em;
  position: relative;
}
#DateSelector #PrevDate{
  position: absolute;
  left: 0;
  top: 0;
  background: #5a9f5c !important;
}
#DateSelector #NextDate{
  position: absolute;
  right: 0;
  top: 0;
  background: #5a9f5c !important;
}
#DateSelector span{
  display: inline-block;
  line-height: 1.5em;
  padding: 0.3em 1em 0.3em;
}
ul.seasons{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.seasons li a h3{
  margin: 0;
  padding: 0;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  font-size: 1em;
}
.container.season h1{display: none;}
.container.season .film{
  margin-top: 2em;
}
span#CurrentDate, span#Showing{
  padding: 0.3em 0.1em;
}

@media only screen and (max-width: 767px) {
  span#Showing{
    display: none;
  }

  #CurrentDate{
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #InlineCalendarWrapper{

  }
  .fivecol-small{
    width: 39.45%;
    margin-right: 3.8%;
    float: left;
    min-height: 1px;
  }
  .sevencol-small{
    width: 56.75%;
    margin-right: 0;
    float: left;
    min-height: 1px;
  }
  .twocol-small{
    width: 13.45%;
    margin-right: 3.8%;
    float: left;
    min-height: 1px;
  }
  .tencol-small{
    width: 82.7%;
    margin-right: 3.8%;
    float: left;
    min-height: 1px;
  }
  .tencol-small.last{
    margin-right: 0;
  }
  .film{
    padding-bottom: 100px !important;
  }
  .film a img{
    margin-top: 0.5em;
  }
  ul.list-times{
    margin-top: 1em;
    margin-left: 0;
    padding: 0;  
  }
  
}
#InlineCalendarWrapper i{
  font-size: 2em;
  padding: 0.1em 0.1em;
  display: inline-block;
  position: relative;
}
#InlineCalendarWrapper{
  position: relative;
}
#InlineCalendar{
  position: absolute;
  width: 300px;
  top: 3em;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  left: -9999px;
  z-index: 999999;
}
#InlineCalendar.active{
  left: 0;
}
.next-7-days-list .day{
  background: none;
}
.next-7-days-list .day h4{
  color: #FFF;
}
.next-7-days-list .day a{
  color: inherit;
}
.next-7-days-list .day a.button{
  background: rgb(90, 159, 92) !important;
  padding: 0;
}
.next-7-days-list .performance{
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #FFF;
  width: 100%;
  display: inline-block;
}
.next-7-days-list .performance a small{
  color: #FFF;
}

.next-7-days-list .performance a:link{
 color: #FFF;
}

.next-7-days-list .performance a:visited{
 color: #FFF;
}
/* -------------------------------- 

COMING SOON

-------------------------------- */
.coming-soon .sixcol{
  margin-bottom: 10px;  
}
.coming-soon h4{
  text-transform: uppercase;
  font-weight: normal;
  margin: 10px 0;
}

.coming-soon > h4:nth-child(1){visibility: hidden; position: relative;}
.coming-soon > h4:nth-child(1)::after{visibility: visible; position: absolute; left: 0; content: 'Also Showing'}

@media only screen and (max-width: 767px) {
  .coming-soon .sixcol{
    width: 22.05% !important;
    float: left !important;
    margin-right: 1.475% !important;
    margin-left: 1.475% !important;    
  }
}
/* -------------------------------- 

FOOTER

-------------------------------- */
#Footerer .container{
  padding-left: 40px;
  padding-right: 40px;
}
#Footer ul.footer-links{
  list-style: none;
  margin: 0.5em auto;
  padding: 0;
  clear: both;
}
#Footer ul.footer-links li{
  display: inline-block;
  margin: 0 0.5em;
}
#Footer h2 {
  text-align: center;
  font-size: 1.2em;
  border-bottom: solid 1px #FFF;
  margin: 20px 10px;
  padding: 20px 0;
}
#Footer h2 span{
  font-size: 1em;
  margin-left: 10px;
}
#Footer a{
  color: #FFF;
  line-height: 1.8em;
}
#Footer > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1){ /* Click to become member */
  margin-right: 40px;
}

@media(max-width: 760px){
 #Footer > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a{
  display: block;
  clear: both;
  font-size: 0.8em;
  margin: 5px 0;
  margin-right: 0;
 }
}

#Footer .footer-links a{
  color: #5a9f5c;
}
#Footer a:hover{
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #5a9f5c;
}
@media only screen and (max-width: 768px){
  #Footer{
    text-align: center;
  }
}
#Footer li.pricing-menu{
  position: relative;
}
#Footer li.pricing-menu .pricing-content{
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 300px;
  background: #000;
  padding: 10px;
  border: solid 3px #FFF;
  display: none;
}
#Footer li.pricing-menu:hover .pricing-content{
  display: block;
}
/* -------------------------------- 

  PROGRAMME TEMPLATE

-------------------------------- */
.programme{
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
  margin: 20px 0;
}
.programme h1{
  display: block;
  text-align: center;
}
.programme h1.title a{
  text-decoration: none;
}
.programme .PerformanceListDate{
  width: 100%;
}
.programme .StartTimeAndStatus a, .programme .StartTimeAndStatus b a{
  text-decoration: none;
  font-weight: 300;
  margin: 3px;
  line-height: 2em;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 5px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.programme .StartTimeAndStatus a:hover, .programme .StartTimeAndStatus b a:hover{
  background: #272727;
}
.programme {
  border-bottom:none;
  margin-top:0px;
}
.OrderDetails{
  max-width: 450px;
}

.seat-warning{
  display: none;
}

.UnallocatedSeating .seat-warning{
  display: block;
}

/* ---------------------------------------------------------
  POPUP MESSAGES
----------------------------------------------------------*/

#PopupException, .PopupDialogBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 500px;
  margin: auto;
  z-index: 10000;
  background: #333;
  padding: 20px 20px 80px 20px;
  line-height: 1.5em;
  min-height: 180px;
  color: #EFEFEF;
  border: solid 2px #FFF;
}

#PopupException .Button.Close, .PopupDialogBox .Button.Close {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.PopupDialogHeading {
  font-weight: bold; margin-bottom: 2px;
}

@media (max-width: 767px) {
  #PopupException, .PopupDialogBox {
    
  }
}

#PopupException .EmailAddress{
  font-weight: 600;
  color: #333;
  font-size: 1.2em;
}
#PopupException .Login, #PopupException .PasswordReset{
  margin: 10px 0;
}
#PopupException .ExceptionMessage{
  margin: 10px 0;
  max-height: 10em;
  overflow: hidden; /* or scroll? */
  color: #FFF;
  font-weight: bold;
}
.Exception{
  font-weight: bold;
  color: red;
}

#Membership_Duration{
  margin-top: 7px;
}

#Overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #333;
  display: none;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
}
#Overlay.active{
  display: block;  
}
/* ---------------------------------------------------------
  FORM ELEMENTS
----------------------------------------------------------*/
input[type=text], input[type=password], input[type=email]{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 5px 0;
  width: 100%;
  background: #F0F0F0;
  border: solid 1px #CCC;;
  padding: 0.5em;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus{
  border: solid 1px #2672EC;
  background: #EFEFEF;
}
select{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 5px 0;
  width: 100%;
  vertical-align: top;
  background: #F0F0F0;
  border: solid 1px #CCC;;
  padding: 0.5em;
}
::-webkit-input-placeholder, input:-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color:#CCC;
  font-style: italic;
}
label.SelectLabel, label.TextLabel {
  display: block;
  padding: 0;
  width: 100%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.PersonType select{
  width: 100%;
  max-width: 100px;
}
.DetailSubHeading, .EditPatronHeading{
  clear: both;
  display: block;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  font-style: bold;
  margin: 5px 0px 10px;
  text-transform: uppercase;
  margin-top: 20px;
}
.EditPatronHeading{
  margin-top: 40px;
}
.InlineValidationMessage{
  font-size: 0.8em;
  color: #FFF;
  background: #990000;
  width: 100%;
  position: relative;
  top: 0;
  padding: 3px;
}
@media (max-width: 767px) {
  label.SelectLabel, label.TextLabel {
    text-align: right;
    font-size: 1.2em;
    line-height: 2.5em;
    margin-right: 10px;
  }
#CardMMYY .sixcol{
  float: left; width: 45%;
}
#CardMMYY .sixcol.last{
  float: right; width: 45%;
}
}
.DateInputLabel {
  display: inline;
}
.PaymentHeading {
  font-weight: bold; margin-bottom: 2px;
}
.PaymentPageSeparator {
  margin-bottom: 10px; clear: both;
}
@media (min-width: 767px) {
  .ToolTip {
    visibility:hidden;
    opacity:0; /* http://www.greywyvern.com/?post=337 */
    -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -ms-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    opacity:0;
    visibility:hidden;
    position: absolute;
    background: #333;
    color: #FFF;
    font-size: 10px;
    border-radius: 5px;
    padding: 5px;
    width: 160px;
    margin: 10px 0 0 3px;
    z-index: 9;
    line-height: 2em;
  }
  .ToolTip:before {
     border:5px solid transparent;
     border-right-color:#333;
     content:"";
     display:block;
     width:0;
     height:0;
     position:absolute;
     top:3px;
     left:-10px;
     z-index:2;
  }
  .ClickPayOnce{
    visibility:hidden;
    opacity:0; /* http://www.greywyvern.com/?post=337 */
    -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -ms-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    opacity:0;
    visibility:hidden;
    position: absolute;
    background: #333;
    color: #FFF;
    font-size: 10px;
    border-radius: 5px;
    padding: 5px;
    width: 200px;
    margin: 10px 0 0 3px;
    z-index: 9;
    line-height: 2em;
  }
  .ClickPayOnce:before {
     border:5px solid transparent;
     border-right-color:#333;
     content:"";
     display:block;
     width:0;
     height:0;
     position:absolute;
     top:3px;
     left:-10px;
     z-index:2;
  }
  .ConfirmAndPay{
    margin-bottom: 20px;
  }
  input#confirm:hover + .ClickPayOnce, input#confirm:active + .ClickPayOnce, input#confirm:focus + .ClickPayOnce, input:focus + .ToolTip {
    visibility:visible;
    opacity:1;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -ms-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s;
  }
}
@media (max-width: 766px) {
  .ToolTip {
    position: relative;
    background: #333;
    color: #FFF;
    font-size: 10px;
    border-radius: 0 0 5px 5px;
    padding: 5px;
    width: 100%;
    margin: -5px 0 10px 0;
    z-index: 9;
    line-height: 2em;
  }

  input:focus + .ToolTip {
    display: block;
  }

  .ClickPayOnce{
    display: block;
    position: relative;
    background: #333;
    color: #FFF;
    font-size: 10px;
    border-radius: 5px 5px;
    padding: 5px;
    width: 100%;
    margin: -5px 0 10px 0;
    z-index: 9;
    line-height: 2em;
  }
}
.MaestroSolo{
  background: #333;
  padding: 10px;
  color: #000;
}
.MaestroSolo input{

}
iframe{
  width: 100%;
  border: none;
}
.PaymentMethod .sixcol{width: 100%;}
.FloatingLabel{
  display: inline;
}
@media (max-width: 767px) {
  label.SelectLabel, label.TextLabel {
    display: none;
  }
  .ToolTip {
    display: none;
  }
}
.PersonType select{
  max-width: 100px;
}
.PersonType .PersonTypeDescription{
  font-size: 1em;
  display: inline-block;
  width: 50%;
  line-height: 1.2em;
  margin-left: 10px;
  line-height: 3em;
}
@media (max-width: 767px) {
  .PersonType select{
    max-width: 100px;
  }
  .PersonType .PersonTypeDescription{
    font-size: 1em;
    display: inline-block;
    width: 50%;
    line-height: 1.2em;
  }
}
.EditPatronHeading:before, .clearfix:after { content: ''; display: table; }
.EditPatronHeading:after { clear: both; }

.checkbox:focus, .radio:focus, input[type="checkbox"]:focus, input[type="radio"]:focus { outline:1px dotted #36393b; }

DIV.ProgrammeLink{ font-size: 12pt; font-weight: bold; padding-top: 10px; }
SPAN.Rating{ font-size: 12pt; font-weight: bold; }

SPAN.PerformanceNotesSmall{
  font-size: 8pt;
  white-space: nowrap;
  display: block;
}

SPAN.PerformanceStatusSmall{
  font-size: 8pt;
  white-space: nowrap;
}

SPAN.ConditionsOfEntry{
  font-size: 8pt;
  white-space: nowrap;
}

DIV.PersonType{ padding-top: 6px; }
DIV.SeatType{ padding-top: 20px; font-size: 12pt; font-weight: bold; }

DIV.PerformanceDate { padding-top: 5px; font-size: 12pt; font-weight: bold; }
SPAN.PerformanceEndTime { font-size: 8pt; font-weight: normal; }
SPAN.PerformanceSection { font-size: 12pt; font-weight: bold; }
DIV.PerformanceStatus { padding-top: 15px; font-size: 12pt; font-weight: bold; }

DIV.SaleItem{ min-height: 30px; padding: 5px; }
TD.SaleItemDescription{ width: 150px; }
TD.SaleItemPromptText{ padding-right: 5px; width: 30px; text-align: right; }
TD.SaleItemInput{ padding-right: 5px; }
TD.SaleItemPriceText{ }  

/* ---------------------------------------------------------
  SEAT SELECTION
----------------------------------------------------------*/

.SeatAvailabilityGraph {
  display: none;
}
.SAGSold { }
.SAGReserved { }
.SAGAvailable { }

/* Price Table */

.PriceGroup{
  clear: both;
  font-weight: 300;
}

.PriceGroupSeatType{
  float: left;
  padding: 5px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 400;
}

.PriceGroupSeatType tr{
  border-bottom: 1px solid #E9E9E9;
}

.PriceGroupSeatTypeHeading{
  display: block;
  color: #060606;
  font-style: normal;
  line-height: 1.17em;
  margin: 0px 0px 10px;
  text-transform: uppercase;
}

.PriceGroupPersonTypeQuantity{
  text-align: center;
  background: #333;
}

.PriceGroupPersonTypeDescription, .PriceGroupPersonTypePrice{
  padding-left: 5px;
  padding-right: 5px;
}

/* Seating Plan */

.SelectPersonTypeOverlay {
  background: white;
  width: 350px;
  padding: 10px;
  border: 2px solid 060606;
  -webkit-box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.75);
  box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.75);
  color: #000;
}

.SelectPersonTypeOverlayPrompt {
  margin-top: 8px;
  margin-bottom: 8px;
}

.SelectPersonTypeOverlaySeatNumber {
  padding: 0.5em 0.2em;
  border-top: none;
  display: inline;
  line-height: 3em;
  background-color: #5a9f5c;
  color: #fff;
}

.SelectPersonTypeOverlaySeatType {
  display: block;
  color: #060606;
  font-style: normal;
  line-height: 1.17em;
  margin: 0px 0px 10px;
  border-bottom: 1px solid #E9E9E9;
  text-transform: uppercase;
}

.PersonTypeOverlayPersonTypeAndPrice {
  line-height: 2em;
  height: 2em;
  margin-bottom: 5px;
}

.PersonTypeOverlayPersonTypeAndPrice a {
  text-indent: 5px;
  display: block;
  padding: 0 10px;
  background: #EFEFEF;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

.PersonTypeOverlayPersonTypeAndPrice a:hover {
  background: #CCC;
  color: #060606;
  transition: color,background-color 0.2s ease-in-out;
  -webkit-transition: color,background-color 0.2s ease-in-out;
}

.PersonTypeOverlayConditionsOfEntry {
  color: black;
  font-size: 8pt;
  margin-left: 10px;
  line-height: 1em;
  display: block;
  margin-top: 5px;
}

.SelectPersonTypeOverlayCancel {
  margin-top: 40px;
}

DIV.SelectPersonTypeOverlayCancel a {
  color: #FFF;
  display: block;
  text-align: center;
}

DIV.SelectPersonTypeOverlayCancel a:hover {
  color: #5a9f5c !important;
  background-color: white; 
  display: block;
  border: 2px solid #5a9f5c;
  text-align: center;
}

DIV.SelectedSeat {
  background: #5a9f5c;
  color: white;
  line-height: 1.2em;
  border-radius: 50%;
}

DIV.SelectedSeat SPAN {
  display: block;
  margin-left: 1px;
  margin-top: 1px;
  text-align: center;
}

@media (max-width: 767px) {
  DIV.SelectPersonTypeOverlay {
    position: fixed !important;
    left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
    width: 98% !important;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  #SeatingPlanDiv{
    /*width: 100% !important;*/
  }
  .SeatingPlanProtector{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: #333;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
  }
  .PersonTypeOverlayPersonTypeAndPrice a {
    display: block;
    padding: 0 10px;
  }
}

.UnsubscribeFromENewsDescription {font-size: 10pt; font-weight: bold; margin-top: 16px; margin-bottom: 6px;}
.UnsubscribeFromENewsCheckBox {margin-bottom: 5px;}
.UnsubscribeFromENewsError {}
DIV.PatronGiftAidFormRow {font-weight: bold; margin-top: 3px; margin-bottom: 3px; float: left; clear: both;}
DIV.PatronGiftAidFormDescription {width: 250px; float: left;}
DIV.PatronGiftAidFormSignedDate {width: 150px; float: left;}
DIV.PatronGiftAidFormViewHideSign {width: 150px; float: left;}
DIV.SignedPatronGiftAidForm {width: 90%; border: 2px solid black; padding: 10px; margin-top: 5px; margin-bottom: 25px; clear: both;}
DIV.PatronGiftAidFormToSign {width: 90%; border: 2px solid black; padding: 10px; margin-top: 5px; margin-bottom: 25px; clear: both;}

.hidden {
display: none;
}
DIV.SaleItem {
  padding:0px;
}
DIV.SaleItem h1.title {
  border-width:0px 0px 0px 0px;
  text-align: left;
  padding-left: 0px;
  margin-left:0px;
  padding-bottom: 0px;
}
.AccountSummary td {
  vertical-align: top;
}
.FurtherDetailsSubSubHeading, .DiscountHeading {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
  margin-top:20px;
  padding-top:20px;
  border-top:1px dotted #666;
}
.DiscountDetail{color: lightblue}
#BenefitDetails{
  padding: 5px;
  font-size: 0.8em;
  margin-bottom: 5px;
}
#BenefitDetails button{
  font-size: 0.8em;
  margin: 5px;
}

/*----------------------------------------------------------------------
  ORDER DETAILS/TABLES
----------------------------------------------------------------------*/
label.SelectLabel, label.TextLabel {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top:10px;
}
.ViewOrder table, .DiscountsPrompt table, .PaymentPrompt table {
  width: 100%!important;
  border-spacing:0; 
    border-collapse:collapse; 
  margin-top:10px;
}
.ViewOrder table td, .DiscountsPrompt table td, .PaymentPrompt table td {
  vertical-align: top;
  padding:5px 6px;
}
.ViewOrder TD.OrderDelete, .DiscountsPrompt TD.OrderDelete, .PaymentPrompt TD.OrderDelete {
  vertical-align: top!important;
}
.ViewOrder table th, .DiscountsPrompt table th, .PaymentPrompt table th, .DiscountSubHeading {
  padding:5px 6px;
  background-color: #333;
  text-transform: uppercase;
}
.ViewOrder table b, .DiscountsPrompt table b, .PaymentPrompt table b {
  text-transform: uppercase;
  font-size: 16px;
}
.ContinueButton {
  float:right;
  margin-left:5px;
  margin-top:10px;
}
.BackButton {
float:left;
  margin-top:10px;
  background-color: #555;
}
.PaymentHeading {
  border-top:1px solid #aaa;
  padding-top:20px;
  margin-top:20px;
  text-transform: uppercase;
}
/*----------------------------------------------------------------------
  APPLY MEMBERSHIP PAGE
----------------------------------------------------------------------*/
.MembershipSection{
  background: #1d1d1d;
  margin-bottom: 20px;
  font-size: 0.8em;
}
.member{
  margin-bottom: 10px;
}
.MembershipSectionHeading{
  display: block;
  background: #333;
  padding: 5px;
  font-weight: bold;
}
.MembershipSection .Button{
  padding: 5px !important;
  margin: 0 !important;
  margin-right: 10px !important;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  min-width: 30px;
  line-height: 1em;
  font-size: 1em;
}
.MembershipSectionHeading .minus.Button, .MembershipSectionHeading.expanded .plus.Button{
  display: none;
}
.MembershipSectionHeading.expanded .minus.Button, .MembershipSectionHeading .plus.Button, .selectable_benefit_membership_details, .selectable_benefit_membership, .selectable_benefit_membership_info{
  display: inline-block;
}
.MembershipSectionContent{
  padding: 10px;  
}
.member_name, .ticket_sale_heading, .selectable_benefit_heading{
  font-weight: bold;
  margin-bottom: 5px;
}
.membership_sale, .ticket_sale, .selectable_benefit{
  background: #000;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}
.membership_type, .membership_description, .membership_joint_with, .membership_period, .membership_renew, .membership_status, .membership_info{
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.membership_status{font-weight: bold;}
.membership_status_expired{color: red;}
.membership_status_cancelled{color: red;}
.membership_status_active{color: green;}
.membership_status_expring_soon{color: orange;}
.membership_status_not_yet_active{color: purple;}
.info_non_member_has_been_assigned_to_ticket {}
.info_member_has_been_assigned_to_ticket {color: green; font-weight: bold;}
.error_member_has_not_been_assigned_to_ticket {color: red; font-weight: bold;}

.MembershipSectionContent ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
@media(max-width: 768px){
  .ticket_sale_heading, .selectable_benefit_heading{
    display: none;
  }
}

/* Make the info button an icon*/
.membership_info > button:nth-child(1), .Edit.Button, .OrderDelete .Button{
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0;
}
.membership_info > button:nth-child(1)::before, .Edit.Button::before, .OrderDelete .Button::before {
  font-size: 0.8rem;
  font-weight: bold;
}
.OrderDelete .Button::before {
  padding: 0.5em;
  float: right;
}
.membership_info > button:nth-child(1)::before {
  content: "\ea0c";
}
.OrderDelete .Button::before{
  content: "\e9ad";
}
.Edit.Button::before {
  content: "\e905";
}
/*Change the Heading of the page*/
#Detail.DiscountsPrompt .DetailHeading{
  visibility: hidden;
  position: relative;
}
#Detail.DiscountsPrompt .DetailHeading::before{
  content: 'Apply Discounts';
  visibility: visible;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
}

/*----------------------------------------------------------------------
  SALE ITEMS
----------------------------------------------------------------------*/

.SaleItem .Button{
line-height: 3em;
position: relative;
padding: 0.5em 1em;
}

.SaleItem{
  background: rgba(0,0,0,0.3);
  padding: 10px !important;
  min-height: 12em !important;
  margin-bottom: 10px;
}

.SaleItem h1.title{
  display: block;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  font-style: normal;
  line-height: 1.17em;
  margin: 0px 0px 10px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
}

.SaleItem .Button{
line-height: 3em;
position: relative;
padding: 0.5em 1em;
}

.SaleItem:nth-child(even){
margin-right: 0 !important;
}

.ViewOrder input[type="submit"]{
clear: both;
display: block;
}


@media (max-width: 767px) {
  .SaleItem img{

  }

  .upsell-image{
    width: 13.45% !important;
    float:left !important;
  }

  .upsell-detail{
    width: 82.7% !important;
    float:left !important;
  }
}

#upsell{
display:none;
text-align:center;
}

#upsell h3{
padding: 4px;
border: 2px solid;
margin-top: 15px;
}

#upsell p{
font-style: italic;
}

.add_buttons {
 line-height: 3em;
 margin-top: 10px;
}

@media(max-width: 767px){
  .add_buttons {
   line-height: inherit;
   margin-top: 0px;
  }

  .upsell-image {
     margin-right: 10px;
  }

}
/*-------------------------------------

SIDEBAR

--------------------------------------*/
#SideBar{
  margin-bottom: 20px;
  margin-top: 2em;
}
.SideBarFirstHeading, .SideBarHeading {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #FFF;
}
.SideBarHeading {
  margin-top: 30px;
}
.SideBarItem {
  padding-left: 15px;
}
#SideBarToggleMenu{
  display: none !important;
}
@media (min-width: 767px) {
  #SideBar{
    display: block !important;
  }
}
@media (max-width: 767px) {
  #SideBar{
    display: none;
    position: fixed;
    bottom: 26px;
    width: 100%;
    left: 0px;
    z-index: 9;
    background: #FFF;
  }
  .SideBarFirstHeading, .SideBarHeading {
    display: none !important;
  }
  .SideBarHeading {
    margin-top: 0px;
  }
  .SideBarItem a{
    text-indent: 5px;
    display: block;
   background: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 2px;
    text-align: center;
    line-height: 2.5em;
  }
  .SideBarItem a:hover {
    background: #CCC;
    color: #5a9f5c;
  }
  .SideBarToggle{
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    cursor: pointer;
    padding: 10px;
    background: #000;
    text-transform: uppercase;
    color: #EFEFEF;
  }
  .SideBarToggle:hover{
    background: #CCC;
  }
  .SideBarToggle span{
    position: absolute;
    right: 5px;
    font-size: 2.5em;
    line-height: 2.2em;
    line-height: 0.6em;
    color: #666;
  }
  #SideBarToggleMenu{
    display: block;
    margin-bottom: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 9;
  }
  .topsidebar #SideBar{
width: 100% !important;
margin: 0;
background: none;
padding: 0;
text-align: center !important;
position: relative !important;
width: 100% !important;
top: 0;
display: block !important;
font-size: 0.8em;
  }
  .topsidebar #SideBar .SideBarItem a{
    padding: 0.2em 0.4em;
  }
}
.SideBarFirstHeading, .SideBarHeading {
  display: block;
  padding:5px 10px;
  background-color: #333;
  line-height: auto;
  font-size:14px;
  letter-spacing: 1px;
  border-top:1px solid #666;
}
.SideBarItem {
  padding:0px;
}
.SideBarItem a {
  font-weight: 500;
  display: block;
  border-bottom: 1px dotted #444;
  padding:5px 10px;
}
.SideBarItem a:hover {
  text-decoration: none;
  background-color: #5a9f5c;
  color:#fff;
}
.topsidebar{
  position: relative;
  font-size: 0.8em;
}
.topsidebar #SideBar{
  margin: 0 auto;
  width: 38%;
  max-width: 1200px;
  text-align: right;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media(min-width: 960px){
  .topsidebar #SideBar{
    width: 50%;
  }
}
.topsidebar .SideBarItem{
  display: inline-block;
}
.topsidebar .SideBarFirstHeading, .topsidebar .SideBarHeading{
  display: none;
}
.topsidebar .SideBarToggle{
  display: none;
}
.topsidebar .SideBarMenu{display: inline;}
/* -------------------------------- 
  LIGHTBOX
-------------------------------- */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/PrinceCharlesCinema/img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
}
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}
.lb-prev {
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: url(/PrinceCharlesCinema/img/prev.png) left 48% no-repeat;
}
.lb-next {
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: url(/PrinceCharlesCinema/img/next.png) right 48% no-repeat;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/PrinceCharlesCinema/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* -------------------------------- 

ACCORDION

-------------------------------- */
.accordion{
  display: block;
  border-top: dashed #FFF 1px;
  padding: 2em 0;
}
h3.accordion-name{
  
}
h3.accordion-item-title{
  text-align: left;
  font-size: 1em;
  cursor: pointer;
  margin: 1em 0;
  padding: 10px;
  background: #5a9f5c;
}
h3.accordion-item-title:hover{
  box-shadow: inset -100px -100px 100px 100px rgba(0, 0, 0, 0.1);
}
.accordion-item-content{
  display: none;
}

/* -------------------------------- 

CARD

-------------------------------- */
.WebTab, .SelectedWebTab{display: none;}
div.SideBarMenu:nth-child(2){
  clear: both;
  display: none;
  height: 0;
}
.topsidebar div.SideBarMenu:nth-child(2){
  display: block;
  height: auto;
}
div.SideBarMenu:nth-child(2) .redeem.button{
  position: absolute;
  right: 15px;
  top: 50px;
  padding: 0.5em;
}
#Content .redeem.button{
  display: none;
}
.card{
  border: solid 3px #FFF;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 340px;
}
.card.twelvecol{
  border: none;
  padding: 0;
  min-height: auto;
  margin-bottom: 0;
}
.card h3{
  display: none;
}
.card .button{
  display: block;
  background: #5a9f5c;
  text-align: center;
  padding: 1em;
}


#HPPEarmarkTimeoutPageOverlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: block;
background: #333;
opacity: 0.8;
}
#HPPTimeoutErrorMessageContainer {
position: relative;
width: 50%;
height: auto;
margin: 0 auto;
display: block;
margin-top: 50px;
color: red;
font-size: 1.2em;
font-weight: bold;
line-height: 1.5em;
text-align: center;
background: #FFF;
opacity: 1;
padding: 20px;
}
@media(max-width: 768px){
#HPPTimeoutErrorMessageContainer {
width: 80%;
}
}
#HPPReturnToMyOrderButton {
display: block;
margin: auto;
margin-top: 10px;
}
ul.filter{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.filter li{
  display: inline;
}
ul.filter li span{
  padding: 0.5em 1em;
  background: none;
  cursor: pointer;
  border: none;
}
.SortByNameDateFilter:hover{
   color: #5a9f5c !important;
}
ul.filter li span.active{
  padding: 0.5em 1em;
  background: #5a9f5c;
  color: #FFF !important;
}

#side-newsletter span:nth-child(1){display: none;}
/*---------------------*/
/*---- Month View -----*/
/*---------------------*/

.week, .days-of-week {
  display: flex;
}

.day {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.calendar-nav {
  margin: 1em;
  text-align: center;
  font-size: 2em;
}
.calendar-nav > div{
  display: inline-block;
}
#current-month{
  min-width: 8em;
}
.month {
  margin-top: 0;
  padding-top: 0;
  display: none;
}
.month.active{
  display: block;
}
.week {
  min-height: 10em;
}
.day {
  color: black;
  font-weight: bold;
  padding: 5px;
  background-color: #eee;
  border: solid 1px #000;
}
.day span.date {
  display:block;
}
.date-display{
  opacity: 0.6;
}
.day a {
  font-size: 0.8em;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  margin: 2px;
  padding: 5px 8px;
  line-height: 1.2em;
}

#prev-month, #next-month {
  cursor: pointer;
  background: white;
  line-height: 1.5em;
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  visibility: hidden;
}
#prev-month.active, #next-month.active {
  visibility: visible !important;
}
.day-in-past {
  background: repeating-linear-gradient(
    -45deg,
    rgba(0,0,0,0),
    rgba(0,0,0,0) 10px,
    rgba(0,0,0,0.15) 10px,
    rgba(0,0,0,0.15) 20px
  );
}

.day-in-past span{
  color: #aaa;
}

.day.non-day{
  background: rgba(255, 255, 255, 0.7);
}

.today {
  background: rgba(255, 0, 0, 0.2);
}

.day .mobile{
  display: none;
}

@media (max-width: 767px) {
  .days-of-week {
    display: none;
  }

  .week {
    display: block;
    height: auto;
    min-height: 0px;
  }

  .day {
    margin: 0 auto 5px !important;
    display: block;
    font-size: 1.3em;
  }

  .day > span{
    font-size: 0.8em;
  }

  .day-in-past {
    display: none;
  }

  .month-view-nav {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .day .mobile{
    display: inline;
  }
}
.SocialDistanceSeatInTheirBubble, .SocialDistanceSeatInMyBubble {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
.SocialDistanceSeatInTheirBubble{
  background-color: rgba(0, 0, 0, 0.7)
}


.SocialDistanceSeatInMyBubble {
  position: absolute;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  pointer-events: none;
  z-index: 1;
}

DIV.SelectedSeat {
  z-index: 2;
}

.PerformanceStatus{display: none;}

#dlgTurnOnAutoRenewMembership {
  max-width: 600px;
  top: 60px;
  min-height: 400px;
}

.TurnOnAutoRenewMembershipVerifyCardIframe {
  min-height: 300px;
}

#dlgTurnOnAutoRenewMembership iframe {
  width: 100%;
  height: 300px;
}

img.rating {
max-width: 22px;
vertical-align: bottom;}

.hidden {
display: none;
}

.icon-letterboxd::before {

    content: url("/PrinceCharlesCinema/img/letterbox.png");
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 50%;

}
 #MyOrderSimpleMenu { display: none; } 