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.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/CHANGELOG.md +64 -0
- data/README.md +2 -1
- data/cineworld_uk.gemspec +3 -3
- data/lib/cineworld_uk/cinema.rb +60 -69
- data/lib/cineworld_uk/film.rb +25 -7
- data/lib/cineworld_uk/internal/film_with_screenings_parser.rb +29 -71
- data/lib/cineworld_uk/internal/name_parser.rb +20 -18
- data/lib/cineworld_uk/internal/screening_parser.rb +132 -0
- data/lib/cineworld_uk/internal/titleize.rb +19 -19
- data/lib/cineworld_uk/internal/website.rb +33 -0
- data/lib/cineworld_uk/internal/whatson_parser.rb +44 -0
- data/lib/cineworld_uk/screening.rb +65 -20
- data/lib/cineworld_uk/version.rb +2 -2
- data/lib/cineworld_uk.rb +4 -0
- data/test/fixture_updater.rb +64 -0
- data/test/fixtures/cinemas.html +134 -41
- data/test/fixtures/{cinemas/bury-st-edmunds.html → information/brighton.html} +488 -437
- data/test/fixtures/{cinemas → information}/bristol.html +463 -410
- data/test/fixtures/whatson/brighton/film_first.html +775 -0
- data/test/fixtures/whatson/brighton/film_last.html +52 -0
- data/test/fixtures/whatson/brighton/film_second.html +645 -0
- data/test/fixtures/whatson/brighton.html +3564 -2690
- data/test/fixtures/whatson/glasgow-imax-at-gsc/film_first.html +140 -0
- data/test/fixtures/whatson/the-o2-greenwich/film_first.html +1242 -0
- data/test/lib/cineworld_uk/cinema_test.rb +104 -301
- data/test/lib/cineworld_uk/film_test.rb +49 -2
- data/test/lib/cineworld_uk/internal/film_with_screenings_parser_test.rb +83 -81
- data/test/lib/cineworld_uk/internal/titleize_test.rb +12 -5
- data/test/lib/cineworld_uk/internal/website_test.rb +57 -0
- data/test/lib/cineworld_uk/internal/whatson_parser_test.rb +58 -0
- data/test/lib/cineworld_uk/screening_test.rb +155 -23
- data/test/lib/cineworld_uk/version_test.rb +1 -1
- data/test/test_helper.rb +3 -1
- metadata +30 -33
- data/test/fixtures/cinemas/brighton.html +0 -8
- data/test/fixtures/cinemas/chelsea.html +0 -1030
- data/test/fixtures/cinemas/glasgow-imax-at-gsc.html +0 -916
- data/test/fixtures/cinemas/the-o2-grenwich.html +0 -1191
- data/test/fixtures/whatson/brighton/gravity.html +0 -2129
- data/test/fixtures/whatson/glasgow-imax-at-gsc/the-hunger-games-catching-fire.html +0 -498
- data/test/fixtures/whatson/glasgow-imax-at-gsc-cinema.html +0 -3160
- data/test/fixtures/whatson/the-o2-greenwich/gravity.html +0 -784
- data/test/fixtures/whatson/the-o2-greenwich/the-hobbit-desolation-of-smaug.html +0 -764
- data/test/fixtures/whatson/the-o2-greenwich.html +0 -6854
- data/test/fixtures/whatson/wandsworth.html +0 -13729
@@ -7,23 +7,47 @@
|
|
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
|
-
<
|
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
|
20
|
-
<link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.
|
21
|
-
<link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld
|
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
|
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
|
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,45 +56,45 @@
|
|
32
56
|
<script type="text/javascript" src="/cw/assets/javascript/jquery.pseudo.packed.js"></script>
|
33
57
|
<![endif]-->
|
34
58
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
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 Bristol - Hengrove Leisure Park, Hengrove Way, Bristol, BS14 0HR - Bristol Cinema Listings - Book tickets online" />
|
52
|
-
<meta name="" content=""/>
|
53
|
-
|
54
|
-
|
55
|
-
|
76
|
+
|
77
|
+
<meta name="Keywords" content="" />
|
78
|
+
<meta name="Description" content="Cineworld Bristol - Hengrove Leisure Park, Hengrove Way, Bristol, BS14 0HR - Bristol Cinema Listings - Book tickets online" />
|
79
|
+
<meta name="" content=""/>
|
80
|
+
|
81
|
+
|
82
|
+
|
56
83
|
<script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>
|
57
84
|
|
58
85
|
<link rel="canonical" href="http://www.cineworld.co.uk/cinemas/bristol/information" />
|
86
|
+
<link rel="alternate" media="only screen and (max-width: 640px)" href=”http://www.cineworld.co.uk/mobile/cinemas/bristol/information" >
|
59
87
|
|
60
88
|
<script type="text/javascript">
|
61
89
|
$(document).ready(function() {
|
62
|
-
$('.pricing
|
63
|
-
|
64
|
-
// Select current day for pricing table after setup
|
65
|
-
$(tabs).find('.navigation .day-' + new Date().getDay()).trigger('click');
|
66
|
-
});
|
90
|
+
$('.pricing').cwPricing();
|
67
91
|
});
|
68
92
|
</script>
|
69
93
|
|
70
94
|
|
71
95
|
|
72
96
|
|
73
|
-
<!--
|
97
|
+
<!-- cinwebprweb12.901e.sys.carrenza.net -->
|
74
98
|
|
75
99
|
<!-- Start Visual Website Optimizer Asynchronous Code -->
|
76
100
|
<script type='text/javascript'>
|
@@ -85,14 +109,36 @@
|
|
85
109
|
<!-- End Visual Website Optimizer Asynchronous Code -->
|
86
110
|
</head>
|
87
111
|
|
88
|
-
<body class="cineworld gb cinema">
|
112
|
+
<body class="cineworld gb web browser cinema">
|
89
113
|
<div id="fb-root"></div>
|
90
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. 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
|
+
|
91
137
|
<div id="wallpaper">
|
92
138
|
|
93
139
|
<div id="header" role="banner">
|
94
140
|
<div class="container">
|
95
|
-
<
|
141
|
+
<a class="brand" href="/">Cineworld Cinemas</a>
|
96
142
|
|
97
143
|
<div class="account">
|
98
144
|
<span class="icon-logo-mycineworld ">mycineworld</span>
|
@@ -111,7 +157,7 @@
|
|
111
157
|
<li>
|
112
158
|
<a href="/whatson">What's On</a>
|
113
159
|
<ul>
|
114
|
-
<li><a href="/events">Bollywood &
|
160
|
+
<li><a href="/events">Bollywood & Event Cinema</a></li>
|
115
161
|
<li><a href="/whatson/category/junior">Movies for Juniors</a></li>
|
116
162
|
</ul>
|
117
163
|
</li>
|
@@ -130,7 +176,12 @@
|
|
130
176
|
<li><a href="/blog">Cineworld Blog</a></li>
|
131
177
|
<li><a href="/competitions">Offers & Competitions</a></li>
|
132
178
|
|
133
|
-
<li><a href="/
|
179
|
+
<li><a href="/bargain-tuesdays">Bargain Tuesdays</a></li>
|
180
|
+
<li><a href="/cineworld-foundation">Cineworld Foundation</a></li>
|
181
|
+
<li><a href="/summer-family-films-2014">Summer Family Films</a></li>
|
182
|
+
<li><a href="/mega-movies-2014">Mega Movies at Cineworld</a></li>
|
183
|
+
<li><a href="/take2">Take 2 Offer</a></li>
|
184
|
+
<li><a href="/baskin-robbins">Baskin Robbins at Cineworld</a></li>
|
134
185
|
<li><a href="/starbucks">Starbucks at Cineworld</a></li>
|
135
186
|
</ul>
|
136
187
|
</li>
|
@@ -157,16 +208,16 @@
|
|
157
208
|
</ul>
|
158
209
|
</div>
|
159
210
|
|
160
|
-
<div class="container" role="main">
|
211
|
+
<div class="container blockable" role="main">
|
161
212
|
|
162
213
|
<!-- [SL] Site content layout -->
|
163
214
|
<div class="layout">
|
164
215
|
<div id="content" >
|
165
|
-
<div class="section dark gradient clearfix info">
|
216
|
+
<div class="section dark gradient clearfix info" >
|
166
217
|
<div class="row">
|
167
218
|
<div class="span8">
|
168
219
|
<h1>Cineworld Bristol
|
169
|
-
<a id="changeCinema" class="action secondary dark" href="/cinemas?path=/cinemas/id/information">Change cinema</a>
|
220
|
+
<a id="changeCinema" class="action secondary dark" href="/cinemas?path=/cinemas/[id]/information">Change cinema</a>
|
170
221
|
</h1>
|
171
222
|
|
172
223
|
<h2>About Bristol</h2>
|
@@ -186,41 +237,47 @@
|
|
186
237
|
<ul class="grid films clearfix">
|
187
238
|
|
188
239
|
<li>
|
189
|
-
|
190
|
-
|
191
|
-
<
|
240
|
+
|
241
|
+
<div class="poster has-ribbon">
|
242
|
+
<a href="/whatson/dawn-of-the-planet-of-the-apes?cinema=4">
|
243
|
+
<div class="overlay ribbon blue">Tickets Selling Fast</div>
|
244
|
+
<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>
|
192
245
|
</a>
|
193
246
|
</div>
|
194
|
-
<a href="/whatson/
|
247
|
+
<a href="/whatson/dawn-of-the-planet-of-the-apes?cinema=4">Dawn of the Planet of the Apes</a>
|
195
248
|
</li>
|
196
249
|
|
197
250
|
<li>
|
198
|
-
|
199
|
-
|
200
|
-
<
|
251
|
+
|
252
|
+
<div class="poster ">
|
253
|
+
<a href="/whatson/how-to-train-your-dragon-2?cinema=4">
|
254
|
+
<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>
|
201
255
|
</a>
|
202
256
|
</div>
|
203
|
-
<a href="/whatson/
|
257
|
+
<a href="/whatson/how-to-train-your-dragon-2?cinema=4">How To Train Your Dragon 2</a>
|
204
258
|
</li>
|
205
259
|
</ul>
|
206
260
|
|
207
|
-
<p><a class="action primary" href="/whatson?cinema=4">See all films at
|
261
|
+
<p><a class="action primary" href="/whatson?cinema=4">See all films at this cinema</a></p>
|
208
262
|
</div>
|
209
263
|
</div>
|
210
264
|
</div>
|
211
265
|
|
212
|
-
<div class="section light clearfix ">
|
266
|
+
<div class="section light clearfix " >
|
213
267
|
<h1 id="prices" class="ribbon overlap">How much do tickets cost?</h1>
|
214
268
|
|
215
269
|
|
270
|
+
<div class="promotion block clearfix">
|
271
|
+
<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>
|
272
|
+
</div>
|
216
273
|
|
217
274
|
<div class="pricing">
|
218
275
|
<div class="panel anonymous dark">
|
219
|
-
<h2>Register free with <span class="icon-logo-mycineworld">MyCineworld</span> and save
|
276
|
+
<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>
|
220
277
|
|
221
278
|
<a class="action mycineworld" href="/register">Sign Up</a>
|
222
279
|
<a class="action mycineworld" href="/login">Login</a>
|
223
|
-
|
280
|
+
<a class="action facebook" href="/login/facebook/go?location=%2Fcinemas%2F4%2Finformation%3Ffbl%3Dtrue" data-type="connect" data-location="/cinemas/4/information?fbl=true">Connect with Facebook</a>
|
224
281
|
</div>
|
225
282
|
|
226
283
|
<div class="accessible-tabs" data-header="Choose the day of your performance">
|
@@ -231,62 +288,68 @@
|
|
231
288
|
<thead>
|
232
289
|
<tr>
|
233
290
|
<th colspan="2" class="transparent"> </th>
|
234
|
-
<th colspan="2" class="dark
|
235
|
-
|
291
|
+
<th colspan="2" class="dark border-top border-right border-left">
|
292
|
+
<span class="icon-logo-mycineworld">MyCineworld</span> Tickets
|
293
|
+
<span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
|
294
|
+
</th>
|
295
|
+
<th colspan="2" class="border-top border-right border-left">
|
296
|
+
In-Cinema Tickets
|
297
|
+
<span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
|
298
|
+
</th>
|
236
299
|
</tr>
|
237
300
|
<tr>
|
238
|
-
<th class="border-top border-right border-left radius-top-left">Ticket Type</th>
|
239
|
-
<th class="border-top">Details</th>
|
240
|
-
<th class="dark border-
|
241
|
-
<th class="dark border-right">After 5pm</th>
|
242
|
-
<th class="border-right">Before 5pm</th>
|
243
|
-
<th class="border-right">After 5pm</th>
|
301
|
+
<th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
|
302
|
+
<th class="border-top border-bottom">Details</th>
|
303
|
+
<th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
|
304
|
+
<th class="dark border-top border-right border-bottom">After 5pm</th>
|
305
|
+
<th class="border-top border-right border-bottom">Before 5pm</th>
|
306
|
+
<th class="border-top border-right border-bottom">After 5pm</th>
|
244
307
|
</tr>
|
245
308
|
</thead>
|
246
309
|
<tbody>
|
247
310
|
<tr>
|
248
311
|
<td class="border-left border-right "><strong>Adult</strong></td>
|
249
312
|
<td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
|
250
|
-
<td class="dark value border-left border-right ">£
|
251
|
-
<td class="dark value border-right ">£
|
252
|
-
<td class="value border-right ">£8.
|
253
|
-
<td class="value border-right ">£8.
|
313
|
+
<td class="dark value border-left border-right ">£8.15</td>
|
314
|
+
<td class="dark value border-right ">£8.15</td>
|
315
|
+
<td class="value border-right ">£8.50</td>
|
316
|
+
<td class="value border-right ">£8.50</td>
|
254
317
|
</tr>
|
255
318
|
<tr>
|
256
319
|
<td class="border-left border-right "><strong>Child</strong></td>
|
257
320
|
<td class="align-left ">Child tickets are for customers aged 14 and under</td>
|
258
|
-
<td class="dark value border-left border-right ">£5.
|
259
|
-
<td class="dark value border-right ">£5.
|
260
|
-
<td class="value border-right ">£6.
|
261
|
-
<td class="value border-right ">£6.
|
321
|
+
<td class="dark value border-left border-right ">£5.99</td>
|
322
|
+
<td class="dark value border-right ">£5.99</td>
|
323
|
+
<td class="value border-right ">£6.10</td>
|
324
|
+
<td class="value border-right ">£6.10</td>
|
262
325
|
</tr>
|
263
326
|
<tr>
|
264
327
|
<td class="border-left border-right "><strong>Student</strong></td>
|
265
328
|
<td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
|
266
|
-
<td class="dark value border-left border-right ">£5.
|
267
|
-
<td class="dark value border-right ">£5.
|
268
|
-
<td class="value border-right ">£6.
|
269
|
-
<td class="value border-right ">£6.
|
329
|
+
<td class="dark value border-left border-right ">£5.99</td>
|
330
|
+
<td class="dark value border-right ">£5.99</td>
|
331
|
+
<td class="value border-right ">£6.10</td>
|
332
|
+
<td class="value border-right ">£6.10</td>
|
270
333
|
</tr>
|
271
334
|
<tr>
|
272
335
|
<td class="border-left border-right "><strong>Senior</strong></td>
|
273
336
|
<td class="align-left ">Senior tickets are for customers aged 60+</td>
|
274
|
-
<td class="dark value border-left border-right ">£5.
|
275
|
-
<td class="dark value border-right ">£5.
|
276
|
-
<td class="value border-right ">£6.
|
277
|
-
<td class="value border-right ">£6.
|
337
|
+
<td class="dark value border-left border-right ">£5.99</td>
|
338
|
+
<td class="dark value border-right ">£5.99</td>
|
339
|
+
<td class="value border-right ">£6.10</td>
|
340
|
+
<td class="value border-right ">£6.10</td>
|
278
341
|
</tr>
|
279
342
|
<tr>
|
280
343
|
<td class="border-left border-right "><strong>Family</strong></td>
|
281
344
|
<td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
|
282
|
-
<td class="dark value border-left border-right ">£
|
283
|
-
<td class="dark value border-right ">£
|
284
|
-
<td class="value border-right ">£
|
285
|
-
<td class="value border-right ">£
|
345
|
+
<td class="dark value border-left border-right ">£25.58</td>
|
346
|
+
<td class="dark value border-right ">£25.58</td>
|
347
|
+
<td class="value border-right ">£26.20</td>
|
348
|
+
<td class="value border-right ">£26.20</td>
|
286
349
|
</tr>
|
287
350
|
<tr>
|
288
|
-
<td class="border-left border-right "><strong>Bargain
|
289
|
-
<td class="align-left "
|
351
|
+
<td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
|
352
|
+
<td class="align-left ">Any film, every Tuesday, bargain price</td>
|
290
353
|
<td class="dark value border-left border-right ">N/A</td>
|
291
354
|
<td class="dark value border-right ">N/A</td>
|
292
355
|
<td class="value border-right ">N/A</td>
|
@@ -294,27 +357,19 @@
|
|
294
357
|
</tr>
|
295
358
|
<tr>
|
296
359
|
<td class="border-left border-right "><strong>Movies for Juniors</strong></td>
|
297
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only
|
298
|
-
<td class="dark value border-left border-right "
|
299
|
-
<td class="dark value border-right ">N/A</td>
|
300
|
-
<td class="value border-right ">N/A</td>
|
301
|
-
<td class="value border-right ">N/A</td>
|
302
|
-
</tr>
|
303
|
-
<tr>
|
304
|
-
<td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
|
305
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
|
306
|
-
<td class="dark value border-left border-right ">N/A</td>
|
360
|
+
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
361
|
+
<td class="dark value border-left border-right ">£1.35</td>
|
307
362
|
<td class="dark value border-right ">N/A</td>
|
308
|
-
<td class="value border-right "
|
363
|
+
<td class="value border-right ">£1.50</td>
|
309
364
|
<td class="value border-right ">N/A</td>
|
310
365
|
</tr>
|
311
366
|
<tr>
|
312
|
-
<td class="border-left border-right border-bottom radius-bottom-left"><strong>3D
|
313
|
-
<td class="align-left border-bottom">
|
314
|
-
<td class="dark value border-left border-right border-bottom">£
|
315
|
-
<td class="dark value border-right border-bottom"
|
316
|
-
<td class="value border-right border-bottom">£
|
317
|
-
<td class="value border-right border-bottom radius-bottom-right"
|
367
|
+
<td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
|
368
|
+
<td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
369
|
+
<td class="dark value border-left border-right border-bottom">£2.70</td>
|
370
|
+
<td class="dark value border-right border-bottom">N/A</td>
|
371
|
+
<td class="value border-right border-bottom">£3.00</td>
|
372
|
+
<td class="value border-right border-bottom radius-bottom-right">N/A</td>
|
318
373
|
</tr>
|
319
374
|
</tbody>
|
320
375
|
</table>
|
@@ -327,62 +382,68 @@
|
|
327
382
|
<thead>
|
328
383
|
<tr>
|
329
384
|
<th colspan="2" class="transparent"> </th>
|
330
|
-
<th colspan="2" class="dark
|
331
|
-
|
385
|
+
<th colspan="2" class="dark border-top border-right border-left">
|
386
|
+
<span class="icon-logo-mycineworld">MyCineworld</span> Tickets
|
387
|
+
<span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
|
388
|
+
</th>
|
389
|
+
<th colspan="2" class="border-top border-right border-left">
|
390
|
+
In-Cinema Tickets
|
391
|
+
<span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
|
392
|
+
</th>
|
332
393
|
</tr>
|
333
394
|
<tr>
|
334
|
-
<th class="border-top border-right border-left radius-top-left">Ticket Type</th>
|
335
|
-
<th class="border-top">Details</th>
|
336
|
-
<th class="dark border-
|
337
|
-
<th class="dark border-right">After 5pm</th>
|
338
|
-
<th class="border-right">Before 5pm</th>
|
339
|
-
<th class="border-right">After 5pm</th>
|
395
|
+
<th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
|
396
|
+
<th class="border-top border-bottom">Details</th>
|
397
|
+
<th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
|
398
|
+
<th class="dark border-top border-right border-bottom">After 5pm</th>
|
399
|
+
<th class="border-top border-right border-bottom">Before 5pm</th>
|
400
|
+
<th class="border-top border-right border-bottom">After 5pm</th>
|
340
401
|
</tr>
|
341
402
|
</thead>
|
342
403
|
<tbody>
|
343
404
|
<tr>
|
344
405
|
<td class="border-left border-right "><strong>Adult</strong></td>
|
345
406
|
<td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
|
346
|
-
<td class="dark value border-left border-right ">£
|
347
|
-
<td class="dark value border-right ">£
|
348
|
-
<td class="value border-right ">£7.
|
349
|
-
<td class="value border-right ">£8.
|
407
|
+
<td class="dark value border-left border-right ">£7.07</td>
|
408
|
+
<td class="dark value border-right ">£8.15</td>
|
409
|
+
<td class="value border-right ">£7.30</td>
|
410
|
+
<td class="value border-right ">£8.50</td>
|
350
411
|
</tr>
|
351
412
|
<tr>
|
352
413
|
<td class="border-left border-right "><strong>Child</strong></td>
|
353
414
|
<td class="align-left ">Child tickets are for customers aged 14 and under</td>
|
354
|
-
<td class="dark value border-left border-right ">£5.
|
355
|
-
<td class="dark value border-right ">£5.
|
356
|
-
<td class="value border-right ">£
|
357
|
-
<td class="value border-right ">£6.
|
415
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
416
|
+
<td class="dark value border-right ">£5.99</td>
|
417
|
+
<td class="value border-right ">£5.60</td>
|
418
|
+
<td class="value border-right ">£6.10</td>
|
358
419
|
</tr>
|
359
420
|
<tr>
|
360
421
|
<td class="border-left border-right "><strong>Student</strong></td>
|
361
422
|
<td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
|
362
|
-
<td class="dark value border-left border-right ">£5.
|
363
|
-
<td class="dark value border-right ">£5.
|
364
|
-
<td class="value border-right ">£
|
365
|
-
<td class="value border-right ">£6.
|
423
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
424
|
+
<td class="dark value border-right ">£5.99</td>
|
425
|
+
<td class="value border-right ">£5.60</td>
|
426
|
+
<td class="value border-right ">£6.10</td>
|
366
427
|
</tr>
|
367
428
|
<tr>
|
368
429
|
<td class="border-left border-right "><strong>Senior</strong></td>
|
369
430
|
<td class="align-left ">Senior tickets are for customers aged 60+</td>
|
370
|
-
<td class="dark value border-left border-right ">£5.
|
371
|
-
<td class="dark value border-right ">£5.
|
372
|
-
<td class="value border-right ">£
|
373
|
-
<td class="value border-right ">£6.
|
431
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
432
|
+
<td class="dark value border-right ">£5.99</td>
|
433
|
+
<td class="value border-right ">£5.60</td>
|
434
|
+
<td class="value border-right ">£6.10</td>
|
374
435
|
</tr>
|
375
436
|
<tr>
|
376
437
|
<td class="border-left border-right "><strong>Family</strong></td>
|
377
438
|
<td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
|
378
|
-
<td class="dark value border-left border-right ">£
|
379
|
-
<td class="dark value border-right ">£
|
380
|
-
<td class="value border-right ">£
|
381
|
-
<td class="value border-right ">£
|
439
|
+
<td class="dark value border-left border-right ">£22.52</td>
|
440
|
+
<td class="dark value border-right ">£25.58</td>
|
441
|
+
<td class="value border-right ">£22.80</td>
|
442
|
+
<td class="value border-right ">£26.20</td>
|
382
443
|
</tr>
|
383
444
|
<tr>
|
384
|
-
<td class="border-left border-right "><strong>Bargain
|
385
|
-
<td class="align-left "
|
445
|
+
<td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
|
446
|
+
<td class="align-left ">Any film, every Tuesday, bargain price</td>
|
386
447
|
<td class="dark value border-left border-right ">N/A</td>
|
387
448
|
<td class="dark value border-right ">N/A</td>
|
388
449
|
<td class="value border-right ">N/A</td>
|
@@ -390,27 +451,19 @@
|
|
390
451
|
</tr>
|
391
452
|
<tr>
|
392
453
|
<td class="border-left border-right "><strong>Movies for Juniors</strong></td>
|
393
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only
|
394
|
-
<td class="dark value border-left border-right "
|
395
|
-
<td class="dark value border-right ">N/A</td>
|
396
|
-
<td class="value border-right ">N/A</td>
|
397
|
-
<td class="value border-right ">N/A</td>
|
398
|
-
</tr>
|
399
|
-
<tr>
|
400
|
-
<td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
|
401
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
|
402
|
-
<td class="dark value border-left border-right ">N/A</td>
|
454
|
+
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
455
|
+
<td class="dark value border-left border-right ">£1.35</td>
|
403
456
|
<td class="dark value border-right ">N/A</td>
|
404
|
-
<td class="value border-right "
|
457
|
+
<td class="value border-right ">£1.50</td>
|
405
458
|
<td class="value border-right ">N/A</td>
|
406
459
|
</tr>
|
407
460
|
<tr>
|
408
|
-
<td class="border-left border-right border-bottom radius-bottom-left"><strong>3D
|
409
|
-
<td class="align-left border-bottom">
|
410
|
-
<td class="dark value border-left border-right border-bottom">£
|
411
|
-
<td class="dark value border-right border-bottom"
|
412
|
-
<td class="value border-right border-bottom">£
|
413
|
-
<td class="value border-right border-bottom radius-bottom-right"
|
461
|
+
<td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
|
462
|
+
<td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
463
|
+
<td class="dark value border-left border-right border-bottom">£2.70</td>
|
464
|
+
<td class="dark value border-right border-bottom">N/A</td>
|
465
|
+
<td class="value border-right border-bottom">£3.00</td>
|
466
|
+
<td class="value border-right border-bottom radius-bottom-right">N/A</td>
|
414
467
|
</tr>
|
415
468
|
</tbody>
|
416
469
|
</table>
|
@@ -423,16 +476,22 @@
|
|
423
476
|
<thead>
|
424
477
|
<tr>
|
425
478
|
<th colspan="2" class="transparent"> </th>
|
426
|
-
<th colspan="2" class="dark
|
427
|
-
|
479
|
+
<th colspan="2" class="dark border-top border-right border-left">
|
480
|
+
<span class="icon-logo-mycineworld">MyCineworld</span> Tickets
|
481
|
+
<span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
|
482
|
+
</th>
|
483
|
+
<th colspan="2" class="border-top border-right border-left">
|
484
|
+
In-Cinema Tickets
|
485
|
+
<span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
|
486
|
+
</th>
|
428
487
|
</tr>
|
429
488
|
<tr>
|
430
|
-
<th class="border-top border-right border-left radius-top-left">Ticket Type</th>
|
431
|
-
<th class="border-top">Details</th>
|
432
|
-
<th class="dark border-
|
433
|
-
<th class="dark border-right">After 5pm</th>
|
434
|
-
<th class="border-right">Before 5pm</th>
|
435
|
-
<th class="border-right">After 5pm</th>
|
489
|
+
<th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
|
490
|
+
<th class="border-top border-bottom">Details</th>
|
491
|
+
<th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
|
492
|
+
<th class="dark border-top border-right border-bottom">After 5pm</th>
|
493
|
+
<th class="border-top border-right border-bottom">Before 5pm</th>
|
494
|
+
<th class="border-top border-right border-bottom">After 5pm</th>
|
436
495
|
</tr>
|
437
496
|
</thead>
|
438
497
|
<tbody>
|
@@ -477,36 +536,28 @@
|
|
477
536
|
<td class="value border-right ">N/A</td>
|
478
537
|
</tr>
|
479
538
|
<tr>
|
480
|
-
<td class="border-left border-right "><strong>Bargain
|
481
|
-
<td class="align-left "
|
482
|
-
<td class="dark value border-left border-right ">£5.
|
483
|
-
<td class="dark value border-right ">£5.
|
539
|
+
<td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
|
540
|
+
<td class="align-left ">Any film, every Tuesday, bargain price</td>
|
541
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
542
|
+
<td class="dark value border-right ">£5.54</td>
|
484
543
|
<td class="value border-right ">£5.60</td>
|
485
544
|
<td class="value border-right ">£5.60</td>
|
486
545
|
</tr>
|
487
546
|
<tr>
|
488
547
|
<td class="border-left border-right "><strong>Movies for Juniors</strong></td>
|
489
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only
|
490
|
-
<td class="dark value border-left border-right "
|
491
|
-
<td class="dark value border-right ">N/A</td>
|
492
|
-
<td class="value border-right ">N/A</td>
|
493
|
-
<td class="value border-right ">N/A</td>
|
494
|
-
</tr>
|
495
|
-
<tr>
|
496
|
-
<td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
|
497
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
|
498
|
-
<td class="dark value border-left border-right ">N/A</td>
|
548
|
+
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
549
|
+
<td class="dark value border-left border-right ">£1.35</td>
|
499
550
|
<td class="dark value border-right ">N/A</td>
|
500
|
-
<td class="value border-right "
|
551
|
+
<td class="value border-right ">£1.50</td>
|
501
552
|
<td class="value border-right ">N/A</td>
|
502
553
|
</tr>
|
503
554
|
<tr>
|
504
|
-
<td class="border-left border-right border-bottom radius-bottom-left"><strong>3D
|
505
|
-
<td class="align-left border-bottom">
|
506
|
-
<td class="dark value border-left border-right border-bottom">£
|
507
|
-
<td class="dark value border-right border-bottom"
|
508
|
-
<td class="value border-right border-bottom">£
|
509
|
-
<td class="value border-right border-bottom radius-bottom-right"
|
555
|
+
<td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
|
556
|
+
<td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
557
|
+
<td class="dark value border-left border-right border-bottom">£2.70</td>
|
558
|
+
<td class="dark value border-right border-bottom">N/A</td>
|
559
|
+
<td class="value border-right border-bottom">£3.00</td>
|
560
|
+
<td class="value border-right border-bottom radius-bottom-right">N/A</td>
|
510
561
|
</tr>
|
511
562
|
</tbody>
|
512
563
|
</table>
|
@@ -519,62 +570,68 @@
|
|
519
570
|
<thead>
|
520
571
|
<tr>
|
521
572
|
<th colspan="2" class="transparent"> </th>
|
522
|
-
<th colspan="2" class="dark
|
523
|
-
|
573
|
+
<th colspan="2" class="dark border-top border-right border-left">
|
574
|
+
<span class="icon-logo-mycineworld">MyCineworld</span> Tickets
|
575
|
+
<span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
|
576
|
+
</th>
|
577
|
+
<th colspan="2" class="border-top border-right border-left">
|
578
|
+
In-Cinema Tickets
|
579
|
+
<span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
|
580
|
+
</th>
|
524
581
|
</tr>
|
525
582
|
<tr>
|
526
|
-
<th class="border-top border-right border-left radius-top-left">Ticket Type</th>
|
527
|
-
<th class="border-top">Details</th>
|
528
|
-
<th class="dark border-
|
529
|
-
<th class="dark border-right">After 5pm</th>
|
530
|
-
<th class="border-right">Before 5pm</th>
|
531
|
-
<th class="border-right">After 5pm</th>
|
583
|
+
<th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
|
584
|
+
<th class="border-top border-bottom">Details</th>
|
585
|
+
<th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
|
586
|
+
<th class="dark border-top border-right border-bottom">After 5pm</th>
|
587
|
+
<th class="border-top border-right border-bottom">Before 5pm</th>
|
588
|
+
<th class="border-top border-right border-bottom">After 5pm</th>
|
532
589
|
</tr>
|
533
590
|
</thead>
|
534
591
|
<tbody>
|
535
592
|
<tr>
|
536
593
|
<td class="border-left border-right "><strong>Adult</strong></td>
|
537
594
|
<td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
|
538
|
-
<td class="dark value border-left border-right ">£
|
539
|
-
<td class="dark value border-right ">£
|
540
|
-
<td class="value border-right ">£7.
|
541
|
-
<td class="value border-right ">£8.
|
595
|
+
<td class="dark value border-left border-right ">£7.07</td>
|
596
|
+
<td class="dark value border-right ">£8.15</td>
|
597
|
+
<td class="value border-right ">£7.30</td>
|
598
|
+
<td class="value border-right ">£8.50</td>
|
542
599
|
</tr>
|
543
600
|
<tr>
|
544
601
|
<td class="border-left border-right "><strong>Child</strong></td>
|
545
602
|
<td class="align-left ">Child tickets are for customers aged 14 and under</td>
|
546
|
-
<td class="dark value border-left border-right ">£5.
|
547
|
-
<td class="dark value border-right ">£5.
|
548
|
-
<td class="value border-right ">£
|
549
|
-
<td class="value border-right ">£6.
|
603
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
604
|
+
<td class="dark value border-right ">£5.99</td>
|
605
|
+
<td class="value border-right ">£5.60</td>
|
606
|
+
<td class="value border-right ">£6.10</td>
|
550
607
|
</tr>
|
551
608
|
<tr>
|
552
609
|
<td class="border-left border-right "><strong>Student</strong></td>
|
553
610
|
<td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
|
554
|
-
<td class="dark value border-left border-right ">£5.
|
555
|
-
<td class="dark value border-right ">£5.
|
556
|
-
<td class="value border-right ">£
|
557
|
-
<td class="value border-right ">£6.
|
611
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
612
|
+
<td class="dark value border-right ">£5.99</td>
|
613
|
+
<td class="value border-right ">£5.60</td>
|
614
|
+
<td class="value border-right ">£6.10</td>
|
558
615
|
</tr>
|
559
616
|
<tr>
|
560
617
|
<td class="border-left border-right "><strong>Senior</strong></td>
|
561
618
|
<td class="align-left ">Senior tickets are for customers aged 60+</td>
|
562
|
-
<td class="dark value border-left border-right ">£5.
|
563
|
-
<td class="dark value border-right ">£5.
|
564
|
-
<td class="value border-right ">£
|
565
|
-
<td class="value border-right ">£6.
|
619
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
620
|
+
<td class="dark value border-right ">£5.99</td>
|
621
|
+
<td class="value border-right ">£5.60</td>
|
622
|
+
<td class="value border-right ">£6.10</td>
|
566
623
|
</tr>
|
567
624
|
<tr>
|
568
625
|
<td class="border-left border-right "><strong>Family</strong></td>
|
569
626
|
<td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
|
570
|
-
<td class="dark value border-left border-right ">£
|
571
|
-
<td class="dark value border-right ">£
|
572
|
-
<td class="value border-right ">£
|
573
|
-
<td class="value border-right ">£
|
627
|
+
<td class="dark value border-left border-right ">£22.52</td>
|
628
|
+
<td class="dark value border-right ">£25.58</td>
|
629
|
+
<td class="value border-right ">£22.80</td>
|
630
|
+
<td class="value border-right ">£26.20</td>
|
574
631
|
</tr>
|
575
632
|
<tr>
|
576
|
-
<td class="border-left border-right "><strong>Bargain
|
577
|
-
<td class="align-left "
|
633
|
+
<td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
|
634
|
+
<td class="align-left ">Any film, every Tuesday, bargain price</td>
|
578
635
|
<td class="dark value border-left border-right ">N/A</td>
|
579
636
|
<td class="dark value border-right ">N/A</td>
|
580
637
|
<td class="value border-right ">N/A</td>
|
@@ -582,27 +639,19 @@
|
|
582
639
|
</tr>
|
583
640
|
<tr>
|
584
641
|
<td class="border-left border-right "><strong>Movies for Juniors</strong></td>
|
585
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only
|
586
|
-
<td class="dark value border-left border-right "
|
587
|
-
<td class="dark value border-right ">N/A</td>
|
588
|
-
<td class="value border-right ">N/A</td>
|
589
|
-
<td class="value border-right ">N/A</td>
|
590
|
-
</tr>
|
591
|
-
<tr>
|
592
|
-
<td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
|
593
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
|
594
|
-
<td class="dark value border-left border-right ">N/A</td>
|
642
|
+
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
643
|
+
<td class="dark value border-left border-right ">£1.35</td>
|
595
644
|
<td class="dark value border-right ">N/A</td>
|
596
|
-
<td class="value border-right "
|
645
|
+
<td class="value border-right ">£1.50</td>
|
597
646
|
<td class="value border-right ">N/A</td>
|
598
647
|
</tr>
|
599
648
|
<tr>
|
600
|
-
<td class="border-left border-right border-bottom radius-bottom-left"><strong>3D
|
601
|
-
<td class="align-left border-bottom">
|
602
|
-
<td class="dark value border-left border-right border-bottom">£
|
603
|
-
<td class="dark value border-right border-bottom"
|
604
|
-
<td class="value border-right border-bottom">£
|
605
|
-
<td class="value border-right border-bottom radius-bottom-right"
|
649
|
+
<td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
|
650
|
+
<td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
651
|
+
<td class="dark value border-left border-right border-bottom">£2.70</td>
|
652
|
+
<td class="dark value border-right border-bottom">N/A</td>
|
653
|
+
<td class="value border-right border-bottom">£3.00</td>
|
654
|
+
<td class="value border-right border-bottom radius-bottom-right">N/A</td>
|
606
655
|
</tr>
|
607
656
|
</tbody>
|
608
657
|
</table>
|
@@ -615,62 +664,68 @@
|
|
615
664
|
<thead>
|
616
665
|
<tr>
|
617
666
|
<th colspan="2" class="transparent"> </th>
|
618
|
-
<th colspan="2" class="dark
|
619
|
-
|
667
|
+
<th colspan="2" class="dark border-top border-right border-left">
|
668
|
+
<span class="icon-logo-mycineworld">MyCineworld</span> Tickets
|
669
|
+
<span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
|
670
|
+
</th>
|
671
|
+
<th colspan="2" class="border-top border-right border-left">
|
672
|
+
In-Cinema Tickets
|
673
|
+
<span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
|
674
|
+
</th>
|
620
675
|
</tr>
|
621
676
|
<tr>
|
622
|
-
<th class="border-top border-right border-left radius-top-left">Ticket Type</th>
|
623
|
-
<th class="border-top">Details</th>
|
624
|
-
<th class="dark border-
|
625
|
-
<th class="dark border-right">After 5pm</th>
|
626
|
-
<th class="border-right">Before 5pm</th>
|
627
|
-
<th class="border-right">After 5pm</th>
|
677
|
+
<th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
|
678
|
+
<th class="border-top border-bottom">Details</th>
|
679
|
+
<th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
|
680
|
+
<th class="dark border-top border-right border-bottom">After 5pm</th>
|
681
|
+
<th class="border-top border-right border-bottom">Before 5pm</th>
|
682
|
+
<th class="border-top border-right border-bottom">After 5pm</th>
|
628
683
|
</tr>
|
629
684
|
</thead>
|
630
685
|
<tbody>
|
631
686
|
<tr>
|
632
687
|
<td class="border-left border-right "><strong>Adult</strong></td>
|
633
688
|
<td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
|
634
|
-
<td class="dark value border-left border-right ">£
|
635
|
-
<td class="dark value border-right ">£
|
636
|
-
<td class="value border-right ">£7.
|
637
|
-
<td class="value border-right ">£8.
|
689
|
+
<td class="dark value border-left border-right ">£7.07</td>
|
690
|
+
<td class="dark value border-right ">£8.15</td>
|
691
|
+
<td class="value border-right ">£7.30</td>
|
692
|
+
<td class="value border-right ">£8.50</td>
|
638
693
|
</tr>
|
639
694
|
<tr>
|
640
695
|
<td class="border-left border-right "><strong>Child</strong></td>
|
641
696
|
<td class="align-left ">Child tickets are for customers aged 14 and under</td>
|
642
|
-
<td class="dark value border-left border-right ">£5.
|
643
|
-
<td class="dark value border-right ">£5.
|
644
|
-
<td class="value border-right ">£
|
645
|
-
<td class="value border-right ">£6.
|
697
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
698
|
+
<td class="dark value border-right ">£5.99</td>
|
699
|
+
<td class="value border-right ">£5.60</td>
|
700
|
+
<td class="value border-right ">£6.10</td>
|
646
701
|
</tr>
|
647
702
|
<tr>
|
648
703
|
<td class="border-left border-right "><strong>Student</strong></td>
|
649
704
|
<td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
|
650
|
-
<td class="dark value border-left border-right ">£5.
|
651
|
-
<td class="dark value border-right ">£5.
|
652
|
-
<td class="value border-right ">£
|
653
|
-
<td class="value border-right ">£6.
|
705
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
706
|
+
<td class="dark value border-right ">£5.99</td>
|
707
|
+
<td class="value border-right ">£5.60</td>
|
708
|
+
<td class="value border-right ">£6.10</td>
|
654
709
|
</tr>
|
655
710
|
<tr>
|
656
711
|
<td class="border-left border-right "><strong>Senior</strong></td>
|
657
712
|
<td class="align-left ">Senior tickets are for customers aged 60+</td>
|
658
|
-
<td class="dark value border-left border-right ">£5.
|
659
|
-
<td class="dark value border-right ">£5.
|
660
|
-
<td class="value border-right ">£
|
661
|
-
<td class="value border-right ">£6.
|
713
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
714
|
+
<td class="dark value border-right ">£5.99</td>
|
715
|
+
<td class="value border-right ">£5.60</td>
|
716
|
+
<td class="value border-right ">£6.10</td>
|
662
717
|
</tr>
|
663
718
|
<tr>
|
664
719
|
<td class="border-left border-right "><strong>Family</strong></td>
|
665
720
|
<td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
|
666
|
-
<td class="dark value border-left border-right ">£
|
667
|
-
<td class="dark value border-right ">£
|
668
|
-
<td class="value border-right ">£
|
669
|
-
<td class="value border-right ">£
|
721
|
+
<td class="dark value border-left border-right ">£22.52</td>
|
722
|
+
<td class="dark value border-right ">£25.58</td>
|
723
|
+
<td class="value border-right ">£22.80</td>
|
724
|
+
<td class="value border-right ">£26.20</td>
|
670
725
|
</tr>
|
671
726
|
<tr>
|
672
|
-
<td class="border-left border-right "><strong>Bargain
|
673
|
-
<td class="align-left "
|
727
|
+
<td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
|
728
|
+
<td class="align-left ">Any film, every Tuesday, bargain price</td>
|
674
729
|
<td class="dark value border-left border-right ">N/A</td>
|
675
730
|
<td class="dark value border-right ">N/A</td>
|
676
731
|
<td class="value border-right ">N/A</td>
|
@@ -678,27 +733,19 @@
|
|
678
733
|
</tr>
|
679
734
|
<tr>
|
680
735
|
<td class="border-left border-right "><strong>Movies for Juniors</strong></td>
|
681
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only
|
682
|
-
<td class="dark value border-left border-right "
|
683
|
-
<td class="dark value border-right ">N/A</td>
|
684
|
-
<td class="value border-right ">N/A</td>
|
685
|
-
<td class="value border-right ">N/A</td>
|
686
|
-
</tr>
|
687
|
-
<tr>
|
688
|
-
<td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
|
689
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
|
690
|
-
<td class="dark value border-left border-right ">N/A</td>
|
736
|
+
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
737
|
+
<td class="dark value border-left border-right ">£1.35</td>
|
691
738
|
<td class="dark value border-right ">N/A</td>
|
692
|
-
<td class="value border-right "
|
739
|
+
<td class="value border-right ">£1.50</td>
|
693
740
|
<td class="value border-right ">N/A</td>
|
694
741
|
</tr>
|
695
742
|
<tr>
|
696
|
-
<td class="border-left border-right border-bottom radius-bottom-left"><strong>3D
|
697
|
-
<td class="align-left border-bottom">
|
698
|
-
<td class="dark value border-left border-right border-bottom">£
|
699
|
-
<td class="dark value border-right border-bottom"
|
700
|
-
<td class="value border-right border-bottom">£
|
701
|
-
<td class="value border-right border-bottom radius-bottom-right"
|
743
|
+
<td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
|
744
|
+
<td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
745
|
+
<td class="dark value border-left border-right border-bottom">£2.70</td>
|
746
|
+
<td class="dark value border-right border-bottom">N/A</td>
|
747
|
+
<td class="value border-right border-bottom">£3.00</td>
|
748
|
+
<td class="value border-right border-bottom radius-bottom-right">N/A</td>
|
702
749
|
</tr>
|
703
750
|
</tbody>
|
704
751
|
</table>
|
@@ -711,62 +758,68 @@
|
|
711
758
|
<thead>
|
712
759
|
<tr>
|
713
760
|
<th colspan="2" class="transparent"> </th>
|
714
|
-
<th colspan="2" class="dark
|
715
|
-
|
761
|
+
<th colspan="2" class="dark border-top border-right border-left">
|
762
|
+
<span class="icon-logo-mycineworld">MyCineworld</span> Tickets
|
763
|
+
<span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
|
764
|
+
</th>
|
765
|
+
<th colspan="2" class="border-top border-right border-left">
|
766
|
+
In-Cinema Tickets
|
767
|
+
<span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
|
768
|
+
</th>
|
716
769
|
</tr>
|
717
770
|
<tr>
|
718
|
-
<th class="border-top border-right border-left radius-top-left">Ticket Type</th>
|
719
|
-
<th class="border-top">Details</th>
|
720
|
-
<th class="dark border-
|
721
|
-
<th class="dark border-right">After 5pm</th>
|
722
|
-
<th class="border-right">Before 5pm</th>
|
723
|
-
<th class="border-right">After 5pm</th>
|
771
|
+
<th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
|
772
|
+
<th class="border-top border-bottom">Details</th>
|
773
|
+
<th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
|
774
|
+
<th class="dark border-top border-right border-bottom">After 5pm</th>
|
775
|
+
<th class="border-top border-right border-bottom">Before 5pm</th>
|
776
|
+
<th class="border-top border-right border-bottom">After 5pm</th>
|
724
777
|
</tr>
|
725
778
|
</thead>
|
726
779
|
<tbody>
|
727
780
|
<tr>
|
728
781
|
<td class="border-left border-right "><strong>Adult</strong></td>
|
729
782
|
<td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
|
730
|
-
<td class="dark value border-left border-right ">£
|
731
|
-
<td class="dark value border-right ">£
|
732
|
-
<td class="value border-right ">£7.
|
733
|
-
<td class="value border-right ">£8.
|
783
|
+
<td class="dark value border-left border-right ">£7.07</td>
|
784
|
+
<td class="dark value border-right ">£8.15</td>
|
785
|
+
<td class="value border-right ">£7.30</td>
|
786
|
+
<td class="value border-right ">£8.50</td>
|
734
787
|
</tr>
|
735
788
|
<tr>
|
736
789
|
<td class="border-left border-right "><strong>Child</strong></td>
|
737
790
|
<td class="align-left ">Child tickets are for customers aged 14 and under</td>
|
738
|
-
<td class="dark value border-left border-right ">£5.
|
739
|
-
<td class="dark value border-right ">£5.
|
740
|
-
<td class="value border-right ">£
|
741
|
-
<td class="value border-right ">£6.
|
791
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
792
|
+
<td class="dark value border-right ">£5.99</td>
|
793
|
+
<td class="value border-right ">£5.60</td>
|
794
|
+
<td class="value border-right ">£6.10</td>
|
742
795
|
</tr>
|
743
796
|
<tr>
|
744
797
|
<td class="border-left border-right "><strong>Student</strong></td>
|
745
798
|
<td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
|
746
|
-
<td class="dark value border-left border-right ">£5.
|
747
|
-
<td class="dark value border-right ">£5.
|
748
|
-
<td class="value border-right ">£
|
749
|
-
<td class="value border-right ">£6.
|
799
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
800
|
+
<td class="dark value border-right ">£5.99</td>
|
801
|
+
<td class="value border-right ">£5.60</td>
|
802
|
+
<td class="value border-right ">£6.10</td>
|
750
803
|
</tr>
|
751
804
|
<tr>
|
752
805
|
<td class="border-left border-right "><strong>Senior</strong></td>
|
753
806
|
<td class="align-left ">Senior tickets are for customers aged 60+</td>
|
754
|
-
<td class="dark value border-left border-right ">£5.
|
755
|
-
<td class="dark value border-right ">£5.
|
756
|
-
<td class="value border-right ">£
|
757
|
-
<td class="value border-right ">£6.
|
807
|
+
<td class="dark value border-left border-right ">£5.54</td>
|
808
|
+
<td class="dark value border-right ">£5.99</td>
|
809
|
+
<td class="value border-right ">£5.60</td>
|
810
|
+
<td class="value border-right ">£6.10</td>
|
758
811
|
</tr>
|
759
812
|
<tr>
|
760
813
|
<td class="border-left border-right "><strong>Family</strong></td>
|
761
814
|
<td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
|
762
|
-
<td class="dark value border-left border-right ">£
|
763
|
-
<td class="dark value border-right ">£
|
764
|
-
<td class="value border-right ">£
|
765
|
-
<td class="value border-right ">£
|
815
|
+
<td class="dark value border-left border-right ">£22.52</td>
|
816
|
+
<td class="dark value border-right ">£25.58</td>
|
817
|
+
<td class="value border-right ">£22.80</td>
|
818
|
+
<td class="value border-right ">£26.20</td>
|
766
819
|
</tr>
|
767
820
|
<tr>
|
768
|
-
<td class="border-left border-right "><strong>Bargain
|
769
|
-
<td class="align-left "
|
821
|
+
<td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
|
822
|
+
<td class="align-left ">Any film, every Tuesday, bargain price</td>
|
770
823
|
<td class="dark value border-left border-right ">N/A</td>
|
771
824
|
<td class="dark value border-right ">N/A</td>
|
772
825
|
<td class="value border-right ">N/A</td>
|
@@ -774,27 +827,19 @@
|
|
774
827
|
</tr>
|
775
828
|
<tr>
|
776
829
|
<td class="border-left border-right "><strong>Movies for Juniors</strong></td>
|
777
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only
|
778
|
-
<td class="dark value border-left border-right "
|
779
|
-
<td class="dark value border-right ">N/A</td>
|
780
|
-
<td class="value border-right ">N/A</td>
|
781
|
-
<td class="value border-right ">N/A</td>
|
782
|
-
</tr>
|
783
|
-
<tr>
|
784
|
-
<td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
|
785
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only (before 12am)</td>
|
786
|
-
<td class="dark value border-left border-right ">N/A</td>
|
830
|
+
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
831
|
+
<td class="dark value border-left border-right ">£1.35</td>
|
787
832
|
<td class="dark value border-right ">N/A</td>
|
788
|
-
<td class="value border-right "
|
833
|
+
<td class="value border-right ">£1.50</td>
|
789
834
|
<td class="value border-right ">N/A</td>
|
790
835
|
</tr>
|
791
836
|
<tr>
|
792
|
-
<td class="border-left border-right border-bottom radius-bottom-left"><strong>3D
|
793
|
-
<td class="align-left border-bottom">
|
794
|
-
<td class="dark value border-left border-right border-bottom">£
|
795
|
-
<td class="dark value border-right border-bottom"
|
796
|
-
<td class="value border-right border-bottom">£
|
797
|
-
<td class="value border-right border-bottom radius-bottom-right"
|
837
|
+
<td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
|
838
|
+
<td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
839
|
+
<td class="dark value border-left border-right border-bottom">£2.70</td>
|
840
|
+
<td class="dark value border-right border-bottom">N/A</td>
|
841
|
+
<td class="value border-right border-bottom">£3.00</td>
|
842
|
+
<td class="value border-right border-bottom radius-bottom-right">N/A</td>
|
798
843
|
</tr>
|
799
844
|
</tbody>
|
800
845
|
</table>
|
@@ -807,62 +852,68 @@
|
|
807
852
|
<thead>
|
808
853
|
<tr>
|
809
854
|
<th colspan="2" class="transparent"> </th>
|
810
|
-
<th colspan="2" class="dark
|
811
|
-
|
855
|
+
<th colspan="2" class="dark border-top border-right border-left">
|
856
|
+
<span class="icon-logo-mycineworld">MyCineworld</span> Tickets
|
857
|
+
<span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
|
858
|
+
</th>
|
859
|
+
<th colspan="2" class="border-top border-right border-left">
|
860
|
+
In-Cinema Tickets
|
861
|
+
<span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
|
862
|
+
</th>
|
812
863
|
</tr>
|
813
864
|
<tr>
|
814
|
-
<th class="border-top border-right border-left radius-top-left">Ticket Type</th>
|
815
|
-
<th class="border-top">Details</th>
|
816
|
-
<th class="dark border-
|
817
|
-
<th class="dark border-right">After 5pm</th>
|
818
|
-
<th class="border-right">Before 5pm</th>
|
819
|
-
<th class="border-right">After 5pm</th>
|
865
|
+
<th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
|
866
|
+
<th class="border-top border-bottom">Details</th>
|
867
|
+
<th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
|
868
|
+
<th class="dark border-top border-right border-bottom">After 5pm</th>
|
869
|
+
<th class="border-top border-right border-bottom">Before 5pm</th>
|
870
|
+
<th class="border-top border-right border-bottom">After 5pm</th>
|
820
871
|
</tr>
|
821
872
|
</thead>
|
822
873
|
<tbody>
|
823
874
|
<tr>
|
824
875
|
<td class="border-left border-right "><strong>Adult</strong></td>
|
825
876
|
<td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
|
826
|
-
<td class="dark value border-left border-right ">£
|
827
|
-
<td class="dark value border-right ">£
|
828
|
-
<td class="value border-right ">£8.
|
829
|
-
<td class="value border-right ">£8.
|
877
|
+
<td class="dark value border-left border-right ">£8.15</td>
|
878
|
+
<td class="dark value border-right ">£8.15</td>
|
879
|
+
<td class="value border-right ">£8.50</td>
|
880
|
+
<td class="value border-right ">£8.50</td>
|
830
881
|
</tr>
|
831
882
|
<tr>
|
832
883
|
<td class="border-left border-right "><strong>Child</strong></td>
|
833
884
|
<td class="align-left ">Child tickets are for customers aged 14 and under</td>
|
834
|
-
<td class="dark value border-left border-right ">£5.
|
835
|
-
<td class="dark value border-right ">£5.
|
836
|
-
<td class="value border-right ">£6.
|
837
|
-
<td class="value border-right ">£6.
|
885
|
+
<td class="dark value border-left border-right ">£5.99</td>
|
886
|
+
<td class="dark value border-right ">£5.99</td>
|
887
|
+
<td class="value border-right ">£6.10</td>
|
888
|
+
<td class="value border-right ">£6.10</td>
|
838
889
|
</tr>
|
839
890
|
<tr>
|
840
891
|
<td class="border-left border-right "><strong>Student</strong></td>
|
841
892
|
<td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
|
842
|
-
<td class="dark value border-left border-right ">£5.
|
843
|
-
<td class="dark value border-right ">£5.
|
844
|
-
<td class="value border-right ">£6.
|
845
|
-
<td class="value border-right ">£6.
|
893
|
+
<td class="dark value border-left border-right ">£5.99</td>
|
894
|
+
<td class="dark value border-right ">£5.99</td>
|
895
|
+
<td class="value border-right ">£6.10</td>
|
896
|
+
<td class="value border-right ">£6.10</td>
|
846
897
|
</tr>
|
847
898
|
<tr>
|
848
899
|
<td class="border-left border-right "><strong>Senior</strong></td>
|
849
900
|
<td class="align-left ">Senior tickets are for customers aged 60+</td>
|
850
|
-
<td class="dark value border-left border-right ">£5.
|
851
|
-
<td class="dark value border-right ">£5.
|
852
|
-
<td class="value border-right ">£6.
|
853
|
-
<td class="value border-right ">£6.
|
901
|
+
<td class="dark value border-left border-right ">£5.99</td>
|
902
|
+
<td class="dark value border-right ">£5.99</td>
|
903
|
+
<td class="value border-right ">£6.10</td>
|
904
|
+
<td class="value border-right ">£6.10</td>
|
854
905
|
</tr>
|
855
906
|
<tr>
|
856
907
|
<td class="border-left border-right "><strong>Family</strong></td>
|
857
908
|
<td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
|
858
|
-
<td class="dark value border-left border-right ">£
|
859
|
-
<td class="dark value border-right ">£
|
860
|
-
<td class="value border-right ">£
|
861
|
-
<td class="value border-right ">£
|
909
|
+
<td class="dark value border-left border-right ">£25.58</td>
|
910
|
+
<td class="dark value border-right ">£25.58</td>
|
911
|
+
<td class="value border-right ">£26.20</td>
|
912
|
+
<td class="value border-right ">£26.20</td>
|
862
913
|
</tr>
|
863
914
|
<tr>
|
864
|
-
<td class="border-left border-right "><strong>Bargain
|
865
|
-
<td class="align-left "
|
915
|
+
<td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
|
916
|
+
<td class="align-left ">Any film, every Tuesday, bargain price</td>
|
866
917
|
<td class="dark value border-left border-right ">N/A</td>
|
867
918
|
<td class="dark value border-right ">N/A</td>
|
868
919
|
<td class="value border-right ">N/A</td>
|
@@ -870,27 +921,19 @@
|
|
870
921
|
</tr>
|
871
922
|
<tr>
|
872
923
|
<td class="border-left border-right "><strong>Movies for Juniors</strong></td>
|
873
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only
|
874
|
-
<td class="dark value border-left border-right ">£1.
|
924
|
+
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
925
|
+
<td class="dark value border-left border-right ">£1.35</td>
|
875
926
|
<td class="dark value border-right ">N/A</td>
|
876
927
|
<td class="value border-right ">£1.50</td>
|
877
928
|
<td class="value border-right ">N/A</td>
|
878
929
|
</tr>
|
879
930
|
<tr>
|
880
|
-
<td class="border-left border-right "><strong>Movies for Juniors 3D</strong></td>
|
881
|
-
<td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only
|
882
|
-
<td class="dark value border-left border-right ">£2.70</td>
|
883
|
-
<td class="dark value border-right ">N/A</td>
|
884
|
-
<td class="value border-right ">£3.00</td>
|
885
|
-
<td class="value border-right ">N/A</td>
|
886
|
-
</tr>
|
887
|
-
<tr>
|
888
|
-
<td class="border-left border-right border-bottom radius-bottom-left"><strong>3D Glasses</strong></td>
|
889
|
-
<td class="align-left border-bottom">Per pair, retain your 3D glasses and reuse them in future 3D performances</td>
|
890
|
-
<td class="dark value border-left border-right border-bottom">£0.80</td>
|
891
|
-
<td class="dark value border-right border-bottom">£0.80</td>
|
892
|
-
<td class="value border-right border-bottom">£0.80</td>
|
893
|
-
<td class="value border-right border-bottom radius-bottom-right">£0.80</td>
|
931
|
+
<td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
|
932
|
+
<td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
|
933
|
+
<td class="dark value border-left border-right border-bottom">£2.70</td>
|
934
|
+
<td class="dark value border-right border-bottom">N/A</td>
|
935
|
+
<td class="value border-right border-bottom">£3.00</td>
|
936
|
+
<td class="value border-right border-bottom radius-bottom-right">N/A</td>
|
894
937
|
</tr>
|
895
938
|
</tbody>
|
896
939
|
</table>
|
@@ -898,7 +941,19 @@
|
|
898
941
|
|
899
942
|
</div>
|
900
943
|
|
901
|
-
<
|
944
|
+
<div class="message information">
|
945
|
+
<strong>*Please note:</strong><br />
|
946
|
+
|
947
|
+
|
948
|
+
<ul>
|
949
|
+
<li>Weekend pricing applies on Bank Holidays.</li>
|
950
|
+
<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>
|
951
|
+
<li>50p fee not applicable to Unlimited, Movies for Juniors, CEA carer ticket and some promotional tickets, until further notice.</li>
|
952
|
+
<li>Where the 50p fee applies, it will be included in the ticket price during the booking process.</li>
|
953
|
+
<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>
|
954
|
+
<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>
|
955
|
+
</ul>
|
956
|
+
</div>
|
902
957
|
|
903
958
|
|
904
959
|
<table class="extras">
|
@@ -906,80 +961,91 @@
|
|
906
961
|
<tr>
|
907
962
|
<th class="transparent"> </th>
|
908
963
|
<th colspan="1" class="dark border-left border-top border-right radius-top-left"><span class="icon-logo-mycineworld">MyCineworld</span> Price</th>
|
909
|
-
<th colspan="1" class="border-top border-right radius-top-right">
|
964
|
+
<th colspan="1" class="border-top border-right radius-top-right">In-Cinema Price</th>
|
910
965
|
</tr>
|
911
966
|
<tr>
|
912
|
-
<th class="border-top border-left radius-top-left">Additional Charges</th>
|
913
|
-
<th class="dark border-
|
914
|
-
<th class="border-right">3D</th>
|
967
|
+
<th class="charge border-top border-bottom border-left radius-top-left">Additional Charges</th>
|
968
|
+
<th class="dark border-top border-right border-bottom border-left">3D</th>
|
969
|
+
<th class="border-top border-right border-bottom">3D</th>
|
915
970
|
</tr>
|
916
971
|
</thead>
|
917
972
|
<tbody>
|
918
973
|
<tr>
|
919
974
|
<td class="border-left "><strong>Adult</strong><span class="notes"></span></td>
|
920
|
-
<td class="dark value border-left border-right ">£1.
|
975
|
+
<td class="dark value border-left border-right ">£1.98</td>
|
921
976
|
|
922
|
-
<td class="value border-right ">£2.
|
977
|
+
<td class="value border-right ">£2.20</td>
|
923
978
|
</tr>
|
924
979
|
<tr>
|
925
980
|
<td class="border-left "><strong>Child</strong><span class="notes"></span></td>
|
926
|
-
<td class="dark value border-left border-right ">£1.
|
981
|
+
<td class="dark value border-left border-right ">£1.44</td>
|
927
982
|
|
928
|
-
<td class="value border-right ">£1.
|
983
|
+
<td class="value border-right ">£1.60</td>
|
929
984
|
</tr>
|
930
985
|
<tr>
|
931
986
|
<td class="border-left "><strong>Student</strong><span class="notes"></span></td>
|
932
|
-
<td class="dark value border-left border-right ">£1.
|
987
|
+
<td class="dark value border-left border-right ">£1.44</td>
|
933
988
|
|
934
|
-
<td class="value border-right ">£1.
|
989
|
+
<td class="value border-right ">£1.60</td>
|
935
990
|
</tr>
|
936
991
|
<tr>
|
937
992
|
<td class="border-left "><strong>Senior</strong><span class="notes"></span></td>
|
938
|
-
<td class="dark value border-left border-right ">£1.
|
993
|
+
<td class="dark value border-left border-right ">£1.44</td>
|
939
994
|
|
940
|
-
<td class="value border-right ">£1.
|
995
|
+
<td class="value border-right ">£1.60</td>
|
941
996
|
</tr>
|
942
997
|
<tr>
|
943
998
|
<td class="border-left "><strong>Family</strong><span class="notes"></span></td>
|
944
|
-
<td class="dark value border-left border-right ">£5.
|
999
|
+
<td class="dark value border-left border-right ">£5.40</td>
|
945
1000
|
|
946
|
-
<td class="value border-right ">£
|
1001
|
+
<td class="value border-right ">£6.00</td>
|
947
1002
|
</tr>
|
948
1003
|
<tr>
|
949
1004
|
<td class="border-left "><strong>Unlimited</strong><span class="notes"></span></td>
|
950
|
-
<td class="dark value border-left border-right ">£1.
|
1005
|
+
<td class="dark value border-left border-right ">£1.60</td>
|
951
1006
|
|
952
|
-
<td class="value border-right ">£1.
|
1007
|
+
<td class="value border-right ">£1.60</td>
|
953
1008
|
</tr>
|
954
1009
|
<tr>
|
955
|
-
<td class="border-left
|
956
|
-
<td class="dark value border-left border-right
|
1010
|
+
<td class="border-left "><strong>Unlimited Premium</strong><span class="notes"></span></td>
|
1011
|
+
<td class="dark value border-left border-right ">£0.00</td>
|
957
1012
|
|
958
|
-
<td class="value border-right
|
1013
|
+
<td class="value border-right ">£0.00</td>
|
1014
|
+
</tr>
|
1015
|
+
<tr>
|
1016
|
+
<td class="border-left border-bottom radius-bottom-left"><strong>3D Glasses</strong><span class="notes"></span></td>
|
1017
|
+
<td class="dark value border-left border-right border-bottom">£1.00</td>
|
1018
|
+
|
1019
|
+
<td class="value border-right border-bottom radius-bottom-right">£1.00</td>
|
959
1020
|
</tr>
|
960
1021
|
</tbody>
|
961
1022
|
</table>
|
962
1023
|
|
963
|
-
|
1024
|
+
|
1025
|
+
|
1026
|
+
|
964
1027
|
</div>
|
965
1028
|
|
966
1029
|
|
967
1030
|
</div>
|
968
1031
|
|
969
|
-
<div class="section light clearfix ">
|
1032
|
+
<div class="section light clearfix " >
|
970
1033
|
<h1 id="services" class="ribbon">Summary of facilities</h1>
|
971
1034
|
|
972
1035
|
<ul class="unstyled clearfix services">
|
973
1036
|
<li>
|
974
1037
|
<h2>Screens and Ticketing</h2>
|
975
1038
|
<ul class="unstyled">
|
976
|
-
<li class="icon-service-
|
1039
|
+
<li class="icon-service-adv">Advance screenings</li>
|
1040
|
+
<li class="icon-service-dig">Digital</li>
|
1041
|
+
<li class="icon-service-3d">3D</li>
|
977
1042
|
<li class="icon-service-vh">Venue hire</li>
|
978
|
-
<li class="icon-service-
|
1043
|
+
<li class="icon-service-etx">E-Tickets</li>
|
1044
|
+
<li class="icon-service-ns">Allocated Seating</li>
|
979
1045
|
</ul>
|
980
1046
|
</li>
|
981
1047
|
<li>
|
982
|
-
<h2>
|
1048
|
+
<h2>Snacks and Drinks</h2>
|
983
1049
|
<ul class="unstyled">
|
984
1050
|
<li class="icon-service-con">Concessions</li>
|
985
1051
|
</ul>
|
@@ -996,14 +1062,16 @@
|
|
996
1062
|
<ul class="unstyled">
|
997
1063
|
<li class="icon-service-dba">Disabled access</li>
|
998
1064
|
<li class="icon-service-dbp">Disabled parking</li>
|
1065
|
+
<li class="icon-service-sb">Subtitled</li>
|
999
1066
|
<li class="icon-service-gdog">Guide dogs allowed</li>
|
1067
|
+
<li class="icon-service-ad">Audio description</li>
|
1000
1068
|
</ul>
|
1001
1069
|
</li>
|
1002
1070
|
</ul>
|
1003
1071
|
</div>
|
1004
1072
|
|
1005
1073
|
|
1006
|
-
<div class="section light clearfix ">
|
1074
|
+
<div class="section light clearfix " >
|
1007
1075
|
<h1 id="directions" class="ribbon">How do I get there?</h1>
|
1008
1076
|
|
1009
1077
|
<div class="row">
|
@@ -1032,29 +1100,30 @@
|
|
1032
1100
|
<p>Parking for 400 cars is available near the cinema.</p>
|
1033
1101
|
<h3>Disabled Access</h3>
|
1034
1102
|
<h4>Disabled Parking</h4>
|
1035
|
-
<p>There is a disabled parking area outside the front of the cinema with 15 spaces.</p>
|
1103
|
+
<p>There is a disabled parking area outside the front of the cinema with 15 spaces.</p>
|
1036
1104
|
</div>
|
1037
1105
|
</div>
|
1038
1106
|
|
1039
1107
|
</div>
|
1040
1108
|
|
1041
1109
|
|
1042
|
-
<div class="section light clearfix ">
|
1110
|
+
<div class="section light clearfix " >
|
1043
1111
|
<h1 id="hire" class="ribbon">Hire Cineworld Bristol</h1>
|
1044
1112
|
|
1045
1113
|
<div class="row hire">
|
1046
1114
|
<div class="span6">
|
1047
1115
|
<p>Cineworld Bristol's experienced events team can provide a variety of additional audio, visual and lighting to suit all your requirements, and with flexible space at the front of our auditoria we can accommodate a variety of different staging setups.</p>
|
1048
|
-
<p>Our professional caterers can provide anything from pastries on arrival to a full hot buffet, and we can offer fantastic corporate deals on refreshments.</p>
|
1116
|
+
<p>Our professional caterers can provide anything from pastries on arrival to a full hot buffet, and we can offer fantastic corporate deals on refreshments.</p>
|
1049
1117
|
<a class="action secondary light" href="/venuehire/venues/4">Visit our venue hire website</a>
|
1050
1118
|
</div>
|
1051
1119
|
</div>
|
1052
1120
|
</div>
|
1053
1121
|
</div>
|
1122
|
+
|
1054
1123
|
|
1055
1124
|
|
1056
1125
|
<div id="footer" role="contentinfo">
|
1057
|
-
<div class="section dark clearfix ">
|
1126
|
+
<div class="section dark clearfix " >
|
1058
1127
|
|
1059
1128
|
<div class="row">
|
1060
1129
|
|
@@ -1098,7 +1167,7 @@
|
|
1098
1167
|
|
1099
1168
|
<h3>Cineworld apps</h3>
|
1100
1169
|
<ul>
|
1101
|
-
<li><a href="http://itunes.apple.com/gb/app/cineworld/id377707014">iPhone app</a></li>
|
1170
|
+
<li><a href="http://itunes.apple.com/gb/app/cineworld/id377707014?mt=8">iPhone app</a></li>
|
1102
1171
|
<li><a href="https://play.google.com/store/apps/details?id=com.cineworld">Android app</a></li>
|
1103
1172
|
<li><a href="http://itunes.apple.com/gb/app/cineworld-magazine/id508350271">iPad magazine</a></li>
|
1104
1173
|
</ul>
|
@@ -1109,7 +1178,7 @@
|
|
1109
1178
|
|
1110
1179
|
<div class="row">
|
1111
1180
|
<div class="span12 smallprint small">
|
1112
|
-
<p>All rights reserved Cineworld Cinemas
|
1181
|
+
<p>All rights reserved Cineworld Cinemas 2014 ©</p>
|
1113
1182
|
</div>
|
1114
1183
|
</div>
|
1115
1184
|
|
@@ -1126,22 +1195,6 @@
|
|
1126
1195
|
<p data-field="explanation" class="default">Booking is unavailable for this showtime as it may have already started, finished or been sold out.</p>
|
1127
1196
|
</div>
|
1128
1197
|
|
1129
|
-
<div class="notification cookie" style="display: none;">
|
1130
|
-
<h1 class="">Cookies Notification</h1>
|
1131
|
-
<div>
|
1132
|
-
<p>This website uses cookies to provide you with a better experience.<br /><br />You can adjust your cookie settings at any time at the bottom of each page. If you do not adjust your settings, you are consenting to us issuing all cookies to you.<br /><br /></p>
|
1133
|
-
<p>
|
1134
|
-
<a href="/cookies/settings">Change settings</a><br />
|
1135
|
-
<a href="/cookies/about" target="_blank">Find out more about Cookies</a>
|
1136
|
-
</p>
|
1137
|
-
<p>
|
1138
|
-
<a class="action primary">Close</a>
|
1139
|
-
</p>
|
1140
|
-
|
1141
|
-
<p>This notification will be automatically dismissed in <span class="remaining">15</span> seconds, <a class="dismiss">dismiss this countdown</a>.</p>
|
1142
|
-
</div>
|
1143
|
-
</div>
|
1144
|
-
|
1145
1198
|
<script type="text/javascript" src="/cw/assets/javascript/jquery.blockui.packed.js"></script>
|
1146
1199
|
<script type="text/javascript" src="/cw/assets/javascript/jquery.lazyload.packed.js"></script>
|
1147
1200
|
<script type="text/javascript" src="/cw/assets/javascript/jquery.validate.packed.js"></script>
|
@@ -1198,7 +1251,7 @@
|
|
1198
1251
|
//<![CDATA[
|
1199
1252
|
(function() {
|
1200
1253
|
var _analytics_scr = document.createElement('script');
|
1201
|
-
_analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=2977d8d74f63d7f8fedbea018b7a1d05&ns=
|
1254
|
+
_analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=2977d8d74f63d7f8fedbea018b7a1d05&ns=5';
|
1202
1255
|
var _analytics_elem = document.getElementsByTagName('script')[0]; _analytics_elem.parentNode.insertBefore(_analytics_scr, _analytics_elem);
|
1203
1256
|
})();
|
1204
1257
|
// ]]>
|