scratch – Blame information for rev 107

Subversion Repositories:
Rev:
Rev Author Line No. Line
103 office 1 @charset "UTF-8";
2 @font-face {
3 font-family: flowplayer;
4 src: url("icons/flowplayer.eot?#iefix") format("embedded-opentype"), url("icons/flowplayer.woff2") format("woff2"), url("icons/flowplayer.woff") format("woff"); }
5  
6 .fp-icon {
7 display: inline-block; }
8 .fp-icon:before {
9 font-family: flowplayer;
10 font-size: 1.7em; }
11  
12 .fp-airplay:before {
13 content: "\e001"; }
14  
15 .fp-fullscreen:before {
16 content: "\e002"; }
17  
18 .fp-checked:before {
19 content: "\e003"; }
20  
21 .fp-embed:before {
22 content: "\e004";
23 color: #fff; }
24  
25 .fp-chromecast:before {
26 content: "\e005"; }
27  
28 .fp-email:before {
29 content: "\e006"; }
30  
31 .fp-playbtn:before {
32 content: "\e007"; }
33  
34 .fp-share:before {
35 content: "\e009"; }
36  
37 .fp-share2:before {
38 content: "\e00a"; }
39  
40 .fp-twitter:before {
41 content: "\e00c";
42 color: #1da1f2; }
43  
44 .fp-facebook:before {
45 content: "\e00a";
46 color: #3b5998; }
47  
48 .fp-volumebtn:before {
49 content: "\e00b"; }
50  
51 .fp-volume-off:before {
52 content: "\e00d"; }
53  
54 .fp-unload:before {
55 content: "\e00f"; }
56  
57 .fp-prevbtn:before {
58 content: "\e011"; }
59  
60 .fp-nextbtn:before {
61 content: "\e012"; }
62  
63 .flowplayer.is-mouseover .fp-captions, .flowplayer.is-paused .fp-captions {
64 bottom: 3em; }
65  
66 .flowplayer.is-poster .fp-engine {
67 filter: alpha(opacity=0);
68 opacity: 0; }
69  
70 .flowplayer.is-loading .fp-engine {
71 top: -9999em; }
72  
73 .flowplayer.is-loading .fp-ui .fp-header, .flowplayer.is-loading .fp-ui .fp-controls {
74 filter: alpha(opacity=0);
75 opacity: 0; }
76  
77 .flowplayer.is-splash .fp-ui > *, .flowplayer.is-poster .fp-ui > * {
78 display: none; }
79  
80 .flowplayer.is-splash .fp-ui > .fp-play, .flowplayer.is-poster .fp-ui > .fp-play {
81 display: block; }
82  
83 .flowplayer.is-splash.is-loading .fp-ui > .fp-play, .flowplayer.is-poster.is-loading .fp-ui > .fp-play {
84 display: none; }
85  
86 .flowplayer.is-splash.is-loading .fp-ui > .fp-waiting, .flowplayer.is-poster.is-loading .fp-ui > .fp-waiting {
87 display: block; }
88  
89 .flowplayer.is-poster .fp-engine {
90 left: -9999em;
91 top: -9999em; }
92  
93 .flowplayer.is-poster .fp-captions {
94 display: none !important; }
95  
96 .flowplayer.is-disabled .fp-color {
97 background-color: #999; }
98  
99 .flowplayer.has-title .fp-header {
100 top: 0;
101 text-align: right; }
102  
103 .flowplayer.is-fullscreen {
104 top: 0 !important;
105 left: 0 !important;
106 border: 0 !important;
107 margin: 0 !important;
108 width: 100% !important;
109 height: 100% !important;
110 max-width: 100% !important;
111 z-index: 99999 !important;
112 -webkit-box-shadow: 0 !important;
113 box-shadow: 0 !important;
114 background-image: none !important;
115 background-color: #333; }
116 .flowplayer.is-fullscreen .fp-player {
117 background-color: #333; }
118 .flowplayer.is-fullscreen .fp-fullscreen:before {
119 content: "\e016"; }
120  
121 .flowplayer.is-fullscreen.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-minimal .fp-fullscreen:before {
122 content: "\e216"; }
123  
124 .flowplayer.is-fullscreen.fp-edgy .fp-fullscreen:before {
125 content: "\e116"; }
126  
127 .flowplayer.is-fullscreen.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-edgy.fp-minimal .fp-fullscreen:before {
128 content: "\e316"; }
129  
130 .flowplayer.is-loading .fp-waiting, .flowplayer.is-seeking .fp-waiting {
131 display: block; }
132 .flowplayer.is-loading .fp-waiting svg, .flowplayer.is-loading .fp-waiting p, .flowplayer.is-seeking .fp-waiting svg, .flowplayer.is-seeking .fp-waiting p {
133 filter: alpha(opacity=100);
134 opacity: 1; }
135  
136 .flowplayer.is-loading .fp-play, .flowplayer.is-seeking .fp-play {
137 display: none !important; }
138  
139 .flowplayer.is-playing {
140 background-image: none !important; }
141 .flowplayer.is-playing .fp-playbtn:before {
142 content: "\e008"; }
143  
144 .flowplayer.is-playing.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-minimal .fp-playbtn:before {
145 content: "\e208"; }
146  
147 .flowplayer.is-playing.fp-edgy .fp-playbtn:before {
148 content: "\e108"; }
149  
150 .flowplayer.is-playing.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-edgy.fp-minimal .fp-playbtn:before {
151 content: "\e308"; }
152  
153 .flowplayer.is-muted .fp-volumebtn:before {
154 content: "\e00d"; }
155  
156 .flowplayer.is-muted.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-minimal .fp-volumebtn:before {
157 content: "\e20d"; }
158  
159 .flowplayer.is-muted.fp-edgy .fp-volumebtn:before {
160 content: "\e10d"; }
161  
162 .flowplayer.is-muted.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-edgy.fp-minimal .fp-volumebtn:before {
163 content: "\e30d"; }
164  
165 .flowplayer.is-inverted .fp-duration {
166 display: none; }
167  
168 .flowplayer.is-inverted .fp-remaining {
169 display: block; }
170  
171 .flowplayer.is-closeable .fp-header .fp-unload {
172 display: block; }
173  
174 .flowplayer.is-error {
175 background-color: #aaa; }
176 .flowplayer.is-error .fp-ui {
177 filter: alpha(opacity=100);
178 opacity: 1; }
179  
180 .flowplayer.is-live .fp-timeline {
181 visibility: hidden; }
182  
183 .flowplayer.is-live.is-dvr .fp-timeline {
184 visibility: visible; }
185  
186 .flowplayer.is-live.is-dvr.is-live-position .fp-duration {
187 color: #00abcd; }
188  
189 .flowplayer.is-live .fp-timestamp {
190 display: none !important; }
191  
192 .flowplayer.is-flash-disabled .fp-waiting {
193 display: none !important; }
194  
195 .flowplayer.is-flash-disabled .fp-ui {
196 height: auto;
197 background: none;
198 filter: alpha(opacity=100);
199 opacity: 1; }
200 .flowplayer.is-flash-disabled .fp-ui .fp-header, .flowplayer.is-flash-disabled .fp-ui .fp-controls {
201 display: none; }
202  
203 .flowplayer.is-flash-disabled .fp-engine {
204 top: 0; }
205  
206 .flowplayer.no-buffer .fp-ui .fp-controls .fp-timeline .fp-buffer {
207 display: none; }
208  
209 .flowplayer.no-volume .fp-volumebar {
210 display: none; }
211  
212 .flowplayer.fp-mute .fp-volumebtn {
213 display: inline-block; }
214  
215 @-webkit-keyframes pulse {
216 0% {
217 filter: alpha(opacity=0);
218 opacity: 0; }
219 100% {
220 filter: alpha(opacity=100);
221 opacity: 1; } }
222  
223 @keyframes pulse {
224 0% {
225 filter: alpha(opacity=0);
226 opacity: 0; }
227 100% {
228 filter: alpha(opacity=100);
229 opacity: 1; } }
230  
231 .flowplayer .fp-chromecast-engine {
232 position: absolute;
233 display: none;
234 top: 0;
235 bottom: 0;
236 right: 0;
237 left: 0;
238 color: #fff; }
239 .flowplayer .fp-chromecast-engine .fp-chromecast-engine-status {
240 font-size: 150%;
241 text-align: center; }
242 .flowplayer .fp-chromecast-engine .fp-chromecast-engine-icon {
243 -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
244 mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
245 -webkit-mask-size: 100% 100%;
246 background-color: #fff;
247 margin: 10% auto 2em;
248 height: 5em;
249 width: 5em; }
250  
251 .flowplayer.is-chromecast {
252 background-color: #333; }
253 .flowplayer.is-chromecast .fp-chromecast-engine {
254 display: block; }
255 .flowplayer.is-chromecast .fp-flash-disabled {
256 display: none !important; }
257 .flowplayer.is-chromecast .fp-engine {
258 left: -9999em;
259 top: -9999em;
260 bottom: auto;
261 right: auto; }
262  
263 .flowplayer.fp-default-playlist .fp-prev, .flowplayer.fp-default-playlist .fp-next {
264 position: absolute;
265 top: 45%;
266 filter: alpha(opacity=30);
267 opacity: 0.3;
268 -webkit-transition: opacity 0.2s;
269 transition: opacity 0.2s; }
270 .flowplayer.fp-default-playlist .fp-prev:hover, .flowplayer.fp-default-playlist .fp-next:hover {
271 filter: alpha(opacity=100);
272 opacity: 1; }
273 .flowplayer.fp-default-playlist .fp-prev:before, .flowplayer.fp-default-playlist .fp-next:before {
274 font-family: flowplayer;
275 font-size: 2.8em; }
276  
277 .flowplayer.fp-default-playlist .fp-prev {
278 left: 0.4em; }
279 .flowplayer.fp-default-playlist .fp-prev:before {
280 content: "\e011"; }
281  
282 .flowplayer.fp-default-playlist .fp-next {
283 right: 0.4em; }
284 .flowplayer.fp-default-playlist .fp-next:before {
285 content: "\e012"; }
286  
287 .flowplayer.fp-default-playlist .fp-playlist {
288 position: absolute;
289 right: 0.4em;
290 bottom: 3em;
291 width: 100%;
292 text-align: center; }
293 .flowplayer.fp-default-playlist .fp-playlist a {
294 background-color: #fff;
295 height: 0.8em;
296 border-radius: 50%;
297 width: 0.8em;
298 filter: alpha(opacity=70);
299 opacity: 0.7;
300 display: inline-block;
301 -webkit-transition: -webkit-transform 0.2s;
302 transition: -webkit-transform 0.2s;
303 transition: transform 0.2s;
304 transition: transform 0.2s, -webkit-transform 0.2s; }
305 .flowplayer.fp-default-playlist .fp-playlist a:hover {
306 -webkit-transform: scale(1.2, 1.2);
307 -ms-transform: scale(1.2, 1.2);
308 transform: scale(1.2, 1.2); }
309 .flowplayer.fp-default-playlist .fp-playlist a.is-active {
310 filter: alpha(opacity=100);
311 opacity: 1; }
312  
313 .flowplayer.fp-default-playlist.fp-edgy .fp-prev:before {
314 content: "\e111"; }
315  
316 .flowplayer.fp-default-playlist.fp-edgy .fp-next:before {
317 content: "\e112"; }
318  
319 .flowplayer.fp-default-playlist.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-minimal .fp-prev:before {
320 content: "\e211"; }
321  
322 .flowplayer.fp-default-playlist.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-minimal .fp-next:before {
323 content: "\e212"; }
324  
325 .flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-prev:before {
326 content: "\e311"; }
327  
328 .flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-next:before {
329 content: "\e312"; }
330  
331 .flowplayer.fp-custom-playlist {
332 overflow: visible; }
333 .flowplayer.fp-custom-playlist .fp-playlist, .flowplayer.fp-custom-playlist.is-splash .fp-playlist, .flowplayer.fp-custom-playlist.is-poster .fp-playlist, .flowplayer.fp-custom-playlist.is-loading .fp-playlist {
334 display: block;
335 filter: alpha(opacity=100);
336 opacity: 1; }
337  
338 .flowplayer.fp-edgy .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-fill {
339 display: none !important; }
340  
341 .flowplayer.fp-edgy .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-sharp-fill {
342 display: block; }
343  
344 .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-fill {
345 display: none; }
346  
347 .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-outline {
348 display: block; }
349  
350 .flowplayer.fp-edgy, .flowplayer.fp-edgy .fp-menu, .flowplayer.fp-edgy .fp-captions p, .flowplayer.fp-edgy .fp-textarea, .flowplayer.fp-edgy .fp-bar, .flowplayer.fp-edgy .fp-bar-slider, .flowplayer.fp-edgy .fp-bar > *, .flowplayer.fp-edgy .fp-bar-slider > *, .flowplayer.fp-edgy .fp-timestamp {
351 border-radius: 0; }
352  
353 .flowplayer.fp-edgy .fp-airplay:before {
354 content: "\e101"; }
355  
356 .flowplayer.fp-edgy .fp-fullscreen:before {
357 content: "\e102"; }
358  
359 .flowplayer.fp-edgy .fp-checked:before {
360 content: "\e103"; }
361  
362 .flowplayer.fp-edgy .fp-embed:before {
363 content: "\e104"; }
364  
365 .flowplayer.fp-edgy .fp-chromecast:before {
366 content: "\e105"; }
367  
368 .flowplayer.fp-edgy .fp-email:before {
369 content: "\e106"; }
370  
371 .flowplayer.fp-edgy .fp-playbtn:before {
372 content: "\e107"; }
373  
374 .flowplayer.fp-edgy .fp-share:before {
375 content: "\e109"; }
376  
377 .flowplayer.fp-edgy .fp-share2:before {
378 content: "\e10a"; }
379  
380 .flowplayer.fp-edgy .fp-twitter:before {
381 content: "\e10c"; }
382  
383 .flowplayer.fp-edgy .fp-facebook:before {
384 content: "\e10a"; }
385  
386 .flowplayer.fp-edgy .fp-volumebtn:before {
387 content: "\e10b"; }
388  
389 .flowplayer.fp-edgy .fp-volume-off:before {
390 content: "\e10d"; }
391  
392 .flowplayer.fp-edgy .fp-unload:before {
393 content: "\e10f"; }
394  
395 .flowplayer.fp-edgy .fp-prevbtn:before {
396 content: "\e111"; }
397  
398 .flowplayer.fp-edgy .fp-nextbtn:before {
399 content: "\e112"; }
400  
401 .flowplayer.fp-edgy.fp-outlined .fp-airplay:before, .flowplayer.fp-edgy.fp-minimal .fp-airplay:before {
402 content: "\e301"; }
403  
404 .flowplayer.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.fp-edgy.fp-minimal .fp-fullscreen:before {
405 content: "\e302"; }
406  
407 .flowplayer.fp-edgy.fp-outlined .fp-checked:before, .flowplayer.fp-edgy.fp-minimal .fp-checked:before {
408 content: "\e303"; }
409  
410 .flowplayer.fp-edgy.fp-outlined .fp-embed:before, .flowplayer.fp-edgy.fp-minimal .fp-embed:before {
411 content: "\e304"; }
412  
413 .flowplayer.fp-edgy.fp-outlined .fp-chromecast:before, .flowplayer.fp-edgy.fp-minimal .fp-chromecast:before {
414 content: "\e305"; }
415  
416 .flowplayer.fp-edgy.fp-outlined .fp-email:before, .flowplayer.fp-edgy.fp-minimal .fp-email:before {
417 content: "\e306"; }
418  
419 .flowplayer.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-playbtn:before {
420 content: "\e307"; }
421  
422 .flowplayer.fp-edgy.fp-outlined .fp-share:before, .flowplayer.fp-edgy.fp-minimal .fp-share:before {
423 content: "\e309"; }
424  
425 .flowplayer.fp-edgy.fp-outlined .fp-share2:before, .flowplayer.fp-edgy.fp-minimal .fp-share2:before {
426 content: "\e30a"; }
427  
428 .flowplayer.fp-edgy.fp-outlined .fp-twitter:before, .flowplayer.fp-edgy.fp-minimal .fp-twitter:before {
429 content: "\e30c"; }
430  
431 .flowplayer.fp-edgy.fp-outlined .fp-facebook:before, .flowplayer.fp-edgy.fp-minimal .fp-facebook:before {
432 content: "\e30a"; }
433  
434 .flowplayer.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.fp-edgy.fp-minimal .fp-volumebtn:before {
435 content: "\e30b"; }
436  
437 .flowplayer.fp-edgy.fp-outlined .fp-volume-off:before, .flowplayer.fp-edgy.fp-minimal .fp-volume-off:before {
438 content: "\e30d"; }
439  
440 .flowplayer.fp-edgy.fp-outlined .fp-unload:before, .flowplayer.fp-edgy.fp-minimal .fp-unload:before {
441 content: "\e30f"; }
442  
443 .flowplayer.fp-edgy.fp-outlined .fp-prevbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-prevbtn:before {
444 content: "\e311"; }
445  
446 .flowplayer.fp-edgy.fp-outlined .fp-nextbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-nextbtn:before {
447 content: "\e312"; }
448  
449 .flowplayer.no-svg .fp-ui .fp-header, .flowplayer.no-svg .fp-ui .fp-controls {
450 background-color: #333; }
451  
452 .flowplayer.no-svg .fp-ui .fp-play.fp-visible {
453 background-color: #ccc;
454 position: absolute;
455 padding-top: 17%;
456 top: 0;
457 left: 0;
458 right: 0;
459 bottom: 0; }
460 .flowplayer.no-svg .fp-ui .fp-play.fp-visible svg {
461 display: none; }
462 .flowplayer.no-svg .fp-ui .fp-play.fp-visible .fp-playbtn {
463 display: inline; }
464  
465 .flowplayer .fp-player, .flowplayer .fp-ui, .flowplayer .fp-header, .flowplayer .fp-captions, .flowplayer .fp-controls {
466 position: absolute;
467 width: 100%; }
468  
469 .flowplayer {
470 font-family: avenir, sans-serif;
471 font-size: 16px;
472 position: relative;
473 max-height: 100%;
474 overflow: hidden;
475 border-radius: .24em;
476 background-position: center;
477 background-repeat: no-repeat;
478 background-size: contain;
479 zoom: 1 !important;
480 width: 100%;
481 display: inline-block; }
482 .flowplayer .fp-hidden {
483 display: none; }
484 .flowplayer .fp-shown {
485 display: block !important; }
486 .flowplayer * {
487 -webkit-box-sizing: border-box;
488 -moz-box-sizing: border-box;
489 box-sizing: border-box; }
490 .flowplayer.is-ready:not(.is-poster) {
491 background-color: #333; }
492 .flowplayer .fp-engine {
493 display: block;
494 width: 100%;
495 position: absolute;
496 top: 0;
497 bottom: 0;
498 left: 0;
499 right: 0;
500 height: 100%;
501 width: 100%; }
502 .flowplayer video.fp-engine:not(.native-subtitles)::-webkit-media-controls {
503 display: none !important; }
504 .flowplayer .fp-player {
505 position: absolute;
506 bottom: 0;
507 top: 0; }
508 .flowplayer .fp-waiting {
509 display: none; }
510 .flowplayer .fp-waiting p {
511 filter: alpha(opacity=0);
512 opacity: 0;
513 color: #ccc;
514 font-weight: bold; }
515 .flowplayer .fp-ui {
516 height: 100%;
517 top: 0;
518 background-image: none;
519 -webkit-transition: background-image .1s;
520 transition: background-image .1s;
521 text-align: center;
522 cursor: pointer;
523 color: #fff; }
524 .flowplayer .fp-ui a, .flowplayer .fp-ui strong {
525 color: inherit !important;
526 font-style: normal !important;
527 text-decoration: none !important; }
528 .flowplayer .fp-ui strong {
529 font-weight: bold !important; }
530 .flowplayer .fp-ui > * {
531 -webkit-transition: opacity .1s;
532 transition: opacity .1s;
533 filter: alpha(opacity=0);
534 opacity: 0; }
535 .flowplayer.fp-ui-shown .fp-ui, .flowplayer.is-paused .fp-ui, .flowplayer.is-mouseover .fp-ui, .flowplayer.is-loading .fp-ui {
536 background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(15%, transparent));
537 background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), transparent 15%);
538 background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 15%); }
539 .flowplayer.fp-ui-shown .fp-ui > *, .flowplayer.is-paused .fp-ui > *, .flowplayer.is-mouseover .fp-ui > *, .flowplayer.is-loading .fp-ui > * {
540 filter: alpha(opacity=100);
541 opacity: 1; }
542 .flowplayer .fp-header {
543 top: 0;
544 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent));
545 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
546 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
547 text-align: left;
548 height: 3.6em;
549 -webkit-transition: opacity 0.3s;
550 transition: opacity 0.3s;
551 padding-left: .9em; }
552 .flowplayer .fp-header .fp-icon {
553 margin: .9em .9em 0 0; }
554 .flowplayer .fp-header .fp-icon.fp-active {
555 color: #ec6c4c; }
556 .flowplayer .fp-header .fp-fullscreen, .flowplayer .fp-header .fp-unload {
557 float: right; }
558 .flowplayer .fp-header .fp-unload {
559 display: none; }
560 .flowplayer .fp-help {
561 display: none; }
562 .flowplayer .fp-message {
563 background-color: rgba(0, 0, 0, 0.5);
564 text-align: left;
565 font-size: 1.2em;
566 overflow: hidden;
567 filter: alpha(opacity=0);
568 opacity: 0;
569 padding: .6em .9em;
570 -webkit-transition: opacity 0.3s;
571 transition: opacity 0.3s; }
572 .flowplayer .fp-message.fp-shown {
573 filter: alpha(opacity=100);
574 opacity: 1; }
575 .flowplayer .fp-message.fp-shown + .fp-header {
576 filter: alpha(opacity=0);
577 opacity: 0; }
578 .flowplayer .fp-textarea {
579 background-color: rgba(0, 0, 0, 0.5);
580 width: 80%;
581 position: absolute;
582 left: 10%;
583 top: 15%;
584 color: #fff;
585 outline: 0;
586 border-radius: .2em;
587 border: 0;
588 min-height: 60%; }
589 .flowplayer .fp-logo {
590 position: absolute;
591 bottom: 3em;
592 left: 0.9em; }
593 .flowplayer .fp-logo img {
594 width: 100%; }
595 .flowplayer .fp-captions {
596 bottom: 1.2em;
597 display: none;
598 text-align: center;
599 color: #fff; }
600 .flowplayer .fp-captions p {
601 background-color: rgba(0, 0, 0, 0.65);
602 border-radius: .2em;
603 font-size: 110%;
604 display: inline-block;
605 padding: .1em .3em;
606 margin: .1em; }
607 .flowplayer .fp-speed-flash {
608 position: absolute;
609 left: 0;
610 right: 0;
611 bottom: 0;
612 top: 0;
613 margin: auto;
614 font-size: 4em;
615 color: #fff;
616 font-weight: bold;
617 text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
618 filter: alpha(opacity=0) !important;
619 opacity: 0 !important;
620 -webkit-transform: scale(0.8);
621 -ms-transform: scale(0.8);
622 transform: scale(0.8);
623 -webkit-transition: all .2s;
624 transition: all .2s;
625 width: 4em;
626 height: 2em;
627 display: none; }
628 .flowplayer .fp-speed-flash.fp-hilite {
629 filter: alpha(opacity=100) !important;
630 opacity: 1 !important;
631 -webkit-transform: scale(1);
632 -ms-transform: scale(1);
633 transform: scale(1); }
634 .flowplayer .fp-play .fp-playbtn, .flowplayer .fp-pause .fp-playbtn, .flowplayer .fp-waiting .fp-playbtn {
635 display: none; }
636 .flowplayer .fp-play svg, .flowplayer .fp-pause svg, .flowplayer .fp-waiting svg {
637 position: absolute;
638 pointer-events: none;
639 left: 0;
640 right: 0;
641 bottom: 0;
642 top: 0;
643 width: 6em;
644 height: 6em;
645 filter: alpha(opacity=0);
646 opacity: 0;
647 margin: auto;
648 max-height: 30%;
649 -webkit-transform: scale(0.8);
650 -ms-transform: scale(0.8);
651 transform: scale(0.8);
652 -webkit-transition: all .2s;
653 transition: all .2s;
654 display: none; }
655 .flowplayer .fp-play svg.fp-play-rounded-fill, .flowplayer .fp-play svg.fp-pause-rounded-fill, .flowplayer .fp-play svg.fp-loading-rounded-fill, .flowplayer .fp-pause svg.fp-play-rounded-fill, .flowplayer .fp-pause svg.fp-pause-rounded-fill, .flowplayer .fp-pause svg.fp-loading-rounded-fill, .flowplayer .fp-waiting svg.fp-play-rounded-fill, .flowplayer .fp-waiting svg.fp-pause-rounded-fill, .flowplayer .fp-waiting svg.fp-loading-rounded-fill {
656 display: block; }
657 .flowplayer .fp-play.fp-visible svg, .flowplayer .fp-pause.fp-visible svg, .flowplayer .fp-waiting.fp-visible svg {
658 -webkit-transform: scale(1.5);
659 -ms-transform: scale(1.5);
660 transform: scale(1.5);
661 filter: alpha(opacity=100);
662 opacity: 1; }
663 .flowplayer .fp-remaining {
664 display: none; }
665 .flowplayer .fp-controls {
666 display: -ms-flexbox;
667 display: -webkit-flex;
668 display: -webkit-box;
669 display: -moz-box;
670 display: flex;
671 -ms-flex-pack: justify;
672 -webkit-justify-content: space-around;
673 justify-content: space-around;
674 -ms-flex-align: center;
675 -webkit-align-items: center;
676 -webkit-box-align: center;
677 -moz-box-align: center;
678 align-items: center;
679 height: 2.4em;
680 bottom: 0;
681 z-index: 2;
682 padding-left: 0.3em;
683 padding-right: 0.3em; }
684 .flowplayer .fp-controls > * {
685 margin: 0 .6em; }
686 .flowplayer .fp-controls > strong {
687 letter-spacing: 1px; }
688 .flowplayer .fp-controls img {
689 width: 1.2em; }
690 .flowplayer .fp-bar, .flowplayer .fp-bar-slider {
691 background-color: #ccc;
692 background-color: rgba(255, 255, 255, 0.5);
693 position: relative;
694 cursor: col-resize;
695 height: .9em;
696 border-radius: 0.24em;
697 -ms-flex: 1;
698 -webkit-box-flex: 1;
699 -webkit-flex: 1;
700 -moz-box-flex: 1;
701 flex: 1; }
702 .flowplayer .fp-bar > *, .flowplayer .fp-bar-slider > * {
703 background-color: rgba(255, 255, 255, 0.6);
704 position: absolute;
705 height: 100%;
706 border-radius: 0.24em; }
707 .flowplayer .fp-bar > *.fp-progress.animated, .flowplayer .fp-bar-slider > *.fp-progress.animated {
708 -webkit-transition-timing-function: linear;
709 transition-timing-function: linear;
710 -webkit-transition-property: width, height;
711 transition-property: width, height; }
712 .flowplayer .fp-bar > *.fp-buffer, .flowplayer .fp-bar-slider > *.fp-buffer {
713 -webkit-transition: width .25s linear;
714 transition: width .25s linear; }
715 .flowplayer .fp-bar.no-animation > *, .flowplayer .no-animation.fp-bar-slider > * {
716 -webkit-transition: none;
717 transition: none; }
718 .flowplayer .fp-timeline {
719 -webkit-transition: height .2s;
720 transition: height .2s; }
721 .flowplayer .fp-cuepoint {
722 background-color: #000;
723 position: absolute;
724 height: 100%;
725 width: 2px; }
726 .flowplayer .fp-timestamp {
727 background-color: rgba(0, 0, 0, 0.65);
728 display: none;
729 border-radius: .2em;
730 padding: .1em .3em;
731 font-size: 90%;
732 bottom: 1.4em;
733 height: auto; }
734 .flowplayer .fp-timeline:hover .fp-timestamp {
735 display: inline; }
736 .flowplayer .fp-volume {
737 display: -ms-flexbox;
738 display: -webkit-box;
739 display: -webkit-flex;
740 display: -moz-box;
741 display: flex;
742 height: 100%;
743 -ms-flex-align: center;
744 -webkit-box-align: center;
745 -webkit-align-items: center;
746 -moz-box-align: center;
747 align-items: center; }
748 .flowplayer .fp-volumebtn {
749 display: none; }
750 .flowplayer .fp-bar-slider {
751 background-color: transparent;
752 -webkit-user-select: none;
753 -moz-user-select: none;
754 -ms-user-select: none;
755 user-select: none;
756 -webkit-transition: height .2s;
757 transition: height .2s;
758 white-space: nowrap;
759 -ms-flex: 1 0 auto; }
760 .flowplayer .fp-bar-slider em {
761 border-radius: 2px;
762 display: inline-block;
763 width: 5px;
764 height: 100%;
765 position: relative;
766 vertical-align: top;
767 margin-left: 3px;
768 -webkit-transition: -webkit-transform 0.4s;
769 transition: -webkit-transform 0.4s;
770 transition: transform 0.4s;
771 transition: transform 0.4s, -webkit-transform 0.4s;
772 -webkit-transform-origin: bottom;
773 -ms-transform-origin: bottom;
774 transform-origin: bottom;
775 -webkit-user-select: none;
776 -moz-user-select: none;
777 -ms-user-select: none;
778 user-select: none;
779 -webkit-transform: scale(1.1);
780 -ms-transform: scale(1.1);
781 transform: scale(1.1); }
782 .flowplayer .fp-bar-slider em:hover {
783 -webkit-transform: scaleY(1.35);
784 -ms-transform: scaleY(1.35);
785 transform: scaleY(1.35);
786 -webkit-transition: -webkit-transform 0.2s;
787 transition: -webkit-transform 0.2s;
788 transition: transform 0.2s;
789 transition: transform 0.2s, -webkit-transform 0.2s; }
790 .flowplayer .fp-bar-slider em.fp-grey {
791 background-color: rgba(255, 255, 255, 0.75); }
792 .flowplayer.no-flex .fp-controls {
793 white-space: nowrap; }
794 .flowplayer.no-flex .fp-controls > * {
795 display: inline-block;
796 vertical-align: center;
797 margin: 0 .3em; }
798 .flowplayer.no-flex .fp-timeline {
799 width: 40%; }
800 .flowplayer.no-flex.fp-full .fp-timeline {
801 margin-bottom: .6em;
802 height: .9em; }
803 .flowplayer.no-flex.fp-fat .fp-bar, .flowplayer.no-flex.fp-playful .fp-bar, .flowplayer.no-flex.fp-fat .fp-bar-slider, .flowplayer.no-flex.fp-playful .fp-bar-slider {
804 height: .9em !important; }
805 .flowplayer.fp-fat .fp-bar, .flowplayer.fp-playful .fp-bar, .flowplayer.fp-fat .fp-bar-slider, .flowplayer.fp-playful .fp-bar-slider {
806 height: 100%;
807 border-radius: 0; }
808 .flowplayer.fp-fat .fp-bar > *, .flowplayer.fp-playful .fp-bar > *, .flowplayer.fp-fat .fp-bar-slider > *, .flowplayer.fp-playful .fp-bar-slider > * {
809 border-radius: 0; }
810 .flowplayer.fp-fat .fp-timestamp, .flowplayer.fp-playful .fp-timestamp {
811 bottom: 3.2em; }
812 .flowplayer.fp-fat .fp-bar-slider em, .flowplayer.fp-playful .fp-bar-slider em {
813 -webkit-transform: scaleY(0.6);
814 -ms-transform: scaleY(0.6);
815 transform: scaleY(0.6);
816 -webkit-transform-origin: center;
817 -ms-transform-origin: center;
818 transform-origin: center; }
819 .flowplayer.fp-fat .fp-bar-slider em:hover, .flowplayer.fp-playful .fp-bar-slider em:hover {
820 -webkit-transform: scaleY(0.75);
821 -ms-transform: scaleY(0.75);
822 transform: scaleY(0.75); }
823 .flowplayer.fp-slim .fp-timeline {
824 height: .2em; }
825 .flowplayer.fp-slim .fp-controls:hover .fp-timeline {
826 height: .9em; }
827 .flowplayer.fp-slim .fp-cue {
828 width: 4px; }
829 .flowplayer.fp-slim .fp-bar-slider {
830 height: .2em; }
831 .flowplayer.fp-slim .fp-controls:hover .fp-bar-slider {
832 height: 0.9em; }
833 .flowplayer.fp-full .fp-timeline {
834 position: absolute;
835 height: .3em;
836 bottom: 2.8em;
837 margin: 0;
838 width: 100%;
839 border-radius: 0;
840 overflow: inherit;
841 left: 0; }
842 .flowplayer.fp-full .fp-timeline:before {
843 content: "";
844 width: 100%;
845 height: 1.2em;
846 position: absolute;
847 top: -1.2em;
848 left: 0; }
849 .flowplayer.fp-full .fp-controls {
850 height: 2.8em; }
851 .flowplayer.fp-full .fp-controls:hover .fp-timeline {
852 height: 1em; }
853 .flowplayer.fp-full .fp-volume {
854 margin-right: auto; }
855 .flowplayer.fp-full .fp-duration, .flowplayer.fp-full .fp-remaining {
856 margin-left: 0; }
857 .flowplayer.fp-full .fp-duration:before, .flowplayer.fp-full .fp-remaining:before {
858 position: relative;
859 content: "/";
860 left: -.3em; }
861 .flowplayer.fp-minimal .fp-controls {
862 background-color: transparent !important; }
863 .flowplayer.fp-minimal .fp-controls > * {
864 display: none; }
865 .flowplayer.fp-minimal .fp-header > * {
866 display: none; }
867 .flowplayer.fp-minimal .fp-header .fp-fullscreen {
868 display: inherit; }
869 .flowplayer.fp-minimal .fp-timeline {
870 height: .3em;
871 max-width: 12em;
872 width: 100%;
873 display: block;
874 margin: 0 auto;
875 -webkit-box-flex: 0;
876 -webkit-flex: none;
877 -moz-box-flex: 0;
878 -ms-flex: none;
879 flex: none; }
880 .flowplayer.fp-playful .fp-color, .flowplayer.fp-playful .fp-color-play {
881 background-color: #ec6c4c;
882 fill: #ec6c4c; }
883 .flowplayer.fp-playful .fp-controls {
884 background-color: #006680; }
885 .flowplayer .fp-selected:before {
886 content: "✓ "; }
887 .flowplayer .fp-menu {
888 background-color: rgba(0, 0, 0, 0.5);
889 border-radius: .24em;
890 position: absolute;
891 width: 8em;
892 right: .5em;
893 z-index: 2;
894 font-size: 90%;
895 -webkit-transition: opacity .2s, height .2s, -webkit-transform .2s;
896 transition: opacity .2s, height .2s, -webkit-transform .2s;
897 transition: opacity .2s, transform .2s, height .2s;
898 transition: opacity .2s, transform .2s, height .2s, -webkit-transform .2s;
899 -webkit-transform: scale(0.95);
900 -ms-transform: scale(0.95);
901 transform: scale(0.95);
902 bottom: -100%;
903 height: 0;
904 filter: alpha(opacity=0) !important;
905 opacity: 0 !important; }
906 .flowplayer .fp-menu.fp-active {
907 -webkit-transform: scale(1);
908 -ms-transform: scale(1);
909 transform: scale(1);
910 height: auto;
911 bottom: 3.2em;
912 filter: alpha(opacity=100) !important;
913 opacity: 1 !important; }
914 .flowplayer .fp-menu > * {
915 display: block;
916 padding: .4em 1.2em;
917 text-align: right; }
918 .flowplayer .fp-menu strong {
919 display: block;
920 padding: .7em 1.2em;
921 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
922 background-color: rgba(0, 0, 0, 0.3);
923 text-transform: uppercase;
924 letter-spacing: 1px;
925 cursor: default;
926 font-size: 90%; }
927 .flowplayer .fp-menu a {
928 color: rgba(255, 255, 255, 0.8); }
929 .flowplayer .fp-menu a:hover:not(.fp-selected) {
930 background-color: #000;
931 color: #fff; }
932 .flowplayer .fp-menu .fp-icon {
933 cursor: pointer; }
934 .flowplayer .fp-menu .fp-icon:before {
935 margin-right: .1em;
936 font-size: 1.5em;
937 vertical-align: -0.1em; }
938 .flowplayer .fp-qsel-menu {
939 width: auto; }
940 .flowplayer .fp-context-menu {
941 width: auto;
942 right: auto;
943 bottom: auto !important;
944 display: none; }
945 .flowplayer .fp-context-menu.fp-active {
946 display: block; }
947 .flowplayer .fp-context-menu a, .flowplayer .fp-context-menu strong {
948 text-align: left;
949 color: #fff;
950 white-space: nowrap; }
951 .flowplayer .fp-subtitle-menu {
952 width: 9em; }
953 .flowplayer .fp-share-menu {
954 width: 9em;
955 padding-bottom: 0.2em; }
956 .flowplayer .fp-share-menu.fp-active {
957 bottom: auto; }
958 .flowplayer .fp-share-menu a, .flowplayer .fp-share-menu strong {
959 text-align: left; }
960 .flowplayer.fp-outlined .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-fill {
961 display: none; }
962 .flowplayer.fp-outlined .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-outline {
963 display: block; }
964 .flowplayer.fp-outlined .fp-airplay:before, .flowplayer.fp-minimal .fp-airplay:before {
965 content: "\e201"; }
966 .flowplayer.fp-outlined .fp-fullscreen:before, .flowplayer.fp-minimal .fp-fullscreen:before {
967 content: "\e202"; }
968 .flowplayer.fp-outlined .fp-checked:before, .flowplayer.fp-minimal .fp-checked:before {
969 content: "\e203"; }
970 .flowplayer.fp-outlined .fp-embed:before, .flowplayer.fp-minimal .fp-embed:before {
971 content: "\e204"; }
972 .flowplayer.fp-outlined .fp-chromecast:before, .flowplayer.fp-minimal .fp-chromecast:before {
973 content: "\e205"; }
974 .flowplayer.fp-outlined .fp-email:before, .flowplayer.fp-minimal .fp-email:before {
975 content: "\e206"; }
976 .flowplayer.fp-outlined .fp-playbtn:before, .flowplayer.fp-minimal .fp-playbtn:before {
977 content: "\e207"; }
978 .flowplayer.fp-outlined .fp-share:before, .flowplayer.fp-minimal .fp-share:before {
979 content: "\e209"; }
980 .flowplayer.fp-outlined .fp-share2:before, .flowplayer.fp-minimal .fp-share2:before {
981 content: "\e20a"; }
982 .flowplayer.fp-outlined .fp-twitter:before, .flowplayer.fp-minimal .fp-twitter:before {
983 content: "\e20c"; }
984 .flowplayer.fp-outlined .fp-facebook:before, .flowplayer.fp-minimal .fp-facebook:before {
985 content: "\e20a"; }
986 .flowplayer.fp-outlined .fp-volumebtn:before, .flowplayer.fp-minimal .fp-volumebtn:before {
987 content: "\e20b"; }
988 .flowplayer.fp-outlined .fp-volume-off:before, .flowplayer.fp-minimal .fp-volume-off:before {
989 content: "\e20d"; }
990 .flowplayer.fp-outlined .fp-unload:before, .flowplayer.fp-minimal .fp-unload:before {
991 content: "\e20f"; }
992 .flowplayer.fp-outlined .fp-prevbtn:before, .flowplayer.fp-minimal .fp-prevbtn:before {
993 content: "\e211"; }
994 .flowplayer.fp-outlined .fp-nextbtn:before, .flowplayer.fp-minimal .fp-nextbtn:before {
995 content: "\e212"; }
996 .flowplayer .fp-color {
997 background-color: #00abcd;
998 fill: rgba(0, 0, 0, 0.2); }
999 .flowplayer .fp-color-play {
1000 fill: transparent; }
1001 .flowplayer.is-rtl {
1002 direction: rtl; }
1003 .flowplayer.is-rtl .fp-icon {
1004 -webkit-transform: rotate(180deg);
1005 -ms-transform: rotate(180deg);
1006 transform: rotate(180deg); }
1007 .flowplayer.-grayscale video.fp-engine {
1008 -webkit-filter: grayscale(100%);
1009 filter: grayscale(100%); }
1010 .flowplayer.-sepia video.fp-engine {
1011 -webkit-filter: sepia(100%);
1012 filter: sepia(100%); }
1013 .flowplayer.-blur video.fp-engine {
1014 -webkit-filter: blur(5px);
1015 filter: blur(5px); }
1016  
1017 .fp-filters {
1018 width: 0 !important;
1019 height: 0 !important;
1020 overflow: hidden !important;
1021 position: absolute; }
1022