cineworld_uk 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +17 -0
  3. data/.travis.yml +4 -0
  4. data/CHANGELOG.md +9 -0
  5. data/Gemfile +4 -0
  6. data/LICENSE.txt +22 -0
  7. data/README.md +59 -0
  8. data/Rakefile +15 -0
  9. data/cineworld_uk.gemspec +29 -0
  10. data/lib/cineworld_uk.rb +15 -0
  11. data/lib/cineworld_uk/cinema.rb +218 -0
  12. data/lib/cineworld_uk/film.rb +47 -0
  13. data/lib/cineworld_uk/internal/film_with_screenings_parser.rb +128 -0
  14. data/lib/cineworld_uk/screening.rb +33 -0
  15. data/lib/cineworld_uk/version.rb +6 -0
  16. data/test/fixtures/cinemas.html +420 -0
  17. data/test/fixtures/cinemas/brighton.html +8 -0
  18. data/test/fixtures/cinemas/bristol.html +1206 -0
  19. data/test/fixtures/cinemas/bury-st-edmunds.html +1211 -0
  20. data/test/fixtures/cinemas/chelsea.html +1030 -0
  21. data/test/fixtures/cinemas/the-o2-grenwich.html +1191 -0
  22. data/test/fixtures/whatson/brighton.html +7906 -0
  23. data/test/fixtures/whatson/brighton/autism-friendly-cloudy-2.html +79 -0
  24. data/test/fixtures/whatson/brighton/geethanjali-malayalam.html +71 -0
  25. data/test/fixtures/whatson/brighton/gravity.html +2129 -0
  26. data/test/fixtures/whatson/brighton/take-2-thursday-about-time.html +89 -0
  27. data/test/fixtures/whatson/glasgow-imax-at-gsc-cinema.html +3160 -0
  28. data/test/fixtures/whatson/glasgow-imax-at-gsc/the-hunger-games-catching-fire.html +498 -0
  29. data/test/fixtures/whatson/the-o2-greenwich.html +6854 -0
  30. data/test/fixtures/whatson/the-o2-greenwich/gravity.html +784 -0
  31. data/test/fixtures/whatson/wandsworth.html +13729 -0
  32. data/test/fixtures/whatson/wandsworth/arrambam-tamil.html +126 -0
  33. data/test/fixtures/whatson/wandsworth/bolshoi-ballet-live-lost-illusions.html +80 -0
  34. data/test/fixtures/whatson/wandsworth/frankenstein-nt-50th.html +82 -0
  35. data/test/fixtures/whatson/wandsworth/met-opera-falstaff.html +74 -0
  36. data/test/fixtures/whatson/wandsworth/nt-live-war-horse.html +80 -0
  37. data/test/fixtures/whatson/wandsworth/royal-ballet-live-the-sleeping-beauty.html +79 -0
  38. data/test/fixtures/whatson/wandsworth/royal-opera-live-parsifal-weird-date.html +79 -0
  39. data/test/fixtures/whatson/wandsworth/rsc-live-richard-ii-encore.html +80 -0
  40. data/test/fixtures/whatson/wandsworth/west-end-theatre-series-private-lives.html +80 -0
  41. data/test/lib/cineworld_uk/cinema_test.rb +466 -0
  42. data/test/lib/cineworld_uk/film_test.rb +95 -0
  43. data/test/lib/cineworld_uk/internal/film_with_screenings_parser_test.rb +200 -0
  44. data/test/lib/cineworld_uk/screening_test.rb +31 -0
  45. data/test/lib/cineworld_uk/version_test.rb +9 -0
  46. data/test/test_helper.rb +6 -0
  47. metadata +219 -0
@@ -0,0 +1,8 @@
1
+ <!DOCTYPE html><html lang="en"><head><title>Brighton | Cineworld Cinemas</title> <meta charset="UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><meta name="robots" content="index, follow" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link type="image/x-icon" rel="shortcut icon" href="/cw/assets/favicon.ico" /><link type="text/css" rel="stylesheet" href="/cw/assets/css/bootstrap.packed.css" media="all" /><link type="text/css" rel="stylesheet" href="/cw/assets/css/jquery.fancybox.packed.css" media="all" /><link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.packed.css" media="all" /><link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.default.packed.css" media="all" /><link type="text/css" rel="stylesheet" href="/cw/assets/css/zebra.datepicker.packed.css" media="all" /><link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.typography.packed.css" media="all" /><link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.layout.packed.css" media="all" /><link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.print.packed.css" media="print" /><!--[if IE]><link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.ie.packed.css" media="all" /><![endif]--><!--[if lt IE 8]><link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.ie7.packed.css" media="all" /><![endif]--><script type="text/javascript" src="/cw/assets/javascript/log4j.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.packed.js"></script> <!--[if lt IE 8]><script type="text/javascript" src="/cw/assets/javascript/jquery.pseudo.packed.js"></script> <![endif]--><!--//--><meta name="Description" content="Cineworld Brighton - Brighton Marina, Brighton, East Sussex, BN2 5UF - Brighton Cinema Listings - Book tickets online" /><meta name="" content=""/><script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script> <link rel="canonical" href="http://www.cineworld.co.uk/cinemas/brighton/information" /><script type="text/javascript">$(document).ready(function() {
2
+ $('.pricing .accessible-tabs').bind('after.setup', function(event, tabs) {
3
+
4
+ // Select current day for pricing table after setup
5
+ $(tabs).find('.navigation .day-' + new Date().getDay()).trigger('click');
6
+ });
7
+ });
8
+ </script> <!--//--></head><body class="cineworld gb cinema"><div id="fb-root"></div><div id="wallpaper"><div id="header" role="banner"><div class="container"><h1><a href="/">Cineworld Cinemas</a></h1><div class="account"><span class="icon-logo-mycineworld ">mycineworld</span><p><a class="action secondary dark" data-type="login" href="/login?location=">Login</a> <a class="action secondary dark" data-type="register" href="/register?location=&amp;source=mycineworld&amp;favouriteCinema=-1">Register</a> <a class="action secondary dark" data-type="why" href="/mycineworld">Find out why?</a></p></div></div></div><div class="navigation" role="navigation"><ul><li><a href="/">Home</a></li> <li><a href="/whatson">What's On</a><ul><li><a href="/events">Bollywood &amp; Live Events</a></li> <li><a href="/whatson/category/junior">Movies for Juniors</a></li></ul></li><li><a href="/cinemas">Our Cinemas</a> </li><li><a href="/prices">Prices</a> </li><li><a href="/explore">Explore Cineworld</a><ul><li><a href="/explore/reald">RealD 3D</a></li> <li><a href="/explore/imax">IMAX</a></li> <li><a href="/explore/dbox">D-BOX</a></li> <li><a href="/blog">Cineworld Blog</a></li> <li><a href="/competitions">Offers &amp; Competitions</a></li> <li><a href="/baftascotland">BAFTA Scotland</a></li> <li><a href="/take2">Take 2 Thursdays</a></li> <li><a href="/starbucks">Starbucks at Cineworld</a></li></ul></li><li><a href="/unlimited">Unlimited Card</a><ul><li><a href="/unlimited/howitworks">How it works</a></li> <li><a href="/unlimited/discounts">Unlimited discounts</a></li> <li><a href="/unlimited/premium">Premium Unlimited</a></li> <li><a href="https://www.unlimitedcineworld.com/uk/pages/Login.aspx">Apply for Unlimited</a></li></ul></li><li><a href="/giftcards">Gifts</a></li> <li><form action="/search" method="get" class="search" role="search" data-ajax-action="/search/suggestions"><label class="no-margin inline"><span class="accessible-hide-html-self">Search</span> <input accesskey="s" autocomplete="off" placeholder="Search" type="search" name="q" /> </label><ol class="results"></ol><button type="submit">Search</button></form></li></ul></div><div class="container" role="main"><div class="layout"><div id="content"><div class="section dark gradient clearfix info"><div class="row"><div class="span8"><h1>Cineworld Brighton <a id="changeCinema" class="action secondary dark" href="/cinemas?path=/cinemas/id/information">Change cinema</a></h1><h2>About Brighton</h2><p>Cineworld Brighton is an 8 screen cinema located on the seafont close to Brighton Pier. The complex is served by a free car park and a wide range of restaurants in short proximity.</p><ul class="unstyled navigation"><li><a class="icon-navigation-large-food-drink" href="#services">Summary of facilities</a></li> <li><a class="icon-navigation-large-tickets" href="#prices">How much do tickets cost?</a></li> <li><a class="icon-navigation-large-map" href="#directions">How do I get there?</a></li> <li><a class="icon-navigation-large-hire" href="#hire">Hire this cinema</a></li></ul></div><div class="span4"><h2>What's on at Brighton</h2><ul class="grid films clearfix"><li><div class="poster"><a href="/whatson/6543?cinema=3"><div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6543_poster_large.jpg" alt="Poster for Film The Hunger Games: Catching Fire" /></div></a></div><a href="/whatson/6543?cinema=3">The Hunger Games: Catching Fire</a> </li><li><div class="poster"><a href="/whatson/6515?cinema=3"><div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6515_poster_large.jpg" alt="Poster for Film Gravity" /></div></a></div><a href="/whatson/6515?cinema=3">Gravity</a> </li></ul><p><a class="action primary" href="/whatson?cinema=3">See all films at Brighton</a></p></div></div></div><div class="section light clearfix "><h1 id="prices" class="ribbon overlap">How much do tickets cost?</h1><div class="pricing"><div class="panel anonymous dark"><h2>Register free with <span class="icon-logo-mycineworld">MyCineworld</span> and save 10% on the Standard ticket price every time you book online</h2><a class="action mycineworld" href="/register">Sign Up</a> <a class="action mycineworld" href="/login">Login</a></div><div class="accessible-tabs" data-header="Choose the day of your performance"><h2 class="day-0 action secondary">Sun</h2><div class="tab"><table class="tickets"><thead><tr><th colspan="2" class="transparent">&nbsp;</th><th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th colspan="2" class="border-right">Standard Tickets</th></tr><tr><th class="border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr></thead><tbody><tr><td class="border-left border-right "><strong>Adult</strong></td><td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td><td class="dark value border-left border-right ">&pound;7.02</td><td class="dark value border-right ">&pound;8.10</td><td class="value border-right ">&pound;7.80</td><td class="value border-right ">&pound;9.00</td></tr><tr><td class="border-left border-right "><strong>Child</strong></td><td class="align-left ">Child tickets are for customers aged 14 and under</td><td class="dark value border-left border-right ">&pound;5.40</td><td class="dark value border-right ">&pound;5.40</td><td class="value border-right ">&pound;6.00</td><td class="value border-right ">&pound;6.00</td></tr><tr><td class="border-left border-right "><strong>Student</strong></td><td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Senior</strong></td><td class="align-left ">Senior tickets are for customers aged 60+</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Family</strong></td><td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td><td class="dark value border-left border-right ">&pound;22.14</td><td class="dark value border-right ">&pound;24.30</td><td class="value border-right ">&pound;24.60</td><td class="value border-right ">&pound;27.00</td></tr><tr><td class="border-left border-right "><strong>Bargain Day</strong></td><td class="align-left "></td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td><td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td><td class="dark value border-left border-right border-bottom">&pound;0.80</td><td class="dark value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td></tr></tbody></table></div><h2 class="day-1 action secondary">Mon</h2><div class="tab"><table class="tickets"><thead><tr><th colspan="2" class="transparent">&nbsp;</th><th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th colspan="2" class="border-right">Standard Tickets</th></tr><tr><th class="border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr></thead><tbody><tr><td class="border-left border-right "><strong>Adult</strong></td><td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td><td class="dark value border-left border-right ">&pound;7.02</td><td class="dark value border-right ">&pound;8.10</td><td class="value border-right ">&pound;7.80</td><td class="value border-right ">&pound;9.00</td></tr><tr><td class="border-left border-right "><strong>Child</strong></td><td class="align-left ">Child tickets are for customers aged 14 and under</td><td class="dark value border-left border-right ">&pound;5.40</td><td class="dark value border-right ">&pound;5.40</td><td class="value border-right ">&pound;6.00</td><td class="value border-right ">&pound;6.00</td></tr><tr><td class="border-left border-right "><strong>Student</strong></td><td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Senior</strong></td><td class="align-left ">Senior tickets are for customers aged 60+</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Family</strong></td><td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td><td class="dark value border-left border-right ">&pound;22.14</td><td class="dark value border-right ">&pound;24.30</td><td class="value border-right ">&pound;24.60</td><td class="value border-right ">&pound;27.00</td></tr><tr><td class="border-left border-right "><strong>Bargain Day</strong></td><td class="align-left "></td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td><td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td><td class="dark value border-left border-right border-bottom">&pound;0.80</td><td class="dark value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td></tr></tbody></table></div><h2 class="day-2 action secondary">Tues</h2><div class="tab"><table class="tickets"><thead><tr><th colspan="2" class="transparent">&nbsp;</th><th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th colspan="2" class="border-right">Standard Tickets</th></tr><tr><th class="border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr></thead><tbody><tr><td class="border-left border-right "><strong>Adult</strong></td><td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Child</strong></td><td class="align-left ">Child tickets are for customers aged 14 and under</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Student</strong></td><td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Senior</strong></td><td class="align-left ">Senior tickets are for customers aged 60+</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Family</strong></td><td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Bargain Day</strong></td><td class="align-left "></td><td class="dark value border-left border-right ">&pound;5.22</td><td class="dark value border-right ">&pound;5.22</td><td class="value border-right ">&pound;5.80</td><td class="value border-right ">&pound;5.80</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td><td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td><td class="dark value border-left border-right border-bottom">&pound;0.80</td><td class="dark value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td></tr></tbody></table></div><h2 class="day-3 action secondary">Wed</h2><div class="tab"><table class="tickets"><thead><tr><th colspan="2" class="transparent">&nbsp;</th><th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th colspan="2" class="border-right">Standard Tickets</th></tr><tr><th class="border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr></thead><tbody><tr><td class="border-left border-right "><strong>Adult</strong></td><td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td><td class="dark value border-left border-right ">&pound;7.02</td><td class="dark value border-right ">&pound;8.10</td><td class="value border-right ">&pound;7.80</td><td class="value border-right ">&pound;9.00</td></tr><tr><td class="border-left border-right "><strong>Child</strong></td><td class="align-left ">Child tickets are for customers aged 14 and under</td><td class="dark value border-left border-right ">&pound;5.40</td><td class="dark value border-right ">&pound;5.40</td><td class="value border-right ">&pound;6.00</td><td class="value border-right ">&pound;6.00</td></tr><tr><td class="border-left border-right "><strong>Student</strong></td><td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Senior</strong></td><td class="align-left ">Senior tickets are for customers aged 60+</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Family</strong></td><td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td><td class="dark value border-left border-right ">&pound;22.14</td><td class="dark value border-right ">&pound;24.30</td><td class="value border-right ">&pound;24.60</td><td class="value border-right ">&pound;27.00</td></tr><tr><td class="border-left border-right "><strong>Bargain Day</strong></td><td class="align-left "></td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td><td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td><td class="dark value border-left border-right border-bottom">&pound;0.80</td><td class="dark value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td></tr></tbody></table></div><h2 class="day-4 action secondary">Thurs</h2><div class="tab"><table class="tickets"><thead><tr><th colspan="2" class="transparent">&nbsp;</th><th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th colspan="2" class="border-right">Standard Tickets</th></tr><tr><th class="border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr></thead><tbody><tr><td class="border-left border-right "><strong>Adult</strong></td><td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td><td class="dark value border-left border-right ">&pound;7.02</td><td class="dark value border-right ">&pound;8.10</td><td class="value border-right ">&pound;7.80</td><td class="value border-right ">&pound;9.00</td></tr><tr><td class="border-left border-right "><strong>Child</strong></td><td class="align-left ">Child tickets are for customers aged 14 and under</td><td class="dark value border-left border-right ">&pound;5.40</td><td class="dark value border-right ">&pound;5.40</td><td class="value border-right ">&pound;6.00</td><td class="value border-right ">&pound;6.00</td></tr><tr><td class="border-left border-right "><strong>Student</strong></td><td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Senior</strong></td><td class="align-left ">Senior tickets are for customers aged 60+</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Family</strong></td><td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td><td class="dark value border-left border-right ">&pound;22.14</td><td class="dark value border-right ">&pound;24.30</td><td class="value border-right ">&pound;24.60</td><td class="value border-right ">&pound;27.00</td></tr><tr><td class="border-left border-right "><strong>Bargain Day</strong></td><td class="align-left "></td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td><td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td><td class="dark value border-left border-right border-bottom">&pound;0.80</td><td class="dark value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td></tr></tbody></table></div><h2 class="day-5 action secondary">Fri</h2><div class="tab"><table class="tickets"><thead><tr><th colspan="2" class="transparent">&nbsp;</th><th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th colspan="2" class="border-right">Standard Tickets</th></tr><tr><th class="border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr></thead><tbody><tr><td class="border-left border-right "><strong>Adult</strong></td><td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td><td class="dark value border-left border-right ">&pound;7.02</td><td class="dark value border-right ">&pound;8.10</td><td class="value border-right ">&pound;7.80</td><td class="value border-right ">&pound;9.00</td></tr><tr><td class="border-left border-right "><strong>Child</strong></td><td class="align-left ">Child tickets are for customers aged 14 and under</td><td class="dark value border-left border-right ">&pound;5.40</td><td class="dark value border-right ">&pound;5.40</td><td class="value border-right ">&pound;6.00</td><td class="value border-right ">&pound;6.00</td></tr><tr><td class="border-left border-right "><strong>Student</strong></td><td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Senior</strong></td><td class="align-left ">Senior tickets are for customers aged 60+</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Family</strong></td><td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td><td class="dark value border-left border-right ">&pound;22.14</td><td class="dark value border-right ">&pound;24.30</td><td class="value border-right ">&pound;24.60</td><td class="value border-right ">&pound;27.00</td></tr><tr><td class="border-left border-right "><strong>Bargain Day</strong></td><td class="align-left "></td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td><td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td><td class="dark value border-left border-right border-bottom">&pound;0.80</td><td class="dark value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td></tr></tbody></table></div><h2 class="day-6 action secondary">Sat</h2><div class="tab"><table class="tickets"><thead><tr><th colspan="2" class="transparent">&nbsp;</th><th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th colspan="2" class="border-right">Standard Tickets</th></tr><tr><th class="border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr></thead><tbody><tr><td class="border-left border-right "><strong>Adult</strong></td><td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td><td class="dark value border-left border-right ">&pound;7.02</td><td class="dark value border-right ">&pound;8.10</td><td class="value border-right ">&pound;7.80</td><td class="value border-right ">&pound;9.00</td></tr><tr><td class="border-left border-right "><strong>Child</strong></td><td class="align-left ">Child tickets are for customers aged 14 and under</td><td class="dark value border-left border-right ">&pound;5.40</td><td class="dark value border-right ">&pound;5.40</td><td class="value border-right ">&pound;6.00</td><td class="value border-right ">&pound;6.00</td></tr><tr><td class="border-left border-right "><strong>Student</strong></td><td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Senior</strong></td><td class="align-left ">Senior tickets are for customers aged 60+</td><td class="dark value border-left border-right ">&pound;5.76</td><td class="dark value border-right ">&pound;5.76</td><td class="value border-right ">&pound;6.40</td><td class="value border-right ">&pound;6.40</td></tr><tr><td class="border-left border-right "><strong>Family</strong></td><td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td><td class="dark value border-left border-right ">&pound;22.14</td><td class="dark value border-right ">&pound;24.30</td><td class="value border-right ">&pound;24.60</td><td class="value border-right ">&pound;27.00</td></tr><tr><td class="border-left border-right "><strong>Bargain Day</strong></td><td class="align-left "></td><td class="dark value border-left border-right ">N/A</td><td class="dark value border-right ">N/A</td><td class="value border-right ">N/A</td><td class="value border-right ">N/A</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">&pound;1.00</td><td class="dark value border-right ">&pound;1.00</td><td class="value border-right ">&pound;1.50</td><td class="value border-right ">&pound;1.50</td></tr><tr><td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td><td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td><td class="dark value border-left border-right ">&pound;2.70</td><td class="dark value border-right ">&pound;2.70</td><td class="value border-right ">&pound;3.00</td><td class="value border-right ">&pound;3.00</td></tr><tr><td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td><td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td><td class="dark value border-left border-right border-bottom">&pound;0.80</td><td class="dark value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom">&pound;0.80</td><td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td></tr></tbody></table></div></div><p class="message information"><strong>Please note:</strong> Weekend pricing applies on Bank Holidays. The cost of certain performances such as live events, theatre and opera etc may vary. Check your booking carefully before payment is made.</p><table class="extras"><thead><tr><th class="transparent">&nbsp;</th><th colspan="1" class="dark border-left border-top border-right radius-top-left"><span class="icon-logo-mycineworld">MyCineworld</span> Price</th><th colspan="1" class="border-top border-right radius-top-right">Standard Price</th></tr><tr><th class="border-top border-left radius-top-left">Additional Charges</th><th class="dark border-left border-right">3D</th><th class="border-right">3D</th></tr></thead><tbody><tr><td class="border-left "><strong>Adult</strong><span class="notes"></span></td><td class="dark value border-left border-right ">&pound;1.89</td><td class="value border-right ">&pound;2.10</td></tr><tr><td class="border-left "><strong>Child</strong><span class="notes"></span></td><td class="dark value border-left border-right ">&pound;1.35</td><td class="value border-right ">&pound;1.50</td></tr><tr><td class="border-left "><strong>Student</strong><span class="notes"></span></td><td class="dark value border-left border-right ">&pound;1.35</td><td class="value border-right ">&pound;1.50</td></tr><tr><td class="border-left "><strong>Senior</strong><span class="notes"></span></td><td class="dark value border-left border-right ">&pound;1.35</td><td class="value border-right ">&pound;1.50</td></tr><tr><td class="border-left "><strong>Family</strong><span class="notes"></span></td><td class="dark value border-left border-right ">&pound;5.04</td><td class="value border-right ">&pound;5.60</td></tr><tr><td class="border-left "><strong>Unlimited</strong><span class="notes"></span></td><td class="dark value border-left border-right ">&pound;1.50</td><td class="value border-right ">&pound;1.50</td></tr><tr><td class="border-left border-bottom radius-bottom-left"><strong>Unlimited Premium</strong><span class="notes"></span></td><td class="dark value border-left border-right border-bottom">&pound;0.00</td><td class="value border-right border-bottom radius-bottom-right">&pound;0.00</td></tr></tbody></table></div></div><div class="section light clearfix "><h1 id="services" class="ribbon">Summary of facilities</h1><ul class="unstyled clearfix services"><li><h2>Screens and Ticketing</h2><ul class="unstyled"><li class="icon-service-pre">Advance screenings</li> <li class="icon-service-dig">Digital</li> <li class="icon-service-thrd">3D</li> <li class="icon-service-vh">Venue hire</li> <li class="icon-service-eticket">E-ticketing</li></ul></li><li><h2>Food and Drink</h2><ul class="unstyled"><li class="icon-service-con">Concessions</li> <li class="icon-service-baj">Ben &amp; Jerrys Scoop Ice cream</li></ul></li><li><h2>Facilities for Families</h2><ul class="unstyled"><li class="icon-service-m4j">Movies for juniors</li></ul></li><li><h2>Accessibility</h2><ul class="unstyled"><li class="icon-service-dba">Disabled access</li> <li class="icon-service-dbp">Disabled parking</li> <li class="icon-service-sub">Subtitled</li> <li class="icon-service-gdog">Guide dogs allowed</li></ul></li></ul></div><div class="section light clearfix "><h1 id="directions" class="ribbon">How do I get there?</h1><div class="row"><div class="span6"><h2>Details</h2><address class="marker"><div class="pin primary small">1</div><strong>Cineworld Brighton</strong><br />Brighton Marina, Brighton, East Sussex BN2 5UF<br />0871 200 2000</address><div class="map interactive deferred" data-key="Aj8bhxskJR1S8CqbKYkL4SpvWzacmzzB2iTfZSwi-HFLHpPN6ISfu8wccbH6Rra4" data-width="458" data-height="400" data-coordinates="50.812631,-0.100665" data-zoom="15" data-nearby="0"><div id="bing-3" class="bing viewport" style="display: none;"></div></div></div><div class="span6"><h3>Transport Information</h3><h4>By train</h4><p>Brighton Railway Station is approx 2 miles away from the cinema. Bus 7 runs every 15 mins from the train station to the Marina at peak times</p><h4>By bus</h4><p>Numbers 7 &amp; 12 from the town centre stop near the cinema.</p><h4>By car</h4><p>Head down A23 to seafront, turn left and follow tourist signs to Brighton Marina. The cinema is 1 mile east of Brighton Pier.</p><h3>Parking</h3><p>Free multi storey car park is available nearby the cinema.</p><h3>Disabled Access</h3><h4>Disabled Parking</h4><p>Designated spaces for disabled parking are available on the lowest floor near the Asda garage</p></div></div></div><div class="section light clearfix "><h1 id="hire" class="ribbon">Hire Cineworld Brighton</h1><div class="row hire"><div class="span6"><p>Cineworld Brighton's experienced events team can provide a variety of additional audio, visual and lighting to suit all your requirements, and with flexible space at the front of our auditoria we can accommodate a variety of different staging setups.</p><p>Our professional caterers can provide anything from pastries on arrival to a full hot buffet, and we can offer fantastic corporate deals on refreshments.</p><a class="action secondary light" href="/venuehire/venues/3">Visit our venue hire website</a></div></div></div></div><div id="footer" role="contentinfo"><div class="section dark clearfix "><div class="row"><hr class="highlight" /><div class="span4"><h3>Venue hire</h3><ul><li><a href="/venuehire">Find out more</a></li></ul></div><div class="span3"><h3>My booking</h3><ul><li><a href="/checkbooking">Check my booking</a></li></ul><h3>Follow us</h3><ul class="social"><li class="twitter"><a href="http://twitter.com/cineworld" target="_blank">Twitter</a></li> <li class="facebook"><a href="http://www.facebook.com/cineworld" target="_blank">Facebook</a></li> <li class="youtube"><a href="http://www.youtube.com/user/CineworldCinemas" target="_blank">YouTube</a></li></ul></div><div class="span5"><h3>Around Cineworld</h3><ul><li><a href="/contact">Contact us</a></li> <li><a href="/terms">Terms &amp; conditions</a></li> <li><a href="/policy">Privacy policy</a></li> <li><a href="/cw/assets/downloads/cineworld_nutritional_information.pdf">Nutritional information</a></li> <li><a href="/cookies/settings">Cookie settings</a></li> <li><a href="/faq">FAQs</a></li> <li><a href="/careers">Careers</a></li> <li><a href="/press">Press</a></li> <li><a href="http://www.cineworldplc.com/" target="_blank">Cineworld Group PLC</a></li> <li><a href="/accessibility">Accessibility</a></li></ul><h3>Cineworld apps</h3><ul><li><a href="http://itunes.apple.com/gb/app/cineworld/id377707014">iPhone app</a></li> <li><a href="https://play.google.com/store/apps/details?id=com.cineworld">Android app</a></li> <li><a href="http://itunes.apple.com/gb/app/cineworld-magazine/id508350271">iPad magazine</a></li></ul></div></div><div class="row"><div class="span12 smallprint small"><p>All rights reserved Cineworld Cinemas 2013 &copy;</p></div></div></div></div></div></div></div><div id="tooltip-template-performance-unavailable" class="tooltip-box performance unavailable"><h3 data-field="title" class="default">This showtime is unavailable</h3><hr class="thin" /><p data-field="explanation" class="default">Booking is unavailable for this showtime as it may have already started, finished or been sold out.</p></div><div class="notification cookie" style="display: none;"><h1 class="">Cookies Notification</h1><div><p>This website uses cookies to provide you with a better experience.<br /><br />You can adjust your cookie settings at any time at the bottom of each page.&nbsp; If you do not adjust your settings, you are consenting to us issuing all cookies to you.<br /><br /></p><p><a href="/cookies/settings">Change settings</a><br /><a href="/cookies/about" target="_blank">Find out more about Cookies</a></p><p><a class="action primary">No, thanks</a></p><p>This notification will be automatically dismissed in <span class="remaining">15</span> seconds, <a class="dismiss">dismiss this countdown</a>.</p></div></div><script type="text/javascript" src="/cw/assets/javascript/jquery.blockui.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.lazyload.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.validate.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.form.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.tabs.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.masonry.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.fancybox.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.nivo.slider.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/zebra.datepicker.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jwplayer.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.quickbook.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.core.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.cookies.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.mycineworld.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.instant_search.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.whatson.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.tooltip.packed.js"></script> <script type="text/javascript" src="/cw/assets/javascript/initialise.packed.js"></script> <!--//--></body></html>
@@ -0,0 +1,1206 @@
1
+
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
+ <head>
5
+ <title>Bristol | Cineworld Cinemas</title>
6
+
7
+ <meta charset="UTF-8" />
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
9
+ <meta name="robots" content="index, follow" />
10
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
11
+
12
+ <link type="image/x-icon" rel="shortcut icon" href="/cw/assets/favicon.ico" />
13
+
14
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/bootstrap.packed.css" media="all" />
15
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/jquery.fancybox.packed.css" media="all" />
16
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.packed.css" media="all" />
17
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.default.packed.css" media="all" />
18
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/zebra.datepicker.packed.css" media="all" />
19
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.typography.packed.css" media="all" />
20
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.layout.packed.css" media="all" />
21
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.print.packed.css" media="print" />
22
+ <!--[if IE]>
23
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.ie.packed.css" media="all" />
24
+ <![endif]-->
25
+ <!--[if lt IE 8]>
26
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.ie7.packed.css" media="all" />
27
+ <![endif]-->
28
+
29
+ <script type="text/javascript" src="/cw/assets/javascript/log4j.packed.js"></script>
30
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.packed.js"></script>
31
+ <!--[if lt IE 8]>
32
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.pseudo.packed.js"></script>
33
+ <![endif]-->
34
+
35
+ <script type="text/javascript">
36
+ var _gaq = _gaq || [];
37
+ _gaq.push(['_setAccount', 'UA-35708014-1']);
38
+ _gaq.push(['_setDomainName', 'cineworld.co.uk']);
39
+ _gaq.push(['_trackPageview']);
40
+
41
+ (function() {
42
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
43
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
44
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
45
+ })();
46
+ </script>
47
+
48
+
49
+
50
+ <meta name="Keywords" content="" />
51
+ <meta name="Description" content="Cineworld Bristol - Hengrove Leisure Park, Hengrove Way, Bristol, BS14 0HR - Bristol Cinema Listings - Book tickets online" />
52
+ <meta name="" content=""/>
53
+
54
+
55
+
56
+ <script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>
57
+
58
+ <link rel="canonical" href="http://www.cineworld.co.uk/cinemas/bristol/information" />
59
+
60
+ <script type="text/javascript">
61
+ $(document).ready(function() {
62
+ $('.pricing .accessible-tabs').bind('after.setup', function(event, tabs) {
63
+
64
+ // Select current day for pricing table after setup
65
+ $(tabs).find('.navigation .day-' + new Date().getDay()).trigger('click');
66
+ });
67
+ });
68
+ </script>
69
+
70
+
71
+
72
+
73
+ <!-- cinwebprweb11.901e.sys.carrenza.net -->
74
+
75
+ <!-- Start Visual Website Optimizer Asynchronous Code -->
76
+ <script type='text/javascript'>
77
+ var _vwo_code=(function(){
78
+ var account_id=46415,
79
+ settings_tolerance=2000,
80
+ library_tolerance=2500,
81
+ use_existing_jquery=false,
82
+ // DO NOT EDIT BELOW THIS LINE
83
+ f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();
84
+ </script>
85
+ <!-- End Visual Website Optimizer Asynchronous Code -->
86
+ </head>
87
+
88
+ <body class="cineworld gb cinema">
89
+ <div id="fb-root"></div>
90
+
91
+ <div id="wallpaper">
92
+
93
+ <div id="header" role="banner">
94
+ <div class="container">
95
+ <h1><a href="/">Cineworld Cinemas</a></h1>
96
+
97
+ <div class="account">
98
+ <span class="icon-logo-mycineworld ">mycineworld</span>
99
+ <p>
100
+ <a class="action secondary dark" data-type="login" href="/login?location=">Login</a>
101
+ <a class="action secondary dark" data-type="register" href="/register?location=&amp;source=mycineworld&amp;favouriteCinema=-1">Register</a>
102
+ <a class="action secondary dark" data-type="why" href="/mycineworld">Find out why?</a>
103
+ </p>
104
+ </div>
105
+ </div>
106
+ </div>
107
+
108
+ <div class="navigation" role="navigation">
109
+ <ul>
110
+ <li><a href="/">Home</a></li>
111
+ <li>
112
+ <a href="/whatson">What's On</a>
113
+ <ul>
114
+ <li><a href="/events">Bollywood &amp; Live Events</a></li>
115
+ <li><a href="/whatson/category/junior">Movies for Juniors</a></li>
116
+ </ul>
117
+ </li>
118
+ <li>
119
+ <a href="/cinemas">Our Cinemas</a>
120
+ </li>
121
+ <li>
122
+ <a href="/prices">Prices</a>
123
+ </li>
124
+ <li>
125
+ <a href="/explore">Explore Cineworld</a>
126
+ <ul>
127
+ <li><a href="/explore/reald">RealD 3D</a></li>
128
+ <li><a href="/explore/imax">IMAX</a></li>
129
+ <li><a href="/explore/dbox">D-BOX</a></li>
130
+ <li><a href="/blog">Cineworld Blog</a></li>
131
+ <li><a href="/competitions">Offers &amp; Competitions</a></li>
132
+
133
+ <li><a href="/take2">Take 2 Thursdays</a></li>
134
+ <li><a href="/starbucks">Starbucks at Cineworld</a></li>
135
+ </ul>
136
+ </li>
137
+ <li>
138
+ <a href="/unlimited">Unlimited Card</a>
139
+ <ul>
140
+ <li><a href="/unlimited/howitworks">How it works</a></li>
141
+ <li><a href="/unlimited/discounts">Unlimited discounts</a></li>
142
+ <li><a href="/unlimited/premium">Premium Unlimited</a></li>
143
+ <li><a href="https://www.unlimitedcineworld.com/uk/pages/Login.aspx">Apply for Unlimited</a></li>
144
+ </ul>
145
+ </li>
146
+ <li><a href="/giftcards">Gifts</a></li>
147
+ <li>
148
+ <form action="/search" method="get" class="search" role="search" data-ajax-action="/search/suggestions">
149
+ <label class="no-margin inline">
150
+ <span class="accessible-hide-html-self">Search</span>
151
+ <input accesskey="s" autocomplete="off" placeholder="Search" type="search" name="q" />
152
+ </label>
153
+ <ol class="results"></ol>
154
+ <button type="submit">Search</button>
155
+ </form>
156
+ </li>
157
+ </ul>
158
+ </div>
159
+
160
+ <div class="container" role="main">
161
+
162
+ <!-- [SL] Site content layout -->
163
+ <div class="layout">
164
+ <div id="content" >
165
+ <div class="section dark gradient clearfix info">
166
+ <div class="row">
167
+ <div class="span8">
168
+ <h1>Cineworld Bristol
169
+ <a id="changeCinema" class="action secondary dark" href="/cinemas?path=/cinemas/id/information">Change cinema</a>
170
+ </h1>
171
+
172
+ <h2>About Bristol</h2>
173
+ <p>Cineworld Bristol is a 12 screen cinema located in a residential area just outside the city centre. The complex boasts a range of restaurants and parking on site.</p>
174
+
175
+ <ul class="unstyled navigation">
176
+ <li><a class="icon-navigation-large-food-drink" href="#services">Summary of facilities</a></li>
177
+ <li><a class="icon-navigation-large-tickets" href="#prices">How much do tickets cost?</a></li>
178
+ <li><a class="icon-navigation-large-map" href="#directions">How do I get there?</a></li>
179
+ <li><a class="icon-navigation-large-hire" href="#hire">Hire this cinema</a></li>
180
+ </ul>
181
+ </div>
182
+
183
+ <div class="span4">
184
+ <h2>What's on at Bristol</h2>
185
+
186
+ <ul class="grid films clearfix">
187
+
188
+ <li>
189
+ <div class="poster">
190
+ <a href="/whatson/6543?cinema=4">
191
+ <div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6543_poster_large.jpg" alt="Poster for Film The Hunger Games: Catching Fire" /></div>
192
+ </a>
193
+ </div>
194
+ <a href="/whatson/6543?cinema=4">The Hunger Games: Catching Fire</a>
195
+ </li>
196
+
197
+ <li>
198
+ <div class="poster">
199
+ <a href="/whatson/6830?cinema=4">
200
+ <div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6830_poster_large.jpg" alt="Poster for Film Free Birds" /></div>
201
+ </a>
202
+ </div>
203
+ <a href="/whatson/6830?cinema=4">Free Birds</a>
204
+ </li>
205
+ </ul>
206
+
207
+ <p><a class="action primary" href="/whatson?cinema=4">See all films at Bristol</a></p>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <div class="section light clearfix ">
213
+ <h1 id="prices" class="ribbon overlap">How much do tickets cost?</h1>
214
+
215
+
216
+
217
+ <div class="pricing">
218
+ <div class="panel anonymous dark">
219
+ <h2>Register free with <span class="icon-logo-mycineworld">MyCineworld</span> and save 10% on the Standard ticket price every time you book online</h2>
220
+
221
+ <a class="action mycineworld" href="/register">Sign Up</a>
222
+ <a class="action mycineworld" href="/login">Login</a>
223
+ <!-- This comment replaces content that was removed due to user's cookie settings -->
224
+ </div>
225
+
226
+ <div class="accessible-tabs" data-header="Choose the day of your performance">
227
+
228
+ <h2 class="day-0 action secondary">Sun</h2>
229
+ <div class="tab">
230
+ <table class="tickets">
231
+ <thead>
232
+ <tr>
233
+ <th colspan="2" class="transparent">&nbsp;</th>
234
+ <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
235
+ <th colspan="2" class="border-right">Standard Tickets</th>
236
+ </tr>
237
+ <tr>
238
+ <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
239
+ <th class="border-top">Details</th>
240
+ <th class="dark border-left border-right">Before 5pm</th>
241
+ <th class="dark border-right">After 5pm</th>
242
+ <th class="border-right">Before 5pm</th>
243
+ <th class="border-right">After 5pm</th>
244
+ </tr>
245
+ </thead>
246
+ <tbody>
247
+ <tr>
248
+ <td class="border-left border-right "><strong>Adult</strong></td>
249
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
250
+ <td class="dark value border-left border-right ">&pound;7.47</td>
251
+ <td class="dark value border-right ">&pound;7.47</td>
252
+ <td class="value border-right ">&pound;8.30</td>
253
+ <td class="value border-right ">&pound;8.30</td>
254
+ </tr>
255
+ <tr>
256
+ <td class="border-left border-right "><strong>Child</strong></td>
257
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
258
+ <td class="dark value border-left border-right ">&pound;5.40</td>
259
+ <td class="dark value border-right ">&pound;5.40</td>
260
+ <td class="value border-right ">&pound;6.00</td>
261
+ <td class="value border-right ">&pound;6.00</td>
262
+ </tr>
263
+ <tr>
264
+ <td class="border-left border-right "><strong>Student</strong></td>
265
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
266
+ <td class="dark value border-left border-right ">&pound;5.40</td>
267
+ <td class="dark value border-right ">&pound;5.40</td>
268
+ <td class="value border-right ">&pound;6.00</td>
269
+ <td class="value border-right ">&pound;6.00</td>
270
+ </tr>
271
+ <tr>
272
+ <td class="border-left border-right "><strong>Senior</strong></td>
273
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
274
+ <td class="dark value border-left border-right ">&pound;5.40</td>
275
+ <td class="dark value border-right ">&pound;5.40</td>
276
+ <td class="value border-right ">&pound;6.00</td>
277
+ <td class="value border-right ">&pound;6.00</td>
278
+ </tr>
279
+ <tr>
280
+ <td class="border-left border-right "><strong>Family</strong></td>
281
+ <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
282
+ <td class="dark value border-left border-right ">&pound;23.04</td>
283
+ <td class="dark value border-right ">&pound;23.04</td>
284
+ <td class="value border-right ">&pound;25.60</td>
285
+ <td class="value border-right ">&pound;25.60</td>
286
+ </tr>
287
+ <tr>
288
+ <td class="border-left border-right "><strong>Bargain Day</strong></td>
289
+ <td class="align-left "></td>
290
+ <td class="dark value border-left border-right ">N/A</td>
291
+ <td class="dark value border-right ">N/A</td>
292
+ <td class="value border-right ">N/A</td>
293
+ <td class="value border-right ">N/A</td>
294
+ </tr>
295
+ <tr>
296
+ <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
297
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
298
+ <td class="dark value border-left border-right ">N/A</td>
299
+ <td class="dark value border-right ">N/A</td>
300
+ <td class="value border-right ">N/A</td>
301
+ <td class="value border-right ">N/A</td>
302
+ </tr>
303
+ <tr>
304
+ <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
305
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
306
+ <td class="dark value border-left border-right ">N/A</td>
307
+ <td class="dark value border-right ">N/A</td>
308
+ <td class="value border-right ">N/A</td>
309
+ <td class="value border-right ">N/A</td>
310
+ </tr>
311
+ <tr>
312
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
313
+ <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
314
+ <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
315
+ <td class="dark value border-right border-bottom">&pound;0.80</td>
316
+ <td class="value border-right border-bottom">&pound;0.80</td>
317
+ <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
318
+ </tr>
319
+ </tbody>
320
+ </table>
321
+ </div>
322
+
323
+
324
+ <h2 class="day-1 action secondary">Mon</h2>
325
+ <div class="tab">
326
+ <table class="tickets">
327
+ <thead>
328
+ <tr>
329
+ <th colspan="2" class="transparent">&nbsp;</th>
330
+ <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
331
+ <th colspan="2" class="border-right">Standard Tickets</th>
332
+ </tr>
333
+ <tr>
334
+ <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
335
+ <th class="border-top">Details</th>
336
+ <th class="dark border-left border-right">Before 5pm</th>
337
+ <th class="dark border-right">After 5pm</th>
338
+ <th class="border-right">Before 5pm</th>
339
+ <th class="border-right">After 5pm</th>
340
+ </tr>
341
+ </thead>
342
+ <tbody>
343
+ <tr>
344
+ <td class="border-left border-right "><strong>Adult</strong></td>
345
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
346
+ <td class="dark value border-left border-right ">&pound;6.48</td>
347
+ <td class="dark value border-right ">&pound;7.47</td>
348
+ <td class="value border-right ">&pound;7.20</td>
349
+ <td class="value border-right ">&pound;8.30</td>
350
+ </tr>
351
+ <tr>
352
+ <td class="border-left border-right "><strong>Child</strong></td>
353
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
354
+ <td class="dark value border-left border-right ">&pound;5.40</td>
355
+ <td class="dark value border-right ">&pound;5.40</td>
356
+ <td class="value border-right ">&pound;6.00</td>
357
+ <td class="value border-right ">&pound;6.00</td>
358
+ </tr>
359
+ <tr>
360
+ <td class="border-left border-right "><strong>Student</strong></td>
361
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
362
+ <td class="dark value border-left border-right ">&pound;5.40</td>
363
+ <td class="dark value border-right ">&pound;5.40</td>
364
+ <td class="value border-right ">&pound;6.00</td>
365
+ <td class="value border-right ">&pound;6.00</td>
366
+ </tr>
367
+ <tr>
368
+ <td class="border-left border-right "><strong>Senior</strong></td>
369
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
370
+ <td class="dark value border-left border-right ">&pound;5.40</td>
371
+ <td class="dark value border-right ">&pound;5.40</td>
372
+ <td class="value border-right ">&pound;6.00</td>
373
+ <td class="value border-right ">&pound;6.00</td>
374
+ </tr>
375
+ <tr>
376
+ <td class="border-left border-right "><strong>Family</strong></td>
377
+ <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
378
+ <td class="dark value border-left border-right ">&pound;21.06</td>
379
+ <td class="dark value border-right ">&pound;23.04</td>
380
+ <td class="value border-right ">&pound;23.40</td>
381
+ <td class="value border-right ">&pound;25.60</td>
382
+ </tr>
383
+ <tr>
384
+ <td class="border-left border-right "><strong>Bargain Day</strong></td>
385
+ <td class="align-left "></td>
386
+ <td class="dark value border-left border-right ">N/A</td>
387
+ <td class="dark value border-right ">N/A</td>
388
+ <td class="value border-right ">N/A</td>
389
+ <td class="value border-right ">N/A</td>
390
+ </tr>
391
+ <tr>
392
+ <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
393
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
394
+ <td class="dark value border-left border-right ">N/A</td>
395
+ <td class="dark value border-right ">N/A</td>
396
+ <td class="value border-right ">N/A</td>
397
+ <td class="value border-right ">N/A</td>
398
+ </tr>
399
+ <tr>
400
+ <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
401
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
402
+ <td class="dark value border-left border-right ">N/A</td>
403
+ <td class="dark value border-right ">N/A</td>
404
+ <td class="value border-right ">N/A</td>
405
+ <td class="value border-right ">N/A</td>
406
+ </tr>
407
+ <tr>
408
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
409
+ <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
410
+ <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
411
+ <td class="dark value border-right border-bottom">&pound;0.80</td>
412
+ <td class="value border-right border-bottom">&pound;0.80</td>
413
+ <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
414
+ </tr>
415
+ </tbody>
416
+ </table>
417
+ </div>
418
+
419
+
420
+ <h2 class="day-2 action secondary">Tues</h2>
421
+ <div class="tab">
422
+ <table class="tickets">
423
+ <thead>
424
+ <tr>
425
+ <th colspan="2" class="transparent">&nbsp;</th>
426
+ <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
427
+ <th colspan="2" class="border-right">Standard Tickets</th>
428
+ </tr>
429
+ <tr>
430
+ <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
431
+ <th class="border-top">Details</th>
432
+ <th class="dark border-left border-right">Before 5pm</th>
433
+ <th class="dark border-right">After 5pm</th>
434
+ <th class="border-right">Before 5pm</th>
435
+ <th class="border-right">After 5pm</th>
436
+ </tr>
437
+ </thead>
438
+ <tbody>
439
+ <tr>
440
+ <td class="border-left border-right "><strong>Adult</strong></td>
441
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
442
+ <td class="dark value border-left border-right ">N/A</td>
443
+ <td class="dark value border-right ">N/A</td>
444
+ <td class="value border-right ">N/A</td>
445
+ <td class="value border-right ">N/A</td>
446
+ </tr>
447
+ <tr>
448
+ <td class="border-left border-right "><strong>Child</strong></td>
449
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
450
+ <td class="dark value border-left border-right ">N/A</td>
451
+ <td class="dark value border-right ">N/A</td>
452
+ <td class="value border-right ">N/A</td>
453
+ <td class="value border-right ">N/A</td>
454
+ </tr>
455
+ <tr>
456
+ <td class="border-left border-right "><strong>Student</strong></td>
457
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
458
+ <td class="dark value border-left border-right ">N/A</td>
459
+ <td class="dark value border-right ">N/A</td>
460
+ <td class="value border-right ">N/A</td>
461
+ <td class="value border-right ">N/A</td>
462
+ </tr>
463
+ <tr>
464
+ <td class="border-left border-right "><strong>Senior</strong></td>
465
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
466
+ <td class="dark value border-left border-right ">N/A</td>
467
+ <td class="dark value border-right ">N/A</td>
468
+ <td class="value border-right ">N/A</td>
469
+ <td class="value border-right ">N/A</td>
470
+ </tr>
471
+ <tr>
472
+ <td class="border-left border-right "><strong>Family</strong></td>
473
+ <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
474
+ <td class="dark value border-left border-right ">N/A</td>
475
+ <td class="dark value border-right ">N/A</td>
476
+ <td class="value border-right ">N/A</td>
477
+ <td class="value border-right ">N/A</td>
478
+ </tr>
479
+ <tr>
480
+ <td class="border-left border-right "><strong>Bargain Day</strong></td>
481
+ <td class="align-left "></td>
482
+ <td class="dark value border-left border-right ">&pound;5.04</td>
483
+ <td class="dark value border-right ">&pound;5.04</td>
484
+ <td class="value border-right ">&pound;5.60</td>
485
+ <td class="value border-right ">&pound;5.60</td>
486
+ </tr>
487
+ <tr>
488
+ <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
489
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
490
+ <td class="dark value border-left border-right ">N/A</td>
491
+ <td class="dark value border-right ">N/A</td>
492
+ <td class="value border-right ">N/A</td>
493
+ <td class="value border-right ">N/A</td>
494
+ </tr>
495
+ <tr>
496
+ <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
497
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
498
+ <td class="dark value border-left border-right ">N/A</td>
499
+ <td class="dark value border-right ">N/A</td>
500
+ <td class="value border-right ">N/A</td>
501
+ <td class="value border-right ">N/A</td>
502
+ </tr>
503
+ <tr>
504
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
505
+ <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
506
+ <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
507
+ <td class="dark value border-right border-bottom">&pound;0.80</td>
508
+ <td class="value border-right border-bottom">&pound;0.80</td>
509
+ <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
510
+ </tr>
511
+ </tbody>
512
+ </table>
513
+ </div>
514
+
515
+
516
+ <h2 class="day-3 action secondary">Wed</h2>
517
+ <div class="tab">
518
+ <table class="tickets">
519
+ <thead>
520
+ <tr>
521
+ <th colspan="2" class="transparent">&nbsp;</th>
522
+ <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
523
+ <th colspan="2" class="border-right">Standard Tickets</th>
524
+ </tr>
525
+ <tr>
526
+ <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
527
+ <th class="border-top">Details</th>
528
+ <th class="dark border-left border-right">Before 5pm</th>
529
+ <th class="dark border-right">After 5pm</th>
530
+ <th class="border-right">Before 5pm</th>
531
+ <th class="border-right">After 5pm</th>
532
+ </tr>
533
+ </thead>
534
+ <tbody>
535
+ <tr>
536
+ <td class="border-left border-right "><strong>Adult</strong></td>
537
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
538
+ <td class="dark value border-left border-right ">&pound;6.48</td>
539
+ <td class="dark value border-right ">&pound;7.47</td>
540
+ <td class="value border-right ">&pound;7.20</td>
541
+ <td class="value border-right ">&pound;8.30</td>
542
+ </tr>
543
+ <tr>
544
+ <td class="border-left border-right "><strong>Child</strong></td>
545
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
546
+ <td class="dark value border-left border-right ">&pound;5.40</td>
547
+ <td class="dark value border-right ">&pound;5.40</td>
548
+ <td class="value border-right ">&pound;6.00</td>
549
+ <td class="value border-right ">&pound;6.00</td>
550
+ </tr>
551
+ <tr>
552
+ <td class="border-left border-right "><strong>Student</strong></td>
553
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
554
+ <td class="dark value border-left border-right ">&pound;5.40</td>
555
+ <td class="dark value border-right ">&pound;5.40</td>
556
+ <td class="value border-right ">&pound;6.00</td>
557
+ <td class="value border-right ">&pound;6.00</td>
558
+ </tr>
559
+ <tr>
560
+ <td class="border-left border-right "><strong>Senior</strong></td>
561
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
562
+ <td class="dark value border-left border-right ">&pound;5.40</td>
563
+ <td class="dark value border-right ">&pound;5.40</td>
564
+ <td class="value border-right ">&pound;6.00</td>
565
+ <td class="value border-right ">&pound;6.00</td>
566
+ </tr>
567
+ <tr>
568
+ <td class="border-left border-right "><strong>Family</strong></td>
569
+ <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
570
+ <td class="dark value border-left border-right ">&pound;21.06</td>
571
+ <td class="dark value border-right ">&pound;23.04</td>
572
+ <td class="value border-right ">&pound;23.40</td>
573
+ <td class="value border-right ">&pound;25.60</td>
574
+ </tr>
575
+ <tr>
576
+ <td class="border-left border-right "><strong>Bargain Day</strong></td>
577
+ <td class="align-left "></td>
578
+ <td class="dark value border-left border-right ">N/A</td>
579
+ <td class="dark value border-right ">N/A</td>
580
+ <td class="value border-right ">N/A</td>
581
+ <td class="value border-right ">N/A</td>
582
+ </tr>
583
+ <tr>
584
+ <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
585
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
586
+ <td class="dark value border-left border-right ">N/A</td>
587
+ <td class="dark value border-right ">N/A</td>
588
+ <td class="value border-right ">N/A</td>
589
+ <td class="value border-right ">N/A</td>
590
+ </tr>
591
+ <tr>
592
+ <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
593
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
594
+ <td class="dark value border-left border-right ">N/A</td>
595
+ <td class="dark value border-right ">N/A</td>
596
+ <td class="value border-right ">N/A</td>
597
+ <td class="value border-right ">N/A</td>
598
+ </tr>
599
+ <tr>
600
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
601
+ <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
602
+ <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
603
+ <td class="dark value border-right border-bottom">&pound;0.80</td>
604
+ <td class="value border-right border-bottom">&pound;0.80</td>
605
+ <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
606
+ </tr>
607
+ </tbody>
608
+ </table>
609
+ </div>
610
+
611
+
612
+ <h2 class="day-4 action secondary">Thurs</h2>
613
+ <div class="tab">
614
+ <table class="tickets">
615
+ <thead>
616
+ <tr>
617
+ <th colspan="2" class="transparent">&nbsp;</th>
618
+ <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
619
+ <th colspan="2" class="border-right">Standard Tickets</th>
620
+ </tr>
621
+ <tr>
622
+ <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
623
+ <th class="border-top">Details</th>
624
+ <th class="dark border-left border-right">Before 5pm</th>
625
+ <th class="dark border-right">After 5pm</th>
626
+ <th class="border-right">Before 5pm</th>
627
+ <th class="border-right">After 5pm</th>
628
+ </tr>
629
+ </thead>
630
+ <tbody>
631
+ <tr>
632
+ <td class="border-left border-right "><strong>Adult</strong></td>
633
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
634
+ <td class="dark value border-left border-right ">&pound;6.48</td>
635
+ <td class="dark value border-right ">&pound;7.47</td>
636
+ <td class="value border-right ">&pound;7.20</td>
637
+ <td class="value border-right ">&pound;8.30</td>
638
+ </tr>
639
+ <tr>
640
+ <td class="border-left border-right "><strong>Child</strong></td>
641
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
642
+ <td class="dark value border-left border-right ">&pound;5.40</td>
643
+ <td class="dark value border-right ">&pound;5.40</td>
644
+ <td class="value border-right ">&pound;6.00</td>
645
+ <td class="value border-right ">&pound;6.00</td>
646
+ </tr>
647
+ <tr>
648
+ <td class="border-left border-right "><strong>Student</strong></td>
649
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
650
+ <td class="dark value border-left border-right ">&pound;5.40</td>
651
+ <td class="dark value border-right ">&pound;5.40</td>
652
+ <td class="value border-right ">&pound;6.00</td>
653
+ <td class="value border-right ">&pound;6.00</td>
654
+ </tr>
655
+ <tr>
656
+ <td class="border-left border-right "><strong>Senior</strong></td>
657
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
658
+ <td class="dark value border-left border-right ">&pound;5.40</td>
659
+ <td class="dark value border-right ">&pound;5.40</td>
660
+ <td class="value border-right ">&pound;6.00</td>
661
+ <td class="value border-right ">&pound;6.00</td>
662
+ </tr>
663
+ <tr>
664
+ <td class="border-left border-right "><strong>Family</strong></td>
665
+ <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
666
+ <td class="dark value border-left border-right ">&pound;21.06</td>
667
+ <td class="dark value border-right ">&pound;23.04</td>
668
+ <td class="value border-right ">&pound;23.40</td>
669
+ <td class="value border-right ">&pound;25.60</td>
670
+ </tr>
671
+ <tr>
672
+ <td class="border-left border-right "><strong>Bargain Day</strong></td>
673
+ <td class="align-left "></td>
674
+ <td class="dark value border-left border-right ">N/A</td>
675
+ <td class="dark value border-right ">N/A</td>
676
+ <td class="value border-right ">N/A</td>
677
+ <td class="value border-right ">N/A</td>
678
+ </tr>
679
+ <tr>
680
+ <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
681
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
682
+ <td class="dark value border-left border-right ">N/A</td>
683
+ <td class="dark value border-right ">N/A</td>
684
+ <td class="value border-right ">N/A</td>
685
+ <td class="value border-right ">N/A</td>
686
+ </tr>
687
+ <tr>
688
+ <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
689
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
690
+ <td class="dark value border-left border-right ">N/A</td>
691
+ <td class="dark value border-right ">N/A</td>
692
+ <td class="value border-right ">N/A</td>
693
+ <td class="value border-right ">N/A</td>
694
+ </tr>
695
+ <tr>
696
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
697
+ <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
698
+ <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
699
+ <td class="dark value border-right border-bottom">&pound;0.80</td>
700
+ <td class="value border-right border-bottom">&pound;0.80</td>
701
+ <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
702
+ </tr>
703
+ </tbody>
704
+ </table>
705
+ </div>
706
+
707
+
708
+ <h2 class="day-5 action secondary">Fri</h2>
709
+ <div class="tab">
710
+ <table class="tickets">
711
+ <thead>
712
+ <tr>
713
+ <th colspan="2" class="transparent">&nbsp;</th>
714
+ <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
715
+ <th colspan="2" class="border-right">Standard Tickets</th>
716
+ </tr>
717
+ <tr>
718
+ <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
719
+ <th class="border-top">Details</th>
720
+ <th class="dark border-left border-right">Before 5pm</th>
721
+ <th class="dark border-right">After 5pm</th>
722
+ <th class="border-right">Before 5pm</th>
723
+ <th class="border-right">After 5pm</th>
724
+ </tr>
725
+ </thead>
726
+ <tbody>
727
+ <tr>
728
+ <td class="border-left border-right "><strong>Adult</strong></td>
729
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
730
+ <td class="dark value border-left border-right ">&pound;6.48</td>
731
+ <td class="dark value border-right ">&pound;7.47</td>
732
+ <td class="value border-right ">&pound;7.20</td>
733
+ <td class="value border-right ">&pound;8.30</td>
734
+ </tr>
735
+ <tr>
736
+ <td class="border-left border-right "><strong>Child</strong></td>
737
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
738
+ <td class="dark value border-left border-right ">&pound;5.40</td>
739
+ <td class="dark value border-right ">&pound;5.40</td>
740
+ <td class="value border-right ">&pound;6.00</td>
741
+ <td class="value border-right ">&pound;6.00</td>
742
+ </tr>
743
+ <tr>
744
+ <td class="border-left border-right "><strong>Student</strong></td>
745
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
746
+ <td class="dark value border-left border-right ">&pound;5.40</td>
747
+ <td class="dark value border-right ">&pound;5.40</td>
748
+ <td class="value border-right ">&pound;6.00</td>
749
+ <td class="value border-right ">&pound;6.00</td>
750
+ </tr>
751
+ <tr>
752
+ <td class="border-left border-right "><strong>Senior</strong></td>
753
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
754
+ <td class="dark value border-left border-right ">&pound;5.40</td>
755
+ <td class="dark value border-right ">&pound;5.40</td>
756
+ <td class="value border-right ">&pound;6.00</td>
757
+ <td class="value border-right ">&pound;6.00</td>
758
+ </tr>
759
+ <tr>
760
+ <td class="border-left border-right "><strong>Family</strong></td>
761
+ <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
762
+ <td class="dark value border-left border-right ">&pound;21.06</td>
763
+ <td class="dark value border-right ">&pound;23.04</td>
764
+ <td class="value border-right ">&pound;23.40</td>
765
+ <td class="value border-right ">&pound;25.60</td>
766
+ </tr>
767
+ <tr>
768
+ <td class="border-left border-right "><strong>Bargain Day</strong></td>
769
+ <td class="align-left "></td>
770
+ <td class="dark value border-left border-right ">N/A</td>
771
+ <td class="dark value border-right ">N/A</td>
772
+ <td class="value border-right ">N/A</td>
773
+ <td class="value border-right ">N/A</td>
774
+ </tr>
775
+ <tr>
776
+ <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
777
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
778
+ <td class="dark value border-left border-right ">N/A</td>
779
+ <td class="dark value border-right ">N/A</td>
780
+ <td class="value border-right ">N/A</td>
781
+ <td class="value border-right ">N/A</td>
782
+ </tr>
783
+ <tr>
784
+ <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
785
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
786
+ <td class="dark value border-left border-right ">N/A</td>
787
+ <td class="dark value border-right ">N/A</td>
788
+ <td class="value border-right ">N/A</td>
789
+ <td class="value border-right ">N/A</td>
790
+ </tr>
791
+ <tr>
792
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
793
+ <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
794
+ <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
795
+ <td class="dark value border-right border-bottom">&pound;0.80</td>
796
+ <td class="value border-right border-bottom">&pound;0.80</td>
797
+ <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
798
+ </tr>
799
+ </tbody>
800
+ </table>
801
+ </div>
802
+
803
+
804
+ <h2 class="day-6 action secondary">Sat</h2>
805
+ <div class="tab">
806
+ <table class="tickets">
807
+ <thead>
808
+ <tr>
809
+ <th colspan="2" class="transparent">&nbsp;</th>
810
+ <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
811
+ <th colspan="2" class="border-right">Standard Tickets</th>
812
+ </tr>
813
+ <tr>
814
+ <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
815
+ <th class="border-top">Details</th>
816
+ <th class="dark border-left border-right">Before 5pm</th>
817
+ <th class="dark border-right">After 5pm</th>
818
+ <th class="border-right">Before 5pm</th>
819
+ <th class="border-right">After 5pm</th>
820
+ </tr>
821
+ </thead>
822
+ <tbody>
823
+ <tr>
824
+ <td class="border-left border-right "><strong>Adult</strong></td>
825
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
826
+ <td class="dark value border-left border-right ">&pound;7.47</td>
827
+ <td class="dark value border-right ">&pound;7.47</td>
828
+ <td class="value border-right ">&pound;8.30</td>
829
+ <td class="value border-right ">&pound;8.30</td>
830
+ </tr>
831
+ <tr>
832
+ <td class="border-left border-right "><strong>Child</strong></td>
833
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
834
+ <td class="dark value border-left border-right ">&pound;5.40</td>
835
+ <td class="dark value border-right ">&pound;5.40</td>
836
+ <td class="value border-right ">&pound;6.00</td>
837
+ <td class="value border-right ">&pound;6.00</td>
838
+ </tr>
839
+ <tr>
840
+ <td class="border-left border-right "><strong>Student</strong></td>
841
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
842
+ <td class="dark value border-left border-right ">&pound;5.40</td>
843
+ <td class="dark value border-right ">&pound;5.40</td>
844
+ <td class="value border-right ">&pound;6.00</td>
845
+ <td class="value border-right ">&pound;6.00</td>
846
+ </tr>
847
+ <tr>
848
+ <td class="border-left border-right "><strong>Senior</strong></td>
849
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
850
+ <td class="dark value border-left border-right ">&pound;5.40</td>
851
+ <td class="dark value border-right ">&pound;5.40</td>
852
+ <td class="value border-right ">&pound;6.00</td>
853
+ <td class="value border-right ">&pound;6.00</td>
854
+ </tr>
855
+ <tr>
856
+ <td class="border-left border-right "><strong>Family</strong></td>
857
+ <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
858
+ <td class="dark value border-left border-right ">&pound;23.04</td>
859
+ <td class="dark value border-right ">&pound;23.04</td>
860
+ <td class="value border-right ">&pound;25.60</td>
861
+ <td class="value border-right ">&pound;25.60</td>
862
+ </tr>
863
+ <tr>
864
+ <td class="border-left border-right "><strong>Bargain Day</strong></td>
865
+ <td class="align-left "></td>
866
+ <td class="dark value border-left border-right ">N/A</td>
867
+ <td class="dark value border-right ">N/A</td>
868
+ <td class="value border-right ">N/A</td>
869
+ <td class="value border-right ">N/A</td>
870
+ </tr>
871
+ <tr>
872
+ <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
873
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
874
+ <td class="dark value border-left border-right ">&pound;1.00</td>
875
+ <td class="dark value border-right ">N/A</td>
876
+ <td class="value border-right ">&pound;1.50</td>
877
+ <td class="value border-right ">N/A</td>
878
+ </tr>
879
+ <tr>
880
+ <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
881
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
882
+ <td class="dark value border-left border-right ">&pound;2.70</td>
883
+ <td class="dark value border-right ">N/A</td>
884
+ <td class="value border-right ">&pound;3.00</td>
885
+ <td class="value border-right ">N/A</td>
886
+ </tr>
887
+ <tr>
888
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
889
+ <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
890
+ <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
891
+ <td class="dark value border-right border-bottom">&pound;0.80</td>
892
+ <td class="value border-right border-bottom">&pound;0.80</td>
893
+ <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
894
+ </tr>
895
+ </tbody>
896
+ </table>
897
+ </div>
898
+
899
+ </div>
900
+
901
+ <p class="message information"><strong>Please note:</strong> Weekend pricing applies on Bank Holidays. The cost of certain performances such as live events, theatre and opera etc may vary. Check your booking carefully before payment is made.</p>
902
+
903
+
904
+ <table class="extras">
905
+ <thead>
906
+ <tr>
907
+ <th class="transparent">&nbsp;</th>
908
+ <th colspan="1" class="dark border-left border-top border-right radius-top-left"><span class="icon-logo-mycineworld">MyCineworld</span> Price</th>
909
+ <th colspan="1" class="border-top border-right radius-top-right">Standard Price</th>
910
+ </tr>
911
+ <tr>
912
+ <th class="border-top border-left radius-top-left">Additional Charges</th>
913
+ <th class="dark border-left border-right">3D</th>
914
+ <th class="border-right">3D</th>
915
+ </tr>
916
+ </thead>
917
+ <tbody>
918
+ <tr>
919
+ <td class="border-left "><strong>Adult</strong><span class="notes"></span></td>
920
+ <td class="dark value border-left border-right ">&pound;1.89</td>
921
+
922
+ <td class="value border-right ">&pound;2.10</td>
923
+ </tr>
924
+ <tr>
925
+ <td class="border-left "><strong>Child</strong><span class="notes"></span></td>
926
+ <td class="dark value border-left border-right ">&pound;1.35</td>
927
+
928
+ <td class="value border-right ">&pound;1.50</td>
929
+ </tr>
930
+ <tr>
931
+ <td class="border-left "><strong>Student</strong><span class="notes"></span></td>
932
+ <td class="dark value border-left border-right ">&pound;1.35</td>
933
+
934
+ <td class="value border-right ">&pound;1.50</td>
935
+ </tr>
936
+ <tr>
937
+ <td class="border-left "><strong>Senior</strong><span class="notes"></span></td>
938
+ <td class="dark value border-left border-right ">&pound;1.35</td>
939
+
940
+ <td class="value border-right ">&pound;1.50</td>
941
+ </tr>
942
+ <tr>
943
+ <td class="border-left "><strong>Family</strong><span class="notes"></span></td>
944
+ <td class="dark value border-left border-right ">&pound;5.04</td>
945
+
946
+ <td class="value border-right ">&pound;5.60</td>
947
+ </tr>
948
+ <tr>
949
+ <td class="border-left "><strong>Unlimited</strong><span class="notes"></span></td>
950
+ <td class="dark value border-left border-right ">&pound;1.50</td>
951
+
952
+ <td class="value border-right ">&pound;1.50</td>
953
+ </tr>
954
+ <tr>
955
+ <td class="border-left border-bottom radius-bottom-left"><strong>Unlimited Premium</strong><span class="notes"></span></td>
956
+ <td class="dark value border-left border-right border-bottom">&pound;0.00</td>
957
+
958
+ <td class="value border-right border-bottom radius-bottom-right">&pound;0.00</td>
959
+ </tr>
960
+ </tbody>
961
+ </table>
962
+
963
+
964
+ </div>
965
+
966
+
967
+ </div>
968
+
969
+ <div class="section light clearfix ">
970
+ <h1 id="services" class="ribbon">Summary of facilities</h1>
971
+
972
+ <ul class="unstyled clearfix services">
973
+ <li>
974
+ <h2>Screens and Ticketing</h2>
975
+ <ul class="unstyled">
976
+ <li class="icon-service-pre">Advance screenings</li>
977
+ <li class="icon-service-vh">Venue hire</li>
978
+ <li class="icon-service-eticket">E-ticketing</li>
979
+ </ul>
980
+ </li>
981
+ <li>
982
+ <h2>Food and Drink</h2>
983
+ <ul class="unstyled">
984
+ <li class="icon-service-con">Concessions</li>
985
+ </ul>
986
+ </li>
987
+ <li>
988
+ <h2>Facilities for Families</h2>
989
+ <ul class="unstyled">
990
+ <li class="icon-service-m4j">Movies for juniors</li>
991
+ <li class="icon-service-au">Autism Friendly</li>
992
+ </ul>
993
+ </li>
994
+ <li>
995
+ <h2>Accessibility</h2>
996
+ <ul class="unstyled">
997
+ <li class="icon-service-dba">Disabled access</li>
998
+ <li class="icon-service-dbp">Disabled parking</li>
999
+ <li class="icon-service-gdog">Guide dogs allowed</li>
1000
+ </ul>
1001
+ </li>
1002
+ </ul>
1003
+ </div>
1004
+
1005
+
1006
+ <div class="section light clearfix ">
1007
+ <h1 id="directions" class="ribbon">How do I get there?</h1>
1008
+
1009
+ <div class="row">
1010
+ <div class="span6">
1011
+ <h2>Details</h2>
1012
+ <address class="marker">
1013
+ <div class="pin primary small">1</div>
1014
+ <strong>Cineworld Bristol</strong>
1015
+ <br />Hengrove Leisure Park, Hengrove Way, Bristol BS14 0HR
1016
+ <br />0871 200 2000
1017
+ </address>
1018
+
1019
+ <div class="map interactive deferred" data-key="Aj8bhxskJR1S8CqbKYkL4SpvWzacmzzB2iTfZSwi-HFLHpPN6ISfu8wccbH6Rra4" data-width="458" data-height="400" data-coordinates="51.416345,-2.587141" data-zoom="15" data-nearby="0" >
1020
+ <div id="bing-4" class="bing viewport" style="display: none;"></div>
1021
+ </div>
1022
+ </div>
1023
+ <div class="span6">
1024
+ <h3>Transport Information</h3>
1025
+ <h4>By train</h4>
1026
+ <p>Bristol temple Meads Station is approx 3 and a half miles away from the cinema.</p>
1027
+ <h4>By bus</h4>
1028
+ <p>From Bristol City: Service No&rsquo;s 52, 75, 76 and 90 to Hengrove Depot stop near the Co-Op Garage opposite the leisure park where the cinema is located.</p>
1029
+ <h4>By car</h4>
1030
+ <p>Coming from the M32, Leave at junction signposted A4174 Ring road, follow Ringroad all the way through until Hicks Gate roundabout, take the 3rd exit on the roundabout taking you onto the A4 Bath road, this goes through Brislington. Go through the first crossroads, and then at the 3rd set of lights turn left signposted Knowle / Hengrove. Follow this road all the way through, at the 3rd set of traffic lights turn left into Hengrove leisure park where the cinema is. Coming from Bath, Follow the A4 through into Brislington, then turn left once signposted for Knowle / Hengrove / Bristol Airport. Again this will take you on the same road as mentioned above, turning left opposite the garage.</p>
1031
+ <h3>Parking</h3>
1032
+ <p>Parking for 400 cars is available near the cinema.</p>
1033
+ <h3>Disabled Access</h3>
1034
+ <h4>Disabled Parking</h4>
1035
+ <p>There is a disabled parking area outside the front of the cinema with 15 spaces.</p>
1036
+ </div>
1037
+ </div>
1038
+
1039
+ </div>
1040
+
1041
+
1042
+ <div class="section light clearfix ">
1043
+ <h1 id="hire" class="ribbon">Hire Cineworld Bristol</h1>
1044
+
1045
+ <div class="row hire">
1046
+ <div class="span6">
1047
+ <p>Cineworld Bristol's experienced events team can provide a variety of additional audio, visual and lighting to suit all your requirements, and with flexible space at the front of our auditoria we can accommodate a variety of different staging setups.</p>
1048
+ <p>Our professional caterers can provide anything from pastries on arrival to a full hot buffet, and we can offer fantastic corporate deals on refreshments.</p>
1049
+ <a class="action secondary light" href="/venuehire/venues/4">Visit our venue hire website</a>
1050
+ </div>
1051
+ </div>
1052
+ </div>
1053
+ </div>
1054
+
1055
+
1056
+ <div id="footer" role="contentinfo">
1057
+ <div class="section dark clearfix ">
1058
+
1059
+ <div class="row">
1060
+
1061
+ <hr class="highlight" />
1062
+
1063
+ <div class="span4">
1064
+ <h3>Venue hire</h3>
1065
+ <ul>
1066
+ <li><a href="/venuehire">Find out more</a></li>
1067
+ </ul>
1068
+ </div>
1069
+
1070
+ <div class="span3">
1071
+ <h3>My booking</h3>
1072
+ <ul>
1073
+ <li><a href="/checkbooking">Check my booking</a></li>
1074
+ </ul>
1075
+
1076
+ <h3>Follow us</h3>
1077
+ <ul class="social">
1078
+ <li class="twitter"><a href="http://twitter.com/cineworld" target="_blank">Twitter</a></li>
1079
+ <li class="facebook"><a href="http://www.facebook.com/cineworld" target="_blank">Facebook</a></li>
1080
+ <li class="youtube"><a href="http://www.youtube.com/user/CineworldCinemas" target="_blank">YouTube</a></li>
1081
+ </ul>
1082
+ </div>
1083
+
1084
+ <div class="span5">
1085
+ <h3>Around Cineworld</h3>
1086
+ <ul>
1087
+ <li><a href="/contact">Contact us</a></li>
1088
+ <li><a href="/terms">Terms &amp; conditions</a></li>
1089
+ <li><a href="/policy">Privacy policy</a></li>
1090
+ <li><a href="/cw/assets/downloads/cineworld_nutritional_information.pdf">Nutritional information</a></li>
1091
+ <li><a href="/cookies/settings">Cookie settings</a></li>
1092
+ <li><a href="/faq">FAQs</a></li>
1093
+ <li><a href="/careers">Careers</a></li>
1094
+ <li><a href="/press">Press</a></li>
1095
+ <li><a href="http://www.cineworldplc.com/" target="_blank">Cineworld Group PLC</a></li>
1096
+ <li><a href="/accessibility">Accessibility</a></li>
1097
+ </ul>
1098
+
1099
+ <h3>Cineworld apps</h3>
1100
+ <ul>
1101
+ <li><a href="http://itunes.apple.com/gb/app/cineworld/id377707014">iPhone app</a></li>
1102
+ <li><a href="https://play.google.com/store/apps/details?id=com.cineworld">Android app</a></li>
1103
+ <li><a href="http://itunes.apple.com/gb/app/cineworld-magazine/id508350271">iPad magazine</a></li>
1104
+ </ul>
1105
+ </div>
1106
+
1107
+ </div>
1108
+
1109
+
1110
+ <div class="row">
1111
+ <div class="span12 smallprint small">
1112
+ <p>All rights reserved Cineworld Cinemas 2013 &copy;</p>
1113
+ </div>
1114
+ </div>
1115
+
1116
+ </div>
1117
+ </div>
1118
+ </div>
1119
+ <!-- [SL] end -->
1120
+ </div>
1121
+ </div>
1122
+
1123
+ <div id="tooltip-template-performance-unavailable" class="tooltip-box performance unavailable">
1124
+ <h3 data-field="title" class="default">This showtime is unavailable</h3>
1125
+ <hr class="thin" />
1126
+ <p data-field="explanation" class="default">Booking is unavailable for this showtime as it may have already started, finished or been sold out.</p>
1127
+ </div>
1128
+
1129
+ <div class="notification cookie" style="display: none;">
1130
+ <h1 class="">Cookies Notification</h1>
1131
+ <div>
1132
+ <p>This website uses cookies to provide you with a better experience.<br /><br />You can adjust your cookie settings at any time at the bottom of each page.&nbsp; If you do not adjust your settings, you are consenting to us issuing all cookies to you.<br /><br /></p>
1133
+ <p>
1134
+ <a href="/cookies/settings">Change settings</a><br />
1135
+ <a href="/cookies/about" target="_blank">Find out more about Cookies</a>
1136
+ </p>
1137
+ <p>
1138
+ <a class="action primary">Close</a>
1139
+ </p>
1140
+
1141
+ <p>This notification will be automatically dismissed in <span class="remaining">15</span> seconds, <a class="dismiss">dismiss this countdown</a>.</p>
1142
+ </div>
1143
+ </div>
1144
+
1145
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.blockui.packed.js"></script>
1146
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.lazyload.packed.js"></script>
1147
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.validate.packed.js"></script>
1148
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.form.packed.js"></script>
1149
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.tabs.packed.js"></script>
1150
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.masonry.packed.js"></script>
1151
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.fancybox.packed.js"></script>
1152
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.nivo.slider.packed.js"></script>
1153
+ <script type="text/javascript" src="/cw/assets/javascript/zebra.datepicker.packed.js"></script>
1154
+ <script type="text/javascript" src="/cw/assets/javascript/jwplayer.packed.js"></script>
1155
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.quickbook.packed.js"></script>
1156
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.core.packed.js"></script>
1157
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.cookies.packed.js"></script>
1158
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.mycineworld.packed.js"></script>
1159
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.instant_search.packed.js"></script>
1160
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.whatson.packed.js"></script>
1161
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.tooltip.packed.js"></script>
1162
+ <script type="text/javascript" src="/cw/assets/javascript/initialise.packed.js"></script>
1163
+
1164
+
1165
+
1166
+ <script type="text/javascript">
1167
+ // WebTrends SmartSource Data Collector Tag v10.2.81
1168
+ // Copyright (c) 2013 Webtrends Inc. All rights reserved.
1169
+ // Tag Builder Version: 4.1.0.49
1170
+ // Created: 2013.03.09
1171
+ window.webtrendsAsyncInit=function(){
1172
+ var dcs=new Webtrends.dcs().init({
1173
+ dcsid:"dcskzgl9m000000w4dyp4senq_3i2w",
1174
+ domain:"statse.webtrendslive.com",
1175
+ timezone:0,
1176
+ i18n:true,
1177
+ adimpressions:true,
1178
+ adsparam:"WT.ac",
1179
+ offsite:true,
1180
+ download:true,
1181
+ downloadtypes:"xls,doc,pdf,txt,csv,zip,docx,xlsx,rar,gzip",
1182
+ onsitedoms:"cineworld.co.uk",
1183
+ fpcdom:"cineworld.co.uk"
1184
+ }).track();
1185
+ };
1186
+ (function(){
1187
+ var s=document.createElement("script"); s.async=true; s.src="/cw/assets/javascript/webtrends.packed.js";
1188
+ var s2=document.getElementsByTagName("script")[0]; s2.parentNode.insertBefore(s,s2);
1189
+ }());
1190
+ </script>
1191
+
1192
+
1193
+ <noscript>
1194
+ <img alt="dcsimg" id="dcsimg" width="1" height="1" src="http://statse.webtrendslive.com/dcskzgl9m000000w4dyp4senq_3i2w/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=10.2.81&amp;dcssip=cineworld.co.uk&amp;" />
1195
+ </noscript>
1196
+
1197
+ <script type="text/javascript">
1198
+ //<![CDATA[
1199
+ (function() {
1200
+ var _analytics_scr = document.createElement('script');
1201
+ _analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=2977d8d74f63d7f8fedbea018b7a1d05&ns=1';
1202
+ var _analytics_elem = document.getElementsByTagName('script')[0]; _analytics_elem.parentNode.insertBefore(_analytics_scr, _analytics_elem);
1203
+ })();
1204
+ // ]]>
1205
+ </script></body>
1206
+ </html>