cineworld_uk 2.1.6 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -3
  3. data/README.md +56 -14
  4. data/Rakefile +57 -1
  5. data/cineworld_uk.gemspec +1 -2
  6. data/lib/cineworld_uk/cinema.rb +113 -182
  7. data/lib/cineworld_uk/internal/api_response.rb +74 -0
  8. data/lib/cineworld_uk/internal/parser/api/cinema_address.rb +81 -0
  9. data/lib/cineworld_uk/internal/parser/api/film.rb +46 -0
  10. data/lib/cineworld_uk/internal/parser/api/film_lookup.rb +38 -0
  11. data/lib/cineworld_uk/internal/parser/api/performance.rb +46 -0
  12. data/lib/cineworld_uk/internal/parser/api/performances_by_day.rb +50 -0
  13. data/lib/cineworld_uk/internal/title_sanitizer.rb +56 -52
  14. data/lib/cineworld_uk/performance.rb +78 -0
  15. data/lib/cineworld_uk/version.rb +2 -2
  16. data/lib/cineworld_uk.rb +11 -8
  17. data/test/fixtures/api/cinema-detail-10.json +1 -0
  18. data/test/fixtures/api/cinema-detail-21.json +1 -0
  19. data/test/fixtures/api/cinema-detail-3.json +1 -0
  20. data/test/fixtures/api/cinema-detail-96.json +1 -0
  21. data/test/fixtures/api/cinema-list.json +1 -0
  22. data/test/fixtures/api/dates-3.json +1 -0
  23. data/test/fixtures/api/film-list-comingsoon.json +1 -0
  24. data/test/fixtures/api/film-list.json +1 -0
  25. data/test/fixtures/api/performances-tomorrow-3.json +1 -0
  26. data/test/lib/cineworld_uk/cinema_test.rb +96 -197
  27. data/test/lib/cineworld_uk/internal/api_response_test.rb +85 -0
  28. data/test/lib/cineworld_uk/internal/parser/api/cinema_address_test.rb +93 -0
  29. data/test/lib/cineworld_uk/internal/parser/api/film_lookup_test.rb +30 -0
  30. data/test/lib/cineworld_uk/internal/parser/api/film_test.rb +169 -0
  31. data/test/lib/cineworld_uk/internal/parser/api/performance_test.rb +62 -0
  32. data/test/lib/cineworld_uk/internal/title_sanitizer_test.rb +1 -1
  33. data/test/lib/cineworld_uk/{screening_test.rb → performance_test.rb} +36 -48
  34. data/test/support/fixture_reader.rb +44 -0
  35. metadata +48 -59
  36. data/lib/cineworld_uk/film.rb +0 -65
  37. data/lib/cineworld_uk/internal/film_with_screenings_parser.rb +0 -69
  38. data/lib/cineworld_uk/internal/screening_parser.rb +0 -132
  39. data/lib/cineworld_uk/internal/website.rb +0 -35
  40. data/lib/cineworld_uk/internal/whatson_parser.rb +0 -36
  41. data/lib/cineworld_uk/screening.rb +0 -87
  42. data/test/fixture_updater.rb +0 -64
  43. data/test/fixtures/cinemas.html +0 -513
  44. data/test/fixtures/information/brighton.html +0 -1268
  45. data/test/fixtures/information/bristol.html +0 -1265
  46. data/test/fixtures/whatson/brighton/film_first.html +0 -207
  47. data/test/fixtures/whatson/brighton/film_last.html +0 -62
  48. data/test/fixtures/whatson/brighton/film_second.html +0 -347
  49. data/test/fixtures/whatson/brighton.html +0 -7508
  50. data/test/fixtures/whatson/glasgow-imax-at-gsc/film_first.html +0 -182
  51. data/test/fixtures/whatson/the-o2-greenwich/film_first.html +0 -167
  52. data/test/lib/cineworld_uk/film_test.rb +0 -142
  53. data/test/lib/cineworld_uk/internal/film_with_screenings_parser_test.rb +0 -101
  54. data/test/lib/cineworld_uk/internal/website_test.rb +0 -57
  55. data/test/lib/cineworld_uk/internal/whatson_parser_test.rb +0 -58
@@ -1,1268 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html lang="en">
4
- <head>
5
- <title>Brighton | 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
-
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;" />
37
-
38
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/bootstrap.packed.css" media="all" />
39
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/jquery.fancybox.packed.css" media="all" />
40
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.packed.css" media="all" />
41
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.default.packed.css" media="all" />
42
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/zebra.datepicker.packed.css" media="all" />
43
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-desktop.packed.css" media="all" />
44
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-print.packed.css" media="print" />
45
- <!--[if IE]>
46
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-desktop-ie.packed.css" media="all" />
47
- <![endif]-->
48
- <!--[if lt IE 8]>
49
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-desktop-ie7.packed.css" media="all" />
50
- <![endif]-->
51
-
52
- <script type="text/javascript" src="/cw/assets/javascript/log4j.packed.js"></script>
53
- <script type="text/javascript" src="/cw/assets/javascript/jquery.packed.js"></script>
54
- <!--[if lt IE 8]>
55
- <script type="text/javascript" src="/cw/assets/javascript/jquery.pseudo.packed.js"></script>
56
- <![endif]-->
57
-
58
- <script type="text/javascript">
59
- var _gaq = _gaq || [];
60
- _gaq.push(['_setAccount', 'UA-35708014-1']);
61
- _gaq.push(['_setDomainName', 'cineworld.co.uk']);
62
- _gaq.push(['_trackPageview']);
63
-
64
- (function () {
65
- var ga = document.createElement('script');
66
- ga.type = 'text/javascript';
67
- ga.async = true;
68
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
69
- var s = document.getElementsByTagName('script')[0];
70
- s.parentNode.insertBefore(ga, s);
71
- })();
72
- </script>
73
-
74
-
75
-
76
- <meta name="Keywords" content="" />
77
- <meta name="Description" content="Cineworld Brighton - Brighton Marina, Brighton, East Sussex, BN2 5UF - Brighton Cinema Listings - Book tickets online" />
78
- <meta name="" content=""/>
79
- <meta name="" content=""/>
80
-
81
-
82
-
83
- <script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>
84
-
85
- <link rel="canonical" href="http://www.cineworld.co.uk/cinemas/brighton/information" />
86
- <link rel="alternate" media="only screen and (max-width: 640px)" href=”http://www.cineworld.co.uk/mobile/cinemas/brighton/information" >
87
-
88
- <script type="text/javascript">
89
- $(document).ready(function() {
90
- $('.pricing').cwPricing();
91
- });
92
- </script>
93
-
94
-
95
-
96
-
97
- <!-- cinwebprweb14.901e.sys.carrenza.net -->
98
-
99
- <!-- Start Visual Website Optimizer Asynchronous Code -->
100
- <script type='text/javascript'>
101
- var _vwo_code=(function(){
102
- var account_id=46415,
103
- settings_tolerance=2000,
104
- library_tolerance=2500,
105
- use_existing_jquery=false,
106
- // DO NOT EDIT BELOW THIS LINE
107
- 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();
108
- </script>
109
- <!-- End Visual Website Optimizer Asynchronous Code -->
110
- </head>
111
-
112
- <body class="cineworld gb multiple-cinema-site web browser cinema">
113
- <div id="fb-root"></div>
114
-
115
- <div class="notification cookie" style="display: none;">
116
- <div>
117
- <h3 class="h1">Cookies Notification</h3>
118
-
119
- <div class="text">
120
- <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>
121
-
122
- <p>This notification will be automatically dismissed in <span class="remaining">15</span> seconds, <a class="dismiss">dismiss this countdown</a>.</p>
123
- </div>
124
-
125
- <div class="actions">
126
- <p>
127
- <a href="/cookies/settings">Change settings</a><br />
128
- <a href="/cookies/about" target="_blank">Find out more about Cookies</a>
129
- </p>
130
- <p>
131
- <a class="action primary">Continue</a>
132
- </p>
133
- </div>
134
- </div>
135
- </div>
136
-
137
- <div id="wallpaper">
138
-
139
- <div id="header" role="banner">
140
- <div class="container">
141
- <a class="brand" href="/">Cineworld Cinemas</a>
142
-
143
- <div class="account">
144
- <span class="icon-logo-mycineworld ">mycineworld</span>
145
- <p>
146
- <a class="action secondary dark" data-type="login" href="/login?location=">Login</a>
147
- <a class="action secondary dark" data-type="register" href="/register?location=&amp;source=mycineworld&amp;favouriteCinema=-1">Register</a>
148
- <a class="action secondary dark" data-type="why" href="/mycineworld">Find out why?</a>
149
- </p>
150
- </div>
151
- </div>
152
- </div>
153
-
154
- <div class="navigation" role="navigation">
155
- <ul>
156
- <li>
157
- <a href="/whatson">What's On</a>
158
- <ul>
159
- <li><a href="/whatson?cinema=all">All Films Now Booking</a></li>
160
- <li><a href="/whatson/coming/?cinema=all&amp;date=all">Coming Soon</a></li>
161
- <li><a href="/whatson/future/?cinema=all&amp;date=all">Future Films</a></li>
162
- <li><a href="/whatson/ending/?cinema=all">Ending Soon</a></li>
163
- <li><a href="/whatson/category/junior">Movies for Juniors</a></li>
164
- <li><a href="/whatson/category/bollywood">Bollywood and South Asian Cinema</a></li>
165
- <li><a href="/events">Theatre, Opera and Event Cinema</a></li>
166
- </ul>
167
- </li>
168
- <li>
169
- <a href="/cinemas">Our Cinemas</a>
170
- </li>
171
- <li>
172
- <a href="/prices">Prices</a>
173
- </li>
174
- <li>
175
- <a href="/explore">Explore Cineworld</a>
176
- <ul>
177
- <li><a href="/explore/reald">RealD 3D</a></li>
178
- <li><a href="/explore/imax">IMAX</a></li>
179
- <li><a href="/explore/dbox">D-BOX</a></li>
180
- <li><a href="/blog">Cineworld Blog</a></li>
181
- <li><a href="/competitions">Offers &amp; Competitions</a></li>
182
-
183
- <li><a href="/cineworld-foundation">Cineworld Foundation</a></li>
184
- <li><a href="/bargain-tuesdays">Bargain Tuesdays</a></li>
185
- <li><a href="/take2">Take 2</a></li>
186
- <li><a href="/baskin-robbins">Baskin Robbins at Cineworld</a></li>
187
- <li><a href="/starbucks">Starbucks at Cineworld</a></li>
188
- </ul>
189
- </li>
190
- <li>
191
- <a href="/unlimited">Unlimited Card</a>
192
- <ul>
193
- <li><a href="/unlimited/howitworks">How it works</a></li>
194
- <li><a href="/unlimited/discounts">Unlimited discounts</a></li>
195
- <li><a href="/unlimited/premium">Premium Unlimited</a></li>
196
- <li><a href="https://www.unlimitedcineworld.com/uk/pages/Login.aspx">Apply for Unlimited</a></li>
197
- </ul>
198
- </li>
199
- <li>
200
- <a href="/giftcards">Gifts</a>
201
- <ul>
202
- <li><a href="/shop?category=giftcards">Order Gift Cards by Post</a></li>
203
- <li><a href="/shop?category=egiftcards">Order e-Gift Vouchers by Email</a></li>
204
- <li><a href="https://www.unlimitedcineworld.com/uk/pages/Login.aspx">Send Unlimited as a Gift</a></li>
205
- </ul>
206
- </li>
207
- <li>
208
- <form action="/search" method="get" class="search" role="search" data-ajax-action="/search/suggestions">
209
- <label class="no-margin inline">
210
- <span class="accessible-hide-html-self">Search</span>
211
- <input accesskey="s" autocomplete="off" placeholder="Search films and cinemas..." type="search" name="q" />
212
- </label>
213
- <ol class="results"></ol>
214
- <button type="submit">Search</button>
215
- </form>
216
- </li>
217
- </ul>
218
- </div>
219
-
220
- <div class="container blockable" role="main">
221
-
222
- <!-- [SL] Site content layout -->
223
- <div class="layout">
224
- <div id="content" >
225
- <div class="section dark gradient clearfix info" >
226
- <div class="row">
227
- <div class="span8">
228
- <h1>Cineworld Brighton
229
- <a id="changeCinema" class="action secondary dark" href="/cinemas?path=/cinemas/[id]/information">Change cinema</a>
230
- </h1>
231
-
232
- <h2>About Brighton</h2>
233
- <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>
234
-
235
- <ul class="unstyled navigation">
236
- <li><a class="icon-navigation-large-food-drink" href="#services">Summary of facilities</a></li>
237
- <li><a class="icon-navigation-large-tickets" href="#prices">How much do tickets cost?</a></li>
238
- <li><a class="icon-navigation-large-map" href="#directions">How do I get there?</a></li>
239
- <li><a class="icon-navigation-large-hire" href="#hire">Hire this cinema</a></li>
240
- </ul>
241
- </div>
242
-
243
- <div class="span4">
244
- <h2>What's on at Brighton</h2>
245
-
246
- <ul class="grid films clearfix">
247
-
248
- <li>
249
-
250
- <div class="poster has-ribbon">
251
- <a href="/whatson/the-boxtrolls?cinema=3">
252
- <div class="overlay ribbon blue">Previews Sept 06 &amp; 07</div>
253
-
254
-
255
-
256
- <div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/7705_poster_iphone.jpg" alt="Poster for Film The Boxtrolls" /></div>
257
- </a>
258
- </div>
259
- <a href="/whatson/the-boxtrolls?cinema=3">The Boxtrolls</a>
260
- </li>
261
-
262
- <li>
263
-
264
- <div class="poster ">
265
- <a href="/whatson/sex-tape?cinema=3">
266
-
267
-
268
-
269
- <div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/7670_poster_iphone.jpg" alt="Poster for Film Sex Tape" /></div>
270
- </a>
271
- </div>
272
- <a href="/whatson/sex-tape?cinema=3">Sex Tape</a>
273
- </li>
274
- </ul>
275
-
276
- <p><a class="action primary" href="/whatson?cinema=3">See all films at this cinema</a></p>
277
- </div>
278
- </div>
279
- </div>
280
-
281
- <div class="section light clearfix " >
282
- <h2 id="prices" class="h1 ribbon overlap">How much do tickets cost?</h2>
283
-
284
-
285
- <div class="promotion block clearfix">
286
- <a href="http://www.cineworld.co.uk/unlimited/intro" target="_self"><img src="/assets/media/ads/ad_38211.png" alt="Unleash The Power Of Unlimited Movies" title="Unleash The Power Of Unlimited Movies" /></a>
287
- </div>
288
-
289
- <div class="pricing">
290
- <div class="panel anonymous dark">
291
- <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>
292
-
293
- <a class="action mycineworld" href="/register">Register</a>
294
- <a class="action mycineworld" href="/login">Login</a>
295
- <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>
296
- </div>
297
-
298
- <div class="accessible-tabs" data-header="Choose the day of your performance">
299
-
300
- <h2 class="day-0 action secondary">Sun</h2>
301
- <div class="tab">
302
- <table class="tickets">
303
- <thead>
304
- <tr>
305
- <th colspan="2" class="transparent">&nbsp;</th>
306
- <th colspan="2" class="dark border-top border-right border-left">
307
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
308
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
309
- </th>
310
- <th colspan="2" class="border-top border-right border-left">
311
- In-Cinema Tickets
312
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
313
- </th>
314
- </tr>
315
- <tr>
316
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
317
- <th class="border-top border-bottom">Details</th>
318
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
319
- <th class="dark border-top border-right border-bottom">After 5pm</th>
320
- <th class="border-top border-right border-bottom">Before 5pm</th>
321
- <th class="border-top border-right border-bottom">After 5pm</th>
322
- </tr>
323
- </thead>
324
- <tbody>
325
- <tr>
326
- <td class="border-left border-right "><strong>Adult</strong></td>
327
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
328
- <td class="dark value border-left border-right ">&pound;7.70</td>
329
- <td class="dark value border-right ">&pound;8.78</td>
330
- <td class="value border-right ">&pound;8.00</td>
331
- <td class="value border-right ">&pound;9.20</td>
332
- </tr>
333
- <tr>
334
- <td class="border-left border-right "><strong>Child</strong></td>
335
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
336
- <td class="dark value border-left border-right ">&pound;5.72</td>
337
- <td class="dark value border-right ">&pound;6.44</td>
338
- <td class="value border-right ">&pound;5.80</td>
339
- <td class="value border-right ">&pound;6.60</td>
340
- </tr>
341
- <tr>
342
- <td class="border-left border-right "><strong>Student</strong></td>
343
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
344
- <td class="dark value border-left border-right ">&pound;5.81</td>
345
- <td class="dark value border-right ">&pound;6.71</td>
346
- <td class="value border-right ">&pound;5.90</td>
347
- <td class="value border-right ">&pound;6.90</td>
348
- </tr>
349
- <tr>
350
- <td class="border-left border-right "><strong>Senior</strong></td>
351
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
352
- <td class="dark value border-left border-right ">&pound;5.81</td>
353
- <td class="dark value border-right ">&pound;6.71</td>
354
- <td class="value border-right ">&pound;5.90</td>
355
- <td class="value border-right ">&pound;6.90</td>
356
- </tr>
357
- <tr>
358
- <td class="border-left border-right "><strong>Family</strong></td>
359
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
360
- <td class="dark value border-left border-right ">&pound;24.14</td>
361
- <td class="dark value border-right ">&pound;27.74</td>
362
- <td class="value border-right ">&pound;24.60</td>
363
- <td class="value border-right ">&pound;28.60</td>
364
- </tr>
365
- <tr>
366
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
367
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
368
- <td class="dark value border-left border-right ">N/A</td>
369
- <td class="dark value border-right ">N/A</td>
370
- <td class="value border-right ">N/A</td>
371
- <td class="value border-right ">N/A</td>
372
- </tr>
373
- <tr>
374
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
375
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
376
- <td class="dark value border-left border-right ">&pound;1.35</td>
377
- <td class="dark value border-right ">N/A</td>
378
- <td class="value border-right ">&pound;1.50</td>
379
- <td class="value border-right ">N/A</td>
380
- </tr>
381
- <tr>
382
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
383
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
384
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
385
- <td class="dark value border-right border-bottom">N/A</td>
386
- <td class="value border-right border-bottom">&pound;3.00</td>
387
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
388
- </tr>
389
- </tbody>
390
- </table>
391
- </div>
392
-
393
-
394
- <h2 class="day-1 action secondary">Mon</h2>
395
- <div class="tab">
396
- <table class="tickets">
397
- <thead>
398
- <tr>
399
- <th colspan="2" class="transparent">&nbsp;</th>
400
- <th colspan="2" class="dark border-top border-right border-left">
401
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
402
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
403
- </th>
404
- <th colspan="2" class="border-top border-right border-left">
405
- In-Cinema Tickets
406
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
407
- </th>
408
- </tr>
409
- <tr>
410
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
411
- <th class="border-top border-bottom">Details</th>
412
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
413
- <th class="dark border-top border-right border-bottom">After 5pm</th>
414
- <th class="border-top border-right border-bottom">Before 5pm</th>
415
- <th class="border-top border-right border-bottom">After 5pm</th>
416
- </tr>
417
- </thead>
418
- <tbody>
419
- <tr>
420
- <td class="border-left border-right "><strong>Adult</strong></td>
421
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
422
- <td class="dark value border-left border-right ">&pound;7.70</td>
423
- <td class="dark value border-right ">&pound;8.78</td>
424
- <td class="value border-right ">&pound;8.00</td>
425
- <td class="value border-right ">&pound;9.20</td>
426
- </tr>
427
- <tr>
428
- <td class="border-left border-right "><strong>Child</strong></td>
429
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
430
- <td class="dark value border-left border-right ">&pound;5.72</td>
431
- <td class="dark value border-right ">&pound;6.44</td>
432
- <td class="value border-right ">&pound;5.80</td>
433
- <td class="value border-right ">&pound;6.60</td>
434
- </tr>
435
- <tr>
436
- <td class="border-left border-right "><strong>Student</strong></td>
437
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
438
- <td class="dark value border-left border-right ">&pound;5.81</td>
439
- <td class="dark value border-right ">&pound;6.71</td>
440
- <td class="value border-right ">&pound;5.90</td>
441
- <td class="value border-right ">&pound;6.90</td>
442
- </tr>
443
- <tr>
444
- <td class="border-left border-right "><strong>Senior</strong></td>
445
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
446
- <td class="dark value border-left border-right ">&pound;5.81</td>
447
- <td class="dark value border-right ">&pound;6.71</td>
448
- <td class="value border-right ">&pound;5.90</td>
449
- <td class="value border-right ">&pound;6.90</td>
450
- </tr>
451
- <tr>
452
- <td class="border-left border-right "><strong>Family</strong></td>
453
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
454
- <td class="dark value border-left border-right ">&pound;24.14</td>
455
- <td class="dark value border-right ">&pound;27.74</td>
456
- <td class="value border-right ">&pound;24.60</td>
457
- <td class="value border-right ">&pound;28.60</td>
458
- </tr>
459
- <tr>
460
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
461
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
462
- <td class="dark value border-left border-right ">N/A</td>
463
- <td class="dark value border-right ">N/A</td>
464
- <td class="value border-right ">N/A</td>
465
- <td class="value border-right ">N/A</td>
466
- </tr>
467
- <tr>
468
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
469
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
470
- <td class="dark value border-left border-right ">&pound;1.35</td>
471
- <td class="dark value border-right ">N/A</td>
472
- <td class="value border-right ">&pound;1.50</td>
473
- <td class="value border-right ">N/A</td>
474
- </tr>
475
- <tr>
476
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
477
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
478
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
479
- <td class="dark value border-right border-bottom">N/A</td>
480
- <td class="value border-right border-bottom">&pound;3.00</td>
481
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
482
- </tr>
483
- </tbody>
484
- </table>
485
- </div>
486
-
487
-
488
- <h2 class="day-2 action secondary">Tues</h2>
489
- <div class="tab">
490
- <table class="tickets">
491
- <thead>
492
- <tr>
493
- <th colspan="2" class="transparent">&nbsp;</th>
494
- <th colspan="2" class="dark border-top border-right border-left">
495
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
496
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
497
- </th>
498
- <th colspan="2" class="border-top border-right border-left">
499
- In-Cinema Tickets
500
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
501
- </th>
502
- </tr>
503
- <tr>
504
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
505
- <th class="border-top border-bottom">Details</th>
506
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
507
- <th class="dark border-top border-right border-bottom">After 5pm</th>
508
- <th class="border-top border-right border-bottom">Before 5pm</th>
509
- <th class="border-top border-right border-bottom">After 5pm</th>
510
- </tr>
511
- </thead>
512
- <tbody>
513
- <tr>
514
- <td class="border-left border-right "><strong>Adult</strong></td>
515
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
516
- <td class="dark value border-left border-right ">N/A</td>
517
- <td class="dark value border-right ">N/A</td>
518
- <td class="value border-right ">N/A</td>
519
- <td class="value border-right ">N/A</td>
520
- </tr>
521
- <tr>
522
- <td class="border-left border-right "><strong>Child</strong></td>
523
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
524
- <td class="dark value border-left border-right ">N/A</td>
525
- <td class="dark value border-right ">N/A</td>
526
- <td class="value border-right ">N/A</td>
527
- <td class="value border-right ">N/A</td>
528
- </tr>
529
- <tr>
530
- <td class="border-left border-right "><strong>Student</strong></td>
531
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
532
- <td class="dark value border-left border-right ">N/A</td>
533
- <td class="dark value border-right ">N/A</td>
534
- <td class="value border-right ">N/A</td>
535
- <td class="value border-right ">N/A</td>
536
- </tr>
537
- <tr>
538
- <td class="border-left border-right "><strong>Senior</strong></td>
539
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
540
- <td class="dark value border-left border-right ">N/A</td>
541
- <td class="dark value border-right ">N/A</td>
542
- <td class="value border-right ">N/A</td>
543
- <td class="value border-right ">N/A</td>
544
- </tr>
545
- <tr>
546
- <td class="border-left border-right "><strong>Family</strong></td>
547
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
548
- <td class="dark value border-left border-right ">N/A</td>
549
- <td class="dark value border-right ">N/A</td>
550
- <td class="value border-right ">N/A</td>
551
- <td class="value border-right ">N/A</td>
552
- </tr>
553
- <tr>
554
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
555
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
556
- <td class="dark value border-left border-right ">&pound;5.72</td>
557
- <td class="dark value border-right ">&pound;5.72</td>
558
- <td class="value border-right ">&pound;5.80</td>
559
- <td class="value border-right ">&pound;5.80</td>
560
- </tr>
561
- <tr>
562
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
563
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
564
- <td class="dark value border-left border-right ">&pound;1.35</td>
565
- <td class="dark value border-right ">N/A</td>
566
- <td class="value border-right ">&pound;1.50</td>
567
- <td class="value border-right ">N/A</td>
568
- </tr>
569
- <tr>
570
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
571
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
572
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
573
- <td class="dark value border-right border-bottom">N/A</td>
574
- <td class="value border-right border-bottom">&pound;3.00</td>
575
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
576
- </tr>
577
- </tbody>
578
- </table>
579
- </div>
580
-
581
-
582
- <h2 class="day-3 action secondary">Wed</h2>
583
- <div class="tab">
584
- <table class="tickets">
585
- <thead>
586
- <tr>
587
- <th colspan="2" class="transparent">&nbsp;</th>
588
- <th colspan="2" class="dark border-top border-right border-left">
589
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
590
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
591
- </th>
592
- <th colspan="2" class="border-top border-right border-left">
593
- In-Cinema Tickets
594
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
595
- </th>
596
- </tr>
597
- <tr>
598
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
599
- <th class="border-top border-bottom">Details</th>
600
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
601
- <th class="dark border-top border-right border-bottom">After 5pm</th>
602
- <th class="border-top border-right border-bottom">Before 5pm</th>
603
- <th class="border-top border-right border-bottom">After 5pm</th>
604
- </tr>
605
- </thead>
606
- <tbody>
607
- <tr>
608
- <td class="border-left border-right "><strong>Adult</strong></td>
609
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
610
- <td class="dark value border-left border-right ">&pound;7.70</td>
611
- <td class="dark value border-right ">&pound;8.78</td>
612
- <td class="value border-right ">&pound;8.00</td>
613
- <td class="value border-right ">&pound;9.20</td>
614
- </tr>
615
- <tr>
616
- <td class="border-left border-right "><strong>Child</strong></td>
617
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
618
- <td class="dark value border-left border-right ">&pound;5.72</td>
619
- <td class="dark value border-right ">&pound;6.44</td>
620
- <td class="value border-right ">&pound;5.80</td>
621
- <td class="value border-right ">&pound;6.60</td>
622
- </tr>
623
- <tr>
624
- <td class="border-left border-right "><strong>Student</strong></td>
625
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
626
- <td class="dark value border-left border-right ">&pound;5.81</td>
627
- <td class="dark value border-right ">&pound;6.71</td>
628
- <td class="value border-right ">&pound;5.90</td>
629
- <td class="value border-right ">&pound;6.90</td>
630
- </tr>
631
- <tr>
632
- <td class="border-left border-right "><strong>Senior</strong></td>
633
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
634
- <td class="dark value border-left border-right ">&pound;5.81</td>
635
- <td class="dark value border-right ">&pound;6.71</td>
636
- <td class="value border-right ">&pound;5.90</td>
637
- <td class="value border-right ">&pound;6.90</td>
638
- </tr>
639
- <tr>
640
- <td class="border-left border-right "><strong>Family</strong></td>
641
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
642
- <td class="dark value border-left border-right ">&pound;24.14</td>
643
- <td class="dark value border-right ">&pound;27.74</td>
644
- <td class="value border-right ">&pound;24.60</td>
645
- <td class="value border-right ">&pound;28.60</td>
646
- </tr>
647
- <tr>
648
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
649
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
650
- <td class="dark value border-left border-right ">N/A</td>
651
- <td class="dark value border-right ">N/A</td>
652
- <td class="value border-right ">N/A</td>
653
- <td class="value border-right ">N/A</td>
654
- </tr>
655
- <tr>
656
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
657
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
658
- <td class="dark value border-left border-right ">&pound;1.35</td>
659
- <td class="dark value border-right ">N/A</td>
660
- <td class="value border-right ">&pound;1.50</td>
661
- <td class="value border-right ">N/A</td>
662
- </tr>
663
- <tr>
664
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
665
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
666
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
667
- <td class="dark value border-right border-bottom">N/A</td>
668
- <td class="value border-right border-bottom">&pound;3.00</td>
669
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
670
- </tr>
671
- </tbody>
672
- </table>
673
- </div>
674
-
675
-
676
- <h2 class="day-4 action secondary">Thurs</h2>
677
- <div class="tab">
678
- <table class="tickets">
679
- <thead>
680
- <tr>
681
- <th colspan="2" class="transparent">&nbsp;</th>
682
- <th colspan="2" class="dark border-top border-right border-left">
683
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
684
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
685
- </th>
686
- <th colspan="2" class="border-top border-right border-left">
687
- In-Cinema Tickets
688
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
689
- </th>
690
- </tr>
691
- <tr>
692
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
693
- <th class="border-top border-bottom">Details</th>
694
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
695
- <th class="dark border-top border-right border-bottom">After 5pm</th>
696
- <th class="border-top border-right border-bottom">Before 5pm</th>
697
- <th class="border-top border-right border-bottom">After 5pm</th>
698
- </tr>
699
- </thead>
700
- <tbody>
701
- <tr>
702
- <td class="border-left border-right "><strong>Adult</strong></td>
703
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
704
- <td class="dark value border-left border-right ">&pound;7.70</td>
705
- <td class="dark value border-right ">&pound;8.78</td>
706
- <td class="value border-right ">&pound;8.00</td>
707
- <td class="value border-right ">&pound;9.20</td>
708
- </tr>
709
- <tr>
710
- <td class="border-left border-right "><strong>Child</strong></td>
711
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
712
- <td class="dark value border-left border-right ">&pound;5.72</td>
713
- <td class="dark value border-right ">&pound;6.44</td>
714
- <td class="value border-right ">&pound;5.80</td>
715
- <td class="value border-right ">&pound;6.60</td>
716
- </tr>
717
- <tr>
718
- <td class="border-left border-right "><strong>Student</strong></td>
719
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
720
- <td class="dark value border-left border-right ">&pound;5.81</td>
721
- <td class="dark value border-right ">&pound;6.71</td>
722
- <td class="value border-right ">&pound;5.90</td>
723
- <td class="value border-right ">&pound;6.90</td>
724
- </tr>
725
- <tr>
726
- <td class="border-left border-right "><strong>Senior</strong></td>
727
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
728
- <td class="dark value border-left border-right ">&pound;5.81</td>
729
- <td class="dark value border-right ">&pound;6.71</td>
730
- <td class="value border-right ">&pound;5.90</td>
731
- <td class="value border-right ">&pound;6.90</td>
732
- </tr>
733
- <tr>
734
- <td class="border-left border-right "><strong>Family</strong></td>
735
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
736
- <td class="dark value border-left border-right ">&pound;24.14</td>
737
- <td class="dark value border-right ">&pound;27.74</td>
738
- <td class="value border-right ">&pound;24.60</td>
739
- <td class="value border-right ">&pound;28.60</td>
740
- </tr>
741
- <tr>
742
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
743
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
744
- <td class="dark value border-left border-right ">N/A</td>
745
- <td class="dark value border-right ">N/A</td>
746
- <td class="value border-right ">N/A</td>
747
- <td class="value border-right ">N/A</td>
748
- </tr>
749
- <tr>
750
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
751
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
752
- <td class="dark value border-left border-right ">&pound;1.35</td>
753
- <td class="dark value border-right ">N/A</td>
754
- <td class="value border-right ">&pound;1.50</td>
755
- <td class="value border-right ">N/A</td>
756
- </tr>
757
- <tr>
758
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
759
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
760
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
761
- <td class="dark value border-right border-bottom">N/A</td>
762
- <td class="value border-right border-bottom">&pound;3.00</td>
763
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
764
- </tr>
765
- </tbody>
766
- </table>
767
- </div>
768
-
769
-
770
- <h2 class="day-5 action secondary">Fri</h2>
771
- <div class="tab">
772
- <table class="tickets">
773
- <thead>
774
- <tr>
775
- <th colspan="2" class="transparent">&nbsp;</th>
776
- <th colspan="2" class="dark border-top border-right border-left">
777
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
778
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
779
- </th>
780
- <th colspan="2" class="border-top border-right border-left">
781
- In-Cinema Tickets
782
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
783
- </th>
784
- </tr>
785
- <tr>
786
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
787
- <th class="border-top border-bottom">Details</th>
788
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
789
- <th class="dark border-top border-right border-bottom">After 5pm</th>
790
- <th class="border-top border-right border-bottom">Before 5pm</th>
791
- <th class="border-top border-right border-bottom">After 5pm</th>
792
- </tr>
793
- </thead>
794
- <tbody>
795
- <tr>
796
- <td class="border-left border-right "><strong>Adult</strong></td>
797
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
798
- <td class="dark value border-left border-right ">&pound;7.70</td>
799
- <td class="dark value border-right ">&pound;8.78</td>
800
- <td class="value border-right ">&pound;8.00</td>
801
- <td class="value border-right ">&pound;9.20</td>
802
- </tr>
803
- <tr>
804
- <td class="border-left border-right "><strong>Child</strong></td>
805
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
806
- <td class="dark value border-left border-right ">&pound;5.72</td>
807
- <td class="dark value border-right ">&pound;6.44</td>
808
- <td class="value border-right ">&pound;5.80</td>
809
- <td class="value border-right ">&pound;6.60</td>
810
- </tr>
811
- <tr>
812
- <td class="border-left border-right "><strong>Student</strong></td>
813
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
814
- <td class="dark value border-left border-right ">&pound;5.81</td>
815
- <td class="dark value border-right ">&pound;6.71</td>
816
- <td class="value border-right ">&pound;5.90</td>
817
- <td class="value border-right ">&pound;6.90</td>
818
- </tr>
819
- <tr>
820
- <td class="border-left border-right "><strong>Senior</strong></td>
821
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
822
- <td class="dark value border-left border-right ">&pound;5.81</td>
823
- <td class="dark value border-right ">&pound;6.71</td>
824
- <td class="value border-right ">&pound;5.90</td>
825
- <td class="value border-right ">&pound;6.90</td>
826
- </tr>
827
- <tr>
828
- <td class="border-left border-right "><strong>Family</strong></td>
829
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
830
- <td class="dark value border-left border-right ">&pound;24.14</td>
831
- <td class="dark value border-right ">&pound;27.74</td>
832
- <td class="value border-right ">&pound;24.60</td>
833
- <td class="value border-right ">&pound;28.60</td>
834
- </tr>
835
- <tr>
836
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
837
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
838
- <td class="dark value border-left border-right ">N/A</td>
839
- <td class="dark value border-right ">N/A</td>
840
- <td class="value border-right ">N/A</td>
841
- <td class="value border-right ">N/A</td>
842
- </tr>
843
- <tr>
844
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
845
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
846
- <td class="dark value border-left border-right ">&pound;1.35</td>
847
- <td class="dark value border-right ">N/A</td>
848
- <td class="value border-right ">&pound;1.50</td>
849
- <td class="value border-right ">N/A</td>
850
- </tr>
851
- <tr>
852
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
853
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
854
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
855
- <td class="dark value border-right border-bottom">N/A</td>
856
- <td class="value border-right border-bottom">&pound;3.00</td>
857
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
858
- </tr>
859
- </tbody>
860
- </table>
861
- </div>
862
-
863
-
864
- <h2 class="day-6 action secondary">Sat</h2>
865
- <div class="tab">
866
- <table class="tickets">
867
- <thead>
868
- <tr>
869
- <th colspan="2" class="transparent">&nbsp;</th>
870
- <th colspan="2" class="dark border-top border-right border-left">
871
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
872
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
873
- </th>
874
- <th colspan="2" class="border-top border-right border-left">
875
- In-Cinema Tickets
876
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
877
- </th>
878
- </tr>
879
- <tr>
880
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
881
- <th class="border-top border-bottom">Details</th>
882
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
883
- <th class="dark border-top border-right border-bottom">After 5pm</th>
884
- <th class="border-top border-right border-bottom">Before 5pm</th>
885
- <th class="border-top border-right border-bottom">After 5pm</th>
886
- </tr>
887
- </thead>
888
- <tbody>
889
- <tr>
890
- <td class="border-left border-right "><strong>Adult</strong></td>
891
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
892
- <td class="dark value border-left border-right ">&pound;7.70</td>
893
- <td class="dark value border-right ">&pound;8.78</td>
894
- <td class="value border-right ">&pound;8.00</td>
895
- <td class="value border-right ">&pound;9.20</td>
896
- </tr>
897
- <tr>
898
- <td class="border-left border-right "><strong>Child</strong></td>
899
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
900
- <td class="dark value border-left border-right ">&pound;5.72</td>
901
- <td class="dark value border-right ">&pound;6.44</td>
902
- <td class="value border-right ">&pound;5.80</td>
903
- <td class="value border-right ">&pound;6.60</td>
904
- </tr>
905
- <tr>
906
- <td class="border-left border-right "><strong>Student</strong></td>
907
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
908
- <td class="dark value border-left border-right ">&pound;5.81</td>
909
- <td class="dark value border-right ">&pound;6.71</td>
910
- <td class="value border-right ">&pound;5.90</td>
911
- <td class="value border-right ">&pound;6.90</td>
912
- </tr>
913
- <tr>
914
- <td class="border-left border-right "><strong>Senior</strong></td>
915
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
916
- <td class="dark value border-left border-right ">&pound;5.81</td>
917
- <td class="dark value border-right ">&pound;6.71</td>
918
- <td class="value border-right ">&pound;5.90</td>
919
- <td class="value border-right ">&pound;6.90</td>
920
- </tr>
921
- <tr>
922
- <td class="border-left border-right "><strong>Family</strong></td>
923
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
924
- <td class="dark value border-left border-right ">&pound;24.14</td>
925
- <td class="dark value border-right ">&pound;27.74</td>
926
- <td class="value border-right ">&pound;24.60</td>
927
- <td class="value border-right ">&pound;28.60</td>
928
- </tr>
929
- <tr>
930
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
931
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
932
- <td class="dark value border-left border-right ">N/A</td>
933
- <td class="dark value border-right ">N/A</td>
934
- <td class="value border-right ">N/A</td>
935
- <td class="value border-right ">N/A</td>
936
- </tr>
937
- <tr>
938
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
939
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
940
- <td class="dark value border-left border-right ">&pound;1.35</td>
941
- <td class="dark value border-right ">N/A</td>
942
- <td class="value border-right ">&pound;1.50</td>
943
- <td class="value border-right ">N/A</td>
944
- </tr>
945
- <tr>
946
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
947
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
948
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
949
- <td class="dark value border-right border-bottom">N/A</td>
950
- <td class="value border-right border-bottom">&pound;3.00</td>
951
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
952
- </tr>
953
- </tbody>
954
- </table>
955
- </div>
956
-
957
- </div>
958
-
959
- <div class="message information">
960
- <strong>*Please note:</strong><br />
961
-
962
-
963
- <ul>
964
- <li>Weekend pricing applies on Bank Holidays.</li>
965
- <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>
966
- <li>50p fee not applicable to Unlimited, Movies for Juniors, CEA carer ticket and some promotional tickets, until further notice.</li>
967
- <li>Where the 50p fee applies, it will be included in the ticket price during the booking process.</li>
968
- <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>
969
- <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>
970
- </ul>
971
- </div>
972
-
973
-
974
- <table class="extras">
975
- <thead>
976
- <tr>
977
- <th class="transparent">&nbsp;</th>
978
- <th colspan="1" class="dark border-left border-top border-right radius-top-left"><span class="icon-logo-mycineworld">MyCineworld</span> Price</th>
979
- <th colspan="1" class="border-top border-right radius-top-right">In-Cinema Price</th>
980
- </tr>
981
- <tr>
982
- <th class="charge border-top border-bottom border-left radius-top-left">Additional Charges</th>
983
- <th class="dark border-top border-right border-bottom border-left">3D</th>
984
- <th class="border-top border-right border-bottom">3D</th>
985
- </tr>
986
- </thead>
987
- <tbody>
988
- <tr>
989
- <td class="border-left "><strong>Adult</strong><span class="notes"></span></td>
990
- <td class="dark value border-left border-right ">&pound;1.98</td>
991
-
992
- <td class="value border-right ">&pound;2.20</td>
993
- </tr>
994
- <tr>
995
- <td class="border-left "><strong>Child</strong><span class="notes"></span></td>
996
- <td class="dark value border-left border-right ">&pound;1.44</td>
997
-
998
- <td class="value border-right ">&pound;1.60</td>
999
- </tr>
1000
- <tr>
1001
- <td class="border-left "><strong>Student</strong><span class="notes"></span></td>
1002
- <td class="dark value border-left border-right ">&pound;1.44</td>
1003
-
1004
- <td class="value border-right ">&pound;1.60</td>
1005
- </tr>
1006
- <tr>
1007
- <td class="border-left "><strong>Senior</strong><span class="notes"></span></td>
1008
- <td class="dark value border-left border-right ">&pound;1.44</td>
1009
-
1010
- <td class="value border-right ">&pound;1.60</td>
1011
- </tr>
1012
- <tr>
1013
- <td class="border-left "><strong>Family</strong><span class="notes"></span></td>
1014
- <td class="dark value border-left border-right ">&pound;5.40</td>
1015
-
1016
- <td class="value border-right ">&pound;6.00</td>
1017
- </tr>
1018
- <tr>
1019
- <td class="border-left "><strong>Unlimited</strong><span class="notes"></span></td>
1020
- <td class="dark value border-left border-right ">&pound;1.60</td>
1021
-
1022
- <td class="value border-right ">&pound;1.60</td>
1023
- </tr>
1024
- <tr>
1025
- <td class="border-left "><strong>Unlimited Premium</strong><span class="notes"></span></td>
1026
- <td class="dark value border-left border-right ">&pound;0.00</td>
1027
-
1028
- <td class="value border-right ">&pound;0.00</td>
1029
- </tr>
1030
- <tr>
1031
- <td class="border-left border-bottom radius-bottom-left"><strong>3D Glasses</strong><span class="notes"></span></td>
1032
- <td class="dark value border-left border-right border-bottom">&pound;1.00</td>
1033
-
1034
- <td class="value border-right border-bottom radius-bottom-right">&pound;1.00</td>
1035
- </tr>
1036
- </tbody>
1037
- </table>
1038
-
1039
-
1040
-
1041
-
1042
- </div>
1043
-
1044
-
1045
- </div>
1046
-
1047
- <div class="section light clearfix " >
1048
- <h2 id="h1 services" class="ribbon">Summary of facilities</h2>
1049
-
1050
- <ul class="unstyled clearfix services">
1051
- <li>
1052
- <h2>Screens and Ticketing</h2>
1053
- <ul class="unstyled">
1054
- <li class="icon-service-adv">Advance screenings</li>
1055
- <li class="icon-service-dig">Digital</li>
1056
- <li class="icon-service-3d">3D</li>
1057
- <li class="icon-service-vh">Venue hire</li>
1058
- <li class="icon-service-etx">E-Tickets</li>
1059
- <li class="icon-service-hfr">HFR</li>
1060
- <li class="icon-service-ns">Allocated Seating</li>
1061
- </ul>
1062
- </li>
1063
- <li>
1064
- <h2>Facilities for Families</h2>
1065
- <ul class="unstyled">
1066
- <li class="icon-service-m4j">Movies for juniors</li>
1067
- <li class="icon-service-au">Autism Friendly</li>
1068
- <li class="icon-service-cb">Cinebabies</li>
1069
- </ul>
1070
- </li>
1071
- <li>
1072
- <h2>Accessibility</h2>
1073
- <ul class="unstyled">
1074
- <li class="icon-service-dba">Disabled access</li>
1075
- <li class="icon-service-dbp">Disabled parking</li>
1076
- <li class="icon-service-sb">Subtitled</li>
1077
- <li class="icon-service-gdog">Guide dogs allowed</li>
1078
- <li class="icon-service-ad">Audio description</li>
1079
- </ul>
1080
- </li>
1081
- <li>
1082
- <h2>Snacks and Drinks</h2>
1083
- <ul class="unstyled">
1084
- <li class="icon-service-bas">Baskin Robbins Scoop Ice cream</li>
1085
- </ul>
1086
- </li>
1087
- </ul>
1088
- </div>
1089
-
1090
-
1091
- <div class="section light clearfix " >
1092
- <h2 id="directions" class="h1 ribbon">How do I get there?</h2>
1093
-
1094
- <div class="row">
1095
- <div class="span6">
1096
- <h2>Details</h2>
1097
- <address class="marker">
1098
- <div class="pin primary small">1</div>
1099
- <strong>Cineworld Brighton</strong>
1100
- <br />Brighton Marina, Brighton, East Sussex BN2 5UF
1101
- <br />0871 200 2000
1102
- </address>
1103
-
1104
- <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" >
1105
- <div id="bing-3" class="bing viewport" style="display: none;"></div>
1106
- </div>
1107
- </div>
1108
- <div class="span6">
1109
- <h3>Transport Information</h3>
1110
- <h4>By train</h4>
1111
- <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>
1112
- <h4>By bus</h4>
1113
- <p>Numbers 7, 21 and 23 stop outside the cinema.</p>
1114
- <h4>By car</h4>
1115
- <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>
1116
- <h3>Parking</h3>
1117
- <p>Free multi storey car park is available nearby the cinema.</p>
1118
- <h3>Disabled Access</h3>
1119
- <h4>Disabled Parking</h4>
1120
- <p>Designated spaces for disabled parking are available on the lowest floor near the Asda garage</p>
1121
- </div>
1122
- </div>
1123
-
1124
- </div>
1125
-
1126
-
1127
- <div class="section light clearfix " >
1128
- <h2 id="hire" class="h1 ribbon">Hire Cineworld Brighton</h2>
1129
-
1130
- <div class="row hire">
1131
- <div class="span6">
1132
- <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>
1133
- <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>
1134
- <a class="action secondary light" href="/venuehire/venues/3">Visit our venue hire website</a>
1135
- </div>
1136
- </div>
1137
- </div>
1138
- </div>
1139
-
1140
-
1141
-
1142
- <div id="footer" role="contentinfo">
1143
- <div class="section dark clearfix " >
1144
-
1145
- <div class="row">
1146
-
1147
- <hr class="highlight" />
1148
-
1149
- <div class="span4">
1150
- <h3>Venue hire</h3>
1151
- <ul>
1152
- <li><a href="/venuehire">Find out more</a></li>
1153
- </ul>
1154
- </div>
1155
-
1156
- <div class="span3">
1157
- <h3>My booking</h3>
1158
- <ul>
1159
- <li><a href="/checkbooking">Check my booking</a></li>
1160
- </ul>
1161
-
1162
- <h3>Follow us</h3>
1163
- <ul class="social">
1164
- <li class="twitter"><a href="http://twitter.com/cineworld" target="_blank">Twitter</a></li>
1165
- <li class="facebook"><a href="http://www.facebook.com/cineworld" target="_blank">Facebook</a></li>
1166
- <li class="youtube"><a href="http://www.youtube.com/user/CineworldCinemas" target="_blank">YouTube</a></li>
1167
- </ul>
1168
- </div>
1169
-
1170
- <div class="span5">
1171
- <h3>Around Cineworld</h3>
1172
- <ul>
1173
- <li><a href="/contact">Contact us</a></li>
1174
- <li><a href="/terms">Terms &amp; conditions</a></li>
1175
- <li><a href="/policy">Privacy policy</a></li>
1176
- <li><a href="/cw/assets/downloads/cineworld_nutritional_information.pdf">Nutritional information</a></li>
1177
- <li><a href="/cookies/settings">Cookie settings</a></li>
1178
- <li><a href="/faq">FAQs</a></li>
1179
- <li><a href="/careers">Careers</a></li>
1180
- <li><a href="/press">Press</a></li>
1181
- <li><a href="http://www.cineworldplc.com/" target="_blank">Cineworld Group PLC</a></li>
1182
- <li><a href="/accessibility">Accessibility</a></li>
1183
- </ul>
1184
-
1185
- <h3>Cineworld apps</h3>
1186
- <ul>
1187
- <li><a href="http://itunes.apple.com/gb/app/cineworld/id377707014?mt=8">iPhone app</a></li>
1188
- <li><a href="https://play.google.com/store/apps/details?id=com.cineworld">Android app</a></li>
1189
- <li><a href="http://itunes.apple.com/gb/app/cineworld-magazine/id508350271">iPad magazine</a></li>
1190
- </ul>
1191
- </div>
1192
-
1193
- </div>
1194
-
1195
-
1196
- <div class="row">
1197
- <div class="span12 smallprint small">
1198
- <p>All rights reserved Cineworld Cinemas 2014 &copy;</p>
1199
- </div>
1200
- </div>
1201
-
1202
- </div>
1203
- </div>
1204
- </div>
1205
- <!-- [SL] end -->
1206
- </div>
1207
- </div>
1208
-
1209
- <div id="tooltip-template-performance-unavailable" class="tooltip-box performance unavailable">
1210
- <h3 data-field="title" class="default">This showtime is unavailable</h3>
1211
- <hr class="thin" />
1212
- <p data-field="explanation" class="default">Booking is unavailable for this showtime as it may have already started, finished or been sold out.</p>
1213
- </div>
1214
-
1215
- <script type="text/javascript" src="/cw/assets/javascript/jquery.blockui.packed.js"></script>
1216
- <script type="text/javascript" src="/cw/assets/javascript/jquery.lazyload.packed.js"></script>
1217
- <script type="text/javascript" src="/cw/assets/javascript/jquery.validate.packed.js"></script>
1218
- <script type="text/javascript" src="/cw/assets/javascript/jquery.form.packed.js"></script>
1219
- <script type="text/javascript" src="/cw/assets/javascript/jquery.tabs.packed.js"></script>
1220
- <script type="text/javascript" src="/cw/assets/javascript/jquery.masonry.packed.js"></script>
1221
- <script type="text/javascript" src="/cw/assets/javascript/jquery.fancybox.packed.js"></script>
1222
- <script type="text/javascript" src="/cw/assets/javascript/jquery.nivo.slider.packed.js"></script>
1223
- <script type="text/javascript" src="/cw/assets/javascript/zebra.datepicker.packed.js"></script>
1224
- <script type="text/javascript" src="/cw/assets/javascript/jwplayer.packed.js"></script>
1225
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.quickbook.packed.js"></script>
1226
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.core.packed.js"></script>
1227
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.cookies.packed.js"></script>
1228
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.mycineworld.packed.js"></script>
1229
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.instant_search.packed.js"></script>
1230
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.whatson.packed.js"></script>
1231
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.tooltip.packed.js"></script>
1232
- <script type="text/javascript" src="/cw/assets/javascript/initialise.packed.js"></script>
1233
-
1234
-
1235
-
1236
- <script type="text/javascript">
1237
- // WebTrends SmartSource Data Collector Tag v10.2.81
1238
- // Copyright (c) 2013 Webtrends Inc. All rights reserved.
1239
- // Tag Builder Version: 4.1.0.49
1240
- // Created: 2013.03.09
1241
- window.webtrendsAsyncInit=function(){
1242
- var dcs=new Webtrends.dcs().init({
1243
- dcsid:"dcskzgl9m000000w4dyp4senq_3i2w",
1244
- domain:"statse.webtrendslive.com",
1245
- timezone:0,
1246
- i18n:true,
1247
- adimpressions:true,
1248
- adsparam:"WT.ac",
1249
- offsite:true,
1250
- download:true,
1251
- downloadtypes:"xls,doc,pdf,txt,csv,zip,docx,xlsx,rar,gzip",
1252
- onsitedoms:"cineworld.co.uk",
1253
- fpcdom:"cineworld.co.uk"
1254
- }).track();
1255
- };
1256
- (function(){
1257
- var s=document.createElement("script"); s.async=true; s.src="/cw/assets/javascript/webtrends.packed.js";
1258
- var s2=document.getElementsByTagName("script")[0]; s2.parentNode.insertBefore(s,s2);
1259
- }());
1260
- </script>
1261
-
1262
-
1263
- <noscript>
1264
- <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;" />
1265
- </noscript>
1266
-
1267
- </body>
1268
- </html>