cineworld_uk 1.0.5 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/CHANGELOG.md +64 -0
  4. data/README.md +2 -1
  5. data/cineworld_uk.gemspec +3 -3
  6. data/lib/cineworld_uk/cinema.rb +60 -69
  7. data/lib/cineworld_uk/film.rb +25 -7
  8. data/lib/cineworld_uk/internal/film_with_screenings_parser.rb +29 -71
  9. data/lib/cineworld_uk/internal/name_parser.rb +20 -18
  10. data/lib/cineworld_uk/internal/screening_parser.rb +132 -0
  11. data/lib/cineworld_uk/internal/titleize.rb +19 -19
  12. data/lib/cineworld_uk/internal/website.rb +33 -0
  13. data/lib/cineworld_uk/internal/whatson_parser.rb +44 -0
  14. data/lib/cineworld_uk/screening.rb +65 -20
  15. data/lib/cineworld_uk/version.rb +2 -2
  16. data/lib/cineworld_uk.rb +4 -0
  17. data/test/fixture_updater.rb +64 -0
  18. data/test/fixtures/cinemas.html +134 -41
  19. data/test/fixtures/{cinemas/bury-st-edmunds.html → information/brighton.html} +488 -437
  20. data/test/fixtures/{cinemas → information}/bristol.html +463 -410
  21. data/test/fixtures/whatson/brighton/film_first.html +775 -0
  22. data/test/fixtures/whatson/brighton/film_last.html +52 -0
  23. data/test/fixtures/whatson/brighton/film_second.html +645 -0
  24. data/test/fixtures/whatson/brighton.html +3564 -2690
  25. data/test/fixtures/whatson/glasgow-imax-at-gsc/film_first.html +140 -0
  26. data/test/fixtures/whatson/the-o2-greenwich/film_first.html +1242 -0
  27. data/test/lib/cineworld_uk/cinema_test.rb +104 -301
  28. data/test/lib/cineworld_uk/film_test.rb +49 -2
  29. data/test/lib/cineworld_uk/internal/film_with_screenings_parser_test.rb +83 -81
  30. data/test/lib/cineworld_uk/internal/titleize_test.rb +12 -5
  31. data/test/lib/cineworld_uk/internal/website_test.rb +57 -0
  32. data/test/lib/cineworld_uk/internal/whatson_parser_test.rb +58 -0
  33. data/test/lib/cineworld_uk/screening_test.rb +155 -23
  34. data/test/lib/cineworld_uk/version_test.rb +1 -1
  35. data/test/test_helper.rb +3 -1
  36. metadata +30 -33
  37. data/test/fixtures/cinemas/brighton.html +0 -8
  38. data/test/fixtures/cinemas/chelsea.html +0 -1030
  39. data/test/fixtures/cinemas/glasgow-imax-at-gsc.html +0 -916
  40. data/test/fixtures/cinemas/the-o2-grenwich.html +0 -1191
  41. data/test/fixtures/whatson/brighton/gravity.html +0 -2129
  42. data/test/fixtures/whatson/glasgow-imax-at-gsc/the-hunger-games-catching-fire.html +0 -498
  43. data/test/fixtures/whatson/glasgow-imax-at-gsc-cinema.html +0 -3160
  44. data/test/fixtures/whatson/the-o2-greenwich/gravity.html +0 -784
  45. data/test/fixtures/whatson/the-o2-greenwich/the-hobbit-desolation-of-smaug.html +0 -764
  46. data/test/fixtures/whatson/the-o2-greenwich.html +0 -6854
  47. data/test/fixtures/whatson/wandsworth.html +0 -13729
@@ -2,28 +2,52 @@
2
2
  <!DOCTYPE html>
3
3
  <html lang="en">
4
4
  <head>
5
- <title>Bury St. Edmunds | Cineworld Cinemas</title>
5
+ <title>Brighton | Cineworld Cinemas</title>
6
6
 
7
7
  <meta charset="UTF-8" />
8
8
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
9
9
  <meta name="robots" content="index, follow" />
10
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
11
10
 
12
- <link type="image/x-icon" rel="shortcut icon" href="/cw/assets/favicon.ico" />
11
+ <meta name="viewport" content="user-scalable=yes, width=1280, minimum-scale=0.5, maximum-scale=3.0" />
12
+
13
+ <link rel="shortcut icon" type="image/x-icon" href="/cw/assets/favicon.ico" />
14
+ <link rel="icon" type="image/png" href="/cw/assets/favicon-196x196.png" sizes="196x196" />
15
+ <link rel="icon" type="image/png" href="/cw/assets/favicon-160x160.png" sizes="160x160" />
16
+ <link rel="icon" type="image/png" href="/cw/assets/favicon-96x96.png" sizes="96x96" />
17
+ <link rel="icon" type="image/png" href="/cw/assets/favicon-32x32.png" sizes="32x32" />
18
+ <link rel="icon" type="image/png" href="/cw/assets/favicon-16x16.png" sizes="16x16" />
19
+
20
+
21
+ <meta name="application-name" content="Cineworld Cinemas" />
22
+ <meta name="msapplication-tooltip" content="Cineworld Cinemas" />
23
+ <meta name="msapplication-starturl" content="http://www.cineworld.co.uk" />
24
+ <meta name="msapplication-task" content="name=Home; action-uri=http://www.cineworld.co.uk; icon-uri=http://www.cineworld.co.uk/cw/assets/favicon.ico;" />
25
+ <meta name="msapplication-task" content="name=What's On; action-uri=http://www.cineworld.co.uk/whatson; icon-uri=http://www.cineworld.co.uk/cw/assets/favicon.ico;" />
26
+ <meta name="msapplication-task" content="name=Our Cinemas; action-uri=http://www.cineworld.co.uk/cinemas; icon-uri=http://www.cineworld.co.uk/cw/assets/favicon.ico;" />
27
+ <meta name="msapplication-task" content="name=Explore Cineworld; action-uri=http://www.cineworld.co.uk/explore; icon-uri=http://www.cineworld.co.uk/cw/assets/favicon.ico;" />
28
+ <meta name="msapplication-task" content="name=Cineworld Blog; action-uri=http://www.cineworld.co.uk/blog; icon-uri=http://www.cineworld.co.uk/cw/assets/favicon.ico;" />
29
+ <meta name="msapplication-TileColor" content="#231f20" />
30
+ <meta name="msapplication-TileImage" content="/cw/assets/mstile-144x144.png" />
31
+ <meta name="msapplication-square70x70logo" content="/cw/assets/mstile-70x70.png" />
32
+ <meta name="msapplication-square144x144logo" content="/cw/assets/mstile-144x144.png" />
33
+ <meta name="msapplication-square150x150logo" content="/cw/assets/mstile-150x150.png" />
34
+ <meta name="msapplication-square310x310logo" content="/cw/assets/mstile-310x310.png" />
35
+ <meta name="msapplication-wide310x150logo" content="/cw/assets/mstile-310x150.png" />
36
+ <meta name="msapplication-notification" content="frequency=60; polling-uri=/syndication/tile_notifications_1_cw_gb.xml; polling-uri2=/syndication/tile_notifications_2_cw_gb.xml; polling-uri3=/syndication/tile_notifications_3_cw_gb.xml; polling-uri4=/syndication/tile_notifications_4_cw_gb.xml; polling-uri5=/syndication/tile_notifications_5_cw_gb.xml;" />
13
37
 
14
38
  <link type="text/css" rel="stylesheet" href="/cw/assets/css/bootstrap.packed.css" media="all" />
15
39
  <link type="text/css" rel="stylesheet" href="/cw/assets/css/jquery.fancybox.packed.css" media="all" />
16
40
  <link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.packed.css" media="all" />
17
41
  <link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.default.packed.css" media="all" />
18
42
  <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" />
43
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-desktop-typography.packed.css" media="all" />
44
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-desktop.packed.css" media="all" />
45
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-print.packed.css" media="print" />
22
46
  <!--[if IE]>
23
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.ie.packed.css" media="all" />
47
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-desktop-ie.packed.css" media="all" />
24
48
  <![endif]-->
25
49
  <!--[if lt IE 8]>
26
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.ie7.packed.css" media="all" />
50
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-desktop-ie7.packed.css" media="all" />
27
51
  <![endif]-->
28
52
 
29
53
  <script type="text/javascript" src="/cw/assets/javascript/log4j.packed.js"></script>
@@ -32,44 +56,46 @@
32
56
  <script type="text/javascript" src="/cw/assets/javascript/jquery.pseudo.packed.js"></script>
33
57
  <![endif]-->
34
58
 
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>
59
+ <script type="text/javascript">
60
+ var _gaq = _gaq || [];
61
+ _gaq.push(['_setAccount', 'UA-35708014-1']);
62
+ _gaq.push(['_setDomainName', 'cineworld.co.uk']);
63
+ _gaq.push(['_trackPageview']);
64
+
65
+ (function () {
66
+ var ga = document.createElement('script');
67
+ ga.type = 'text/javascript';
68
+ ga.async = true;
69
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
70
+ var s = document.getElementsByTagName('script')[0];
71
+ s.parentNode.insertBefore(ga, s);
72
+ })();
73
+ </script>
47
74
 
48
75
 
49
-
50
- <meta name="Keywords" content="" />
51
- <meta name="Description" content="Cineworld Bury St. Edmunds - Parkway, Bury St. Edmunds, IP33 3BA - Bury St. Edmunds Cinema Listings - Book tickets online" />
52
-
53
-
54
-
76
+
77
+ <meta name="Keywords" content="" />
78
+ <meta name="Description" content="Cineworld Brighton - Brighton Marina, Brighton, East Sussex, BN2 5UF - Brighton Cinema Listings - Book tickets online" />
79
+ <meta name="" content=""/>
80
+ <meta name="" content=""/>
81
+
82
+
83
+
55
84
  <script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>
56
85
 
57
- <link rel="canonical" href="http://www.cineworld.co.uk/cinemas/bury-st-edmunds/information" />
86
+ <link rel="canonical" href="http://www.cineworld.co.uk/cinemas/brighton/information" />
87
+ <link rel="alternate" media="only screen and (max-width: 640px)" href=”http://www.cineworld.co.uk/mobile/cinemas/brighton/information" >
58
88
 
59
89
  <script type="text/javascript">
60
90
  $(document).ready(function() {
61
- $('.pricing .accessible-tabs').bind('after.setup', function(event, tabs) {
62
-
63
- // Select current day for pricing table after setup
64
- $(tabs).find('.navigation .day-' + new Date().getDay()).trigger('click');
65
- });
91
+ $('.pricing').cwPricing();
66
92
  });
67
93
  </script>
68
94
 
69
95
 
70
96
 
71
97
 
72
- <!-- cinwebprweb14.901e.sys.carrenza.net -->
98
+ <!-- cinwebprweb15.901e.sys.carrenza.net -->
73
99
 
74
100
  <!-- Start Visual Website Optimizer Asynchronous Code -->
75
101
  <script type='text/javascript'>
@@ -84,14 +110,36 @@
84
110
  <!-- End Visual Website Optimizer Asynchronous Code -->
85
111
  </head>
86
112
 
87
- <body class="cineworld gb cinema">
113
+ <body class="cineworld gb web browser cinema">
88
114
  <div id="fb-root"></div>
89
115
 
116
+ <div class="notification cookie" style="display: none;">
117
+ <div>
118
+ <h3 class="h1">Cookies Notification</h3>
119
+
120
+ <div class="text">
121
+ <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>
122
+
123
+ <p>This notification will be automatically dismissed in <span class="remaining">15</span> seconds, <a class="dismiss">dismiss this countdown</a>.</p>
124
+ </div>
125
+
126
+ <div class="actions">
127
+ <p>
128
+ <a href="/cookies/settings">Change settings</a><br />
129
+ <a href="/cookies/about" target="_blank">Find out more about Cookies</a>
130
+ </p>
131
+ <p>
132
+ <a class="action primary">Continue</a>
133
+ </p>
134
+ </div>
135
+ </div>
136
+ </div>
137
+
90
138
  <div id="wallpaper">
91
139
 
92
140
  <div id="header" role="banner">
93
141
  <div class="container">
94
- <h1><a href="/">Cineworld Cinemas</a></h1>
142
+ <a class="brand" href="/">Cineworld Cinemas</a>
95
143
 
96
144
  <div class="account">
97
145
  <span class="icon-logo-mycineworld ">mycineworld</span>
@@ -110,7 +158,7 @@
110
158
  <li>
111
159
  <a href="/whatson">What's On</a>
112
160
  <ul>
113
- <li><a href="/events">Bollywood &amp; Live Events</a></li>
161
+ <li><a href="/events">Bollywood &amp; Event Cinema</a></li>
114
162
  <li><a href="/whatson/category/junior">Movies for Juniors</a></li>
115
163
  </ul>
116
164
  </li>
@@ -129,7 +177,12 @@
129
177
  <li><a href="/blog">Cineworld Blog</a></li>
130
178
  <li><a href="/competitions">Offers &amp; Competitions</a></li>
131
179
 
132
- <li><a href="/take2">Take 2 Thursdays</a></li>
180
+ <li><a href="/bargain-tuesdays">Bargain Tuesdays</a></li>
181
+ <li><a href="/cineworld-foundation">Cineworld Foundation</a></li>
182
+ <li><a href="/summer-family-films-2014">Summer Family Films</a></li>
183
+ <li><a href="/mega-movies-2014">Mega Movies at Cineworld</a></li>
184
+ <li><a href="/take2">Take 2 Offer</a></li>
185
+ <li><a href="/baskin-robbins">Baskin Robbins at Cineworld</a></li>
133
186
  <li><a href="/starbucks">Starbucks at Cineworld</a></li>
134
187
  </ul>
135
188
  </li>
@@ -156,20 +209,20 @@
156
209
  </ul>
157
210
  </div>
158
211
 
159
- <div class="container" role="main">
212
+ <div class="container blockable" role="main">
160
213
 
161
214
  <!-- [SL] Site content layout -->
162
215
  <div class="layout">
163
216
  <div id="content" >
164
- <div class="section dark gradient clearfix info">
217
+ <div class="section dark gradient clearfix info" >
165
218
  <div class="row">
166
219
  <div class="span8">
167
- <h1>Cineworld Bury St. Edmunds
168
- <a id="changeCinema" class="action secondary dark" href="/cinemas?path=/cinemas/id/information">Change cinema</a>
220
+ <h1>Cineworld Brighton
221
+ <a id="changeCinema" class="action secondary dark" href="/cinemas?path=/cinemas/[id]/information">Change cinema</a>
169
222
  </h1>
170
223
 
171
- <h2>About Bury St. Edmunds</h2>
172
- <p>Cineworld Bury St Edmunds is an 8 screen cinema situated near the A14. The complex is served by a multi-storey car park and an arrangement of restaurants on site.</p>
224
+ <h2>About Brighton</h2>
225
+ <p>Cineworld Brighton is an 8-screen cinema located within Brighton Marina on the seafront. The complex is served by a free car park and a wide range of restaurants in short proximity.</p>
173
226
 
174
227
  <ul class="unstyled navigation">
175
228
  <li><a class="icon-navigation-large-food-drink" href="#services">Summary of facilities</a></li>
@@ -180,46 +233,52 @@
180
233
  </div>
181
234
 
182
235
  <div class="span4">
183
- <h2>What's on at Bury St. Edmunds</h2>
236
+ <h2>What's on at Brighton</h2>
184
237
 
185
238
  <ul class="grid films clearfix">
186
239
 
187
240
  <li>
188
- <div class="poster">
189
- <a href="/whatson/6543?cinema=6">
190
- <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>
241
+
242
+ <div class="poster has-ribbon">
243
+ <a href="/whatson/dawn-of-the-planet-of-the-apes?cinema=3">
244
+ <div class="overlay ribbon blue">Tickets Selling Fast</div>
245
+ <div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6593_poster_large.jpg" alt="Poster for Film Dawn of the Planet of the Apes" /></div>
191
246
  </a>
192
247
  </div>
193
- <a href="/whatson/6543?cinema=6">The Hunger Games: Catching Fire</a>
248
+ <a href="/whatson/dawn-of-the-planet-of-the-apes?cinema=3">Dawn of the Planet of the Apes</a>
194
249
  </li>
195
250
 
196
251
  <li>
197
- <div class="poster">
198
- <a href="/whatson/6830?cinema=6">
199
- <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>
252
+
253
+ <div class="poster ">
254
+ <a href="/whatson/how-to-train-your-dragon-2?cinema=3">
255
+ <div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6670_poster_large.jpg" alt="Poster for Film How To Train Your Dragon 2" /></div>
200
256
  </a>
201
257
  </div>
202
- <a href="/whatson/6830?cinema=6">Free Birds</a>
258
+ <a href="/whatson/how-to-train-your-dragon-2?cinema=3">How To Train Your Dragon 2</a>
203
259
  </li>
204
260
  </ul>
205
261
 
206
- <p><a class="action primary" href="/whatson?cinema=6">See all films at Bury St. Edmunds</a></p>
262
+ <p><a class="action primary" href="/whatson?cinema=3">See all films at this cinema</a></p>
207
263
  </div>
208
264
  </div>
209
265
  </div>
210
266
 
211
- <div class="section light clearfix ">
267
+ <div class="section light clearfix " >
212
268
  <h1 id="prices" class="ribbon overlap">How much do tickets cost?</h1>
213
269
 
214
270
 
271
+ <div class="promotion block clearfix">
272
+ <a href="/blog/allocated-seating-is-here" target="_self"><img src="/assets/media/ads/ad_36299.png" alt="Allocated Seating Is Here" title="Allocated Seating Is Here" /></a>
273
+ </div>
215
274
 
216
275
  <div class="pricing">
217
276
  <div class="panel anonymous dark">
218
- <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>
277
+ <h2>Register free with <span class="icon-logo-mycineworld">MyCineworld</span> and save your details for faster and easier booking - mycineworld tickets only available online</h2>
219
278
 
220
279
  <a class="action mycineworld" href="/register">Sign Up</a>
221
280
  <a class="action mycineworld" href="/login">Login</a>
222
- <!-- This comment replaces content that was removed due to user's cookie settings -->
281
+ <a class="action facebook" href="/login/facebook/go?location=%2Fcinemas%2F3%2Finformation%3Ffbl%3Dtrue" data-type="connect" data-location="/cinemas/3/information?fbl=true">Connect with Facebook</a>
223
282
  </div>
224
283
 
225
284
  <div class="accessible-tabs" data-header="Choose the day of your performance">
@@ -230,62 +289,68 @@
230
289
  <thead>
231
290
  <tr>
232
291
  <th colspan="2" class="transparent">&nbsp;</th>
233
- <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
234
- <th colspan="2" class="border-right">Standard Tickets</th>
292
+ <th colspan="2" class="dark border-top border-right border-left">
293
+ <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
294
+ <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
295
+ </th>
296
+ <th colspan="2" class="border-top border-right border-left">
297
+ In-Cinema Tickets
298
+ <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
299
+ </th>
235
300
  </tr>
236
301
  <tr>
237
- <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
238
- <th class="border-top">Details</th>
239
- <th class="dark border-left border-right">Before 5pm</th>
240
- <th class="dark border-right">After 5pm</th>
241
- <th class="border-right">Before 5pm</th>
242
- <th class="border-right">After 5pm</th>
302
+ <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
303
+ <th class="border-top border-bottom">Details</th>
304
+ <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
305
+ <th class="dark border-top border-right border-bottom">After 5pm</th>
306
+ <th class="border-top border-right border-bottom">Before 5pm</th>
307
+ <th class="border-top border-right border-bottom">After 5pm</th>
243
308
  </tr>
244
309
  </thead>
245
310
  <tbody>
246
311
  <tr>
247
312
  <td class="border-left border-right "><strong>Adult</strong></td>
248
313
  <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
249
- <td class="dark value border-left border-right ">&pound;8.55</td>
250
- <td class="dark value border-right ">&pound;8.55</td>
251
- <td class="value border-right ">&pound;9.50</td>
252
- <td class="value border-right ">&pound;9.50</td>
314
+ <td class="dark value border-left border-right ">&pound;7.70</td>
315
+ <td class="dark value border-right ">&pound;8.78</td>
316
+ <td class="value border-right ">&pound;8.00</td>
317
+ <td class="value border-right ">&pound;9.20</td>
253
318
  </tr>
254
319
  <tr>
255
320
  <td class="border-left border-right "><strong>Child</strong></td>
256
321
  <td class="align-left ">Child tickets are for customers aged 14 and under</td>
257
- <td class="dark value border-left border-right ">&pound;5.58</td>
258
- <td class="dark value border-right ">&pound;5.58</td>
259
- <td class="value border-right ">&pound;6.20</td>
260
- <td class="value border-right ">&pound;6.20</td>
322
+ <td class="dark value border-left border-right ">&pound;5.72</td>
323
+ <td class="dark value border-right ">&pound;6.44</td>
324
+ <td class="value border-right ">&pound;5.80</td>
325
+ <td class="value border-right ">&pound;6.60</td>
261
326
  </tr>
262
327
  <tr>
263
328
  <td class="border-left border-right "><strong>Student</strong></td>
264
329
  <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
265
- <td class="dark value border-left border-right ">N/A</td>
266
- <td class="dark value border-right ">N/A</td>
267
- <td class="value border-right ">N/A</td>
268
- <td class="value border-right ">N/A</td>
330
+ <td class="dark value border-left border-right ">&pound;5.81</td>
331
+ <td class="dark value border-right ">&pound;6.71</td>
332
+ <td class="value border-right ">&pound;5.90</td>
333
+ <td class="value border-right ">&pound;6.90</td>
269
334
  </tr>
270
335
  <tr>
271
336
  <td class="border-left border-right "><strong>Senior</strong></td>
272
337
  <td class="align-left ">Senior tickets are for customers aged 60+</td>
273
- <td class="dark value border-left border-right ">&pound;5.85</td>
274
- <td class="dark value border-right ">&pound;5.85</td>
275
- <td class="value border-right ">&pound;6.50</td>
276
- <td class="value border-right ">&pound;6.50</td>
338
+ <td class="dark value border-left border-right ">&pound;5.81</td>
339
+ <td class="dark value border-right ">&pound;6.71</td>
340
+ <td class="value border-right ">&pound;5.90</td>
341
+ <td class="value border-right ">&pound;6.90</td>
277
342
  </tr>
278
343
  <tr>
279
344
  <td class="border-left border-right "><strong>Family</strong></td>
280
345
  <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
281
- <td class="dark value border-left border-right ">&pound;25.56</td>
282
- <td class="dark value border-right ">&pound;25.56</td>
283
- <td class="value border-right ">&pound;28.40</td>
284
- <td class="value border-right ">&pound;28.40</td>
346
+ <td class="dark value border-left border-right ">&pound;24.14</td>
347
+ <td class="dark value border-right ">&pound;27.74</td>
348
+ <td class="value border-right ">&pound;24.60</td>
349
+ <td class="value border-right ">&pound;28.60</td>
285
350
  </tr>
286
351
  <tr>
287
- <td class="border-left border-right "><strong>Bargain Day</strong></td>
288
- <td class="align-left "></td>
352
+ <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
353
+ <td class="align-left ">Any film, every Tuesday, bargain price</td>
289
354
  <td class="dark value border-left border-right ">N/A</td>
290
355
  <td class="dark value border-right ">N/A</td>
291
356
  <td class="value border-right ">N/A</td>
@@ -293,27 +358,19 @@
293
358
  </tr>
294
359
  <tr>
295
360
  <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
296
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
297
- <td class="dark value border-left border-right ">N/A</td>
298
- <td class="dark value border-right ">N/A</td>
299
- <td class="value border-right ">N/A</td>
300
- <td class="value border-right ">N/A</td>
301
- </tr>
302
- <tr>
303
- <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
304
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
305
- <td class="dark value border-left border-right ">N/A</td>
361
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
362
+ <td class="dark value border-left border-right ">&pound;1.35</td>
306
363
  <td class="dark value border-right ">N/A</td>
307
- <td class="value border-right ">N/A</td>
364
+ <td class="value border-right ">&pound;1.50</td>
308
365
  <td class="value border-right ">N/A</td>
309
366
  </tr>
310
367
  <tr>
311
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
312
- <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
313
- <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
314
- <td class="dark value border-right border-bottom">&pound;0.80</td>
315
- <td class="value border-right border-bottom">&pound;0.80</td>
316
- <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
368
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
369
+ <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
370
+ <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
371
+ <td class="dark value border-right border-bottom">N/A</td>
372
+ <td class="value border-right border-bottom">&pound;3.00</td>
373
+ <td class="value border-right border-bottom radius-bottom-right">N/A</td>
317
374
  </tr>
318
375
  </tbody>
319
376
  </table>
@@ -326,62 +383,68 @@
326
383
  <thead>
327
384
  <tr>
328
385
  <th colspan="2" class="transparent">&nbsp;</th>
329
- <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
330
- <th colspan="2" class="border-right">Standard Tickets</th>
386
+ <th colspan="2" class="dark border-top border-right border-left">
387
+ <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
388
+ <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
389
+ </th>
390
+ <th colspan="2" class="border-top border-right border-left">
391
+ In-Cinema Tickets
392
+ <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
393
+ </th>
331
394
  </tr>
332
395
  <tr>
333
- <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
334
- <th class="border-top">Details</th>
335
- <th class="dark border-left border-right">Before 5pm</th>
336
- <th class="dark border-right">After 5pm</th>
337
- <th class="border-right">Before 5pm</th>
338
- <th class="border-right">After 5pm</th>
396
+ <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
397
+ <th class="border-top border-bottom">Details</th>
398
+ <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
399
+ <th class="dark border-top border-right border-bottom">After 5pm</th>
400
+ <th class="border-top border-right border-bottom">Before 5pm</th>
401
+ <th class="border-top border-right border-bottom">After 5pm</th>
339
402
  </tr>
340
403
  </thead>
341
404
  <tbody>
342
405
  <tr>
343
406
  <td class="border-left border-right "><strong>Adult</strong></td>
344
407
  <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
345
- <td class="dark value border-left border-right ">&pound;7.02</td>
346
- <td class="dark value border-right ">&pound;8.55</td>
347
- <td class="value border-right ">&pound;7.80</td>
348
- <td class="value border-right ">&pound;9.50</td>
408
+ <td class="dark value border-left border-right ">&pound;7.70</td>
409
+ <td class="dark value border-right ">&pound;8.78</td>
410
+ <td class="value border-right ">&pound;8.00</td>
411
+ <td class="value border-right ">&pound;9.20</td>
349
412
  </tr>
350
413
  <tr>
351
414
  <td class="border-left border-right "><strong>Child</strong></td>
352
415
  <td class="align-left ">Child tickets are for customers aged 14 and under</td>
353
- <td class="dark value border-left border-right ">&pound;5.58</td>
354
- <td class="dark value border-right ">&pound;5.58</td>
355
- <td class="value border-right ">&pound;6.20</td>
356
- <td class="value border-right ">&pound;6.20</td>
416
+ <td class="dark value border-left border-right ">&pound;5.72</td>
417
+ <td class="dark value border-right ">&pound;6.44</td>
418
+ <td class="value border-right ">&pound;5.80</td>
419
+ <td class="value border-right ">&pound;6.60</td>
357
420
  </tr>
358
421
  <tr>
359
422
  <td class="border-left border-right "><strong>Student</strong></td>
360
423
  <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
361
- <td class="dark value border-left border-right ">&pound;5.85</td>
362
- <td class="dark value border-right ">&pound;5.85</td>
363
- <td class="value border-right ">&pound;6.50</td>
364
- <td class="value border-right ">&pound;6.50</td>
424
+ <td class="dark value border-left border-right ">&pound;5.81</td>
425
+ <td class="dark value border-right ">&pound;6.71</td>
426
+ <td class="value border-right ">&pound;5.90</td>
427
+ <td class="value border-right ">&pound;6.90</td>
365
428
  </tr>
366
429
  <tr>
367
430
  <td class="border-left border-right "><strong>Senior</strong></td>
368
431
  <td class="align-left ">Senior tickets are for customers aged 60+</td>
369
- <td class="dark value border-left border-right ">&pound;5.85</td>
370
- <td class="dark value border-right ">&pound;5.85</td>
371
- <td class="value border-right ">&pound;6.50</td>
372
- <td class="value border-right ">&pound;6.50</td>
432
+ <td class="dark value border-left border-right ">&pound;5.81</td>
433
+ <td class="dark value border-right ">&pound;6.71</td>
434
+ <td class="value border-right ">&pound;5.90</td>
435
+ <td class="value border-right ">&pound;6.90</td>
373
436
  </tr>
374
437
  <tr>
375
438
  <td class="border-left border-right "><strong>Family</strong></td>
376
439
  <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
377
- <td class="dark value border-left border-right ">&pound;22.50</td>
378
- <td class="dark value border-right ">&pound;25.56</td>
379
- <td class="value border-right ">&pound;25.00</td>
380
- <td class="value border-right ">&pound;28.40</td>
440
+ <td class="dark value border-left border-right ">&pound;24.14</td>
441
+ <td class="dark value border-right ">&pound;27.74</td>
442
+ <td class="value border-right ">&pound;24.60</td>
443
+ <td class="value border-right ">&pound;28.60</td>
381
444
  </tr>
382
445
  <tr>
383
- <td class="border-left border-right "><strong>Bargain Day</strong></td>
384
- <td class="align-left "></td>
446
+ <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
447
+ <td class="align-left ">Any film, every Tuesday, bargain price</td>
385
448
  <td class="dark value border-left border-right ">N/A</td>
386
449
  <td class="dark value border-right ">N/A</td>
387
450
  <td class="value border-right ">N/A</td>
@@ -389,27 +452,19 @@
389
452
  </tr>
390
453
  <tr>
391
454
  <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
392
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
393
- <td class="dark value border-left border-right ">N/A</td>
394
- <td class="dark value border-right ">N/A</td>
395
- <td class="value border-right ">N/A</td>
396
- <td class="value border-right ">N/A</td>
397
- </tr>
398
- <tr>
399
- <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
400
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
401
- <td class="dark value border-left border-right ">N/A</td>
455
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
456
+ <td class="dark value border-left border-right ">&pound;1.35</td>
402
457
  <td class="dark value border-right ">N/A</td>
403
- <td class="value border-right ">N/A</td>
458
+ <td class="value border-right ">&pound;1.50</td>
404
459
  <td class="value border-right ">N/A</td>
405
460
  </tr>
406
461
  <tr>
407
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
408
- <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
409
- <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
410
- <td class="dark value border-right border-bottom">&pound;0.80</td>
411
- <td class="value border-right border-bottom">&pound;0.80</td>
412
- <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
462
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
463
+ <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
464
+ <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
465
+ <td class="dark value border-right border-bottom">N/A</td>
466
+ <td class="value border-right border-bottom">&pound;3.00</td>
467
+ <td class="value border-right border-bottom radius-bottom-right">N/A</td>
413
468
  </tr>
414
469
  </tbody>
415
470
  </table>
@@ -422,16 +477,22 @@
422
477
  <thead>
423
478
  <tr>
424
479
  <th colspan="2" class="transparent">&nbsp;</th>
425
- <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
426
- <th colspan="2" class="border-right">Standard Tickets</th>
480
+ <th colspan="2" class="dark border-top border-right border-left">
481
+ <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
482
+ <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
483
+ </th>
484
+ <th colspan="2" class="border-top border-right border-left">
485
+ In-Cinema Tickets
486
+ <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
487
+ </th>
427
488
  </tr>
428
489
  <tr>
429
- <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
430
- <th class="border-top">Details</th>
431
- <th class="dark border-left border-right">Before 5pm</th>
432
- <th class="dark border-right">After 5pm</th>
433
- <th class="border-right">Before 5pm</th>
434
- <th class="border-right">After 5pm</th>
490
+ <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
491
+ <th class="border-top border-bottom">Details</th>
492
+ <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
493
+ <th class="dark border-top border-right border-bottom">After 5pm</th>
494
+ <th class="border-top border-right border-bottom">Before 5pm</th>
495
+ <th class="border-top border-right border-bottom">After 5pm</th>
435
496
  </tr>
436
497
  </thead>
437
498
  <tbody>
@@ -476,36 +537,28 @@
476
537
  <td class="value border-right ">N/A</td>
477
538
  </tr>
478
539
  <tr>
479
- <td class="border-left border-right "><strong>Bargain Day</strong></td>
480
- <td class="align-left "></td>
481
- <td class="dark value border-left border-right ">&pound;5.40</td>
482
- <td class="dark value border-right ">&pound;5.40</td>
483
- <td class="value border-right ">&pound;6.00</td>
484
- <td class="value border-right ">&pound;6.00</td>
540
+ <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
541
+ <td class="align-left ">Any film, every Tuesday, bargain price</td>
542
+ <td class="dark value border-left border-right ">&pound;5.72</td>
543
+ <td class="dark value border-right ">&pound;5.72</td>
544
+ <td class="value border-right ">&pound;5.80</td>
545
+ <td class="value border-right ">&pound;5.80</td>
485
546
  </tr>
486
547
  <tr>
487
548
  <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
488
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
489
- <td class="dark value border-left border-right ">N/A</td>
490
- <td class="dark value border-right ">N/A</td>
491
- <td class="value border-right ">N/A</td>
492
- <td class="value border-right ">N/A</td>
493
- </tr>
494
- <tr>
495
- <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
496
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
497
- <td class="dark value border-left border-right ">N/A</td>
549
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
550
+ <td class="dark value border-left border-right ">&pound;1.35</td>
498
551
  <td class="dark value border-right ">N/A</td>
499
- <td class="value border-right ">N/A</td>
552
+ <td class="value border-right ">&pound;1.50</td>
500
553
  <td class="value border-right ">N/A</td>
501
554
  </tr>
502
555
  <tr>
503
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
504
- <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
505
- <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
506
- <td class="dark value border-right border-bottom">&pound;0.80</td>
507
- <td class="value border-right border-bottom">&pound;0.80</td>
508
- <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
556
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
557
+ <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
558
+ <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
559
+ <td class="dark value border-right border-bottom">N/A</td>
560
+ <td class="value border-right border-bottom">&pound;3.00</td>
561
+ <td class="value border-right border-bottom radius-bottom-right">N/A</td>
509
562
  </tr>
510
563
  </tbody>
511
564
  </table>
@@ -518,62 +571,68 @@
518
571
  <thead>
519
572
  <tr>
520
573
  <th colspan="2" class="transparent">&nbsp;</th>
521
- <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
522
- <th colspan="2" class="border-right">Standard Tickets</th>
574
+ <th colspan="2" class="dark border-top border-right border-left">
575
+ <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
576
+ <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
577
+ </th>
578
+ <th colspan="2" class="border-top border-right border-left">
579
+ In-Cinema Tickets
580
+ <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
581
+ </th>
523
582
  </tr>
524
583
  <tr>
525
- <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
526
- <th class="border-top">Details</th>
527
- <th class="dark border-left border-right">Before 5pm</th>
528
- <th class="dark border-right">After 5pm</th>
529
- <th class="border-right">Before 5pm</th>
530
- <th class="border-right">After 5pm</th>
584
+ <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
585
+ <th class="border-top border-bottom">Details</th>
586
+ <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
587
+ <th class="dark border-top border-right border-bottom">After 5pm</th>
588
+ <th class="border-top border-right border-bottom">Before 5pm</th>
589
+ <th class="border-top border-right border-bottom">After 5pm</th>
531
590
  </tr>
532
591
  </thead>
533
592
  <tbody>
534
593
  <tr>
535
594
  <td class="border-left border-right "><strong>Adult</strong></td>
536
595
  <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
537
- <td class="dark value border-left border-right ">&pound;7.02</td>
538
- <td class="dark value border-right ">&pound;8.55</td>
539
- <td class="value border-right ">&pound;7.80</td>
540
- <td class="value border-right ">&pound;9.50</td>
596
+ <td class="dark value border-left border-right ">&pound;7.70</td>
597
+ <td class="dark value border-right ">&pound;8.78</td>
598
+ <td class="value border-right ">&pound;8.00</td>
599
+ <td class="value border-right ">&pound;9.20</td>
541
600
  </tr>
542
601
  <tr>
543
602
  <td class="border-left border-right "><strong>Child</strong></td>
544
603
  <td class="align-left ">Child tickets are for customers aged 14 and under</td>
545
- <td class="dark value border-left border-right ">&pound;5.58</td>
546
- <td class="dark value border-right ">&pound;5.58</td>
547
- <td class="value border-right ">&pound;6.20</td>
548
- <td class="value border-right ">&pound;6.20</td>
604
+ <td class="dark value border-left border-right ">&pound;5.72</td>
605
+ <td class="dark value border-right ">&pound;6.44</td>
606
+ <td class="value border-right ">&pound;5.80</td>
607
+ <td class="value border-right ">&pound;6.60</td>
549
608
  </tr>
550
609
  <tr>
551
610
  <td class="border-left border-right "><strong>Student</strong></td>
552
611
  <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
553
- <td class="dark value border-left border-right ">&pound;5.85</td>
554
- <td class="dark value border-right ">&pound;5.85</td>
555
- <td class="value border-right ">&pound;6.50</td>
556
- <td class="value border-right ">&pound;6.50</td>
612
+ <td class="dark value border-left border-right ">&pound;5.81</td>
613
+ <td class="dark value border-right ">&pound;6.71</td>
614
+ <td class="value border-right ">&pound;5.90</td>
615
+ <td class="value border-right ">&pound;6.90</td>
557
616
  </tr>
558
617
  <tr>
559
618
  <td class="border-left border-right "><strong>Senior</strong></td>
560
619
  <td class="align-left ">Senior tickets are for customers aged 60+</td>
561
- <td class="dark value border-left border-right ">&pound;5.85</td>
562
- <td class="dark value border-right ">&pound;5.85</td>
563
- <td class="value border-right ">&pound;6.50</td>
564
- <td class="value border-right ">&pound;6.50</td>
620
+ <td class="dark value border-left border-right ">&pound;5.81</td>
621
+ <td class="dark value border-right ">&pound;6.71</td>
622
+ <td class="value border-right ">&pound;5.90</td>
623
+ <td class="value border-right ">&pound;6.90</td>
565
624
  </tr>
566
625
  <tr>
567
626
  <td class="border-left border-right "><strong>Family</strong></td>
568
627
  <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
569
- <td class="dark value border-left border-right ">&pound;22.50</td>
570
- <td class="dark value border-right ">&pound;25.56</td>
571
- <td class="value border-right ">&pound;25.00</td>
572
- <td class="value border-right ">&pound;28.40</td>
628
+ <td class="dark value border-left border-right ">&pound;24.14</td>
629
+ <td class="dark value border-right ">&pound;27.74</td>
630
+ <td class="value border-right ">&pound;24.60</td>
631
+ <td class="value border-right ">&pound;28.60</td>
573
632
  </tr>
574
633
  <tr>
575
- <td class="border-left border-right "><strong>Bargain Day</strong></td>
576
- <td class="align-left "></td>
634
+ <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
635
+ <td class="align-left ">Any film, every Tuesday, bargain price</td>
577
636
  <td class="dark value border-left border-right ">N/A</td>
578
637
  <td class="dark value border-right ">N/A</td>
579
638
  <td class="value border-right ">N/A</td>
@@ -581,27 +640,19 @@
581
640
  </tr>
582
641
  <tr>
583
642
  <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
584
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
585
- <td class="dark value border-left border-right ">N/A</td>
586
- <td class="dark value border-right ">N/A</td>
587
- <td class="value border-right ">N/A</td>
588
- <td class="value border-right ">N/A</td>
589
- </tr>
590
- <tr>
591
- <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
592
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
593
- <td class="dark value border-left border-right ">N/A</td>
643
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
644
+ <td class="dark value border-left border-right ">&pound;1.35</td>
594
645
  <td class="dark value border-right ">N/A</td>
595
- <td class="value border-right ">N/A</td>
646
+ <td class="value border-right ">&pound;1.50</td>
596
647
  <td class="value border-right ">N/A</td>
597
648
  </tr>
598
649
  <tr>
599
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
600
- <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
601
- <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
602
- <td class="dark value border-right border-bottom">&pound;0.80</td>
603
- <td class="value border-right border-bottom">&pound;0.80</td>
604
- <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
650
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
651
+ <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
652
+ <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
653
+ <td class="dark value border-right border-bottom">N/A</td>
654
+ <td class="value border-right border-bottom">&pound;3.00</td>
655
+ <td class="value border-right border-bottom radius-bottom-right">N/A</td>
605
656
  </tr>
606
657
  </tbody>
607
658
  </table>
@@ -614,62 +665,68 @@
614
665
  <thead>
615
666
  <tr>
616
667
  <th colspan="2" class="transparent">&nbsp;</th>
617
- <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
618
- <th colspan="2" class="border-right">Standard Tickets</th>
668
+ <th colspan="2" class="dark border-top border-right border-left">
669
+ <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
670
+ <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
671
+ </th>
672
+ <th colspan="2" class="border-top border-right border-left">
673
+ In-Cinema Tickets
674
+ <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
675
+ </th>
619
676
  </tr>
620
677
  <tr>
621
- <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
622
- <th class="border-top">Details</th>
623
- <th class="dark border-left border-right">Before 5pm</th>
624
- <th class="dark border-right">After 5pm</th>
625
- <th class="border-right">Before 5pm</th>
626
- <th class="border-right">After 5pm</th>
678
+ <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
679
+ <th class="border-top border-bottom">Details</th>
680
+ <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
681
+ <th class="dark border-top border-right border-bottom">After 5pm</th>
682
+ <th class="border-top border-right border-bottom">Before 5pm</th>
683
+ <th class="border-top border-right border-bottom">After 5pm</th>
627
684
  </tr>
628
685
  </thead>
629
686
  <tbody>
630
687
  <tr>
631
688
  <td class="border-left border-right "><strong>Adult</strong></td>
632
689
  <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
633
- <td class="dark value border-left border-right ">&pound;7.02</td>
634
- <td class="dark value border-right ">&pound;8.55</td>
635
- <td class="value border-right ">&pound;7.80</td>
636
- <td class="value border-right ">&pound;9.50</td>
690
+ <td class="dark value border-left border-right ">&pound;7.70</td>
691
+ <td class="dark value border-right ">&pound;8.78</td>
692
+ <td class="value border-right ">&pound;8.00</td>
693
+ <td class="value border-right ">&pound;9.20</td>
637
694
  </tr>
638
695
  <tr>
639
696
  <td class="border-left border-right "><strong>Child</strong></td>
640
697
  <td class="align-left ">Child tickets are for customers aged 14 and under</td>
641
- <td class="dark value border-left border-right ">&pound;5.58</td>
642
- <td class="dark value border-right ">&pound;5.58</td>
643
- <td class="value border-right ">&pound;6.20</td>
644
- <td class="value border-right ">&pound;6.20</td>
698
+ <td class="dark value border-left border-right ">&pound;5.72</td>
699
+ <td class="dark value border-right ">&pound;6.44</td>
700
+ <td class="value border-right ">&pound;5.80</td>
701
+ <td class="value border-right ">&pound;6.60</td>
645
702
  </tr>
646
703
  <tr>
647
704
  <td class="border-left border-right "><strong>Student</strong></td>
648
705
  <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
649
- <td class="dark value border-left border-right ">&pound;5.85</td>
650
- <td class="dark value border-right ">&pound;5.85</td>
651
- <td class="value border-right ">&pound;6.50</td>
652
- <td class="value border-right ">&pound;6.50</td>
706
+ <td class="dark value border-left border-right ">&pound;5.81</td>
707
+ <td class="dark value border-right ">&pound;6.71</td>
708
+ <td class="value border-right ">&pound;5.90</td>
709
+ <td class="value border-right ">&pound;6.90</td>
653
710
  </tr>
654
711
  <tr>
655
712
  <td class="border-left border-right "><strong>Senior</strong></td>
656
713
  <td class="align-left ">Senior tickets are for customers aged 60+</td>
657
- <td class="dark value border-left border-right ">&pound;5.85</td>
658
- <td class="dark value border-right ">&pound;5.85</td>
659
- <td class="value border-right ">&pound;6.50</td>
660
- <td class="value border-right ">&pound;6.50</td>
714
+ <td class="dark value border-left border-right ">&pound;5.81</td>
715
+ <td class="dark value border-right ">&pound;6.71</td>
716
+ <td class="value border-right ">&pound;5.90</td>
717
+ <td class="value border-right ">&pound;6.90</td>
661
718
  </tr>
662
719
  <tr>
663
720
  <td class="border-left border-right "><strong>Family</strong></td>
664
721
  <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
665
- <td class="dark value border-left border-right ">&pound;22.50</td>
666
- <td class="dark value border-right ">&pound;25.56</td>
667
- <td class="value border-right ">&pound;25.00</td>
668
- <td class="value border-right ">&pound;28.40</td>
722
+ <td class="dark value border-left border-right ">&pound;24.14</td>
723
+ <td class="dark value border-right ">&pound;27.74</td>
724
+ <td class="value border-right ">&pound;24.60</td>
725
+ <td class="value border-right ">&pound;28.60</td>
669
726
  </tr>
670
727
  <tr>
671
- <td class="border-left border-right "><strong>Bargain Day</strong></td>
672
- <td class="align-left "></td>
728
+ <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
729
+ <td class="align-left ">Any film, every Tuesday, bargain price</td>
673
730
  <td class="dark value border-left border-right ">N/A</td>
674
731
  <td class="dark value border-right ">N/A</td>
675
732
  <td class="value border-right ">N/A</td>
@@ -677,27 +734,19 @@
677
734
  </tr>
678
735
  <tr>
679
736
  <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
680
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
681
- <td class="dark value border-left border-right ">N/A</td>
682
- <td class="dark value border-right ">N/A</td>
683
- <td class="value border-right ">N/A</td>
684
- <td class="value border-right ">N/A</td>
685
- </tr>
686
- <tr>
687
- <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
688
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
689
- <td class="dark value border-left border-right ">N/A</td>
737
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
738
+ <td class="dark value border-left border-right ">&pound;1.35</td>
690
739
  <td class="dark value border-right ">N/A</td>
691
- <td class="value border-right ">N/A</td>
740
+ <td class="value border-right ">&pound;1.50</td>
692
741
  <td class="value border-right ">N/A</td>
693
742
  </tr>
694
743
  <tr>
695
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
696
- <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
697
- <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
698
- <td class="dark value border-right border-bottom">&pound;0.80</td>
699
- <td class="value border-right border-bottom">&pound;0.80</td>
700
- <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
744
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
745
+ <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
746
+ <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
747
+ <td class="dark value border-right border-bottom">N/A</td>
748
+ <td class="value border-right border-bottom">&pound;3.00</td>
749
+ <td class="value border-right border-bottom radius-bottom-right">N/A</td>
701
750
  </tr>
702
751
  </tbody>
703
752
  </table>
@@ -710,62 +759,68 @@
710
759
  <thead>
711
760
  <tr>
712
761
  <th colspan="2" class="transparent">&nbsp;</th>
713
- <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
714
- <th colspan="2" class="border-right">Standard Tickets</th>
762
+ <th colspan="2" class="dark border-top border-right border-left">
763
+ <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
764
+ <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
765
+ </th>
766
+ <th colspan="2" class="border-top border-right border-left">
767
+ In-Cinema Tickets
768
+ <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
769
+ </th>
715
770
  </tr>
716
771
  <tr>
717
- <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
718
- <th class="border-top">Details</th>
719
- <th class="dark border-left border-right">Before 5pm</th>
720
- <th class="dark border-right">After 5pm</th>
721
- <th class="border-right">Before 5pm</th>
722
- <th class="border-right">After 5pm</th>
772
+ <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
773
+ <th class="border-top border-bottom">Details</th>
774
+ <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
775
+ <th class="dark border-top border-right border-bottom">After 5pm</th>
776
+ <th class="border-top border-right border-bottom">Before 5pm</th>
777
+ <th class="border-top border-right border-bottom">After 5pm</th>
723
778
  </tr>
724
779
  </thead>
725
780
  <tbody>
726
781
  <tr>
727
782
  <td class="border-left border-right "><strong>Adult</strong></td>
728
783
  <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
729
- <td class="dark value border-left border-right ">&pound;7.02</td>
730
- <td class="dark value border-right ">&pound;8.55</td>
731
- <td class="value border-right ">&pound;7.80</td>
732
- <td class="value border-right ">&pound;9.50</td>
784
+ <td class="dark value border-left border-right ">&pound;7.70</td>
785
+ <td class="dark value border-right ">&pound;8.78</td>
786
+ <td class="value border-right ">&pound;8.00</td>
787
+ <td class="value border-right ">&pound;9.20</td>
733
788
  </tr>
734
789
  <tr>
735
790
  <td class="border-left border-right "><strong>Child</strong></td>
736
791
  <td class="align-left ">Child tickets are for customers aged 14 and under</td>
737
- <td class="dark value border-left border-right ">&pound;5.58</td>
738
- <td class="dark value border-right ">&pound;5.58</td>
739
- <td class="value border-right ">&pound;6.20</td>
740
- <td class="value border-right ">&pound;6.20</td>
792
+ <td class="dark value border-left border-right ">&pound;5.72</td>
793
+ <td class="dark value border-right ">&pound;6.44</td>
794
+ <td class="value border-right ">&pound;5.80</td>
795
+ <td class="value border-right ">&pound;6.60</td>
741
796
  </tr>
742
797
  <tr>
743
798
  <td class="border-left border-right "><strong>Student</strong></td>
744
799
  <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
745
- <td class="dark value border-left border-right ">&pound;5.85</td>
746
- <td class="dark value border-right ">N/A</td>
747
- <td class="value border-right ">&pound;6.50</td>
748
- <td class="value border-right ">N/A</td>
800
+ <td class="dark value border-left border-right ">&pound;5.81</td>
801
+ <td class="dark value border-right ">&pound;6.71</td>
802
+ <td class="value border-right ">&pound;5.90</td>
803
+ <td class="value border-right ">&pound;6.90</td>
749
804
  </tr>
750
805
  <tr>
751
806
  <td class="border-left border-right "><strong>Senior</strong></td>
752
807
  <td class="align-left ">Senior tickets are for customers aged 60+</td>
753
- <td class="dark value border-left border-right ">&pound;5.85</td>
754
- <td class="dark value border-right ">&pound;5.85</td>
755
- <td class="value border-right ">&pound;6.50</td>
756
- <td class="value border-right ">&pound;6.50</td>
808
+ <td class="dark value border-left border-right ">&pound;5.81</td>
809
+ <td class="dark value border-right ">&pound;6.71</td>
810
+ <td class="value border-right ">&pound;5.90</td>
811
+ <td class="value border-right ">&pound;6.90</td>
757
812
  </tr>
758
813
  <tr>
759
814
  <td class="border-left border-right "><strong>Family</strong></td>
760
815
  <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
761
- <td class="dark value border-left border-right ">&pound;22.50</td>
762
- <td class="dark value border-right ">&pound;25.56</td>
763
- <td class="value border-right ">&pound;25.00</td>
764
- <td class="value border-right ">&pound;28.40</td>
816
+ <td class="dark value border-left border-right ">&pound;24.14</td>
817
+ <td class="dark value border-right ">&pound;27.74</td>
818
+ <td class="value border-right ">&pound;24.60</td>
819
+ <td class="value border-right ">&pound;28.60</td>
765
820
  </tr>
766
821
  <tr>
767
- <td class="border-left border-right "><strong>Bargain Day</strong></td>
768
- <td class="align-left "></td>
822
+ <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
823
+ <td class="align-left ">Any film, every Tuesday, bargain price</td>
769
824
  <td class="dark value border-left border-right ">N/A</td>
770
825
  <td class="dark value border-right ">N/A</td>
771
826
  <td class="value border-right ">N/A</td>
@@ -773,27 +828,19 @@
773
828
  </tr>
774
829
  <tr>
775
830
  <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
776
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
777
- <td class="dark value border-left border-right ">N/A</td>
778
- <td class="dark value border-right ">N/A</td>
779
- <td class="value border-right ">N/A</td>
780
- <td class="value border-right ">N/A</td>
781
- </tr>
782
- <tr>
783
- <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
784
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
785
- <td class="dark value border-left border-right ">N/A</td>
831
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
832
+ <td class="dark value border-left border-right ">&pound;1.35</td>
786
833
  <td class="dark value border-right ">N/A</td>
787
- <td class="value border-right ">N/A</td>
834
+ <td class="value border-right ">&pound;1.50</td>
788
835
  <td class="value border-right ">N/A</td>
789
836
  </tr>
790
837
  <tr>
791
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
792
- <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
793
- <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
794
- <td class="dark value border-right border-bottom">&pound;0.80</td>
795
- <td class="value border-right border-bottom">&pound;0.80</td>
796
- <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
838
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
839
+ <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
840
+ <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
841
+ <td class="dark value border-right border-bottom">N/A</td>
842
+ <td class="value border-right border-bottom">&pound;3.00</td>
843
+ <td class="value border-right border-bottom radius-bottom-right">N/A</td>
797
844
  </tr>
798
845
  </tbody>
799
846
  </table>
@@ -806,62 +853,68 @@
806
853
  <thead>
807
854
  <tr>
808
855
  <th colspan="2" class="transparent">&nbsp;</th>
809
- <th colspan="2" class="dark border-left border-right"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th>
810
- <th colspan="2" class="border-right">Standard Tickets</th>
856
+ <th colspan="2" class="dark border-top border-right border-left">
857
+ <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
858
+ <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
859
+ </th>
860
+ <th colspan="2" class="border-top border-right border-left">
861
+ In-Cinema Tickets
862
+ <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
863
+ </th>
811
864
  </tr>
812
865
  <tr>
813
- <th class="border-top border-right border-left radius-top-left">Ticket Type</th>
814
- <th class="border-top">Details</th>
815
- <th class="dark border-left border-right">Before 5pm</th>
816
- <th class="dark border-right">After 5pm</th>
817
- <th class="border-right">Before 5pm</th>
818
- <th class="border-right">After 5pm</th>
866
+ <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
867
+ <th class="border-top border-bottom">Details</th>
868
+ <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
869
+ <th class="dark border-top border-right border-bottom">After 5pm</th>
870
+ <th class="border-top border-right border-bottom">Before 5pm</th>
871
+ <th class="border-top border-right border-bottom">After 5pm</th>
819
872
  </tr>
820
873
  </thead>
821
874
  <tbody>
822
875
  <tr>
823
876
  <td class="border-left border-right "><strong>Adult</strong></td>
824
877
  <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
825
- <td class="dark value border-left border-right ">&pound;8.55</td>
826
- <td class="dark value border-right ">&pound;8.55</td>
827
- <td class="value border-right ">&pound;9.50</td>
828
- <td class="value border-right ">&pound;9.50</td>
878
+ <td class="dark value border-left border-right ">&pound;7.70</td>
879
+ <td class="dark value border-right ">&pound;8.78</td>
880
+ <td class="value border-right ">&pound;8.00</td>
881
+ <td class="value border-right ">&pound;9.20</td>
829
882
  </tr>
830
883
  <tr>
831
884
  <td class="border-left border-right "><strong>Child</strong></td>
832
885
  <td class="align-left ">Child tickets are for customers aged 14 and under</td>
833
- <td class="dark value border-left border-right ">&pound;5.58</td>
834
- <td class="dark value border-right ">&pound;5.58</td>
835
- <td class="value border-right ">&pound;6.20</td>
836
- <td class="value border-right ">&pound;6.20</td>
886
+ <td class="dark value border-left border-right ">&pound;5.72</td>
887
+ <td class="dark value border-right ">&pound;6.44</td>
888
+ <td class="value border-right ">&pound;5.80</td>
889
+ <td class="value border-right ">&pound;6.60</td>
837
890
  </tr>
838
891
  <tr>
839
892
  <td class="border-left border-right "><strong>Student</strong></td>
840
893
  <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
841
- <td class="dark value border-left border-right ">N/A</td>
842
- <td class="dark value border-right ">N/A</td>
843
- <td class="value border-right ">N/A</td>
844
- <td class="value border-right ">N/A</td>
894
+ <td class="dark value border-left border-right ">&pound;5.81</td>
895
+ <td class="dark value border-right ">&pound;6.71</td>
896
+ <td class="value border-right ">&pound;5.90</td>
897
+ <td class="value border-right ">&pound;6.90</td>
845
898
  </tr>
846
899
  <tr>
847
900
  <td class="border-left border-right "><strong>Senior</strong></td>
848
901
  <td class="align-left ">Senior tickets are for customers aged 60+</td>
849
- <td class="dark value border-left border-right ">&pound;5.85</td>
850
- <td class="dark value border-right ">&pound;5.85</td>
851
- <td class="value border-right ">&pound;6.50</td>
852
- <td class="value border-right ">&pound;6.50</td>
902
+ <td class="dark value border-left border-right ">&pound;5.81</td>
903
+ <td class="dark value border-right ">&pound;6.71</td>
904
+ <td class="value border-right ">&pound;5.90</td>
905
+ <td class="value border-right ">&pound;6.90</td>
853
906
  </tr>
854
907
  <tr>
855
908
  <td class="border-left border-right "><strong>Family</strong></td>
856
909
  <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
857
- <td class="dark value border-left border-right ">&pound;25.56</td>
858
- <td class="dark value border-right ">&pound;25.56</td>
859
- <td class="value border-right ">&pound;28.40</td>
860
- <td class="value border-right ">&pound;28.40</td>
910
+ <td class="dark value border-left border-right ">&pound;24.14</td>
911
+ <td class="dark value border-right ">&pound;27.74</td>
912
+ <td class="value border-right ">&pound;24.60</td>
913
+ <td class="value border-right ">&pound;28.60</td>
861
914
  </tr>
862
915
  <tr>
863
- <td class="border-left border-right "><strong>Bargain Day</strong></td>
864
- <td class="align-left "></td>
916
+ <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
917
+ <td class="align-left ">Any film, every Tuesday, bargain price</td>
865
918
  <td class="dark value border-left border-right ">N/A</td>
866
919
  <td class="dark value border-right ">N/A</td>
867
920
  <td class="value border-right ">N/A</td>
@@ -869,27 +922,19 @@
869
922
  </tr>
870
923
  <tr>
871
924
  <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
872
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
873
- <td class="dark value border-left border-right ">&pound;1.00</td>
925
+ <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
926
+ <td class="dark value border-left border-right ">&pound;1.35</td>
874
927
  <td class="dark value border-right ">N/A</td>
875
928
  <td class="value border-right ">&pound;1.50</td>
876
929
  <td class="value border-right ">N/A</td>
877
930
  </tr>
878
931
  <tr>
879
- <td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
880
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
881
- <td class="dark value border-left border-right ">&pound;2.70</td>
882
- <td class="dark value border-right ">N/A</td>
883
- <td class="value border-right ">&pound;3.00</td>
884
- <td class="value border-right ">N/A</td>
885
- </tr>
886
- <tr>
887
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
888
- <td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
889
- <td class="dark value border-left border-right border-bottom">&pound;0.80</td>
890
- <td class="dark value border-right border-bottom">&pound;0.80</td>
891
- <td class="value border-right border-bottom">&pound;0.80</td>
892
- <td class="value border-right border-bottom radius-bottom-right">&pound;0.80</td>
932
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
933
+ <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
934
+ <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
935
+ <td class="dark value border-right border-bottom">N/A</td>
936
+ <td class="value border-right border-bottom">&pound;3.00</td>
937
+ <td class="value border-right border-bottom radius-bottom-right">N/A</td>
893
938
  </tr>
894
939
  </tbody>
895
940
  </table>
@@ -897,7 +942,19 @@
897
942
 
898
943
  </div>
899
944
 
900
- <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>
945
+ <div class="message information">
946
+ <strong>*Please note:</strong><br />
947
+
948
+
949
+ <ul>
950
+ <li>Weekend pricing applies on Bank Holidays.</li>
951
+ <li>A fee of 50p per person applies to tickets booked online or by phone. This 50p fee represents a charge for booking remotely and includes an amount payable to Classic Cinemas Limited for processing online/telephone payments and redemptions. If you do not wish to pay this fee you can purchase your tickets in person at the cinema. <a href="/terms">Click for T&Cs</a>.</li>
952
+ <li>50p fee not applicable to Unlimited, Movies for Juniors, CEA carer ticket and some promotional tickets, until further notice.</li>
953
+ <li>Where the 50p fee applies, it will be included in the ticket price during the booking process.</li>
954
+ <li>Mycineworld ticket prices displayed above include the 50p fee and mycineworld discount, each where applicable. In-Cinema prices shown do not include 50p fee as this fee does not apply to tickets purchased in person at the cinema.</li>
955
+ <li>The cost of certain performances such as live events, theatre, opera etc may vary. Please check your booking carefully before payment is made.</li>
956
+ </ul>
957
+ </div>
901
958
 
902
959
 
903
960
  <table class="extras">
@@ -905,86 +962,88 @@
905
962
  <tr>
906
963
  <th class="transparent">&nbsp;</th>
907
964
  <th colspan="1" class="dark border-left border-top border-right radius-top-left"><span class="icon-logo-mycineworld">MyCineworld</span> Price</th>
908
- <th colspan="1" class="border-top border-right radius-top-right">Standard Price</th>
965
+ <th colspan="1" class="border-top border-right radius-top-right">In-Cinema Price</th>
909
966
  </tr>
910
967
  <tr>
911
- <th class="border-top border-left radius-top-left">Additional Charges</th>
912
- <th class="dark border-left border-right">3D</th>
913
- <th class="border-right">3D</th>
968
+ <th class="charge border-top border-bottom border-left radius-top-left">Additional Charges</th>
969
+ <th class="dark border-top border-right border-bottom border-left">3D</th>
970
+ <th class="border-top border-right border-bottom">3D</th>
914
971
  </tr>
915
972
  </thead>
916
973
  <tbody>
917
974
  <tr>
918
975
  <td class="border-left "><strong>Adult</strong><span class="notes"></span></td>
919
- <td class="dark value border-left border-right ">&pound;1.89</td>
976
+ <td class="dark value border-left border-right ">&pound;1.98</td>
920
977
 
921
- <td class="value border-right ">&pound;2.10</td>
978
+ <td class="value border-right ">&pound;2.20</td>
922
979
  </tr>
923
980
  <tr>
924
981
  <td class="border-left "><strong>Child</strong><span class="notes"></span></td>
925
- <td class="dark value border-left border-right ">&pound;1.35</td>
982
+ <td class="dark value border-left border-right ">&pound;1.44</td>
926
983
 
927
- <td class="value border-right ">&pound;1.50</td>
984
+ <td class="value border-right ">&pound;1.60</td>
928
985
  </tr>
929
986
  <tr>
930
987
  <td class="border-left "><strong>Student</strong><span class="notes"></span></td>
931
- <td class="dark value border-left border-right ">&pound;1.35</td>
988
+ <td class="dark value border-left border-right ">&pound;1.44</td>
932
989
 
933
- <td class="value border-right ">&pound;1.50</td>
990
+ <td class="value border-right ">&pound;1.60</td>
934
991
  </tr>
935
992
  <tr>
936
993
  <td class="border-left "><strong>Senior</strong><span class="notes"></span></td>
937
- <td class="dark value border-left border-right ">&pound;1.35</td>
994
+ <td class="dark value border-left border-right ">&pound;1.44</td>
938
995
 
939
- <td class="value border-right ">&pound;1.50</td>
996
+ <td class="value border-right ">&pound;1.60</td>
940
997
  </tr>
941
998
  <tr>
942
999
  <td class="border-left "><strong>Family</strong><span class="notes"></span></td>
943
- <td class="dark value border-left border-right ">&pound;5.04</td>
1000
+ <td class="dark value border-left border-right ">&pound;5.40</td>
944
1001
 
945
- <td class="value border-right ">&pound;5.60</td>
1002
+ <td class="value border-right ">&pound;6.00</td>
946
1003
  </tr>
947
1004
  <tr>
948
1005
  <td class="border-left "><strong>Unlimited</strong><span class="notes"></span></td>
949
- <td class="dark value border-left border-right ">&pound;1.50</td>
1006
+ <td class="dark value border-left border-right ">&pound;1.60</td>
1007
+
1008
+ <td class="value border-right ">&pound;1.60</td>
1009
+ </tr>
1010
+ <tr>
1011
+ <td class="border-left "><strong>Unlimited Premium</strong><span class="notes"></span></td>
1012
+ <td class="dark value border-left border-right ">&pound;0.00</td>
950
1013
 
951
- <td class="value border-right ">&pound;1.50</td>
1014
+ <td class="value border-right ">&pound;0.00</td>
952
1015
  </tr>
953
1016
  <tr>
954
- <td class="border-left border-bottom radius-bottom-left"><strong>Unlimited Premium</strong><span class="notes"></span></td>
955
- <td class="dark value border-left border-right border-bottom">&pound;0.00</td>
1017
+ <td class="border-left border-bottom radius-bottom-left"><strong>3D Glasses</strong><span class="notes"></span></td>
1018
+ <td class="dark value border-left border-right border-bottom">&pound;1.00</td>
956
1019
 
957
- <td class="value border-right border-bottom radius-bottom-right">&pound;0.00</td>
1020
+ <td class="value border-right border-bottom radius-bottom-right">&pound;1.00</td>
958
1021
  </tr>
959
1022
  </tbody>
960
1023
  </table>
961
1024
 
962
-
1025
+
1026
+
1027
+
963
1028
  </div>
964
1029
 
965
1030
 
966
1031
  </div>
967
1032
 
968
- <div class="section light clearfix ">
1033
+ <div class="section light clearfix " >
969
1034
  <h1 id="services" class="ribbon">Summary of facilities</h1>
970
1035
 
971
1036
  <ul class="unstyled clearfix services">
972
1037
  <li>
973
1038
  <h2>Screens and Ticketing</h2>
974
1039
  <ul class="unstyled">
975
- <li class="icon-service-pre">Advance screenings</li>
1040
+ <li class="icon-service-adv">Advance screenings</li>
976
1041
  <li class="icon-service-dig">Digital</li>
977
- <li class="icon-service-thrd">3D</li>
1042
+ <li class="icon-service-3d">3D</li>
978
1043
  <li class="icon-service-vh">Venue hire</li>
979
- <li class="icon-service-eticket">E-ticketing</li>
980
- </ul>
981
- </li>
982
- <li>
983
- <h2>Food and Drink</h2>
984
- <ul class="unstyled">
985
- <li class="icon-service-bar">Bar</li>
986
- <li class="icon-service-con">Concessions</li>
987
- <li class="icon-service-baj">Ben &amp; Jerrys Scoop Ice cream</li>
1044
+ <li class="icon-service-etx">E-Tickets</li>
1045
+ <li class="icon-service-hfr">HFR</li>
1046
+ <li class="icon-service-ns">Allocated Seating</li>
988
1047
  </ul>
989
1048
  </li>
990
1049
  <li>
@@ -992,6 +1051,7 @@
992
1051
  <ul class="unstyled">
993
1052
  <li class="icon-service-m4j">Movies for juniors</li>
994
1053
  <li class="icon-service-au">Autism Friendly</li>
1054
+ <li class="icon-service-cb">Cinebabies</li>
995
1055
  </ul>
996
1056
  </li>
997
1057
  <li>
@@ -999,16 +1059,22 @@
999
1059
  <ul class="unstyled">
1000
1060
  <li class="icon-service-dba">Disabled access</li>
1001
1061
  <li class="icon-service-dbp">Disabled parking</li>
1002
- <li class="icon-service-sub">Subtitled</li>
1062
+ <li class="icon-service-sb">Subtitled</li>
1003
1063
  <li class="icon-service-gdog">Guide dogs allowed</li>
1004
1064
  <li class="icon-service-ad">Audio description</li>
1005
1065
  </ul>
1006
1066
  </li>
1067
+ <li>
1068
+ <h2>Snacks and Drinks</h2>
1069
+ <ul class="unstyled">
1070
+ <li class="icon-service-bas">Baskin Robbins Scoop Ice cream</li>
1071
+ </ul>
1072
+ </li>
1007
1073
  </ul>
1008
1074
  </div>
1009
1075
 
1010
1076
 
1011
- <div class="section light clearfix ">
1077
+ <div class="section light clearfix " >
1012
1078
  <h1 id="directions" class="ribbon">How do I get there?</h1>
1013
1079
 
1014
1080
  <div class="row">
@@ -1016,50 +1082,51 @@
1016
1082
  <h2>Details</h2>
1017
1083
  <address class="marker">
1018
1084
  <div class="pin primary small">1</div>
1019
- <strong>Cineworld Bury St. Edmunds</strong>
1020
- <br />Parkway, Bury St. Edmunds IP33 3BA
1085
+ <strong>Cineworld Brighton</strong>
1086
+ <br />Brighton Marina, Brighton, East Sussex BN2 5UF
1021
1087
  <br />0871 200 2000
1022
1088
  </address>
1023
1089
 
1024
- <div class="map interactive deferred" data-key="Aj8bhxskJR1S8CqbKYkL4SpvWzacmzzB2iTfZSwi-HFLHpPN6ISfu8wccbH6Rra4" data-width="458" data-height="400" data-coordinates="52.246215,0.706635" data-zoom="15" data-nearby="0" >
1025
- <div id="bing-6" class="bing viewport" style="display: none;"></div>
1090
+ <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" >
1091
+ <div id="bing-3" class="bing viewport" style="display: none;"></div>
1026
1092
  </div>
1027
1093
  </div>
1028
1094
  <div class="span6">
1029
1095
  <h3>Transport Information</h3>
1030
1096
  <h4>By train</h4>
1031
- <p>Turn right out of the Bury St. Edmunds station into station hill road, go up the hill and carry on to the mini roundabout, here you need to take the 3rd exit and go along Tayfen road. At the next mini roundabout take the 2nd exit into Parkway. Carry on up this road over the next roundabout and the cinema is about 200 yards on your right.</p>
1097
+ <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>
1032
1098
  <h4>By bus</h4>
1033
- <p>The cinema is 5 Minutes walk from Town Centre Bus Station.</p>
1099
+ <p>Numbers 7, 21 and 23 stop outside the cinema.</p>
1034
1100
  <h4>By car</h4>
1035
- <p>Head towards the town centre and then get onto Parkway ring road. The cinema is between the Kings road roundabout and the Risbygate Street roundabout.</p>
1101
+ <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>
1036
1102
  <h3>Parking</h3>
1037
- <p>Council-operated multi storey and surface car parks are available near the cinema.</p>
1103
+ <p>Free multi storey car park is available nearby the cinema.</p>
1038
1104
  <h3>Disabled Access</h3>
1039
1105
  <h4>Disabled Parking</h4>
1040
- <p>Council-operated Disabled Drop Off point next to cinema. No Dedicated Spaces.</p>
1106
+ <p>Designated spaces for disabled parking are available on the lowest floor near the Asda garage</p>
1041
1107
  </div>
1042
1108
  </div>
1043
1109
 
1044
1110
  </div>
1045
1111
 
1046
1112
 
1047
- <div class="section light clearfix ">
1048
- <h1 id="hire" class="ribbon">Hire Cineworld Bury St. Edmunds</h1>
1113
+ <div class="section light clearfix " >
1114
+ <h1 id="hire" class="ribbon">Hire Cineworld Brighton</h1>
1049
1115
 
1050
1116
  <div class="row hire">
1051
1117
  <div class="span6">
1052
- <p>Cineworld Bury St. Edmunds'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>
1053
- <p>Cineworld Bury St. Edmunds contains licensed bars, perfect as a breakout space for meetings or a drinks reception to round off the day. 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>
1054
- <a class="action secondary light" href="/venuehire/venues/6">Visit our venue hire website</a>
1118
+ <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>
1119
+ <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>
1120
+ <a class="action secondary light" href="/venuehire/venues/3">Visit our venue hire website</a>
1055
1121
  </div>
1056
1122
  </div>
1057
1123
  </div>
1058
1124
  </div>
1125
+
1059
1126
 
1060
1127
 
1061
1128
  <div id="footer" role="contentinfo">
1062
- <div class="section dark clearfix ">
1129
+ <div class="section dark clearfix " >
1063
1130
 
1064
1131
  <div class="row">
1065
1132
 
@@ -1103,7 +1170,7 @@
1103
1170
 
1104
1171
  <h3>Cineworld apps</h3>
1105
1172
  <ul>
1106
- <li><a href="http://itunes.apple.com/gb/app/cineworld/id377707014">iPhone app</a></li>
1173
+ <li><a href="http://itunes.apple.com/gb/app/cineworld/id377707014?mt=8">iPhone app</a></li>
1107
1174
  <li><a href="https://play.google.com/store/apps/details?id=com.cineworld">Android app</a></li>
1108
1175
  <li><a href="http://itunes.apple.com/gb/app/cineworld-magazine/id508350271">iPad magazine</a></li>
1109
1176
  </ul>
@@ -1114,7 +1181,7 @@
1114
1181
 
1115
1182
  <div class="row">
1116
1183
  <div class="span12 smallprint small">
1117
- <p>All rights reserved Cineworld Cinemas 2013 &copy;</p>
1184
+ <p>All rights reserved Cineworld Cinemas 2014 &copy;</p>
1118
1185
  </div>
1119
1186
  </div>
1120
1187
 
@@ -1131,22 +1198,6 @@
1131
1198
  <p data-field="explanation" class="default">Booking is unavailable for this showtime as it may have already started, finished or been sold out.</p>
1132
1199
  </div>
1133
1200
 
1134
- <div class="notification cookie" style="display: none;">
1135
- <h1 class="">Cookies Notification</h1>
1136
- <div>
1137
- <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>
1138
- <p>
1139
- <a href="/cookies/settings">Change settings</a><br />
1140
- <a href="/cookies/about" target="_blank">Find out more about Cookies</a>
1141
- </p>
1142
- <p>
1143
- <a class="action primary">Close</a>
1144
- </p>
1145
-
1146
- <p>This notification will be automatically dismissed in <span class="remaining">15</span> seconds, <a class="dismiss">dismiss this countdown</a>.</p>
1147
- </div>
1148
- </div>
1149
-
1150
1201
  <script type="text/javascript" src="/cw/assets/javascript/jquery.blockui.packed.js"></script>
1151
1202
  <script type="text/javascript" src="/cw/assets/javascript/jquery.lazyload.packed.js"></script>
1152
1203
  <script type="text/javascript" src="/cw/assets/javascript/jquery.validate.packed.js"></script>
@@ -1203,7 +1254,7 @@
1203
1254
  //<![CDATA[
1204
1255
  (function() {
1205
1256
  var _analytics_scr = document.createElement('script');
1206
- _analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=2977d8d74f63d7f8fedbea018b7a1d05&ns=1';
1257
+ _analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=2977d8d74f63d7f8fedbea018b7a1d05&ns=2';
1207
1258
  var _analytics_elem = document.getElementsByTagName('script')[0]; _analytics_elem.parentNode.insertBefore(_analytics_scr, _analytics_elem);
1208
1259
  })();
1209
1260
  // ]]>