/*-----
COLORS
PD Grey #2a2a2a
PD Cream #F8D180 // #D9BA67
background Grey #C8C8C8
main content Grey #EDE9E2
------*/
/*--FONT FACES---------------------------*/
@font-face {
  font-family: 'Abril Fatface'; 
  src: url('css/AbrilFatface-Regular.ttf');
}
@font-face {
  font-family: 'Slabo 27px';
  src: url('css/Slabo27px-Regular.ttf')
}
@font-face {
  font-family: 'Fira Sans';
  font-style: thin 100, thin 100 Italic, extra-light 200, extra-light 200 Italic, light 300,
  light 300 Italic, regular 400, regular 400 Italic, medium 500, medium 500 Italic, semi-bold 600,
  semi-bold 600 Italic, bold 700, bold 700 Italic, extra-bold 800, extra-bold 800 Italic, black 900, black 900 Italic;
  src: url('css/fonts/Fira_Sans/FiraSans-Medium.ttf');
}

/*--BROWSER RESET------------------------*/
html, body {
  overflow-x:hidden
}
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: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Segoe UI Light, Helvetica Light, Arial, sans-serif;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;    border-spacing: 0;
}

body {
  background-color: #120202;
} 
.PD_wrapper {
  max-width: 1024px;
  margin: 0 auto;
  background : #ffffff;
  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 {
  
  height: 35px;
  line-height: 35px;
  outline:none;
  font-family: Segoe, Helvetica, Arial, sans-serif; 
  font-size: 18px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s 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: invert(100%);
}
#process:hover {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: invert(100%);
}

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); 
}
.EMPL_wrapper {
/*  display: table;*/
  max-width: 1024px;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.EMPL_scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #2a2a2a;
  border-radius: 30px;
  box-shadow: 0 0 2px 1px rgb(142, 111, 27);
  -webkit-box-shadow: 0 0 2px 1px rgb(255, 255, 255);
  -moz-box-shadow: 0 0 2px 1px rgba(191, 160, 77, 1);
  text-align: center;
  z-index: 1000;
}
.EMPL_scrollToTop:hover {
  background: #312424;
}
.EMPL_scrollToTop img {
  width: 50px;
  height: 50px;
}
.EMPL_header {
  padding: 10px;
  background: url(/SITES/EMPIRELB/images/bodySubBg.jpg) no-repeat center top;
}
.EMPL_header .EMPL_othersites {
  display: -webkit-box;
  color: #fff;
  text-transform: uppercase;
  position: static;
  font-weight: 800;
  float: right;
}

.EMPL_header .EMPL_othersites div {
  padding-left: 10px;
  padding-left: 10px;
  border: 2px solid #4f0b0a;
  padding: 0px 25px;
  background: #dddddd;
  border-radius: 25px;

  background: rgb(14,15,18);
  background: -moz-linear-gradient(top, rgba(14,15,18,1) 0%, rgba(17,18,22,1) 5%, rgba(31,33,40,1) 19%, rgba(37,39,48,1) 29%, rgba(25,27,33,1) 67%, rgba(12,12,15,1) 100%);
  background: -webkit-linear-gradient(top, rgba(14,15,18,1) 0%,rgba(17,18,22,1) 5%,rgba(31,33,40,1) 19%,rgba(37,39,48,1) 29%,rgba(25,27,33,1) 67%,rgba(12,12,15,1) 100%);
  background: linear-gradient(to bottom, rgba(14,15,18,1) 0%,rgba(17,18,22,1) 5%,rgba(31,33,40,1) 19%,rgba(37,39,48,1) 29%,rgba(25,27,33,1) 67%,rgba(12,12,15,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0f12', endColorstr='#0c0c0f',GradientType=0 );
}

.EMPL_header .EMPL_othersites div a {
  text-decoration: none;
  color: #fff;
}

.EMPL_header .EMPL_othersites .active {
  background: rgb(205,73,72); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(205,73,72,1) 1%, rgba(241,111,92,  1) 34%, rgba(159,17,17,1) 55%, rgba(143,16,17,1) 71%, rgba(115,5,4,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(205,73,72,1) 1%,rgba(241,111,9  2,1) 34%,rgba(159,17,17,1) 55%,rgba(143,16,17,1) 71%,rgba(115,5,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(205,73,72,1) 1%,rgba(241,111,92,  1) 34%,rgba(159,17,17,1) 55%,rgba(143,16,17,1) 71%,rgba(115,5,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd4948',   endColorstr='#730504',GradientType=0 ); /* IE6-9 */
}

.EMPL_header .EMPL_othersites div:hover {
  background: rgb(205,73,72); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(205,73,72,1) 1%, rgba(241,111,92,  1) 34%, rgba(159,17,17,1) 55%, rgba(143,16,17,1) 71%, rgba(115,5,4,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(205,73,72,1) 1%,rgba(241,111,9  2,1) 34%,rgba(159,17,17,1) 55%,rgba(143,16,17,1) 71%,rgba(115,5,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(205,73,72,1) 1%,rgba(241,111,92,  1) 34%,rgba(159,17,17,1) 55%,rgba(143,16,17,1) 71%,rgba(115,5,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd4948',   endColorstr='#730504',GradientType=0 ); /* IE6-9 */
}

/*-HEADER--------*/

.EMPL_header .logo {
  margin: 0 auto;
  height: auto;
  display: table;
  width: 65%;
}
.EMPL_header .teleHolder {
  float: left;
  width: auto;
  padding-top: 10px;
  text-align: left;
}
.EMPL_header .teleHolder img {
  width: auto;
  height: 45px;
  display: block;
}
.EMPL_header .teleHolder h2 {
  font-size: 25px;
  word-spacing: 5px;
  text-transform: uppercase;
  font-family: Segoe UI Light, Helvetica Light, Arial, sans-serif;
  font-weight: 900;
  margin: 0;
}

/*-HEADER-RESPONSIVE--*/

@media all and (max-width: 620px) {
  .EMPL_header {
  }
  .EMPL_header .logo {
    width: 40%;
  }
  .EMPL_header .teleHolder {
    text-align: center;
    width: 100%;
  }
  .EMPL_header .teleHolder img {
    margin: 0 auto;
  }
  .EMPL_header .teleHolder h2 {
    font-size: 22px;
  }
  .EMPL_header .teleHolder h2 span {
    display: block;
  }
}

/*-MENUS--------*/

.EMPL_menu {
  width: 100%;
  background: #2a2a2a;
  color: #fff;
  min-height: 40px;
  border-bottom: .25rem solid #6c0708;
}
.EMPL_menu div {
  width: 25%;
  float: left;
  text-align: center;
  background: rgb(14,15,18); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(14,15,18,1) 0%, rgba(17,18,22,1) 5%, rgba(31,33,40,1) 19%, rgba(37,39,48,1) 29%, rgba(25,27,33,1) 67%, rgba(12,12,15,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(14,15,18,1) 0%,rgba(17,18,22,1) 5%,rgba(31,33,40,1) 19%,rgba(37,39,48,1) 29%,rgba(25,27,33,1) 67%,rgba(12,12,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(14,15,18,1) 0%,rgba(17,18,22,1) 5%,rgba(31,33,40,1) 19%,rgba(37,39,48,1) 29%,rgba(25,27,33,1) 67%,rgba(12,12,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0f12', endColorstr='#0c0c0f',GradientType=0 ); /* IE6-9 */

}
.EMPL_menu div:last-child {
  width: 0;
  float: none;
  clear: both;
}
.EMPL_menu div a {
  text-decoration: none;
  padding: 0;
  line-height: 42px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #E9E9E9;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  height: 16px;
  margin-bottom: 1px;
  overflow: hidden;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.EMPL_menu div a:hover {
  color: #c10b0b;
}
@media screen and (max-width: 350px){
  .EMPL_menu div a {
    font-size: 0.8em;
  }
}

/*-MENUS-RESPONSIVE--*/

@media all and (max-width: 768px) {
  .EMPL_menu div {
    width: 50%;
    text-align: center;
    float: left;
  }
}

@media all and (max-width: 500px) {
  .EMPL_menu div {
    width: 100%;
    text-align: center;
    float: left;
  }
  .EMPL_wrapper {
    display: block;
  }
}

/*-FOOTER-------*/
.call {
    display: block;
    background: url(/SITES/EMPIRELB/images/call.png) no-repeat;
    width: 120px;
    height: 49px;
    float: left;
    margin-top: 5px;
}
.EMPL_footer {
  background: #2a2a2a;
  color: #fff;
  width: 100%;
  height: 56px;
  background: #000 url(../images/footerBg.png) repeat-x;
}
.EMPL_footer div h3 {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  color: #bfa04d;
  font-size: 22px;
  line-height: 18px;
  font-weight: normal;
}
.EMPL_footer div p {
  line-height: 25px;
  font-size: 20px;
  text-transform: uppercase;
  margin: 7px 0;
}
.EMPL_footer div p a {
  text-decoration: none;
  padding: 0;
  line-height: 42px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #E9E9E9;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  height: 16px;
  margin-bottom: 1px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.EMPL_footer div p a:hover {
  color: #650d0c
}
.EMPL_footer div.footerLinks,
.EMPL_footer div.footerSites,
.EMPL_footer div.footerSocial {
  vertical-align: top;
  padding: 20px;
}
.EMPL_footer div.footerLinks {
  width: auto;
  text-align: center;
}
.EMPL_footer div.footerSites {
  width: 200px;
  text-align: left;
  float: left;
}
.EMPL_footer div.footerSocial {
  width: 200px;
  text-align: right;
  float: right;
}
.EMPL_footer div.copy,
.EMPL_footer div.links {
  padding: 0 20px;
}
.EMPL_footer div.copy {
  float: left;
  text-align: left;
}
.EMPL_footer div.links {
  float: right;
  text-align: right;
  font-family: 'Slabo 27px', sans-serif, Tahoma, Geneva, Verdana;
}

/*-LOGOS-RESPONSIVE--*/

@media all and (max-width: 620px) {
  .EMPL_footer div.footerLinks,
  .EMPL_footer div.footerSites,
  .EMPL_footer div.footerSocial {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    padding: 10px 0;
  }
  .EMPL_footer div.copy,
  .EMPL_footer div.links {
    width: auto;
    float: none;
    padding: 20px;
    text-align: center;
  }
}

/*--MAIN PAGE------*/
.OLCT_pageOuterWrapper {
  padding: 10px;
  min-height:320px;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  background: rgb(19,19,25); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(19,19,25,1) 0%, rgba(10,10,13,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(19,19,25,1) 0%,rgba(10,10,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(19,19,25,1) 0%,rgba(10,10,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131319', endColorstr='#0a0a0d',GradientType=0 ); /* IE6-9 */
}
.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;
  background: -moz-linear-gradient(top,  rgba(73,6,7,1) 0%, rgba(3,0,0,1) 96%, rgba(1,0,0,1) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(73,6,7,1) 0%,rgba(3,0,0,1) 96%,rgba(1,0,0,1) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(73,6,7,1) 0%,rgba(3,0,0,1) 96%,rgba(1,0,0,1) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#490607', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.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: #9d9d9d;
}
.OLCT_activeSeperatorPurchaseProgress,
.OLCT_inactiveSeperatorPurchaseProgress {
  padding-left:10px;
  padding-right:10px;
}
.alert {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  background-color: #100000;
  border: 1px solid #2A2A2A;
  color: #e9e9e9;
  padding: 10px;
  margin: 10px 0;
  font-size: 18px;
}
.notes {
  font-family: Tahoma, Geneva, sans-serif;
  color: #fff;
  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 #6c0708;
}
.OLCT_eventMiniImage {
  float: left;
  margin-right: 10px;
  height:160px;
  width: auto;
}
.OLCT_movieDetailsContainer p {
  color: #cfcfcf;
  font-family: "Fira Sans", Arial, Helvetica, 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;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  color: #fff;
}
.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_eventMiniImage {
    height: auto;
    width : 100%;
    float: none;
  }
}
/*-TICKETS-------------*/
.OLCT_ticketSection {
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #6c0708;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 20px;
	color: #FFFFFF;
}
.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;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  color: #fff;
}

/*-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 #c60505;
  width: 100%;
  padding: 10px 0;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f70000+0,960a0a+11,662a2a+12,440606+17,2b0a0a+22,000000+29,000000+29,111111+97,2b2b2b+98,2b2b2b+98,1c1c1c+98,2b2b2b+98,2b2b2b+98,131313+100 */
background: rgb(247,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,0,0,1) 0%, rgba(150,10,10,1) 11%, rgba(102,42,42,1) 12%, rgba(68,6,6,1) 17%, rgba(43,10,10,1) 22%, rgba(0,0,0,1) 29%, rgba(0,0,0,1) 29%, rgba(17,17,17,1) 97%, rgba(43,43,43,1) 98%, rgba(43,43,43,1) 98%, rgba(28,28,28,1) 98%, rgba(43,43,43,1) 98%, rgba(43,43,43,1) 98%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(247,0,0,1) 0%,rgba(150,10,10,1) 11%,rgba(102,42,42,1) 12%,rgba(68,6,6,1) 17%,rgba(43,10,10,1) 22%,rgba(0,0,0,1) 29%,rgba(0,0,0,1) 29%,rgba(17,17,17,1) 97%,rgba(43,43,43,1) 98%,rgba(43,43,43,1) 98%,rgba(28,28,28,1) 98%,rgba(43,43,43,1) 98%,rgba(43,43,43,1) 98%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(247,0,0,1) 0%,rgba(150,10,10,1) 11%,rgba(102,42,42,1) 12%,rgba(68,6,6,1) 17%,rgba(43,10,10,1) 22%,rgba(0,0,0,1) 29%,rgba(0,0,0,1) 29%,rgba(17,17,17,1) 97%,rgba(43,43,43,1) 98%,rgba(43,43,43,1) 98%,rgba(28,28,28,1) 98%,rgba(43,43,43,1) 98%,rgba(43,43,43,1) 98%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70000', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}
#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 {
  text-transform: uppercase;
  color: #FFF;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size:25px;
  height:40px;
  line-height: 40px;
  width:auto;
  margin:auto 10px auto 10px;
  background: rgb(14,15,18); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(14,15,18,1) 0%, rgba(17,18,22,1) 5%, rgba(31,33,40,1) 19%, rgba(37,39,48,1) 29%, rgba(25,27,33,1) 67%, rgba(12,12,15,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(14,15,18,1) 0%,rgba(17,18,22,1) 5%,rgba(31,33,40,1) 19%,rgba(37,39,48,1) 29%,rgba(25,27,33,1) 67%,rgba(12,12,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(14,15,18,1) 0%,rgba(17,18,22,1) 5%,rgba(31,33,40,1) 19%,rgba(37,39,48,1) 29%,rgba(25,27,33,1) 67%,rgba(12,12,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0f12', endColorstr='#0c0c0f',GradientType=0 ); /* IE6-9 */
}
.OLCT_seatPlanSeats {
    margin-top: 10px;  
}
.OLCT_SelectSeatButton {
  max-width: 365px;
  display:block;
  text-align:center;
  margin-bottom:10px;
  margin: 0 auto;  
}
.OLCT_SelectSeatButton a {
  background: #490607;
  color: #FFF;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  text-decoration: none;
  transition: all 1s ease-in-out;
}

.OLCT_SelectSeatButton a:hover {
  background-color: #120202;
  color: #ffffff;
  text-decoration: none;
}
.OLCT_extraSeatPlanText {
  display: none;
}
.my {
/*  background-color: #310405 !important;*/
  vertical-align: middle !important;
}
.as_5 {
  vertical-align: middle !important;
}
.ov {
  vertical-align: middle !important;
}
/*-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;  
  color: #fff;
}
.OLCT_paymentSection {
  border-bottom: 2px solid #6c0708;
  padding: 10px 0;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
.OLCT_paymentSection a {  
  color: #2A2A2A;
  font-weight: bold;
}
.OLCT_paymentSection h3 {
  font-size: 16px;
  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;
}
.payNote {
  font-size:14px
}
input[name="subscribe"] { 
  margin-left: 150px;
  height: auto;
}
.proceedtopayment {
  margin: 10px auto 0 auto;  
}
#tandc {
  margin-left: 170px;
  height: auto;
}
input[value="remember"] {
    height: auto;    
}
/*-PAYMENT-RESPONSIVE--*/
@media all and (max-width: 620px) {  
  .OLCT_paymentItem label{
    width:75px;
    font-size: 14px;
  }
  .OLCT_paymentItem input,
  .payNote {
    display: table-cell;
    width:150px
  }
  #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_successSection {
  border-bottom:2px solid #2A2A2A;
  padding: 10px;
  margin-bottom: 10px;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px; 
  color: #fff;
}
.OLCT_successSection h3 {
  font-weight: bold;
  font-size: 18px;
}
.OLCT_successSection ul {
  margin-bottom: 15px;
}
.OLCT_successSection li {
  margin-top:10px
}
.OLCT_successSection a {
  margin-top:10px;
  background: #490607;
  color: #fff;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  text-decoration: 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;
  font-family: Tahoma, Geneva, sans-serif;
  color: #fff;
}
.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: #7b1212;
  color: #fff;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 5px;
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
}
.OLCT_moviePosterHolder a:hover {  
  background-color: #520807;
}
.OLCT_movieDetailsHolder {  
  color : #2A2A2A;
  display : table-cell;
  vertical-align: top;
}
.OLCT_movieDetailsHolder h3 {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0 0 15px 0;
  margin: 0 10px;
  font-size: 40px;
  border-bottom:2px solid #6c0708;
}
.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 {
  text-transform: capitalize;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  color: #cfcfcf;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
.OLCT_movieDetailsHolder .details {   
  margin: 0 10px;
  font-size: 16px;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  border-top:2px solid #6c0708;
  padding: 10px 0 5px 0;
}
.OLCT_movieDetailsHolder span { 
  font-weight: bold;
}
.OLCT_movieDetailsHolder a { 
  font-weight: bold;
  text-decoration: none;
  color : #2A2A2A;
}
.OLCT_movieDetailsHolder a:hover { 
  text-decoration: underline;
}
.OLCT_moviePerformancesHolder {  
  padding : 10px; 
}
.OLCT_moviePerformancesDate {
  padding: 0 0 10px 0;
  border-bottom:2px solid #6c0708;
  display: table;
  width: 100%;
}
.OLCT_moviePerformancesDate:first-child {  
  border-top:2px solid #6c0708;
}
.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;
  color: #fff;
}
.OLCT_datePerformances {
  display: table-cell;  
}
.OLCT_datePerformances .performance {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-color: #490607;
  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;
}
.OLCT_datePerformances .performance:hover {
  background-color: #120202;
  color: #ffffff;
}
.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 0 5px 0;
}
.PD_performance > div > a > h3 {
	font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  color: #2A2A2A;
  font-size: 30px;
  line-height: 25px;  
}
.PD_performance > div > a {
  text-decoration: none;
  display: table;
}
.PD_performanceTrailerPoster{
	display: table-cell;
  width: 160px;
  vertical-align: top;
}
.PD_performanceDetails {
	display: table-cell;
	vertical-align: top;
}
.smallImage {
	width: 130px;
	display: block;	
	padding: 10px;
}
.viewTrailer {
	text-align: center;
	text-decoration: none;
	background: #2A2A2A;
  color: #ffffff;
	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;
}
.viewTrailer:hover {
  background: #a2a2a3;
  color: #2a2a2a;
}
/*--MERLIN--*/
.ticketButton {
  float:left; 
  padding-right:50px; 
  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}







.OLCT_movieTimesContainer {
}

.OLCT_movieTimesInfo {
	width: 610px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 10px;
  color: #cfcfcf;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}

.OLCT_movieTimesInfo img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.OLCT_movieTimesInfo h3 {
	color:#000;
}

.OLCT_movieTimesInfo h3 a {
	font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.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: none;
  transition: all 0.5s ease-in-out;
}

.OLCT_movieTimes td a:hover {
	background: #2A2A2A;
	color: #fff;
}

.OLCT_movieTimes td a.mz {
	background: #fdf9db url(/sites/propix/images/mz.gif) no-repeat 99% 1px;
	color: #666;
}

.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}
.inner{margin-left:2.5%; width:95%}
.clear {
  clear:both;
}

#membership {width:49%; float:left}
#membership .movieMagicCapture {margin-bottom:10px}
#membership .mmTicketType {font-weight:bold}
#membership label {margin-left:10px; width:35%; float:left}
#membership input {width:55%; float:left}
#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;
}

.OLCT_keyImage {
  text-align:center;
}

@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}  
}

@media screen and (max-width: 400px) {
  .EMPL_header .EMPL_othersites {
      display: block;
  }
}
#bookingNotAvailable p,
#bookingNotAvailableErbil p {
  color: #FFFFFF;
  font-weight: bold;
  padding: 20px 40px;
  font-size: 20px;
  text-align: center;
}
#bookingNotAvailableErbil a {
  color: #FFFFFF;
}
