body {
  background-color: rgb(255,255,255);
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(51,51,51);
  font-size: 14px;
  line-height: 22px;
  -webkit-text-size-adjust: none;
}
p {
  margin: 0 0 2em 0;
}
h1 {
  font-size: 24px;
  font-weight: normal;
}
h2 {
  font-size: 21px;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  font-weight: normal;
}
h4{
  font-weight: normal;
}
h5{
  font-weight: normal;
}
h6{
  font-weight: normal;
}
a {
  color: rgb(51,51,51);
}
a img {border:none;}
.clearfix:before, .clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
table { border-spacing: 0; border: 0; } /* cellspacing */
th, td { padding: 0; } /* cellpadding */
.clearfix:after {
  clear: both;
}
.clearfix {
 *zoom: 1;
}
#wrapper {
  background-color: rgb(255,255,255);
  max-width: 1024px;
  margin: 0 auto;
  min-height: 256px;
}
.one-half {
  width: 50%;
  float: left;
}
a, .show_hide, .md-menu {
  cursor: pointer;
}
ol {
  margin: 0;
}
a {
  text-decoration: none;
}
.highlight {
  display: inline;
  display: inline-block;
  background-color: rgb(51,51,51);
  border-radius: 10px;
  padding: 6px 0;
  min-width: 38px;
  min-height: 32px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  margin-right: 1em;
}
.unhighlight {
  display: inline;
  display: inline-block;
  background-color: rgb(153,153,153);
  border-radius: 10px;
  padding: 6px 0;
  min-width: 38px;
  min-height: 32px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  margin-right: 2em;
}
/* Main Header */

/* Show / Hide nav on scroll */

body {
  padding-top: 84px;
}
.main-header-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
#main-header {
  height: 84px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: top 0.3s ease-in-out;
  width: 100%;
  z-index: 1000;
  background-color: rgb(255,255,255);
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.nav-up {
  top: -84px !important;
}
.faf-logo {
  width: auto;
  height: 64px;
  margin-top: 10px;
  position: absolute;
  left: 48px;
}
#lh-nav .faf-logo {
  left: 16px;
}
#lh-nav li.nav-main-search {
  border: none;
  padding-bottom: 4px;
  color: rgb(255,255,255);
}
#lh-nav li.nav-main-search a, #lh-nav li.nav-main-search i {
  color: rgb(255,255,255);
}
.strapline-wrapper {
  position: absolute;
  left: 160px;
}
/*.strapline {
  margin-right: 0.4em;
  font-weight: bold;
  line-height: 82px;
  font-size: 16px;
}*/
.strapline-wrapper {
  padding-top: 20px;
}
.strapline {
  margin-right: 0.4em;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
}
.strapline-tv {display:block; font-style: oblique; color: rgb(51, 102, 153); font-weight: bold; font-size: 18px}
.strapline-tv a {color: rgb(51, 102, 153); text-decoration: underline;}

@media screen and (max-width: 415px) {
  .strapline-tv{font-size:9px;}
}
@media screen and (max-width: 376px) {
  .strapline-tv{font-size:6px;}
}

/* Responsive Video */
#trailer-slider .rsSlide iframe, #trailer-slider .rsSlide object, #trailer-slider .rsSlide embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer-slider {
  width: 100%;
  color: #FFF;
}
/* Header */

.header-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 8px 0 4px;
  cursor: pointer;
}
header.faf-header {
  padding: 0 16px;
  position: relative;
  font-size: 11px;
  width: 100%;
  box-sizing: border-box;
}
header.faf-header.faf-header-just-title {
  padding-bottom: 0;
  padding: 8px 16px;
}
h1.faf-title {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: normal;
}
.faf-header-just-title h1.faf-title {
  font-size: 18px;
}
.simple-page {
  margin: 8px 0 64px;
}
.simple-page h1.faf-title {
  font-size: 24px;
  padding: 16px 8px;
}
/* Card */
.card {
  padding: 8px;
}
.card.padding-small {
  padding: 4px;
}
/* Poster & Synopsis */
#faf-poster {
  width: 30%;
  float: left;
}
.faf-poster-artwork {
  width: 100%;
  height: auto;
}
#faf-synopsis {
  padding: 0 16px 8px;
  float: left;
  width: 70%;
  box-sizing: border-box;
}
#faf-synopsis h2 {
  margin-top: 0;
}
#faf-rating {
  position: absolute;
  right: 0;
}
.faf-rating-u {
  top: 12px;
}
.faf-rating-icon {
  top: 12px;
}
/* Nav Panel */
#lh-nav-panel {
  width: 90%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  transition: all 0.5s;
  z-index: 1000000000;
  max-width: 300px;
}
#lh-nav-panel.menuVisible {
  top: 0;
  left: 0;
}
#lh-nav-panel.menuVisible {
  top: 0;
  left: 0;
}
#lh-nav-panel a {
  text-decoration: none;
}
/* LH Nav */
nav.lh-nav-panel {
  height: auto;
}
#lh-nav {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255,255,255,1);
  color: rgb(0,0,0);
  z-index: 10000;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  box-shadow: 0 0 16px rgba(0,0,0,0.75);
  overflow-y: auto;
  border-bottom: 1px solid rgb(235,235,235);
}
#lh-nav li {
  list-style: none;
  margin: 0;
  padding: 3px 16px 2px;
  line-height: 48px;
  font-size: 15px;
  color: rgb(0,0,0);
  border-bottom: 1px solid rgb(235,235,235);
  cursor: pointer;
}
#lh-nav strong {
  margin-left: 32px;
}
#lh-nav .nav-main-link strong {
  margin-left: 0;
}
#lh-nav h1 {
  padding-bottom: 12px;
}
#lh-nav .md {
  margin-right: 12px;
  font-size: 20px;
  vertical-align: -3px;
  line-height: 48px;
  color: rgb(51,102,153);
}
#menu-close .md-close {
  position: absolute;
  top: 36px;
  right: 8px;
  line-height: 0.5em !important;
  color: rgb(0,0,0) !important;
}
#lh-nav li.link-small {
  font-size: 12px;
  font-weight: normal;
  float: left;
  border: none;
  display: inline-block;
  background-color: rgb(204,204,204);
  background-color: rgb(235,235,235);
  padding: 4px 8px;
  border-radius: 3px;
  margin: 4px 0 0 4px;
  font-size: 12px;
  text-decoration: none;
  color: rgb(102,102,102);
  transition: all 0.3s;
  line-height: 24px;
}
#lh-nav li.link-small:hover {
  background-color: rgb(204,204,204);
}
#lh-nav li:first-child {
  height: 84px;
  box-sizing: border-box;
}
li#small-links-wrapper {
  padding: 0 4px 0 0;
}
#small-links {
  margin: 0;
  padding: 0;
}
#small-links li:first-child {
  height: auto;
  box-sizing: border-box;
}
#small-links li:last-child {
  margin-bottom: 4px;
}
#social-links {
  margin: 0;
  padding: 0;
}
#social-links li:first-child {
  height: auto;
  box-sizing: border-box;
}
#social-links li {
  float: left;
  padding: 8px 4px 8px 4px;
  margin: 0;
  line-height: 0;
  opacity: 0.5;
}
#social-links li img {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  border: 2px solid rgb(0,0,0);
  box-sizing: border-box;
}
li#social-links-wrapper {
  padding: 0 4px;
}
#lh-nav li#social-links-wrapper li {
  border: none;
}
.faf-info-list a {
  display: inline-block;
  background-color: rgb(204,204,204);
  background-color: rgb(235,235,235);
  padding: 4px 8px;
  border-radius: 3px;
  margin: 0 4px 4px 0;
  font-size: 11px;
  text-decoration: none;
  color: rgb(102,102,102);
  transition: all 0.3s;
}
.faf-info-list a:hover {
  background-color: rgb(235,235,235);
  background-color: rgb(204,204,204);
}


.socicon {
  font-family: 'socicon' !important;
  box-sizing: border-box;
  width: 40px;
  display: block;
  text-align: center;
  color: rgb(255,255,255);
}
#lh-nav li.link-small.twitter {
  background-color: rgb(0,132,180) !important;
}
#lh-nav li.link-small.facebook {
  background-color: rgb(59,89,152) !important;
}


/* BBFC Insight */
#faf-bbfc-insight {
  background-color: rgb(51,51,51);
  color: rgb(255,255,255);
  padding: 16px;
}
#faf-bbfc-insight-logo {
  width: 30%;
  height: 44px;
  background-image: url(../images/logo-bbfc-insight.png);
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  left: 16px;
}
#faf-bbfc-insight-text {
  float: left;
  width: 70%;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 12px;
}
#faf-bbfc-insight-text a {
  font-size: 12px;
  color: rgb(153,153,153);
}
/* Film Cast */
#faf-cast {
  border-top: 1px solid rgb(235,235,235);
  padding: 0 16px 2em;
}
#faf-cast a {
  display: inline-block;
  background-color: rgb(204,204,204);
  background-color: rgb(235,235,235);
  padding: 4px 8px;
  border-radius: 3px;
  margin: 0 4px 4px 0;
  font-size: 12px;
  text-decoration: none;
  color: rgb(102,102,102);
  transition: all 0.3s;
}
#faf-cast a:hover {
  background-color: rgb(204,204,204);
}
/* Film Review */

#faf-review {
  border-top: 1px solid rgb(235,235,235);
  padding: 0 16px 2em;
}
/* Film Info List */
.simpleList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.simpleList li {
  display: block;
  float: left;
}
.faf-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(235,235,235);
  font-size: 11px;
  line-height: 15px;
}
.faf-info-list li {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgb(235,235,235);
}
#faf-search, #faf-book-search, .faf-search {
  padding: 8px !important;
  background-color: rgb(51,51,51);
}
#homepage #faf-book-search {
  background: none;
}
#faf-search, .faf-search {
  padding-bottom: 0;
  padding: 16px 0 0;
}
#faf-search form, #faf-book-search form, .faf-search form {
  margin: 0;
  padding: 0;
}
.faf-search-form, .faf-search-form-townpostcode, .tv-search-form {
  padding: 0;
  max-width: 668px;
  margin: 0 auto !important;
}
#faf-book-search {
  padding: 16px 8px 0 !important;
  max-width: 668px;
  margin: 0 auto !important;
}
/* #faf-book-search input {
  border: solid 1px rgb(235,235,235) !important;
}*/
#faf-book-search {
  padding: 0 8px 0 !important;
  max-width: 668px;
  margin: 0 auto !important;
}
#homepage #faf-book-search {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}
.outlined-input {
  border: solid 1px rgb(235,235,235) !important;
  border-right: none;
  background: none;
}
.faf-search-form .button, .faf-search-form-townpostcode .button, .tv-search-form .button {
  display: block;
  width: 10%;
  background-color: rgb(204,204,204);
  background-color: rgb(160,190,0);
  color: rgb(255,255,255);
  text-align: center;
  border-radius: 0 4px 4px 0;
  line-height: 34px;
  height: 34px;
  padding: 0 8px;
  float: left;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
}
.faf-search-form .button:hover, .faf-search-form-townpostcode .button:hover, .tv-search-form .button:hover {
  background-color: rgb(130,160,0);
}
form input[type="text"], form input[type="password"], form select, form textarea {
  margin: 0;
  padding: 0;
  width: 90%;
  padding: 0 8px;
  border-radius: 4px 0 0 4px;
  border: none;
  -webkit-appearance: none;
  background-color: rgb(255,255,255);
  line-height: 34px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
  float: left;
  height: 34px;
}
/* form .button {
  display: block;
  width: 10%;
  background-color: rgb(204,204,204);
  color: rgb(255,255,255);
  text-align: center;
  border-radius: 0 4px 4px 0;
  line-height: 32px;
  padding: 0 8px;
  float: left;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
}
*/
.button {
  background-color: rgb(204,204,204);
  color: rgb(255,255,255);
  text-align: center;
  border-radius: 4px;
  line-height: 32px;
  float: left;
  text-decoration: none;
  font-weight: bold;
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
}
form#login {
  padding-bottom: 10px;
}
form#login input[type="text"],form#login input[type="password"] {
  border: 1px solid rgb(235,235,235);
  border-radius: 4px;
  margin-bottom: 8px !important;
  width: 60%;
}
form#login .simpleList li {
  display: block !important;
  float: none;
}
.button-login {
  display: block;
  width: 90px;
  background-color: rgb(204,204,204);
  color: rgb(255,255,255);
  text-align: center;
  border-radius: 4px;
  line-height: 32px;
  padding: 0 8px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
}
.button.prioritised-action {
  background-color: rgb(160,190,0);
  transition: background-color 0.25s;
  cursor: pointer;
}
.button.prioritised-action:hover {
  background-color: rgb(130,160,0);
}
.button.negative-action {
  border: 1px solid red;
  background-color: rgb(255,255,255);
  color: red;
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
}
.button.button-facebook{
  background-color: #3b5998;
}
.button.margin-right {
  margin-right: 8px;
}
form#register {
  padding-bottom: 1em;
}
form#register input[type="text"], form#register input[type="password"], form#register select, form#register textarea {
  border: 1px solid rgb(235,235,235);
  border-radius: 4px;
  margin-bottom: 8px !important;
  width: 100%;
}
form#register textarea {
  height: 100px;
  font-family: Arial;
}
form#register .simpleList li {
  display: block !important;
  float: none;
}
.button-register {
  display: block;
  width: 90px;
  background-color: rgb(204,204,204);
  color: rgb(255,255,255);
  text-align: center;
  border-radius: 4px;
  line-height: 32px;
  padding: 0 8px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}
input[type="checkbox"] {
  display: inline-block;
  float: left;
  width: 5%;
}
label {
  display: inline-block;
  float: left;
  width: 80%;
  font-size: 13px;
}
label a {
  text-decoration: underline;
}
.align-right {
  text-align: right;
}
.horizontal-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 15px;
}
.faf-film-list li {
  margin: 0;
  width: 25%;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
.faf-film-list li img {
  width: 90%;
  height: 200px;
}
.films-listings li {
  padding: 10px;
  border: 1px solid rgb(235,235,235);
  border-width: 1px 0 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.faf-horizontal-scrolling-block .films-listings li {
  border: none;
}
.films-listings {
  width: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl-film {
  padding: 8px 4px;
  border-width: 1px 1px 1px 1px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl-image {
  width: 100%;
  height: 0;
  padding-bottom: 149%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  background-image: url(/images/placeholder.png);
}
.fl-image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.fl-title, .fl-price, .fl-format, .fl-action {
  /*
  text-align: center;
  line-height: 42px;
  padding: 0;
  font-weight: bold;
  border: 1px solid rgb(235,235,235);
  border-width: 1px 0 0 0;
  max-height: 42px;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  */
  text-align: center;
  padding: 0;
  font-weight: bold;
  border: 1px solid rgb(235,235,235);
  border-width: 1px 0 0 0;
  font-size: 11px;
  padding-top: 10px;
  height: 64px;
}
.fl-format {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  color: rgb(204,204,204);
  position: relative;
  padding: 0 8px 0 20px;
  overflow: hidden;
}
.fl-format i.md {
  display: none;
}
.fl-format.selected {
  color: rgb(0,0,0);
}
.fl-format.selected i.md {
  display: block;
  position: absolute;
  left: 11px;
  top: 8px;
  color: #FFF;
  background-color: #E40000;
  padding: 0 6px 0 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.fl-action i.md {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  color: red;
}
.fl-format a {
  color: inherit;
}
.fl-action {
  text-align: left;
  font-size: 13px;
  color: red;
  text-transform: uppercase;
  position: relative;
  padding: 0 8px 0 20px;
}
.fl-title a {
  text-decoration: none;
}
.fl-year-cert {
  text-align: left;
  color: rgb(153,153,153);
  padding: 4px 0 0;
  font-size: 11px;
  font-weight: bold;
  position: relative;
}
.fl-cert-img {
  width: auto;
  height: 18px;
  position: absolute;
  right: -2px;
  top: 7px;
}
.mpu {
  text-align: center;
  padding: 32px;
  background-color: rgb(225,225,225);
}
.mpu img {
  width: 100%;
  height: auto;
  max-width: 300px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
footer {
  background-color: rgb(51,51,51);
  padding: 0 16px;
  line-height: 54px;
  color: rgb(255,255,255);
  font-size: 12px;
  overflow: hidden;
  position: relative;
}
footer .md {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  color: rgb(255,255,255);
  background-color: rgb(90,90,90);
  text-align: center;
  transition: all 0.25s;
}
footer .md:hover {
  background-color: rgb(120,120,120);
}
.fl-film {
  width: 25%;
  width: 16.6%;
}
p.faf-strapline {
  text-align: center;
  margin: 0;
  padding: 8px 0 0 !important;
  color: rgb(255,255,255);
  display: block;
}
/* Buttons */
.button-see-all {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  font-size: 12px;
  text-decoration: none;
  background-color: rgba(0,0,0,0.3);
  /* text-transform: uppercase; */
  padding: 0 16px;
  border-radius: 0;
  font-weight: bold;
}
/* Film Grid */
.films-listings {
  width: 100%;
  border-bottom: 1px solid rgb(235,235,235);
}
.fl-film {
  width: 16.6%;
  cursor: pointer;
}
.fl-year-cert {
  display: none;
}
films-listings {
  padding: 0 4px;
}
.films-listings li {
  padding: 0 4px;
  border: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl-title {
  border: none;
}
.fl-price {
  border-bottom: none;
  color: rgb(153,153,153);
}
.films-listings.grid-view {
  overflow: hidden;
  margin: 8px 0 0;
  border: none;
}
/* Horizontal scrolling block */
.faf-horizontal-scrolling-block {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 8px 0 0;
  border-bottom: 1px solid rgb(235,235,235);
  border: none;
}
.faf-horizontal-scrolling-block-content {
  width: 200%;
}
.faf-horizontal-scrolling-block .fl-film {
  width: 8.3%;
}
.faf-horizontal-scrolling-block .fl-year-cert {
  display: none;
}
.faf-horizontal-scrolling-block .films-listings {
  padding: 0 4px;
}
.faf-horizontal-scrolling-block .films-listings li {
  padding: 0 4px;
  border: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.faf-horizontal-scrolling-block .fl-title {
  border: none;
}
.faf-horizontal-scrolling-block .fl-price {
  border-bottom: none;
  color: rgb(153,153,153);
}
.fl-price {
  background-color: rgb(235,235,235);
  margin: 0 0 8px 0;
  border: none;
  border-radius: 3px;
  color: rgb(153,153,153) !important;
}
/* Colours */
.font-color-01 {
  color: rgb(255,255,255);
}
.font-color-01-60 {
  color: rgba(255,255,255,0.6);
}
.background-color-00 {
  background-color: rgb(255,255,255);
}
.background-color-01 {
  background-color: rgb(51,102,153) !important;
}
.background-color-02 {
  background-color: rgb(245,245,245);
}
/* START - What's On - Simple */
#town_postcode, #film_title, #find_cinemas {
  float: left;
  box-sizing: border-box;
}
#town_postcode {
  width: 40%;
  padding-right: 8px;
}
#film_title {
  width: 50%;
  padding-right: 8px;
}
#film-title ul {
  margin-bottom: 0;
}
#find_cinemas {
  width: 10%;
}
#town_postcode input.town_postcode, #film_title input.film_title {
  width: 100%;
  border: 0;
  background: #FFFFFF url('/images/search-icon.jpg') no-repeat 8px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 8px 0 35px;
  margin: 0;
  line-height: 32px;
  box-sizing: border-box;
}
#film_title ul {
  font-size: 11px;
  list-style: none;
  background: #FFFFFF;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#film_title ul li {
  border-top: solid 1px #CCCCCC;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 43px;
}
#film_title input.film_title.autocomplete {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#find_cinemas {
  text-transform: uppercase;
  cursor: pointer;
  background: rgb(204,204,204);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 8px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
}
#message_overlay {
  display: none;
  position: absolute;
  background: #002968;
  color: #FFFFFF;
  margin: 0 auto;
  width: 600px;
  text-align: center;
  padding: 20px 0;
}
#message_overlay a {
  color: #FFFFFF
}
/* END - What's On - Simple */


.floatinglist li {
  float: left;
  box-sizing: border-box;
  border: 1px solid rgb(235,235,235);
  background-color: rgb(245,245,245);
  margin: 1%;
}
.floatinglist li div {
  padding: 20px;
}
.film-cert {
  width: 50px;
  height: 40px;
}
.film-cert-list h2 {
  font-size: 20px;
}
/* Terms */
ol#terms h2, ol#privacy h2, ul#quality-matters h2 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: bold;
}
/* ---------- Cinema Results ---------- */
#resultsHeader {
  background-color: rgba(240,240,240,1.00);
  padding: 8px 12px;
}
.cinemas-listings {
  border-top: 1px solid rgb(235,235,235);
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
}
.cinemas-listings li.cinemaResult, .cinemas-listings > li.cinemaInfoContainer {
  padding: 0 16px;
  border: 1px solid rgb(235,235,235);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0 0 1px;
  line-height: 44px;
}
.cinemas-listings li.cinemaInfoContainer {
  padding: 0;
}
.cinemaInfoContainer {
  width: 100%;
  background-color: rgb(250,250,250);
  display: block;
}
.cinemaResult {
  width: 100%;
}
.cinemas-listings li a {
  font-weight: bold;
  font-size: 14px;
}
.cinemaName {
  font-weight: bold;
}
.cinemaInfo {
  margin-bottom: 20px;
  float: left;
  width: 280px;
  padding: 10px 20px;
}
.cinemaMap {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 280px;
  height: 228px;
  float: right;
}
.cinemaAddress {
  line-height: normal;
}
.dummyMap {
  width: 100%;
  height: auto
}
.cinemaPhoneNumber {
  display: block;
}
.clickToCall {
  display: hidden;
}
.cssTouchButton, a.cssTouchButton {
  background-color: rgb(0,63,149);
  padding: 6px 10px;
  border-radius: 4px;
  border: none;
  color: rgb(255,255,255);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px !important;
  display: inline-block;
  text-align: center;
}
#searchAgainButton {
  display: none;
}
.cinemaMapToggle {
  display: none;
}
.cinemaMapToggle {
  display: none;
}
.clickToCall {
  display: none;
}
.cinemaPhoneNumber {
  display: block;
}
.cinemaSchedule {
  clear: both;
  background-color: rgb(240,240,240);
  border-radius: 5px;
  padding: 12px 0;
  margin-bottom: 40px;
}
.cinemaSchedule .swiper-container {
  overflow: visible;
}
.strong {
  font-weight: bold;
}
.filmTimes li {
  border: none;
  padding: 12px 0;
  margin: 0;
}
.filmTimes .filmTitle h1 {
  display: table-cell;
  vertical-align: middle;
  height: 32px;
  font-size: 12px;
}
.fafIconSmall {
  height: 32px;
}
.filmTime .cssTouchButton {
  width: 60px !important;
  margin: 0 5px 12px;
}
.filmTimePassed, .filmTimePassed:hover {
  background-color: rgb(153,153,153);
  font-weight: bold;
  font-size: 14px;
}
.filmTimes {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  list-style: none;
}
.filmTimes {
  border-top: 1px solid rgb(204,204,204);
}
.filmTimes li.filmTime {
  padding-bottom: 0;
}
li.filmTitle {
  clear: left;
}
.filmTitle, .filmTime {
  width: 40%;
  float: left;
}
.filmCertificate, .filmFormat {
  width: 10%;
  text-align: center;
  min-width: 40px;
  float: left;
}
.cinemas-listings {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cinemaResult {
  margin: 0;
  padding: 0;
  display: block;
}
.tabNav {
  margin: 0 !important;
  padding: 0 !important;
  background-color: rgb(230,230,230);
  border: 1px solid rgb(204,204,204);
  border-width: 1px 0;
}
#tabs ul {
  float: left;
  width: 100%;
  padding-top: 4px;
  box-sizing: border-box;
  margin: 0;
}
#tabs ul.tabNav li {
  list-style: none;
  border: 1px solid rgb(204,204,204);
  border-width: 0 1px 0 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 14.28%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 11px;
}
* html #tabs ul.tabNav li {
  display: inline-block;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tabs ul.tabNav li, #tabs ul.tabNav li a {
  float: left;
  display: inline-block;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tabs ul.tabNav li a {
  width: 100%;
  height: 50px;
}
#tabs ul.tabNav li a {
  background: rgb(230,230,230) !important;
}
#tabs ul.tabNav li.active {
  background: rgb(250,250,250) !important;
  border-bottom: none !important;
}
#tabs ul.tabNav li a:hover {
  background: rgb(255,255,255) !important;
}
#tabs ul.tabNav li.active a {
  color: #333333;
  border-bottom: none !important;
  background: rgb(250,250,250) !important;
}
#tabs ul.tabNav li.active a:hover {
  background: rgb(250,250,250)!important;
}
#tabs div p {
  line-height: 150%;
}
#tabs ul.tabNav li a {
  text-decoration: none;
  padding: 8px;
  color: #000;
  font-weight: bold;
  font-size: 12px !important;
}
#tabs ul.tabNav li:last-child {
  border-right: 0;
}
.filmTimesInstructions {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 16px;
}
.nav-login-register {
  background-color: rgb(51,51,51);
  color: rgb(255,255,255) !important;
}
.md-menu.md-lg {
  position: absolute;
  top: 36px;
  left: 12px;
}
#book-buy-watch-wrapper, .horizontal-nav-wrapper {
  padding: 8px 0 0;
}
#book-buy-watch {
  max-width: 414px;
  margin: 0 auto !important;
  border-radius: 6px;
  border: 1px solid rgb(51,102,153);
  background-color: rgb(51,102,153);
  border: none;
  background: none;
  padding: 0 9px;
  box-sizing: border-box;
}
#book-buy-watch li {
  width: 33.33%;
  max-width: 132px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: rgb(255,255,255);
  color: rgb(51,102,153);
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid rgb(51,102,153);
}
#book-buy-watch li.selected, #book-buy-watch li.selected:hover {
  background-color: rgb(51,102,153);
  color: rgb(255,255,255);
}
#book-buy-watch li:first-child {
  border-width: 1px 0 1px 1px;
  border-radius: 6px 0 0 0;
}
#book-buy-watch li:last-child {
  border-radius: 0 6px 0 0;
  border-width: 1px 1px 1px 0;
}
#book-buy-watch li:hover {
  background-color: rgba(51,102,153,0.2);
}
.nav-formats {
  max-width: 414px;
  margin: 0 auto !important;
  border-radius: 6px;
  border: 1px solid rgb(51,102,153);
  background-color: rgb(51,102,153);
  border: none;
  background: none;
  padding: 0 9px !important;
  box-sizing: border-box;
}
.nav-formats li {
  width: 25%;
  /* max-width: 99px; */
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: rgb(255,255,255);
  background-color: rgba(51,102,153,0.1);
  color: rgba(51,102,153,0.8);
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid rgb(51,102,153);
  border-width: 0 1px 1px 0;
  font-size: 13px;
}
.nav-formats li.selected, .nav-formats li.selected:hover {
  background-color: rgba(51,102,153,0.75);
  color: rgb(255,255,255);
}
.nav-formats li:first-child {
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 0 6px;
}
.nav-formats li:last-child {
  border-radius: 0 0 6px 0;
  border-width: 0 1px 1px 0;
}
.nav-formats li:hover {
  background-color: rgba(51,102,153,0.3);
  color: rgba(51,102,153,1);
}
.nav-formats.watch li {
  width: 50%;
}
.nav-formats.book li {
  width: 100%;
  max-width: 396px;
  border-radius: 0 0 6px 6px;
  border-width: 0 1px 1px 1px;
  box-sizing: border-box;
}
.button-wish-list {
  display: block;
  /* border-top: 1px solid rgb(235,235,235);
  border-bottom: 1px solid rgb(235,235,235); */
  line-height: 32px;
  width: 100%;
  transition: all 0.25s;
  font-size: 13px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
  color: rgb(51,102,153);
  border: 1px solid rgb(51,102,153);
  border-radius: 6px;
  width: 304px;
  margin: 0 auto;
  text-align: center;
  line-height: 38px;
}
.button-lozenge {
  display: block;
  line-height: 34px;
  width: 100%;
  max-width: 160px;
  transition: all 0.25s;
  font-size: 13px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
  color: rgb(51,102,153);
  border-radius: 6px;
  background-color: rgb(235,235,235);
  margin: 20px auto;
}
.show-hide-results.link-small {
  font-size: 12px;
  font-weight: normal;
  border: none;
  display: block;
  background-color: rgb(204,204,204);
  background-color: rgb(235,235,235);
  padding: 4px 8px;
  border-radius: 3px;
  margin: 4px auto;
  font-size: 12px;
  text-decoration: none;
  color: rgb(102,102,102);
  transition: all 0.3s;
  line-height: 24px;
  box-sizing: border-box;
  width: 120px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 16.65%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content-wrapper {
  margin-top: 8px;
}
.centered {
  text-align: center;
}
.film-page #wrapper, .cast-page #wrapper {
  padding-top: 7px;
  overflow: hidden;
}

.book-tickets {width: 304px;}
.book-tickets input[type="text"] {border:1px solid rgb(204,204,204); border-width: 1px 0 1px 1px; width: 254px; line-height: 38px; height: 38px;}
.book-tickets .button {width: 50px; line-height: 38px; height: 38px;}

.live_search_film_to_id{cursor: pointer}


#my-account-page {
  margin: auto;
  float: none;
}

form.faf-form input[type="text"], form.faf-form input[type="password"] {
  background-color: rgb(250,250,250);
  border: 1px solid rgb(235,235,235);
  border-radius: 4px;
  margin-bottom: 8px !important;
  width: 100%;
}
form.faf-form .simpleList li {
  display: block !important;
  float: none;
}

.required {
  color: rgb(153,153,153);
  font-size: 11px;
}

/* Pagination - bit of a pain! */
.pagination{ text-align: center; margin-bottom: 20px; width: 100%; }
.pagination a {
  border-color: rgb(51,102,153);
  color: rgb(51,102,153);
  border-style: solid;
  box-sizing: border-box;
  border-width: 1px 0 1px 1px;
  padding: 10px;
  font-weight: bold;
}
.pagination a {  background: rgb(234,239,244); }
.pagination span a:hover{  background: rgba(51,102,153,0.2) !important;}
.pagination .current a, .pagination .current a:hover {  background: rgb(51,102,153) !important; color: #FFFFFF; cursor: default}
.pagination span:first-child a {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination span:last-child a {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: solid 1px rgb(51,102,153);
}
.pagination .last a, .pagination .first a, .pagination .first a { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border-right: solid 1px rgb(51,102,153); }
.pagination .next a {-webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; border-right: solid 1px rgb(51,102,153);}
.pagination .prev a {-webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;}
.pagination .last a {margin-left: 10px; }
.pagination .first a {margin-right: 10px}
/* End Pagination */


.map{
  width: 280px;
  height: 228px;
  
}








.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;   
  padding: 10px;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: solid 1px #CCCCCC;
}

.ui-autocomplete-category {
  font-weight: bold;
}

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-image: none;
}



div.faf-widget-table-results-wrapper{
}
div.faf-widget-table-results-wrapper table{
  margin: 0;
}



/* Media Queries */

@media screen and (max-width: 1024px) {
#lh-nav {
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.simple-page {
  margin: 8px 16px 64px;
}
}

@media screen and (max-width: 900px) {
.wish-list-grid .fl-film {
  width: 25%;
}
}

@media screen and (min-width: 769px) {
#faf-poster {
  width: 40%;
}
.faf-poster-artwork {
  width: 40%;
}
.faf-info-list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  border-top: none;
  font-size: 11px;
  line-height: 15px;
  float: right;
  width: 60%;
  box-sizing: border-box;
}
#faf-synopsis {
  width: 60%;
}
#faf-bbfc-insight-logo {
  width: 16%;
}
.floatinglist li {
  width: 48%;
}
.fl-title, .fl-price {
  font-size: 13px;
}
#book-buy-watch li {
  width: 132px;
  max-width: none;
}
.nav-formats li {
  width: 99px;
  max-width: none;
}
.nav-formats.book li {
  width: 100% !important;
  max-width: none;
}
}

@media screen and (max-width: 768px) {
.floatinglist li {
  width: 48%;
}
.one-half {
  width: 100%;
}
#faf-book-search {
  padding: 8px 8px 0 !important;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.swiper-button-next, .swiper-button-prev {
  display: none;
}
}

@media screen and (max-width: 568px) {
.faf-horizontal-scrolling-block-content {
  width: 280%;
}
.grid-view .fl-film {
  width: 25%;
}
.floatinglist li {
  width: 98%;
}
.wish-list-grid .fl-film {
  width: 33%;
}
}

@media screen and (max-width:414px) {
.fl-film {
  width: 33%;
}
.faf-horizontal-scrolling-block-content {
  width: 360%;
}
.faf-horizontal-scrolling-block .fl-film {
  width: 8.3%;
}
.grid-view .fl-film {
  width: 25%;
}
.wish-list-grid .fl-film {
  width: 33%;
}
.swiper-slide {
  width: 8.3%;
}
.swiper-slide {
    width: 8.3% !important;
}
.strapline-wrapper {
    padding-top: 23px;
}
.strapline {
    margin-right: 0.4em;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: block;
}
}

@media screen and (max-width: 374px) {
.strapline-wrapper {
  padding-top: 23px;
}
.strapline {
  margin-right: 0.4em;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.wish-list-grid .fl-film {
  width: 50%;
}
.faf-search-form input[type="text"] {
    width: 85%;
}
.faf-search-form .button {
    width: 15%;
}
#faf-book-search #film_title {
    width: 45%;
}
#faf-book-search #find_cinemas {
    width: 15%;
}
}

@media screen and (max-width:320px) {
.grid-view .fl-film {
  width: 33.3%;
}
.wish-list-grid .fl-film {
  width: 50%;
}
}

/* Book Results */


@media screen and (min-width:320px) and (max-width: 1024px) {
  .cinemas-listings li.cinemaResult, .cinemas-listings li.cinemaInfoContainer {
    border-width: 0 0 1px;
  }
}

@media screen and (min-width: 631px) and (max-width: 767px) {
  .mainHeader h1 {
    margin: 1.4em 0 0.8em;
  }
  .cinemaInfo {
    margin-bottom: 20px;
    float: left;
    width: 220px;
  }
}

@media screen and (min-width:568px) and (max-width: 630px) {
  .cinemaInfo {
    margin-bottom: 20px;
    float: left;
    width: 220px;
  }
  .clickToCall {
    display: none;
  }
}

@media screen and (min-width:320px) and (max-width: 567px) {
  .cinemaInfo, .cinemaMap {
    float: left;
  }
  .cinemaMapToggle {
    display: none;
  }
  #cinemaMap01 {
    display: none;
  }
  .cinemaMapToggle {
    display: block;
  }
  .cinemaPhoneNumber {
    display: none;
  }
  .clickToCall {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .cinemaPhoneNumber {
    display: none;
  }
  .clickToCall {
    display: block;
  }
  .cinemaInfo, .cinemaMap {
    float: left;
  }
  #cinemaMap01 {
    display: none;
  }
  .cinemaMapToggle {
    display: block;
  }
  .cinemaInfoContainer li, .cinemaResult li {
    border-left: 0;
    border-right: 0;
  }
  #tabs ul.tabNav li a {
    font-size: 10px !important;
  }
  .filmTimesInstructions {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
  }
  .filmTitle {
    width: 70%;
    border-bottom: 1px solid rgb(220,220,220) !important;
  }
  .filmCertificate {
    width: 30%;
    text-align: right;
    padding-right: 10px;
    border-bottom: 1px solid rgb(220,220,220) !important;
  }
  .filmTime {
    clear: both !important;
    width: 100%;
  }
  .filmTime .cssTouchButton {
    width: 23% !important;
    margin: 0 2% 12px 0;
  }
}






.customBackgroundColour01 {
  background: rgb(193,147,78);
}
.customBackgroundColour01a {
  background: rgba(193,147,78,0.7);
}
.customFontColour01 {
  color: rgb(51,102,153);
}
.customFontColour02 {
  color: rgb(153,102,51);
}
.customFontColour03 {
  color: rgb(245,196,107);
}
/* ------------------------------------------------------------------------------------------------------ Book Tickets - Select a date */
.sectionTitle {
  height: 43px;
  line-height: 45px;
  text-transform: uppercase;
  overflow: hidden;
  padding-left: 12px;
}
#bookTickets .icon {
  padding: 14px 6px 0 0;
}
#cinemaSelectADate {
  width: 18.75%;
  height: 43px;
  line-height: 33px;
  text-transform: uppercase;
  overflow: hidden;
}
#cinemaSelectADate img {
  padding: 3px 6px 0 0;
}
#cinemaSelectADateLabel {
  display: inline-block;
}
#cinemaSearch {
  width: 37.5%;
  border-right: none !important;
}
#cinemaSearchForm {
  padding:0 5px;
  margin:0;
}
#cinemaSearchFormTextfield {
  width: 60%;
  height: 34px;
  padding:0;
  margin:0;
  border:0;
  display: inline-block;
  float: left;
}
#cinemaSearchFormSubmitButton {
  display: inline-block;
  float: left;
  width: 40%;
  height: 34px;
  border:0;
  color: rgb(255,255,255);
  background-color: #735d3b;
}
#ticketTimes {
  width: 100%;
  border: 1px solid rgb(51,102,153);
  background: rgba(51,102,153,0.1);
  margin-bottom: 1px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
}
nav#bookTicketsOptions {
  background: rgba(0,0,0,1);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
nav#bookTicketsOptions ul {
  margin:0;
  padding:0;
  list-style: none;
  height: 37px;
  line-height: 37px;
}
nav#bookTicketsOptions ul li {
  margin:0;
  padding:0;
  display: inline-block;
  float: left;
  text-align: center;
  width: 180px;
}
nav#bookTicketsOptions ul li.selected {
  border-bottom: 6px solid rgb(193,147,78);
}
nav#bookDate {
  width: 100%;
  height: 60px;
}
nav#bookDate ul {
  margin:0;
  padding:0;
  list-style: none;
  width: 80%;
  display: inline-block;
  white-space: nowrap;
  height: 60px;
  overflow: hidden;
}



nav#bookDate .screening-nav{
  width:9.5%;
  margin: 0;
  padding: 8px 0;
  display: inline-block;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  border-right: 1px solid rgb(51,102,153);
  height: 60px;
  transition: background-color 0.25s;
  border-bottom: 0 !important;
  cursor: pointer;
}
nav#bookDate .screening-nav-next{
  border-right: 0 !important;
  float: none !important;
}



nav#bookDate ul li {
  margin: 0;
  padding: 8px 0;
  display: inline;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  border-right: 1px solid rgb(51,102,153);
  height: 60px;
  transition: background-color 0.25s;
  border-bottom: 0 !important;
  width: 14.26%;
  white-space: nowrap;
  cursor: pointer;
}
nav#bookDate ul li:nth-child(2) {
  border-left: 1px solid rgb(51,102,153);
}
nav#bookDate ul li:first-child, nav#bookDate ul li:last-child {
  border-right: none;
}
nav#bookDate ul li:hover {background-color: rgba(51,102,153,0.25);}
nav#bookDate ul li.inactive {opacity: 0.5;}
nav#bookDate ul li.inactive:hover {background: none;}
#chooseDateRH li:last-child {
  border-right: none;
}
nav#bookDate ul li h3 {
  margin:0;
  padding:0;
  font-size: 13px;
  color: rgb(51,102,153);
}
h3.desktop {
  display: block;
}
h3.mobile {
  display: none;
}
nav#bookDate ul li.selected {
  background-color: rgb(51,102,153);
  color: rgb(255,255,255);
}
nav#bookDate ul li.selected h3 {
  color: rgb(255,255,255);
}
/* ------------------------------------------------------------------------------------------------------ Book Tickets - Results */

#results {
  margin: 0 auto;
  position: relative;
  background-color: transparent;
}
#resultsList {
  float: left;
  width: 100%;
  padding-right: 300px;
  box-sizing: border-box;
  background-color: transparent;
  min-height: 360px;
}
.cinemaList {
  display: table;
  padding:0;
  margin: 0 0 1px 0;
  border:0;
  width: 100% !important;
  border-collapse: collapse;
  border-bottom: 1px solid rgb(235,235,235) ;
  background-color: transparent;
}
.cinemaListOdd {
  background: rgba(255,255,255,0.1);
}
.cinemaList tr {
  margin:0;
  padding:0;
  border:0;
}
.cinemaList td {
  margin:0;
  padding:0 12px 0 0;
  border:0;
}
.cinemaList td.cinemaID {
  background: rgb(51,102,153);
  color: rgb(255,255,255);
  height: 90px;
  width: 31px;
  border-right: 1px solid rgb(255,255,255);
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  background: rgb(250,250,250);
  color: rgb(51,102,153);
  font-weight: bold;
  vertical-align: top;
  padding: 6px 0 0 0 !important;
  
}
.cinemaList td.cinemaDetails {
  padding: 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  background-color: #fff;
}
.cinemaList td.cinemaDetails h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
}
.cinemaList td p {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.resultsFilmTimes {
  border: none !important;
  /* display: table; */
  margin: 0 auto;
  padding: 12px 6px;
  width: 100%;
  list-style: none;
}
.resultsFilmTimesRow {
  background-color: rgb(245,245,245);
}
.resultsFilmTimes li {
  display: inline-block;
  float: left;
  padding: 0 6px 12px 6px;
}
.resultsFilmTimes li a, span.filmType {
  font-size: 11px;
  display: block;
  line-height: 44px;
  width: 44px;
  border-radius: 6px;
  color: white;
  background-color: rgb(160,190,0);
  text-align: center;
  margin: 0;
  transition: background-color 0.25s;
}
.resultsFilmTimes li a:hover {
  background-color: rgb(130,160,0);
}
.resultsFilmTimes li a.time-past {
  background-color: rgb(204,204,204);
}
span.filmType {
  /* margin-left: 6px; */
  background-color: rgb(255,255,255);
  color: rgb(51,102,153);
  border: 2px solid rgb(51,102,153);
  line-height: 40px;
  width: 40px;
  font-weight: bold;
}
#googleMap {
  width: 100%;
  height: 377px;
  border: none;
  margin: 0;
  padding: 0;
  
  margin-bottom: 51px;
}
#map {
  float: left;
  overflow: hidden;
  width: 300px;
  background: rgb(255,255,255);
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
}


/* ------------------------------------------------------------------------------------------------------ All Res */
#find_cinemas {text-transform: uppercase;
cursor: pointer;
background: rgb(204,204,204);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 0 8px;
text-align: center;
font-weight: bold;
font-size: 14px;
color: #ffffff;
line-height: 34px;
-webkit-appearance: none;
border: none;
}
.row01 {
  height: 43px;
}
.col01 {
  width: 10%;
}
.col01.today, .col01.tomorrow {
  width: 15%;
}
.col10 {
  width: 62.5%;
}
.hidden {
  display: none;
}
.showing {
  display: block;
}
.invisible {
  opacity: 0;
}
.visible {
  opacity: 1;
}


/* ------------------------------------------------------------------------------------------------ overides */

.faf-search {
  padding: 8px !important;
  background-color: rgb(51,51,51);
}
.faf-search {
  padding-bottom: 0;
  padding: 16px 0 0;
}
.faf-search form {
  margin: 0;
  padding: 0;
}
.faf-search-form .button {border :none;}


/* ------------------------------------------------------------------------------------------------ medium */
@media screen and (max-width: 960px) and (min-width: 768px) {
  #wrapper {
    margin:0;
    padding:0;
  }
  #map {
    position: absolute;
    right: 0;
  }
  #mainNav {
    font-size: 11px;
  }
  #cinemaSelectADate {
    width: 8%;
    height: 43px;
    line-height: 30px;
    text-transform: uppercase;
    overflow: hidden;
  }
  #cinemaSelectADate img {
    padding: 3px;
  }
  #cinemaSelectADateLabel {
    display: none;
  }
}

/* ------------------------------------------------------------------------------------------------ small */
@media screen and (max-width: 767px) {
  #map {
    display: none;
  }
  #resultsList {
    float: left;
    width: 100%;
  }
  /*nav#bookDate ul li {
    font-size: 10px;
  }*/
  #mainNav {
    font-size: 10px;
  }
  h3.desktop {
    display: none;
  }
  h3.mobile {
    display: block;
  }
  nav#bookDate ul li h3 {
    margin:0;
    padding:0;
    font-size: 9px;
    color: rgb(51,102,153);
  }
  #resultsList {
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  nav#bookDate ul li{
    width: 20%;
  }
  nav#bookDate ul{
    width: 79%;
  }
}

@media screen and (max-width: 450px) {
  nav#bookDate ul li{
    width: 25%;
  }
  nav#bookDate ul{
    width: 79%;
  }
}

.gotodate{
  text-decoration: underline;
  cursor: pointer;
}















.tv-details #faf-poster {
  width: 100%;
  -webkit-box-shadow: 0 2px 8px 0 rgba(125,125,125,0.8);
  -moz-box-shadow: 0 2px 8px 0 rgba(125,125,125,0.8);
  box-shadow: 0 2px 8px 0 rgba(125,125,125,0.8);
  padding: 20px 20px 15px 20px;
  margin-top: 10px;
  float: none;
}
.tv-details #faf-poster .faf-poster-artwork {
  width: 160px;
}
.tv-details #faf-poster .faf-info-list {
  width: calc( 100% - 160px );
}
.tv-details #faf-poster .faf-info-list #tv-title  {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tv-details #faf-poster .faf-info-list li {
  border: none;
}



.tv-details .tv-season{
  -webkit-box-shadow: 0 2px 8px 0 rgba(125,125,125,0.8);
  -moz-box-shadow: 0 2px 8px 0 rgba(125,125,125,0.8);
  box-shadow: 0 2px 8px 0 rgba(125,125,125,0.8);
  /*padding: 20px 20px 15px 20px;*/
  margin-bottom: 20px;
}
.tv-details .tv-season h3{
  margin: 0 0 10px 0;
}
.tv-details .tv-season p{
  margin: 0;
}
.tv-details .tv-series-image{
  width: 160px;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.tv-details .tv-series-image img{
  width: 100%;
}
.tv-details .tv-series-data, .tv-season-details .tv-series-data{
  width: calc( 100% - 240px );
  float: left;
}

.tv-details .tv-season-details .tv-series-data{
  padding: 20px;
}

.tv-details .faf-widget-table-results-wrapper{
  /*padding-right: 15px;
  overflow-y: auto;
  width: calc(100% + 18px);*/
}

.tv-details #faf-cast, .shadowbox{
  border-top: none;
  margin: 0 8px 30px 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(125,125,125,0.8);
  -moz-box-shadow: 0 2px 8px 0 rgba(125,125,125,0.8);
  box-shadow: 0 2px 8px 0 rgba(125,125,125,0.8);
  padding: 20px;
}
.tv-details #faf-cast h2, .shadowbox h2{
  margin-top: 0;
}

.show-more, .show-fewer{
  cursor: pointer;
  text-align: center;
  padding: 10px 20px;
  color: #336699;
  font-weight: bold;
  display: block;

  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}


#faf-release-date > div{ display: inline-block; }
@media only screen and (max-width: 840px) { 
  #faf-release-date > div{ display: block; }
  .hide_on_mobile{ display: none; }
}


.season-options {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  padding: 8px 8px 8px 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.season-options a, .season-options span {
  text-transform: uppercase;
  margin-left: 8px;
  font-size: 12px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 2px;
  background: rgb(235,235,235);
  background: rgba(51, 102, 153, 0.1);
  background: none;
  transition: all 0.2s;
  text-decoration: none !important;
  color: rgb(51,102,153);
  cursor: pointer;
}
.season-options a:hover, .season-options span:hover {
  text-decoration: none;
  background: rgb(153,153,153);
  background: rgba(51, 102, 153, 1);
  color: white !important;
}

.z-tabs.horizontal.top.responsive > ul.z-tabs-desktop > li > a{
  border-bottom-width: 1px !important;
}
.z-tabs.horizontal.clean.responsive.z-rounded.top > ul > li.z-first > a {
  -webkit-border-bottom-left-radius: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.tabs-watch li.z-tab{ width: 50%; }


.tv-page .header-wrapper{
  padding-top: 14px;
  padding-bottom: 0;
}
.tv-page header.faf-header {
  padding: 0 16px;
  position: relative;
  font-size: 11px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.season-links a{
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px;
  display: inline-block;
  border-bottom: solid 2px transparent;
}
.season-links span{
  font-size: 12px;
  cursor: default;
}
.season-links a:hover, .season-links .selected{
  border-bottom: solid 2px #fff;
}


@media screen and (min-width: 414px){
  .tv-details ul.z-tabs-nav.z-tabs-desktop {
    max-width: 300px;
  }
  .tv-details #tabs-buy li.z-tab {
  width: 33%;
  }
}

