/*--FONT FACES---------------------------*/
@import url(//fonts.googleapis.com/css?family=Poiret+One);

@font-face {
  font-family: 'ZurichBT-LightExtraCondensed';
  src: url('fonts/23F75B_0_0.eot');
  src: url('fonts/23F75B_0_0.eot?#iefix') format('embedded-opentype'),
       url('fonts/23F75B_0_0.woff') format('woff'),
       url('fonts/23F75B_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'LeHavre';
  src: url('fonts/23F494_2_0.eot');
  src: url('fonts/23F494_2_0.eot?#iefix') format('embedded-opentype'),
       url('fonts/23F494_2_0.woff') format('woff'),
       url('fonts/23F494_2_0.ttf') format('truetype');
}

/*--BROWSER RESET------------------------*/
* {
  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: 0;
  font-size: 100%;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select::-ms-expand {
  display: none;
}

::-moz-selection {
  background: #F8D180;
  color:#666;
  text-shadow: none;
}
::selection {
  background: #F8D180;
  color:#666;
  text-shadow: none;
}
input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
}
input:focus, select:focus {
  outline-color: transparent;
  outline-style: none;
  outline: none;
  box-shadow:none;
}
input[type='checkbox'] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  -o-appearance: checkbox;
 }
 
 h1, .h1, h2, .h2, h3, .h3 {
    color: #000;
    font-family: "Poiret One", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.owl-carousel {
  border-bottom: 2px solid #2a2a2a;
}

.FP_article table {
  margin-left:20px;
}

.FP_article td {
  padding-top:5px;
}
.FP_article ol,
.FP_article ul {
  padding:5px 40px 20px;
}

ul.defaultStyle li,
ul.defaultStyle { 
  list-style:initial;
  list-style-type: disc; 
  list-style-position: inside; 
}
ol.defaultStyle li,
ol.defaultStyle { 
  list-style:initial;
  list-style-type: decimal; 
  list-style-position: inside; 
}
ul.defaultStyle ul,
ol.defaultStyle ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
ol.defaultStyle ol,
ul.defaultStyle ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

/*--MAIN--------*/
body {
  background: url('/images/backBar.png') repeat-x #C8C8C8;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 0.9em;
  font-family: helvetica, arial, sans-serif;
  color: #666;
}
.clear {
  clear: both;
}
h2 {
  color: #2A2A2A;
  font-size: 30px;
  line-height: 25px;
  font-weight:bold;
}
.FP_wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.cs-content h2 {
  text-align: left;
}
.cs-content h2 a {
  color: #F8D180;
  text-decoration: none;
}
.FP_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;
}
.FP_scrollToTop img {
  width: 50px;
  height: 50px;
}
/*-HEADER--------*/
.FP_header {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.FP_header a.logo,
.FP_header .headerlinks {
  display:inline-block;
  vertical-align:bottom;
  padding:20px 0px;
  color:#fff;
  line-height:20px;
}
.FP_header a.logo,
.FP_header img {
  height: 129px;
}
.FP_header h2 {
  float: right;
  height: 129px;
  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: 730px) {
  .FP_header {
    height: auto;
  }
  .FP_header .logo {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .FP_header h2 {
    float: none;;
    height: auto;
    padding: 5px 20px;
    display: block;
    text-align: center;
  }
}
/*-MENUS--------*/
.FP_menu {
  display:block;
  color: #fff;
  margin:0 auto;
  background: #2a2a2a;
}

@supports (-moz-appearance:none) {
  .FP_menu_dropdown {
    margin:-5px auto;
  }
  .FP_menu {
    margin:0 auto -5px;
  }
}

.FP_menu li, .FP_burgerMenu li {
  display:inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

.FP_menu li a, .FP_burgerMenu li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0;
  line-height: 42px;
  font-family: 'Poiret One', sans-serif;
  font-size: 16px;
  z-index:10;
  padding:0px 10px;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

.FP_burgerMenu li a {
  padding: 0 5px;
}

.FP_menu_control .navtitle, .FP_menu_control .arrows {
  display:table-cell;
}

.FP_menu_control { 
  width: 165px;
}

.FP_menu_control .navtitle {
  width:75%;
}
.FP_menu_control .arrows {
  width:25%;
}

.FP_menu li.active a,
.FP_menu li a:hover,
.FP_burgerMenu li.active,
.FP_burgerMenu li a:hover {
  color: #2a2a2a;
  background-color:#F8D180;
  transition: 0.6s ease;
}

.FP_menu li:hover,
.FP_menu li.active,
.FP_burgerMenu li:hover,
.FP_burgerMenu li.active {
  z-index:2;
}

.FP_menu li.active .FP_menu_dropdown li a:hover,
.FP_menu li.active .FP_menu_dropdown li.active a {
  background:#f8d180;
  color:#2a2a2a;
}

.FP_menu_dropdown {
  max-width: 260px;
  overflow-y: hidden;
  position: absolute;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 1, 1, 1);
  z-index: 50;
  display:none;
  border:1px solid #fff;
}

.FP_menu_dropdown li,
.FP_menu_dropdown li a,
.FP_menu li.active .FP_menu_dropdown li a {
  display:block;
  text-align:left;
  width:100%;
  line-height:28px;
  margin:0 auto;
  text-align:center;
  background:#2a2a2a;
  color:#fff;
}

.FP_menu_dropdown li {
  margin:0!important;
  border-bottom:1px solid #fff;
  text-align:center;
}

.FP_menu li.active .FP_menu_dropdown li:last-child
.FP_menu_dropdown li:last-child {
  border-bottom:0px;
}

.FP_menu li.active .FP_menu_dropdown li a:hover
.FP_menu_dropdown li a:hover {
  display: block;
  line-height: 28px;
}


@media screen and (max-width: 1000px) {
  .FP_menu li.active .FP_menu_dropdown li a:hover
  .FP_menu_dropdown li a:hover {
    text-align: left;
  }
  
  .FP_menu li.remainWidth {
    display:none;
  }
  .FP_menu {
    background-color:#2a2a2a;
  }
  
}
.headerlinks {
  position:relative;
  margin:0 auto;
  text-align:right;
  width:25%;
}

.headerlinks a span {
  text-decoration:none;
  color:#fff;
  border-bottom:1px solid #fff;
  font-size: 22px;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
}

.headerlinks a span.img {
  border-bottom:1px solid transparent;
}

.headerlinks a span {
  display:inline-block;
  vertical-align:middle;
  margin:0px 0px 15px 10px;
}

.headerlinks a span.img,
.headerlinks a span img {
  position:relative;
  width:25px;
  height:25px;
}

.headerlinks a span img {
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;  
}

.headerlinks a span img.standard {
  opacity:1;
}
.headerlinks a span img.overlay {
  opacity:0;
}

.headerlinks a:hover span img.overlay {
  opacity:1;
}
.headerlinks a:hover span img.standard {
  opacity:0;
}
	
@media (max-width: 675px){
  .headerlinks {
    display: none;
  }
}
.headerlinks img {
  height:30px;
  width:30px;
}

.FP_menuWrapper {
  z-index:999;
  width:100%;
}

.burgerNav a img.nav_overlay {
  opacity:0;
  height:32px;
  width:32px;
}

.FP_burgerMenu li a {
  font-size:13px;
}

.burgerNav a img.nav_overlay:hover {
  opacity:1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;  
}

.burgerNav a img.nav_standard {
  opacity:1;
}

.headerlinks a img.standard {
  margin:0.5px;
}

@media screen and (max-width: 1041px) {
  .FP_menu li.remainWidth,
  .FP_menu li.remainWidth:hover {
    width:3.7%;
  }
}

@media screen and (max-width:1024px) {
  .imgMag-toggle {
    display:none;
  }
  .FP_menu li.remainWidth,
  .FP_menu li.remainWidth:hover {
    width: 36px;
  }
}

.burgerNav {
  display:none;
  background-color:#2a2a2a;
  width:100%;
  height:40px;
  position:relative;
  z-index:999;
  padding:15px;
}

.burgerNav {
  -o-transition:all 0.2s ease;
  -moz-transition:all 0.2s ease;
  -webkit-transition:all 0.2s ease;
  transition:all 0.2s ease;
}
.siteLogo {
  display:none!important;
  text-align:center;
}
.siteLogo img {
  height:auto;
  width:100%;
  padding:20px;
}

.nav_socialIcon {
  display:table-cell;
  width:14.66%;
  height:24px;
}
.nav_socialIcon img {
  height:32px;
  width:32px;
  position:absolute;
  margin-left:10px;
  top: 20.5%;
}

.FP_header.telephone{min-width:100px; float:left; color:#ffa401; font-size:1.7em; font-weight:bold;}
.FP_header.socialLink{margin-left:2px; float:left;}

/*
#reDir {
  padding:5px 10px 5px 5px;
  width:105%;
  border:2px solid #F8D180;
  background-color:#2a2a2a;
  background-image:url(../images/arrowdown.png);
  background-size:10% 50%;
  background-position:98%;
  background-repeat:no-repeat;
  font-family: 'Poiret One', sans-serif;
  border-radius:5px;
  -webkit-appearance:none;
  margin-left:-2.5%;
  color:#fff;
}
#reDir option:first-child {
  color:#fff;
}
#reDir option {
  color:#F8D180;
}
#reDir option:hover {
  background-color:#F8D180;
  color:#2a2a2a;
}
*/

.FP_header.telephone{min-width:100px; float:left; color:#ffa401; font-size:1.7em; font-weight:bold;}
.FP_header.socialLink{margin-left:2px; float:left;}
/*-MENUS-RESPONSIVE--*/
@media all and (max-width: 1017px) {
  
  .FP_menu li a {
    width:75%;
    text-align:left;
    -o-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -webkit-transition:all 1s ease;
    transition:all 1s ease;
  }
  .FP_menu li a:hover {
    background-color:#F8D180;
    color:#2a2a2a;
    padding-left:15px;
    font-weight:bold;
  }
  .FP_menu_dropdown li a:hover {
    background-color:#fff;
    color:#000;
  }
  .siteLogo {
    display:block!important;
  }
  .burgerNav {
    display:table;
  }
  .headerlinks {
    display:none;
  }
  .FP_menu {
    display:none;
    z-index:999;
  }
  .FP_menu li {
    width:100%;
  }
  .FP_menu li,
  .FP_menu li a,
  .FP_menu li a:hover,
  .FP_menu li:hover a, 
  .FP_menu li a.active:hover {
    margin:0px;
    padding:0px;
  }
  .FP_menu li.active a,
  .FP_menu li:hover a {
    padding:0px 10px;
  }
  .FP_menu_dropdown {
    position:relative;
    margin: 0 auto;
    width:75%;
    max-width:none;
  }
  .FP_menu_dropdown li a {
    width:100%;
    padding:0px 10px;
  }
  
  .FP_menu_control .navtitle {
    width:100%!important;
  }
  
  .FP_header .headerlinks {
    display:none;
  }
}
/*-FOOTER-------*/
.FP_footer {
  background: #2a2a2a;
  color: #fff;
  width: 100%;
  z-index:4;
  margin-bottom:40px;
}
.FP_footer div h3 {
  font-family: 'Poiret One', sans-serif;
  color: #bfa04d;
  font-size: 20px;
  line-height: 18px;
  font-weight: bold;
}
.FP_footer div p {
  font-family: helvetica, arial, sans-serif;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 7px 0;
}
.FP_footer div p a {
  text-decoration: none;
  color: #FFFFFF;
}
.FP_footer div p a:hover {
  color: #bfa04d;
}
.FP_footer div.footerLinks,
.FP_footer div.footerSites,
.FP_footer div.footerSocial {
  vertical-align: top;
  padding: 20px;
}
.FP_footer div.footerLinks {
  width: auto;
  text-align: center;
}
.FP_footer div.footerSites {
  width: 200px;
  text-align: left;
  float: left;
}
.FP_footer div.footerSocial {
  width: 200px;
  text-align: right;
  float: right;
}
.FP_footer div.copy,
.FP_footer div.links {
  width: 40%;
  padding: 0 20px;
}
.FP_footer div.copy p,
.FP_footer div.links p {
  font-size:10px!important;
}
.FP_footer div.copy {
  float: left;
  text-align: left;
}
.FP_footer div.links {
  float: right;
  text-align: right;
}
/*-FOOTER-RESPONSIVE--*/
@media all and (max-width: 730px) {
  .FP_footer div.footerLinks,
  .FP_footer div.footerSites,
  .FP_footer div.footerSocial {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    padding: 10px 0;
  }
  .FP_footer div.copy,
  .FP_footer div.links {
    width: auto;
    float: none;
    padding: 20px;
    text-align: center;
  }
}

/*----SHOWCASE-SLIDER------------------------------*/
.owl-prev,
.owl-next {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-color: #f8d180;
  cursor: grabbing;
  position: absolute;
  top: 10px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.owl-prev:hover,
.owl-next:hover {
  top: 15px;
  background-color: #2a2a2a;
}
.owl-prev {
  left: 10px;
  background-image: url("/images/owl_prev.png");
  background-position: 30% 50%;
}
.owl-next {
  right: 10px;
  background-image: url("/images/owl_next.png");
  background-position: 70% 50%;
}
.owl-prev:hover {
  background-image: url("/images/owl_prev_hover.png");
}
.owl-next:hover {
  background-image: url("/images/owl_next_hover.png");
}
.sliderItem {
  position: relative;
  width: 100%;
  padding-top: 42%;
}
.sliderItem img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.showcaseTitleBar {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F8D180;
}

.showcaseTitleBar div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.showcaseTitleBar .link {
  width: 100px;
  text-align: center;
  padding: 0;
}

.showcaseTitleBar-advert {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2a2a2a;
  min-height:40px;
}

.showcaseTitleBar-advert div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.showcaseTitleBar-advert .link {
  width: 100px;
  text-align: center;
  padding: 0;
}

.showcaseTitleBar-advert div h3 {
  color: #f8d180;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
}

.showcaseTitleBar div h3 {
  color: #2a2a2a;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
}

@media screen and (max-width: 500px){
  .showcaseTitleBar h1 {
    font-size:16px!important;
  }
}

.showcaseTitleBar div a {
  display: block;
  text-decoration: none;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  color: #f8d180;
  background-color: #2a2a2a;
  border: none;
  padding: 10px 10px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  /*border-radius: 5px;*/
  transition: all 0.5s ease-in-out;
  /*-webkit-border-radius: 5px;*/
  -webkit-transition: all 0.5s ease-in-out;
  /*-moz-border-radius: 5px;*/
  -moz-transition: all 0.5s ease-in-out;
  /*-o-border-radius: 5px;*/
  -o-transition: all 0.5s ease-in-out;
}
.showcaseTitleBar div a:hover {
  color: #2a2a2a;
  background-color: #f8d180;
}


.showcaseTitleBar-advert div a {
  display: block;
  text-decoration: none;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  color: #2a2a2a;
  background-color: #f8d180;
  border: none;
  padding: 10px 10px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  /*border-radius: 5px;*/
  transition: all 0.5s ease-in-out;
  /*-webkit-border-radius: 5px;*/
  -webkit-transition: all 0.5s ease-in-out;
  /*-moz-border-radius: 5px;*/
  -moz-transition: all 0.5s ease-in-out;
  /*-o-border-radius: 5px;*/
  -o-transition: all 0.5s ease-in-out;
}
.showcaseTitleBar-advert div a:hover {
  color: #f8d180;
  background-color: #2a2a2a;
}


/*--------ADS----------*/
.desktopSideAd {
  text-align: center;
  width: 100%;
}
.desktopSideAd div,
.mobileSideAd div,
.mobileBottomAd div {
  margin: 0 auto;
}
.desktopSideAd {
  text-align:center;
}
.mobileSideAd,
.mobileBottomAd {
  margin: 0 -10px;
}
.desktopBottomAd {
  text-align:left;
  position:relative;
  height:100px;
}

.desktopBottomAd div {
  position:absolute;
  left: 5;
  top: 5;
}
.mobileBottomAd {
  text-align:center;
  height: auto;
  padding: 10px 0;
}
@media screen and (max-width: 750px){
  .desktopBottomAd {
    height: auto;
  }
}
/*-------------------------SCHEDULE NAVIGATION-------------------------*/

.FP_dayScheduleWrap {
  display: table;
  width: 100%;
  background: #2a2a2a;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
}
.FP_dayScheduleWrap .link {
  display: table-cell;
  text-align: center;
  width: 12.5%;
  transition: all 0.5s ease-in-out;
}
.FP_dayScheduleWrap .link > .selected .title {
  color: #000;
  background-color: #fff;
}
.FP_dayScheduleWrap .link a {
  text-decoration: none;
}
.FP_dayScheduleWrap .link a > .title {
  color: #bfa04d;
  font-size: 30px;
  padding: 10px;
  transition: all 0.5s ease-in-out;
}
.FP_dayScheduleWrap .link a > .title:hover {
  color: #000;
  background-color: #fff;
}
.FP_dayScheduleWrap .date {
  text-align: center;
  border-top: 1px solid #000;
  background: #2a2a2a;
  color: #fff;
  padding: 3px;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  transition: all 0.5s ease-in-out;
}
.FP_dayScheduleWrap .date:hover {
  background: #fff;
  color: #bfa04d;
}
@media all and (max-width: 768px) {
  .FP_dayScheduleWrap .link {
    display: block;
    width: 25%;
    text-align: center;
    float: left;
  }
  .FP_dayScheduleWrap .date {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .FP_dayScheduleWrap .link {
    display: block;
    width: 33.3%;
    text-align: center;
    float: left;
  }
}
@media all and (max-width: 400px) {
  .FP_dayScheduleWrap .link a > .title {
    font-size: 18px;
  }
  .FP_dayScheduleWrap .date {
    font-size: 12px;
  }
}

.noFilms {
  color: #2a2a2a;
  padding: 25px;
  font-size: 25px;
  font-size: 30px;
  font-weight: 400;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
}
.allDays {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #2a2a2a;
  padding: 10px 25px;
}
.allDays a,
.allDays a:visited {
  color: #2a2a2a;
  text-decoration: none;
  font-weight: bold;
  transition: 0.6s ease;
}
.allDays a:hover {
  color: #F8D180;
}
@media all and (max-width: 730px) {
  .allDays,
  .noFilms {
    text-align: center;
  }
}

/*----------------------------END OF SCHEDULE NAVIGATION---------------------*/


/*------------------SCHEDULE-----------------*/

.FP_contentWrapper {
  display: table;
  width: 100%;
  background: #fff;
}
.FP_scheduleHolder {
  display: table-cell;
  vertical-align: top;
}
.FP_comingScheduleHolder {
  display: table-cell;
  vertical-align: top;
  background: #fff;
}
.FP_sideBar {
  display: table-cell;
  width: 20%;
  border-left: 2px solid #2A2A2A;
  background: #707070;
  text-align: center;
  vertical-align:top;
}
.FP_sideBar .privCard{
  vertical-align: middle;
  padding: 5px;
}

@media all and (max-width: 730px) {
  .FP_contentWrapper {
    display: block;
    width: 100%;
  }
  .FP_scheduleHolder,
  .FP_comingScheduleHolder,
  .FP_sideBar {
    display: block;
    width: 100%;
  }
}
section {
  display: inline-block;
}
.FP_performance {
  /*	display: table-cell;*/
  min-height: 200px;
  /*	padding: 10px 0px 10px 10px;*/
  background: #fff;
  border-bottom: 2px solid #2A2A2A;
  font-family: Segoe, Helvetica, Arial, sans-serif;
}
.FP_dateperformances {
  margin-top: 10px;
  font-weight: 600;
  display: table-cell;
}
.FP_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;
}
.FP_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;
}
.FP_performance > div > a > h3:hover {
  color: #cfb06d;
  text-shadow: 1px 1px #000;
}
.FP_performance > div > a {
  text-decoration: none;
}
.ratingHolder {
  text-align: left;
  width: 100%;
  display: table;
}
.ratingImage{
  display: inline-block;
}
.ratingImage.inline {
  display: inline-block !important;
}
.ratingImage img{
  width: 35px;
  line-height: 25px;
  vertical-align: middle;
  padding: 5px 0px 0px 0px;
  margin: 0;
}
.ratingHolder > p > img {
  width: 100%;
}
.FP_performance > div > div > p {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  margin: 10px 0 5px 0;
}
bold {
  font-weight: 600;
}
.smallImage {
  width: 130px;
  display: block;
  padding: 10px;
}
.viewTrailer {
  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;
  padding-left: 15px;
  padding-right: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.viewTrailer:hover {
  background: #F8D180;
  color: #2A2A2A;
}
.FP_performanceTrailerPoster {
  display: table-cell;
  width: 150px;
  vertical-align: top;
  padding-bottom:10px;
  max-height:225px;
  padding:10px;
}
.FP_performanceDetails {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}

.FP_performanceDetails a.title {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  color: #2A2A2A;
  font-size: 30px;
  line-height: 25px;
  transition: all 0.5s ease-in-out;
  margin-left: -10px;
  text-transform:uppercase;
  vertical-align: middle;
}

.FP_performanceDetails a.title:hover {
  text-shadow:2px 0px #2a2a2a;
}

.FP_performanceDetails a {
  text-decoration: none;
  font-weight: bold;
  color: #2A2A2A;
}
.FP_performanceDetails a:hover {
  color: #F8D180;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.FP_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;
}
.FP_datePerformances > a:hover {
  background-color: #2A2A2A;
  color: #f8d180;
}
.FP_datePerformances > a:active {
  background: #000;
  color: #fff;
}
.FP_performanceDetails a.expired,
.FP_performanceDetails a.expired:active,
.FP_performanceDetails a.expired:hover {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  margin: 5px;
  background-color: #2a2a2a;
  border: none;
  min-width: 60px;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-border-radius: 5px;
  cursor:default;
}
.FP_performanceDetails a.soldOut,
.FP_performanceDetails a.soldOut:active,
.FP_performanceDetails a.soldOut:hover {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  margin: 5px;
  background-color: #710001;
  border: none;
  min-width: 60px;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-border-radius: 5px;
  cursor:default;
}
.FP_datePerformances a.babies{
  background-image: url("/images/boxofficebabies.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  padding-right: 40px;
}
.tooltip {
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  margin-left: -110px;
  margin-top: 20px;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media screen and (max-width: 500px){
  .FP_performanceTrailerPoster {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: -webkit-center;
    max-height:auto;
  }
  .FP_performanceTrailerPoster .smallImage {
    display: block;
    margin: 0 auto;
  }
}

/*-----------------End of Schedule--------------------*/


/*----------------------------SIDEBAR----------------------*/

.FP_banner {
  color:#fff;
  font-size:16px;
}
.FP_bannerItem {
  margin:10px;
}
.FP_bannerItem img {
  max-width: 170px;
  padding: 10px;
}

.FP_banner .sideBySide {
  display:block;
  width:100%;
}
.sideBySide-item {
  display:inline-block;
  width:75px;
}
.sideBySide-item img {
  width:75px;
}
@media all and (max-width: 730px) {
  .FP_banner {
    display:block;
    width:100%;
    border-left: 0px solid #2A2A2A;
    border-right: 0px solid #2A2A2A;
    border-bottom: 0px solid #2A2A2A;
  }
  .FP_bannerItem {
    display:inline-block;
    vertical-align:middle;
    max-width:400px;
  }
}

/*------------------------------------------SELECT DROPDOWN STYLE*/
@CHARSET "UTF-8";
.sbHolder{
	background-color: #2a2a2a;
	border: 1px solid #CFCFCF;
	font-family: 'Poiret One', sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	position: relative;
	width: 105%!important;
  margin-left:-2.5%;
	border-radius:5px;
  color:#fff;
  padding:0!important;
}
.sbHolder:focus .sbSelector{
  
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 0px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #ccc;
	outline: none;
	text-decoration: none;
	font-size:12px;
  margin-left: -15px;
}
.sbToggle{
	background: url(../images/sprite_dropdown.jpg) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/sprite_dropdown.jpg) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/sprite_dropdown.jpg) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/sprite_dropdown.jpg) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #2a2a2a!important;
	list-style: none outside none!important;
	left: -1px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	width:100%;
	z-index: 1;
	overflow-y: auto;
  color:#F8D180;
}
.sbOptions li{
	background-color: #2a2a2a;
  color:#F8D180!important;
  width:100%;
  float:initial;
}
.sbOptions li:hover{
	background:#F8D180;
  color:#2a2a2a!important;
}
.sbOptions a{
  color:inherit;
	display: block;
	outline: none;
	padding: 7px 0 7px 0px;
  font-family: "Poiret One", sans-serif;
  font-size:18px;
  font-weight:bold;
  width:110%;
  margin-left:-5%;
}
.sbOptions a:link, .sbOptions a:visited{
	color:inherit;
	text-decoration: none;
  font-family: "Poiret One", sans-serif;
  font-size:18px;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color:inherit;
  background:transparent;
	
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #ccc;
	display: block;
  padding-bottom:5px;
  padding-left:5px;
  padding-top:10px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
td .sbHolder{background:#fff;}

/*---------------------end of sidebar--------------------*/


/*---------------------DROPDOWN------------------------------*/

FP_dropdownNav {
  display: inline-block;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}
li {
  float: left;
}
@media all and (min-width: 1050px) {
  .dropdown-content {
    width: 512px !important;
  }
}
li a,
.dropbtn {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #2A2A2A;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  width: 100%;
}
.FP_article .article ul > li > strong > a:hover,
.FP_article .article ul > li > span > a:hover,
.FP_article .article p a:hover,
.dropdown:hover .dropbtn,
li > span > a:hover,
li a:hover {
  background: #F8D180;
  color: #2A2A2A;
}
li.dropdown {
  display: table-cell;
  width: 50%;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 50%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
  display: block;
}

/*-------------------------end of DROPDOWN-------------------------*/


/*--------------------------COMING SOON PAGE --------------*/
.FP_comingSoonContainer {
  display:block;
  margin:0 auto;
  text-align:center;
}

.FP_comingperf {
  display:inline-block;
  text-align:center;
  width:184px;
  padding:20px;
}

.FP_comingImage {
  position: relative;
}

.FP_comingImage img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
}

.FP_comingImage:hover img {
  opacity: 0.3;
}

.FP_comingImage:hover .FP_comingImageOverlay {
  opacity: 1;
}

.FP_comingResponsive {
  display:none;
  position:absolute;
}

@media screen and (max-width:1024px) {
  .FP_comingImage:hover .FP_comingImageOverlay {
    opacity:1;
  }
  
  .FP_comingImageOverlay {
    display:none;
    opacity: 1;
  }
  
  .FP_comingImage img {
    cursor:pointer;
  }
  
  .FP_comingResponsive {
    display:block;
  }
}

.FP_comingImageOverlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.FP_comingImageOverlay p a {
  background-color: #f8d180;
  color: #000;
  font-size: 20px;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  border-radius:10px;
  text-decoration:none;
}

.FP_comingImageOverlay p a:hover {
  background-color: #000;
  color: #f8d180;
}

.FP_comingImage img {
  max-width:100%;
  margin-bottom:5px;
}

.comingSoonDetails a {
  text-decoration:none;
}

.comingSoonDetails h3,
.comingSoonDetails a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.comingSoonDetails h3:hover,
.comingSoonDetails a:hover {
  color: #cfb06d;
  text-shadow: 1px 1px #000;
}

.comingSoonDetails h3 {
  position:relative;
  font-weight:600;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.comingSoonDetails {
  height:40px;
}

/*--------------------------END COMING SOON PAGE --------------*/

/*----------------HOME BANNER ------------------------*/
.FP_homeStaticBannerContainer {
  background-color:#EDE9E2;
  padding:20px 0px;
}

.FP_homeBannerContainer {
  background-color:#fff;
  position:relative;
}

.FP_homeBanner {
  display:none;
  margin:0 auto;
  width:100%;
  position:relative;
  height:600px;
}

.FP_homeBanner img, .FP_homeStaticBanner img {
  display:block;
}
.FP_homeBanner img {
  width:100%;
  height:420px;
  position:absolute;
  bottom:0;
}
.FP_homeStaticBanner img {
  width:80%;
  margin: 0 auto;
  border-radius:30px;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.FP_homeStaticBanner img:hover {
  box-shadow: 0 2px 28px #000;
}
.homeBanner-active {
  display:block;
}

@media screen and (max-width:850px) {
  .FP_homeBanner img {
    height:auto;
  }
}  

/*-----------------------------ARTICLES--------------*/
.FP_articleWrap {
  display: table;
  width: 100%;
  background: #fff;
}
.FP_articleWrap .FP_articlepref {
  display: table-cell;
  vertical-align: top;
  width:80%;
}
.FP_articleWrap .FP_sideBar {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  padding: 10px;
  background: #fff;
  vertical-align: top;
  text-align: center;
   background: #707070;
}

.FP_articleImage, .FP_articleImage img {
  display:block;
  margin:0 auto;
  position:relative;
  width:100%;
}

.article img {
  max-width:100%;
}

.FP_article table h3 {
  padding-left: 0px;
}

.FP_ratingHolder {
  display:block;
  width:100%;
  text-align: center;
}

.FP_ratingBlockHolder {
  width:20%;
  margin:20px 2%;
  display:inline-table;
}

.FP_ratingBlock {
  padding:15px;
  border-radius:10px;
  text-align:center;
  background-color:#f8d180;
  color:#000;
  -webkit-transition:.5s all ease;
  -moz-transition:.5s all ease;
  -ms-transition:.5s all ease;
  -o-transition:.5s all ease;
  transition:.5s all ease;
}

.FP_ratingBlock:hover {
  cursor:normal;
  color:#f8d180;
  background-color:#2a2a2a;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.FP_ratingBlock .FP_ratingBlockImage,
.FP_ratingBlock .FP_ratingBlock img {
  height:125px;
  width:125px;
}

.FP_ratingBlock .FP_ratingBlockClass {
  padding:10px 0px;
  font-size:24px;
  font-weight:bold;
}

.FP_ratingBlock .FP_ratingBlockText:hover,
.FP_ratingBlock .FP_ratingBlockClass:hover {
  cursor:default;
}

.FP_ratingBlock .FP_ratingBlockText {
  padding-bottom:20px;
  height:100px;
}

.FP_ratingBlock .FP_ratingBlockClass,
.FP_ratingBlock .FP_ratingBlockImage,
.FP_ratingBlock .FP_ratingBlockText {
  display:block;
  text-align:center;
  margin:0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.FP_contactRight h2,
.FP_contactLeft h2,
.FP_article h2,
.FP_form h2,
.FP_comingScheduleHolder h2,
.Title {
  text-align: center;
  color: #2a2a2a;
  text-decoration: none;
  padding: 10px;
  line-height: 42px;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 35px;
  letter-spacing: -0.5px;
}

.FP_contactRight p,
.FP_contactLeft p,
.FP_article p,
.FP_articlePref p {
  font-size: 14px;
  font-family: helvetica, arial, sans-serif;
  font-weight:100;
}
.FP_article ul {
  background-color: transparent;
}

.FP_smallText {
	display:block;
	font-size:14px;
	margin-bottom:5px;
}

.FP_article .goldImage img {
  margin:0 auto;
  padding:10px 0px 10px;
  position:relative;
  width:100%;
}

.FP_article .FP_kidsClubContainer {
  display:table;
  width:100%;
}

.FP_kidsClubContainer .FP_kidsClub {
  display:table-cell;
  width:33.3%;
}
.FP_kidsClubContainer .FP_kidsClub img {
  max-width:100%;
}

.FP_article li {
  float:none;
}

.FP_article ul { 
   list-style-type: disc; 
   list-style-position: outside; 
}
.FP_article ol { 
   list-style-type: decimal; 
   list-style-position: outside; 
   margin-left: 15px; 
}
.FP_article ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: outside; 
   margin-left: 15px; 
}
.FP_article ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: outside; 
}

.FP_article small {
  font-size:10px;
}

.errorContainer {
	margin-left:12.5%;
	max-width:75%;
	text-align:center;
	background-color: #ff7f7f;
	border-radius:10px;
	border: 1px solid #f00;
	display:none;
}

.errorContainer p {
	padding: 10px;
	font-size:12px !important;
}

.FP_smallText strong {
	font-weight:600;
}

.FP_formWrapper {
  padding-left: 12px;
  display: table;
  width: 100%;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

hr.FP_formSpacer {
  width:70%;
  text-align:left;
  margin-left:0;
}

hr.FP_formSpacer_c {
  width:100%;
  text-align:center;
  margin-right:0;
}

@media screen and (max-width:700px) {
  .FP_contactForm {
    display:block!important;
	float:left!important;
	text-align:left!important;
  }
  .FP_form { 
    max-width:100%!important;
  }
  .FP_formText {
    max-width:100%!important;
  }
}

.FP_formText p {
	padding:0 10px 20px 3px;
}

.FP_contactRight a,
.FP_contactLeft a,
.FP_formText a {
  color:#000;
  text-decoration:none;
  -o-transition:all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.FP_contactRight a:hover,
.FP_contactLeft a:hover,
.FP_formText a:hover {
  color: #666;
}

.FP_formText {
  display:block;
  float:left;
  width:50%;
  min-width: 130px;
  padding:12px;
}

.FP_form .FP_inputComplete {
  border:1px solid #98FB98;
  border-radius:2px;
}

.FP_form .FP_inputError {
  border:1px solid #f00;
  border-radius:2px;
}
.FP_form #bottomContainer {
  display:table;
  width:100%;
}
.FP_form #inputWarn {
  display:table-cell;
  opacity:0;
  font-family:helvetica, arial, sans-serif;
  font-size:14px;
  font-style: normal;
  font-weight:normal;
}

.FP_form #inputSubm {
  display:table-cell;
}

.FP_form {
  display: block;
  padding: 12px;
  text-align: center;
  width:70%;
  margin:0 auto;
}
.FP_form .radioLabel {
  vertical-align:bottom;
  padding:0px 0px 0px 10px;
}
.FP_form div {
  margin-top: 10px;
}
.FP_form div label {
  display: table-cell;
  font-weight: bold;
  padding: 5px 0px;
  vertical-align: top;
}
.FP_form div input.noStyle {
  display: table-cell;
  background:#ddd!important;
  color:#000;
  width:auto!important;
}
input[type="radio" i] {
    margin: 3px 3px 0px 5px;
}

input[type="radio" i] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}
input[type="radio" i], input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}

.FP_form div input, .FP_form div textarea {
    display: table-cell;
    width: 100%;
    background-color: #f8d180;
    transition: all 0.5s ease-in-out;
}
.FP_form #submit {
  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;
  float: right;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.FP_form #submit:hover {
  background-color: #2A2A2A;
  color: #f8d180;
}

.FP_banner {
  padding: 10px;
  vertical-align: top;
  text-align: center;
}

.FP_banner p {
  font-family: 'Poiret One', sans-serif;
  font-weight:100;
}

.FP_banner p span {
  font-weight:600;
  color:#F8D180;
}

.FP_article,
.index-item-content {
  position:relative;
}

.index-item-content .FP_article.article {
  padding: 0px 20px 0px 20px;
}

.index-item-content .FP_article p,
.FP_contactRight p,
.FP_contactLeft p {
  padding-top: 10px!important;
}

.index-item-content .FP_article p:last-child,
.FP_contactRight p:last-child,
.FP_contactLeft p:last-child {
  padding-bottom: 20px!important;
}

.index-item-content .FP_articleImageContainer {
  padding: 10px 0px;
  background-color:#fff!important;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 80%;
  background-color: #EDE9E2;
  margin-bottom: 10px;
}

.index-item-content .FP_articleImageContainer img {
  display:inline-block;
  position:relative;
  width:33.3%;
  height:auto;
}

.FP_article {
      background: #fff;
}

@media screen and (max-width: 730px){
  .FP_articleWrap {
    display: block;
  }
  .FP_articleWrap. FP_articlepref {
    display: block;
    width: 100%;
  }
  .FP_articleWrap .FP_sideBar {
    display: block;
    width: 100%;
    border-top: 1px solid #000;
  }
  .FP_formWrapper {
    display: block;
    width: 100%;
  }
  .FP_formWrapper .FP_contactForm {
    display: block;
    width: 100%;
  }
  .borders {
    border-left: none;
    border-top: 1px solid #000;
  }
  .FP_banner {
    border-left: none;
  }
}

/*-----------------------------------END OF ARTICLES-------------------*/
/*-----------------------------CONTACT US*/
.FP_contactPageContainer {
  display:table-cell;
  width:100%;
  padding:20px;
}

.FP_contactDetails {
  display:table;
}

.FP_contactLeft {
  display:table-cell;
  width:50%;
  vertical-align:top;
}

.FP_contactRight {
  display:table-cell;
  width:50%;
  vertical-align:top;
  text-align:right;
}

@media screen and (max-width:920px) {
  .FP_contactPageContainer,
  .FP_contactDetails,
  .FP_contactRight,
  .FP_contactLeft,
  .FP_form {
    display:block;
    width:100%;
    text-align:center;
    margin:0 auto;
    padding:5px;
    overflow-wrap: break-word;
  }
}

/*-----------------------------------END OF CONTACT US*/

/*--------------------------------------SUBSCRIBE*/
.FP_comingScheduleHolder h2,
.FP_articlepref h2 {
  text-align: center;
  color: #000;
  font: 28px "Poiret One", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.FP_articlepref h3 {
  text-align: left;
  color: #2a2a2a;
  text-decoration: none;
  padding: 10px;
  line-height: 32px;
  font-family: "Poiret One", sans-serif;
  font-size: 25px;
  padding-left:20px;
  letter-spacing: -0.5px;
}

.FP_articlepref h3.shop {
  margin:20px 0px 40px!important;
  font-size:32px!important;
}

.FP_articlepref h3.shop,
.FP_articlepref p.shop {
  font-style:normal!important;
}

.FP_articlepref p.notFoundLink,
.FP_articlepref h3.notFound,
.FP_articlepref h3.shop,
.FP_articlepref p.shop {
  font-family: "Poiret One", sans-serif;
  font-size: 18px;
  font-weight:normal;
  font-style:italic;
  text-align:center;
  padding-left:0px;
}

.FP_articlepref p.notFoundLink,
.FP_articlepref p.shop {
  text-align:center;
  font-style:normal;
}

.FP_articlepref p.notFoundLink a
.FP_articlepref p.shop a {
  text-decoration:none;
  font-size:16px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.FP_articlepref p {
  padding-left: 20px;
  padding-right: 20px;
  word-break: break-word;
}
.FP_articlepref p:first-of-type {
  padding-top: 20px;
}
.FP_articlepref form {
  padding: 20px;
  font-family: Segoe, Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
}
.FP_form form label {
  font-family: Segoe, Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
}
.FP_articlepref input,
.FP_form input {
  background-color: #f8d180;
}
.FP_articlepref .email,
.FP_form form input {
  border: 0;
  font-family: Segoe, Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px;
}
.FP_form form textarea {
  border: 0;
  font-family: Segoe, Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
}
.FP_button,
#a1modalPopup-close,
.FP_articlepref form .button {
  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;
  height: auto !important;
}
#submit {
  height: auto;
}
#a1modalPopup-close:hover,
.FP_button:hover,
.FP_articlepref form .button:hover {
    background-color: #2A2A2A;
    color: #f8d180;
}
/*----------------------------------------END SUBSCRIBE*/


.FP_loyaltyButton {
  display:block;
  width:100%;
  height:50px;
  font-size:32px;
  line-height:50px;
  margin:30px auto 0px;
  padding:0px 20px;
  font-family: 'Poiret One', sans-serif;
  font-weight:bold;
}

.FP_loyaltyButton a {
  display: block;
  width: 100%;
  height:50px;
  background-color: #2A2A2A;
  color: #f8d180;
  padding:0px 30px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  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;
  -o-transition: all 0.5s ease-in-out;
}

.FP_loyaltyButton a:hover {
  background-color: #f8d180;
  color: #2A2A2A;
}

/*--------------------------------------TIMES-----------------------*/
.FP_timesFilterBar {
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
  border-bottom: 2px solid #2A2A2A;
}

.FP_timesFilterBar.filterBar {
  width: 100%;
  background: #FFFFFF;
  padding: 0px;
  border-bottom: 2px solid #2A2A2A;
}

.FP_timesFilterBar .bar {
  width: 100%;
  display: table;
}
.FP_timesFilterBar .iconHolder {
  width: 60px;
  padding: 10px 0 0 0;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.FP_timesFilterBar.filterBar .iconHolder {
  width: 60px;
  padding: 5px 0px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

.FP_timesFilterBar .barIcon {
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f8d180;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 50% 50%;
}
.FP_timesFilterBar .dates {
  background-image: url("/images/icon-calendar.png");
}
.FP_timesFilterBar .types {
  background-image: url("/images/icon-movie.png");
}
.FP_timesFilterBar .filter {
  background-image: url("/images/icon-filter.png");
}
.FP_timesFilterBar .info {
  background-image: url("/images/icon-info.png");
}


.FP_timesFilterBar .links {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.FP_timesFilterBar .filterText {
  float: left;
  display: block;
  color: #2A2A2A;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 1% 0 1%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.FP_timesFilterBar .filters {
  float: left;
  display: block;
  color: #2A2A2A;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2% 0 2%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.FP_timesFilterBar a {
  float: left;
  display: block;
  margin: 10px 0 0 10px;
  height: 40px;
  background-color: #f8d180;
  color: #2A2A2A;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px 5px 10px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.FP_timesFilterBar a.active {
  cursor: default;
}
.FP_timesFilterBar a.babies {
  background-image: url("/images/boxofficebabies.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  padding-right: 40px;
}
.FP_timesFilterBar a:hover,
.FP_timesFilterBar a.active {
  background-color: #2A2A2A;
  color: #f8d180;
}


.FP_timesFilterBar .selectDate {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.FP_timesFilterBar .selectDate h3 {
    font-size: 24px;
    line-height: 28px;
    font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
}
.FP_selectHolder {
    position: relative;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #BBBDBF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    vertical-align: middle;
    overflow: hidden;
    margin-top: 5px;
}
.FP_selectHolder select {
    height: 50px;
    width: 100%;
    display: inline-block;
    font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21px;
    background: #f8d180;
    transition: 0.6s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: 0;
    border: 0 none;
    padding-left: 5px;
}
.FP_selectHolder select option {
    text-align: right;
}
.FP_selectHolder:before {
    position: absolute;
    right: 0;
    display: block;
    height: 50px;
    width: 65px;
    background: url(/images/select.png) right center no-repeat #FFF;
    background-color: #f8d180;
    content: "";
    pointer-events: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.FP_timesFilterBar .selectType {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

.FP_timesFilterBar .selectType h3 {
    font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    line-height: 28px;
}

@media screen and (max-width: 768px){
  .FP_timesFilterBar .selectDate{
    margin: auto;
    display: block;
    width: auto;
  }
  .FP_timesFilterBar .selectType{
    margin: auto;
    display: block;
    width: auto;
  }
  .FP_timesFilterBar .privCard{
    margin: auto;
    display: block;
    width: auto;
    text-align: center;
  }
  .FP_timesFilterBar h3 {
    font-size: 30px !important;
    color: #2A2A2A;
  }
  .FP_selectHolder select {
    outline: 0;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    height: 48px;
    background-color: transparent;
    color: #2A2A2A;
    padding-left: 10px;
  }
  .FP_selectHolder {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 48px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    vertical-align: middle;
    overflow: hidden;
  }
  .FP_selectHolder:before {
    background-color: transparent;
  }
}
/*----------------------------------------END OF TIMES------------------*/
/*-------------------------------------------LEGAL PAGE*/
.FP_article .article h1 {
    color: #000;
    font: 24px "Poiret One", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align:center;
    padding-top:10px;
}

.FP_article .article ul > li {
  margin-top:10px;
}

.FP_article .article ul > li > strong > a,
.FP_article .article ul > li > span > a,
.FP_article .article ul > li > a,
.FP_article .article p > a {
  display:initial;
  padding:initial;
  text-decoration: none;
  color: black;
  font-family: 'Calibri',sans-serif;
  font-size: 14pt;
  font-weight:normal;
  transition: all 0.5s ease-in-out;
  padding:2px 3px;
}

.shop a.button {
  margin-top:30px;
  padding:30px!important;
  font-size:40px;
  text-decoration:none;
}

.notFoundLink a.button,
.article p a.button,
.shop a.button { 
  color:black;
  background-color:#f8d180;
  font-weight:400;
  padding:10px;
  border-radius:5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.article p.loyalty {
  text-align:center;
}

.article p.loyalty a.button {
  display:inline-block;
  margin:10px 0px;
}

.notFoundLink a.button:hover,
.article p a.button:hover,
.shop a.button:hover { 
  background-color:black;
  color:#f8d180;
}

p.loyalty {
  margin:20px 0px;
}

/*------------------------------------------END OF LEGAL PAGE*/
#movieFrame{
  z-index: 50;
}
#imgOverlay {
  border:1px solid black;
  position:fixed; 
  width:350px;
  height:100px;
  display:none;
  background-repeat:no-repeat;
}

#a1modalPopup-inner {
  font-family: 'Poiret One', "Sergo UI", Helvetica, Arial, sans-serif!important;
}

#a1modalPopup-title {
  font-size:32px!important;
  text-transform:uppercase;
  font-weight:normal!important;
}

#a1modalPopup-text {
  font-size: 16px;
  font-family:helvetica, arial, sans-serif;
}

#a1modalPopup-close {
  font-size:18px;
  text-transform:uppercase;
}

.OLCT_movieDetailsContainer {
	width: 610px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 10px;
}

.OLCT_eventLargeRating {
float:right; border:0px;
margin-left:10px;
}

.OLCT_eventLargeImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width:226px;
	height:320px;
}

.OLCT_movieDetailsContainer h3 {
font-size:20px;
margin-top:0px;
padding-bottom:10px;
font-weight:bold;
}

.OLCT_movieDetailsContainer h3 a {

}

.OLCT_movieDetailsContainer p {
	margin: 0 0 5px 0;
}

.OLCT_ticketInfoText {

}

.OLCT_movieDetailsContainer table{
margin-top:-8px;
margin-bottom:-1px;
background:#fff;
}

.OLCT_movieDetailsContainer td{
padding-bottom:5px;
}

.OLCT_eventWebsiteLink {
float:right; margin-top:-25px; padding-right:8px;
}

.OLCT_movieTimes {

}

.OLCT_movieTimes table {
	border-collapse: collapse;
	width: 100%;
  margin: 10px 0px!important;
}

.OLCT_movieTimes tr {
  height:40px;
}

.OLCT_movieTimes th, .OLCT_movieTimes td {
	line-height: 45px;
	border-top: 1px solid #ccc;
  background-color : #E6E2E0;
}

.OLCT_movieTimes th {
	width: 170px;
	text-align: left;
	padding-left: 10px;
}

.OLCT_movieTimes td {
	text-align: center;
}

.OLCT_soldOutTime {
	color:#0c0c0c;
}

.OLCT_movieTimesInnerWrapper {
  padding:10px;
  margin:10px;
  padding-bottom:20px;
  border-bottom:2px solid #423932;
}

.OLCT_movieTimesInnerWrapper h3{
  margin:0px;
  padding-bottom:5px;
}

.footerLinks img {
  height:25px;
  width:25px;
  position:absolute;
  top:0;
  left:0;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  -ms-transition:.3s all ease-in-out;
  -o-transition:.3s all ease-in-out;
  transition:.3s all ease-in-out;
}

.footerLinks div {
  display:inline-block;
  position:relative;
  margin:5px 20px;
  width:25px;
  height:25px;
}

.footerLinks .header {
  display:block;
  margin:0px 0px 10px;
  width:100%;
  height:auto;
  color:#fff;
  font-size:24px;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing:1px;
}

.footerLinks a {
  text-decoration:none;
}

.footerLinks img.overlay {
  opacity:0;
}

.footerLinks img.standard {
  opacity:1;
}

.footerLinks div:hover .overlay {
  opacity:1;
}
.footerLinks div:hover .standard {
  opacity:0;
}