﻿@import url(http://fonts.googleapis.com/css?family=Montserrat);
/* (c) 2012 london theatre direct */
/* le white */
/* text color */
/* link color */
/* theme 1 */
/* theme 2 */
/* theme 3 */
/* theme 1 */
.font1 {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.font2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.grad0 {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.4) 100%);
}
.grad1 {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.6) 100%);
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 20px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-font-smoothing: antialiased;
  color: #774b00;
  background-color: #feefd5;
  background-image: url(../img/bg.jpg);
}
a {
  color: #4784f3;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.i-ticket {
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../img/i-ticket.png);
  vertical-align: middle;
  margin-top: -2px;
}
.i-theatre {
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../img/i-theatre.png);
  vertical-align: middle;
  margin-top: -2px;
}
.i-seating {
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../img/i-seating.png);
  vertical-align: middle;
  margin-top: -2px;
}
.i-shop {
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../img/i-shop.png);
  vertical-align: middle;
  margin-top: -2px;
}
.wrap {
  background: url(../img/bg2.jpg) repeat-x fixed left top;
}
.slideshow {
  height: 300px;
  width: 620px;
  margin: 0;
}
.cleaner {
  clear: both;
  height: 0px;
}
.pg {
  width: 940px;
  margin: 0 auto;
}
.pg-head {
  padding-top: 10px;
}
.pg-head-banner {
  width: 940px;
  height: 100px;
}
.pg-head-banner img {
  border: none;
  width: 940px;
  height: 100px;
  border-radius: 3px;
}
.pg-head-menu {
  margin: 10px 0 20px 0;
}
.pg-head-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-shadow: 0px 1px 1px #774b00;
  border-radius: 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 40px;
  background: #cebd86;
}
.pg-head-menu ul li {
  display: inline;
  position: relative;
  float: left;
  width: 25%;
}
.pg-head-menu.venue ul li {
  display: inline;
  position: relative;
  float: left;
  width: 33.333333333%;
}
.pg-head-menu ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  background: #feefd5;
  color: #774b00;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f7edc5 50%, #eadbb2 51%, #cebd86 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7edc5 50%, #eadbb2 51%, #cebd86 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f7edc5 50%, #eadbb2 51%, #cebd86 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f7edc5 50%, #eadbb2 51%, #cebd86 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f7edc5 50%, #eadbb2 51%, #cebd86 100%);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pg-head-menu ul li h3 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: none;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  background: #feefd5;
  color: #774b00;
  text-shadow: 0 1px 0 #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f7edc5 50%, #eadbb2 51%, #cebd86 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7edc5 50%, #eadbb2 51%, #cebd86 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f7edc5 50%, #eadbb2 51%, #cebd86 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f7edc5 50%, #eadbb2 51%, #cebd86 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f7edc5 50%, #eadbb2 51%, #cebd86 100%);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pg-head-menu ul li:first-child a {
  border-left: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pg-head-menu ul li:last-child a {
  border-right: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pg-head-menu ul li a:hover,
.pg-head-menu ul li a.selected,
.pg-head-menu ul li h3:hover {
  background: #774b00;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.4) 100%);
  color: #ffffff;
  text-shadow: 0px -1px 0px #000000;
}
.pg-head-menu ul li ul {
  position: absolute;
  top: 40px;
  z-index: 10;
  height: auto;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  display: none;
}
.pg-head-menu ul li:hover ul {
  display: block;
}
.pg-head-menu ul li ul li {
  float: none;
  width: 100%;
}
.pg-head-menu ul li ul li:first-child a {
  border-radius: 0 !important;
}
.pg-head-menu ul li ul li:last-child a {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 0 !important;
}
.pg-blockquote {
  margin: 20px 0 -20px 0;
}
.pg-blockquote blockquote {
  margin: 0;
  padding: 0px 140px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  color: #774b00;
}
.pg-blockquote blockquote:before {
  content: "\"";
}
.pg-blockquote blockquote:after {
  content: "\"";
}
.pg-title {
  position: relative;
  margin: 30px 0;
}
.pg-title-name h1 {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-weight: 100;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -3px;
  text-align: center;
}
.pg-title-venue {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}
.pg-title-venue-image {
  position: absolute;
  bottom: 0;
}
.pg-title-venue-image img:not([src]) {
  display: none !important;
}
.pg-title-venue-name {
  position: relative;
  left: 20px;
  right: 20px;
  bottom: 0;
  width: 240px;
}
.pg-title-venue-name h2 {
  margin: 0;
  padding: 0 0 10px 0;
}
.pg-title-venue-name p {
  margin: 0 0 10px 0;
}
.pg-title-venue-address {
  position: relative;
  width: 120px;
  bottom: 0;
  right: 20px;
  left: 160px;
  padding: 5px 0;
}
.pg-title-venue-address p {
  margin: 0;
  font-size: 11px;
  line-height: 15px;
}
.pg-title-venue-links {
  position: relative;
  width: 120px;
  bottom: 0;
  right: 20px;
  left: 160px;
}
.pg-title-venue-links ul {
  margin: 0;
  padding: 5px 0 10px 0;
  list-style-type: none;
  border-top: 1px solid #774b00;
}
.pg-title-venue-links ul li {
  margin: 0;
  padding: 0;
  line-height: 15px;
}
.pg-title-venue-links ul li a {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.pg-content {
  margin: 20px 0;
  padding: 0 0 20px 0;
}
.pg-content-main {
  float: left;
  width: 620px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
  margin-bottom: 30px;
}
.pg-content-main-image img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.pg-content-main-seatingplan {
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
  overflow: hidden !important;
}
.pg-content-main-seatingplan img {
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
  width: 100%;
  height: auto;
}
.pg-content-main-article {
  padding: 30px;
  font-size: 15px;
  line-height: 20px;
}
.pg-content-main-article h2 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #774b00;
}
.pg-content-main-article h2:first-child {
  margin-top: 0;
}
.pg-content-side {
  float: right;
  width: 300px;
}
.pg-content-side-book {
  margin: 0 0 20px 0;
}
.pg-content-side-book-btn {
  margin: 0 0 10px 0;
}
.pg-content-side-book-btn h2 {
  margin: 0;
  padding: 0;
}
.pg-content-side-book-btn h2 a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  background: #4784f3;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.6) 100%);
}
.pg-content-side-book-star {
  padding: 0 0 0 100px;
  background: url(/common/img/star.png) no-repeat scroll left top;
}
.pg-content-side-book-star p {
  font-size: 11px;
  line-height: 15px;
}
.pg-content-side-info {
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #eadbb2;
  margin: 0 0 20px 0;
}
.pg-content-side-info-head {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pg-content-side-info-head h2 {
  margin: 0;
  font-size: 21px;
  line-height: 21px;
}
.pg-content-side-info-content {
  padding: 20px;
}
.pg-content-side-info-content p {
  margin: 0 0 10px 0;
}
.pg-content-side-map {
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #eadbb2;
  margin: 0 0 20px 0;
}
.pg-content-side-map-head {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pg-content-side-map-head h2 {
  margin: 0;
  font-size: 21px;
  line-height: 21px;
}
.pg-content-side-map-head p {
  margin: 10px 0 0 0;
}
.pg-content-side-map-content iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.pg-content-side-events {
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #eadbb2;
  margin: 0 0 20px 0;
}
.pg-content-side-events-head {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pg-content-side-events-head h2 {
  margin: 0;
  font-size: 21px;
  line-height: 21px;
}
.pg-content-side-events-content {
  padding: 10px 20px;
}
.pg-content-side-events-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pg-content-side-events-content ul li {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #cebd86;
}
.pg-content-side-events-content ul li:first-child {
  border-top: none;
}
.pg-content-side-events-content ul li a {
  color: #cebd86;
}
.pg-content-side-events-content ul li strong {
  display: block;
  font-size: 16px;
  color: #4784f3;
}
.pg-news {
  float: left;
  width: 620px;
  border-radius: 3px;
  margin: 0 0 20px 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #eadbb2;
}
.pg-news-head {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pg-news-head h2 {
  margin: 0;
  font-size: 21px;
  line-height: 21px;
}
.pg-news-itms {
  padding: 20px;
}
.pg-news-itms-i {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #774b00;
}
.pg-news-itms-i:first-child {
  padding-top: 0;
}
.pg-news-itms-i-head h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 15px;
}
.pg-news-itms-i-text {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
.pg-news-itms-i-text p {
  margin: 10px 0 0 0;
  font-size: 11px;
}
.pg-news-link {
  margin: -20px 0 0 0;
  padding: 20px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.pg-news-link p {
  margin: 0;
  text-align: right;
}
.pg-foot {
  clear: both;
  border-radius: 3px;
  margin: 0 0 30px 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #cebd86;
}
.pg-foot p {
  line-height: 15px;
  font-size: 11px;
  text-align: justify;
  color: #cebd86;
}
/*# sourceMappingURL=style.css.map */